@charset "UTF-8";
/*!
 *  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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

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

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

.fa-linode:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

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

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

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

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

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

.fa-shower:before {
  content: ""; }

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

.fa-podcast:before {
  content: ""; }

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

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

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

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

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

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

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

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/**
 * Foundation for Sites by ZURB
 * Version 6.4.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=60em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13.5px; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.14;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

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

.grid-container {
  max-width: 90.37037rem;
  margin: 0 auto; }

.grid-container-padded {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container-padded {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  @media screen and (min-width: 90.37037em) {
    .grid-container-padded {
      padding-left: 0;
      padding-right: 0; } }

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > small-shrink, .grid-x > small-full, .grid-x > small-1, .grid-x > small-2, .grid-x > small-3, .grid-x > small-4, .grid-x > small-5, .grid-x > small-6, .grid-x > small-7, .grid-x > small-8, .grid-x > small-9, .grid-x > small-10, .grid-x > small-11, .grid-x > small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > medium-shrink, .grid-x > medium-full, .grid-x > medium-1, .grid-x > medium-2, .grid-x > medium-3, .grid-x > medium-4, .grid-x > medium-5, .grid-x > medium-6, .grid-x > medium-7, .grid-x > medium-8, .grid-x > medium-9, .grid-x > medium-10, .grid-x > medium-11, .grid-x > medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media print, screen and (min-width: 60em) {
  .grid-x > large-shrink, .grid-x > large-full, .grid-x > large-1, .grid-x > large-2, .grid-x > large-3, .grid-x > large-4, .grid-x > large-5, .grid-x > large-6, .grid-x > large-7, .grid-x > large-8, .grid-x > large-9, .grid-x > large-10, .grid-x > large-11, .grid-x > large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 60em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.75rem;
      margin-right: -0.75rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.5rem);
      margin-left: 0.75rem;
      margin-right: 0.75rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.5rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.5rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.5rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.5rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.5rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.5rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.5rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.5rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.5rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.5rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.5rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.5rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.5rem); } }
  @media print, screen and (min-width: 60em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.5rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.5rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.5rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.5rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.5rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.5rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.5rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.5rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.5rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.5rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.5rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.5rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.75rem;
  margin-left: -0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.75rem;
      margin-left: -0.75rem; } }

.grid-padding-x > .cell {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 60em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.5rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.5rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.5rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.5rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.5rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.5rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.5rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.5rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.5rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.5rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.5rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.5rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.5rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.5rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.5rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.5rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.5rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.5rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.5rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.5rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.5rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.5rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.5rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.5rem); } }

@media print, screen and (min-width: 60em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.5rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.5rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.5rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.5rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.5rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.5rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.5rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.5rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  .small-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .small-margin-collapse > .medium-3 {
    width: 25%; }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .small-margin-collapse > .medium-6 {
    width: 50%; }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .small-margin-collapse > .medium-9 {
    width: 75%; }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .small-margin-collapse > .medium-12 {
    width: 100%; }
  .small-margin-collapse > .large-1 {
    width: 8.33333%; }
  .small-margin-collapse > .large-2 {
    width: 16.66667%; }
  .small-margin-collapse > .large-3 {
    width: 25%; }
  .small-margin-collapse > .large-4 {
    width: 33.33333%; }
  .small-margin-collapse > .large-5 {
    width: 41.66667%; }
  .small-margin-collapse > .large-6 {
    width: 50%; }
  .small-margin-collapse > .large-7 {
    width: 58.33333%; }
  .small-margin-collapse > .large-8 {
    width: 66.66667%; }
  .small-margin-collapse > .large-9 {
    width: 75%; }
  .small-margin-collapse > .large-10 {
    width: 83.33333%; }
  .small-margin-collapse > .large-11 {
    width: 91.66667%; }
  .small-margin-collapse > .large-12 {
    width: 100%; }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; }
    .medium-margin-collapse > .small-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .small-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .small-3 {
      width: 25%; }
    .medium-margin-collapse > .small-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .small-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .small-6 {
      width: 50%; }
    .medium-margin-collapse > .small-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .small-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .small-9 {
      width: 75%; }
    .medium-margin-collapse > .small-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .small-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .small-12 {
      width: 100%; }
    .medium-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .medium-3 {
      width: 25%; }
    .medium-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .medium-6 {
      width: 50%; }
    .medium-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .medium-9 {
      width: 75%; }
    .medium-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .medium-12 {
      width: 100%; }
    .medium-margin-collapse > .large-1 {
      width: 8.33333%; }
    .medium-margin-collapse > .large-2 {
      width: 16.66667%; }
    .medium-margin-collapse > .large-3 {
      width: 25%; }
    .medium-margin-collapse > .large-4 {
      width: 33.33333%; }
    .medium-margin-collapse > .large-5 {
      width: 41.66667%; }
    .medium-margin-collapse > .large-6 {
      width: 50%; }
    .medium-margin-collapse > .large-7 {
      width: 58.33333%; }
    .medium-margin-collapse > .large-8 {
      width: 66.66667%; }
    .medium-margin-collapse > .large-9 {
      width: 75%; }
    .medium-margin-collapse > .large-10 {
      width: 83.33333%; }
    .medium-margin-collapse > .large-11 {
      width: 91.66667%; }
    .medium-margin-collapse > .large-12 {
      width: 100%; }
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 60em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; }
    .large-margin-collapse > .small-1 {
      width: 8.33333%; }
    .large-margin-collapse > .small-2 {
      width: 16.66667%; }
    .large-margin-collapse > .small-3 {
      width: 25%; }
    .large-margin-collapse > .small-4 {
      width: 33.33333%; }
    .large-margin-collapse > .small-5 {
      width: 41.66667%; }
    .large-margin-collapse > .small-6 {
      width: 50%; }
    .large-margin-collapse > .small-7 {
      width: 58.33333%; }
    .large-margin-collapse > .small-8 {
      width: 66.66667%; }
    .large-margin-collapse > .small-9 {
      width: 75%; }
    .large-margin-collapse > .small-10 {
      width: 83.33333%; }
    .large-margin-collapse > .small-11 {
      width: 91.66667%; }
    .large-margin-collapse > .small-12 {
      width: 100%; }
    .large-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .large-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .large-margin-collapse > .medium-3 {
      width: 25%; }
    .large-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .large-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .large-margin-collapse > .medium-6 {
      width: 50%; }
    .large-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .large-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .large-margin-collapse > .medium-9 {
      width: 75%; }
    .large-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .large-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .large-margin-collapse > .medium-12 {
      width: 100%; }
    .large-margin-collapse > .large-1 {
      width: 8.33333%; }
    .large-margin-collapse > .large-2 {
      width: 16.66667%; }
    .large-margin-collapse > .large-3 {
      width: 25%; }
    .large-margin-collapse > .large-4 {
      width: 33.33333%; }
    .large-margin-collapse > .large-5 {
      width: 41.66667%; }
    .large-margin-collapse > .large-6 {
      width: 50%; }
    .large-margin-collapse > .large-7 {
      width: 58.33333%; }
    .large-margin-collapse > .large-8 {
      width: 66.66667%; }
    .large-margin-collapse > .large-9 {
      width: 75%; }
    .large-margin-collapse > .large-10 {
      width: 83.33333%; }
    .large-margin-collapse > .large-11 {
      width: 91.66667%; }
    .large-margin-collapse > .large-12 {
      width: 100%; }
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.75rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.75rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.75rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.75rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.75rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.75rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.75rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.75rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.75rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.75rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.75rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.75rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.75rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.75rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.75rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.75rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.75rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.75rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.75rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.75rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.75rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.75rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.75rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.75rem); } }

@media print, screen and (min-width: 60em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.75rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.75rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.75rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.75rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.75rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.75rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.75rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.75rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.75rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.75rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.75rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.75rem); } }

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > small-shrink, .grid-y > small-full, .grid-y > small-1, .grid-y > small-2, .grid-y > small-3, .grid-y > small-4, .grid-y > small-5, .grid-y > small-6, .grid-y > small-7, .grid-y > small-8, .grid-y > small-9, .grid-y > small-10, .grid-y > small-11, .grid-y > small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > medium-shrink, .grid-y > medium-full, .grid-y > medium-1, .grid-y > medium-2, .grid-y > medium-3, .grid-y > medium-4, .grid-y > medium-5, .grid-y > medium-6, .grid-y > medium-7, .grid-y > medium-8, .grid-y > medium-9, .grid-y > medium-10, .grid-y > medium-11, .grid-y > medium-12 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media print, screen and (min-width: 60em) {
    .grid-y > large-shrink, .grid-y > large-full, .grid-y > large-1, .grid-y > large-2, .grid-y > large-3, .grid-y > large-4, .grid-y > large-5, .grid-y > large-6, .grid-y > large-7, .grid-y > large-8, .grid-y > large-9, .grid-y > large-10, .grid-y > large-11, .grid-y > large-12 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 60em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.75rem;
      margin-bottom: -0.75rem; } }

.grid-padding-y > .cell {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; } }

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.75rem;
      margin-bottom: -0.75rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.5rem);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.5rem);
      margin-top: 0.75rem;
      margin-bottom: 0.75rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.5rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.5rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.5rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.5rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.5rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.5rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.5rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.5rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.5rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.5rem); } }
  @media print, screen and (min-width: 60em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.5rem); } }

.grid-frame {
  width: 100vw;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 60em) {
  .large-grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

@media print, screen and (min-width: 60em) {
  .grid-y.large-grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 60em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: normal;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 2.37037rem;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 0; }

h2, .h2 {
  font-size: 2.07407rem;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h3, .h3 {
  font-size: 1.48148rem;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h4, .h4 {
  font-size: 1.33333rem;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h5, .h5 {
  font-size: 1.18519rem;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h6, .h6 {
  font-size: 1.03704rem;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 1.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.59259rem; }
  h2, .h2 {
    font-size: 2.22222rem; }
  h3, .h3 {
    font-size: 1.48148rem; }
  h4, .h4 {
    font-size: 1.33333rem; }
  h5, .h5 {
    font-size: 1.18519rem; }
  h6, .h6 {
    font-size: 1.03704rem; } }

a {
  line-height: inherit;
  color: #79bcec;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1f8cdb; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 90.37037rem;
  height: 0;
  margin: 0 auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e6e6e6;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: normal; }

li {
  font-size: inherit; }

ul {
  /* margin-left: 1.25rem; */
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  /* margin-left: 1.25rem; */
  margin-bottom: 0; }

dl {
  margin-bottom: 1.5rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 0;
  padding: 0 1rem;
  border-left: 0.14815rem solid #79bcec; }
  blockquote, blockquote p {
    line-height: normal;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.96296rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #505050;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.14815rem 0.37037rem 0.07407rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #505050; }

kbd {
  margin: 0;
  padding: 0.14815rem 0.2963rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #505050; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 16.875px;
  line-height: 1.6; }

.stat {
  font-size: 1.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 60em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  .h2,
  h3,
  .h3 {
    orphans: 3;
    widows: 3; }
  h2, .h2,
  h3,
  .h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.46222rem;
  margin: 0 0 1.18519rem;
  padding: 0.59259rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.18519rem;
  font-weight: normal;
  line-height: 1.14;
  color: #838282;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #838282; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #838282; }

input::placeholder,
textarea::placeholder {
  color: #838282; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.18519rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  /* margin-left: 0.59259rem; */
  /* margin-right: 1.18519rem; */
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.59259rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1.03704rem;
  font-weight: normal;
  line-height: 1.8;
  color: #505050; }
  label.middle {
    margin: 0 0 1.18519rem;
    padding: 0.66667rem 0; }

.help-text {
  margin-top: -0.59259rem;
  font-size: 0.96296rem;
  font-style: italic;
  color: #505050; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.18519rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #505050;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.96296rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.18519rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.59259rem; }

.fieldset {
  margin: 1.33333rem 0;
  padding: 1.48148rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.22222rem;
    padding: 0 0.22222rem; }

select {
  height: 2.46222rem;
  margin: 0 0 1.18519rem;
  padding: 0.59259rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.18519rem;
  font-weight: normal;
  line-height: 1.14;
  color: #838282;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.18519rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.77778rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.59259rem;
  margin-bottom: 1.18519rem;
  font-size: 0.88889rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.5rem 0;
  font-family: inherit;
  padding: 0.83rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #79bcec;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #4aa5e5;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #79bcec;
    color: #505050; }
    .button.primary:hover, .button.primary:focus {
      background-color: #3a9de3;
      color: #505050; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #389188;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #2d746d;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #505050; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #505050; }
  .button.alert {
    background-color: #cc4b37;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button.light-gray {
    background-color: #e6e6e6;
    color: #505050; }
    .button.light-gray:hover, .button.light-gray:focus {
      background-color: #b8b8b8;
      color: #505050; }
  .button.medium-gray {
    background-color: #cacaca;
    color: #505050; }
    .button.medium-gray:hover, .button.medium-gray:focus {
      background-color: #a2a2a2;
      color: #505050; }
  .button.dark-gray {
    background-color: #8a8a8a;
    color: #fff; }
    .button.dark-gray:hover, .button.dark-gray:focus {
      background-color: #6e6e6e;
      color: #fff; }
  .button.black {
    background-color: #505050;
    color: #fff; }
    .button.black:hover, .button.black:focus {
      background-color: #404040;
      color: #fff; }
  .button.white {
    background-color: #fff;
    color: #505050; }
    .button.white:hover, .button.white:focus {
      background-color: #cccccc;
      color: #505050; }
  .button.fb {
    background-color: #3F619C;
    color: #fff; }
    .button.fb:hover, .button.fb:focus {
      background-color: #324e7d;
      color: #fff; }
  .button.vk {
    background-color: #3E709C;
    color: #fff; }
    .button.vk:hover, .button.vk:focus {
      background-color: #325a7d;
      color: #fff; }
  .button.twi {
    background-color: #2FA4CC;
    color: #fff; }
    .button.twi:hover, .button.twi:focus {
      background-color: #2683a3;
      color: #fff; }
  .button.ok {
    background-color: #FC6719;
    color: #fff; }
    .button.ok:hover, .button.ok:focus {
      background-color: #db4d03;
      color: #fff; }
  .button.insta {
    background-color: #000000;
    color: #fff; }
    .button.insta:hover, .button.insta:focus {
      background-color: black;
      color: #fff; }
  .button.gp {
    background-color: #DB4437;
    color: #fff; }
    .button.gp:hover, .button.gp:focus {
      background-color: #ba2e21;
      color: #fff; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #79bcec;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #79bcec;
        color: #505050; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #389188;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #505050; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fff; }
    .button.disabled.light-gray, .button[disabled].light-gray {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.light-gray, .button.disabled.light-gray:hover, .button.disabled.light-gray:focus, .button[disabled].light-gray, .button[disabled].light-gray:hover, .button[disabled].light-gray:focus {
        background-color: #e6e6e6;
        color: #505050; }
    .button.disabled.medium-gray, .button[disabled].medium-gray {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.medium-gray, .button.disabled.medium-gray:hover, .button.disabled.medium-gray:focus, .button[disabled].medium-gray, .button[disabled].medium-gray:hover, .button[disabled].medium-gray:focus {
        background-color: #cacaca;
        color: #505050; }
    .button.disabled.dark-gray, .button[disabled].dark-gray {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.dark-gray, .button.disabled.dark-gray:hover, .button.disabled.dark-gray:focus, .button[disabled].dark-gray, .button[disabled].dark-gray:hover, .button[disabled].dark-gray:focus {
        background-color: #8a8a8a;
        color: #fff; }
    .button.disabled.black, .button[disabled].black {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.black, .button.disabled.black:hover, .button.disabled.black:focus, .button[disabled].black, .button[disabled].black:hover, .button[disabled].black:focus {
        background-color: #505050;
        color: #fff; }
    .button.disabled.white, .button[disabled].white {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.white, .button.disabled.white:hover, .button.disabled.white:focus, .button[disabled].white, .button[disabled].white:hover, .button[disabled].white:focus {
        background-color: #fff;
        color: #505050; }
    .button.disabled.fb, .button[disabled].fb {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.fb, .button.disabled.fb:hover, .button.disabled.fb:focus, .button[disabled].fb, .button[disabled].fb:hover, .button[disabled].fb:focus {
        background-color: #3F619C;
        color: #fff; }
    .button.disabled.vk, .button[disabled].vk {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.vk, .button.disabled.vk:hover, .button.disabled.vk:focus, .button[disabled].vk, .button[disabled].vk:hover, .button[disabled].vk:focus {
        background-color: #3E709C;
        color: #fff; }
    .button.disabled.twi, .button[disabled].twi {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.twi, .button.disabled.twi:hover, .button.disabled.twi:focus, .button[disabled].twi, .button[disabled].twi:hover, .button[disabled].twi:focus {
        background-color: #2FA4CC;
        color: #fff; }
    .button.disabled.ok, .button[disabled].ok {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.ok, .button.disabled.ok:hover, .button.disabled.ok:focus, .button[disabled].ok, .button[disabled].ok:hover, .button[disabled].ok:focus {
        background-color: #FC6719;
        color: #fff; }
    .button.disabled.insta, .button[disabled].insta {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.insta, .button.disabled.insta:hover, .button.disabled.insta:focus, .button[disabled].insta, .button[disabled].insta:hover, .button[disabled].insta:focus {
        background-color: #000000;
        color: #fff; }
    .button.disabled.gp, .button[disabled].gp {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.gp, .button.disabled.gp:hover, .button.disabled.gp:focus, .button[disabled].gp, .button[disabled].gp:hover, .button[disabled].gp:focus {
        background-color: #DB4437;
        color: #fff; }
  .button.hollow {
    border: 1px solid #79bcec;
    color: #79bcec; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #16649c;
      color: #16649c; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #79bcec;
        color: #79bcec; }
    .button.hollow.primary {
      border: 1px solid #79bcec;
      color: #79bcec; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #16649c;
        color: #16649c; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #79bcec;
          color: #79bcec; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #777;
          color: #777; }
    .button.hollow.success {
      border: 1px solid #389188;
      color: #389188; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #1c4944;
        color: #1c4944; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #389188;
          color: #389188; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
    .button.hollow.light-gray {
      border: 1px solid #e6e6e6;
      color: #e6e6e6; }
      .button.hollow.light-gray:hover, .button.hollow.light-gray:focus {
        border-color: #737373;
        color: #737373; }
        .button.hollow.light-gray:hover.disabled, .button.hollow.light-gray:hover[disabled], .button.hollow.light-gray:focus.disabled, .button.hollow.light-gray:focus[disabled] {
          border: 1px solid #e6e6e6;
          color: #e6e6e6; }
    .button.hollow.medium-gray {
      border: 1px solid #cacaca;
      color: #cacaca; }
      .button.hollow.medium-gray:hover, .button.hollow.medium-gray:focus {
        border-color: #656565;
        color: #656565; }
        .button.hollow.medium-gray:hover.disabled, .button.hollow.medium-gray:hover[disabled], .button.hollow.medium-gray:focus.disabled, .button.hollow.medium-gray:focus[disabled] {
          border: 1px solid #cacaca;
          color: #cacaca; }
    .button.hollow.dark-gray {
      border: 1px solid #8a8a8a;
      color: #8a8a8a; }
      .button.hollow.dark-gray:hover, .button.hollow.dark-gray:focus {
        border-color: #454545;
        color: #454545; }
        .button.hollow.dark-gray:hover.disabled, .button.hollow.dark-gray:hover[disabled], .button.hollow.dark-gray:focus.disabled, .button.hollow.dark-gray:focus[disabled] {
          border: 1px solid #8a8a8a;
          color: #8a8a8a; }
    .button.hollow.black {
      border: 1px solid #505050;
      color: #505050; }
      .button.hollow.black:hover, .button.hollow.black:focus {
        border-color: #282828;
        color: #282828; }
        .button.hollow.black:hover.disabled, .button.hollow.black:hover[disabled], .button.hollow.black:focus.disabled, .button.hollow.black:focus[disabled] {
          border: 1px solid #505050;
          color: #505050; }
    .button.hollow.white {
      border: 1px solid #fff;
      color: #fff; }
      .button.hollow.white:hover, .button.hollow.white:focus {
        border-color: gray;
        color: gray; }
        .button.hollow.white:hover.disabled, .button.hollow.white:hover[disabled], .button.hollow.white:focus.disabled, .button.hollow.white:focus[disabled] {
          border: 1px solid #fff;
          color: #fff; }
    .button.hollow.fb {
      border: 1px solid #3F619C;
      color: #3F619C; }
      .button.hollow.fb:hover, .button.hollow.fb:focus {
        border-color: #20314e;
        color: #20314e; }
        .button.hollow.fb:hover.disabled, .button.hollow.fb:hover[disabled], .button.hollow.fb:focus.disabled, .button.hollow.fb:focus[disabled] {
          border: 1px solid #3F619C;
          color: #3F619C; }
    .button.hollow.vk {
      border: 1px solid #3E709C;
      color: #3E709C; }
      .button.hollow.vk:hover, .button.hollow.vk:focus {
        border-color: #1f384e;
        color: #1f384e; }
        .button.hollow.vk:hover.disabled, .button.hollow.vk:hover[disabled], .button.hollow.vk:focus.disabled, .button.hollow.vk:focus[disabled] {
          border: 1px solid #3E709C;
          color: #3E709C; }
    .button.hollow.twi {
      border: 1px solid #2FA4CC;
      color: #2FA4CC; }
      .button.hollow.twi:hover, .button.hollow.twi:focus {
        border-color: #185266;
        color: #185266; }
        .button.hollow.twi:hover.disabled, .button.hollow.twi:hover[disabled], .button.hollow.twi:focus.disabled, .button.hollow.twi:focus[disabled] {
          border: 1px solid #2FA4CC;
          color: #2FA4CC; }
    .button.hollow.ok {
      border: 1px solid #FC6719;
      color: #FC6719; }
      .button.hollow.ok:hover, .button.hollow.ok:focus {
        border-color: #893002;
        color: #893002; }
        .button.hollow.ok:hover.disabled, .button.hollow.ok:hover[disabled], .button.hollow.ok:focus.disabled, .button.hollow.ok:focus[disabled] {
          border: 1px solid #FC6719;
          color: #FC6719; }
    .button.hollow.insta {
      border: 1px solid #000000;
      color: #000000; }
      .button.hollow.insta:hover, .button.hollow.insta:focus {
        border-color: black;
        color: black; }
        .button.hollow.insta:hover.disabled, .button.hollow.insta:hover[disabled], .button.hollow.insta:focus.disabled, .button.hollow.insta:focus[disabled] {
          border: 1px solid #000000;
          color: #000000; }
    .button.hollow.gp {
      border: 1px solid #DB4437;
      color: #DB4437; }
      .button.hollow.gp:hover, .button.hollow.gp:focus {
        border-color: #741c15;
        color: #741c15; }
        .button.hollow.gp:hover.disabled, .button.hollow.gp:hover[disabled], .button.hollow.gp:focus.disabled, .button.hollow.gp:focus[disabled] {
          border: 1px solid #DB4437;
          color: #DB4437; }
  .button.clear {
    border: 1px solid #79bcec;
    color: #79bcec; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #16649c;
      color: #16649c; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #79bcec;
        color: #79bcec; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #79bcec;
      color: #79bcec; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #16649c;
        color: #16649c; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #79bcec;
          color: #79bcec; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #777;
          color: #777; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #389188;
      color: #389188; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #1c4944;
        color: #1c4944; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #389188;
          color: #389188; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
    .button.clear.light-gray {
      border: 1px solid #e6e6e6;
      color: #e6e6e6; }
      .button.clear.light-gray:hover, .button.clear.light-gray:focus {
        border-color: #737373;
        color: #737373; }
        .button.clear.light-gray:hover.disabled, .button.clear.light-gray:hover[disabled], .button.clear.light-gray:focus.disabled, .button.clear.light-gray:focus[disabled] {
          border: 1px solid #e6e6e6;
          color: #e6e6e6; }
      .button.clear.light-gray, .button.clear.light-gray.disabled, .button.clear.light-gray[disabled], .button.clear.light-gray:hover, .button.clear.light-gray:hover.disabled, .button.clear.light-gray:hover[disabled], .button.clear.light-gray:focus, .button.clear.light-gray:focus.disabled, .button.clear.light-gray:focus[disabled] {
        border-color: transparent; }
    .button.clear.medium-gray {
      border: 1px solid #cacaca;
      color: #cacaca; }
      .button.clear.medium-gray:hover, .button.clear.medium-gray:focus {
        border-color: #656565;
        color: #656565; }
        .button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
          border: 1px solid #cacaca;
          color: #cacaca; }
      .button.clear.medium-gray, .button.clear.medium-gray.disabled, .button.clear.medium-gray[disabled], .button.clear.medium-gray:hover, .button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus, .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
        border-color: transparent; }
    .button.clear.dark-gray {
      border: 1px solid #8a8a8a;
      color: #8a8a8a; }
      .button.clear.dark-gray:hover, .button.clear.dark-gray:focus {
        border-color: #454545;
        color: #454545; }
        .button.clear.dark-gray:hover.disabled, .button.clear.dark-gray:hover[disabled], .button.clear.dark-gray:focus.disabled, .button.clear.dark-gray:focus[disabled] {
          border: 1px solid #8a8a8a;
          color: #8a8a8a; }
      .button.clear.dark-gray, .button.clear.dark-gray.disabled, .button.clear.dark-gray[disabled], .button.clear.dark-gray:hover, .button.clear.dark-gray:hover.disabled, .button.clear.dark-gray:hover[disabled], .button.clear.dark-gray:focus, .button.clear.dark-gray:focus.disabled, .button.clear.dark-gray:focus[disabled] {
        border-color: transparent; }
    .button.clear.black {
      border: 1px solid #505050;
      color: #505050; }
      .button.clear.black:hover, .button.clear.black:focus {
        border-color: #282828;
        color: #282828; }
        .button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
          border: 1px solid #505050;
          color: #505050; }
      .button.clear.black, .button.clear.black.disabled, .button.clear.black[disabled], .button.clear.black:hover, .button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus, .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
        border-color: transparent; }
    .button.clear.white {
      border: 1px solid #fff;
      color: #fff; }
      .button.clear.white:hover, .button.clear.white:focus {
        border-color: gray;
        color: gray; }
        .button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
          border: 1px solid #fff;
          color: #fff; }
      .button.clear.white, .button.clear.white.disabled, .button.clear.white[disabled], .button.clear.white:hover, .button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus, .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
        border-color: transparent; }
    .button.clear.fb {
      border: 1px solid #3F619C;
      color: #3F619C; }
      .button.clear.fb:hover, .button.clear.fb:focus {
        border-color: #20314e;
        color: #20314e; }
        .button.clear.fb:hover.disabled, .button.clear.fb:hover[disabled], .button.clear.fb:focus.disabled, .button.clear.fb:focus[disabled] {
          border: 1px solid #3F619C;
          color: #3F619C; }
      .button.clear.fb, .button.clear.fb.disabled, .button.clear.fb[disabled], .button.clear.fb:hover, .button.clear.fb:hover.disabled, .button.clear.fb:hover[disabled], .button.clear.fb:focus, .button.clear.fb:focus.disabled, .button.clear.fb:focus[disabled] {
        border-color: transparent; }
    .button.clear.vk {
      border: 1px solid #3E709C;
      color: #3E709C; }
      .button.clear.vk:hover, .button.clear.vk:focus {
        border-color: #1f384e;
        color: #1f384e; }
        .button.clear.vk:hover.disabled, .button.clear.vk:hover[disabled], .button.clear.vk:focus.disabled, .button.clear.vk:focus[disabled] {
          border: 1px solid #3E709C;
          color: #3E709C; }
      .button.clear.vk, .button.clear.vk.disabled, .button.clear.vk[disabled], .button.clear.vk:hover, .button.clear.vk:hover.disabled, .button.clear.vk:hover[disabled], .button.clear.vk:focus, .button.clear.vk:focus.disabled, .button.clear.vk:focus[disabled] {
        border-color: transparent; }
    .button.clear.twi {
      border: 1px solid #2FA4CC;
      color: #2FA4CC; }
      .button.clear.twi:hover, .button.clear.twi:focus {
        border-color: #185266;
        color: #185266; }
        .button.clear.twi:hover.disabled, .button.clear.twi:hover[disabled], .button.clear.twi:focus.disabled, .button.clear.twi:focus[disabled] {
          border: 1px solid #2FA4CC;
          color: #2FA4CC; }
      .button.clear.twi, .button.clear.twi.disabled, .button.clear.twi[disabled], .button.clear.twi:hover, .button.clear.twi:hover.disabled, .button.clear.twi:hover[disabled], .button.clear.twi:focus, .button.clear.twi:focus.disabled, .button.clear.twi:focus[disabled] {
        border-color: transparent; }
    .button.clear.ok {
      border: 1px solid #FC6719;
      color: #FC6719; }
      .button.clear.ok:hover, .button.clear.ok:focus {
        border-color: #893002;
        color: #893002; }
        .button.clear.ok:hover.disabled, .button.clear.ok:hover[disabled], .button.clear.ok:focus.disabled, .button.clear.ok:focus[disabled] {
          border: 1px solid #FC6719;
          color: #FC6719; }
      .button.clear.ok, .button.clear.ok.disabled, .button.clear.ok[disabled], .button.clear.ok:hover, .button.clear.ok:hover.disabled, .button.clear.ok:hover[disabled], .button.clear.ok:focus, .button.clear.ok:focus.disabled, .button.clear.ok:focus[disabled] {
        border-color: transparent; }
    .button.clear.insta {
      border: 1px solid #000000;
      color: #000000; }
      .button.clear.insta:hover, .button.clear.insta:focus {
        border-color: black;
        color: black; }
        .button.clear.insta:hover.disabled, .button.clear.insta:hover[disabled], .button.clear.insta:focus.disabled, .button.clear.insta:focus[disabled] {
          border: 1px solid #000000;
          color: #000000; }
      .button.clear.insta, .button.clear.insta.disabled, .button.clear.insta[disabled], .button.clear.insta:hover, .button.clear.insta:hover.disabled, .button.clear.insta:hover[disabled], .button.clear.insta:focus, .button.clear.insta:focus.disabled, .button.clear.insta:focus[disabled] {
        border-color: transparent; }
    .button.clear.gp {
      border: 1px solid #DB4437;
      color: #DB4437; }
      .button.clear.gp:hover, .button.clear.gp:focus {
        border-color: #741c15;
        color: #741c15; }
        .button.clear.gp:hover.disabled, .button.clear.gp:hover[disabled], .button.clear.gp:focus.disabled, .button.clear.gp:focus[disabled] {
          border: 1px solid #DB4437;
          color: #DB4437; }
      .button.clear.gp, .button.clear.gp.disabled, .button.clear.gp[disabled], .button.clear.gp:hover, .button.clear.gp:hover.disabled, .button.clear.gp:hover[disabled], .button.clear.gp:focus, .button.clear.gp:focus.disabled, .button.clear.gp:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 0.83rem; }
  .button.dropdown.hollow::after {
    border-top-color: #79bcec; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #79bcec; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #777; }
  .button.dropdown.hollow.success::after {
    border-top-color: #389188; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.dropdown.hollow.light-gray::after {
    border-top-color: #e6e6e6; }
  .button.dropdown.hollow.medium-gray::after {
    border-top-color: #cacaca; }
  .button.dropdown.hollow.dark-gray::after {
    border-top-color: #8a8a8a; }
  .button.dropdown.hollow.black::after {
    border-top-color: #505050; }
  .button.dropdown.hollow.white::after {
    border-top-color: #fff; }
  .button.dropdown.hollow.fb::after {
    border-top-color: #3F619C; }
  .button.dropdown.hollow.vk::after {
    border-top-color: #3E709C; }
  .button.dropdown.hollow.twi::after {
    border-top-color: #2FA4CC; }
  .button.dropdown.hollow.ok::after {
    border-top-color: #FC6719; }
  .button.dropdown.hollow.insta::after {
    border-top-color: #000000; }
  .button.dropdown.hollow.gp::after {
    border-top-color: #DB4437; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #e6e6e6;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.88889rem;
  line-height: 1;
  color: #79bcec; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #505050; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #79bcec transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #79bcec transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  font-size: 0.8rem;
  text-align: center;
  background: #79bcec;
  color: #fff; }
  .badge.primary {
    background: #79bcec;
    color: #505050; }
  .badge.secondary {
    background: #777;
    color: #fff; }
  .badge.success {
    background: #389188;
    color: #fff; }
  .badge.warning {
    background: #ffae00;
    color: #505050; }
  .badge.alert {
    background: #cc4b37;
    color: #fff; }
  .badge.light-gray {
    background: #e6e6e6;
    color: #505050; }
  .badge.medium-gray {
    background: #cacaca;
    color: #505050; }
  .badge.dark-gray {
    background: #8a8a8a;
    color: #fff; }
  .badge.black {
    background: #505050;
    color: #fff; }
  .badge.white {
    background: #fff;
    color: #505050; }
  .badge.fb {
    background: #3F619C;
    color: #fff; }
  .badge.vk {
    background: #3E709C;
    color: #fff; }
  .badge.twi {
    background: #2FA4CC;
    color: #fff; }
  .badge.ok {
    background: #FC6719;
    color: #fff; }
  .badge.insta {
    background: #000000;
    color: #fff; }
  .badge.gp {
    background: #DB4437;
    color: #fff; }

.breadcrumbs {
  margin: 0 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.88889rem;
    color: #505050;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #79bcec; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #79bcec;
    color: #505050; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #3a9de3;
      color: #505050; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #389188;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #2d746d;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #505050; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #505050; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button-group.light-gray .button {
    background-color: #e6e6e6;
    color: #505050; }
    .button-group.light-gray .button:hover, .button-group.light-gray .button:focus {
      background-color: #b8b8b8;
      color: #505050; }
  .button-group.medium-gray .button {
    background-color: #cacaca;
    color: #505050; }
    .button-group.medium-gray .button:hover, .button-group.medium-gray .button:focus {
      background-color: #a2a2a2;
      color: #505050; }
  .button-group.dark-gray .button {
    background-color: #8a8a8a;
    color: #fff; }
    .button-group.dark-gray .button:hover, .button-group.dark-gray .button:focus {
      background-color: #6e6e6e;
      color: #fff; }
  .button-group.black .button {
    background-color: #505050;
    color: #fff; }
    .button-group.black .button:hover, .button-group.black .button:focus {
      background-color: #404040;
      color: #fff; }
  .button-group.white .button {
    background-color: #fff;
    color: #505050; }
    .button-group.white .button:hover, .button-group.white .button:focus {
      background-color: #cccccc;
      color: #505050; }
  .button-group.fb .button {
    background-color: #3F619C;
    color: #fff; }
    .button-group.fb .button:hover, .button-group.fb .button:focus {
      background-color: #324e7d;
      color: #fff; }
  .button-group.vk .button {
    background-color: #3E709C;
    color: #fff; }
    .button-group.vk .button:hover, .button-group.vk .button:focus {
      background-color: #325a7d;
      color: #fff; }
  .button-group.twi .button {
    background-color: #2FA4CC;
    color: #fff; }
    .button-group.twi .button:hover, .button-group.twi .button:focus {
      background-color: #2683a3;
      color: #fff; }
  .button-group.ok .button {
    background-color: #FC6719;
    color: #fff; }
    .button-group.ok .button:hover, .button-group.ok .button:focus {
      background-color: #db4d03;
      color: #fff; }
  .button-group.insta .button {
    background-color: #000000;
    color: #fff; }
    .button-group.insta .button:hover, .button-group.insta .button:focus {
      background-color: black;
      color: #fff; }
  .button-group.gp .button {
    background-color: #DB4437;
    color: #fff; }
    .button-group.gp .button:hover, .button-group.gp .button:focus {
      background-color: #ba2e21;
      color: #fff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 60em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem;
  border: 1px solid rgba(80, 80, 80, 0.25);
  border-radius: 0;
  background-color: white;
  color: #505050; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #ebf5fc;
    color: #505050; }
  .callout.secondary {
    background-color: #ebebeb;
    color: #505050; }
  .callout.success {
    background-color: #def2f0;
    color: #505050; }
  .callout.warning {
    background-color: #fff3d9;
    color: #505050; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #505050; }
  .callout.light-gray {
    background-color: #fbfbfb;
    color: #505050; }
  .callout.medium-gray {
    background-color: #f7f7f7;
    color: #505050; }
  .callout.dark-gray {
    background-color: #ededed;
    color: #505050; }
  .callout.black {
    background-color: #e5e5e5;
    color: #505050; }
  .callout.white {
    background-color: white;
    color: #505050; }
  .callout.fb {
    background-color: #e0e7f2;
    color: #505050; }
  .callout.vk {
    background-color: #e0eaf3;
    color: #505050; }
  .callout.twi {
    background-color: #dff2f8;
    color: #505050; }
  .callout.ok {
    background-color: #ffe8dd;
    color: #505050; }
  .callout.insta {
    background-color: #d9d9d9;
    color: #505050; }
  .callout.gp {
    background-color: #fae3e1;
    color: #505050; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #505050; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1.5rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #505050; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 60em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .menu.large-expanded li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #79bcec;
    color: #fff; }
  .menu .active > a {
    background: #79bcec;
    color: #fff; }
  .menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #505050;
    -webkit-box-shadow: 0 7px 0 #505050, 0 14px 0 #505050;
    box-shadow: 0 7px 0 #505050, 0 14px 0 #505050;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #79bcec; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #79bcec; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #79bcec transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #79bcec transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #79bcec transparent transparent;
  right: 5px;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #79bcec; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #79bcec transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #79bcec; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #79bcec transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #79bcec transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #79bcec; } }

@media print, screen and (min-width: 60em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #79bcec transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #79bcec transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #79bcec; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #79bcec transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #79bcec; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1.18519rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #79bcec;
  color: #fff; }
  .label.primary {
    background: #79bcec;
    color: #505050; }
  .label.secondary {
    background: #777;
    color: #fff; }
  .label.success {
    background: #389188;
    color: #fff; }
  .label.warning {
    background: #ffae00;
    color: #505050; }
  .label.alert {
    background: #cc4b37;
    color: #fff; }
  .label.light-gray {
    background: #e6e6e6;
    color: #505050; }
  .label.medium-gray {
    background: #cacaca;
    color: #505050; }
  .label.dark-gray {
    background: #8a8a8a;
    color: #fff; }
  .label.black {
    background: #505050;
    color: #fff; }
  .label.white {
    background: #fff;
    color: #505050; }
  .label.fb {
    background: #3F619C;
    color: #fff; }
  .label.vk {
    background: #3E709C;
    color: #fff; }
  .label.twi {
    background: #2FA4CC;
    color: #fff; }
  .label.ok {
    background: #FC6719;
    color: #fff; }
  .label.insta {
    background: #000000;
    color: #fff; }
  .label.gp {
    background: #DB4437;
    color: #fff; }

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1.5rem;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1.5rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1.5rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(80, 80, 80, 0.7);
      box-shadow: 0 0 10px rgba(80, 80, 80, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(80, 80, 80, 0.7);
      box-shadow: 0 0 10px rgba(80, 80, 80, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto; }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(80, 80, 80, 0.25);
    box-shadow: inset -13px 0 20px -13px rgba(80, 80, 80, 0.25); }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto; }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(80, 80, 80, 0.25);
    box-shadow: inset 13px 0 20px -13px rgba(80, 80, 80, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto; }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px); }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(80, 80, 80, 0.25);
    box-shadow: inset 0 -13px 20px -13px rgba(80, 80, 80, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto; }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(80, 80, 80, 0.25);
    box-shadow: inset 0 13px 20px -13px rgba(80, 80, 80, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 60em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 60em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(80, 80, 80, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(80, 80, 80, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1.5rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.07407rem;
    border-radius: 0;
    font-size: 1.03704rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.22222rem 0.74074rem;
    border-radius: 0;
    color: #505050; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.22222rem 0.74074rem;
    background: #79bcec;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.22222rem 0.74074rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.22222rem 0.74074rem;
    content: '\2026';
    color: #505050; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #79bcec; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #389188; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }
  .progress.light-gray .progress-meter {
    background-color: #e6e6e6; }
  .progress.medium-gray .progress-meter {
    background-color: #cacaca; }
  .progress.dark-gray .progress-meter {
    background-color: #8a8a8a; }
  .progress.black .progress-meter {
    background-color: #505050; }
  .progress.white .progress-meter {
    background-color: #fff; }
  .progress.fb .progress-meter {
    background-color: #3F619C; }
  .progress.vk .progress-meter {
    background-color: #3E709C; }
  .progress.twi .progress-meter {
    background-color: #2FA4CC; }
  .progress.ok .progress-meter {
    background-color: #FC6719; }
  .progress.insta .progress-meter {
    background-color: #000000; }
  .progress.gp .progress-meter {
    background-color: #DB4437; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #79bcec; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #79bcec;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #4aa5e5; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(80, 80, 80, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 90.37037rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 90.37037rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 90.37037rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 90.37037rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1.5rem;
  outline: 0;
  font-size: 1.03704rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #79bcec; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.74074rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.88889rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.18519rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.25rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  table caption {
    padding: 0.59259rem 0.74074rem 0.74074rem;
    font-weight: bold; }
  table thead {
    background: #f9f9f9;
    color: #505050; }
  table tfoot {
    background: #f2f2f2;
    color: #505050; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.59259rem 0.74074rem 0.74074rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.59259rem 0.74074rem 0.74074rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 59.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #79bcec; }
  .tabs.primary > li > a {
    color: #505050; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #69b4ea; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.88889rem;
    line-height: 1;
    color: #79bcec; }
    .tabs-title > a:hover {
      background: #fff;
      color: #4da6e6; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #79bcec; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #505050;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1.5rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.5rem;
  border: solid 4px #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(80, 80, 80, 0.2);
  box-shadow: 0 0 0 1px rgba(80, 80, 80, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(121, 188, 236, 0.5);
    box-shadow: 0 0 6px 1px rgba(121, 188, 236, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #505050;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #505050;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #505050;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #505050 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #505050;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #505050 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 59.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 59.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 60em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 60em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 59.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 60em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 59.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

@media print, screen and (min-width: 60em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 60em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important; }

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-wrap {
  word-wrap: break-word !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-overline {
  text-decoration: overline !important; }

.text-underline {
  text-decoration: underline !important; }

.text-line-through {
  text-decoration: line-through !important; }

.font-wide {
  letter-spacing: 0.2963rem; }

.font-normal {
  font-weight: normal; }

.font-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic !important; }

ul.list-disc {
  list-style-type: disc !important; }

ul.list-circle {
  list-style-type: circle !important; }

ul.list-square {
  list-style-type: square !important; }

ol.list-decimal {
  list-style-type: decimal !important; }

ol.list-lower-alpha {
  list-style-type: lower-alpha !important; }

ol.list-lower-latin {
  list-style-type: lower-latin !important; }

ol.list-lower-roman {
  list-style-type: lower-roman !important; }

ol.list-upper-alpha {
  list-style-type: upper-alpha !important; }

ol.list-upper-latin {
  list-style-type: upper-latin !important; }

ol.list-upper-roman {
  list-style-type: upper-roman !important; }

.rounded {
  border-radius: 5000px !important; }

.radius {
  border-radius: 0.22222rem; }

.bordered {
  border: 0.07407rem solid #cacaca; }

.shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #505050 transparent transparent; }

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #505050; }

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #505050; }

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #505050 transparent transparent; }

.separator-center {
  text-align: center !important; }
  .separator-center::before, .separator-center::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .separator-center::after {
    clear: both; }
  .separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.14815rem solid #79bcec;
    margin: 1.5rem auto 0; }

.separator-left {
  text-align: left !important; }
  .separator-left::before, .separator-left::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .separator-left::after {
    clear: both; }
  .separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.14815rem solid #79bcec;
    margin: 1.5rem auto 0;
    margin-left: 0 !important; }

.separator-right {
  text-align: right !important; }
  .separator-right::before, .separator-right::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .separator-right::after {
    clear: both; }
  .separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.14815rem solid #79bcec;
    margin: 1.5rem auto 0;
    margin-right: 0 !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

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

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-x-scroll {
  overflow-x: scroll !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

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

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

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

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

.display-table-cell {
  display: table-cell !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975; }

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975; }

.border-box {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important; }

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

.width-25 {
  width: 25% !important; }

.width-50 {
  width: 50% !important; }

.width-75 {
  width: 75% !important; }

.width-100 {
  width: 100% !important; }

.height-25 {
  height: 25% !important; }

.height-50 {
  height: 50% !important; }

.height-75 {
  height: 75% !important; }

.height-100 {
  height: 100% !important; }

.max-width-100 {
  max-width: 100% !important; }

.max-height-100 {
  max-height: 100% !important; }

.margin-0 {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important; }

.padding-0 {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important; }

.margin-top-0 {
  margin-top: 0rem !important; }

.padding-top-0 {
  padding-top: 0rem !important; }

.margin-right-0 {
  margin-right: 0rem !important; }

.padding-right-0 {
  padding-right: 0rem !important; }

.margin-bottom-0 {
  margin-bottom: 0rem !important; }

.padding-bottom-0 {
  padding-bottom: 0rem !important; }

.margin-left-0 {
  margin-left: 0rem !important; }

.padding-left-0 {
  padding-left: 0rem !important; }

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important; }

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.margin-1 {
  margin-top: 0.25rem !important;
  margin-right: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  margin-left: 0.25rem !important; }

.padding-1 {
  padding-top: 0.25rem !important;
  padding-right: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.25rem !important; }

.margin-top-1 {
  margin-top: 0.25rem !important; }

.padding-top-1 {
  padding-top: 0.25rem !important; }

.margin-right-1 {
  margin-right: 0.25rem !important; }

.padding-right-1 {
  padding-right: 0.25rem !important; }

.margin-bottom-1 {
  margin-bottom: 0.25rem !important; }

.padding-bottom-1 {
  padding-bottom: 0.25rem !important; }

.margin-left-1 {
  margin-left: 0.25rem !important; }

.padding-left-1 {
  padding-left: 0.25rem !important; }

.margin-horizontal-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.padding-horizontal-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.margin-vertical-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.padding-vertical-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.margin-2 {
  margin-top: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  margin-left: 0.5rem !important; }

.padding-2 {
  padding-top: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 0.5rem !important; }

.margin-top-2 {
  margin-top: 0.5rem !important; }

.padding-top-2 {
  padding-top: 0.5rem !important; }

.margin-right-2 {
  margin-right: 0.5rem !important; }

.padding-right-2 {
  padding-right: 0.5rem !important; }

.margin-bottom-2 {
  margin-bottom: 0.5rem !important; }

.padding-bottom-2 {
  padding-bottom: 0.5rem !important; }

.margin-left-2 {
  margin-left: 0.5rem !important; }

.padding-left-2 {
  padding-left: 0.5rem !important; }

.margin-horizontal-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.padding-horizontal-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.margin-vertical-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.padding-vertical-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.margin-3 {
  margin-top: 0.75rem !important;
  margin-right: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  margin-left: 0.75rem !important; }

.padding-3 {
  padding-top: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 0.75rem !important; }

.margin-top-3 {
  margin-top: 0.75rem !important; }

.padding-top-3 {
  padding-top: 0.75rem !important; }

.margin-right-3 {
  margin-right: 0.75rem !important; }

.padding-right-3 {
  padding-right: 0.75rem !important; }

.margin-bottom-3 {
  margin-bottom: 0.75rem !important; }

.padding-bottom-3 {
  padding-bottom: 0.75rem !important; }

.margin-left-3 {
  margin-left: 0.75rem !important; }

.padding-left-3 {
  padding-left: 0.75rem !important; }

.margin-horizontal-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important; }

.padding-horizontal-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important; }

.margin-vertical-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important; }

.padding-vertical-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important; }

.margin-4 {
  margin-top: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 1rem !important; }

.padding-4 {
  padding-top: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important; }

.margin-top-4 {
  margin-top: 1rem !important; }

.padding-top-4 {
  padding-top: 1rem !important; }

.margin-right-4 {
  margin-right: 1rem !important; }

.padding-right-4 {
  padding-right: 1rem !important; }

.margin-bottom-4 {
  margin-bottom: 1rem !important; }

.padding-bottom-4 {
  padding-bottom: 1rem !important; }

.margin-left-4 {
  margin-left: 1rem !important; }

.padding-left-4 {
  padding-left: 1rem !important; }

.margin-horizontal-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.padding-horizontal-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.margin-vertical-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.padding-vertical-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.margin-5 {
  margin-top: 1.25rem !important;
  margin-right: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  margin-left: 1.25rem !important; }

.padding-5 {
  padding-top: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  padding-left: 1.25rem !important; }

.margin-top-5 {
  margin-top: 1.25rem !important; }

.padding-top-5 {
  padding-top: 1.25rem !important; }

.margin-right-5 {
  margin-right: 1.25rem !important; }

.padding-right-5 {
  padding-right: 1.25rem !important; }

.margin-bottom-5 {
  margin-bottom: 1.25rem !important; }

.padding-bottom-5 {
  padding-bottom: 1.25rem !important; }

.margin-left-5 {
  margin-left: 1.25rem !important; }

.padding-left-5 {
  padding-left: 1.25rem !important; }

.margin-horizontal-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important; }

.padding-horizontal-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important; }

.margin-vertical-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }

.padding-vertical-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }

.margin-6 {
  margin-top: 1.5rem !important;
  margin-right: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-left: 1.5rem !important; }

.padding-6 {
  padding-top: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 1.5rem !important; }

.margin-top-6 {
  margin-top: 1.5rem !important; }

.padding-top-6 {
  padding-top: 1.5rem !important; }

.margin-right-6 {
  margin-right: 1.5rem !important; }

.padding-right-6 {
  padding-right: 1.5rem !important; }

.margin-bottom-6 {
  margin-bottom: 1.5rem !important; }

.padding-bottom-6 {
  padding-bottom: 1.5rem !important; }

.margin-left-6 {
  margin-left: 1.5rem !important; }

.padding-left-6 {
  padding-left: 1.5rem !important; }

.margin-horizontal-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.padding-horizontal-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.margin-vertical-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.padding-vertical-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.margin-7 {
  margin-top: 1.75rem !important;
  margin-right: 1.75rem !important;
  margin-bottom: 1.75rem !important;
  margin-left: 1.75rem !important; }

.padding-7 {
  padding-top: 1.75rem !important;
  padding-right: 1.75rem !important;
  padding-bottom: 1.75rem !important;
  padding-left: 1.75rem !important; }

.margin-top-7 {
  margin-top: 1.75rem !important; }

.padding-top-7 {
  padding-top: 1.75rem !important; }

.margin-right-7 {
  margin-right: 1.75rem !important; }

.padding-right-7 {
  padding-right: 1.75rem !important; }

.margin-bottom-7 {
  margin-bottom: 1.75rem !important; }

.padding-bottom-7 {
  padding-bottom: 1.75rem !important; }

.margin-left-7 {
  margin-left: 1.75rem !important; }

.padding-left-7 {
  padding-left: 1.75rem !important; }

.margin-horizontal-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important; }

.padding-horizontal-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important; }

.margin-vertical-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important; }

.padding-vertical-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important; }

.margin-8 {
  margin-top: 2rem !important;
  margin-right: 2rem !important;
  margin-bottom: 2rem !important;
  margin-left: 2rem !important; }

.padding-8 {
  padding-top: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 2rem !important; }

.margin-top-8 {
  margin-top: 2rem !important; }

.padding-top-8 {
  padding-top: 2rem !important; }

.margin-right-8 {
  margin-right: 2rem !important; }

.padding-right-8 {
  padding-right: 2rem !important; }

.margin-bottom-8 {
  margin-bottom: 2rem !important; }

.padding-bottom-8 {
  padding-bottom: 2rem !important; }

.margin-left-8 {
  margin-left: 2rem !important; }

.padding-left-8 {
  padding-left: 2rem !important; }

.margin-horizontal-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.padding-horizontal-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.margin-vertical-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.padding-vertical-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.margin-9 {
  margin-top: 2.25rem !important;
  margin-right: 2.25rem !important;
  margin-bottom: 2.25rem !important;
  margin-left: 2.25rem !important; }

.padding-9 {
  padding-top: 2.25rem !important;
  padding-right: 2.25rem !important;
  padding-bottom: 2.25rem !important;
  padding-left: 2.25rem !important; }

.margin-top-9 {
  margin-top: 2.25rem !important; }

.padding-top-9 {
  padding-top: 2.25rem !important; }

.margin-right-9 {
  margin-right: 2.25rem !important; }

.padding-right-9 {
  padding-right: 2.25rem !important; }

.margin-bottom-9 {
  margin-bottom: 2.25rem !important; }

.padding-bottom-9 {
  padding-bottom: 2.25rem !important; }

.margin-left-9 {
  margin-left: 2.25rem !important; }

.padding-left-9 {
  padding-left: 2.25rem !important; }

.margin-horizontal-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important; }

.padding-horizontal-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important; }

.margin-vertical-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important; }

.padding-vertical-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important; }

.margin-10 {
  margin-top: 2.5rem !important;
  margin-right: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  margin-left: 2.5rem !important; }

.padding-10 {
  padding-top: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  padding-left: 2.5rem !important; }

.margin-top-10 {
  margin-top: 2.5rem !important; }

.padding-top-10 {
  padding-top: 2.5rem !important; }

.margin-right-10 {
  margin-right: 2.5rem !important; }

.padding-right-10 {
  padding-right: 2.5rem !important; }

.margin-bottom-10 {
  margin-bottom: 2.5rem !important; }

.padding-bottom-10 {
  padding-bottom: 2.5rem !important; }

.margin-left-10 {
  margin-left: 2.5rem !important; }

.padding-left-10 {
  padding-left: 2.5rem !important; }

.margin-horizontal-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.padding-horizontal-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.margin-vertical-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.padding-vertical-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.margin-11 {
  margin-top: 2.75rem !important;
  margin-right: 2.75rem !important;
  margin-bottom: 2.75rem !important;
  margin-left: 2.75rem !important; }

.padding-11 {
  padding-top: 2.75rem !important;
  padding-right: 2.75rem !important;
  padding-bottom: 2.75rem !important;
  padding-left: 2.75rem !important; }

.margin-top-11 {
  margin-top: 2.75rem !important; }

.padding-top-11 {
  padding-top: 2.75rem !important; }

.margin-right-11 {
  margin-right: 2.75rem !important; }

.padding-right-11 {
  padding-right: 2.75rem !important; }

.margin-bottom-11 {
  margin-bottom: 2.75rem !important; }

.padding-bottom-11 {
  padding-bottom: 2.75rem !important; }

.margin-left-11 {
  margin-left: 2.75rem !important; }

.padding-left-11 {
  padding-left: 2.75rem !important; }

.margin-horizontal-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important; }

.padding-horizontal-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important; }

.margin-vertical-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important; }

.padding-vertical-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important; }

.margin-12 {
  margin-top: 3rem !important;
  margin-right: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: 3rem !important; }

.padding-12 {
  padding-top: 3rem !important;
  padding-right: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 3rem !important; }

.margin-top-12 {
  margin-top: 3rem !important; }

.padding-top-12 {
  padding-top: 3rem !important; }

.margin-right-12 {
  margin-right: 3rem !important; }

.padding-right-12 {
  padding-right: 3rem !important; }

.margin-bottom-12 {
  margin-bottom: 3rem !important; }

.padding-bottom-12 {
  padding-bottom: 3rem !important; }

.margin-left-12 {
  margin-left: 3rem !important; }

.padding-left-12 {
  padding-left: 3rem !important; }

.margin-horizontal-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.padding-horizontal-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.margin-vertical-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.padding-vertical-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.margin-13 {
  margin-top: 3.25rem !important;
  margin-right: 3.25rem !important;
  margin-bottom: 3.25rem !important;
  margin-left: 3.25rem !important; }

.padding-13 {
  padding-top: 3.25rem !important;
  padding-right: 3.25rem !important;
  padding-bottom: 3.25rem !important;
  padding-left: 3.25rem !important; }

.margin-top-13 {
  margin-top: 3.25rem !important; }

.padding-top-13 {
  padding-top: 3.25rem !important; }

.margin-right-13 {
  margin-right: 3.25rem !important; }

.padding-right-13 {
  padding-right: 3.25rem !important; }

.margin-bottom-13 {
  margin-bottom: 3.25rem !important; }

.padding-bottom-13 {
  padding-bottom: 3.25rem !important; }

.margin-left-13 {
  margin-left: 3.25rem !important; }

.padding-left-13 {
  padding-left: 3.25rem !important; }

.margin-horizontal-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important; }

.padding-horizontal-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important; }

.margin-vertical-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important; }

.padding-vertical-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important; }

.margin-14 {
  margin-top: 3.5rem !important;
  margin-right: 3.5rem !important;
  margin-bottom: 3.5rem !important;
  margin-left: 3.5rem !important; }

.padding-14 {
  padding-top: 3.5rem !important;
  padding-right: 3.5rem !important;
  padding-bottom: 3.5rem !important;
  padding-left: 3.5rem !important; }

.margin-top-14 {
  margin-top: 3.5rem !important; }

.padding-top-14 {
  padding-top: 3.5rem !important; }

.margin-right-14 {
  margin-right: 3.5rem !important; }

.padding-right-14 {
  padding-right: 3.5rem !important; }

.margin-bottom-14 {
  margin-bottom: 3.5rem !important; }

.padding-bottom-14 {
  padding-bottom: 3.5rem !important; }

.margin-left-14 {
  margin-left: 3.5rem !important; }

.padding-left-14 {
  padding-left: 3.5rem !important; }

.margin-horizontal-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important; }

.padding-horizontal-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important; }

.margin-vertical-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important; }

.padding-vertical-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important; }

.margin-15 {
  margin-top: 3.75rem !important;
  margin-right: 3.75rem !important;
  margin-bottom: 3.75rem !important;
  margin-left: 3.75rem !important; }

.padding-15 {
  padding-top: 3.75rem !important;
  padding-right: 3.75rem !important;
  padding-bottom: 3.75rem !important;
  padding-left: 3.75rem !important; }

.margin-top-15 {
  margin-top: 3.75rem !important; }

.padding-top-15 {
  padding-top: 3.75rem !important; }

.margin-right-15 {
  margin-right: 3.75rem !important; }

.padding-right-15 {
  padding-right: 3.75rem !important; }

.margin-bottom-15 {
  margin-bottom: 3.75rem !important; }

.padding-bottom-15 {
  padding-bottom: 3.75rem !important; }

.margin-left-15 {
  margin-left: 3.75rem !important; }

.padding-left-15 {
  padding-left: 3.75rem !important; }

.margin-horizontal-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important; }

.padding-horizontal-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important; }

.margin-vertical-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

.padding-vertical-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }

.margin-16 {
  margin-top: 4rem !important;
  margin-right: 4rem !important;
  margin-bottom: 4rem !important;
  margin-left: 4rem !important; }

.padding-16 {
  padding-top: 4rem !important;
  padding-right: 4rem !important;
  padding-bottom: 4rem !important;
  padding-left: 4rem !important; }

.margin-top-16 {
  margin-top: 4rem !important; }

.padding-top-16 {
  padding-top: 4rem !important; }

.margin-right-16 {
  margin-right: 4rem !important; }

.padding-right-16 {
  padding-right: 4rem !important; }

.margin-bottom-16 {
  margin-bottom: 4rem !important; }

.padding-bottom-16 {
  padding-bottom: 4rem !important; }

.margin-left-16 {
  margin-left: 4rem !important; }

.padding-left-16 {
  padding-left: 4rem !important; }

.margin-horizontal-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.padding-horizontal-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.margin-vertical-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.padding-vertical-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.margin-17 {
  margin-top: 4.25rem !important;
  margin-right: 4.25rem !important;
  margin-bottom: 4.25rem !important;
  margin-left: 4.25rem !important; }

.padding-17 {
  padding-top: 4.25rem !important;
  padding-right: 4.25rem !important;
  padding-bottom: 4.25rem !important;
  padding-left: 4.25rem !important; }

.margin-top-17 {
  margin-top: 4.25rem !important; }

.padding-top-17 {
  padding-top: 4.25rem !important; }

.margin-right-17 {
  margin-right: 4.25rem !important; }

.padding-right-17 {
  padding-right: 4.25rem !important; }

.margin-bottom-17 {
  margin-bottom: 4.25rem !important; }

.padding-bottom-17 {
  padding-bottom: 4.25rem !important; }

.margin-left-17 {
  margin-left: 4.25rem !important; }

.padding-left-17 {
  padding-left: 4.25rem !important; }

.margin-horizontal-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important; }

.padding-horizontal-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important; }

.margin-vertical-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important; }

.padding-vertical-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important; }

.margin-18 {
  margin-top: 4.5rem !important;
  margin-right: 4.5rem !important;
  margin-bottom: 4.5rem !important;
  margin-left: 4.5rem !important; }

.padding-18 {
  padding-top: 4.5rem !important;
  padding-right: 4.5rem !important;
  padding-bottom: 4.5rem !important;
  padding-left: 4.5rem !important; }

.margin-top-18 {
  margin-top: 4.5rem !important; }

.padding-top-18 {
  padding-top: 4.5rem !important; }

.margin-right-18 {
  margin-right: 4.5rem !important; }

.padding-right-18 {
  padding-right: 4.5rem !important; }

.margin-bottom-18 {
  margin-bottom: 4.5rem !important; }

.padding-bottom-18 {
  padding-bottom: 4.5rem !important; }

.margin-left-18 {
  margin-left: 4.5rem !important; }

.padding-left-18 {
  padding-left: 4.5rem !important; }

.margin-horizontal-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important; }

.padding-horizontal-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important; }

.margin-vertical-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important; }

.padding-vertical-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important; }

.margin-19 {
  margin-top: 4.75rem !important;
  margin-right: 4.75rem !important;
  margin-bottom: 4.75rem !important;
  margin-left: 4.75rem !important; }

.padding-19 {
  padding-top: 4.75rem !important;
  padding-right: 4.75rem !important;
  padding-bottom: 4.75rem !important;
  padding-left: 4.75rem !important; }

.margin-top-19 {
  margin-top: 4.75rem !important; }

.padding-top-19 {
  padding-top: 4.75rem !important; }

.margin-right-19 {
  margin-right: 4.75rem !important; }

.padding-right-19 {
  padding-right: 4.75rem !important; }

.margin-bottom-19 {
  margin-bottom: 4.75rem !important; }

.padding-bottom-19 {
  padding-bottom: 4.75rem !important; }

.margin-left-19 {
  margin-left: 4.75rem !important; }

.padding-left-19 {
  padding-left: 4.75rem !important; }

.margin-horizontal-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important; }

.padding-horizontal-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important; }

.margin-vertical-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important; }

.padding-vertical-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important; }

.margin-20 {
  margin-top: 5rem !important;
  margin-right: 5rem !important;
  margin-bottom: 5rem !important;
  margin-left: 5rem !important; }

.padding-20 {
  padding-top: 5rem !important;
  padding-right: 5rem !important;
  padding-bottom: 5rem !important;
  padding-left: 5rem !important; }

.margin-top-20 {
  margin-top: 5rem !important; }

.padding-top-20 {
  padding-top: 5rem !important; }

.margin-right-20 {
  margin-right: 5rem !important; }

.padding-right-20 {
  padding-right: 5rem !important; }

.margin-bottom-20 {
  margin-bottom: 5rem !important; }

.padding-bottom-20 {
  padding-bottom: 5rem !important; }

.margin-left-20 {
  margin-left: 5rem !important; }

.padding-left-20 {
  padding-left: 5rem !important; }

.margin-horizontal-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important; }

.padding-horizontal-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important; }

.margin-vertical-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.padding-vertical-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

html {
  width: 100%; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], textarea {
  height: auto;
  display: inline-block;
  margin-bottom: 0;
  font-size: 1rem; }

ul, ol, dl {
  margin-bottom: 0; }

@font-face {
  font-family: YesevaOne-Regular;
  src: url("../fonts/YesevaOne-Regular.ttf"); }

@font-face {
  font-family: HelveticaNeueCyr-Black;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-BlackItalic;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-Bold;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-BoldItalic;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-Heavy;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Heavy.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-HeavyItalic;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-HeavyItalic.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-Italic;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-Light;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-LightItalic;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-Medium;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-MediumItaicl;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-MediumItaicl.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-Roman;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-Thin;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-ThinItalic;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-UltraLight;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.otf"); }

@font-face {
  font-family: HelveticaNeueCyr-UltraLightItalic;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.otf"); }

/* Slider */
/*.slick-list {
  .slick-loading & {
    background: #fff url("ajax-loader.gif") center center no-repeat;
  }
}*/
.slick-slide {
  outline: none !important; }
  .slick-slide:focus, .slick-slide a {
    outline: none; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: initial;
  transform: initial; }

.slick-list {
  z-index: 0; }

/* Arrows */
.slick-prev,
.slick-next {
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.05);
  padding: 0.25rem 0.5rem;
  border: none;
  outline: none;
  border-radius: 0.37037rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.2); }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.02); }

.slick-prev {
  left: 1rem; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 1rem; }

.slick-next {
  right: 1rem; }
  [dir="rtl"] .slick-next {
    left: 1rem;
    right: auto; }

@media screen and (max-width: 39.9375em) {
  .slick-prev, .slick-next {
    display: none !important; } }

/* Dots */
.slick-dots {
  margin: 2rem 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: rgba(0, 0, 0, 0.05);
      display: block;
      height: 0.74074rem;
      width: 0.74074rem;
      outline: none;
      line-height: 0;
      font-size: 0;
      margin: 1rem;
      padding: 0;
      border-radius: 50%; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background: rgba(0, 0, 0, 0.2); }

.background-primary {
  background: #79bcec;
  color: #505050; }

.background-secondary {
  background: #777;
  color: #fff; }

.background-success {
  background: #389188;
  color: #fff; }

.background-warning {
  background: #ffae00;
  color: #505050; }

.background-alert {
  background: #cc4b37;
  color: #fff; }

.background-light-gray {
  background: #e6e6e6;
  color: #505050; }

.background-medium-gray {
  background: #cacaca;
  color: #505050; }

.background-dark-gray {
  background: #8a8a8a;
  color: #fff; }

.background-black {
  background: #505050;
  color: #fff; }

.background-white {
  background: #fff;
  color: #505050; }

.background-fb {
  background: #3F619C;
  color: #fff; }

.background-vk {
  background: #3E709C;
  color: #fff; }

.background-twi {
  background: #2FA4CC;
  color: #fff; }

.background-ok {
  background: #FC6719;
  color: #fff; }

.background-insta {
  background: #000000;
  color: #fff; }

.background-gp {
  background: #DB4437;
  color: #fff; }

.checkbox-group {
  font-size: 0;
  margin: 0 0 1.5rem; }

label.checkbox-group__label {
  font-size: 13.5px;
  padding: 0.83rem;
  margin: 0;
  min-width: 3rem;
  background: #fff;
  line-height: 1;
  display: inline-block;
  border: 0.07407rem solid #505050;
  border-right-width: 0;
  text-align: center; }
  label.checkbox-group__label:last-child {
    border-right-width: 0.07407rem; }

input.checkbox-group__item {
  display: none; }

input.checkbox-group__item:checked + label.checkbox-group__label {
  -webkit-box-shadow: inset 0 0 5px 2px rgba(1, 1, 1, 0.4);
  box-shadow: inset 0 0 5px 2px rgba(1, 1, 1, 0.4); }

.content {
  background: center no-repeat;
  background-size: cover;
  padding: 3rem 0 1.5rem;
  position: relative; }

.content__promo {
  height: 29.62963rem; }

.dd {
  position: relative;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear; }

.dd_show {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.dd__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.menu-base {
  display: block;
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-transform: uppercase; }

.menu-base__item {
  display: block;
  padding: 0.37037rem 1.11111rem 0.37037rem 0; }
  [data-whatinput='mouse'] .menu-base__item {
    outline: 0; }

.menu-base__link {
  display: block;
  color: #fff; }
  [data-whatinput='mouse'] .menu-base__link {
    outline: 0; }
  .menu-base__link:hover, .menu-base__link:focus {
    color: #fff; }

@media screen and (min-width: 40em) {
  .menu-base__item {
    display: inline-block; }
  .menu-base__link {
    display: inline-block; } }

@media screen and (min-width: 75em) {
  .menu-base__item {
    padding-right: 2.22222rem; }
    .menu-base__item:last-child {
      padding-right: 0; } }

.menu-top {
  padding: 0;
  list-style-type: none;
  margin: 0;
  width: 100%;
  text-align: left; }

.menu-top__hamburger {
  margin: 1.18519rem 0 1.18519rem; }

.menu-top__item {
  display: block;
  padding: 0;
  border: solid #e6e6e6;
  border-width: 0.07407rem 0 0 0; }
  [data-whatinput='mouse'] .menu-top__item {
    outline: 0; }
  .menu-top__item:first-child {
    border: 0; }

.menu-top__link {
  display: block;
  padding: 0.5rem 0;
  color: #777; }
  [data-whatinput='mouse'] .menu-top__link {
    outline: 0; }

.menu-top__link_red {
  color: #79bcec; }

@media screen and (min-width: 40em) {
  .menu-top__item {
    float: left;
    vertical-align: middle;
    padding: 0 1rem;
    border-width: 0 0 0 0.07407rem; }
    .menu-top__item:first-child {
      border: 0;
      text-align: left;
      padding-left: 0; }
    .menu-top__item:last-child {
      text-align: right;
      padding-right: 0; }
  .menu-top__link {
    padding: 0;
    display: inline-block; } }

.rating {
  direction: rtl;
  font-size: 1.35rem;
  unicode-bidi: bidi-override; }

.rating__star {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }

.rating__star:hover {
  cursor: pointer; }

.rating__star::before {
  color: #777;
  content: "";
  padding-right: 5px; }

.rating__star:hover::before, .rating__star:hover ~ .rating__star::before,
.rating:not(:hover) .rating__star-active:before, .rating:not(:hover) .rating__star-active ~ .rating__star::before {
  color: #e3cf7a;
  content: ""; }

.search-top {
  width: 100%;
  margin: 0; }

.search-top__input {
  width: 100%;
  border: 0;
  padding: 0.37037rem;
  line-height: 1.14;
  height: 1.88074rem;
  margin: 0; }
  .search-top__input:focus, .search-top__input:hover {
    border: 0; }

button.search-top__button {
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  height: 1.88074rem;
  width: 1.88074rem;
  color: #79bcec; }

@media screen and (min-width: 40em) and (max-width: 59.9375em) {
  .search-top {
    margin: 1.5rem 0 0; } }

.text-primary {
  color: #79bcec; }

a.text-primary:hover, a.text-primary:focus {
  color: #2b95e1; }

.text-secondary {
  color: #777; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #595959; }

.text-success {
  color: #389188; }

a.text-success:hover, a.text-success:focus {
  color: #2a6d66; }

.text-warning {
  color: #ffae00; }

a.text-warning:hover, a.text-warning:focus {
  color: #bf8300; }

.text-alert {
  color: #cc4b37; }

a.text-alert:hover, a.text-alert:focus {
  color: #9b3727; }

.text-light-gray {
  color: #e6e6e6; }

a.text-light-gray:hover, a.text-light-gray:focus {
  color: #adadad; }

.text-medium-gray {
  color: #cacaca; }

a.text-medium-gray:hover, a.text-medium-gray:focus {
  color: #989898; }

.text-dark-gray {
  color: #8a8a8a; }

a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: #686868; }

.text-black {
  color: #505050; }

a.text-black:hover, a.text-black:focus {
  color: #3c3c3c; }

.text-white {
  color: #fff; }

a.text-white:hover, a.text-white:focus {
  color: #bfbfbf; }

.text-fb {
  color: #3F619C; }

a.text-fb:hover, a.text-fb:focus {
  color: #2f4975; }

.text-vk {
  color: #3E709C; }

a.text-vk:hover, a.text-vk:focus {
  color: #2f5475; }

.text-twi {
  color: #2FA4CC; }

a.text-twi:hover, a.text-twi:focus {
  color: #237b99; }

.text-ok {
  color: #FC6719; }

a.text-ok:hover, a.text-ok:focus {
  color: #cd4803; }

.text-insta {
  color: #000000; }

a.text-insta:hover, a.text-insta:focus {
  color: black; }

.text-gp {
  color: #DB4437; }

a.text-gp:hover, a.text-gp:focus {
  color: #ae2b1f; }

.text-size-tiny {
  font-size: 0.7rem; }

.text-size-xsmall {
  font-size: 0.8rem; }

.text-size-small {
  font-size: 0.9rem; }

.text-size-default {
  font-size: 1rem; }

.text-size-large {
  font-size: 1.33rem; }

.text-size-xlarge {
  font-size: 1.5rem; }

.text-size-xxlarge {
  font-size: 2rem; }

.menu .button,
.menu a {
  padding: 0;
  line-height: inherit;
  white-space: normal; }

* {
  margin: 0;
  padding: 0; }

body * {
  border: 0;
  -webkit-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  outline: 0;
  font-size: 13.5px;
  list-style-type: none;
  text-decoration: none;
  font-family: HelveticaNeueCyr-Roman, Arial; }

body {
  position: relative; }

h3, .h3 {
  font-size: 24px;
  font-weight: normal; }

h4, .h4 {
  font-size: 36px !important;
  font-weight: normal; }

h5, .h5 {
  margin-top: 0px !important;
  font-size: 18px !important;
  font-weight: normal; }

th, td {
  font-weight: normal; }

.bold {
  font-weight: bold; }

.center {
  margin: 0 auto; }

.color_blue {
  color: #41aaf0; }

.color_white {
  color: #fff; }

.color_dark_blue, .menu a,
.menu p, .color_dark_blue p {
  color: #003860; }

.color_cyan {
  color: #79bcec; }

.color_cyan_b {
  background-color: #79bcec; }

.color_grey {
  color: #838282; }

.color_grey_2, .color_grey_2 p {
  color: #6b6b6b; }

.color_grey_3, .color_grey_3 a,
.color_grey_3 p, .color_grey_3 b {
  color: #848383; }

.color_grey_4 {
  color: #505050; }

.color_grey_5 {
  color: #08040c; }

.color_dark_grey {
  background-color: #292929; }

.color_dark_grey_p p, .color_dark_grey_p {
  color: #292929; }

.color_black, .color_black p, .color_black i {
  color: black; }

.color_wh {
  color: #fff; }

.inline_b {
  display: inline-block; }

.news_det {
  max-width: 1000px; }

.float_r {
  float: right; }

.line-through {
  text-decoration: line-through; }

.relative {
  position: relative; }

.text-indent {
  text-indent: 1em; }

a, button, .pointer {
  cursor: pointer; }

#mobile {
  display: none; }

/* -----HEADER----- */
.background_pos {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1920px; }

.background_anim .background_hands {
  background-image: url(background/hands.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 850px;
  min-width: 1000px;
  background-size: 100%;
  position: absolute;
  bottom: -100%;
  right: 0;
  left: 0;
  opacity: 1;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.background_anim.hand_run .background_hands {
  background-image: url(background/hands.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 850px;
  min-width: 1000px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1; }

.background_scroll.close {
  background-image: url(background/scroll.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 90px;
  width: 100vw;
  max-width: 100%;
  position: absolute;
  bottom: calc(50% - 45px);
  right: 0;
  left: 0;
  opacity: 0 !important; }

.background_scroll {
  background-image: url(background/scroll.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 90px;
  width: 100vw;
  max-width: 100%;
  position: absolute;
  bottom: calc(50% - 45px);
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.background_text {
  bottom: 0;
  left: 0;
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%; }

.background_simple .helper,
.background_simple .text_right {
  display: inline-block;
  opacity: 0;
  position: relative;
  width: 49%; }

.background_pos .owl-item .background_simple .text_right {
  opacity: 0;
  right: -100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.background_pos .owl-item.active .background_simple .text_right {
  opacity: 1;
  position: relative;
  right: 0;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.background_pos .owl-item .background_anim .background_text_home {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.background_pos .owl-item.active .background_anim .background_text_home {
  opacity: 1;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.background_text1,
.background_button1,
.background_text_bot1 {
  left: -200%;
  margin: 0 auto;
  max-width: 1100px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.background_text1.open,
.background_button1.open,
.background_text_bot1.open {
  left: 0;
  margin: 0 auto;
  max-width: 1100px;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 1100px; }

.background_text1 p {
  color: white; }

.background_text1 {
  top: 11%; }

.background_text1 p:nth-child(1) {
  font-size: 90px;
  font-family: 'Yeseva One';
  padding-bottom: 20px; }

.background_text1 p:nth-child(2) {
  font-size: 40px; }

.background_button1 {
  bottom: 34.5%;
  padding-left: 8%;
  /*padding-left: 160px;*/ }

.background_button1 a {
  background-color: #79bcec;
  color: white;
  font-size: 35px;
  line-height: 2em;
  padding: 0.25em 2.1em 0.35em 2.1em; }

.background_text_bot1 {
  bottom: 10%; }

.background_text2 {
  text-shadow: 0 0 8px black; }

.background_text2 p {
  color: white; }

.background_text2 p:nth-child(1) {
  font-size: 113px;
  font-family: 'Yeseva One'; }

.background_text2 p:nth-child(2),
.background_text2 p:nth-child(2) sup {
  font-family: 'Yeseva One'; }

.background_text2 p:nth-child(2) sup {
  font-size: 0.5em;
  padding-left: 5px; }

.background_text2 p:nth-child(2),
.background_text2 p:nth-child(3) {
  font-size: 50px;
  padding-bottom: 50px; }

.background_button2 {
  padding-bottom: 50px;
  padding-left: 9vw; }

.background_button2 a {
  background-color: #79bcec;
  color: white;
  font-size: 35px;
  line-height: 1em;
  padding: 0.2em 0.65em 0.3em 0.65em; }

.background_text_bot2 {
  padding-bottom: 70px; }

.background_pos .owl-nav {
  display: none; }

.background_pos .owl-nav.open {
  display: block; }

.image_back {
  width: 100vw;
  max-width: 100%;
  max-height: 850px; }

.background_simple img {
  max-height: 850px; }

.background_pos .owl-carousel .owl-controls .owl-nav .owl-prev,
.background_pos .owl-carousel .owl-controls .owl-nav .owl-next,
.background_pos .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.background_pos .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background-color: rgba(211, 211, 211, 0.2);
  bottom: calc(50% - 25px);
  color: white;
  font-size: 2vw;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 5px black;
  width: 50px;
  z-index: 1; }

.background_pos .owl-carousel .owl-controls .owl-nav .owl-next,
.background_pos .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  right: 0; }

.cat-sec-text {
  color: #848383; }

.cat-sec-text li, .cat-sec-text ul {
  display: inline; }

.mobile .background_simple {
  display: none; }

header, footer {
  min-width: 1000px; }

#header, #footer {
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1200px;
  position: relative; }

.footcont {
  height: 80px; }

.footcont p {
  margin: 0; }

.menu_mobile {
  display: none; }

.logo {
  margin: 17px 17px 10px 17px; }

.up_menu .personal span,
.up_menu .personal_over span {
  font-size: 18px;
  font-weight: normal; }

.logo p, .logo span, .fs10pt {
  font-size: 12px; }

.logo p {
  color: white;
  cursor: pointer;
  margin: 0.3em 0; }

.logo_phone p {
  margin: 5px 0 7px; }

.logo_phone h5, .logo_phone .h5 {
  color: white;
  padding-bottom: 5px;
  font-size: 20px; }

.logo_phone h5 a, .logo_phone .h5 a {
  text-decoration: none;
  color: #fff;
  font-size: 20px; }

.logo span {
  margin-right: 1em; }

.logo img {
  width: 200px; }

.buttom_line p {
  margin: 0 0 -4px 0;
  font-weight: bold; }

.menu {
  background-color: #fff;
  display: block;
  height: 50px;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1000px;
  position: absolute;
  text-align: center;
  right: 0;
  z-index: 3; }

.sony_store {
  /*float: right;*/
  margin-top: 10px; }

.up_menu {
  height: 85px; }

.up_menu .login_basket {
  display: inline-block;
  float: right;
  text-align: left;
  /* width: 230px;  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.up_menu .inline_b_m {
  float: left;
  display: inline-block;
  margin: 0.85em 0.7em 0.9em;
  vertical-align: middle; }

.up_menu .korz, .up_menu .korz_over {
  margin: 0; }

.up_menu .korz div,
.up_menu .korz_over .basket,
.up_menu .korz_over .basket_open {
  display: block; }

.up_menu .korz_over .basket {
  cursor: pointer;
  height: 37.5px;
  line-height: 37.5px;
  padding-top: 7px; }

.up_menu .korz_over .basket_open {
  text-align: center; }

.up_menu .personal,
.up_menu .personal_over {
  cursor: pointer;
  height: 37.5px;
  line-height: 30.5px;
  padding-bottom: 7px;
  position: relative;
  z-index: 3; }

.up_menu .personal_over {
  position: relative; }

.up_menu .personal_over.open {
  line-height: 38px;
  z-index: 10; }

.up_menu .korz img,
.up_menu .korz_over img,
.up_menu .personal img,
.up_menu .personal_over img {
  margin: 0 8px;
  width: 16px; }

.up_menu .personal h5, .up_menu .personal .h5,
.up_menu .personal_over h5,
.up_menu .personal_over .h5 {
  color: white; }

.up_menu .personal_over.open h5, .up_menu .personal_over.open .h5 {
  color: #292929; }

.up_menu .korz {
  display: none;
  /* РЎРєСЂС‹С‚РёРµ РїСѓСЃС‚РѕР№ РєРѕСЂР·РёРЅС‹(РєР»Р°СЃСЃ .korz РёР»Рё .korz_over) */ }

.up_menu .korz_over {
  background: none;
  display: block;
  position: relative;
  z-index: 4; }

.up_menu .open {
  background-color: white; }

.up_menu .open .basket span,
.up_menu .basket_open span {
  color: #292929; }

.up_menu .search {
  width: calc(100% - 740px);
  border: 1px solid #79bcec;
  min-height: 20px;
  margin-top: 1.18519rem; }

.up_menu input[type="search"] {
  background-color: rgba(41, 41, 41, 0);
  border: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  padding: 14px;
  width: calc(100% - 46px);
  vertical-align: middle; }

.up_menu input[type="submit"] {
  width: 22px;
  height: 21px;
  border: none;
  background: url(images/loupe.png) no-repeat;
  /* РџР°СЂР°РјРµС‚СЂС‹ РёР·РѕР±СЂР°Р¶РµРЅРёСЏ */
  margin: 8px;
  vertical-align: middle; }

.up_menu .basket_item {
  background-color: white;
  -webkit-box-shadow: 0 0 1px 1px #e1e1e1;
  box-shadow: 0 0 1px 1px #e1e1e1;
  display: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 75px;
  width: 485px; }

.up_menu .personal_over .pers_open,
.up_menu .personal_over .pers_close.open {
  display: inline-block; }

.up_menu .personal_over .pers_close,
.up_menu .personal_over .pers_open.close {
  display: none; }

.up_menu .personal_over_out {
  cursor: default;
  background-color: white;
  -webkit-box-shadow: 0 0 1px 1px #e1e1e1;
  box-shadow: 0 0 1px 1px #e1e1e1;
  height: 125px;
  display: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 37px;
  width: 485px; }

.up_menu .personal_over_out.open {
  display: block; }

.up_menu .personal_over_out .text {
  font-size: 0;
  line-height: 18px;
  margin-right: 60px;
  vertical-align: middle; }

.up_menu .personal_over_out .text p {
  color: #292929;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px; }

.up_menu .personal_over_out .text a {
  border-bottom: 1px solid #79bcec;
  color: #79bcec;
  font-size: 18px;
  line-height: 18px;
  padding: 1px 0; }

.up_menu .personal_over_out .text a:hover {
  border-bottom: 1px solid #009edb;
  color: #009edb; }

.up_menu .personal_over_out .img_item {
  font-size: 0;
  line-height: 125px;
  text-align: center;
  width: 130px;
  vertical-align: middle; }

.up_menu .personal_over_out .img_item img {
  vertical-align: middle;
  width: 70px; }

.up_menu .personal_over_out .personal_log_out {
  font-size: 0;
  line-height: 13.5px;
  vertical-align: middle; }

.up_menu .personal_over_out .personal_log_out a {
  background-color: #79bcec;
  color: white;
  font-size: 13.5px;
  padding: 6px 15px; }

.up_menu .personal_over_out .personal_log_out a:hover {
  background-color: #009edb; }

.up_menu .basket_open .img_item img {
  margin: 0 25px 0 10px;
  vertical-align: middle;
  width: 74px; }

.up_menu .item_cost {
  font-size: 18px; }

.up_menu .desc_item {
  text-align: left;
  width: 180px; }

.up_menu .amount {
  text-align: left;
  width: 110px; }

.up_menu .cancel_item {
  width: 40px; }

.up_menu .amount_item {
  margin-top: 7px; }

.up_menu .amount_item input {
  background-color: #f3f4f3;
  border: 1px solid #e1e1e1;
  line-height: 21px;
  text-align: center; }

.up_menu .basket_item_list {
  display: inline-block;
  padding: 17px 0;
  border-bottom: 2px solid #e1e1e1; }

.up_menu .basket_item_list div,
.up_menu .basket_item_list form {
  vertical-align: middle; }

.up_menu .korz .open,
.up_menu .korz_over .open {
  display: block !important; }

.up_menu .close,
.up_menu .personal {
  display: none !important; }

.up_menu .basket_item .cancel_item img {
  margin: 25px 20px 0 0; }

.up_menu .basket_open .fa-angle-down {
  display: none;
  font-size: 2.1em;
  line-height: 37.5px;
  height: 37.5px; }

.up_menu .basket_open i {
  text-align: center; }

.up_menu .basket_sum {
  padding: 25px 0; }

.up_menu .basket_sum div {
  vertical-align: middle; }

.up_menu .basket_sum .text {
  text-align: right;
  padding: 0 27px; }

.up_menu .basket_sum .basket_checkout {
  background-color: #79bcec;
  text-align: center; }

.up_menu .basket_sum .basket_checkout a {
  color: white;
  padding: 7px 11px;
  line-height: 30px;
  text-align: center; }

.up_menu .basket_sum .basket_checkout:hover {
  background-color: #009edb; }

#inbasket .basket_open .img_item img {
  margin: 0 25px 0 10px;
  vertical-align: middle;
  width: 74px; }

#inbasket .item_cost {
  font-size: 18px; }

#inbasket .desc_item {
  text-align: left;
  width: 180px; }

#inbasket .amount {
  text-align: left;
  width: 110px; }

#inbasket .cancel_item {
  width: 40px; }

#inbasket .amount_item {
  margin-top: 7px; }

#inbasket .amount_item input {
  background-color: #f3f4f3;
  border: 1px solid #e1e1e1;
  line-height: 21px;
  text-align: center; }

#inbasket .basket_item_list {
  display: inline-block;
  padding: 17px 0;
  border-bottom: 2px solid #e1e1e1; }

#inbasket .basket_item_list div,
#inbasket .basket_item_list form {
  vertical-align: middle; }

#inbasket .basket_item .cancel_item img {
  margin: 25px 20px 0 0; }

#inbasket .basket_open .fa-angle-down {
  display: none;
  font-size: 2.1em;
  line-height: 37.5px;
  height: 37.5px; }

#inbasket .basket_open i {
  text-align: center; }

#inbasket .basket_sum {
  padding: 25px 0; }

#inbasket .basket_sum div {
  vertical-align: middle; }

#inbasket .basket_sum .text {
  text-align: right;
  padding: 0 27px; }

#inbasket.basket_sum .basket_checkout {
  background-color: #79bcec;
  text-align: center; }

#inbasket .basket_sum .basket_checkout a {
  color: white;
  padding: 7px 11px;
  line-height: 30px;
  text-align: center; }

#inbasket .basket_sum .basket_checkout:hover {
  background-color: #009edb; }

.menu .dropdown {
  text-align: justify;
  line-height: 0;
  padding: 3px 3% 0;
  font-size: 1px;
  text-justify: newspaper;
  zoom: 1;
  /*text-align-last: justify;*/ }

.menu .dropdown:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block; }

.dropdown-top {
  display: inline-block;
  line-height: 45px;
  vertical-align: top;
  /* СЌРјСѓР»СЏС†РёСЏ inline-block РґР»СЏ IE6-7*/ }

.dropdown-inside {
  background: #ecf1f5;
  height: 350px;
  left: 0;
  max-height: 0;
  max-width: 1200px;
  min-width: 1000px;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  top: 49px;
  -webkit-transition: 0s;
  transition: 0s;
  text-align: justify;
  /*text-align-last: justify;*/
  text-justify: newspaper;
  width: 100%;
  zoom: 1; }

.dropdown-top:hover .dropdown-inside {
  display: block;
  left: 0;
  top: 50px;
  max-width: 1200px;
  min-width: 1000px;
  max-height: 350px;
  width: 100%; }

.menu .dropdown-inside:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block; }

.dropdown-top a {
  display: block; }

.dropdown-top > a {
  border-bottom: 2px solid white;
  position: relative;
  z-index: 5; }

.dropdown-top:hover > a {
  border-bottom: 2px solid #79bcec;
  -webkit-transition: 0s;
  transition: 0s; }

.dropdown-top:hover .dropdown_item {
  opacity: 1;
  top: 0; }

.dropdown_item {
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  opacity: 0;
  padding: 30px 10px 0 10px;
  position: relative;
  text-align: center;
  top: -350px;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  width: 200px;
  vertical-align: text-top; }

.dropdown_item p {
  font-size: 18px;
  line-height: normal;
  margin: 0 1em;
  text-align: center; }

.dropdown_item .image {
  height: 200px; }

.dropdown_item .image img {
  width: 100%; }

#top_city {
  height: 0;
  overflow: hidden;
  width: 100%; }

#top_city .bg_top {
  background-color: #fff;
  line-height: 57px;
  width: 100%; }

#top_city .bg_bot {
  background-color: #ecf1f5;
  position: relative;
  width: 100%; }

#top_city .block {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }

#top_city .bg_top .block {
  height: 80px;
  text-align-last: justify;
  -moz-text-align-last: justify; }

#top_city .bg_bot .block {
  background: url(images/map.png) right center no-repeat;
  height: 430px;
  padding-top: 67px;
  padding-right: 5%; }

#top_city .bg_top p {
  border-bottom: 3px solid #79bcec;
  color: #505050;
  display: inline-block;
  font-size: 36px;
  margin-left: 8px;
  padding: 20px 10px 0 10px; }

#top_city .bg_top img {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px; }

#top_city .bg_bot .popular_city {
  background-color: #79bcec;
  font-size: 0;
  height: 60px;
  padding: 4px 22px 0 22px;
  line-height: 53px;
  text-align-last: justify;
  -moz-text-align-last: justify;
  width: 460px; }

#top_city .bg_bot .popular_city .iradio {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  vertical-align: baseline; }

#top_city .bg_bot .popular_city .iradio label {
  color: #fff;
  font-size: 18px;
  vertical-align: baseline; }

#top_city .bg_bot .popular_city .iradio input[type="radio"]:checked + label {
  font-size: 32px;
  line-height: 18px; }

#top_city .bg_bot .border_search {
  background-color: #fff;
  border: 7px solid #79bcec;
  margin-top: 100px;
  padding: 20px;
  max-width: 460px;
  width: 100%; }

#top_city .bg_bot .border_search input.inline_b {
  background-color: #009edb;
  color: #fff;
  display: inline-block;
  line-height: 34px;
  margin-bottom: 3px;
  padding: 0 24px;
  vertical-align: bottom; }

#top_city .bg_bot .border_search input#autocomplete {
  border: 2px solid #dedcdc;
  color: #505050;
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
  width: 100%;
  vertical-align: middle; }

#top_city .bg_bot .search_city p {
  color: #505050;
  font-size: 18px; }

#top_city .bg_bot .itext {
  display: inline-block;
  height: 40px;
  line-height: normal;
  min-width: 280px;
  margin: 20px 15px 0 0;
  vertical-align: top; }

#top_city .bg_bot .right {
  float: right;
  padding-left: 10%;
  width: calc((100% - 460px)/2); }

#top_city .bg_bot .right.second_col {
  padding-left: 5%; }

#top_city .bg_bot .right .iradio {
  margin-top: 24px; }

#top_city .bg_bot label {
  cursor: pointer; }

#top_city .bg_bot .right .iradio label {
  color: #003860;
  font-size: 18px; }

#top_city .bg_bot .right .iradio input[type="radio"] {
  display: none; }

#top_city .bg_bot .right .iradio input[type="radio"] + label {
  cursor: pointer; }

#top_city .bg_bot .right .iradio input[type="radio"] + label::before {
  background-position-y: -2px;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 22px; }

#top_city .bg_bot .right .iradio input[type="radio"] + label::before {
  background-image: url(images/checkbox/radio.png);
  background-repeat: no-repeat; }

#top_city .bg_bot .right .iradio input[type="radio"]:checked + label::before {
  background-image: url(images/checkbox/radio_ch.png);
  background-repeat: no-repeat; }

/* -----END HEADER----- */
/* -----FOOTER----- */
footer {
  background-color: #292929; }

.contact {
  border-bottom: 1px solid #b9b8b8;
  margin: 0 40px;
  padding: 10px 0; }

.contact div, .contact a,
.contact p, .contact i {
  display: inline-block; }

.contact_other {
  line-height: 0;
 /* max-width: 600px; */
  text-align: justify;
  text-justify: newspaper;
  text-align-last: justify;
  vertical-align: text-top;
  width: calc(100% - 190px);
  /* max-width: 500px; */
  zoom: 1; }

.contact_other a {
  line-height: 32px;
  color: #eee; }

.contact_other a:hover {
  color: #fff; }

.contact_other:after {
  width: calc(100% - 350px);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block; }

.contact_social {
  float: right; }

.contact_social a {
  color: #fff; }

.contact_social i {
  background-color: #999;
  font-size: 1.3em;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  vertical-align: baseline; }

.contact_social p {
  padding-right: 30px;
  color: #eee; }

.contact_loc, .lowest_part {
  margin: 40px 40px 0 40px;
  text-justify: newspaper;
  zoom: 1;
  /*text-align-last: justify;*/ }

.contact_loc p, .contact_loc b {
  font-size: 12px;
  line-height: 14px; }

.contact_loc span {
  /* display: block; */
  font-size: 18px;
  padding-top: 15px; }

.contact_loc span a {
  font-size: inherit;
  color: inherit; }

.location {
  display: inline-block;
  min-width: 300px;
  /* padding-right: 10px; */
  text-align: left;
  width: calc((100% - 30px) / 3);
  vertical-align: top;
  margin: 0px 3px;
  color: #999; }

.location p b {
  font-size: 16px; }

.location:last-child {
  padding: 0; }

.contact_loc:after,
.lowest_part:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block; }

.lowest_part .sony_store {
  max-width: calc(100% - 500px);
  min-width: 380px;
  text-align: left; }

.lowest_part {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 20px 40px; }

.lowest_part .cards {
  float: right; }

@media screen and (max-width: 1000px) {
  .lowest_part .inline_b {
    display: block; }
  .lowest_part .cards {
    margin-top: 20px;
    float: none; } }

.lowest_part .cards img {
  padding-right: 10px; }

.lowest_part .batbko p,
.lowest_part .sony_store p {
  font-size: 12px; }

.lowest_part .cards,
.lowest_part .sony_store {
  vertical-align: middle; }

.lowest_part .batbko p {
  padding-right: 18px; }

/* -----END FOOTER----- */
section {
  background-color: #f3f4f6;
  min-height: 900px; }

.breadcrumbs {
  padding: 0 0 100px 40px; }
  .breadcrumbs:before, .breadcrumbs:after {
    display: none; }
  .breadcrumbs li {
    float: none;
    text-transform: none;
    font-size: 1rem;
    color: #505050; }
    .breadcrumbs li:not(:last-child)::after {
      display: none; }
  .breadcrumbs a {
    color: #505050; }

.breadcrumbs a,
.breadcrumbs p,
.breadcrumbs li {
  display: inline; }

.breadcrumbs_last {
  color: #009edb !important; }

.name_sect {
  position: absolute;
  top: -55px;
  left: 40px; }

/* -----HOME----- */
#home {
  background-color: #eeeeee; }

#home .background-m {
  display: none; }

.extra {
 /* background-color: #eeeeee; */
  min-width: 1000px;
  /*max-width: 1200px;*/
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.extra_item {
  background-color: white;
  margin: 0 auto;
  max-width: 1200px;
  min-width: calc(1000px - 40px);
  padding: 35px 20px 0;
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
  /*text-align-last: justify;*/ }

.extra_item_list {
  padding: 0 10px 10px 10px;
  text-align: center;
  vertical-align: text-top;
  width: calc((100% - 40px) / 6); }

.extra_item_list:nth-child(1),
.extra_item_list:nth-child(7) {
  padding: 0 10px 10px 0; }

.extra_item_list:nth-child(6),
.extra_item_list:nth-child(12) {
  padding: 0 0 10px 10px; }

.extra_item_list:hover p {
  color: #79bcec; }

.extra_item_list.close {
  display: none;
  margin: 35px 0 20px 0; }

.extra_item_list.open {
  display: inline-block; }

.extra_item:after {
  content: '';
  display: inline-block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%; }

.extra_item .image {
  height: 100px; }

.extra .extra_item_list a {
  display: inline-block;
  width: 100%; }

.extra_more p {
  background-color: white;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  text-align: center;
  width: 135px; }

.extra_more .close {
  display: none; }

.extra_more .open {
  display: block; }

.extra .owl-carousel .owl-controls .owl-nav .owl-prev,
.extra .owl-carousel .owl-controls .owl-nav .owl-next,
.extra .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.extra .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  font-size: 0;
  height: 59px;
  position: absolute;
  top: calc(50% - 29.5px);
  width: 27px; }

.extra .owl-carousel .owl-controls .owl-nav .owl-prev {
  background: url(images/home/arrow.jpg) no-repeat;
  left: -20px; }

.extra .owl-carousel .owl-controls .owl-nav .owl-next {
  background: url(images/home/arrow.jpg) no-repeat -56px 0px;
  right: -20px; }

.extra .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background: url(images/home/arrow.jpg) no-repeat -28px 0px; }

.extra .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: url(images/home/arrow.jpg) no-repeat -84px 0px; }

.block_new {
  background-color: #eeeeee;
  min-width: 1000px;
  padding: 110px 0 145px 0;
  position: relative;
  z-index: 5; }

.block_new .new {
  margin: 0 auto;
  position: relative;
  max-width: 1520px;
  width: calc(100% - 160px); }

.block_new .new_1200 {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  min-width: 1000px; }

.block_new .text {
  position: absolute;
  top: -70px;
  left: 40px; }

.block_new .owl-carousel .owl-stage {
  min-width: 9999px; }

.block_new .owl-carousel .owl-controls .owl-nav .owl-prev,
.block_new .owl-carousel .owl-controls .owl-nav .owl-next,
.block_new .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.block_new .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  font-size: 0;
  height: 59px;
  position: absolute;
  top: calc(50% - 29.5px);
  width: 27px; }

.block_new .owl-carousel .owl-controls .owl-nav .owl-prev {
  background: url(images/home/arrow.jpg) no-repeat;
  left: -77px; }

.block_new .owl-carousel .owl-controls .owl-nav .owl-next {
  background: url(images/home/arrow.jpg) no-repeat -56px 0px;
  right: -77px; }

.block_new .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background: url(images/home/arrow.jpg) no-repeat -28px 0px; }

.block_new .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: url(images/home/arrow.jpg) no-repeat -84px 0px; }

.block_new .carousel_mobile.open img {
  width: 100%; }

.block_new .new_text {
  opacity: 0; }

.block_new .owl-item.active .new_text {
  opacity: 1; }

.block_new .new_text {
  color: white;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 88%; }

.block_new .new_text_left,
.block_new .new_text_right,
.block_new .helper {
  display: inline-block;
  height: 100%;
  width: 40%; }

.block_new .new_text_left {
  float: left; }

.block_new .new_text_right {
  float: right; }

.block_new .new_text_left p:nth-child(1),
.block_new .new_text_right p:nth-child(1) {
  font-size: 34px;
  /*font-size: 2.2vw;*/ }

.block_new .new_text_left p:nth-child(2),
.block_new .new_text_right p:nth-child(2) {
  font-family: HelveticaNeueCyr-Light;
  /*font-size: 0.88vw;*/
  font-size: 16px; }

.block_new .new_text_left p:nth-child(2) {
  position: absolute;
  top: 47.5%;
  width: 30%; }

.block_new .new_text_right p:nth-child(2) {
  position: absolute;
  top: 35%;
  width: 40%; }

.block_new .new_first .new_text_left p:nth-child(1) {
  padding-top: 11%; }

.block_new .new_second .new_text_right p:nth-child(1) {
  padding-top: 11%; }

.block_new .new_third .new_text_left p:nth-child(1) {
  padding-top: 11%; }

.block_new .new_fourth .new_text_right p:nth-child(1) {
  padding-top: 11%; }

.block_new .new_text_left .new_button {
  bottom: 25%;
  left: 13%;
  position: absolute; }

.block_new .new_text_right .new_button {
  bottom: 18%;
  right: 13%;
  position: absolute; }

.block_new .new_button a {
  background-color: #79bcec;
  color: white;
  font-size: 13px;
  line-height: 1em;
  padding: 5px 18px; }

.block_new .carousel_mobile,
.block_new .new.hidden {
  display: none; }

.block_new .carousel_mobile.open,
.block_new .new {
  display: block; }

.block_new .new * {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.block_new .carousel_mobile.open .new_text {
  opacity: 1; }

.tablet .block_new .new_text_left p:nth-child(1),
.tablet .block_new .new_text_right p:nth-child(1),
.mobile .carousel_mobile .new_text_left p:nth-child(1) {
  font-size: 4vw; }

.tablet .block_new .new_text_left p:nth-child(2),
.tablet .block_new .new_text_right p:nth-child(2),
.mobile .carousel_mobile .new_text_left p:nth-child(2) {
  font-size: 1.8vw; }

.tablet .block_new .new_button a {
  font-size: 1.8vw;
  line-height: 1em;
  padding: 8px 18px; }

.block_item {
  background-color: #cdcdcd;
  min-width: 900px;
  clear: left; }

.block_item_promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 900px;
  padding: 85px 0 24px 0;
  width: 94%; }

.block_item .item_promo_single,
.block_item .item_promo_couple {
  height: 555px;
  margin: 0 13px;
  max-width: 585px;
  min-width: 420px;
  position: relative; }

.block_item .item_promo_single {
  background-color: white; }

.block_item .item_promo_single .text,
.block_item .item_promo_couple .text {
  position: absolute;
  top: -70px;
  left: 40px;
  z-index: 5; }

.block_item .image {
  text-align: center;
  height: 300px; }

.block_item .price_promo span {
  font-size: 36px; }

.block_item .item_promo_single .padding {
  padding: 30px 42px 0 42px; }

.block_item .item_promo_single .padding .description {
  padding: 10px 0;
  height: 120px; }

.block_item .promo_couple_inside .description {
  height: 100px;
  padding-top: 20px; }

.block_item .promo_couple_time .description {
  padding-top: 20px;
  text-align: center; }

.block_item .promo_couple:hover .promo_couple_time .description {
  color: white; }

.block_item .promo_couple_time .image {
  background-color: #cdcdcd;
  height: 45px;
  width: 38px;
  line-height: 40px; }

.block_item .promo_couple_time .image img {
  vertical-align: middle; }

.block_item .promo_couple_time .time {
  background-color: #f2f3f3;
  height: 45px;
  width: 38px;
  vertical-align: top;
  padding: 3px;
  line-height: 20px; }

.block_item .promo_couple_time .time_sym {
  background-color: #f2f3f3;
  height: 45px;
  line-height: 40px;
  position: relative;
  width: 0px;
  vertical-align: top; }

.block_item .time_residue {
  font-size: 0px;
  padding-top: 10px;
  text-align: center; }

.block_item .promo_couple_time .last {
  background-color: white;
  border: 1px solid #f2f3f3;
  width: 38px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.block_item .price_promo .line-through {
  padding-bottom: 10px; }

.promo_couple {
  background-color: white;
  cursor: pointer;
  height: 100%;
  padding-top: 10px;
  min-width: 205px;
  width: 49%;
  vertical-align: text-top; }

.item_promo_couple .promo_couple:hover {
  background-color: #79bcec; }

.item_promo_couple .promo_couple .close {
  opacity: 1; }

.item_promo_couple .promo_couple:hover .close {
  opacity: 0; }

.item_promo_couple .promo_couple:hover .open {
  opacity: 1; }

.item_promo_couple .price_promo .image {
  opacity: 0; }

.promo_couple_inside {
  background-color: white;
  height: 430px;
  padding: 10px 0;
  margin: 0 10px; }

.promo_couple_inside .image,
.promo_couple_inside .image_item {
  height: 40vw;
  max-height: 185px;
  position: relative;
  text-align: center; }

.promo_couple_inside .image img {
  vertical-align: middle; }

.promo_couple_inside .image_item img {
  max-width: 190px;
  vertical-align: middle;
  width: 15vw; }

.block_item .promo_couple_inside .padding {
  padding: 0 20px; }

.block_item .price_promo .image {
  padding: 0;
  height: auto;
  line-height: normal;
  margin-right: -8px; }

.item_promo_couple .promo_couple .time_icon {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 15px;
  line-height: 0; }

.item_promo_couple .promo_couple .time_icon img {
  width: auto; }

.item_promo_couple .promo_couple:hover .time_icon {
  opacity: 1; }

.item_promo_couple .popul_stars i {
  color: #84c1ed;
  padding: 15px 4px 5px 4px; }

.block_store {
  background-color: #eeeeee;
  min-width: 1000px; }

.block_store .sony_store {
  margin: 0 auto;
  max-width: 1200px; }

.block_store .text {
  text-align: left;
  max-width: calc(100% - 400px);
  min-width: 400px;
  vertical-align: middle; }

.block_store .text p {
  line-height: 1.25em;
  padding-bottom: 20px; }

.block_store .image {
  vertical-align: middle; }

.block_store .padding {
  padding: 45px 0;
  text-align: center; }

.block_store .padding .text,
.block_store .padding .image {
  padding: 25px; }

.block_store h4, .block_store .h4 {
  padding-bottom: 40px; }

.background_pos .owl-stage {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important; }

/* -----END HOME----- */
/* -----SHIT----- */
#shit .background {
  line-height: 0;
  margin-bottom: 90px;
  position: relative;
  width: 100%; }

#shit .background img {
  width: 100%; }

#shit .background a,
#shit .background p {
  line-height: 0.8em;
  position: absolute; }

#shit .background a {
  bottom: 6vw;
  color: white;
  display: block;
  line-height: 2em;
  font-size: 1.44vw;
  margin-left: 65%;
  padding: 0 1em; }

#shit .background p {
  color: #1f2f42;
  font-family: 'Yeseva One';
  padding-left: 21%;
  text-shadow: none; }

#shit .background p:nth-of-type(1) {
  bottom: 10vw;
  font-size: 3.8vw;
  width: 10%; }

#shit .background p:nth-of-type(2) {
  bottom: 6vw;
  font-size: 1.44vw;
  left: 5px; }

#shit .content {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px; }

#shit .block {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  text-align: left;
  width: 100%; }

#shit .block .image {
  text-align: center;
  max-width: 350px;
  width: 30vw; }

#shit .block .image img {
  max-width: 150px;
  max-height: 150px; }

#shit .block h4, #shit .block .h4 {
  padding: 0 0 30px 100px; }

#shit .block h4, #shit .block .h4,
#shit .block .point span {
  color: #009edb; }

#shit .block .block_text {
  padding: 30px 0;
  width: calc(100% - 350px - 90px); }

#shit .block .point span {
  display: inline-block;
  font-size: 34px;
  line-height: 14px;
  vertical-align: middle;
  width: 60px; }

#shit .block .point p {
  display: inline-block;
  line-height: 1.5em;
  padding: 6px 0;
  width: calc(100% - 100px);
  vertical-align: middle; }

#shit .block_2 {
  display: block;
  margin-bottom: 50px; }

#shit .block_2 p {
  line-height: 1.5em;
  display: inline-block;
  margin-left: 60px; }

#shit .block_2 h4, #shit .block_2 .h4 {
  display: inline-block;
  text-align: center;
  width: 350px; }

#shit .block_2 .block_text {
  display: inline-block;
  margin-left: 60px; }

#shit .table h5, #shit .table .h5 {
  text-align: center;
  margin-bottom: 30px; }

#shit .table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }

#shit .table table th {
  background-color: white;
  border: 1px solid #dedcdc;
  color: #505050;
  line-height: 55px; }

#shit .table thead tr:nth-of-type(2) th {
  background-color: #ddf4fd; }

#shit .table thead tr:nth-of-type(2) th:nth-child(1),
#shit .table thead tr:nth-of-type(2) th:nth-child(2) {
  background-color: #effaff; }

#shit .table div {
  padding: 5vw 0;
  text-align: center;
  width: 100%; }

#shit .table div a {
  background-color: white;
  border: 1px solid #dedcdc;
  color: #505050;
  display: block;
  line-height: 55px;
  margin: 0 auto;
  width: calc(100%/3); }

#shit .table div a:hover {
  background-color: #ddf4fd; }

/* -----end of SHIT----- */
/* -----Cart----- */
#cart {
  margin: 0 auto;
  width: 100%; }

#cart .cart_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 40px;
  width: 100%; }

#cart p, #cart a, #cart textarea,
#cart span, #cart input, #cart label {
  color: #505050; }

#cart .cart_basket {
  position: relative; }

#cart .cart_basket p,
#cart .cart_basket a,
#cart .cart_basket span {
  font-size: 18px;
  line-height: normal; }

#cart .cart_basket form {
  text-align: center;
  width: 115px; }

#cart .cart_item div,
#cart .cart_item form p {
  display: inline-block;
  line-height: 150px;
  text-align: center;
  vertical-align: middle;
  width: 120px; }

#cart .cart_item input {
  background-color: white;
  border: 1px solid #e1dfdf;
  font-size: 12px;
  height: 27px;
  line-height: 24px;
  text-align: center;
  width: 45px; }

#cart .cart_item {
  background-color: white;
  font-size: 1px;
  height: 150px;
  line-height: 0;
  margin-bottom: 2px;
  text-justify: newspaper;
  text-align: justify;
  zoom: 1; }

#cart .cart_item:after {
  content: '';
  display: inline-block;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  width: 100%; }

#cart .cart_item .image {
  line-height: normal;
  width: 170px; }

#cart .cart_item img {
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
  /*width: 11vw;*/ }

#cart .cart_item form.inline_b span {
  cursor: pointer;
  font-size: 30px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#cart .cart_item form.inline_b span:hover {
  color: #009edb; }

#cart .cart_item .cart_amt {
  width: 70px; }

#cart div.cart_description {
  width: 260px; }

#cart div.cart_description p {
  line-height: normal; }

#cart div.cancel_item {
  width: auto;
  margin: 0 60px 0 0; }

#cart .cancel_item p {
  cursor: pointer;
  line-height: normal; }

#cart div.cart_bonus {
  width: 140px; }

#cart .cart_bonus p,
#cart .cart_bonus span {
  color: white;
  height: 58px;
  line-height: 58px; }

#cart .cart_item p.cart_descr_top {
  display: none; }

#cart .cart_item:nth-child(1) .cart_descr_top {
  color: #505050;
  display: block;
  font-size: 12px;
  height: auto;
  line-height: 1em;
  position: absolute;
  top: -40px;
  width: inherit; }

#cart .cart_buy {
  margin: 40px 0 0 auto;
  width: 320px; }

#cart .cart_buy p,
#cart .cart_buy span {
  font-size: 18px; }

#cart .cart_buy_bonus p {
  width: 100%; }

#cart .cart_buy_bonus span {
  float: right;
  width: 50%; }

#cart .cart_buy_next {
  margin: 35px 0; }

#cart .cart_buy_next span,
#cart .cart_buy_next div {
  display: inline; }

#cart .cart_buy_next p {
  display: inline;
  width: 50%; }

#cart .cart_buy_next div:nth-child(1) {
  line-height: 35px;
  font-size: 35px; }

#cart .cart_buy_next div:nth-child(2) {
  float: right;
  width: 50%; }

#cart .cart_buy_next span:nth-child(1) {
  color: #79bcec;
  font-size: 35px;
  line-height: 35px; }

#cart .cart_buy_next span:nth-child(2) {
  color: #003860; }

#cart .cart_buy_button a {
  color: white;
  font-size: 13.5px;
  padding: 5px 0;
  text-align: center; }

#cart .cart_buy_button .cart_but_back {
  background-color: #777777;
  width: 50%; }

#cart .cart_buy_button .cart_but_buy {
  background-color: #009edb;
  float: right;
  margin-right: 15px;
  width: 44%; }

#cart .cart_checkout {
  background-color: white;
  line-height: 40px;
  padding: 30px 35px;
  position: relative; }

#cart .cart_checkout .width_big p,
#cart .cart_checkout .width_small p {
  font-size: 18px; }

#cart .cart_checkout .iradio {
  display: inline-block;
  padding-right: 25px; }

#cart .cart_checkout .iradio input[type="radio"] {
  display: none; }

#cart .cart_checkout .iradio input[type="radio"] + label {
  cursor: pointer; }

#cart .iradio input[type="radio"] + label::before {
  background-position-y: -2px;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 22px; }

#cart .iradio input[type="radio"] + label::before {
  background-image: url(images/checkbox/radio.png);
  background-repeat: no-repeat; }

#cart .iradio input[type="radio"]:checked + label::before {
  background-image: url(images/checkbox/radio_ch.png);
  background-repeat: no-repeat; }

#cart .width_small {
  display: inline-block;
  line-height: 38px;
  width: 220px;
  vertical-align: top; }

#cart .width_big {
  display: inline-block;
  line-height: 38px;
  width: 330px;
  vertical-align: top; }

#cart .field_selection {
  display: inline-block; }

#cart .itext,
#cart .cost_delivery .iradio {
  display: inline-block;
  /*height: 44px;*/
  line-height: 44px;
  margin: 0 10px 14px 0; }

#cart .cart_checkout .cart_choice_buyer {
  width: calc(100% - 225px); }

#cart .itext input:focus,
#cart .add_information .textarea textarea:focus {
  border-color: #009edb !important; }

#cart .address_ship .field_selection {
  display: inline-block;
  width: calc(100% - 340px);
  max-width: 512px; }

#cart .cont_inf .field_selection {
  display: inline-block;
  width: calc(100% - 340px);
  max-width: 768px; }

#cart .itext input {
  padding: 0 10px;
  width: 100%; }

#cart .itext input::-webkit-input-placeholder {
  color: #505050; }

#cart .itext input::-moz-placeholder {
  color: #505050; }

#cart .cart_checkout .input_lrg {
  min-width: 245px; }

#cart .cart_checkout input[type="text"],
#cart .cart_checkout input[type="email"],
#cart .cart_checkout input[type="number"] {
  border: 2px solid #dedcdc;
  height: 40px;
  line-height: 36px;
  vertical-align: middle; }

#cart .address_ship .add_bot input {
  border: 2px solid #dedcdc;
  line-height: 36px;
  vertical-align: middle;
  width: 100%; }

#cart .address_ship .add_bot .itext {
  width: calc(100%/5 - 12px); }

#cart .add_top,
#cart .add_bot {
  display: block !important;
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-justify: newspaper;
  zoom: 1; }

#cart .add_top:after,
#cart .add_bot:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block; }

#cart .add_top .itext,
#cart .add_bot .itext {
  display: inline-block;
  line-height: normal;
  vertical-align: top; }

#cart .cart_date .field_selection {
  width: calc(100% - 340px); }

#cart .cart_date .itext {
  position: relative; }

#cart .cart_date .add_top {
  text-align: left; }

#cart .cart_date span.dateEntry-control {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px); }

#cart .cart_date .add_top .itext:nth-child(1n+2) input,
#cart .cost_delivery .iradio .itext input {
  min-width: 60px;
  width: 60px; }

#cart .cart_date .add_bot p {
  line-height: 18px; }

#cart .cart_date .add_top .itext {
  margin: 0 10px 0 0; }

#cart .cost_delivery .field_selection {
  max-width: 730px;
  width: calc(100% - 340px); }

#cart .cost_delivery .iradio .itext {
  padding-left: 10px; }

#cart .cost_delivery .iradio {
  margin-bottom: 0; }

#cart .cost_delivery .add_bot {
  line-height: 28px;
  margin-top: -7px;
  padding-left: 32px; }

#cart .cost_delivery .add_bot p span {
  font-size: 28px; }

#cart .add_information .field_selection {
  width: calc(98% - 340px);
  max-width: 750px; }

#cart .add_information .textarea textarea {
  border: 2px solid #dedcdc;
  height: 185px;
  line-height: 18px;
  padding: 10px;
  resize: none;
  width: 100%; }

#cart .add_information .add_bot {
  line-height: normal;
  margin-top: 55px;
  text-align: left; }

#cart .add_information .add_bot p,
#cart .add_information .add_bot a,
#cart .add_information .add_bot .iradio {
  display: inline-block;
  margin: 0 8px; }

#cart .add_information .add_bot .iradio {
  margin: 0; }

#cart .requisites .add_bot a {
  color: #009edb;
  border-bottom: 1px solid #009edb;
  margin-right: 40px;
  padding-bottom: 1px; }

#cart .cart_buy_button .cart_but_buy {
  color: white;
  font-size: 13.5px;
  padding: 5px 0;
  text-align: center; }

#cart .cart_buy_end {
  margin: 40px 40px 0 auto;
  width: 320px; }

#cart .cart_buy_end input {
  cursor: pointer; }

#cart .cart_checkout input[type=number]::-webkit-inner-spin-button,
#cart .cart_checkout input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0px; }

#cart .cart_checkout input[type=number] {
  -moz-appearance: textfield; }

#cart div.cart_helper {
  display: none; }

#cart .cancel_item img,
#cart .cancel_item p {
  width: 16px;
  min-width: 16px;
  max-width: 16px; }

#cart #buy_firm .cost_delivery .iradio:nth-child(4) .itext input {
  min-width: 80px;
  width: 80px; }

#cart #buy_firm .iradio {
  text-align: left; }

#cart #buy_firm .cart_choice_buyer {
  max-width: 600px; }

#cart #buy_firm .method2 .iradio:nth-child(2) input {
  height: 30px;
  line-height: 26px;
  min-width: 60px;
  width: 60px; }

#cart #buy_firm .method2 .iradio:nth-child(4) input {
  height: 30px;
  line-height: 26px;
  min-width: 80px;
  width: 80px; }

#cart #buy_firm .method2 .itext {
  margin: 0 0 0 10px; }

#cart #buy_firm .cart_date {
  margin-top: 30px; }

#cart #buy_firm .cost_delivery .add_bot {
  padding: 0;
  margin: 0; }

#cart .requisites .add_bot {
  margin: 25px 0 0 340px;
  text-align: left; }

#cart .requisites .add_bot .text {
  display: inline-block; }

#cart #buy_firm .cont_inf .field_selection {
  position: relative; }

#cart #buy_firm .requisites .field_selection {
  max-width: 100%;
  width: 100%; }

#cart #buy_firm .down_inform {
  background-color: #777777;
  bottom: 25px;
  cursor: pointer;
  left: -255px;
  position: absolute; }

#cart #buy_firm .down_inform label {
  color: white;
  cursor: pointer;
  line-height: 2em;
  padding: 0 15px; }

#cart #buy_firm .down_inform:hover {
  background-color: #009edb; }

#cart .requisites p,
#cart .requisites a {
  display: inline-block;
  line-height: 1em; }

#cart .requisites p {
  margin-right: 15px; }

/* -----end of Cart----- */
/* -----News list----- */
#news p, #news h3, #news .h3, #news a {
  color: #505050; }

#news .news_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 25px;
  position: relative;
  width: 100%; }

#news .news_block_um {
  display: block; }

/*#news .news_block_um {
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom:1;
    text-align-last: justify;
}
#news .news_block_um:after {
    content: '';
    display: inline-block;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    width: 100%;

}*/
#news .news_list {
  background: white;
  cursor: pointer;
  display: inline-block;
  font-size: 13.5px;
  height: auto;
  line-height: normal;
  margin: 0 10px 25px 10px;
  overflow: hidden;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  width: calc(25% - 20px); }

#news .news_list:nth-child(1),
#news .news_list:nth-child(5) {
  /* margin: 0 13px 25px 0; */ }

#news .news_list:nth-child(4),
#news .news_list:nth-child(8) {
  /* margin: 0 0 25px 13px; */ }

#news .news_list .image {
  height: 160px;
  overflow: hidden;
  position: relative; }

#news .news_list .image img {
  /* margin-top: calc(-50% + 104px); */
  position: absolute;
  width: 100%; }

#news .news_list:hover h3, #news .news_list:hover .h3 {
  color: #41aaf0; }

#news h3, #news .h3 {
  padding: 10px 0 21px 0; }

#news .field_text {
  padding: 25px 15px; }

#news #news_carousel {
  font-size: 0; }

#news .news_pagination {
  font-size: 0;
  margin: 25px 0;
  text-align: center; }

#news .news_pagination a {
  background-color: white;
  border: 1px solid #dedcdc;
  color: #505050;
  display: inline-block;
  line-height: 2em;
  margin: 0 6px;
  width: 2.1em; }

#news .news_pagination a:hover {
  border: 1px solid #009edb;
  background-color: #009edb;
  color: white; }

/* -----end of News list----- */
#news_article {
  margin-bottom: 10px; }

#news_article p, #news_article a {
  color: #505050; }

#news_article .news_art_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 25px;
  position: relative;
  width: 100%; }

#news_article .name_sect img {
  margin-right: 20px;
  vertical-align: text-top;
  width: 16px; }

#news_article .name_sect a {
  font-size: 16px; }

#news_article .name_sect a:hover {
  color: #41aaf0; }

#news_article .news_art_block .image {
  height: auto; }

#news_article .news_art_block .image img {
  background-color: white;
  max-width: 550px;
  padding: 17px;
  width: 48vw; }

#news_article .news_art_block .image,
#news_article .news_art_block .text {
  vertical-align: middle;
  width: 49.5%; }

#news_article .news_art_block .text {
  padding-left: 20px; }

#news_article .news_art_block .news_date {
  font-size: 18px;
  padding: 15px 0; }

#news_article .news_art_block .text p:last-child {
  line-height: 1.2em; }

#news_article .news_art_tolist {
  margin: 90px 0 60px 0; }

#news_article .news_art_tolist .image {
  background-color: white;
  height: 60px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 28px; }

#news_article .news_art_tolist .image img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

#news_article .news_art_tolist .image img:nth-child(1),
#news_article .news_art_next:hover .image img:nth-child(2),
#news_article .news_art_prew:hover .image img:nth-child(2) {
  opacity: 1; }

#news_article .news_art_tolist .image img:nth-child(2),
#news_article .news_art_next:hover .image img:nth-child(1),
#news_article .news_art_prew:hover .image img:nth-child(1) {
  opacity: 0; }

#news_article .news_art_tolist .text_prew,
#news_article .news_art_tolist .text_next {
  margin: 0 32px;
  vertical-align: middle; }

#news_article .news_art_next:hover .image,
#news_article .news_art_prew:hover .image {
  background-color: #009edb;
  -webkit-transition: 1s;
  transition: 1s; }

#news_article .news_art_tolist p {
  font-size: 18px; }

#news_article .news_art_tolist .text {
  font-size: 36px;
  padding-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

#news_article .news_art_next:hover .text,
#news_article .news_art_prew:hover .text {
  color: #009edb;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

#news_article .news_art_next .image img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#news_article .news_art_prew,
#news_article .news_art_next {
  cursor: pointer; }

/* -----end of News article----- */
/* -----Main catalog----- */
#main_catalog p, #main_catalog h3, #main_catalog .h3,
#main_catalog span, #main_catalog a {
  color: #505050; }

#main_catalog .main_catalog_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 25px;
  position: relative;
  width: 100%; }

#main_catalog .mc_list {
  display: block;
  font-size: 0;
  padding: 70px 0 25px 0;
  width: 100%; }

#main_catalog .mc_left {
  font-size: 0;
  height: 360px;
  margin-right: calc(2% - 1px);
  position: relative;
  width: 49%;
  vertical-align: text-top; }

#main_catalog .mc_right {
  font-size: 0;
  position: relative;
  width: 49%;
  vertical-align: text-top; }

#main_catalog .mc_left .image {
  margin-right: 20px;
  text-align: center;
  width: 55%;
  vertical-align: text-top; }

#main_catalog .mc_left .image img {
  max-width: 100%;
  max-height: 350px; }

#main_catalog .mc_left .mc_item_desc {
  width: calc(45% - 21px);
  vertical-align: text-top; }

#main_catalog .mc_left p:nth-of-type(1) {
  color: #848383;
  min-height: 140px; }

#main_catalog .mc_left h3, #main_catalog .mc_left .h3 {
  font-size: 18px;
  margin-bottom: 25px; }

#main_catalog .mc_left span {
  color: #009edb;
  font-size: 36px; }

#main_catalog .mc_left p.price {
  color: #009edb; }

#main_catalog .mc_left a:nth-last-child(1) {
  background-color: #009edb;
  bottom: 50px;
  color: white;
  display: block;
  line-height: 2em;
  padding: 0 10px 1px;
  position: absolute; }

#main_catalog .mc_r_item.first {
  margin-right: 4%;
  padding: 5px 30px 0; }

#main_catalog .mc_r_item {
  background-color: white;
  height: 360px;
  padding: 5px 18px 0;
  position: relative;
  width: calc(48% - 1px);
  vertical-align: top; }

#main_catalog .mc_r_item .image {
  height: 220px;
  line-height: 220px;
  margin: 0 -15px;
  text-align: center; }

#main_catalog .mc_r_item.first .image {
  margin: 0 -20px; }

#main_catalog .mc_r_item .image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

#main_catalog .mc_r_item .mc_icons {
  bottom: 15px;
  font-size: 0;
  position: absolute;
  right: 20px; }

#main_catalog .mc_r_item .mc_icons a {
  margin-left: 7px; }

#main_catalog .mc_r_item .price {
  position: absolute;
  bottom: 27px; }

#main_catalog .mc_r_item .price p,
#main_catalog .mc_r_item .price span {
  color: #009edb; }

#main_catalog .mc_r_item .price span {
  font-size: 18px; }

#main_catalog .mc_r_item h3, #main_catalog .mc_r_item .h3 {
  font-size: 18px;
  max-height: 90px; }

#main_catalog .mc_name_sect {
  position: absolute;
  top: -50px;
  left: 10px; }

#main_catalog .mc_name_sect p {
  font-size: 24px; }

#main_catalog .mc_mob {
  display: none; }

/* -----end of Main catalog----- */
/* -----Catalog List----- */
#catalog_list p, #catalog_list h3, #catalog_list .h3,
#catalog_list a, #catalog_list span,
#catalog_list option, #catalog_list select {
  color: #505050; }

#catalog_list .relative {
/*overflow: auto;*/
  min-height: 1020px; }

#catalog_list .cl_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 25px;
  position: relative;
  width: 100%; }

#catalog_list .news_pagination {
  font-size: 0;
  margin: 25px 0;
  text-align: center; }

#catalog_list .news_pagination a {
  background-color: white;
  border: 1px solid #dedcdc;
  color: #505050;
  display: inline-block;
  line-height: 2em;
  margin: 0 6px;
  width: 2.1em; }

#catalog_list .news_pagination a:hover {
  border: 1px solid #009edb;
  background-color: #009edb;
  color: white; }

#catalog_list .sort_top {
  font-size: 0;
  line-height: 50px;
  margin-bottom: 20px;
  padding-left: 40px;
  /*width: calc(100% - 301px);*/ }

#catalog_list .sort_top span {
  background-color: white;
  border: 2px solid #dedcdc;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 31px;
  margin-right: -2px;
  padding: 0 1em;
  -webkit-transition: 0s;
  transition: 0s; }

#catalog_list .sort_top .sort_images {
  float: right;
  font-size: 0;
  line-height: 0; }

#catalog_list .sort_top .sort_images img {
  background-color: white;
  border: 2px solid white;
  margin-left: 8px; }

#catalog_list .sort_top span:hover,
#catalog_list .sort_top .sort_images img:hover {
  border: 2px solid #82c0ec;
  position: relative; }

#catalog_list .sort_top p.inline_b {
  margin-right: 15px; }

#catalog_list .sort_top span,
#catalog_list .sort_top p {
  vertical-align: middle; }

#catalog_list .sort_top .radio_top1,
#catalog_list .sort_top .radio_top2 {
  display: inline-block; }

#catalog_list .sort_top .radio_top1 input[type="radio"],
#catalog_list .sort_top .radio_top2 input[type="radio"] {
  display: none; }

#catalog_list .sort_top .radio_top1 input[type="radio"] + label,
#catalog_list .sort_top .radio_top2 input[type="radio"] + label {
  cursor: pointer; }

#catalog_list .sort_top .radio_top1 input[type="radio"] + label::before,
#catalog_list .sort_top .radio_top2 input[type="radio"] + label::before {
  background-position: center center;
  border: 2px solid white;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 50px;
  margin: 0 0 0 12px;
  vertical-align: middle;
  width: 50px; }

#catalog_list .sort_top .radio_top1 input[type="radio"] + label:hover::before,
#catalog_list .sort_top .radio_top2 input[type="radio"] + label:hover::before {
  border-color: #82c0ec; }

#catalog_list .sort_top .radio_top1 input[type="radio"] + label::before {
  background-image: url(images/sort1.jpg);
  background-repeat: no-repeat; }

#catalog_list .sort_top .radio_top1 input[type="radio"]:checked + label::before {
  background-image: url(images/sort1active.jpg);
  background-repeat: no-repeat; }

#catalog_list .sort_top .radio_top2 input[type="radio"] + label::before {
  background-image: url(images/sort2.jpg);
  background-repeat: no-repeat; }

#catalog_list .sort_top .radio_top2 input[type="radio"]:checked + label::before {
  background-image: url(images/sort2active.jpg);
  background-repeat: no-repeat; }

#catalog_list .cl_list {
  background-color: white;
  font-size: 0;
  margin-top: 17px;
  padding: 40px 30px 30px;
  position: relative; }

#catalog_list .cl_block .fa {
  font-size: 17px;
  margin: 0 5px; }

#catalog_list .fa-star {
  color: #84c1ed; }

#catalog_list .fa-star-o {
  color: #8f8f9a; }

#catalog_list .cl_block .cl_list_left {
  margin-bottom: -20px;
  max-width: 150px;
  text-align: center; }

#catalog_list .cl_block {
  font-size: 0;
  width: calc(100% - 301px); }

#catalog_list .cl_block .image {
  margin-top: 20px;
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#catalog_list .cl_block .image img {
  max-width: 100%;
  vertical-align: middle; }

#catalog_list .cl_block .cl_list_right h3, #catalog_list .cl_block .cl_list_right .h3 {
  font-size: 18px;
  margin-bottom: 20px; }

#catalog_list .cl_block .cl_list_right {
  margin-left: 55px;
  vertical-align: top;
  width: calc(100% - 206px); }

#catalog_list .cl_block .cl_list_right p {
  color: #848383; }

#catalog_list .cl_block .cl_list_right .price span,
#catalog_list .cl_block .cl_list_right .price {
  color: #009edb; }

#catalog_list .cl_block .cl_list_right .text p:nth-child(2) {
  min-height: 135px; }

#catalog_list .cl_block .cl_list_right .price span {
  font-size: 18px; }

#catalog_list .cl_block .cl_icons {
  bottom: 25px;
  position: absolute;
  right: 30px; }

#catalog_list .cl_block .cl_icons .cl_add {
  background-color: #009edb;
  color: white;
  display: inline-block;
  line-height: 28px;
  padding: 0 15px; }

#catalog_list .cl_block .cl_icons .cl_add img {
  display: none; }

#catalog_list .cl_block .cl_icons img {
  vertical-align: bottom; }

#catalog_list .cl_sort_right {
  background-color: white;
  float: right;
  clear: right;
  padding: 20px;
  width: 280px; }

#catalog_list .cl_sort_right p,
#catalog_list .cl_sort_right input {
  color: #505050; }

#catalog_list .cl_color {
  font-size: 0;
  margin: 0 -10px;
  text-align: center; }

#catalog_list .cl_color p {
  margin: 20px 0 10px 10px;
  text-align: left; }

#catalog_list .cl_color .cl_color_list {
  display: inline-block; }

#catalog_list .cl_color input[type="checkbox"] {
  display: none; }

#catalog_list .cl_color input[type="checkbox"] + label {
  cursor: pointer; }

#catalog_list .cl_color input[type="checkbox"] + label::before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 50px;
  margin-right: 15px;
  width: 50px; }

#catalog_list .cl_color input[type="checkbox"]:checked + label::before {
  border: 2px solid #82c0ec; }

#catalog_list .cl_color .first input[type="checkbox"] + label::before {
  background-color: black; }

#catalog_list .cl_color .second input[type="checkbox"] + label::before {
  background-color: #8c8c98; }

#catalog_list .cl_color .third input[type="checkbox"] + label::before {
  background-color: #e69640; }

#catalog_list .cl_color .fourth input[type="checkbox"] + label::before {
  background-color: #007aaa;
  margin-right: 0; }



#catalog_list .cl_sort_right * {
  -webkit-transition: 0s;
  transition: 0s; }

#catalog_list .cl_sort_price .irs-from,
#catalog_list .cl_sort_price .irs-to,
#catalog_list .cl_sort_price .irs-single,
#catalog_list .cl_sort_diagonal .irs-from,
#catalog_list .cl_sort_diagonal .irs-to,
#catalog_list .cl_sort_diagonal .irs-single {
  color: #003860;
  font-size: 13.5px;
  margin-top: 45px; }

#catalog_list .cl_sort_price .price {
  margin: 20px 0 -5px 0; }

#catalog_list .cl_sort_diagonal {
  margin-top: 60px; }

#catalog_list .cl_sort_memory {
  /*margin-top: 60px;*/
  margin-top: 0;
  vertical-align: top; }

#catalog_list .cl_sort_other {
  /* margin-top: 20px; */
  vertical-align: top; }


#catalog_list .cl_sort_memory input[type="checkbox"],
#catalog_list .cl_sort_other input[type="checkbox"] {
  display: none; }

#catalog_list .cl_sort_memory input[type="checkbox"] + label,
#catalog_list .cl_sort_other input[type="checkbox"] + label {
  color: #505050;
  cursor: pointer;
  display: block;
  padding-left: 30px;
  margin: 5px 0; }

#catalog_list .cl_sort_memory input[type="checkbox"] + label::before,
#catalog_list .cl_sort_other input[type="checkbox"] + label::before {
  background: url(images/checkbox/checkbox.png) no-repeat;
  content: "";
  height: 27px;
  margin-top: -7px;
  width: 27px;
  position: absolute;
  left: 0; }

#catalog_list .cl_sort_memory input[type="checkbox"] + label:hover::before,
#catalog_list .cl_sort_other input[type="checkbox"] + label:hover::before {
  background: url(images/checkbox/checkbox_h.png) no-repeat; }

#catalog_list .cl_sort_memory input[type="checkbox"]:checked + label::before,
#catalog_list .cl_sort_other input[type="checkbox"]:checked + label::before {
  background: url(images/checkbox/checkbox_ch.png) no-repeat; }

#catalog_list .cl_sort_memory .inline_b.left,
#catalog_list .cl_sort_other .inline_b.left {
  width: 170px;
  vertical-align: top;
  position: relative; }

#catalog_list .cl_sort_other .inline_b.right {
  width: 85px; }

#catalog_list .cl_sort_memory p,
#catalog_list .cl_sort_other p {
  margin-bottom: 15px; }

#catalog_list .cl_sort_memory .inline_b div,
#catalog_list .cl_sort_other .inline_b div {
  margin-top: 4px;
  position: relative; }

#catalog_list .ddcommon {
  border: 2px solid #dedcdc;
  border-radius: 0px;
  width: 100% !important; }

#catalog_list .cl_sort_right .dd .ddArrow {
  background: url(images/checkbox/UpDown.png) no-repeat;
  margin-right: 8px;
  width: 10px; }

#catalog_list .cl_sort_right .dd .ddChild li {
  padding: 10px; }

#catalog_list .cl_sort_right .dd .ddTitle .ddTitleText {
  padding: 10px 35px 10px 10px; }

#catalog_list .cl_sort_chosen_list {
  border-bottom: 1px solid #8c8c98;
  padding: 8px 0 5px 5px;
  margin-top: 15px; }

#catalog_list .cl_sort_chosen_list p,
#catalog_list .cl_sort_chosen_list img {
  display: inline-block;
  vertical-align: middle;
  width: 10px; }

#catalog_list .cl_sort_chosen_list p {
  font-size: 18px;
  width: calc(100% - 20px);
  /*width: 212px;*/ }

#catalog_list .cl_sort_subscribe {
  background-color: white;
  border: 7px solid #79bcec;
  clear: both;
  float: right;
  margin-top: 20px;
  padding: 15px 20px;
  text-align: center;
  width: 280px; }

#catalog_list .cl_sort_subscribe p {
  font-size: 18px;
  margin-bottom: 10px;
  padding: 3px;
  text-align: left; }

#catalog_list .cl_sort_subscribe input[type="email"] {
  border: 2px solid #dedcdc;
  color: #505050;
  padding: 10px;
  width: 100%; }

#catalog_list .cl_sort_subscribe input[type="submit"] {
  background-color: #009edb;
  color: white;
  margin: 30px 0 15px 0;
  padding: 8px 14px; }

#catalog_list .cl_position .news_pagination {
  display: inline-block;
  width: calc(100% - 301px); }

#catalog_list .cl_position .news_pagination p {
  display: inline-block; }

#catalog_list .cl_position .news_pagination .cl_prev,
#catalog_list .cl_position .news_pagination .cl_next {
  background: none;
  border: none;
  margin-right: 10px;
  text-align: right;
  width: auto; }

#catalog_list .cl_position .news_pagination .cl_prev:hover,
#catalog_list .cl_position .news_pagination .cl_next:hover {
  color: #505050; }

#catalog_list .cl_position .news_pagination .cl_prev {
  text-align: left; }

#catalog_list .cl_position .cl_pagination div {
  display: inline-block;
  font-size: 0;
  margin: 0 20px; }

#catalog_list .cl_sort_bot {
  float: right;
  font-size: 0; }

#catalog_list .cl_sort_bot a:nth-last-child(1) {
  margin-right: 0; }

#catalog_list .cl_sort_bot p {
  margin-right: 15px; }

#catalog_list .text h3, #catalog_list .text .h3,
#catalog_list .price span {
  font-size: 18px; }

#catalog_list .price,
#catalog_list .price span {
  color: #009edb;
  padding: 10px 0; }

#catalog_list .ct_block {
  font-size: 0;
  width: calc(100% - 281px); }

#catalog_list .ct_descr_min {
  display: none; }

#catalog_list .ct_descr {
  display: block;
  height: 65px; }

#catalog_list .ct_icons {
  display: none; }

#catalog_list .ct_list {
  background-color: white;
  display: inline-block;
  font-size: 0;
  min-height: 415px;
  margin: 0 21px 21px 0;
  padding: 35px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: calc(100%/3 - 21px);
  -webkit-transition: 0s;
  transition: 0s; }

#catalog_list .ct_list:hover {
  border: 5px solid #79bcec;
  padding: 10px 30px; }

#catalog_list .ct_list:hover .stars,
#catalog_list .ct_list:hover .img_descr,
#catalog_list .ct_list:hover .ct_descr,
#catalog_list .ct_list .img_descr_min {
  display: none; }

#catalog_list .ct_list:hover .img_descr_min {
  display: inline; }

#catalog_list .ct_list:hover .ct_descr_min {
  display: block;
  min-height: 90px;
  overflow: hidden; }

#catalog_list .ct_list:hover .ct_icons {
  display: block;
  margin: 0 -10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0; }

#catalog_list .ct_list:hover .image {
  height: 125px;
  line-height: 125px; }

#catalog_list .ct_list .ct_add img {
  display: none; }

#catalog_list .btnbuyred {
  background-color: #f34443;
  color: white;
  display: inline-block;
  line-height: 28px;
  padding: 0 9px;
  vertical-align: top; }

#catalog_list .ct_list .ct_icons .ct_add {
  background-color: #009edb;
  color: white;
  display: inline-block;
  line-height: 28px;
  padding: 0 9px;
  vertical-align: top; }

#catalog_list .ct_list p.ct_descr_min {
  color: #848383; }

#catalog_list .ct_block .fa {
  font-size: 17px;
  margin: 0 5px; }

#catalog_list .ct_block .image {
  height: 240px;
  line-height: 240px; }

#catalog_list .ct_block .image img {
  max-width: 100%;
  vertical-align: middle; }

#catalog_list .ct_block .text {
  text-align: left; }

/* -----end of Catalog List----- */
/* -----Personal profole----- */
#personal_prof p, #personal_prof h3, #personal_prof .h3,
#personal_prof span, #personal_prof input,
#personal_prof label.inline_b {
  color: #505050; }

#personal_prof .pp_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 0 25px;
  position: relative;
  width: 100%; }

#personal_prof2 .pp_position2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 25px;
  position: relative;
  width: 100%; }


.personal2-container {
  width: 100%;
  background: #fff;
  min-height: 400px;
}

.personal2-left {
  width: 30%;
  float: left;

}

.personal2-right {
  width: 70%;
  margin-left: 30%;
}


#personal_prof .pp_list_name {
  font-size: 0;
  position: relative; }

#personal_prof .name_list {
  position: absolute;
  top: -55px;
  left: 40px; }

#personal_prof .pp_name_left {
  background-color: white;
  font-size: 0;
  min-height: 150px;
  margin-right: 3px;
  padding: 20px;
  position: relative;
  width: calc(100% - 264px);
  vertical-align: top; }

#personal_prof .pp_name_right {
  background-color: white;
  font-size: 0px;
  height: 150px;
  padding: 18px;
  width: 260px; }

#personal_prof .pp_r_back {
  background-color: #79bcec;
  cursor: pointer;
  display: table-cell;
  height: 110px;
  text-align: left;
  padding: 0 25px;
  width: 224px;
  vertical-align: middle; }

#personal_prof .pp_information p,
#personal_prof .pp_r_back p {
  font-size: 18px; }

#personal_prof .pp_r_back p,
#personal_prof .pp_r_back span {
  color: white; }

#personal_prof .pp_r_back span {
  font-size: 36px; }

#personal_prof .pp_name_left .image {
  height: 110px;
  line-height: 110px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 110px;
  vertical-align: middle; }

#personal_prof .pp_name_left .image img {
  max-width: 100%;
  vertical-align: middle; }

#personal_prof .pp_name_left .pp_information {
  margin-left: 40px;
  vertical-align: middle; }

#personal_prof .pp_name_left a {
  background-color: #79bcec;
  color: white;
  line-height: 27px;
  height: 27px;
  text-align: center;
  width: 150px;
  vertical-align: middle;
  position: absolute;
  right: 75px;
  top: 0;
  bottom: 0;
  margin: auto; }

#personal_prof .pp_name_left a:hover,
#personal_prof .pp_r_back:hover {
  background-color: #009edb; }

#personal_prof .pp_address_list {
  font-size: 0;
  margin-top: 80px;
  position: relative;
  width: calc(100% - 264px); }

#personal_prof .pp_address_list a {
  background-color: #79bcec;
  color: white;
  line-height: 27px;
  height: 27px;
  text-align: center;
  width: 150px;
  vertical-align: middle;
  position: absolute;
  right: 75px;
  top: 0;
  bottom: 0;
  margin: auto; }

#personal_prof .pp_address_list a:hover {
  background-color: #009edb; }

#personal_prof .pp_address_list .pp_address_left {
  background-color: white;
  padding: 20px 30px; }

#personal_prof .pp_address_list .first {
  font-size: 18px;
  width: 215px; }

#personal_prof .pp_address_list .pp_address_main {
  margin-bottom: 20px; }

#personal_prof .pp_address_list .pp_address_main div,
#personal_prof .pp_address_list .pp_address_sec div {
  line-height: 13.5px;
  vertical-align: baseline; }

#personal_prof .pp_last_list {
  font-size: 0;
  margin-top: 90px;
  position: relative;
  width: 100%; }

#personal_prof .pp_last_item_list {
  background-color: white;
  font-size: 0;
  margin-top: -10px;
  padding: 10px 10px 10px 40px;
  vertical-align: middle; }

#personal_prof .pp_last_list a,
#personal_prof .pp_last_list span {
  display: inline-block;
  vertical-align: bottom; }

#personal_prof .pp_ll_point {
  display: inline-block;
  width: calc((70% - 224px)/3 - 1px);
  vertical-align: middle;
  padding: 10px 0; }

#personal_prof .pp_ll_point.first {
  width: 30%; }

#personal_prof .pp_ll_point.first a {
  color: #79bcec;
  font-size: 18px; }

#personal_prof .pp_ll_point.first a:hover {
  color: #009edb; }

#personal_prof .pp_ll_point.fifth {
  background-color: #79bcec;
  cursor: pointer;
  text-align: center;
  width: 224px; }

#personal_prof .pp_ll_point.fifth:hover {
  background-color: #009edb; }

#personal_prof .pp_ll_point.fourth span,
#personal_prof .pp_ll_point.fifth span {
  font-size: 36px;
  vertical-align: baseline; }

#personal_prof .pp_ll_point.fifth p,
#personal_prof .pp_ll_point.fifth span {
  color: white; }

#personal_prof.pp_edit .pp_name_left .image img {
  opacity: 0.2; }

#personal_prof.pp_edit .down_foto {
  background-color: #79bcec;
  color: white;
  position: absolute;
  top: 0;
  margin: 40px 20px;
  line-height: 30px;
  width: 70px; }

#personal_prof.pp_edit .down_foto:hover {
  background-color: #009edb; }

#personal_prof.pp_edit .pp_name_left {
  margin: 0;
  width: 100%; }

#personal_prof.pp_edit .pp_information input[type="text"],
#personal_prof.pp_edit .pp_information input[type="email"] {
  border: 2px solid #dedcdc;
  height: 40px;
  line-height: 36px;
  vertical-align: middle; }

#personal_prof.pp_edit .pp_information input,
#personal_prof.pp_edit .pp_address_list input {
  padding: 0 10px;
  width: 100%; }

#personal_prof.pp_edit .pp_information .itext {
  display: inline-block;
  line-height: normal;
  margin: 5px 10px 5px 0;
  width: calc(100%/3 - 11px);
  vertical-align: top; }

#personal_prof.pp_edit .pp_information {
  font-size: 0;
  width: calc(100% - 430px); }

#personal_prof.pp_edit .pp_address_list {
  width: 100%; }

#personal_prof.pp_edit .pp_address_list input[type="text"] {
  border: 2px solid #dedcdc;
  font-size: 13.5px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  width: 100%; }

#personal_prof.pp_edit .pp_address_list .itext {
  display: inline-block;
  width: 82px; }

#personal_prof.pp_edit .pp_address_list .first {
  line-height: 40px; }

#personal_prof.pp_edit .pp_address_sec div {
  line-height: 40px;
  margin-left: 17px; }

#personal_prof.pp_edit .pp_address_list .third {
  width: 220px; }

#personal_prof.pp_edit input[type="radio"] {
  display: none; }

#personal_prof.pp_edit input[type="radio"] + label {
  cursor: pointer; }

#personal_prof.pp_edit input[type="radio"] + label::before {
  background-position-y: -2px;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 22px; }

#personal_prof.pp_edit input[type="radio"] + label::before {
  background-image: url(images/checkbox/radio.png);
  background-repeat: no-repeat; }

#personal_prof.pp_edit input[type="radio"]:checked + label::before {
  background-image: url(images/checkbox/radio_ch.png);
  background-repeat: no-repeat; }

#personal_prof.pp_edit .pp_address_list .pp_address_main,
#personal_prof.pp_edit .pp_address_list .pp_address_sec {
  margin: 10px 0;
  position: relative; }

#personal_prof.pp_edit .pp_address_list .image {
  bottom: 0;
  cursor: pointer;
  line-height: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 800px;
  width: auto; }

#personal_prof.pp_edit .pp_address_list .image img {
  vertical-align: middle; }

#personal_prof.pp_edit .pp_address_list .block_visible {
  display: inline-block; }

#personal_prof.pp_edit .pp_address_list .block_hover {
  display: none; }

#personal_prof.pp_edit .pp_address_left.new {
  display: none; }

/* -----end of Personal profole----- */
/* -----Search----- */
#search p, #search h3, #search .h3,
#search a, #search span {
  color: #505050; }

#search .search_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 0 25px;
  position: relative;
  width: 100%; }

#search .search_pagination {
  font-size: 0;
  margin: 25px 0;
  text-align: center; }

#search .search_pagination a {
  background-color: white;
  border: 1px solid #dedcdc;
  color: #505050;
  display: inline-block;
  line-height: 2em;
  margin: 0 6px;
  width: 2.1em; }

#search .search_pagination a:hover {
  border: 1px solid #009edb;
  background-color: #009edb;
  color: white; }

#search .search_block .s_list_left {
  margin-bottom: -20px;
  max-width: 150px;
  text-align: center; }

#search .s_block .fa {
  font-size: 17px;
  margin: 0 5px; }

#search .fa-star {
  color: #84c1ed; }

#search .fa-star-o {
  color: #8f8f9a; }

#search .s_block .s_list_left {
  margin-bottom: -20px;
  max-width: 150px;
  text-align: center; }

#search .s_block .image {
  margin-top: 20px;
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#search .s_block .image img {
  max-width: 100%;
  vertical-align: middle; }

#search .s_block .s_list_right {
  margin-left: 55px;
  vertical-align: top;
  width: calc(100% - 206px - 50px); }

#search .s_block .s_list_right h3, #search .s_block .s_list_right .h3 {
  font-size: 18px;
  margin-bottom: 25px; }

#search .s_block .s_list_right .price span,
#search .s_block .s_list_right .price {
  color: #292929; }

#search .s_block .s_list_right .price span {
  font-size: 36px; }

#search .s_block .s_list_right .price {
  margin-bottom: 15px; }

#search .s_block .s_list_right .text {
  color: #848383;
  line-height: 1.3em; }

#search .s_block .s_list_right .text span {
  background-color: #84c1ed;
  color: white;
  padding: 0.25em; }

#search .search_list {
  background-color: white;
  font-size: 0;
  padding: 35px 30px 30px;
  position: relative;
  margin-bottom: 2px; }

/* -----end of Search----- */
/* -----Comparison----- */
#comparison p, #comparison h3, #comparison .h3,
#comparison a, #comparison span {
  color: #505050; }

#comparison .comparison_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 65px;
  position: relative;
  width: 100%; }

#comparison .comparison_block .compar_list_left {
  margin-bottom: -20px;
  max-width: 150px;
  text-align: center; }

#comparison .compar_block .fa {
  font-size: 17px;
  margin: 0 5px; }

#comparison .fa-star {
  color: #84c1ed; }

#comparison .fa-star-o {
  color: #8f8f9a; }

#comparison .compar_block .compar_list_left {
  margin-bottom: -20px;
  max-width: 150px;
  text-align: center; }

#comparison .compar_block .image {
  margin-top: 20px;
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#comparison .compar_block .image img {
  max-width: 100%;
  vertical-align: middle; }

#comparison .compar_block .compar_list_right {
  margin-left: 55px;
  max-height: 130px;
  overflow: hidden;
  vertical-align: top;
  width: calc(100% - 206px); }

#comparison .compar_block .compar_list_right h3, #comparison .compar_block .compar_list_right .h3 {
  font-size: 18px;
  margin-bottom: 25px; }

#comparison .compar_block .compar_list_right .price span,
#comparison .compar_block .compar_list_right .price {
  color: #003860; }

#comparison .compar_block .compar_list_right .price span {
  font-size: 18px; }

#comparison .compar_block .compar_list_right .price {
  bottom: 60px;
  position: absolute; }

#comparison .compar_block .compar_list_right .text {
  color: #848383;
  line-height: 1.3em; }

#comparison .comparison_list {
  background-color: white;
  border: 5px solid #a7a7a7;
  font-size: 0;
  padding: 35px 30px 30px;
  position: relative;
  margin-bottom: 2px;
  width: 49%; }

#comparison .comparison_list .compar_num {
  background-color: #a7a7a7;
  bottom: 25px;
  border-radius: 50%;
  height: 65px;
  line-height: 67px;
  position: absolute;
  right: 25px;
  text-align: center;
  width: 65px; }

#comparison .comparison_list .compar_num p {
  color: white;
  cursor: default;
  font-size: 36px; }

#comparison .comparison_list:hover,
#comparison .comparison_list.focus {
  border-color: #79bcec; }

#comparison .comparison_list:hover .compar_list_right h3, #comparison .comparison_list:hover .compar_list_right .h3,
#comparison .comparison_list:hover .compar_list_right p,
#comparison .comparison_list:hover .compar_list_right span,
#comparison .comparison_list.focus .compar_list_right h3,
#comparison .comparison_list.focus .compar_list_right .h3,
#comparison .comparison_list.focus .compar_list_right p,
#comparison .comparison_list.focus .compar_list_right span {
  color: #79bcec; }

#comparison .comparison_list:hover .compar_num,
#comparison .comparison_list.focus .compar_num {
  background-color: #79bcec; }

#comparison.compar_focus_first .line p:nth-of-type(2) {
  color: #009edb; }

#comparison.compar_focus_second .line p:nth-of-type(4) {
  color: #009edb; }

#comparison .comparison_list .cancel_item {
  position: absolute;
  top: 10px;
  right: 10px; }

#comparison .comparison_list .cancel_item img {
  width: 10px; }

#comparison .compar_choose {
  clear: both;
  font-size: 0;
  text-align: center; }

#comparison .compar_choose a {
  background-color: white;
  border: 2px solid #dedcdc;
  padding: 10px 14px;
  color: #505050;
  font-size: 12px; }

#comparison .compar_choose .compar_ch {
  display: inline-block;
  line-height: 35px;
  margin: 20px 12px;
  text-align: center; }

#comparison .compar_descr_block.desktop {
  display: block; }

#comparison .compar_descr_block.mobile {
  display: none; }

#comparison .compar_descr_block {
  background-color: white;
  padding: 0 50px;
  width: 100%; }

#comparison .compar_descr_block p {
  color: #848383; }

#comparison .compar_descr_list {
  border-bottom: 1px solid #8c8c98;
  padding: 50px 0 60px 0; }

#comparison .compar_descr_list:nth-last-child(1) {
  border: none; }

#comparison .line {
  font-size: 0; }

#comparison .line p {
  display: inline-block;
  line-height: 1.3em;
  vertical-align: top; }

#comparison .line p:nth-of-type(3) {
  display: none; }

#comparison .line p:nth-of-type(1),
#comparison .line p:nth-of-type(3) {
  padding: 0 50px;
  min-width: 200px;
  width: 30%; }

#comparison .line p:nth-of-type(2),
#comparison .line p:nth-of-type(4) {
  padding-right: 15px;
  min-width: 260px;
  width: 27%; }

#comparison .compar_descr_name p {
  color: #505050;
  font-size: 36px;
  padding: 0 0 20px 50px; }

/* -----end of Comparison----- */
/* -----Contacts----- */
#contacts p, #contacts h3, #contacts .h3,
#contacts a, #contacts span,
#contacts b, #contacts h2, #contacts .h2 {
  color: #848383; }

#contacts .relative {
  min-height: 1px; }

#contacts .contacts_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 25px;
  position: relative;
  width: 100%; }

#contacts h2, #contacts .h2 {
  font-size: 24px;
  font-weight: 100; }

#contacts .cont_block.second p,
#contacts .cont_block.second h2,
#contacts .cont_block.second .h2 {
  line-height: 1.3em;
  margin-bottom: 10px; }

#contacts .cont_block.third p,
#contacts .cont_block.third h2,
#contacts .cont_block.third .h2 {
  line-height: 1.3em;
  margin-bottom: 10px; }

#contacts .cont_block.second .bold {
  margin-bottom: 0; }

#contacts .cont_block.third .bold {
  margin-bottom: 0; }

#contacts .cont_block.second span {
  font-size: 36px;
  line-height: 1.3em; }

#contacts .cont_block.third span {
  font-size: 36px;
  line-height: 1.3em; }

#contacts .cont_block.second {
  padding: 65px 40px 65px 110px; }

#contacts .cont_block.third {
  padding: 65px 40px 65px 110px; }

#contacts .sort_top {
  font-size: 0;
  width: 100%; }

#contacts .sort_top span {
  background-color: white;
  border: 2px solid #dedcdc;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 31px;
  margin-right: -2px;
  padding: 0 1em;
  -webkit-transition: 0s;
  transition: 0s; }

#contacts .sort_top span:hover {
  border: 2px solid #82c0ec;
  position: relative; }

#contacts .sort_top p.inline_b {
  margin-right: 15px; }

#contacts .sort_top span,
#contacts .sort_top p {
  vertical-align: middle; }

#contacts .sort_top .radio_top1,
#contacts .sort_top .cl_radio_top2 {
  display: inline-block; }

#contacts .sort_top .radio_top1 input[type="radio"],
#contacts .sort_top .radio_top2 input[type="radio"] {
  display: none; }

#contacts .sort_top .radio_top1 input[type="radio"] + label,
#contacts .sort_top .radio_top2 input[type="radio"] + label {
  cursor: pointer; }

#contacts .sort_top .radio_top1 input[type="radio"] + label::before,
#contacts .sort_top .radio_top2 input[type="radio"] + label::before {
  background-position: center center;
  border: 2px solid white;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 50px;
  margin: 0 0 0 12px;
  vertical-align: middle;
  width: 50px; }

#contacts .sort_top .radio_top1 input[type="radio"] + label:hover::before,
#contacts .sort_top .radio_top2 input[type="radio"] + label:hover::before {
  border-color: #82c0ec; }

#contacts .sort_top .radio_top1 input[type="radio"] + label::before {
  background-image: url(images/sort1.jpg);
  background-repeat: no-repeat; }

#contacts .sort_top .radio_top1 input[type="radio"]:checked + label::before {
  background-image: url(images/sort1active.jpg);
  background-repeat: no-repeat; }

#contacts .sort_top .radio_top2 input[type="radio"] + label::before {
  background-image: url(images/sort2.jpg);
  background-repeat: no-repeat; }

#contacts .sort_top .radio_top2 input[type="radio"]:checked + label::before {
  background-image: url(images/sort2active.jpg);
  background-repeat: no-repeat; }

#contacts .cont_point p {
  color: #8c8c98;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 20px 45px; }

#contacts .cont_point p.active {
  background-color: white; }

#contacts .cont_block {
  background-color: white;
  display: none;
  padding: 40px 45px 50px 45px; }

#contacts.active_first .cont_block.first {
  display: block;
  font-size: 0; }

#contacts.active_second .cont_block.second {
  background-color: white;
  display: block; }

#contacts.active_third .cont_block.third {
  background-color: white;
  display: block; }

#contacts #map-canvas,
#contacts #map-canvas2,
#contacts #map-canvas3,
#contacts #map-canvas4 {
  height: 280px;
  width: 100%; }

#contacts .image {
  height: 280px;
  line-height: 280px;
  margin-left: 15px;
  overflow: hidden;
  width: 200px;
  vertical-align: top; }

#contacts .image img {
  max-width: 100%;
  vertical-align: middle; }

#contacts .cont_block.first .text {
  margin-left: 30px;
  width: 365px;
  vertical-align: top; }

#contacts .cont_block.first .text h2, #contacts .cont_block.first .text .h2 {
  font-size: 18px; }

#contacts .cont_block.first .text .cont_sity {
  font-size: 36px;
  color: #505050; }

#contacts .cont_block.first p,
#contacts .cont_block.first h2,
#contacts .cont_block.first .h2 {
  line-height: 1.3em;
  margin-bottom: 10px; }

#contacts .cont_block.first .bold {
  margin-bottom: 0; }

#contacts .cont_block.first .text span {
  font-size: 36px;
  line-height: 1.3em; }

#contacts .cont_list {
  display: block;
  font-size: 0;
  padding: 40px 0;
  border-bottom: 1px solid #8c8c98; }

#contacts .cont_list:last-child {
  border-bottom: none;
  padding: 40px 0 0; }

#contacts .cont_list.active {
  border-bottom: none;
  padding: 40px 0 0; }

#contacts .prev_map {
  height: 300px;
  width: 480px; }

/* -----end of Contacts----- */
.pre-order_block {
  width: 100% !important;
  background: #009edb;
  font-size: 25px !important;
  border-radius: 6px; }

.pre-order_block__line-one {
  font-size: 20px !important;
  color: #fff !important;
  margin: 5px 0 0 0; }

.pre-order_block__line-two {
  font-size: 18px !important;
  color: #000 !important;
  margin: 0; }

#catalog_about .unavailable {
  font-size: 22px !important;
  width: 100% !important; }

.ct_icons .unvailable {
  background-color: #8c8c98 !important; }

.color_blue_1 {
  color: #009edb; }

/* -----Personal Profile Order Archive----- */
#personal_prof_oa p, #personal_prof_oa h3, #personal_prof_oa .h3,
#personal_prof_oa span, #personal_prof_oa a {
  color: #505050; }

#personal_prof_oa .pp_oa_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 25px;
  position: relative;
  width: 100%; }

#personal_prof_oa .pp_last_list {
  font-size: 0;
  position: relative;
  width: 100%; }

#personal_prof_oa .pp_last_item_list {
  background-color: white;
  font-size: 0;
  margin-top: -10px;
  padding: 10px 10px 10px 40px;
  vertical-align: middle; }

#personal_prof_oa .pp_ll_point {
  display: inline-block;
  width: calc((70% - 224px)/3 - 1px);
  vertical-align: middle;
  padding: 10px 0; }

#personal_prof_oa .pp_ll_point.first {
  width: 30%; }

#personal_prof_oa .pp_ll_point.fifth {
  background-color: #79bcec;
  cursor: pointer;
  text-align: center;
  width: 224px; }

#personal_prof_oa .pp_last_list a,
#personal_prof_oa .pp_last_list span {
  display: inline-block;
  vertical-align: bottom; }

#personal_prof_oa .pp_ll_point.first a {
  color: #79bcec;
  font-size: 18px; }

#personal_prof_oa .pp_ll_point.fourth span,
#personal_prof_oa .pp_ll_point.fifth span {
  font-size: 36px;
  vertical-align: baseline; }

#personal_prof_oa .pp_ll_point.fifth p,
#personal_prof_oa .pp_ll_point.fifth span {
  color: white; }

#personal_prof_oa .name_of_point {
  background: none;
  padding: 10px 10px 15px 40px; }

#personal_prof_oa .name_of_point .pp_ll_point.fifth {
  background: none;
  cursor: default;
  padding-left: 50px;
  text-align: left;
  width: 224px; }

#personal_prof_oa .name_of_point .pp_ll_point.fifth p {
  color: #505050; }

#personal_prof_oa .breadcrumbs {
  padding: 0 0 25px 40px; }

/* -----end of Personal Profile Order Archive----- */
/* -----Personal Profile Order Item----- */
#personal_prof_oi {
  margin: 0 auto;
  width: 100%; }

#personal_prof_oi .pp_oi_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 40px;
  width: 100%; }

#personal_prof_oi p, #personal_prof_oi a,
#personal_prof_oi span, #personal_prof_oi input {
  color: #505050; }

#personal_prof_oi .cart_basket {
  position: relative; }

#personal_prof_oi .cart_basket p,
#personal_prof_oi .cart_basket a,
#personal_prof_oi .cart_basket span {
  font-size: 18px;
  line-height: normal; }

#personal_prof_oi .cart_basket form {
  text-align: center;
  width: 115px; }

#personal_prof_oi .cart_item div,
#personal_prof_oi .cart_item form p {
  display: inline-block;
  line-height: 150px;
  text-align: center;
  vertical-align: middle;
 }

#personal_prof_oi .cart_item input {
  border: 1px solid #e1dfdf;
  font-size: 12px;
  height: 27px;
  line-height: 24px;
  text-align: center;
  width: 45px; }

#personal_prof_oi .cart_item {
  background-color: white;
  font-size: 1px;
  height: 150px;
  line-height: 0;
  margin-bottom: 2px;
  text-justify: newspaper;
  text-align: justify;
  text-align-last: justify;
  zoom: 1; }

#personal_prof_oi .cart_item:after {
  content: '';
  display: inline-block;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  width: 100%; }

#personal_prof_oi .cart_item .image {
  line-height: normal;
  width: 170px; }

#personal_prof_oi .cart_item img {
  max-width: 80px;
  max-height: 80px;
  vertical-align: middle;
  width: 11vw; }

#personal_prof_oi .cart_item form.inline_b span {
  cursor: pointer;
  font-size: 30px;
  vertical-align: middle; }

#personal_prof_oi .cart_item .cart_amt {
  width: 70px; }

#personal_prof_oi div.cart_description {
  width: 260px; }

#personal_prof_oi div.cart_description p {
  line-height: normal; }

#personal_prof_oi div.cancel_item {
  width: auto;
  margin: 0 70px 0 0; }

#personal_prof_oi .cancel_item p {
  line-height: normal; }

#personal_prof_oi div.cart_bonus {
  width: 140px; }

#personal_prof_oi .cart_bonus p,
#personal_prof_oi .cart_bonus span {
  color: white;
  height: 58px;
  line-height: 58px; }

#personal_prof_oi .cart_item p.cart_descr_top {
  display: none; }

#personal_prof_oi .cart_item:nth-child(1) .cart_descr_top {
  color: #505050;
  display: block;
  font-size: 12px;
  height: auto;
  line-height: 1em;
  position: absolute;
  top: -40px;
  width: inherit; }

#personal_prof_oi .cart_buy {
  margin: 40px 0 0 auto;
  width: 320px; }

#personal_prof_oi .cart_buy p,
#personal_prof_oi .cart_buy span {
  font-size: 18px; }

#personal_prof_oi .cart_buy_bonus p {
  width: 100%; }

#personal_prof_oi .cart_buy_bonus span {
  float: right;
  width: 50%; }

#personal_prof_oi .cart_buy_next {
  margin: 35px 0; }

#personal_prof_oi .cart_buy_next span,
#personal_prof_oi .cart_buy_next div {
  display: inline; }

#personal_prof_oi .cart_buy_next p {
  display: inline;
  width: 50%; }

#personal_prof_oi .cart_buy_next div:nth-child(1) {
  line-height: 35px;
  font-size: 35px; }

#personal_prof_oi .cart_buy_next div:nth-child(2) {
  float: right;
  width: 50%; }

#personal_prof_oi .cart_buy_next span:nth-child(1) {
  color: #79bcec;
  font-size: 35px;
  line-height: 35px; }

#personal_prof_oi .cart_buy_next span:nth-child(2) {
  color: #003860; }

#personal_prof_oi .pp_oi_buy_right a,
#personal_prof_oi .pp_oi_buy_center a,
#personal_prof_oi .pp_oi_buy_left a {
  color: white;
  font-size: 13.5px;
  padding: 5px 0;
  text-align: center; }

#personal_prof_oi .pp_oi_buy_center a,
#personal_prof_oi .pp_oi_buy_left a {
  background-color: #777777;
  padding: 5px 10px;
  width: auto; }

#personal_prof_oi .pp_oi_buy_right a {
  background-color: #009edb;
  padding: 5px 10px;
  width: auto; }

#personal_prof_oi div.cart_helper {
  display: none; }

#personal_prof_oi .breadcrumbs {
  padding: 0 0 60px 40px; }

#personal_prof_oi .order_item_status {
  padding: 0 0 120px 40px; }

#personal_prof_oi .pp_oi_buttom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0; }

#personal_prof_oi .pp_oi_buttom div {
  display: inline-block; }

#personal_prof_oi .pp_oi_buy_left {
  margin-left: 120px; }

#personal_prof_oi .pp_oi_buy_right {
  margin-right: 120px; }

/* -----Personal Profile Order Item----- */
/* -----Catalog About Product----- */
#catalog_about {
  margin: 0 auto;
  width: 100%; }

#catalog_about .ca_position {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 25px;
  position: relative;
  width: 100%; }

#catalog_about .breadcrumbs {
  padding: 0 0 20px 40px; }

#catalog_about h3, #catalog_about .h3,
#catalog_about p, #catalog_about a,
#catalog_about span, #catalog_about input {
  color: #505050; }

#catalog_about .catalog_about_block {
  background-color: white;
  display: none;
  padding: 0 45px 0 45px; }

.popup_go #dialog12 {
  max-width: 825px;
  width: calc(100% - 10px); }

.popup_go #dialog12 .input_lrg {
  margin: 6px 8px;
  width: 45%; }

.popup_go #dialog12 .helper {
  margin: 6px 8px;
  width: 45%; }

.popup_go #dialog12 .input_mdl {
  margin-left: 10px;
  width: calc(100% - 155px);
  vertical-align: middle; }

.popup_go #dialog12 .popup_go_capcha {
  font-size: 0;
  margin: 6px 8px;
  width: 95%; }

.popup_go #dialog12 .popup_go_capcha .name-block {
  max-width: 240px; }

.popup_go #dialog12 .popup_go_capcha .price-block {
  margin-left: 30px; }

.popup_go #dialog12 .popup_go_capcha .price-block span {
  color: #003860;
  font-size: 18px;
  margin-left: 15px; }

.popup_go #dialog12 .last_popup {
  font-size: 18px;
  margin: 6px 8px;
  width: 45%;
  vertical-align: top; }

.popup_go #dialog12 .last_popup p,
.popup_go #dialog12 .last_popup span {
  font-size: 18px; }

.popup_go #dialog12 .last_popup p {
  margin-top: 65px; }

.popup_go #dialog12 .last_popup span {
  color: #003860;
  margin-left: 15px; }

.popup_go #dialog12 input[type="submit"] {
  margin: 0; }

.popup_go #dialog12 .capcha {
  vertical-align: middle; }

.popup_go #dialog12 .popup_go_item {
  margin-top: 20px;
  text-align: left; }

.popup_go #dialog12 .popup_go_item .image,
.popup_go #dialog12 .popup_go_item .capcha {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
  width: 145px; }

.popup_go #dialog12 .popup_go_item .image img,
.popup_go #dialog12 .popup_go_item .capcha img {
  max-width: 100%; }

.popup_go #dialog12 .popup_go_item p {
  font-size: 18px; }

#catalog_about.active_first .catalog_about_block.first,
#catalog_about.active_second .catalog_about_block.second,
#catalog_about.active_third .catalog_about_block.third,
#catalog_about.active_fourth .catalog_about_block.fourth {
  display: block;
  font-size: 0; }

#catalog_about .catalog_about_point div {
  cursor: pointer;
  display: inline-block; }

#catalog_about .catalog_about_point p {
  color: #8c8c98;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 20px 45px; }

#catalog_about .catalog_about_point .third > p {
  padding: 20px 20px 20px 45px; }

#catalog_about .catalog_about_point .third .stars p {
  color: #84c1ed;
  padding: 20px 45px 20px 20px; }

#catalog_about .stars .fa-star {
  color: #84c1ed;
  font-size: 18px;
  padding: 0 4px; }

#catalog_about .stars .fa-star-o {
  color: #8f8f9a;
  font-size: 18px;
  padding: 0 4px; }

#catalog_about .catalog_about_point div.active {
  background-color: white; }

#catalog_about .catalog_about_list {
  border-bottom: 1px solid #8c8c98;
  font-size: 0;
  height: auto;
  padding: 40px 0; }

#catalog_about .catalog_about_list:nth-last-child(1) {
  border-bottom: none; }

#catalog_about .catalog_about_block .name {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 20px;
  min-width: 180px;
  padding-right: 20px; }

#catalog_about .catalog_about_block.third .text p:nth-of-type(2) {
  color: #848383; }

#catalog_about .catalog_about_block .stars {
  display: inline-block; }

#catalog_about .catalog_about_block .stars p {
  color: #84c1ed;
  display: inline-block;
  font-size: 18px;
  padding-left: 20px; }

#catalog_about .catalog_about_block.first .text {
  padding-right: 2%;
  width: 65%;
  vertical-align: middle; }

#catalog_about .catalog_about_block.first .image {
  text-align: center;
  width: 35%;
  vertical-align: middle; }

#catalog_about .catalog_about_block.first .image img {
  max-width: 100%; }

#catalog_about .catalog_about_block.first .text p:nth-of-type(2) {
  color: #848383; }

#catalog_about .catalog_about_block.third .catalog_comment {
  padding: 10px 0 40px;
  text-align: right; }

#catalog_about .catalog_about_block.third .catalog_comment a {
  background-color: #84c1ed;
  color: white;
  display: inline-block;
  line-height: 28px;
  padding: 0 9px;
  vertical-align: top; }

#catalog_about .catalog_about_block.third .catalog_comment a:hover {
  background-color: #009edb; }

#catalog_about .compar_descr_block p {
  color: #848383; }

#catalog_about .catalog_descr_list {
  border-bottom: 1px solid #8c8c98;
  padding: 50px 0 60px 100px; }

#catalog_about .catalog_descr_list:nth-last-child(1) {
  border: none; }

#catalog_about .line {
  font-size: 0; }

#catalog_about .line p {
  display: inline-block;
  line-height: 1.3em;
  vertical-align: top; }

#catalog_about .line p:nth-of-type(1) {
  padding: 0 50px;
  min-width: 200px;
  width: 44%; }

#catalog_about .line p:nth-of-type(2) {
  padding-right: 15px;
  min-width: 260px;
  width: 35%; }

#catalog_about .catalog_descr_name p {
  color: #505050;
  font-size: 36px;
  padding: 0 0 20px 50px; }

#catalog_about .catalog_table p {
  color: #848383; }

#catalog_about .catalog_about_popular {
  font-size: 0;
  display: inline-block;
  margin-top: 100px;
  position: relative;
  width: 100%; }

#catalog_about .catalog_about_popular .catalog_popular_list {
  background-color: white;
  display: inline-block;
  font-size: 0;
  min-height: 415px;
  margin: 20px 20px 20px 0;
  padding: 35px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: calc(100%/4 - 15px); }

#catalog_about .catalog_about_popular .catalog_popular_list:last-child {
  margin: 20px 0 20px 0; }

#catalog_about .catalog_about_popular .image {
  height: 240px;
  line-height: 240px; }

#catalog_about .catalog_popular_list:hover .stars,
#catalog_about .catalog_popular_list:hover .img_descr,
#catalog_about .catalog_popular_list:hover .ct_descr,
#catalog_about .catalog_popular_list .img_descr_min {
  display: none; }

#catalog_about .catalog_about_popular img {
  max-width: 100%;
  vertical-align: middle; }

#catalog_about .catalog_about_popular .text {
  text-align: left; }

#catalog_about .catalog_about_popular .ct_icons {
  display: none; }

#catalog_about .catalog_about_popular .fa {
  font-size: 17px;
  margin: 0 5px; }

#catalog_about .catalog_about_popular .fa-star {
  color: #84c1ed; }

#catalog_about .catalog_about_popular .fa-star-o {
  color: #8f8f9a; }

#catalog_about .ct_descr_min {
  display: none; }

#catalog_about .ct_descr {
  display: block;
  height: 65px; }

#catalog_about .catalog_popular_list:hover {
  border: 5px solid #79bcec;
  padding: 10px 30px; }

#catalog_about .catalog_popular_list:hover .img_descr_min {
  display: initial; }

#catalog_about .catalog_popular_list:hover .ct_descr_min {
  display: block;
  min-height: 90px; }

#catalog_about .catalog_popular_list:hover .ct_icons {
  display: block;
  margin: 0 -5px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0; }

#catalog_about .catalog_popular_list:hover .image {
  height: 125px;
  line-height: 125px; }

#catalog_about .catalog_popular_list .ct_add img {
  display: none; }

#catalog_about .catalog_popular_list .ct_icons .ct_add {
  background-color: #009edb;
  color: white;
  display: inline-block;
  line-height: 28px;
  padding: 0 9px;
  vertical-align: top; }

#catalog_about .catalog_popular_list p.ct_descr_min {
  color: #848383; }

#catalog_about .catalog_popular_list h3, #catalog_about .catalog_popular_list .h3,
#catalog_about .catalog_popular_list span {
  font-size: 18px; }

#catalog_about .catalog_popular_list .price,
#catalog_about .catalog_popular_list .price span {
  color: #003860; }

#catalog_about .catalog_about_descr_top {
  display: inline-block;
  margin-left: 15px;
  width: 460px; }

#catalog_about .catalog_about_main {
  padding-bottom: 90px;
  position: relative; }

#catalog_about .catalog_about_main .dotsCont {
  font-size: 0;
  margin-top: 15px;
  text-align: center; }

#catalog_about .catalog_about_main > .image {
  display: inline-block;
  width: 440px;
  vertical-align: top; }

#catalog_about .catalog_about_main .dotsCont div {
  background-color: white;
  border: 1px solid #dedcdc;
  color: #505050;
  cursor: pointer;
  display: inline-block;
  line-height: 2em;
  margin: 0 6px;
  text-align: center;
  width: 2.1em; }

#catalog_about .catalog_about_main .dotsCont div:hover,
#catalog_about .catalog_about_main .dotsCont div.active {
  border: 1px solid #009edb;
  background-color: #009edb;
  color: white; }

#catalog_about .cl_color p {
  margin: 20px 0 10px 5px;
  text-align: left; }

#catalog_about .cl_color .cl_color_list {
  display: inline-block; }

#catalog_about .cl_color input[type="checkbox"] {
  display: none; }

#catalog_about .cl_color input[type="checkbox"] + label {
  cursor: pointer;
  margin-bottom: 15px; }

#catalog_about .cl_color input[type="checkbox"] + label::before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 50px;
  margin-right: 15px;
  width: 50px; }

#catalog_about .cl_color input[type="checkbox"]:checked + label::before {
  border: 2px solid #82c0ec; }

#catalog_about .cl_color .first input[type="checkbox"] + label::before {
  background-color: black; }

#catalog_about .cl_color .second input[type="checkbox"] + label::before {
  background-color: #8c8c98; }

#catalog_about .cl_color .third input[type="checkbox"] + label::before {
  background-color: #e69640; }

#catalog_about .cl_color .fourth input[type="checkbox"] + label::before {
  background-color: #007aaa;
  margin-right: 0; }

#catalog_about .catalog_about_main .catalog_about_descr_top .descr {
  color: #848383;
  height: 46px;
  margin-bottom: 15px; }

#catalog_about .catalog_about_main .catalog_about_descr_top .in_shop {
  color: #08040c;
  margin-bottom: 6px; }

#catalog_about .catalog_about_main .catalog_about_descr_top .price,
#catalog_about .catalog_about_main .catalog_about_descr_top .price_saving {
  color: #003860;
  display: inline-block; }

#catalog_about .catalog_about_main .catalog_about_descr_top .price span {
  color: #79bcec;
  font-size: 36px; }

#catalog_about .catalog_about_main .catalog_about_descr_top h3, #catalog_about .catalog_about_main .catalog_about_descr_top .h3 {
  margin-bottom: 15px; }

#catalog_about .catalog_about_main .catalog_about_descr_top .qual_item {
  display: inline-block;
  margin: 20px 0 0 30px;
  width: 115px; }

#catalog_about .catalog_about_main .catalog_about_descr_top .qual_item span {
  cursor: pointer;
  font-size: 30px;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#catalog_about .catalog_about_main .catalog_about_descr_top .qual_item p {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 70px; }

#catalog_about .catalog_about_main .catalog_about_descr_top .qual_item input {
  border: 1px solid #e1dfdf;
  font-size: 12px;
  height: 27px;
  line-height: 24px;
  text-align: center;
  width: 45px; }

#catalog_about .catalog_about_main .catalog_about_descr_top .qual_item span:hover {
  color: #009edb; }

#catalog_about .catalog_about_main .catalog_about_descr_top .ct_icons .ct_add {
  background-color: #009edb;
  color: white;
  display: inline-block;
  line-height: 28px;
  /* padding: 0 9px; */
  vertical-align: top;
  text-align: center;
  min-width: 190px; }

#catalog_about .catalog_about_main .catalog_about_descr_top .ct_icons {
  display: inline-block;
  margin-left: 40px;
  vertical-align: middle; }

#catalog_about .catalog_about_main .contact_social {
  float: none;
  margin: 7px 0 0 190px; }

#catalog_about .catalog_about_main .contact_social i {
  background-color: white; }

#catalog_about .catalog_about_right {
  background-color: white;
  display: inline-block;
  float: right;
  padding: 10px;
  width: 265px; }

#catalog_about .catalog_about_right .buttom_line {
  cursor: pointer;
  font-size: 0;
  padding: 10px 0; }

#catalog_about .catalog_about_right .buttom_line div,
#catalog_about .catalog_about_right .buttom_line p {
  display: inline-block;
  vertical-align: middle; }

#catalog_about .catalog_about_right .buttom_line:nth-of-type(1) {
  background-color: #79bcec; }

#catalog_about .catalog_about_right .buttom_line:nth-of-type(1) p {
  color: white;
  font-size: 18px; }

#catalog_about .catalog_about_right .buttom_line div {
  color: #79bcec;
  font-size: 36px;
  text-align: center;
  width: 65px; }

#catalog_about .catalog_about_right .buttom_line p {
  width: calc(100% - 65px); }

#catalog_about .catalog_about_right .buttom_line.hover .stars_top {
  display: none; }

#catalog_about .catalog_about_right .buttom_line.hover:hover .stars_top {
  display: inline-block;
  margin-bottom: 5px; }

#catalog_about .catalog_about_right .buttom_line.hover:hover p {
  display: none; }

#catalog_about .catalog_about_right .buttom_line .stars_top {
  background: url("images/stars_new.png") repeat-x 0 0;
  margin: 0 auto;
  width: 150px; }

#catalog_about .catalog_about_right .buttom_line .stars_top input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0); }

#catalog_about .catalog_about_right .buttom_line .stars_top input[type="radio"].star-5:checked ~ span {
  width: 100%; }

#catalog_about .catalog_about_right .buttom_line .stars_top input[type="radio"].star-4:checked ~ span {
  width: 80%; }

#catalog_about .catalog_about_right .buttom_line .stars_top input[type="radio"].star-3:checked ~ span {
  width: 60%; }

#catalog_about .catalog_about_right .buttom_line .stars_top input[type="radio"].star-2:checked ~ span {
  width: 40%; }

#catalog_about .catalog_about_right .buttom_line .stars_top input[type="radio"].star-1:checked ~ span {
  width: 20%; }

#catalog_about .catalog_about_right .buttom_line .stars_top label {
  display: block;
  width: 30px;
  height: 17px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent !important;
  cursor: pointer; }

#catalog_about .catalog_about_right .buttom_line .stars_top label:hover ~ span {
  background-position: 0 -34px; }

#catalog_about .catalog_about_right .buttom_line .stars_top label.star-5:hover ~ span {
  width: 100% !important; }

#catalog_about .catalog_about_right .buttom_line .stars_top label.star-4:hover ~ span {
  width: 80% !important; }

#catalog_about .catalog_about_right .buttom_line .stars_top label.star-3:hover ~ span {
  width: 60% !important; }

#catalog_about .catalog_about_right .buttom_line .stars_top label.star-2:hover ~ span {
  width: 40% !important; }

#catalog_about .catalog_about_right .buttom_line .stars_top label.star-1:hover ~ span {
  width: 20% !important; }

#catalog_about .catalog_about_right .buttom_line .stars_top span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 17px;
  background: url("images/stars_new.png") repeat-x 0 -34px;
  -webkit-transition: -webkit-width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s; }

#catalog_about .catalog_about_main .owl-nav {
  display: none; }

#catalog_about .catalog_about_main .owl-prev,
#catalog_about .catalog_about_main .owl-next {
  background: white url(images/arrow.png) no-repeat center center;
  font-size: 0;
  height: 60px;
  position: absolute;
  text-align: center;
  top: calc(50% - 30px);
  vertical-align: middle;
  width: 28px; }

#catalog_about .catalog_about_main .owl-prev {
  left: 0; }

#catalog_about .catalog_about_main .owl-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#catalog_about .catalog_about_main .owl-next:hover,
#catalog_about .catalog_about_main .owl-prev:hover {
  background: #009edb url(images/arrowh.png) no-repeat center center;
  -webkit-transition: 1s;
  transition: 1s; }

#catalog_about .catalog_about_block .owl-nav {
  display: none; }

#catalog_about .catalog_about_block .owl-prev,
#catalog_about .catalog_about_block .owl-next {
  background: white url(images/arrow.png) no-repeat center center;
  font-size: 0;
  height: 60px;
  position: absolute;
  text-align: center;
  top: calc(50% - 30px);
  vertical-align: middle;
  width: 28px; }

#catalog_about .catalog_about_block .owl-prev {
  left: -20px; }

#catalog_about .catalog_about_block .owl-next {
  right: -20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

#catalog_about .catalog_about_block .owl-next:hover,
#catalog_about .catalog_about_block .owl-prev:hover {
  background: #009edb url(images/arrowh.png) no-repeat center center;
  -webkit-transition: 1s;
  transition: 1s; }

/* -----end of Catalog About Product----- */
.catalog_comment a {
  background-color: #009edb;
  color: white !important;
  display: inline-block;
  line-height: 28px;
  /* padding: 0 9px; */
  vertical-align: top;
  text-align: center;
  min-width: 190px;
  margin-bottom: 15px;
  text-decoration: none; }

.catalog_comment a:hover {
  background-color: #05729c; }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .background_scroll {
    background-size: 60px; }
  .background_text1 p:nth-child(2) {
    font-size: 2.3vw; }
  .background_text_bot1.open p {
    font-size: 0.8vw; }
  .background_button1 a {
    font-size: 2.5vw; }
  .background_text2 p:nth-child(1) {
    font-size: 7vw; }
  .background_text2 p:nth-child(2),
  .background_text2 p:nth-child(3) {
    font-size: 2.3vw;
    padding-bottom: 30px; }
  .background_button2 {
    padding-bottom: 30px;
    padding-left: 9vw; }
  .background_button2 a {
    font-size: 2.5vw;
    line-height: 2em;
    padding: 0.4em 2em; }
  .background_text_bot2 {
    padding-bottom: 50px; }
  .background_text_bot2 p {
    font-size: 0.8vw; }
  .block_new .new_text_left p:nth-child(1),
  .block_new .new_text_right p:nth-child(1) {
    font-size: 2.2vw; }
  .block_new .new_text_left p:nth-child(2),
  .block_new .new_text_right p:nth-child(2) {
    font-size: 0.88vw; }
  .white__slide__btt img {
    max-width: 200px; } }

/* -----@MEDIA for MOBILE 1000->1200px----- */
@media screen and (min-width: 300px) and (max-width: 1200px) {
  .white__slide__btt img {
    max-width: 180px; }
  .dropdown_item {
    width: 180px; }
  .background_scroll {
    background-size: 60px; }
  .background_text1 p:nth-child(1) {
    font-size: 7vw; }
  .background_text1 p:nth-child(2) {
    font-size: 2.3vw; }
  .background_text_bot1.open p {
    font-size: 0.8vw; }
  .background_button1 a {
    font-size: 2.5vw; }
  .background_button1 {
    padding-left: 12%; }
  .background_text2 p:nth-child(1) {
    font-size: 7vw; }
  .background_text2 p:nth-child(2),
  .background_text2 p:nth-child(3) {
    font-size: 2.3vw;
    padding-bottom: 30px; }
  .background_button2 {
    padding-bottom: 30px;
    padding-left: 9vw; }
  .background_button2 a {
    font-size: 2.5vw;
    line-height: 2em;
    padding: 0.4em 2em; }
  .background_text_bot2 {
    padding-bottom: 50px; }
  .background_text_bot2 p {
    font-size: 0.8vw; }
  .block_item .price_promo span {
    font-size: 2.2vw; }
  .block_item .price_promo p:last-child {
    font-size: 0.8em; }
  .block_item p.description {
    font-size: 12px; }
  #cart .cart_item .image {
    max-width: 150px; }
  #cart div.cancel_item {
    margin: 0 30px 0 20px; }
  #cart .cont_inf .add_top,
  #cart .add_top {
    text-align: left; }
  #news .news_position .news_list {
    margin: 0 7px 14px 7px;
    width: calc(25% - 18px); }
  #news .news_position .news_list:nth-child(4),
  #news .news_position .news_list:nth-child(8) {
    margin-right: 14px; }
  #catalog_list .cl_position .cl_pagination div {
    margin: 0 5px; }
  #catalog_list .news_pagination .cl_pagination a {
    margin: 0 4px; }
  #catalog_list .ct_list:hover {
    padding: 10px 15px; }
  #personal_prof .pp_address_list {
    width: 100%; }
  #comparison .line p:nth-of-type(1),
  #comparison .line p:nth-of-type(3) {
    padding: 0 30px; }
  #comparison .compar_descr_name p {
    padding: 0 0 20px 30px; }
  #catalog_about .catalog_about_main > .image {
    width: 400px; }
  #catalog_about .catalog_about_descr_top {
    margin-left: 5px;
    width: 380px; }
  #catalog_about .catalog_about_right {
    width: 270px; }
  #catalog_about .catalog_about_popular .catalog_popular_list {
    padding: 25px; }
  #contacts #map-canvas,
  #contacts #map-canvas2,
  #contacts #map-canvas3,
  #contacts #map-canvas4 {
    display: block;
    margin: 0 auto 10px auto;
    width: 100%; }
  #contacts .prev_map {
    display: block;
    margin: 0 auto 10px auto;
    width: 100%; }
  #contacts .cont_list .image {
    margin: 0; }
  #contacts .cont_block,
  #contacts .cont_point {
    margin: 0 10px; } }

@media screen and (min-width: 300px) and (max-width: 1100px) {
  #catalog_list .ct_list .ct_icons .ct_add {
    font-size: 0;
    line-height: 0;
    padding: 0; }
  #catalog_list .ct_list .ct_add img {
    display: inline-block; }
  #personal_prof.pp_edit .pp_address_list .block_visible {
    display: none; }
  #personal_prof.pp_edit .pp_address_list .block_hover {
    display: inline-block;
    margin-left: 17px;
    width: 45%; }
  #personal_prof.pp_edit .pp_address_left {
    display: none; }
  #personal_prof.pp_edit .pp_address_left.new {
    display: block; }
  #personal_prof.pp_edit .pp_address_sec div {
    margin: 0; }
  #personal_prof.pp_edit .pp_address_list .image {
    left: 675px; }
  #catalog_about .catalog_about_popular .fa {
    margin: 0 1px; }
  #top_city .bg_bot .block {
    padding-right: 0; }
  #top_city .bg_bot .right {
    padding-left: 5%; } }

@media screen and (min-width: 300px) and (max-width: 1000px) {
  /*--------------------------------*/
  * {
    font-size: 12px; }
  .white__slide__btt img {
    max-width: 130px; }
  .white__slide__btt__other {
    right: 120px !important; }
  .news_det img {
    width: 100%;
    height: 100%; }
  section {
    min-height: 1px; }
  .breadcrumbs {
    background-color: white;
    padding: 20px 0 20px 40px; }
  .relative {
    margin-top: 50px; }
  .name_sect {
    top: -35px; }
  .name_sect h4, .name_sect .h4 {
    font-size: 24px; }
  #mobile {
    display: block; }
  body {
    width: 100%; }
  #header, #footer, footer {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
  header {
    min-width: 300px;
    padding-bottom: 1px;
    margin-bottom: -1px; }
  .up_menu, .menu, .new_1200 {
    display: none; }
  .top_mobile {
    display: inline;
    font-size: 0;
    height: 80px; }
  .top_mobile div {
    display: inline-block;
    height: 100px;
    padding: 18px 10px 0;
    text-align: center;
    width: 25%;
    vertical-align: bottom; }
  #header .menu_but_m {
    cursor: pointer; }
  .top_mobile .korz_over_m {
    display: none; }
  .menu_but_m p {
    color: #717070;
    padding: 10px 0 0;
    font-size: 12px; }
  .menu_but_m img {
    height: 31px; }
  .logo_mobile {
    background-color: white;
    padding: 20px 0;
    text-align: center;
    width: 100%; }
  .logo_mobile p {
    padding: 10px 0 0;
    font-size: 24px;
    color: #292929; }
  .logo_mobile p a {
    font-size: inherit;
    color: #292929; }
  .logo_mobile img {
    width: 65vw;
    max-width: 245px; }

  .search_mobile {
    margin: 5px 0; 
    position: relative;
    z-index: 8;}
  .search_mobile .search {
    width: calc(100% - 740px);
    border: 1px solid;
    min-height: 20px; }
  .search_mobile form {
    background-color: white; }
  .search_mobile input[type="search"] {
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding: 14px 20px;
    width: calc(100% - 46px);
    vertical-align: middle; }
  .search_mobile input[type="submit"] {
    width: 32px;
    height: 30px;
    border: none;
    background: url(images/loupe-m.png) no-repeat;
    background-size: contain;
    vertical-align: middle; }
  #mobile .cbp-spmenu {
    background: white;
    position: fixed; }
  #mobile .cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000; }
  #mobile .cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 1em; }
  #mobile .cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden; }
  #mobile .cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd; }
  #mobile .cbp-spmenu-left {
    left: -75%;
    top: 0;
    width: 75%;
    width: calc(100%/4*3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100vh;
    z-index: 7; }
  #mobile .cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
    z-index: 10; }
  #mobile .cbp-spmenu {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #mobile .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px; }
  #mobile .cbp-spmenu-top {
    top: -110px; }
  #mobile .cbp-spmenu-bottom {
    bottom: -110px; }
  #home .background-m {
    font-size: 0;
    position: relative; }
  #home .background-m img {
    width: 100%; }
  #home .background-m a,
  #home .background-m p {
    /*    color: rgb(255,255,255);
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;*/ }
  #home .background-m a {
    /*    bottom: 8vw;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 110px;*/ }
  #home .background-m p {
    font-family: 'Yeseva One';
    padding-left: 10vw;
    text-shadow: 0 0 8px black; }
  #home .background-m p:nth-of-type(1) {
    bottom: 28vw;
    font-size: 20vw; }
  #home .background-m p:nth-of-type(2) {
    bottom: 22vw;
    font-size: 7vw; }
  #mobile nav p,
  #mobile nav a {
    color: #292929;
    font-size: 3vmin;
    font-weight: bold;
    text-transform: uppercase; }
  #mobile .menu_list_m {
    cursor: pointer;
    position: relative;
    overflow: hidden; }
  #mobile .menu_list_m p,
  #mobile .to_home {
    background-color: white;
    font-size: 3.2vmin;
    line-height: 8vh;
    padding: 0 15px;
    position: relative;
    z-index: 10; }
  #mobile .menu_list_m.open p,
  #mobile .to_home.open {
    background-color: #292929;
    color: white;
    font-size: 3.2vmin;
    font-weight: normal;
    line-height: 8vh;
    padding: 0 15px;
    position: relative;
    z-index: 10; }
  #mobile .menu_list_m .dropdown_m {
    position: absolute;
    top: -100px;
    z-index: 9; }
  #mobile .menu_list_m.open .dropdown_m {
    display: block;
    padding-top: 5px;
    position: relative;
    top: 0;
    z-index: 3; }
  #mobile .menu_list_m i {
    float: right;
    line-height: 8vh;
    color: white; }
  #mobile .menu_list_m.open i {
    float: right;
    line-height: 8vh; }
  #mobile nav ul a {
    color: dimgray;
    display: block;
    font-size: 3.2vmin;
    font-weight: normal;
    line-height: 2em;
    padding: 0 15px;
    text-transform: none; }
  #showLeft {
    display: block;
    height: 80px;
    left: 0;
    line-height: 80px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 25%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9; }
  #showLeft.active {
    position: absolute;
    display: block;
    height: 80px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 75%;
    width: 25%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #showLeft .opacity_m {
    background-color: rgba(41, 41, 41, 0);
    position: absolute;
    height: 100vh;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto !important;
    z-index: -1; }
  #showLeft.active .opacity_m {
    background-color: rgba(41, 41, 41, 0.7);
    position: fixed;
    height: 100vh;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto !important;
    z-index: 6; }
  #showLeft img {
    cursor: pointer;
    padding: 28.5px calc(100%/2 - 15px);
    position: relative;
    vertical-align: text-bottom;
    width: 100%;
    z-index: 6; }
  #showLeft .dropdown_m {
    position: absolute;
    top: 0; }
  #home .background-m {
    display: block; }
  .background_anim, .extra_more {
    display: none; }
  .extra {
    min-width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    margin-bottom: 20px; }
  .block_item .price_promo span {
    font-size: 3vw; }
  .block_item .price_promo p:last-child {
    font-size: 0.8em; }
  .block_new {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 145px 0; }
  .block_new .new_first .new_text_left p:nth-child(2),
  .block_new .new_second .new_text_right p:nth-child(2) {
    font-size: 1.6vw; }
  .block_new .carousel_mobile .new_text_left p:nth-child(1) {
    padding: 20% 0 9% 0; }
  .block_new .carousel_mobile .new_text_left p:nth-child(2) {
    height: 15vw; }
  .tablet .block_new .new_button a {
    font-size: 1.6vw;
    padding: 0.4em 1em; }
  .block_store {
    background-color: white;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  .extra_item {
    background: none;
    padding: 0;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  .extra .owl-carousel .owl-controls .owl-nav .owl-prev,
  .extra .owl-carousel .owl-controls .owl-nav .owl-next,
  .extra .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
  .extra .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    top: calc(50% - 29.5px + 10px); }
  .extra .extra_item_list a {
    width: auto; }
  .extra .owl-carousel .owl-item img {
    width: auto !important;
    display: inline !important; }
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -27px; }
  .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -27px; }
  .extra_item_list {
    display: inline-block !important;
    padding-bottom: 0;
    margin: 7vmin 0 0 0 !important;
    width: 100%; }
  .tablet .extra_item_list {
    margin: 3vh 0 0 0 !important; }
  .extra_item:after {
    content: none; }
  #footer {
    background-color: #f0f0f0; }
  #footer .contact {
    text-align: center;
    margin: 0 10px;
    border: none; }
  #footer .contact_other {
    display: none; }
  #footer .contact_social {
    float: none;
    font-size: 0;
    width: 100%; }
  #footer .contact_social i {
    border: 1px solid white;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  #footer .lowest_part {
    background-color: white;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px); }
  #footer .lowest_part:after {
    content: none; }
  #footer .lowest_part .sony_store {
    min-width: calc(100% - 80px);
    max-width: calc(100% - 80px); }
  #footer .lowest_part .cards {
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    text-align-last: auto; }
  #footer .batbko {
    vertical-align: middle; }
  #footer .batbko p {
    display: none; }
  #footer .contact_loc {
    margin: 0 auto;
    padding: 20px 0 50px 0;
    width: calc(100% - 80px); }
  #footer .location {
    text-align: left;
    min-width: 235px; }
  #footer .owl-item {
    text-align: center; }
  #footer .contact_loc p,
  #footer .contact_loc b {
    font-size: 10px; }
  #footer .owl-carousel .owl-controls .owl-nav .owl-prev,
  #footer .owl-carousel .owl-controls .owl-nav .owl-next,
  #footer .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
  #footer .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    font-size: 0;
    height: 59px;
    position: absolute;
    top: calc(50% - 29.5px - 20px);
    width: 27px; }
  #footer .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: url(images/home/arrow.jpg) no-repeat;
    left: -25px; }
  #footer .owl-carousel .owl-controls .owl-nav .owl-next {
    background: url(images/home/arrow.jpg) no-repeat -56px 0px;
    right: -25px; }
  #footer .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: url(images/home/arrow.jpg) no-repeat -28px 0px; }
  #footer .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: url(images/home/arrow.jpg) no-repeat -84px 0px; }
  .background_simple {
    display: none; }
  #news .news_position .news_list {
    margin: 0 7px 14px 7px;
    width: calc(100%/3 - 19px); }
  #news .news_position .news_list:nth-child(1),
  #news .news_position .news_list:nth-child(4) {
    margin: 0 7px 14px 14px; }
  #news .news_position .news_list:nth-child(3),
  #news .news_position .news_list:nth-child(6) {
    margin: 0 14px 14px 7px; }
  /*Ð’Ð Ð•ÐœÐ•ÐÐÐ«Ð™ ÐŸÐÐ ÐÐœÐ•Ð¢Ð . Ð¢ÐžÐ›Ð¬ÐšÐž Ð”Ð›Ð¯ Ð”Ð•ÐœÐžÐÐ¢Ð ÐÐ¦Ð˜Ð˜*/
  #news .news_list:nth-last-child(1),
  #news .news_list:nth-last-child(2) {
    display: none; }
  /*Ð’Ð Ð•ÐœÐ•ÐÐÐ«Ð™ ÐŸÐÐ ÐÐœÐ•Ð¢Ð . Ð¢ÐžÐ›Ð¬ÐšÐž Ð”Ð›Ð¯ Ð”Ð•ÐœÐžÐÐ¢Ð ÐÐ¦Ð˜Ð˜*/
  #news .name_sect {
    top: -45px; }
  #news .news_position {
    padding: 0 0 25px; }
  #news_article .news_art_position {
    padding: 0 0 25px; }
  #news_article .news_art_tolist .text,
  #news_article .news_art_tolist h4,
  #news_article .news_art_tolist .h4 {
    font-size: 24px; }
  #news_article .news_art_tolist p,
  #news_article .news_art_block .news_date {
    font-size: 13.5px; }
  #news_article .news_art_block .news_date {
    padding: 7px 0; }
  #news_article .news_art_block .text p:last-child {
    font-size: 12px; }
  #news_article .news_art_block .text {
    padding-left: 7px; }
  #news_article .news_art_tolist {
    margin: 45px 0 30px 0; }
  #cart .cart_item {
    height: 120px;
    margin: 3px 7px; }
  #cart .cart_position {
    padding: 0 0 40px; }
  #cart .cart_basket {
    margin-top: 65px;
    position: relative; }
  #cart .name_sect {
    top: -47px; }
  #cart .cart_item div,
  #cart .cart_item form p {
    line-height: 120px;
    width: auto; }
  #cart .cart_item .image {
    width: 11%; }
  #cart .cart_basket p,
  #cart .cart_basket a,
  #cart .cart_basket span {
    font-size: 13.5px; }
  #cart div.cart_description {
    width: 17.5%; }
  #cart .cart_bonus p,
  #cart .cart_bonus span {
    height: 40px;
    line-height: 40px; }
  #cart div.cancel_item {
    margin: 0 2% 0 0;
    width: auto; }
  #cart div.cart_bonus p {
    width: 110px; }
  #cart .cart_item .cart_amt {
    width: 50px; }
  #cart .cart_basket form {
    width: 105px; }
  #cart .cont_inf .add_top,
  #cart .add_top,
  #cart .add_bot {
    text-align: left; }
  #cart .width_small {
    width: 150px; }
  #cart .width_big {
    width: 230px; }
  #cart .cart_checkout .cart_choice_buyer {
    width: calc(100% - 155px); }
  #cart .cost_delivery .iradio .itext {
    height: 25px;
    vertical-align: baseline; }
  #cart .cost_delivery .iradio .itext input {
    line-height: 25px; }
  #cart .cart_checkout .input_lrg {
    min-width: 130px;
    width: calc(49% - 10px); }
  #cart .cart_checkout .input_mdl {
    min-width: 83px; }
  #cart .address_ship .field_selection,
  #cart .cont_inf .field_selection,
  #cart .cart_date .field_selection,
  #cart .cost_delivery .field_selection,
  #cart .add_information .field_selection {
    width: calc(100% - 235px); }
  #cart .requisites .add_bot {
    margin: 25px 0 0 230px; }
  #cart .cont_inf .field_selection {
    max-width: 512px; }
  #cart .cart_checkout .iradio {
    padding-right: 10px; }
  #cart .requisites .add_bot a {
    margin-right: 18px; }
  #cart .iradio input[type="radio"] + label::before {
    margin: 0 4px 0 0; }
  #shit {
    padding-top: 30px; }
  #shit .background {
    display: none; }
  #shit .block {
    margin: 0 5px 30px 5px;
    width: calc(100% - 10px); }
  #shit .block .block_text {
    width: 69%; }
  #shit .block h4, #shit .block .h4 {
    font-size: 18px;
    padding: 0 0 20px 90px; }
  #shit .table table th,
  #shit .table div a {
    line-height: 5vw; }
  .name_list h4, .name_list .h4 {
    font-size: 24px; }
  #main_catalog .main_catalog_position {
    padding: 0 0 25px; }
  #main_catalog .mc_r_item h3, #main_catalog .mc_r_item .h3 {
    font-size: 16px; }
  #catalog_list .sort_top p {
    display: none; }
  #catalog_list .cl_position {
    padding: 0 0 25px; }
  #catalog_list .cl_sort_bot {
    display: block;
    float: none;
    margin-bottom: 15px; }
  #catalog_list .cl_position .news_pagination,
  #catalog_list .sort_top {
    width: 100%; }
  #catalog_list .ct_list {
    width: calc(100%/2 - 21px); }
  #personal_prof .pp_ll_point.fifth {
    width: 160px; }
  #personal_prof .pp_ll_point.fourth span,
  #personal_prof .pp_ll_point.fifth span,
  #personal_prof .pp_r_back span {
    font-size: 24px; }
  #personal_prof .pp_r_back {
    height: 80px;
    padding: 0 10px; }
  #personal_prof .pp_name_right {
    padding: 35px 10px;
    width: 180px; }
  #personal_prof .pp_name_left a,
  #personal_prof .pp_address_list a {
    right: 10px; }
  #personal_prof .pp_name_left {
    width: calc(100% - 184px); }
  #personal_prof .pp_last_item_list {
    padding: 10px; }
  #personal_prof .pp_position {
    padding: 30px 0 25px; }
  #personal_prof .pp_ll_point.first {
    width: 25%; }
  #personal_prof .pp_ll_point {
    width: calc((75% - 160px)/3 - 1px); }
  #personal_prof .pp_address_list .first {
    width: 180px; }
  #personal_prof.pp_edit .pp_information {
    width: calc(100% - 305px); }
  #personal_prof.pp_edit .pp_address_list label.first {
    width: 215px; }
  #personal_prof.pp_edit .pp_address_list .first {
    line-height: normal; }
  #personal_prof.pp_edit .pp_address_list .image img {
    vertical-align: bottom; }
  #personal_prof.pp_edit .pp_address_sec div {
    line-height: normal; }
  #personal_prof.pp_edit .pp_address_list .image {
    top: auto;
    left: 600px; }
  #search .search_position {
    padding: 1px 0 5px;
    margin-bottom: 20px; }
  #search .search_list {
    margin: 0 10px 2px 10px; }
  #search .s_block .s_list_right {
    width: calc(100% - 206px); }
  #comparison .comparison_position {
    padding: 1px 0 65px; }
  #comparison .compar_descr_block.desktop {
    display: none; }
  #comparison .compar_descr_block.mobile {
    display: block; }
  #comparison .compar_descr_block .line p:nth-of-type(3) {
    display: inline-block; }
  #comparison .line p:nth-of-type(odd) {
    padding: 0 30px;
    min-width: inherit;
    width: 44%; }
  #comparison .line p:nth-of-type(even) {
    padding-right: 2px;
    min-width: inherit;
    width: 54%; }
  #comparison.compar_focus_first .compar_table .line p,
  #comparison.compar_focus_second .compar_table .line p {
    color: #505050; }
  #comparison.compar_focus_first .compar_table .line:nth-child(1) p {
    color: #009edb; }
  #comparison.compar_focus_second .compar_table .line:nth-child(2) p {
    color: #009edb; }
  #comparison .compar_block .compar_list_left,
  #comparison .compar_block .compar_list_right {
    display: block;
    margin: 0 auto; }
  #comparison .compar_block .compar_list_right {
    width: 100%; }
  #comparison .comparison_list .compar_num,
  #comparison .comparison_list .cancel_item {
    display: none; }
  #comparison .compar_block {
    padding: 0 10px; }
  #comparison .comparison_list {
    padding: 20px 20px 50px; }
  #comparison .compar_block .compar_list_right .price {
    bottom: 15px; }
  #comparison .compar_block .compar_list_right .text {
    height: 70px; }
  #comparison .compar_table .line:nth-child(1) {
    margin-bottom: 10px; }
  #contacts .sort_top p {
    display: none; }
  #personal_prof_oa .pp_oa_position {
    padding: 0 0 5px; }
  #personal_prof_oa .breadcrumbs {
    padding: 20px 0 20px 40px; }
  #personal_prof_oa .relative {
    margin: 20px 10px; }
  #personal_prof_oa .pp_ll_point.fifth {
    width: 160px; }
  #personal_prof_oa .pp_ll_point.fourth span,
  #personal_prof_oa .pp_ll_point.fifth span,
  #personal_prof_oa .pp_r_back span {
    font-size: 24px; }
  #personal_prof_oa .pp_r_back {
    height: 80px;
    padding: 0 10px; }
  #personal_prof_oa .pp_name_right {
    padding: 35px 10px;
    width: 180px; }
  #personal_prof_oa .pp_name_left a,
  #personal_prof_oa .pp_address_list a {
    right: 10px; }
  #personal_prof_oa .pp_name_left {
    width: calc(100% - 184px); }
  #personal_prof_oa .pp_last_item_list {
    padding: 10px; }
  #personal_prof_oa .pp_position {
    padding: 30px 0 25px; }
  #personal_prof_oa .pp_ll_point.first {
    width: 25%; }
  #personal_prof_oa .pp_ll_point {
    width: calc((75% - 160px)/3 - 1px); }
  #personal_prof_oa .pp_address_list .first {
    width: 180px; }
  #personal_prof_oa.pp_edit .pp_information {
    width: calc(100% - 305px); }
  #personal_prof_oa.pp_edit .pp_address_list label.first {
    width: 215px; }
  #personal_prof_oa.pp_edit .pp_address_list .first {
    line-height: normal; }
  #personal_prof_oa.pp_edit .pp_address_list .image img {
    vertical-align: bottom; }
  #personal_prof_oa.pp_edit .pp_address_sec div {
    line-height: normal; }
  #personal_prof_oa.pp_edit .pp_address_list .image {
    top: auto;
    left: 600px; }
  #personal_prof_oa .pp_last_item_list.name_of_point {
    display: none; }
  #personal_prof_oi .breadcrumbs {
    padding: 20px 0 20px 40px; }
  #personal_prof_oi .pp_oi_position {
    padding: 0 0 40px; }
  #personal_prof_oi .order_item_status {
    padding: 0 0 70px 40px;
    margin-top: 30px; }
  #personal_prof_oi .cart_basket p,
  #personal_prof_oi .cart_basket a,
  #personal_prof_oi .cart_basket span {
    font-size: 13.5px; }
  #personal_prof_oi .cart_item {
    height: 120px;
    margin: 3px 7px; }
  #personal_prof_oi .cart_item .image {
    width: 11%; }
  #personal_prof_oi .cart_item div,
  #personal_prof_oi .cart_item form p {
    line-height: 120px;
    width: auto; }
  #personal_prof_oi div.cart_description {
    width: 17.5%; }
  #personal_prof_oi .cart_basket form {
    width: 105px; }
  #personal_prof_oi div.cart_bonus p {
    width: 110px; }
  #personal_prof_oi .cart_bonus p,
  #personal_prof_oi .cart_bonus span {
    height: 40px;
    line-height: 40px; }
  #personal_prof_oi div.cancel_item {
    margin: 0 2% 0 0;
    width: auto; }
  #personal_prof_oi .cart_item .cart_amt {
    width: 50px; }
  #catalog_about .catalog_about_main .owl-nav {
    display: block; }
  #catalog_about .ca_position {
    padding-top: 0px; }
  #catalog_about .relative {
    margin-top: 20px; }
  #catalog_about .breadcrumbs {
    padding: 20px 0 20px 40px; }
  #catalog_about .catalog_about_main > .image {
    margin: 0 25% 30px 25%;
    width: 50%; }
  #catalog_about .catalog_about_main .owl-prev {
    left: -50%; }
  #catalog_about .catalog_about_main .owl-next {
    right: -50%; }
  #catalog_about .catalog_about_descr_top {
    margin-left: 20px; }
  #catalog_about .catalog_about_right {
    margin-right: 20px; }
  #catalog_about .catalog_about_popular .catalog_popular_list {
    margin: 10px 0;
    width: 50%; }
  #catalog_about .catalog_about_popular .catalog_popular_list:last-child {
    margin: 10px 0; }
  #catalog_about .catalog_about_point p {
    font-size: 14px; }
  #catalog_about .catalog_about_point .stars {
    display: none; }
  #catalog_about .relative .catalog_about_point p {
    padding: 15px 25px; }
  #contacts .contacts_position {
    padding: 0; }
  #contacts .cont_block.second {
    padding: 20px 10px 20px 45px; }
  #top_city .bg_bot .right.second_col {
    padding-left: 2%; } }

/* -----END of @MEDIA for MOBILE 300->1000px----- */
@media screen and (min-width: 300px) and (max-width: 900px) {
  .block_item_promo {
    display: block;
    min-width: 100%;
    padding: 0; }
  .block_item .item_promo_single .padding {
    padding: 25px; }
  .block_item .item_promo_single {
    border: 15px solid #cdcdcd; }
  .block_item .item_promo_single,
  .block_item .item_promo_couple {
    height: 100%;
    margin: 0;
    max-width: 100%;
    min-width: 100%; }
  .block_item .item_promo_couple {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .block_item .price_promo span {
    font-size: 7vmin; }
  .block_item .price_promo .image {
    margin: 0;
    position: absolute;
    right: 15px;
    bottom: 45px; }
  .item_promo_single .padding > .image img {
    width: 75vw;
    max-width: 370px; }
  .block_item .text h4, .block_item .text .h4 {
    font-size: 25px; }
  .block_item .item_promo_single .text {
    top: -55px;
    left: 20px; }
  .block_item .item_promo_couple .text {
    top: 10px;
    left: 20px; }
  .block_item .promo_couple {
    border: 15px solid #cdcdcd;
    margin: 0 auto;
    margin-top: 50px;
    min-width: 200px;
    padding: 0;
    width: 100%; }
  .block_item .promo_couple:hover {
    background-color: white !important;
    border-color: #79bcec;
    z-index: 1; }
  .block_item .promo_couple_inside {
    height: auto;
    margin: 0; }
  .promo_couple_inside .image {
    height: 30vw;
    line-height: 30vw;
    max-height: 30vw; }
  .promo_couple_inside .image_item img {
    vertical-align: middle;
    width: 25vw;
    max-width: 100%; }
  .block_item .promo_couple:hover .promo_couple_time .description {
    color: #848383; }
  .item_promo_couple .price_promo .image,
  .item_promo_couple .promo_couple_inside .time_icon {
    display: none; }
  .item_promo_couple .promo_couple:nth-child(1) {
    margin-right: -7.5px; }
  .item_promo_couple .promo_couple:nth-child(2) {
    margin-left: -7.5px; }
  .block_store .text {
    min-width: 250px;
    max-width: 100%; }
  .block_store .image {
    display: none; }
  .block_store .text h4, .block_store .text .h4 {
    font-size: 5vmin;
    padding-bottom: 15px; }
  .block_store .padding {
    padding: 10px 0; }
  .block_item {
    background-color: white;
    min-width: 100%;
    max-width: 100%;
    padding: 50px 0 0 0; }
  .block_item .promo_couple_time .image {
    /*min-width: 37px;
    max-width: 38px;*/
    width: 20%; }
  .block_item .promo_couple_time .time {
    /*min-width: 31px;
    max-width: 38px;*/
    width: 20%; }
  .block_item .promo_couple_inside .description {
    height: 10vmax;
    min-height: 100px; }
  .block_new {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0; }
  #catalog_list .cl_list {
    padding: 20px 15px 15px; }
  #catalog_list .cl_block .cl_list_right {
    margin-left: 20px;
    width: calc(100% - 171px); }
  #catalog_list .cl_sort_right {
    padding: 20px 15px; }
  #catalog_list .cl_block .cl_icons {
    bottom: 15px;
    right: 15px; }
  #personal_prof_oi .pp_oi_buy_left,
  #personal_prof_oi .pp_oi_buy_right {
    margin: 0 10px; }
  #top_city .bg_bot .border_search,
  #top_city .bg_bot .popular_city {
    max-width: 100%;
    width: 100%; }
  #top_city .bg_bot .left {
    position: absolute;
    top: 30px;
    width: 100%; }
  #top_city .bg_bot .border_search {
    margin-top: 30px; }
  #top_city .bg_bot .block {
    padding-top: 260px; }
  #top_city .bg_top .block {
    height: 40px; }
  #top_city .bg_top {
    line-height: 25px; }
  #top_city .bg_top p {
    font-size: 24px;
    padding: 12px 10px 0 10px; }
  #top_city .bg_top img {
    margin-bottom: 5px; }
  #top_city .bg_bot .block {
    height: 470px; }
  #top_city .bg_bot .right .iradio {
    margin-top: 10px; }
  #top_city .bg_bot .right {
    width: 47%; }
  #top_city .bg_bot .right {
    padding-left: 2%; }
  #top_city .bg_bot .popular_city {
    padding: 4px 5% 0 5%; } }

@media screen and (min-width: 300px) and (max-width: 850px) {
  .personal2-container {
    display: block;
  }
  .personal2-left, .personal2-right {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  #catalog_list .cl_sort_right {
    float: none;
    width: 100%; }
  #catalog_list .cl_color {
    margin: 0;
    text-align: left; }
  #catalog_list .cl_sort_memory,
  #catalog_list .cl_sort_other {
    display: inline-block;
    width: 49%; }
  #catalog_list .cl_block {
    width: 100%; }
  #catalog_list .cl_sort_subscribe {
    bottom: 0px;
    padding: 20px;
    position: absolute;
    width: 100%; }
  #catalog_list .relative {
    padding-bottom: 150px; }
  #catalog_list .cl_sort_subscribe input[type="email"] {
    display: inline-block;
    width: calc(100% - 120px); }
  #catalog_list .cl_sort_subscribe input[type="submit"] {
    display: inline-block;
    margin: 0;
    width: 112px; }
  #catalog_list .cl_sort_other {
    margin-top: 60px; }
  #catalog_list .ct_list {
    margin: 10px 0 0 0;
    width: calc(100%/3); }
  #catalog_list .ct_block {
    width: 100%; }
  #catalog_list .ct_block .stars,
  #catalog_list .ct_block .image .img_descr,
  #catalog_list .ct_block .ct_descr {
    display: none; }
  #catalog_list .ct_block .ct_descr_min,
  #catalog_list .ct_icons {
    display: block; }
  #catalog_list .ct_list {
    padding: 10px 15px; }
  #catalog_list .ct_list .image {
    height: 125px;
    line-height: 125px; }
  #catalog_list .ct_list .ct_icons {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0; }
  #catalog_list .ct_list:hover .ct_icons {
    margin: 0 3px; }
  #catalog_list .ct_list .ct_descr_min {
    display: block;
    min-height: 90px; }
  #catalog_list .ct_list .img_descr_min {
    display: initial; }
  #catalog_list .ct_list {
    border: 5px solid white; }
  #personal_prof.pp_edit .pp_address_list .pp_address_main div,
  #personal_prof.pp_edit .pp_address_list .pp_address_sec div {
    display: block; }
  #personal_prof .pp_address_list .pp_address_main div,
  #personal_prof .pp_address_list .pp_address_sec div {
    display: block;
    margin-top: 8px; }
  #personal_prof .pp_r_back {
    display: block;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 40px); }
  #personal_prof .pp_r_back p,
  #personal_prof .pp_r_back span {
    display: inline-block; }
  #personal_prof .pp_name_right {
    bottom: -80px;
    height: inherit;
    left: 0;
    padding: 0 0 20px 0;
    position: absolute;
    width: 100%; }
  #personal_prof .pp_name_left {
    margin: 0;
    width: 100%; }
  #personal_prof .pp_address_list {
    margin-top: 160px; }
  #personal_prof .pp_ll_point {
    width: calc(30% - 1px); }
  #personal_prof .pp_ll_point.first,
  #personal_prof .pp_ll_point.fourth {
    width: 40%; }
  #personal_prof .delete_line p.first {
    display: none; }
  #personal_prof.pp_edit .pp_address_list .image {
    left: 450px; }
  #personal_prof.pp_edit .pp_address_list {
    margin-top: 80px; }
  #personal_prof_oa .pp_ll_point {
    width: calc(30% - 1px); }
  #personal_prof_oa .pp_ll_point.first,
  #personal_prof_oa .pp_ll_point.fourth {
    width: 40%; }
  #personal_prof_oa .delete_line p.first {
    display: none; }
  #personal_prof_oa.pp_edit .pp_address_list .image {
    left: 450px; }
  #personal_prof_oa.pp_edit .pp_address_list {
    margin-top: 80px; }
  #catalog_about .catalog_popular_list {
    margin: 10px 0 0 0;
    width: calc(100%/3); }
  #catalog_about .catalog_about_popular .stars,
  #catalog_about .catalog_about_popular .image .img_descr,
  #catalog_about .catalog_about_popular .ct_descr {
    display: none; }
  #catalog_about .catalog_about_popular .ct_descr_min,
  #catalog_about .catalog_about_popular .ct_icons {
    display: block; }
  #catalog_about .catalog_popular_list {
    padding: 10px 15px; }
  #catalog_about .catalog_popular_list .image {
    height: 125px;
    line-height: 125px; }
  #catalog_about .catalog_popular_list .ct_icons {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0; }
  #catalog_about .catalog_popular_list:hover .ct_icons {
    margin: 0 3px; }
  #catalog_about .catalog_popular_list .ct_descr_min {
    display: block;
    min-height: 90px; }
  #catalog_about .catalog_popular_list .img_descr_min {
    display: initial; }
  #catalog_about .catalog_popular_list {
    border: 5px solid white; } }

@media screen and (min-width: 300px) and (max-width: 800px) {
  #news .field_text {
    padding: 10px 0px; }
  #cart .cart_item {
    position: relative; }
  #cart .cart_item .cart_descr_top {
    display: none !important; }
  #cart .cart_checkout {
    padding: 100px 15px 10px 15px; }
  #cart .cart_checkout .name_sect {
    top: 20px; }
  #cart .address_ship .add_bot .itext {
    width: calc(100%/3 - 7px); }
  #cart .address_ship .add_bot div:nth-of-type(3) {
    margin: 0; }
  #cart .address_ship .add_bot {
    padding-right: 17px;
    text-align: center; }
  #main_catalog .mc_left,
  #main_catalog .mc_right {
    margin: 0;
    width: 100%; }
  #main_catalog .mc_name_sect {
    display: none; }
  #main_catalog .mc_r_item,
  #main_catalog .mc_r_item.first {
    margin-right: 0;
    width: calc(50% - 1px); }
  #main_catalog .mc_mob {
    display: inline-block; }
  #main_catalog .mc_left .image,
  #main_catalog .mc_left .mc_item_desc {
    padding: 0 10px; }
  #main_catalog .mc_right {
    background-color: white; }
  #main_catalog .mc_left a:nth-last-child(1) {
    left: calc(25% - 54px);
    bottom: 40px; }
  #main_catalog .mc_list {
    padding: 20px 0 0 0; }
  #main_catalog .mc_left {
    height: auto;
    min-height: 260px; }
  #personal_prof .pp_address_list .pp_address_main div,
  #personal_prof .pp_address_list .pp_address_sec div {
    display: block;
    margin-top: 8px; }
  #personal_prof .pp_r_back {
    display: block;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 40px); }
  #personal_prof .pp_r_back p,
  #personal_prof .pp_r_back span {
    display: inline-block; }
  #personal_prof .pp_name_right {
    bottom: -80px;
    height: inherit;
    left: 0;
    padding: 0 0 20px 0;
    position: absolute;
    width: 100%; }
  #personal_prof .pp_name_left {
    margin: 0;
    width: 100%; }
  #personal_prof .pp_address_list {
    margin-top: 160px; }
  #personal_prof .pp_ll_point {
    width: calc(30% - 1px); }
  #personal_prof .pp_ll_point.first,
  #personal_prof .pp_ll_point.fourth {
    width: 40%; }
  #personal_prof .delete_line p.first {
    display: none; }
  #search .search_list {
    padding: 15px 10px 20px; }
  #search .s_block .s_list_right {
    margin-left: 20px;
    width: calc(100% - 181px); }
  #personal_prof_oa .pp_ll_point {
    width: calc(30% - 1px); }
  #personal_prof_oa .pp_ll_point.first,
  #personal_prof_oa .pp_ll_point.fourth {
    width: 40%; }
  #personal_prof_oa .delete_line p.first {
    display: none; }
  #personal_prof_oi .cart_item .cart_descr_top {
    display: none !important; }
  #personal_prof_oi .cart_item {
    position: relative; }
  #catalog_about .catalog_about_descr_top {
    width: 350px; }
  #contacts .cont_block {
    padding: 20px 10px 20px 10px; } }

@media screen and (min-width: 300px) and (max-width: 700px) {
  #cart .requisites {
    text-align: center; }
  #cart .requisites .add_bot {
    margin: 0;
    text-align: center; }
  #news_article .news_art_block {
    text-align: center; }
  #news_article .news_art_block .image {
    text-align: center;
    width: 100%; }
  #news_article .news_art_block .image img,
  #news_article .news_art_block .text {
    width: calc(100% - 56px); }
  #news_article .news_art_block .text {
    text-align: left; }
  #news_article .news_art_block .news_date {
    padding: 12px 0; }
  #news_article .news_art_block .text h4, #news_article .news_art_block .text .h4 {
    margin-top: 15px; }
  #news_article .text_prew,
  #news_article .text_next {
    display: none; }
  #news_article .news_art_tolist {
    position: absolute;
    top: 207px;
    width: 100%;
    z-index: 1; }
  #shit .image {
    display: none; }
  #shit .block .block_text {
    padding: 10px 30px;
    width: 100%; }
  #shit .block h4, #shit .block .h4 {
    padding: 5px 0 10px 90px; }
  #catalog_list .ct_list {
    padding: 10px 15px; }
  #personal_prof .pp_name_left a,
  #personal_prof .pp_address_list a {
    bottom: -105px;
    top: inherit;
    left: 0;
    z-index: 1;
    right: 0; }
  #personal_prof .pp_address_list a {
    bottom: 20px; }
  #personal_prof .pp_name_right {
    bottom: -120px;
    padding: 0 0 60px 0; }
  #personal_prof .pp_address_list {
    margin-top: 200px; }
  #personal_prof .pp_name_left .pp_information {
    width: calc(100% - 151px); }
  #personal_prof .pp_address_list .pp_address_left {
    padding: 20px 30px 65px 30px; }
  #personal_prof.pp_edit .pp_information .itext {
    width: 100%; }
  #personal_prof.pp_edit .pp_information input[type="text"],
  #personal_prof.pp_edit .pp_information input[type="email"] {
    height: 28px;
    line-height: 24px; }
  #personal_prof.pp_edit .pp_information .itext {
    margin: 2px 10px 2px 0; }
  #personal_prof.pp_edit .pp_name_left {
    padding-bottom: 70px; }
  #personal_prof.pp_edit .pp_name_left a {
    bottom: 25px; }
  #personal_prof.pp_edit .pp_address_list {
    margin-top: 80px; }
  #comparison .comparison_list {
    padding: 10px 10px 40px; }
  #comparison .compar_block .compar_list_right .text {
    height: 85px; }
  #comparison .compar_descr_block {
    padding: 0 20px; }
  #comparison .compar_descr_list {
    padding: 30px 0 40px 0; }
  #comparison .line p:nth-of-type(odd) {
    padding: 0 20px; }
  #personal_prof_oi .pp_oi_buttom {
    background-color: white;
    display: block;
    margin: 0 10px;
    padding: 20px 0;
    text-align: center; }
  #personal_prof_oi .pp_oi_buttom div {
    display: block;
    margin: 0;
    padding: 15px 0; }
  #catalog_about .catalog_about_descr_top {
    width: calc(100% - 60px); }
  #catalog_about .catalog_about_right {
    float: none;
    margin: 15px;
    width: calc(100% - 70px); }
  #catalog_about .catalog_about_right .buttom_line {
    padding-left: 25%; }
  #catalog_about .catalog_about_block .owl-nav {
    display: block; }
  #catalog_about .catalog_about_block .name {
    font-size: 24px; }
  #catalog_about .catalog_about_block .catalog_about_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #catalog_about .catalog_about_block.first .image {
    margin: 0 auto;
    width: 75%; }
  #catalog_about .catalog_about_block.first .text {
    width: 100%; }
  #catalog_about .catalog_about_block.first .image img {
    max-height: 200px;
    margin: 0 auto;
    width: auto; }
  #catalog_about .catalog_about_block.second .catalog_descr_list {
    padding: 25px 0 35px 0; }
  #catalog_about .line p:nth-of-type(1) {
    padding: 0 10px 0 0;
    min-width: inherit; }
  #catalog_about .catalog_about_block {
    padding: 0 20px; }
  #catalog_about .catalog_descr_name p {
    font-size: 24px; }
  #catalog_about .catalog_about_main {
    margin-bottom: 15px; }
  #contacts .cont_block.first .text {
    margin-left: 20px; } }

@media screen and (min-width: 300px) and (max-width: 650px) {
  #contacts .cont_list .image {
    display: none; }
  #contacts .cont_block.first .text .cont_sity,
  #contacts .cont_block.first .text span,
  #contacts .cont_block.second span {
    font-size: 24px; }
  #contacts .cont_block.first .text {
    width: calc(100% - 20px); }
  #contacts .cont_list {
    padding: 0;
    border: none; }
  #contacts .cont_list:last-child {
    padding: 0; }
  #contacts .cont_list.active {
    padding: 0; }
  #contacts .cont_block {
    background: none;
    padding: 0; }
  #contacts .relative:after {
    background-color: white;
    content: "";
    display: block;
    height: 10px;
    width: 100%; }
  #contacts .sort_top {
    background-color: white;
    padding: 10px 10px 0 10px; }
  #contacts .cont_list > div {
    background-color: white;
    padding: 10px; }
  #contacts .cont_block.first .text {
    background: none;
    margin: 15px 0 30px 0; }
  #contacts #map-canvas,
  #contacts #map-canvas2,
  #contacts #map-canvas3,
  #contacts #map-canvas4 {
    margin: 0; }
  #contacts .cont_block.first .text {
    background-color: #eeeeee;
    margin: 0;
    padding: 20px 10px 40px 30px;
    width: 100%; }
  #contacts .sort_top span:nth-of-type(1) {
    display: none; } }

@media screen and (min-width: 300px) and (max-width: 600px) {
  #news .name_sect {
    display: none; }
  #news .news_position .news_list {
    margin: 0 7px 14px 7px;
    width: calc(100%/2 - 21px); }
  #news .relative {
    margin-top: 10px; }
  #news .news_position .news_list:nth-child(1),
  #news .news_position .news_list:nth-child(3) {
    margin: 0 7px 14px 14px; }
  #news .news_position .news_list:nth-child(2),
  #news .news_position .news_list:nth-child(4) {
    margin: 0 14px 14px 7px; }
  /*Ð’Ð Ð•ÐœÐ•ÐÐÐ«Ð™ ÐŸÐÐ ÐÐœÐ•Ð¢Ð . Ð¢ÐžÐ›Ð¬ÐšÐž Ð”Ð›Ð¯ Ð”Ð•ÐœÐžÐÐ¢Ð ÐÐ¦Ð˜Ð˜*/
  #news .news_list:nth-last-child(3),
  #news .news_list:nth-last-child(4) {
    display: none; }
  /*Ð’Ð Ð•ÐœÐ•ÐÐÐ«Ð™ ÐŸÐÐ ÐÐœÐ•Ð¢Ð . Ð¢ÐžÐ›Ð¬ÐšÐž Ð”Ð›Ð¯ Ð”Ð•ÐœÐžÐÐ¢Ð ÐÐ¦Ð˜Ð˜*/ }

@media screen and (min-width: 300px) and (max-width: 600px) {
  #cart .cart_absolute {
    position: absolute;
    top: 107px; }
  #cart .cart_absolute.first {
    left: 30%; }
  #cart .cart_absolute.second {
    left: calc(100% - 120px); }
  #cart .cart_position .cart_item .image {
    width: 30%; }
  #cart .cart_absolute.first,
  #cart .cart_absolute.second {
    text-align: left;
    width: auto; }
  #cart .cart_position .cart_item .cart_description {
    margin-right: 5%;
    text-align: left;
    width: calc(64% - 120px); }
  #cart .cart_position .cart_item form {
    text-align: left;
    width: 120px;
    margin-bottom: 30px; }
  #cart div.cancel_item {
    margin: 0 3% 0 0;
    width: 120px; }
  #cart .cart_item {
    height: auto; }
  #cart .cart_item .cart_helper {
    display: inline-block;
    width: 29%; }
  #cart .cart_item .cart_bonus {
    width: calc(66% - 120px); }
  #cart .cart_bonus p {
    margin: 0; }
  #cart .cart_item {
    padding-bottom: 30px; }
  #cart .cart_buy {
    margin: 40px auto 0; }
  #cart .width_big,
  #cart .address_ship .field_selection,
  #cart .cart_checkout .input_lrg,
  #cart .cont_inf .field_selection,
  #cart .cart_date .field_selection,
  #cart .cost_delivery .field_selection,
  #cart .add_information .field_selection,
  #cart .requisites .field_selection {
    width: 100%; }
  #cart .cart_date .add_top div:nth-of-type(3) {
    margin: 0; }
  #cart .address_ship .add_bot {
    padding-right: 0; }
  #cart .cart_checkout .cart_date .input_lrg {
    width: calc(100% - 143px); }
  #cart .cost_delivery .iradio {
    display: block; }
  #cart .cost_delivery .field_selection {
    padding-left: 15%; }
  #cart .requisites {
    text-align: center; }
  #cart .requisites .add_bot p,
  #cart .requisites .add_bot a {
    margin: 0 3%; }
  #cart .cart_checkout .requisites .iradio {
    margin: 0 5%; }
  #cart .requisites .add_bot .text {
    display: block;
    margin: 15px 0 30px 0;
    text-align: left; }
  #cart .requisites .add_bot .text p {
    text-align: right;
    width: 44%; }
  #cart .cart_buy_end {
    background-color: white;
    margin-top: 0;
    padding-bottom: 30px;
    width: 100%; }
  #cart .cart_buy_button .cart_but_buy {
    margin: 0; }
  #cart .cart_buy_end .cart_buy_button {
    margin: 0 auto;
    width: 320px; }
  #cart .cost_delivery .iradio {
    padding: 0;
    margin: 0; }
  #catalog_list .sort_top {
    padding-left: 15px; }
  #catalog_list .ct_list {
    width: calc(100%/2) !important; }
  #personal_prof .pp_ll_point.fifth {
    width: 60%; }
  #personal_prof .pp_ll_point {
    width: calc(27.5% - 1px); }
  #personal_prof .pp_ll_point.first,
  #personal_prof .pp_ll_point.fourth {
    width: 45%; }
  #personal_prof .pp_ll_point.fifth {
    width: calc(55% - 1px); }
  #comparison .compar_descr_name p {
    font-size: 24px; }
  #comparison .compar_block .compar_list_right {
    max-height: 165px; }
  #comparison .compar_block .compar_list_right .text {
    height: 122px; }
  #comparison .compar_descr_block {
    padding: 0 7px; }
  #comparison .compar_descr_list {
    padding: 20px 0 25px 0; }
  #comparison .line p:nth-of-type(odd) {
    padding: 0 10px; }
  #personal_prof_oa .pp_ll_point.fifth {
    width: 60%; }
  #personal_prof_oa .pp_ll_point {
    width: calc(27.5% - 1px); }
  #personal_prof_oa .pp_ll_point.first,
  #personal_prof_oa .pp_ll_point.fourth {
    width: 45%; }
  #personal_prof_oa .pp_ll_point.fifth {
    width: calc(55% - 1px); }
  #personal_prof_oi .cart_absolute {
    position: absolute;
    top: 107px; }
  #personal_prof_oi .cart_absolute.first {
    left: 30%; }
  #personal_prof_oi .cart_absolute.second {
    left: calc(100% - 120px); }
  #personal_prof_oi .pp_oi_position .cart_item .image {
    width: 30%; }
  #personal_prof_oi .cart_absolute.first,
  #personal_prof_oi .cart_absolute.second {
    text-align: left;
    width: auto; }
  #personal_prof_oi .pp_oi_position .cart_item .cart_description {
    margin-right: 5%;
    text-align: left;
    width: calc(64% - 120px); }
  #personal_prof_oi .pp_oi_position .cart_item form {
    text-align: left;
    width: 120px;
    margin-bottom: 30px; }
  #personal_prof_oi div.cancel_item {
    margin: 0 3% 0 0;
    width: 120px; }
  #personal_prof_oi .cart_item {
    height: auto; }
  #personal_prof_oi .cart_item .cart_helper {
    display: inline-block;
    width: 29%; }
  #personal_prof_oi .cart_item .cart_bonus {
    width: calc(66% - 120px); }
  #personal_prof_oi .cart_bonus p {
    margin: 0; }
  #personal_prof_oi .cart_item {
    padding-bottom: 30px; }
  #personal_prof_oi .cart_buy {
    margin: 40px auto 0; }
  #catalog_about .catalog_about_block .catalog_descr_name p {
    font-size: 24px; }
  #catalog_about .catalog_about_block.second {
    padding: 0 7px; }
  #catalog_about .catalog_about_block .catalog_descr_list {
    padding: 20px 0 25px 0; }
  #catalog_about .catalog_about_block .line p:nth-of-type(odd) {
    padding: 0 10px; }
  #contacts .sort_top span {
    margin-top: -2px; } }

@media screen and (min-width: 300px) and (max-width: 550px) {
  #main_catalog .mc_r_item .price {
    bottom: 50px; }
  #main_catalog .mc_left .image {
    margin-right: 5px;
    margin-bottom: 80px;
    width: 50%; }
  #main_catalog .mc_left .mc_item_desc {
    margin-bottom: 35px;
    vertical-align: bottom;
    width: calc(50% - 6px); }
  #catalog_list .cl_block .cl_icons .cl_add {
    font-size: 0;
    padding: 0;
    line-height: normal; }
  #catalog_list .cl_block .cl_icons .cl_add img {
    display: block; }
  #catalog_list .cl_sort_memory .inline_b.left,
  #catalog_list .cl_sort_other .inline_b.left,
  #catalog_list .cl_sort_memory,
  #catalog_list .cl_sort_other {
    width: auto; }
  #catalog_list .cl_sort_memory input[type="checkbox"] + label::before,
  #catalog_list .cl_sort_other input[type="checkbox"] + label::before {
    margin: -7px 5px 0 0; }
  #catalog_list .cl_block .fa {
    margin: 0 1px; }
  #catalog_list .cl_block .cl_list_left {
    max-width: 110px; }
  #catalog_list .cl_block .cl_list_right {
    width: calc(100% - 131px); }
  #catalog_list .sort_top .sort_images {
    float: none; }
  #catalog_list .sort_top {
    padding-left: 0;
    text-align: center; }
  #personal_prof .pp_name_left .pp_information {
    margin-left: 20px; }
  #personal_prof .pp_name_left {
    padding-right: 5px; }
  #personal_prof .pp_name_left .pp_information {
    overflow: hidden;
    width: calc(100% - 131px); }
  #personal_prof .pp_name_left .pp_information p {
    font-size: 14px; }
  #personal_prof.pp_edit .pp_address_list .image {
    left: auto;
    right: -15px; }
  #search .s_block .s_list_left {
    display: block;
    margin: 0 auto 10px auto; }
  #search .s_block .s_list_right {
    width: calc(100% - 25px);
    margin-left: 10px; }
  #comparison .compar_block .fa {
    margin: 0 1px; }
  #comparison .line p {
    font-size: 12px; }
  #contacts .sort_top {
    text-align: center; }
  #catalog_about .catalog_about_popular .ct_icons .ct_add {
    font-size: 0;
    line-height: 0;
    padding: 0; }
  #catalog_about .catalog_about_popular .ct_add img {
    display: inline-block; }
  #catalog_about .catalog_about_right .buttom_line {
    padding-left: 10%; }
  #catalog_about .line p {
    font-size: 12px; }
  #catalog_about .line p:nth-of-type(even) {
    padding-right: 2px;
    min-width: inherit;
    width: 54%; }
  #catalog_about .catalog_about_main .catalog_about_descr_top .qual_item {
    margin: 20px 0 0 15px; }
  #catalog_about .catalog_about_main .contact_social {
    margin: 7px 0 0 175px; }
  #catalog_about .catalog_about_point {
    font-size: 0; }
  #catalog_about .catalog_about_point div {
    height: 60px;
    margin: 0;
    text-align: center;
    width: 30%;
    vertical-align: bottom; }
  #catalog_about .catalog_about_point .second {
    width: 40%; }
  #catalog_about .relative .catalog_about_point p {
    padding: 15px 0 0 0; }
  #contacts .sort_top span {
    border: 1px solid #dedcdc;
    height: 30px;
    line-height: 30px;
    margin-right: -1px;
    padding: 0 9px; }
  #contacts .sort_top span:hover {
    border: 1px solid #82c0ec; }
  #top_city .bg_bot .popular_city .iradio label {
    font-size: 14px; }
  #top_city .bg_bot .popular_city .iradio input[type="radio"]:checked + label {
    font-size: 24px; }
  #top_city .bg_bot .border_search input.inline_b {
    padding: 0 14px; }
  #top_city .bg_bot .itext {
    margin: 20px 8px 0 0;
    min-width: 140px;
    width: calc(100% - 96px); }
  #top_city .bg_bot .right .iradio label {
    font-size: 14px; }
  #top_city .bg_bot .border_search {
    padding: 14px; } }

@media screen and (min-width: 300px) and (max-width: 450px) {
  #contacts .sort_top span {
    font-size: 3.1vw;
    height: 25px;
    line-height: 25px;
    padding: 0 6px; }
  #catalog_about .catalog_about_popular .catalog_popular_list {
    padding: 10px; } }

/* -----@MEDIA for MOBILE 300->420px----- */
@media screen and (min-width: 300px) and (max-width: 420px) {
  .extra .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -30px; }
  .extra .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -30px; }
  .block_new .new_text_left p:nth-child(1),
  .block_new .new_text_right p:nth-child(1) {
    font-size: 3vmin; }
  .block_new .new_text_left p:nth-child(2),
  .block_new .new_text_right p:nth-child(2) {
    font-size: 0.8vw;
    min-height: 10vh; }
  .block_item .item_promo_couple {
    display: inline-block;
    max-width: 100%;
    min-width: 100%; }
  .block_new .new_button a {
    font-size: 2vmin; }
  .promo_couple_inside .image_item {
    height: 40vw;
    line-height: 40vw;
    max-height: 40vw; }
  .promo_couple_inside .image_item img {
    width: 35vw; }
  .item_promo_couple .promo_couple {
    max-width: 420px;
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .block_item .promo_couple_inside .description {
    height: 100px; }
  .block_item .promo_couple_inside .image img {
    width: 45vw; }
  #footer .lowest_part .cards img {
    padding-right: 2%; }
  #footer .contact_social p {
    padding-right: 6%; }
  #footer .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -30px; }
  #footer .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -30px; }
  #footer .location {
    min-width: 240px; }
  #footer .contact_loc span {
    font-size: 16px; }
  #news .news_list .image {
    height: 120px; }
  #news .news_list .image img {
    margin-top: calc(-50% + 77px); }
  #cart .cart_checkout .buyer .width_small,
  #cart .cart_checkout .method .width_small,
  #cart .cart_checkout .cart_choice_buyer,
  #cart .cart_checkout .cart_choice_buyer {
    width: 100%; }
  #cart .cost_delivery .field_selection {
    padding-left: 6%; }
  #shit .block .block_text {
    margin: 0 10px; }
  #shit .block h4, #shit .block .h4 {
    padding: 5px 0 10px 40px; }
  #catalog_list .breadcrumbs {
    padding: 20px 0 20px 15px; }
  .name_sect {
    left: 15px; }
  #catalog_list .ct_list .ct_descr_min,
  #catalog_list .ct_list:hover .ct_descr_min {
    min-height: 105px; }
  #catalog_list .ct_block .ct_list {
    height: 440px; }
  #main_catalog .mc_r_item .image {
    height: 200px;
    line-height: 200px; }
  #main_catalog .mc_r_item,
  #main_catalog .mc_r_item.first {
    padding: 0 5px; }
  #main_catalog .mc_r_item.first .image,
  #main_catalog .mc_r_item .image {
    margin: 3px; }
  #personal_prof .pp_ll_point.first,
  #personal_prof .pp_ll_point.fourth {
    width: 40%; }
  #personal_prof .pp_ll_point.second {
    width: 32%; }
  #personal_prof .pp_ll_point.second p {
    font-size: 11px; }
  #personal_prof_oa .pp_ll_point.first,
  #personal_prof_oa .pp_ll_point.fourth {
    width: 40%; }
  #personal_prof_oa .pp_ll_point.second {
    width: 32%; }
  #personal_prof_oa .relative {
    margin: 20px 0; }
  #personal_prof_oa .pp_ll_point.second p {
    font-size: 11px; }
  #personal_prof_oi .cart_buy {
    width: 300px; }
  #personal_prof_oi .pp_oi_position .cart_item form {
    width: 100px; }
  #personal_prof_oi .pp_oi_position .cart_item .image {
    width: 20%; }
  #personal_prof_oi .cart_item img {
    width: 15vw; }
  #personal_prof_oi .pp_oi_position .cart_item .cart_description {
    width: calc(64% - 100px);
    margin-right: 3%; }
  #personal_prof_oi .cart_absolute.first {
    left: 26%; }
  #personal_prof_oi .cart_absolute.second {
    left: calc(100% - 100px); }
  #personal_prof_oi .cart_item .cart_helper {
    width: 22%; }
  #catalog_about .catalog_about_main .catalog_about_descr_top .qual_item {
    margin: 15px auto;
    text-align: center;
    display: block; }
  #catalog_about .catalog_about_main .catalog_about_descr_top .ct_icons {
    display: block;
    margin: 10px auto;
    text-align: center; }
  #catalog_about .catalog_about_main .contact_social {
    margin: 7px auto;
    text-align: center; }
  #catalog_about .catalog_about_popular .catalog_popular_list {
    height: 440px; }
  #catalog_about .catalog_about_right .buttom_line {
    padding-left: 1%; }
  #catalog_about .name_sect {
    top: -60px; }
  #catalog_about .catalog_popular_list .ct_descr_min,
  #catalog_about .catalog_popular_list:hover .ct_descr_min {
    min-height: 105px; }
  #contacts .cont_point p {
    font-size: 14px;
    padding: 12px 30px; }
  #contacts .cont_block.first .text {
    margin: 0;
    width: 100%; }
  #contacts .cont_block.second h2, #contacts .cont_block.second .h2 {
    font-size: 18px; }
  #contacts .cont_block.second {
    padding: 20px 5px 20px 10px; }
  #contacts .sort_top span {
    font-size: 2.88vw;
    height: 25px;
    line-height: 25px;
    padding: 0 5px; }
  #catalog_list .cl_block .cl_icons {
    position: static; } }

/* -----END of @MEDIA for MOBILE 300->459px----- */
@media screen and (min-width: 300px) and (max-width: 380px) {
  #cart .cost_delivery .field_selection {
    padding-left: 0px; }
  #cart .cost_delivery .iradio .itext {
    margin: 0 0 14px 0;
    padding-left: 4px; }
  #cart .requisites .add_bot .text p {
    text-align: center;
    width: auto; }
  #cart .requisites .add_bot .text {
    text-align: center; }
  #cart .cart_buy_end .cart_buy_button {
    width: 100%; }
  #cart .cart_buy_button .cart_but_buy,
  #cart .cart_buy_button a {
    font-size: 11.5px; }
  #cart .cart_buy {
    width: auto; }
  #cart .cart_buy_next span:nth-child(1) {
    font-size: 25px; }
  #main_catalog .mc_left span {
    font-size: 30px; }
  #top_city .bg_bot .right {
    width: 49%; }
  #top_city .bg_bot .popular_city {
    padding: 4px 2% 0 2%; } }

.block_store .text a {
  background-color: yellow;
  margin: 5px; }

.extra_item .owl-stage {
  width: 5000px; }

.popup_go .popupchiki {
  display: inline-block;
  background-color: #00BFFF;
  padding: 5px;
  margin: 5px; }

.popup_go p, .popup_go a,
.popup_go input, .popup_go h4, .popup_go .h4 {
  color: #505050; }

.popup_go * {
  padding: 0;
  margin: 0; }

.popup_go h4, .popup_go .h4 {
  padding-bottom: 25px; }

.popup_go .itext input {
  padding: 0 10px;
  width: 100%; }

.popup_go input[type="text"],
.popup_go input[type="email"],
.popup_go input[type="number"],
.popup_go input[type="password"] {
  border: 2px solid #dedcdc;
  font-size: 18px;
  height: 40px;
  line-height: 36px;
  vertical-align: middle; }

.popup_go textarea {
  border: 2px solid #dedcdc;
  font-size: 18px;
  height: 200px;
  line-height: 24px;
  margin: 14px auto 0 auto;
  padding: 0 10px;
  width: 240px;
  max-width: 240px; }

.popup_go input:focus,
.popup_go textarea:focus {
  border-color: #009edb !important; }

.popup_go input[type="submit"] {
  background-color: #009edb;
  padding: 8px 12px;
  margin: 10px 0 0 0; }

.popup_go #dialog input[type="submit"] {
  margin: 10px 0 0 45px; }

.popup_go .input_lrg {
  width: 240px; }

.popup_go form .itext {
  margin: 14px auto;
  padding: 0; }

.popup_go .popup_forgot_pass {
  color: #009edb;
  padding: 8px 12px; }

.popup_go input.popup_submit {
  color: white; }

.popup_go .close {
  position: absolute;
  right: 10px;
  top: 10px; }

.popup_go .popup_button_registration {
  color: #009edb;
  cursor: pointer;
  display: block;
  font-size: 24px;
  margin: 50px 0 10px 0; }

.popup_go .popup_registration {
  display: none; }

.popup_go .popup_registration input[type="submit"] {
  margin: 20px 0 0 0; }

.popup_go form {
  padding: 20px 20px 30px 20px; }

.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #000;
  display: none; }

.masknew {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.8;
  display: none;
  right: 0px;
  bottom: 0px; }

.masknew:before {
  content: 'ÐŸÐ¾Ð´Ð¾Ð¶Ð´Ð¸Ñ‚Ðµ';
  font-size: 24px;
  color: #fff;
  top: 50%;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  background: url("/images/preloader.gif") 30px 0 no-repeat;
  margin-top: -80px;
  padding-top: 80px; }

.boxes .window {
  position: fixed;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999; }

.boxes .window {
  background-color: #ffffff;
  border: 5px solid #79bcec;
  height: auto;
  max-width: 520px;
  margin: 5px;
  width: calc(100% - 10px);
  z-index: 99999; }

.popup_go #dialog .popup_registration input[type="submit"] {
  margin: 10px 0 0 0; }

.popup_go #dialog1 {
  text-align: left; }

.popup_go #dialog1 {
  line-height: 1.4em; }

.popup_go #dialog1 form {
  padding: 40px; }

.popup_go #dialog1 input.popup_submit {
  display: block;
  margin: 40px auto;
  padding: 8px 20px; }

.popup_go #dialog1 p.fourth span {
  color: #79bcec;
  font-size: 36px;
  line-height: 14px; }

.popup_go #dialog1 p.second,
.popup_go #dialog1 p.third {
  margin-bottom: 25px; }

.popup_go #dialog1 p.fifth {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 10px; }

.popup_go #dialog1 h4, .popup_go #dialog1 .h4 {
  margin: 10px;
  line-height: 1em; }

.popup_go #dialog2 span {
  color: #79bcec;
  display: block;
  font-size: 36px;
  line-height: 1em;
  padding: 5px 0 20px 0; }

.popup_go #dialog3, .popup_go #dialog3_credit, .popup_go #dialogcredit, .popup_go #dialogcreditsale {
  overflow: auto;
  max-height: calc(100% - 10px);
  max-width: 800px;
  width: calc(100% - 10px); }

.popup_go #dialog3 .input_lrg, .popup_go #dialog3_credit .input_lrg, .popup_go #dialogcredit .input_lrg, .popup_go #dialogcreditsale .input_lrg {
  margin: 6px 8px;
  width: 45%; }

.popup_go #dialog3 .helper, .popup_go #dialog3_credit .helper {
  margin: 6px 8px;
  width: 45%; }

.popup_go #dialog3 .input_mdl, .popup_go #dialog3_credit .input_mdl {
  margin-left: 10px;
  width: calc(100% - 155px);
  vertical-align: middle; }

.popup_go #dialog3 .popup_go_capcha, .popup_go #dialog3_credit .popup_go_capcha {
  font-size: 0;
  margin: 6px 8px;
  width: 45%; }

.popup_go #dialog3 .last_popup, .popup_go #dialog3_credit .last_popup, .popup_go #dialogcredit .last_popup, .popup_go #dialogcreditsale .last_popup {
  font-size: 18px;
  margin: 12px 8px;
  width: 45%;
  vertical-align: top; }

.popup_go #dialog3 .last_popup p, .popup_go #dialog3_credit .last_popup p,
.popup_go #dialog3 .last_popup span, .popup_go #dialog3_credit .last_popup span {
  font-size: 18px; }

.popup_go #dialog3 .last_popup p, .popup_go #dialog3_credit .last_popup p {
  margin-top: 65px; }

.popup_go #dialog3 .last_popup span, .popup_go #dialog3_credit .last_popup span {
  color: #003860;
  margin-left: 15px; }

.popup_go #dialog3 .capcha, .popup_go #dialog3_credit .capcha {
  vertical-align: middle; }

.popup_go #dialog3 .popup_go_item, .popup_go #dialog3_credit .popup_go_item {
  margin-top: 20px;
  text-align: left; }

.popup_go #dialog3 .popup_go_item .image,
.popup_go #dialog3_credit .popup_go_item .image,
.popup_go #dialog3 .popup_go_item .capcha,
.popup_go #dialog3_credit .popup_go_item .capcha {
  display: inline-block;
  margin-right: 15px;
  padding: 0;
  width: 145px; }

.popup_go #dialog3 .popup_go_item .image img,
.popup_go #dialog3_credit .popup_go_item .image img,
.popup_go #dialog3 .popup_go_item .capcha img,
.popup_go #dialog3_credit .popup_go_item .capcha img {
  max-width: 100%; }

.popup_go #dialog3 .popup_go_item p,
.popup_go #dialog3_credit .popup_go_item p {
  font-size: 18px; }

.popup_go #dialog4 span {
  color: #79bcec;
  display: block;
  font-size: 36px;
  line-height: 1em;
  padding: 5px 0 20px 0; }

.popup_go #dialog4 p {
  margin: 25px auto 40px;
  width: 250px; }

.popup_go #dialog5 {
  max-width: 825px;
  text-align: left;
  width: calc(100% - 10px); }

.popup_go #dialog5 form {
  padding: 30px; }

.popup_go #dialog5 .popup_table {
  padding: 30px 0 0 20px;
  font-size: 0; }

.popup_go #dialog5 .column_popup {
  display: inline-block; }

.popup_go #dialog5 .first {
  width: 39%; }

.popup_go #dialog5 .second {
  width: 40%; }

.popup_go #dialog5 .third {
  width: 20%; }

.popup_go #dialog5 .column_popup p:nth-child(1n+1) {
  padding-bottom: 15px; }

.popup_go #dialog5 .column_popup p:nth-child(1) {
  padding-bottom: 35px;
  color: #8c8c98;
  font-size: 12px; }

.popup_go #dialog6 textarea {
  font-size: 13.5px;
  display: block; }

.popup_go #dialog6 form .itext {
  display: block; }

.popup_go #dialog6 input.popup_submit {
  margin: 35px 0 15px 0; }

.popup_go #dialog7 form {
  padding: 30px; }

.popup_go #dialog7 {
  text-align: center; }

.morestar {
  color: #009edb !important;
  text-decoration: none; }

.morestar:hover {
  color: #28AEE3 !important;
  font-size: 15px; }

.creditinfo {
  margin-top: 10px;
  font-size: 13.5px !important; }

.i_creditbtn_first .morestar {
  color: #fff !important; }

form .stars {
  background: url("images/stars.png") repeat-x 0 0;
  margin: 0 auto;
  width: 210px; }

form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0); }

form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%; }

form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%; }

form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%; }

form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%; }

form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%; }

form .stars label {
  display: block;
  width: 42px;
  height: 32px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent !important;
  cursor: pointer; }

form .stars label:hover ~ span {
  background-position: 0 -64px; }

form .stars label.star-5:hover ~ span {
  width: 100% !important; }

form .stars label.star-4:hover ~ span {
  width: 80% !important; }

form .stars label.star-3:hover ~ span {
  width: 60% !important; }

form .stars label.star-2:hover ~ span {
  width: 40% !important; }

form .stars label.star-1:hover ~ span {
  width: 20% !important; }

form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 32px;
  background: url("images/stars.png") repeat-x 0 -64px;
  -webkit-transition: -webkit-width 0.5s;
  -webkit-transition: width 0.5s;
  transition: width 0.5s; }

@media screen and (min-width: 300px) and (max-width: 850px) {
  .popup_go #dialog5 .column_popup {
    display: block;
    padding-bottom: 30px; }
  .popup_go #dialog5 div.column_popup {
    width: 100%; }
  .popup_go #dialog5 h4, .popup_go #dialog5 .h4 {
    font-size: 24px; } }

@media screen and (min-width: 300px) and (max-width: 750px) {
  .popup_go #dialog3 .input_lrg, .popup_go #dialog3_credit .input_lrg {
    width: 90%; }
  .popup_go #dialog3 .helper, .popup_go #dialog3_credit .helper {
    display: none; }
  .popup_go #dialog3 .popup_go_capcha, .popup_go #dialog3_credit .popup_go_capcha {
    width: 90%; }
  .popup_go #dialog3 .popup_go_item p, .popup_go #dialog3_credit .popup_go_item p {
    text-align: left;
    width: 200px; }
  .popup_go #dialog3 .last_popup p, .popup_go #dialog3_credit .last_popup p {
    margin-top: 20px; }
  .popup_go #dialog3 .popup_go_item, .popup_go #dialog3_credit .popup_go_item {
    text-align: center; }
  .popup_go #dialog3 .last_popup, .popup_go #dialog3_credit .last_popup {
    width: 90%; }
  .popup_go #dialog3 .input_mdl, .popup_go #dialog3_credit .input_mdl {
    width: 194px; } }

@media screen and (min-width: 300px) and (max-width: 550px) {
  .popup_go #dialog1 form {
    padding: 20px 20px 30px 20px; }
  .popup_go #dialog3 .input_mdl, .popup_go #dialog3_credit .input_mdl {
    display: block;
    margin: 0 auto; }
  .popup_go #dialog3 .popup_go_item, .popup_go #dialog3_credit .popup_go_item {
    margin: 20px -30px 0 -30px; } }

@media screen and (min-width: 300px) and (max-width: 420px) {
  .popup_go h4, .popup_go .h4 {
    font-size: 24px; }
  .popup_go input[type="text"],
  .popup_go input[type="email"],
  .popup_go input[type="number"],
  .popup_go input[type="password"] {
    font-size: 13.5px; }
  .popup_go .popup_button_registration {
    font-size: 18px; }
  .popup_go #dialog1 p.fourth span {
    font-size: 24px; }
  .popup_go #dialog2 span {
    font-size: 24px; }
  .popup_go #dialog3 .popup_go_item p, .popup_go #dialog3_credit .popup_go_item p {
    font-size: 13.5px;
    text-align: center; }
  .popup_go #dialog3 .last_popup, .popup_go #dialog3_credit .last_popup {
    font-size: 13.5px; }
  .popup_go #dialog3 form, .popup_go #dialog3_credit form {
    padding: 20px 20px 10px 20px; }
  .popup_go #dialog5 form {
    padding: 20px 20px 10px 20px; }
  .popup_go #dialog5 h4, .popup_go #dialog5 .h4 {
    font-size: 18px; }
  .popup_go #dialog5 .popup_table {
    padding: 30px 0 0 5px; } }

.new_second {
  width: 49%;
  float: left;
  margin-right: 10px;
  margin-top: 10px; }

.new_second img {
  width: 100%; }

@media screen and (max-width: 1000px) and (min-width: 300px) {
  .new_second {
    width: 100%;
    float: left;
    margin-top: 10px; }
  .new_second img {
    width: 100%; } }

.slider_top {
  display: none;
margin-top:50px !important;}

.cl_sort_right p.title {
  text-align: center;
  font-size: 20px; }

#catalog_list .sort_horz .cl_sort_right {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 0px; }

#catalog_list .sort_horz .cl_sort_right .cl_sort_other {
  float: left;
  width: 250px;
  height: 150px;
  background-color: white;
  border: 2px solid #dedcdc;
  padding: 12px; }

#catalog_list .sort_horz .cl_sort_right .cl_sort_other.big {
  width: 450px; }

#catalog_list .sort_horz .cl_sort_right .cl_sort_other .inline_b {
  width: 100%; }

#catalog_list .sort_horz .cl_sort_other p {
  margin: 0px; }

#catalog_list .sort_horz .cl_color {
  float: left;
  width: 270px;
  margin: 0px;
  height: 133px;
  border: 2px solid #dedcdc; }

#catalog_list .sort_horz .cl_sort_price {
  float: left;
  width: 300px;
  height: 133px;
  padding-right: 50px;
  padding-left: 10px;
  border: 2px solid #dedcdc; }

#catalog_list .sort_horz .cl_sort_diagonal {
  float: left;
  margin: 0px;
  height: 133px;
  width: 300px;
  padding-right: 60px;
  padding-left: 10px;
  border: 2px solid #dedcdc; }

#catalog_list .sort_horz .cl_sort_diagonal p {
  margin: 20px 0 -5px 0; }

#catalog_list .sort_horz .cl_sort_right p, #catalog_list .cl_sort_right input {
  text-align: center;
  font-weight: 600; }

.bxbuttonbuy {
  position: absolute;
  width: 500px;
  height: 1.5em;
  background-color: #025197;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* position: absolute; */
  /* bottom: 80%; */
  /* left: 150%; */
  border: 3px solid #015292;
  color: white;
  font-size: 2em;
  border-radius: 25px; }

.bxbuttonbuy a {
  display: block;
  text-align: center;
  height: 100%;
  color: white; }

.bxbuttonbuy:hover {
  background-color: #2482d8; }

@media screen and (max-width: 480px) and (min-width: 300px) {
  .bxbuttonbuy {
    width: 300px;
    font-size: 1em; } }

#main_catalog .mc_left a.to__prod {
  background: none;
  line-height: normal;
  position: static;
  padding: 0px; }

.bbtt a {
  color: white; }

.bbtt1 a {
  color: black; }

.no a {
  width: 277px;
  display: block;
  height: 80px;
  font-size: 0px; }

.white__slide__btt {
  position: absolute;
  padding-bottom: 15px;
  bottom: 30px;
  right: 35px;
  z-index: 99999; }

.white__slide__btt img {
  width: 298px;
  display: inline-block;
  background-color: white; }

.white__slide__btt__other {
  right: 405px; }

.breadcrumbs li {
  display: inline-block; }

.image_warranty {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.best_product {
  position: absolute;
  right: 300px;
  top: 0;
  z-index: 2; }

.catalog_about_main .image {
  position: relative; }

/*	ÐšÑ€ÐµÐ´Ð¸Ñ‚Ð½Ñ‹Ðµ ÐºÐ½Ð¾Ð¿ÐºÐ¸*/
.i_creditbtn_first {
  margin-top: 7px;
  background: #fff;
  padding: 1px;
  overflow: hidden; }

.i_creditbtn_first a {
  text-decoration: none;
  opacity: .8;
  margin: 0;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  background-color: #009edb;
  width: 147px;
  float: right;
  padding: 7px 0; }

.i_creditbtn_first a:hover {
  background: #28AEE3;
  text-decoration: none; }

.i_creditbtn_first p {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  float: left;
  text-align: center;
  width: 70px;
  line-height: 1.3;
  margin: 0; }

.i_creditbtn_first p span {
  color: #8f8f8f;
  font-weight: normal;
  font-size: 11px;
  margin-top: 0;
  padding: 0;
  display: block; }

.five-one {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  background-color: #FFFFFF; }

#hidden_club_discount {
  display: none; }

.club_price_button {
  display: inline-block;
  border-radius: 3px;
  background: #d61c2a;
  color: #fff !important;
  padding: 5px 10px;
  margin: 10px 0; }

.header_price_filter label input {
  border: 1px solid #ccc;
  padding: 5px 10px; }

.filter_price_block {
  padding-bottom: 40px !important; }

.order_field_label {
  font-size: 11px;
  color: #999;
  margin: 5px 0; }

.order_field_label .required {
  font-weight: bold;
  color: #d00 !important;
  line-height: 1px;
  font-size: 16px; }

.up_menu .magazini {
  margin-top: 1.18519rem; }

.up_menu .personal h5, .up_menu .personal .h5, .up_menu .personal_over h5, .up_menu .personal_over .h5 {
  line-height: 2.25926rem;
  margin-bottom: 0; }

.up_menu .korz_over img {
  float: left;
  margin-top: 0.59259rem; }

.up_menu .korz_over .basket h5, .up_menu .korz_over .basket .h5 {
  margin-bottom: 0;
  line-height: inherit; }

.up_menu .personal_over .pers_open {
  float: left;
  margin-top: 0.44444rem; }

.logo_phone h5, .logo_phone .h5, .logo_phone .h5 {
  margin-bottom: 0; }

@media screen and (max-width: 39.9375em) {
  .lowest_part .sony_store {
    min-width: 20.59259rem; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .h1 {
  font-size: 3em;
  /* margin: 0.67em 0; */ }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* line 43, ../scss/carousel3d.scss */
.carousel3d-ancestor {
  height: 100%;
  position: relative; }

/* line 47, ../scss/carousel3d.scss */
.carousel3d-ancestor .carousel3d-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 2.96296rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none; }

/* line 58, ../scss/carousel3d.scss */
.carousel3d-ancestor .carousel3d-indicator li {
  display: inline-block;
  width: 1.33333rem;
  height: 1.33333rem;
  -webkit-box-shadow: inset 0.07407rem 0.07407rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0.07407rem 0.07407rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin-left: 0.59259rem;
  margin-right: 0.59259rem;
  cursor: pointer;
  background: #fff; }

/* line 67, ../scss/carousel3d.scss */
.carousel3d-ancestor .carousel3d-indicator li.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #79bcec; }

/* line 73, ../scss/carousel3d.scss */
.carousel3d-ancestor .js-carousel3d-prev {
  position: absolute;
  font-size: 0;
  height: calc(100% - 80px);
  top: 0 !important;
  width: 29%;
  cursor: pointer;
  left: -27%; }

/* line 79, ../scss/carousel3d.scss */
.carousel3d-ancestor .js-carousel3d-next {
  position: absolute;
  font-size: 0;
  height: calc(100% - 80px);
  top: 0 !important;
  width: 29%;
  cursor: pointer;
  right: -32%; }

/* line 86, ../scss/carousel3d.scss */
.carousel3d-parent {
  height: 100%;
  -webkit-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px; }

/* line 90, ../scss/carousel3d.scss */
.carousel3d-parent .carousel3d-wrapper {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 94, ../scss/carousel3d.scss */
.carousel3d-parent .carousel3d-wrapper .carousel3d {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  position: relative; }

/* line 101, ../scss/carousel3d.scss */
.carousel3d-parent .carousel3d-wrapper .carousel3d .carousel3d-list {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  padding-left: 0.14815rem;
  padding-right: 0.14815rem;
  background: #efefef;
  padding-bottom: 5.92593rem; }
  .carousel3d-parent .carousel3d-wrapper .carousel3d .carousel3d-list.js-next:after, .carousel3d-parent .carousel3d-wrapper .carousel3d .carousel3d-list.js-prev:after {
    position: absolute;
    left: 0.14815rem;
    top: 0;
    width: calc(100% - 4px);
    height: calc(100% - 80px);
    content: "";
    background: #000;
    opacity: 0.7; }

@media screen and (max-width: 39.9375em) {
  .carousel3d-ancestor .carousel3d-indicator {
    margin-left: 1.48148rem; }
    .carousel3d-ancestor .carousel3d-indicator li {
      margin-left: 0.22222rem;
      margin-right: 0.22222rem; } }

.expect {
  font-size: 3.33333rem;
  color: #505050;
  font-weight: 700;
  margin-bottom: 1.77778rem; }
  @media screen and (max-width: 39.9375em) {
    .expect {
      font-size: 2.37037rem; } }

.jump {
  margin-top: -2.96296rem;
  overflow: hidden; }
  @media (max-width: 1000px) {
    .jump {
      margin-top: 1.48148rem; } }

.welcome {
  position: relative; }
  .welcome__text {
    font-size: 2.51852rem;
    color: #fff;
    position: absolute;
    line-height: 1.2;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-left: 2.22222rem;
    padding-right: 2.22222rem;
    padding-top: 1.77778rem;
    padding-bottom: 1.77778rem;
    background-color: rgba(41, 41, 41, 0.95); }

.room__item {
  display: inline-block;
  width: 1.33333rem;
  height: 1.33333rem;
  -webkit-box-shadow: inset 0.07407rem 0.07407rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0.07407rem 0.07407rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  margin-left: 0.59259rem;
  margin-right: 0.59259rem;
  cursor: pointer;
  background: #fff; }
  .room__item.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #79bcec; }

.snow {
  -webkit-box-shadow: 0.07407rem 0.07407rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0.07407rem 0.07407rem 0 rgba(0, 0, 0, 0.05);
  border-bottom: 0.07407rem solid #fff; }

.team {
  border-left: 0.07407rem solid #fff;
  padding-top: 2.22222rem;
  padding-bottom: 1.7037rem; }
  .team:first-child {
    border-left: 0; }
  .team__title {
    font-size: 1.48148rem;
    color: #505050;
    font-weight: 700;
    margin-bottom: 1.25926rem; }
  .team__text {
    font-size: 1.03704rem;
    color: #848383;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
  .team__img {
    display: inline-block;
    width: 8.14815rem;
    height: 8.14815rem;
    margin-bottom: 1.11111rem;
    border-radius: 50%;
    border: 0.07407rem solid #79bcec;
    line-height: 8.14815rem;
    background: #fff; }
    .team__img img {
      width: 4.59259rem;
      max-height: 4.59259rem; }
  @media screen and (max-width: 59.9375em) {
    .team {
      border-bottom: 0.07407rem solid #fff; }
      .team:nth-child(3) {
        border-left: 0; } }

.shirt {
  background-size: cover;
  padding-top: 8.88889rem;
  margin-bottom: 3.7037rem;
  padding-bottom: 5.18519rem;
  background-position: center; }
  .shirt__title {
    font-size: 2.66667rem;
    color: #fff;
    margin-bottom: 0.88889rem; }
  .shirt__button {
    color: #5e5e5e;
    background: #fff;
    padding: 1.11111rem 2.22222rem;
    font-size: 1.33333rem; }
    .shirt__button img {
      margin-left: 1.18519rem;
      max-height: 2.66667rem; }

form.personal2 {
  padding: 2px;
}

button.personal2 {
  height: 30px;
  background: #000;
  width: 100%;
  color: #fff;
}

a.personal2 {
  display: block;
  padding: 0 17px;
  margin: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 38px;
  background: #000;
  color: #fff;
  font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.bonus-card {
  display:inline-block;
  position:relative;
  padding-top: 20px;
  padding-left: 20px;
}
.bonus-card span.card-number {
  display:inline-block;
  position:absolute;
  bottom:10%;
  left:15%;

  /* Оформление текста */

  font-size: 1em;
}

.bonus-card span.card-bonus {
  display:inline-block;
  position:absolute;
  top:50%;
  text-align: center;
  border: 1px solid black;
  left:40%;
  /* Оформление текста */
  color: #ffffff;
  font-size: 1.1em;
}

div.personal2-right > h3 {
  margin-top: 0px;
  text-align: center;
}

.sale-order-list-button, .sale-order-detail-about-order-inner-container-repeat-button, .sale-order-detail-payment-options-methods-button-element-new-window {
  background: #79bcec !important;
}

.sale-order-list-title-container, .sale-order-detail-general-head {
  background: #000 !important;
}
.sale-order-detail-general {
  border: 1px solid #000 !important;
}
.sale-order-list-title, .sale-order-list-accomplished-title {
  margin-top: 10px; 
  font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff !important;
}

.sale-order-title {
    margin-top: 0px;
    font: 20px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: center;
}

.sale-order-list-inner-title-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0 14px 0;
    text-transform: uppercase;
}

.sale-order-list-inner-title-line-item {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    font: bold 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #9b9b9b;
}
.sale-order-list-inner-title-line-border {
    display: inline-block;
    margin: 6px 0;
    height: 1px;
    width: 100%;
    vertical-align: middle;
    background: #f2f2f2;
}

@media (min-width: 992px) {
.col-md-12 {
    width: 100%;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.sale-order-list-inner-container {
    padding: 0 15px 15px 15px;
    border: 1px solid #efecec;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.sale-order-list-inner-row {
    padding: 0;
    position: relative;
}

.sale-order-list-button {
    display: block;
    padding: 0 17px;
    float: right;
    max-width: 115px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 38px;
    background: #70bb18;
    color: #fff;
    font: bold 13px/38px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}
.sale-order-list-accomplished-title-container {
width: 100% !important;
background: #000;
padding-bottom:10px;
}

.sale-order-list-accomplished-date, .sale-order-list-accomplished-date-number {
color: #fff;
}

div.profile-link.profile-user-div-link > h4 {
  color: #505050;
  font-size: 3em !important;
  margin-left: 40px;
}

p#system_error_step2, p#system_error {
  margin: 5px;
  padding: 5px;
  font-weight: bold;
}

p.form_buttons > input[type="submit"], p.form_buttons > input[type="reset"] {
    background-color: #79bcec;
    color: white;
    font-size: 13.5px;
    padding: 6px 15px;
}

p.form_buttons {
    text-align: center;
    padding: 10px;
}

font.notetext {
    color: green;
}
p.password_notes {
    padding-top: 5px;
    font-size: 0.9em;
}

.hidden {
display: none;
}

table.profile-table.data-table tbody tr:nth-child(even) {
     background-color: #fff;
}
.hidden_paysystem {
  display: none !important;
}

.mobile_call {
  display: none;
}

#mobile_call_btn{
  color: #fff;
  padding-left: 10px;
  background: #000000;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-decoration: none;
}


@media (max-width: 700px) {

  .mobile_call {
    z-index: 1000;
    vertical-align: middle;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

div.basket_dop_garantie {
  background: #fff;
}

div.basket_dop_garantie p{
  margin-left: 10px;
}

div.cart_item_container {
  background: #fff;
margin-bottom: 4px;
}

form.basket_dop_garantie {
  display: flex;
  flex-flow: row wrap;
  background-color: #ffffff;
  min-height: 10px;
  width: 100% !important;
}
form.basket_dop_garantie > div {
  flex: 1;
  padding: 0.5rem;
}
input.basket_dop_garantie[type="radio"] {
  display: none;
}
label.basket_dop_garantie p {
  margin: 0;
}
input.basket_dop_garantie[type="radio"]:not(:disabled) ~ label {
      cursor: pointer;
    }
input.basket_dop_garantie[type="radio"]:disabled ~ label {
      color: #606060;
      border-color: #000;
      box-shadow: none;
      cursor: not-allowed;
   }

label.basket_dop_garantie {
  height: 100%;
  display: block;
  background: white;
  border: 1px solid #000;
  padding: 0.5rem;
 /* margin-bottom: 1rem; */
  text-align: center;
  box-shadow: 0px 3px 10px -2px #000;
  position: relative;
}
input.basket_dop_garantie[type="radio"]:checked + label {
  background: #79bcec;
  color: hsla(215, 0%, 100%, 1);
  box-shadow: 0px 0px 20px #79bcec;
}
input.basket_dop_garantie[type="radio"]:checked + label::after {
   color: #79bcec;
   font-family: FontAwesome;
   border: 1px solid #79bcec;
   content: "\f00c";
   font-size: 12px;
   position: absolute;
   top: 1px;
   left: 5%;
   transform: translateX(-25%);
   height: 25px;
   width: 25px;
   line-height: 23px;
   text-align: center;
   border-radius: 50%;
   background: white;
   box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
 }

input.basket_dop_garantie[type="radio"]#control_0300:checked + label {
  background: red;
  border-color: red;
}
p {
  font-weight: 900;
}


@media only screen and (max-width: 700px) {
  section#basket_dop_garantie {
    flex-direction: column;
  }
}
.btn-add-aditional {
  background-color: #009edb;
  color: white !important;
  display: inline-block;
  line-height: 28px !important;
  font-size: 14px !important;
  padding: 0 9px;
  vertical-align: top;
  text-align: center;
}


/*   Зимние праздничное оформление
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

header, footer {
  background-image: url('/images/snowflake.png'), url('/images/snowflake3.png'), url('/images/snowflake2.png');
  -webkit-animation: snow 20s linear infinite;
  -moz-animation: snow 20s linear infinite;
  -ms-animation: snow 20s linear infinite;
  animation: snow 20s linear infinite;
}

section#home, section#main_catalog, section#catalog_list, section#catalog_about, section#news, section#shit,section#contacts {
  background: url('/images/new_year1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

div.main_catalog_position, div.ca_position, div.cl_position {
  background: #eeeeee;
}
*/
@media (max-width: 750px) {
.roistat-lh-pulsator-phone {
  display: none;
}
}

.pb-sdk-pos-credit__cont {
  padding: 40px 10px !important;
  min-width: 90% !important;
}

#pochtaBankStep2 {
  position: absolute;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.pure-img {
    width: 100%;
    max-width: 210px;
    height: auto;
    display: block;
}
}

.zx2-banner-button {
  position: relative;
  top: -120px;
  margin-bottom: -100px;
  left: 5px;
  background: #0000fe;
  height: 50px;
  width: 230px;
  text-align: center;
  padding: 15px;
}

.zx2-banner-button a {
  color: #fff;
  padding: 20px 15px 20px 15px ;
  font-size: 16px;

}


.zx2compact-banner-button {
  position: relative;
  top: -17px;
  left: 5px;
  background: #0000fe;
  height: 50px;
  width: 230px;
  text-align: center;
  padding: 15px;
}

.zx2compact-banner-button a {
  padding: 20px 0 20px 0;
  color: #fff;
  font-size: 16px;

}


@media (max-width: 960px) {
  .zx2-banner-button {
    position: relative;
    top: 0;
    margin-bottom: 0;
    left: 0;
    background: #0000fe;
    height: 30px;
    width: 50%;
    text-align: center;
    padding: 5px;
    border-right: #fff solid;
  }

  .zx2-banner-button a {
    color: #fff;
    padding: 0;
    font-size: 10px;

  }


  .zx2compact-banner-button {
    position: relative;
    top: -30px;
    left: 50%;
    background: #0000fe;
    width: 50%;
    text-align: center;
    padding: 5px;
    margin-bottom: -30px;
    height: 30px;
  }

  .zx2compact-banner-button a {
    padding: 0;
    color: #fff;
    font-size: 10px;

  }

}

.zx2-banner-button2 {
  position: relative;
  top: -120px;
  margin-bottom: -100px;
  left: 5px;
}

.zx2-banner-button2 a {
  color: #fff;
  padding: 15px ;
  background: #7e332e
}


.zx2compact-banner-button2 {
  position: relative;
  top: 15px;
  left: 5px;
}

.zx2compact-banner-button2 a {
  padding: 15px;
  color: #fff;
  background: #7e332e;
}


@media (max-width: 960px) {
  .zx2-banner-button2 {
    position: relative;
    top: 0;
    margin-bottom: 0;
    left: 0;
    background: #7e332e;
    height: 30px;
    width: 50%;
    text-align: center;
    padding: 5px;
    border-right: #fff solid;
  }

  .zx2-banner-button2 a {
    color: #fff;
    padding: 0;
    font-size: 10px;

  }


  .zx2compact-banner-button2 {
    position: relative;
    top: -30px;
    left: 50%;
    background: #7e332e;
    width: 50%;
    text-align: center;
    padding: 5px;
    margin-bottom: -30px;
    height: 30px;
  }

  .zx2compact-banner-button2 a {
    padding: 0;
    color: #fff;
    font-size: 10px;

  }

}

/* Кнопки на главный баннер */
.banner-links-container {
  position: absolute;
  right: 3%;
  bottom: 5px;
  left: 3%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 5px;
}
.banner-button {
  padding: 15px 25px 15px 25px;
}
.banner-button a{
  padding: 15px 25px 15px 25px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.banner-button a:hover {
  color: #79bcec;
}
@media only screen and (max-width: 760px) {
  .banner-links-container {
    position: relative;
    right: 0;
    left: 0;
  }
  .banner-button-black {
    width: 50%;
    float: left;
    display: inline-grid;
  }
  .banner-button {
    padding: 5px;
  }
}
@media only screen and (max-width: 510px) {
  .banner-button-black {
    width: 100%;
  }
  .banner-button {
    padding: 5px;
  }

  h1 {
    font-size: 1.6em !important;
  }

}
.banner-button-black a{
  background-color: #000;
}
.banner-button-blue a{
  background-color: blue;
}
.banner-button-green a{
  background-color: green;
}
.banner-button-yellow a{
  background-color: yellow;
}
.banner-button-grey a{
  background-color: grey;
}
.banner-button-lightgrey a{
  background-color: lightgrey;
}
.banner-button-red a{
  background-color: red;
}
/* End of Кнопки на главный баннер */

.product-item__price span.new {
font-size: 19px;
}




  .owl-carousel .owl-stage {
    position: relative;
        display: flex;
    align-items: center;
  }
  .searchScroll{position: absolute;width: 100%;height: 700px;z-index: 7;background: #fff;display: none;top: 320px;left:0;}
  
.showPanel__pan {
    display: none;
    position: absolute !important;
    left: 50px;
    bottom: 50px;
    background: #fff;
    color: #000;
    padding: 15px;
    opacity: 0.8;
}

.showPanel:hover .showPanel__pan {
	display: block;
}
.color_dark_grey .owl-controls{display:block;}
.slbtn1 {
    left: calc(50% - 89.04px);
    font-size: 3em;
}
.slbtn2 {
    left: calc(50% - 124.275px);
    font-size: 3em;
}

.slbtn3{
    left: calc(50% - 345px);
}
.slbtn4 {
    left: calc(50% + 168px);
}


@media screen and (max-width: 1000px) {
    .slbtn {
        visibility: hidden;
        display: none;
    }

    .slbtn2 {
        font-size: 1em;
        left: calc(50% - 56.76px);
    }

    .slbtn3 {
        visibility: hidden;
        display: none;
    }

    .slbtn4 {
        visibility: hidden;
        display: none;
    }
    .slbtn1 {
        left: calc(50% - 45.015px);
        font-size: 1em;
    }

}
/********************** added ********************/
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.container h4 {
    margin: 30px 5px 20px;
    font-size: 28px;
}
.product-item-container {
    padding: 0 5px;
}
.product-item {
    display: block;
    text-decoration: none;
    color: #333;
    background-color: #fff;
}
.product-item:hover {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
}
.product-item__image {
    position: relative;
    padding: 10px 10px 0 10px;
    vertical-align: middle;
    /* margin: auto 0; */
    display: table;
    width: 100%;
    vertical-align: middle;
}
.product-item__image-container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.product-item__image img {
    margin: 0 auto;
 }
.product-item__image .badge {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}
.product-item__image .badge.red {
    background: #F44336;
    color: #fff;
}
.product-item__image .badge.green {
    background: #689F38;
    color: #fff;
}

.product-item__title {
    padding: 10px 20px;
    font-size: 16px;
    height: 62px;
    overflow-y: hidden;
}
.product-item__price {
    padding: 10px 20px;
    display: table;
}
.product-item__price span {
    display: table-cell;
}
.product-item__price span.new {
    font-size: 20px;
    color: #F44336;
    padding-right: 10px;
}
.product-item__price span.old {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
}

@media screen and (max-width: 640px) {
    .product-item__price {
        display: block;
    }
    .product-item__price span {
        display: block;
    }
}


.product-item__buy {
    background: #ccc;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 14px 20px;
}
.product-item:hover .product-item__buy {
    background: #F44336;
}
.advantage {
    margin: 50px 0;
    text-align: center;
    display: block;
    text-decoration: none;
}
.advantage__image img {
    max-width: 64px;
}
.advantage__title {
    color: #F44336;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.advantage__description {
    font-size: 12px;
    color: #666;
    padding: 0 50px;
    margin: 10px 0;
}
.bx-wrapper img{
	width:100%;
}