/*
 * Main CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-06-03
 */
@font-face {
  font-family: 'DalaFloda';
  src: url('/i/fonts/DalaFloda-Italic-Cyr.otf');
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/proximanova-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/proximanova-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/fonts/proxima-nova/proximanova-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('/fonts/proxima-nova/proximanova-extrabold-webfont.woff2') format('woff2');
  font-display: swap;
}
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.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(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.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);
}
.fa-flip-horizontal.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 {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.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-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/fonts/font-awesome/5.6.3/fa-brands-400.eot");
  src: url("/fonts/font-awesome/5.6.3/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/font-awesome/5.6.3/fa-brands-400.woff2") format("woff2"), url("/fonts/font-awesome/5.6.3/fa-brands-400.woff") format("woff"), url("/fonts/font-awesome/5.6.3/fa-brands-400.ttf") format("truetype"), url("/fonts/font-awesome/5.6.3/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/font-awesome/5.6.3/fa-regular-400.eot");
  src: url("/fonts/font-awesome/5.6.3/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/font-awesome/5.6.3/fa-regular-400.woff2") format("woff2"), url("/fonts/font-awesome/5.6.3/fa-regular-400.woff") format("woff"), url("/fonts/font-awesome/5.6.3/fa-regular-400.ttf") format("truetype"), url("/fonts/font-awesome/5.6.3/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/font-awesome/5.6.3/fa-solid-900.eot");
  src: url("/fonts/font-awesome/5.6.3/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/font-awesome/5.6.3/fa-solid-900.woff2") format("woff2"), url("/fonts/font-awesome/5.6.3/fa-solid-900.woff") format("woff"), url("/fonts/font-awesome/5.6.3/fa-solid-900.ttf") format("truetype"), url("/fonts/font-awesome/5.6.3/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
  --faze-color-primary: #2563eb;
  --faze-color-primary-dark: #1d53c7;
  --faze-color-success: #4bb543;
  --faze-color-error: #e94151;
  --faze-color-white: #ffffff;
  --faze-color-black: #000000;
  --faze-color-text: #424242;
  --faze-color-hover: #e7e7e7;
  --faze-color-base: #f4f4f4;
  --faze-color-border: #bdbdbd;
  --faze-color-overlay: rgba(33, 33, 33, 0.5);
  --faze-color-background: #ffffff;
  --faze-color-background-hover: #2563eb1a;
  --faze-color-background-active: #2563eb33;
  --faze-shadow-light: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.24);
  --faze-shadow-medium: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16), 0 0.3rem 0.6rem rgba(0, 0, 0, 0.23);
  --faze-shadow-heavy: 0 1rem 2rem rgba(0, 0, 0, 0.19), 0 0.6rem 0.6rem rgba(0, 0, 0, 0.23);
  --faze-border-radius: 0.5rem;
  --faze-font-fontawesome: 'Font Awesome 6 Pro';
  --faze-line-height: 1.2;
  --faze-size-xs: 1.2rem;
  --faze-size-sm: 1.4rem;
  --faze-size-md: 1.6rem;
  --faze-size-lg: 1.8rem;
  --faze-size-xl: 2rem;
  --faze-margin-xs: 0.4rem;
  --faze-margin-sm: 0.8rem;
  --faze-margin-md: 1.2rem;
  --faze-margin-lg: 1.6rem;
  --faze-margin-xl: 2rem;
  --faze-padding-xs: 0.4rem;
  --faze-padding-sm: 0.8rem;
  --faze-padding-md: 1.2rem;
  --faze-padding-lg: 1.6rem;
  --faze-padding-xl: 2rem;
  --faze-gap-xs: 0.4rem;
  --faze-gap-sm: 0.8rem;
  --faze-gap-md: 1.2rem;
  --faze-gap-lg: 1.6rem;
  --faze-gap-xl: 2rem;
  --faze-breakpoint-xs: 480px;
  --faze-breakpoint-sm: 768px;
  --faze-breakpoint-md: 1024px;
  --faze-breakpoint-lg: 1280px;
  --faze-breakpoint-xl: 1440px;
}
* {
  outline: none;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
.faze-hide {
  display: none !important;
}
.faze-hidden {
  visibility: hidden !important;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.faze-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.faze-modal-wrapper .faze-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 40rem;
  max-width: 80vw;
  max-height: 80vh;
  padding: 1rem;
  background-color: #fff;
}
.faze-modal-wrapper .faze-modal > header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.4rem;
}
.faze-modal-wrapper .faze-modal > header > .faze-close {
  position: relative;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}
.faze-modal-wrapper .faze-modal > header > .faze-close:before,
.faze-modal-wrapper .faze-modal > header > .faze-close:after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%);
  background-color: #000;
}
.faze-modal-wrapper .faze-modal > header > .faze-close:before {
  transform: translate(50%, 50%) rotateZ(45deg);
}
.faze-modal-wrapper .faze-modal > header > .faze-close:after {
  transform: translate(50%) rotateZ(135deg);
}
.faze-modal-wrapper .faze-modal > header > .faze-close:hover {
  cursor: pointer;
}
.faze-modal-wrapper .faze-modal > main {
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  overflow: auto;
}
.faze-modal-wrapper .faze-modal > footer {
  margin-top: 1rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-draggable {
  position: absolute;
}
.faze-modal-wrapper .faze-modal.faze-modal-draggable > header {
  cursor: move;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border {
  position: absolute;
  user-select: none;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-top,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-bottom {
  width: 100%;
  height: 0.8rem;
  left: 0;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-top:hover,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-bottom:hover {
  cursor: s-resize;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-right,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-left {
  width: 0.8rem;
  height: 100%;
  top: 0;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-right:hover,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-left:hover {
  cursor: e-resize;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-top {
  top: -0.4rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-bottom {
  bottom: -0.4rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-right {
  right: -0.4rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-left {
  left: -0.4rem;
}
.faze-modal-wrapper.faze-modal-wrapper-hide {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.faze-modal-wrapper.faze-modal-wrapper-hide .faze-modal {
  pointer-events: all;
}
@keyframes faze-notification-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faze-notification-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 5;
}
.faze-notification-wrapper .faze-notification {
  display: block;
  width: 100%;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  animation-name: faze-notification-appear;
  animation-duration: 1s;
}
@keyframes faze-copy-notification-disappear {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.faze-copy-text {
  position: relative;
}
.faze-copy-text .faze-notification {
  position: absolute;
  left: 0;
  bottom: -1rem;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  opacity: 0;
  animation-name: faze-copy-notification-disappear;
  animation-duration: 2s;
}
.faze-copy-text:hover {
  cursor: pointer;
}
.faze-drag-active {
  cursor: move;
}
.faze-file-input .faze-file-input-file {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.faze-placeholder.faze-placeholder-loading {
  height: 10rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="32px" height="32px" viewBox="0 0 128 128" xml:space="preserve"><rect x="0" y="0" width="100%" height="100%" fill="%23FFFFFF" /><g><path d="M26.43 44.95a45.68 45.68 0 0 0 18.6 36.82h-.3a36.83 36.83 0 1 1 0-73.65h.3a45.68 45.68 0 0 0-18.6 36.83zm44-22.55a45.68 45.68 0 0 0-29.28 29.07l-.1-.28a36.83 36.83 0 0 1 70.05-22.8l.1.3a45.68 45.68 0 0 0-40.77-6.32zm35.27 34.9A45.68 45.68 0 0 0 69 38.45c.1-.06.17-.13.25-.2a36.83 36.83 0 1 1 43.3 59.6c-.08.07-.17.12-.25.18a45.68 45.68 0 0 0-6.6-40.73zm-22.57 44.3a45.68 45.68 0 0 0 6.6-40.72c.08.05.16.1.24.17a36.83 36.83 0 0 1-43.3 59.6l-.24-.2a45.68 45.68 0 0 0 36.7-18.85zm-48.8-7.86a45.68 45.68 0 0 0 40.77-6.3l-.1.28A36.83 36.83 0 1 1 4.96 64.95l.1-.28a45.68 45.68 0 0 0 29.28 29.07z" fill="%23000000"/><animateTransform attributeName="transform" type="rotate" from="72 64 64" to="0 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform></g></svg>') center center no-repeat;
}
.faze-tooltip {
  position: absolute;
  padding: 1rem;
  color: var(--faze-color-text);
  font-size: var(--faze-size-sm);
  line-height: var(--faze-line-height);
  background: var(--faze-color-white);
  border-radius: var(--faze-border-radius);
  box-shadow: var(--faze-shadow-light);
  animation: fadeInUp 0.2s ease-out;
  z-index: 30;
}
[data-faze~=tooltip][data-faze-tooltip-event=click]:hover {
  cursor: pointer;
}
.faze-tour-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.faze-tour-hint-wrapper {
  position: absolute;
  display: block;
  transition: all 0.2s;
  box-shadow: var(--faze-color-overlay) 0px 0px 0px 5000px;
  border: 1px solid var(--faze-color-primary);
  border-radius: var(--faze-border-radius);
}
.faze-tour-hint-wrapper .faze-tour-hint {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  min-height: 150px;
  border-radius: var(--faze-border-radius);
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  color: var(--faze-color-text);
  font-size: 28px;
  line-height: 1;
  border: none;
  background: none;
  border-radius: 0;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-btn-close:before {
  content: "×";
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-btn-close:hover {
  cursor: pointer;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-header {
  font-weight: bold;
  line-height: 1;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-header:not(:empty) {
  padding: 16px 20px 0;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-main {
  padding: 20px 20px 20px;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 10px;
  border-top: 1px solid var(--faze-color-border);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-next,
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-prev {
  padding: 10px;
  color: var(--faze-color-text);
  font-size: 14px;
  line-height: 1;
  background: var(--faze-color-base);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: 5px;
  transition: background 0.2s ease;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-next:hover,
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-prev:hover {
  cursor: pointer;
  background: var(--faze-color-hover);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-next {
  color: var(--faze-color-white);
  background: var(--faze-color-primary);
  border-color: var(--faze-color-primary-dark);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-next:hover {
  cursor: pointer;
  background: var(--faze-color-primary-dark);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-pages {
  position: absolute;
  left: 50%;
  bottom: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-pages .faze-tour-page {
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--faze-color-hover);
  border-radius: 3px;
  transition: width 0.2s ease;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-pages .faze-tour-page.faze-active {
  width: 15px;
  background-color: var(--faze-color-border);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-pages .faze-tour-page:not(:last-child) {
  margin-right: 4px;
}
.faze-tour-hint-wrapper .faze-tour-hint:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-left {
  top: 0;
  right: calc(100% + 10px);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-left:before {
  top: 10px;
  right: -5px;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid var(--faze-color-white);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-right {
  top: 0;
  left: calc(100% + 10px);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-right:before {
  top: 10px;
  left: -5px;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid var(--faze-color-white);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-top {
  left: 0;
  bottom: calc(100% + 10px);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-top:before {
  left: 10px;
  bottom: -5px;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid var(--faze-color-white);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-bottom {
  left: 0;
  top: calc(100% + 10px);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-bottom:before {
  left: 10px;
  top: -5px;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid var(--faze-color-white);
}
.faze-tour-hint-wrapper.faze-tour-hint-wrapper-float {
  border: none;
}
.faze-tabs .faze-tab-body,
.faze-tabs [data-faze-tab=body],
.faze-tabs [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header),
.faze-tab .faze-tab-body,
.faze-tab [data-faze-tab=body],
.faze-tab [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header),
[data-faze~=tab] .faze-tab-body,
[data-faze~=tab] [data-faze-tab=body],
[data-faze~=tab] [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header) {
  display: none;
}
.faze-tabs .faze-tab-body:first-of-type,
.faze-tabs [data-faze-tab=body]:first-of-type,
.faze-tabs [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header):first-of-type,
.faze-tab .faze-tab-body:first-of-type,
.faze-tab [data-faze-tab=body]:first-of-type,
.faze-tab [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header):first-of-type,
[data-faze~=tab] .faze-tab-body:first-of-type,
[data-faze~=tab] [data-faze-tab=body]:first-of-type,
[data-faze~=tab] [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header):first-of-type {
  display: block;
}
.faze-tabs[data-faze-styles=true] .faze-tabs-headers,
.faze-tab[data-faze-styles=true] .faze-tabs-headers,
[data-faze~=tab][data-faze-styles=true] .faze-tabs-headers {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0.1rem solid var(--faze-color-border);
}
.faze-tabs[data-faze-styles=true] .faze-tab-header,
.faze-tabs[data-faze-styles=true] [data-faze-tab=header],
.faze-tabs[data-faze-styles=true] [data-faze-tab-head],
.faze-tab[data-faze-styles=true] .faze-tab-header,
.faze-tab[data-faze-styles=true] [data-faze-tab=header],
.faze-tab[data-faze-styles=true] [data-faze-tab-head],
[data-faze~=tab][data-faze-styles=true] .faze-tab-header,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab=header],
[data-faze~=tab][data-faze-styles=true] [data-faze-tab-head] {
  padding: 1rem;
  color: var(--faze-color-text);
  font-size: var(--faze-size-sm);
  line-height: 1;
  border: 0.1rem solid var(--faze-color-border);
  border-bottom: none;
  user-select: none;
}
.faze-tabs[data-faze-styles=true] .faze-tab-header:not(:first-child),
.faze-tabs[data-faze-styles=true] [data-faze-tab=header]:not(:first-child),
.faze-tabs[data-faze-styles=true] [data-faze-tab-head]:not(:first-child),
.faze-tab[data-faze-styles=true] .faze-tab-header:not(:first-child),
.faze-tab[data-faze-styles=true] [data-faze-tab=header]:not(:first-child),
.faze-tab[data-faze-styles=true] [data-faze-tab-head]:not(:first-child),
[data-faze~=tab][data-faze-styles=true] .faze-tab-header:not(:first-child),
[data-faze~=tab][data-faze-styles=true] [data-faze-tab=header]:not(:first-child),
[data-faze~=tab][data-faze-styles=true] [data-faze-tab-head]:not(:first-child) {
  border-left: none;
}
.faze-tabs[data-faze-styles=true] .faze-tab-header:hover,
.faze-tabs[data-faze-styles=true] [data-faze-tab=header]:hover,
.faze-tabs[data-faze-styles=true] [data-faze-tab-head]:hover,
.faze-tab[data-faze-styles=true] .faze-tab-header:hover,
.faze-tab[data-faze-styles=true] [data-faze-tab=header]:hover,
.faze-tab[data-faze-styles=true] [data-faze-tab-head]:hover,
[data-faze~=tab][data-faze-styles=true] .faze-tab-header:hover,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab=header]:hover,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab-head]:hover {
  background-color: var(--faze-color-background-hover);
  cursor: pointer;
}
.faze-tabs[data-faze-styles=true] .faze-tab-header.faze-active,
.faze-tabs[data-faze-styles=true] [data-faze-tab=header].faze-active,
.faze-tabs[data-faze-styles=true] [data-faze-tab-head].faze-active,
.faze-tab[data-faze-styles=true] .faze-tab-header.faze-active,
.faze-tab[data-faze-styles=true] [data-faze-tab=header].faze-active,
.faze-tab[data-faze-styles=true] [data-faze-tab-head].faze-active,
[data-faze~=tab][data-faze-styles=true] .faze-tab-header.faze-active,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab=header].faze-active,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab-head].faze-active {
  background-color: var(--faze-color-background-active);
}
.faze-tabs[data-faze-styles=true] .faze-tab-body,
.faze-tabs[data-faze-styles=true] [data-faze-tab=body],
.faze-tabs[data-faze-styles=true] [data-faze-tab-body],
.faze-tab[data-faze-styles=true] .faze-tab-body,
.faze-tab[data-faze-styles=true] [data-faze-tab=body],
.faze-tab[data-faze-styles=true] [data-faze-tab-body],
[data-faze~=tab][data-faze-styles=true] .faze-tab-body,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab=body],
[data-faze~=tab][data-faze-styles=true] [data-faze-tab-body] {
  padding-top: 1rem;
}
.faze-drag,
[data-faze~=drag] {
  position: relative;
}
.faze-drag .faze-drag-item,
.faze-drag [data-faze-drag=item],
[data-faze~=drag] .faze-drag-item,
[data-faze~=drag] [data-faze-drag=item] {
  position: relative;
}
.faze-drag .faze-drag-item.faze-drag-item-moving,
.faze-drag [data-faze-drag=item].faze-drag-item-moving,
[data-faze~=drag] .faze-drag-item.faze-drag-item-moving,
[data-faze~=drag] [data-faze-drag=item].faze-drag-item-moving {
  z-index: 999999;
}
.faze-drag .faze-drag-item .faze-drag-handle:hover,
.faze-drag .faze-drag-item [data-faze-drag=handle]:hover,
.faze-drag [data-faze-drag=item] .faze-drag-handle:hover,
.faze-drag [data-faze-drag=item] [data-faze-drag=handle]:hover,
[data-faze~=drag] .faze-drag-item .faze-drag-handle:hover,
[data-faze~=drag] .faze-drag-item [data-faze-drag=handle]:hover,
[data-faze~=drag] [data-faze-drag=item] .faze-drag-handle:hover,
[data-faze~=drag] [data-faze-drag=item] [data-faze-drag=handle]:hover {
  cursor: move;
}
.faze-drag .faze-drag-item-phantom,
[data-faze~=drag] .faze-drag-item-phantom {
  width: var(--faze-width);
  height: var(--faze-height);
  transition: var(--faze-animation);
}
.faze-drag .faze-drag-item-phantom2,
[data-faze~=drag] .faze-drag-item-phantom2 {
  width: var(--faze-width);
  height: var(--faze-height);
  transition: var(--faze-animation);
}
.faze-drag[data-faze-styles=true] .faze-drag-item .faze-drag-handle,
.faze-drag[data-faze-styles=true] .faze-drag-item [data-faze-drag=handle],
.faze-drag[data-faze-styles=true] [data-faze-drag=item] .faze-drag-handle,
.faze-drag[data-faze-styles=true] [data-faze-drag=item] [data-faze-drag=handle] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"276\" height=\"276\" viewBox=\"0 0 276 276\"><g fill=\"%23808080\"><path d=\"M33.144,2.471C15.336,2.471,0.85,16.958,0.85,34.765s14.48,32.293,32.294,32.293s32.294-14.486,32.294-32.293 S50.951,2.471,33.144,2.471z\"/><path d=\"M137.663,2.471c-17.807,0-32.294,14.487-32.294,32.294s14.487,32.293,32.294,32.293c17.808,0,32.297-14.486,32.297-32.293S155.477,2.471,137.663,2.471z\"/><path d=\"M243.873,67.059c17.804,0,32.294-14.486,32.294-32.293S261.689,2.471,243.873,2.471s-32.294,14.487-32.294,32.294 S226.068,67.059,243.873,67.059z\"/> <path d=\"M32.3,170.539c17.807,0,32.297-14.483,32.297-32.293c0-17.811-14.49-32.297-32.297-32.297S0,120.436,0,138.246 C0,156.056,14.493,170.539,32.3,170.539z\"/> <path d=\"M136.819,170.539c17.804,0,32.294-14.483,32.294-32.293c0-17.811-14.478-32.297-32.294-32.297 c-17.813,0-32.294,14.486-32.294,32.297C104.525,156.056,119.012,170.539,136.819,170.539z\"/> <path d=\"M243.038,170.539c17.811,0,32.294-14.483,32.294-32.293c0-17.811-14.483-32.297-32.294-32.297 s-32.306,14.486-32.306,32.297C210.732,156.056,225.222,170.539,243.038,170.539z\"/> <path d=\"M33.039,209.108c-17.807,0-32.3,14.483-32.3,32.294c0,17.804,14.493,32.293,32.3,32.293s32.293-14.482,32.293-32.293 S50.846,209.108,33.039,209.108z\"/> <path d=\"M137.564,209.108c-17.808,0-32.3,14.483-32.3,32.294c0,17.804,14.487,32.293,32.3,32.293 c17.804,0,32.293-14.482,32.293-32.293S155.368,209.108,137.564,209.108z\"/> <path d=\"M243.771,209.108c-17.804,0-32.294,14.483-32.294,32.294c0,17.804,14.49,32.293,32.294,32.293 c17.811,0,32.294-14.482,32.294-32.293S261.575,209.108,243.771,209.108z\"/> </g></svg>") center center no-repeat;
  background-size: cover;
  user-select: none;
}
.faze-drag[data-faze-styles=true] .faze-drag-item .faze-drag-handle:hover,
.faze-drag[data-faze-styles=true] .faze-drag-item [data-faze-drag=handle]:hover,
.faze-drag[data-faze-styles=true] [data-faze-drag=item] .faze-drag-handle:hover,
.faze-drag[data-faze-styles=true] [data-faze-drag=item] [data-faze-drag=handle]:hover {
  cursor: move;
}
.faze-dropdown,
[data-faze=dropdown] {
  position: relative;
}
.faze-dropdown .faze-title,
.faze-dropdown [data-faze-dropdown=title],
[data-faze=dropdown] .faze-title,
[data-faze=dropdown] [data-faze-dropdown=title] {
  display: inline-flex;
  padding: var(--faze-padding-sm) var(--faze-padding-md);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
  line-height: var(--faze-line-height);
  user-select: none;
  z-index: 5;
}
.faze-dropdown .faze-title:hover,
.faze-dropdown [data-faze-dropdown=title]:hover,
[data-faze=dropdown] .faze-title:hover,
[data-faze=dropdown] [data-faze-dropdown=title]:hover {
  cursor: pointer;
}
.faze-dropdown .faze-body,
.faze-dropdown [data-faze-dropdown=body],
[data-faze=dropdown] .faze-body,
[data-faze=dropdown] [data-faze-dropdown=body] {
  position: absolute;
  display: none;
  margin-top: var(--faze-margin-md);
  padding: var(--faze-padding-md);
  background: var(--faze-color-background);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
  box-shadow: var(--faze-shadow-light);
  animation: fadeInUp 0.2s ease-out;
  z-index: 6;
}
.faze-dropdown.faze-active .faze-body,
.faze-dropdown.faze-active [data-faze-dropdown=body],
[data-faze=dropdown].faze-active .faze-body,
[data-faze=dropdown].faze-active [data-faze-dropdown=body] {
  display: block;
}
.faze-form input.faze-form-input-invalid {
  border-color: var(--faze-color-error);
}
.faze-form-hint {
  position: absolute;
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem;
  border: 0.1rem solid var(--faze-color-primary);
  border-radius: var(--faze-border-radius);
  background-color: var(--faze-color-white);
  z-index: 10;
}
.faze-form-hint .faze-form-rule {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}
.faze-form-hint .faze-form-rule::before {
  content: "";
  margin-right: 0.8rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-style: normal;
}
.faze-form-hint .faze-form-rule.faze-form-rule-valid::before {
  content: "";
  color: var(--faze-color-success);
}
.faze-form-hint .faze-form-rule.faze-form-rule-invalid::before {
  content: "";
  color: var(--faze-color-error);
}
.faze-form-hint.active {
  display: flex;
}
.faze-select {
  position: relative;
}
.faze-select > .faze-title,
.faze-select > .title {
  display: inline-flex;
  padding: var(--faze-padding-sm) var(--faze-padding-md);
  line-height: var(--faze-line-height);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
  user-select: none;
  z-index: 5;
}
.faze-select > .faze-title:hover,
.faze-select > .title:hover {
  cursor: pointer;
}
.faze-select > .faze-body,
.faze-select > .body {
  position: absolute;
  display: none;
  margin-top: var(--faze-margin-md);
  padding: var(--faze-padding-md);
  background: var(--faze-color-background);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
  box-shadow: var(--faze-shadow-light);
  animation: fadeInUp 0.2s ease-out;
  z-index: 6;
}
.faze-select > .faze-body > .faze-option:hover,
.faze-select > .body > .faze-option:hover {
  cursor: pointer;
}
.faze-select.faze-active > .faze-body,
.faze-select.faze-active > .body {
  display: block;
}
.faze-smartsearch-items {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  max-height: 33rem;
  margin-top: var(--faze-margin-md);
  border: 1px solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
  background: var(--faze-color-background);
  box-shadow: var(--faze-shadow-light);
  overflow: auto;
  animation: fadeInUp 0.2s ease-out;
  z-index: 5;
}
.faze-smartsearch-items .faze-smartsearch-item {
  padding: var(--faze-padding-sm) var(--faze-padding-md);
  color: var(--faze-color-text);
  font-size: var(--faze-size-sm);
  line-height: var(--faze-line-height);
  user-select: none;
}
.faze-smartsearch-items .faze-smartsearch-item.faze-active,
.faze-smartsearch-items .faze-smartsearch-item:hover {
  cursor: pointer;
  background: var(--faze-color-background-hover);
}
.faze-smartsearch-items.faze-active {
  display: block;
}
.faze-carousel {
  position: relative;
}
.faze-carousel .faze-carousel-holder {
  position: relative;
  display: flex;
}
.faze-carousel .faze-carousel-holder > .faze-item > img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  z-index: 1;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item.faze-active {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item:not(.faze-active) {
  opacity: 0;
}
.faze-carousel.faze-animation-slide {
  position: relative;
  overflow: hidden;
}
.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder {
  left: 0;
  width: 5000%;
  transition-property: left;
}
.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
  width: 2%;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical > .faze-carousel-holder {
  flex-direction: column;
  top: 0;
  height: 5000%;
  transition-property: top;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  width: 100%;
  height: 10rem;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  top: 0;
  left: initial;
  right: initial;
  bottom: initial;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  bottom: 0;
  left: initial;
  right: initial;
  top: initial;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  user-select: none;
  z-index: 4;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page + .faze-page {
  margin-left: 0.5rem;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page.faze-active {
  background-color: #000;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page:hover {
  cursor: pointer;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  pointer-events: all;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.3rem solid #000;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  left: 0;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  border-left: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  right: 0;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  border-right: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled {
  opacity: 0.5;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled:hover {
  cursor: default;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled) {
  cursor: pointer;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled):after {
  border-color: #666;
}
.faze-carousel > .faze-carousel-controls .faze-carousel-counter {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 5;
}
.faze-carousel.faze-carousel-grouped .faze-carousel-holder > .faze-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.faze-carousel {
  position: relative;
}
.faze-carousel .faze-carousel-holder {
  position: relative;
  display: flex;
}
.faze-carousel .faze-carousel-holder > .faze-item {
  will-change: transform;
}
.faze-carousel .faze-carousel-holder > .faze-item > img {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item.faze-active {
  position: relative;
  opacity: 1;
  z-index: 3;
}
.faze-carousel.faze-animation-slide {
  position: relative;
  overflow: hidden;
}
.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder {
  width: 5000%;
}
.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
  width: 2%;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical > .faze-carousel-holder {
  flex-direction: column;
  height: 5000%;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  width: 100%;
  height: 10rem;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  top: 0;
  left: initial;
  right: initial;
  bottom: initial;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  bottom: 0;
  left: initial;
  right: initial;
  top: initial;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  user-select: none;
  z-index: 4;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page + .faze-page {
  margin-left: 0.5rem;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page.faze-active {
  background-color: #000;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page:hover {
  cursor: pointer;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  pointer-events: all;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.3rem solid #000;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  left: 0;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  border-left: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  right: 0;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  border-right: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled {
  opacity: 0.5;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled:hover {
  cursor: default;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled) {
  cursor: pointer;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled):after {
  border-color: #666;
}
.faze-carousel > .faze-carousel-controls .faze-carousel-counter {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  line-height: 1;
  user-select: none;
  z-index: 5;
}
.faze-carousel.faze-carousel-grouped .faze-carousel-holder > .faze-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.carousel-new-test body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #1a1a2e;
}
.carousel-new-test .carousel-container {
  position: relative;
  width: 500px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.carousel-new-test .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  cursor: grab;
}
.carousel-new-test .carousel-track.dragging {
  cursor: grabbing;
}
.carousel-new-test .carousel-slide {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
  user-select: none;
  border-radius: 8px;
}
.carousel-new-test img {
  width: 100%;
  height: auto;
}
.carousel-new-test .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: hsla(0, 0%, 100%, 0.3);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
  z-index: 10;
}
.carousel-new-test .carousel-btn:hover {
  background: hsla(0, 0%, 100%, 0.5);
}
.carousel-new-test .carousel-btn.prev {
  left: 10px;
}
.carousel-new-test .carousel-btn.next {
  right: 10px;
}
.carousel-new-test .carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.carousel-new-test .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
  transition: background 0.3s;
}
.carousel-new-test .dot.active {
  background: #fff;
}
.faze-thumbgallery {
  position: relative;
}
.faze-thumbgallery .faze-thumbgallery-holder {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.faze-thumbgallery .faze-thumbgallery-holder img {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
}
.faze-thumbgallery .faze-thumbgallery-gallery {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.4rem;
  width: 100%;
  height: 0.2rem;
  margin: 0 auto;
  visibility: hidden;
  z-index: 2;
}
.faze-thumbgallery .faze-thumbgallery-gallery .faze-thumbgallery-gallery-element {
  height: 100%;
  background-color: #bebebe;
}
.faze-thumbgallery .faze-thumbgallery-gallery .faze-thumbgallery-gallery-element.active {
  background-color: #2b2b2b;
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="0"],
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="1"] {
  display: none;
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="5"] {
  grid-template-columns: repeat(5, 1fr);
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="6"] {
  grid-template-columns: repeat(5, 1fr);
}
.faze-thumbgallery:hover .faze-thumbgallery-gallery {
  visibility: visible;
}
@media (max-width: 768px) {
  .faze-thumbgallery .faze-thumbgallery-gallery {
    visibility: visible;
  }
}
.faze-finder .faze-finder-input-holder {
  position: relative;
}
.faze-finder .faze-finder-input-holder input {
  width: 100%;
  padding-right: 3rem;
}
.faze-finder .faze-finder-input-holder .faze-finder-clear-button {
  position: absolute;
  top: 50%;
  right: 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  transform: translateY(-50%);
}
.faze-finder .faze-finder-input-holder .faze-finder-clear-button:before {
  content: "";
  color: var(--faze-color-text);
  font-family: var(--faze-font-fontawesome);
  font-size: 1.6rem;
}
.faze-finder .faze-finder-input-holder .faze-finder-clear-button:hover {
  cursor: pointer;
}
.faze-tablesorter .faze-tablesorter-header,
[data-faze=tablesorter] .faze-tablesorter-header {
  user-select: none;
}
.faze-tablesorter .faze-tablesorter-header:hover,
[data-faze=tablesorter] .faze-tablesorter-header:hover {
  cursor: pointer;
}
[data-faze-sorter-head] {
  user-select: none;
}
[data-faze-sorter-head]:hover {
  cursor: pointer;
}
@keyframes appearing {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: flex;
    opacity: 1;
  }
}
@keyframes disappearing {
  from {
    display: flex;
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
  }
}
.faze-scroller .faze-scroller-btn {
  position: fixed;
  bottom: 2rem;
  z-index: 9999;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border: none;
  border-radius: 50%;
  background: var(--faze-color-primary);
  transition: background 0.2s ease;
  animation: disappearing 0.5s ease forwards;
}
.faze-scroller .faze-scroller-btn:after {
  content: "";
  display: block;
  margin-top: 0.4rem;
  border: solid var(--faze-color-white);
  border-width: 0 0.3rem 0.3rem 0;
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(-135deg);
}
.faze-scroller .faze-scroller-btn:hover {
  cursor: pointer;
  background: var(--faze-color-primary-dark);
}
.faze-scroller .faze-scroller-btn.faze-active {
  animation: appearing 0.5s ease forwards;
}
.faze-scroller.faze-scroller-right .faze-scroller-btn {
  right: 2rem;
}
.faze-scroller.faze-scroller-left .faze-scroller-btn {
  left: 2rem;
}
.faze-zoom {
  position: relative;
}
.faze-zoom .faze-zoom-initial-image:hover,
.faze-zoom .faze-zoom-pointer:hover {
  cursor: crosshair;
}
.faze-zoom .faze-zoom-pointer {
  position: absolute;
  display: none;
  border: 0.1rem solid #000;
}
.faze-zoom .faze-zoom-image-wrapper {
  position: absolute;
  display: none;
  overflow: hidden;
  z-index: 5;
}
.faze-zoom .faze-zoom-image-wrapper .faze-zoom-big-image {
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes faze-zoombox-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[data-faze-zoombox-image]:hover {
  cursor: zoom-in;
}
.faze-zoombox-wrapper {
  position: absolute;
  padding: 5px;
  border: 1px solid var(--faze-color-text);
  border-radius: var(--faze-border-radius);
  background-color: var(--faze-color-white);
}
.faze-zoombox-wrapper .faze-zoombox-image {
  display: flex;
  width: 100%;
  height: 100%;
}
.faze-zoombox-wrapper .faze-zoombox-image:hover {
  cursor: zoom-out;
}
.faze-zoombox-wrapper .faze-zoombox-caption:not(:empty) {
  margin-top: 5px;
}
.faze-zoombox-wrapper .faze-zoombox-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--faze-color-white);
  user-select: none;
  animation-name: faze-zoombox-appear;
  animation-duration: 1s;
  transform: translateY(-50%);
}
.faze-zoombox-wrapper .faze-zoombox-arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--faze-color-text);
  border-top: 2px solid var(--faze-color-text);
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-next {
  right: 15px;
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-next:after {
  transform: translateX(-20%) rotateZ(45deg);
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-prev {
  left: 15px;
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-prev:after {
  transform: translateX(20%) rotateZ(225deg);
}
.faze-zoombox-wrapper .faze-zoombox-arrow:hover {
  cursor: pointer;
}
.faze-zoombox-wrapper .faze-zoombox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--faze-color-white);
  animation-name: faze-zoombox-appear;
  animation-duration: 1s;
}
.faze-zoombox-wrapper .faze-zoombox-close:before,
.faze-zoombox-wrapper .faze-zoombox-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--faze-color-text);
}
.faze-zoombox-wrapper .faze-zoombox-close:before {
  transform: rotateZ(45deg);
}
.faze-zoombox-wrapper .faze-zoombox-close:after {
  transform: rotateZ(-45deg);
}
.faze-zoombox-wrapper .faze-zoombox-close:hover {
  cursor: pointer;
}
.faze-zoombox-wrapper.faze-drag-active:hover {
  cursor: move;
}
.faze-zoombox-wrapper.faze-drag-active .faze-zoombox-image:hover {
  cursor: move;
}
@keyframes faze-look-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faze-look-image {
  position: absolute;
  animation-name: faze-notification-appear;
  animation-duration: 0.25s;
  object-fit: cover;
}
[data-faze=colorchanger] {
  position: relative;
}
[data-faze=colorchanger] .faze-colorchanger-colors {
  position: absolute;
  display: flex;
  gap: 0.4rem;
}
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row {
  display: flex;
  gap: 0.4rem;
}
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row .faze-colorchanger-color,
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row .faze-colorchanger-more {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.4rem;
  background-color: var(--faze-color-white);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
}
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row .faze-colorchanger-color:hover,
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row .faze-colorchanger-more:hover {
  cursor: pointer;
}
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row .faze-colorchanger-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row:not(:first-child) {
  display: none;
}
[data-faze=colorchanger] .faze-colorchanger-colors.faze-colorchanger-colors-more .faze-colorchanger-row:first-child .faze-colorchanger-color:last-of-type {
  display: none;
}
[data-faze=colorchanger] .faze-colorchanger-colors:hover .faze-colorchanger-row .faze-colorchanger-more {
  display: none;
}
[data-faze=colorchanger] .faze-colorchanger-colors:hover .faze-colorchanger-row:not(:first-child) {
  display: flex;
}
[data-faze=colorchanger] .faze-colorchanger-colors:hover .faze-colorchanger-row:first-child .faze-colorchanger-color:last-of-type {
  display: block;
}
[data-faze=colorchanger].faze-colorchanger-vertical .faze-colorchanger-colors {
  top: 0;
  right: 0;
  flex-direction: row-reverse;
}
[data-faze=colorchanger].faze-colorchanger-vertical .faze-colorchanger-colors .faze-colorchanger-row {
  flex-direction: column;
}
[data-faze=colorchanger].faze-colorchanger-horizontal .faze-colorchanger-colors {
  top: 0;
  left: 0;
  flex-direction: column-reverse;
}
[data-faze=colorchanger].faze-colorchanger-horizontal .faze-colorchanger-colors .faze-colorchanger-row {
  flex-direction: row;
}
.faze-spoiler > .faze-title,
.faze-spoiler > [data-faze-spoiler=title],
[data-faze=spoiler] > .faze-title,
[data-faze=spoiler] > [data-faze-spoiler=title] {
  user-select: none;
}
.faze-spoiler > .faze-title:hover,
.faze-spoiler > [data-faze-spoiler=title]:hover,
[data-faze=spoiler] > .faze-title:hover,
[data-faze=spoiler] > [data-faze-spoiler=title]:hover {
  cursor: pointer;
}
.faze-spoiler > .faze-body,
.faze-spoiler > [data-faze-spoiler=body],
[data-faze=spoiler] > .faze-body,
[data-faze=spoiler] > [data-faze-spoiler=body] {
  display: none;
}
.faze-spoiler.faze-active > .faze-body,
.faze-spoiler.faze-active > [data-faze-spoiler=body],
[data-faze=spoiler].faze-active > .faze-body,
[data-faze=spoiler].faze-active > [data-faze-spoiler=body] {
  display: block;
}
.faze-gallery-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.faze-gallery-wrapper > .faze-gallery-arrow {
  position: relative;
  width: 10rem;
  height: 100%;
}
.faze-gallery-wrapper > .faze-gallery-arrow:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.3rem solid #000;
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-prev {
  left: 0;
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-prev:after {
  border-left: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-next {
  right: 0;
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-next:after {
  border-right: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-gallery-wrapper > .faze-gallery-arrow:hover {
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.faze-gallery-wrapper > .faze-gallery-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 10rem;
  height: 10rem;
  z-index: 6;
}
.faze-gallery-wrapper > .faze-gallery-close:before,
.faze-gallery-wrapper > .faze-gallery-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4rem;
  height: 0.3rem;
  background-color: #000;
}
.faze-gallery-wrapper > .faze-gallery-close:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-gallery-wrapper > .faze-gallery-close:after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-gallery-wrapper > .faze-gallery-close:hover {
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.faze-gallery-wrapper > .faze-gallery-wrapper-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20rem);
}
.faze-gallery-wrapper > .faze-gallery-wrapper-image > .faze-gallery-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
}
.faze-gallery-wrapper .faze-gallery-thumbnails {
  position: absolute;
  display: flex;
}
.faze-gallery-wrapper .faze-gallery-thumbnails .faze-gallery-thumbnail {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0);
}
.faze-gallery-wrapper .faze-gallery-thumbnails .faze-gallery-thumbnail.faze-active {
  border-color: #000;
}
.faze-gallery-wrapper .faze-gallery-thumbnails .faze-gallery-thumbnail:hover {
  cursor: pointer;
}
.faze-gallery-wrapper .faze-gallery-counter {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  color: #fff;
  transform: translateX(-50%);
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-top .faze-gallery-thumbnails,
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-bottom .faze-gallery-thumbnails {
  left: 50%;
  flex-direction: row;
  transform: translateX(-50%);
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-top .faze-gallery-thumbnails .faze-gallery-thumbnail:not(:last-child),
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-bottom .faze-gallery-thumbnails .faze-gallery-thumbnail:not(:last-child) {
  margin-right: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-top .faze-gallery-thumbnails {
  top: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-bottom .faze-gallery-thumbnails {
  bottom: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-left .faze-gallery-thumbnails,
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-right .faze-gallery-thumbnails {
  top: 50%;
  flex-direction: column;
  transform: translateY(-50%);
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-left .faze-gallery-thumbnails .faze-gallery-thumbnail:not(:last-child),
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-right .faze-gallery-thumbnails .faze-gallery-thumbnail:not(:last-child) {
  margin-bottom: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-left {
  padding-left: 6.8rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-left .faze-gallery-thumbnails {
  left: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-right {
  padding-right: 6.8rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-right .faze-gallery-thumbnails {
  right: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-right > .faze-gallery-close {
  right: 6.8rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-zoomable .faze-gallery-image:hover {
  cursor: zoom-in;
}
.faze-gallery-wrapper.faze-gallery-wrapper-zoomable.faze-gallery-wrapper-zoomable-active .faze-gallery-image {
  position: absolute;
  width: initial;
  max-width: initial;
  height: initial;
  max-height: initial;
}
.faze-gallery-wrapper.faze-gallery-wrapper-zoomable.faze-gallery-wrapper-zoomable-active .faze-gallery-image:hover {
  cursor: zoom-out;
}
.faze-gallery-wrapper.faze-gallery-wrapper-zoomable.faze-gallery-wrapper-zoomable-active .faze-gallery-image.faze-drag-active {
  cursor: move;
}
.faze-gallery-caller:hover {
  cursor: pointer;
}
.faze-slider {
  position: relative;
  width: 100%;
  height: 0.3rem;
  background-color: #eee;
}
.faze-slider .faze-pointer {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-50%);
  user-select: none;
}
.faze-slider .faze-pointer:hover {
  cursor: pointer;
}
.faze-slider .faze-connect {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #000;
}
.faze-steps .faze-steps-headers {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0.1rem solid #000;
}
.faze-steps .faze-steps-headers .faze-steps-header {
  padding: 1rem;
  border: 0.1rem solid #000;
  border-bottom: none;
  user-select: none;
}
.faze-steps .faze-steps-headers .faze-steps-header.faze-active {
  background-color: #efefef;
}
.faze-steps .faze-steps-bodies .faze-steps-body {
  display: none;
  padding-top: 1rem;
}
.faze-steps .faze-steps-bodies .faze-steps-body .faze-steps-path {
  display: none;
}
.faze-steps .faze-steps-bodies .faze-steps-body .faze-steps-path.faze-steps-path-selected {
  display: block;
}
.faze-steps .faze-steps-bodies .faze-steps-body.faze-active {
  display: block;
}
@keyframes lazyloadPlaceholder {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) {
  position: relative;
  overflow: hidden;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) .faze-lazyload-placeholder {
  width: 100%;
  height: 16px;
  border-radius: 8px;
  background-color: #ced4da;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) .faze-lazyload-placeholder.faze-lazyload-placeholder-big {
  height: 32px;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) .faze-lazyload-placeholder.faze-lazyload-placeholder-picture {
  height: 160px;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) .faze-lazyload-placeholder.faze-lazyload-placeholder-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) .faze-lazyload-placeholder + .faze-lazyload-placeholder {
  margin-top: 16px;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 500%;
  margin-left: -250%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  animation: lazyloadPlaceholder 0.8s linear infinite;
  z-index: 1;
}
@keyframes lazy_image-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faze-lazy_image {
  max-width: 100%;
  max-height: 100%;
  background-color: #ccc;
}
.faze-lazy_image:not(.faze-lazy_image-initialized) {
  object-fit: contain;
}
/*
 * Config CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-06-03
 */
* {
  outline: none;
  box-sizing: border-box;
}
html {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 10px;
}
body {
  color: #444;
  font-size: 1.4rem;
  line-height: 1.2;
}
html,
body {
  width: 100%;
  height: 100%;
}
.scroll {
  scrollbar-width: thin;
  scrollbar-color: dark;
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll::-webkit-scrollbar {
  width: 0.3rem;
}
.scroll::-webkit-scrollbar-track {
  background-color: #f1f1f3;
  border-radius: 0.6rem;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #1e7cba;
  border-radius: 0.6rem;
}
/*
 * Typography CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-06-03
 */
h1,
.h1 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  color: #444;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
}
h1:first-child,
.h1:first-child {
  margin-top: 0;
}
h2,
.h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #444;
  font-size: 2.3rem;
  font-weight: 200;
  text-decoration: none;
  line-height: 1.2;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
p:first-child {
  margin-top: 0;
}
a {
  color: #1e7cba;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
/*
 * UI CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-06-05
 */
.btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 0.2rem solid #ac252b;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.3s;
}
.btn.btn-primary {
  background-color: #ac252b;
}
.btn.btn-primary:hover {
  background-color: #821c21;
}
.btn.btn-secondary {
  background-color: #1e7cba;
  border-color: #1e7cba;
}
.btn.btn-secondary:hover {
  background-color: #175f8e;
}
.btn.btn-outline {
  background-color: #fff;
  color: #ac252b;
}
.btn.btn-outline:hover {
  background-color: #ac252b;
  color: #fff;
}
.btn.btn-light {
  padding: 1.5rem 4rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border: 0.1rem solid #fff;
  border-radius: 0.3rem;
  transition: all 0.3s;
}
.btn.btn-light:hover {
  background-color: #ac252b;
  border-color: #ac252b;
}
.btn.btn-catalog {
  font-size: 1.4rem;
  background-color: #1e7cba;
  border-color: #1e7cba;
}
.btn.btn-catalog .bars {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.btn.btn-catalog .bars .bar {
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
}
.btn.btn-catalog .bars .bar:not(:last-child) {
  margin-bottom: 0.4rem;
}
.btn.btn-catalog:hover {
  background-color: #175f8e;
  border-color: #175f8e;
}
.btn[disabled],
.btn.disabled {
  opacity: 0.5;
}
.btn[disabled]:hover,
.btn.disabled:hover {
  cursor: default;
}
.btn:hover {
  cursor: pointer;
}
.dropdown {
  position: relative;
  height: 100%;
}
.dropdown .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border: none;
}
.dropdown .title:after {
  content: '';
  position: relative;
  top: -0.2rem;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 1rem;
  border-right: 0.1rem solid #444;
  border-bottom: 0.1rem solid #444;
  transform: rotateZ(45deg);
  transition: transform 0.2s;
}
.dropdown .body {
  position: absolute;
  display: none;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 1.5rem 0.1rem rgba(0, 0, 0, 0.15);
  border: none;
  z-index: 5;
}
.dropdown .body .inputs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.dropdown .body .inputs input {
  width: 10rem;
}
.dropdown:not(.dropdown-filter):hover .body {
  display: block;
}
.dropdown.dropdown-filter .title {
  position: relative;
  background-color: #fff;
  z-index: 6;
}
.dropdown {
  position: relative;
  height: 100%;
}
.dropdown .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.dropdown .title > img {
  display: flex;
  width: 2.8rem;
  height: 2.8rem;
}
.dropdown .title > span {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 1rem;
  color: #fff;
  font-size: 1.6rem;
}
.dropdown .title > span:after {
  content: '';
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 1rem;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  transform: translateY(-0.1rem) rotateZ(45deg);
  transition: transform 0.2s;
}
.dropdown .body {
  position: absolute;
  display: none;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 1.5rem 0.1rem rgba(0, 0, 0, 0.15);
}
.checkboxes .checkbox:not(:last-child) {
  margin-bottom: 1rem;
}
.checkbox {
  position: relative;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
}
.checkbox input:checked ~ label:before {
  content: '✓';
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #1e7cba;
}
.checkbox input:disabled ~ label {
  opacity: 0.4;
}
.checkbox input:disabled ~ label:hover {
  cursor: default;
}
.checkbox label {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #444;
  font-size: 1.4rem;
  line-height: 1;
}
.checkbox label:before {
  content: '';
  display: block;
  width: 1.8rem;
  min-width: 1.8rem;
  height: 1.8rem;
  min-height: 1.8rem;
  margin-right: 1rem;
  border: 0.1rem solid #ebebeb;
  background-color: #f8f8f8;
  transition: background 0.1s;
}
.checkbox label:hover {
  cursor: pointer;
}
textarea {
  padding: 0.5rem 1rem;
  color: #444;
  font-size: 1.4rem;
  line-height: 1;
  border: none;
  background-color: #f8f8f8;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="phone"],
input[type="date"] {
  min-width: 0;
  width: 100%;
  height: 3rem;
  min-height: 0;
  padding: 0.5rem 1rem;
  color: #444;
  font-size: 1.4rem;
  line-height: 1;
  border: none;
  background-color: #f8f8f8;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="phone"][disabled],
input[type="date"][disabled] {
  cursor: default;
  opacity: 0.6;
}
input[type="text"][readonly],
input[type="password"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="phone"][readonly],
input[type="date"][readonly] {
  cursor: default;
}
input[name="quantity"],
input[name="basket_int_amount1"]:not(.basket_int_amount1-normal) {
  min-width: 0;
  min-height: 0;
  padding: 0.2rem 1rem;
  color: #444;
  font-size: 1.4rem;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 0.1rem solid #f1f1f3;
}
input[name="quantity"][disabled],
input[name="basket_int_amount1"]:not(.basket_int_amount1-normal)[disabled] {
  background-color: #fff;
  opacity: 0.5;
}
input[name="quantity"][disabled]:hover,
input[name="basket_int_amount1"]:not(.basket_int_amount1-normal)[disabled]:hover {
  cursor: default;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[disabled] {
  background-color: #fff;
  opacity: 0.5;
}
input[disabled]:hover {
  cursor: default;
}
.color-error {
  color: #de151d !important;
}
.form-group {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 0;
}
.form-group label {
  min-width: 0;
  min-height: 0;
  color: #444;
  font-size: 1.6rem;
  line-height: 1.2;
}
.form-group span {
  min-width: 0;
  min-height: 0;
  color: #444;
  font-size: 1.6rem;
  line-height: 1;
}
.form-group input {
  min-width: 0;
  min-height: 0;
}
.form-group.form-group-vertical {
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
}
.form-group.form-group-horizontal {
  grid-template-columns: 20rem 1fr;
  grid-gap: 1rem;
}
.form-group.form-group-horizontal label {
  align-self: center;
  margin-right: 1rem;
}
.form-group + .form-group:not(:empty) {
  margin-top: 2rem;
}
@media (max-width: 798px) {
  .form-group.form-group-horizontal {
    grid-template-columns: 1fr;
  }
}
.select {
  width: 100%;
  color: #444;
  font-size: 1.6rem;
}
.select .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  line-height: 1.3;
}
.select .title:after {
  content: '';
  position: relative;
  top: -0.2rem;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 1rem;
  border-right: 0.1rem solid #444;
  border-bottom: 0.1rem solid #444;
  transform: rotateZ(45deg);
  transition: transform 0.2s;
}
.select .title:hover {
  cursor: pointer;
}
.select.faze-active .title {
  position: relative;
  z-index: 5;
}
.select.faze-active .title:after {
  transform: translateY(0.3rem) rotateZ(-135deg);
}
.select.faze-active .body {
  top: 0;
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
  border: 0.1rem solid #ebebeb;
  border-top: none;
  box-shadow: 0 0 1.5rem 0.1rem rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
}
.select.faze-active .body .faze-option {
  padding: 1rem 1.5rem;
  line-height: 1.3;
}
.select.faze-active .body .faze-option:hover {
  background-color: #f1f1f3;
}
.select:not(.faze-select) .body {
  display: none;
}
.select.select-links {
  display: none;
}
@media (max-width: 798px) {
  .select.select-links {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.slider {
  height: 0.2rem;
  background-color: #ebebeb;
}
.slider .faze-pointer {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #1e7cba;
}
.slider .faze-connect {
  height: 0.2rem;
  background-color: #1e7cba;
}
/*
 * Common CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-06-03
 */
.hide {
  display: none !important;
}
.container-centered {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 1290px) {
  .container-centered {
    width: 920px;
  }
}
@media (max-width: 950px) {
  .container-centered {
    width: 768px;
  }
}
@media (max-width: 798px) {
  .container-centered {
    padding: 0 1.5rem;
    width: 100%;
  }
}
.carousel-wide .carousel .slide {
  position: relative;
}
.carousel-wide .carousel .slide .info {
  position: absolute;
  top: 20%;
  left: calc((100vw - 1160px) / 2);
}
.carousel-wide .carousel .slide .info .title {
  margin-bottom: 5rem;
  color: #444;
  font-size: 4rem;
}
.carousel-wide .carousel .slide .info a {
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: none;
  background-color: #de151d;
  border-color: #de151d;
}
.carousel-wide .carousel:not(.faze-carousel) .slide {
  position: relative;
}
.carousel-wide .carousel:not(.faze-carousel) .slide img {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.carousel-wide .carousel:not(.faze-carousel) .slide:not(:first-child) {
  display: none;
}
.carousel-wide .carousel.faze-carousel .faze-carousel-controls .faze-carousel-pages {
  top: 5rem;
  right: calc((100vw - 1160px) / 2);
  bottom: initial;
  left: initial;
  transform: translateY(-50%);
  counter-reset: pages;
}
.carousel-wide .carousel.faze-carousel .faze-carousel-controls .faze-carousel-pages .faze-page {
  position: relative;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: 0.1rem solid #1e7cba;
}
.carousel-wide .carousel.faze-carousel .faze-carousel-controls .faze-carousel-pages .faze-page + .faze-page {
  margin-left: 1rem;
}
.carousel-wide .carousel.faze-carousel .faze-carousel-controls .faze-carousel-pages .faze-page.faze-active {
  background-color: #1e7cba;
}
@media (max-width: 1290px) {
  .carousel-wide .carousel .slide .info {
    top: 10%;
    left: calc((100vw - 860px) / 2);
  }
  .carousel-wide .carousel.faze-carousel .faze-carousel-controls .faze-carousel-pages {
    right: calc((100vw - 860px) / 2);
  }
}
@media (max-width: 950px) {
  .carousel-wide .carousel .slide .info {
    left: calc((100vw - 708px) / 2);
  }
  .carousel-wide .carousel.faze-carousel .faze-carousel-controls .faze-carousel-pages {
    right: calc((100vw - 708px) / 2);
  }
}
@media (max-width: 950px) {
  .carousel-wide .carousel .slide .info {
    display: none;
  }
  .carousel-wide .carousel.faze-carousel .faze-carousel-controls {
    display: none;
  }
}
.close {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
}
.close:before,
.close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 1.4rem;
  background-color: #444;
}
.close:before {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.close:after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.close:hover {
  cursor: pointer;
}
.page-home .breadcrumbs {
  display: none;
}
.breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.breadcrumbs span,
.breadcrumbs a {
  color: #444;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
}
.breadcrumbs > span:last-child span {
  color: #444;
}
.breadcrumbs .delimiter {
  margin: 0 0.5rem;
}
.pagination {
  margin-top: 5.5rem;
  margin-bottom: 1rem;
}
.pagination .pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination .pages .divider {
  display: none;
}
.pagination .pages .divider.divider-start,
.pagination .pages .divider.divider-end {
  display: block;
  font-size: 0;
}
.pagination .pages .divider.divider-start:after,
.pagination .pages .divider.divider-end:after {
  content: '...';
  display: block;
  margin: 0 0.5rem;
  color: #444;
  font-size: 1.6rem;
}
.pagination .pages b,
.pagination .pages a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #444;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 0.5rem;
}
.pagination .pages b {
  color: #fff;
  background-color: #ac252b;
}
.pagination.pagination-wide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}
.pagination.pagination-wide .forward,
.pagination.pagination-wide .backward {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #444;
  text-decoration: none;
}
.pagination.pagination-wide .forward svg,
.pagination.pagination-wide .backward svg {
  width: 3.5rem;
  height: 3.5rem;
  fill: #1e7cba;
}
.pagination.pagination-wide .forward[data-total="1"],
.pagination.pagination-wide .backward[data-total="1"],
.pagination.pagination-wide .forward[data-total="2"],
.pagination.pagination-wide .backward[data-total="2"],
.pagination.pagination-wide .forward[data-total="3"],
.pagination.pagination-wide .backward[data-total="3"],
.pagination.pagination-wide .forward[data-total="4"],
.pagination.pagination-wide .backward[data-total="4"],
.pagination.pagination-wide .forward[data-total="5"],
.pagination.pagination-wide .backward[data-total="5"],
.pagination.pagination-wide .forward[data-total="6"],
.pagination.pagination-wide .backward[data-total="6"],
.pagination.pagination-wide .forward[data-total="7"],
.pagination.pagination-wide .backward[data-total="7"],
.pagination.pagination-wide .forward[data-total="8"],
.pagination.pagination-wide .backward[data-total="8"],
.pagination.pagination-wide .forward[data-total="9"],
.pagination.pagination-wide .backward[data-total="9"],
.pagination.pagination-wide .forward[data-total="10"],
.pagination.pagination-wide .backward[data-total="10"] {
  display: none;
}
.pagination.pagination-wide .forward[href="#"] svg,
.pagination.pagination-wide .backward[href="#"] svg {
  fill: #444;
}
.pagination.pagination-wide .forward:hover:not([href="#"]),
.pagination.pagination-wide .backward:hover:not([href="#"]) {
  cursor: pointer;
  color: #ac252b;
}
.pagination.pagination-wide .forward:hover:not([href="#"]) svg,
.pagination.pagination-wide .backward:hover:not([href="#"]) svg {
  fill: #facf40;
}
.pagination.pagination-wide .forward:hover[href="#"],
.pagination.pagination-wide .backward:hover[href="#"] {
  cursor: default;
}
.pagination.pagination-wide .forward svg {
  margin-left: 1rem;
}
.pagination.pagination-wide .backward svg {
  margin-right: 1rem;
}
@media (max-width: 950px) {
  .pagination.pagination-wide {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .pagination.pagination-wide .backward,
  .pagination.pagination-wide .forward {
    display: none;
  }
}
.request-form {
  margin-top: 40px;
  text-align: center;
}
.request-form h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.request-form form .cols-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 40px;
}
.request-form form .cols-group .inputs-first-col input {
  padding: 10px;
  height: 35px;
  border: 2px solid #e8e8e8;
  background-color: #fff;
}
.request-form form .cols-group .inputs-first-col input:not(:last-child) {
  margin-bottom: 20px;
}
.request-form form .cols-group .inputs-first-col input::placeholder {
  color: #b5b5b5;
}
.request-form form .cols-group .inputs-first-col input::-webkit-input-placeholder {
  color: #b5b5b5;
}
.request-form form .cols-group .inputs-first-col input::-ms-input-placeholder {
  color: #b5b5b5;
}
.request-form form .cols-group .inputs-second-col textarea {
  height: 100%;
  width: 100%;
  padding: 10px;
  border: 2px solid #e8e8e8;
}
.request-form form .cols-group .inputs-second-col textarea::placeholder {
  color: #b5b5b5;
}
.request-form form .cols-group .inputs-second-col textarea::-webkit-input-placeholder {
  color: #b5b5b5;
}
.request-form form .cols-group .inputs-second-col textarea::-ms-input-placeholder {
  color: #b5b5b5;
}
.request-form form .cols-group .form-policy {
  grid-column-start: 2;
}
.request-form form .submit-btn {
  margin-top: 30px;
  padding: 12px 60px;
  font-size: 1.6rem;
  background-color: #1e7cba;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.request-form form .submit-btn:hover {
  background-color: #175f8e;
}
@media (max-width: 510px) {
  .request-form form .cols-group {
    grid-template-columns: 1fr;
  }
  .request-form form .cols-group .form-policy {
    grid-column-start: unset;
  }
}
.faze-gallery-wrapper {
  z-index: 7;
}
.sizes .sizes-items .sizes-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 7rem;
  grid-gap: 4rem;
  justify-content: center;
  color: #444;
  font-size: 1.6rem;
  line-height: 1;
  min-width: 0;
  min-height: 0;
}
.sizes .sizes-items .sizes-item i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
  color: #fff;
  font-family: serif;
  font-size: 1.2rem;
  font-style: normal;
  text-align: center;
  line-height: 1.5rem;
  border-radius: 50%;
}
.sizes .sizes-items .sizes-item i:hover {
  cursor: default;
}
.sizes .sizes-items .sizes-item .size,
.sizes .sizes-items .sizes-item .balance,
.sizes .sizes-items .sizes-item .amount {
  align-self: center;
  justify-self: center;
  min-width: 0;
  min-height: 0;
}
.sizes .sizes-items .sizes-item .size {
  font-weight: bold;
}
.sizes .sizes-items .sizes-item .balance {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sizes .sizes-items .sizes-item .balance i {
  background-color: #14d100;
}
.sizes .sizes-items .sizes-item .balance.europe_delivery .free,
.sizes .sizes-items .sizes-item .balance.europe_delivery .inway {
  display: none;
}
.sizes .sizes-items .sizes-item .balance.europe_delivery:after {
  content: 'Возможно под поставку';
  color: #000;
  font-size: 1.2rem;
  text-align: center;
}
.sizes .sizes-items .sizes-item .balance .inway {
  display: block;
  color: #818b85;
  font-size: 1.2rem;
}
.sizes .sizes-items .sizes-item .balance .inway:not([data-inway]),
.sizes .sizes-items .sizes-item .balance .inway[data-inway="0"] {
  display: none;
}
.sizes .sizes-items .sizes-item .amount {
  position: relative;
  justify-self: center;
}
.sizes .sizes-items .sizes-item .amount i {
  display: none;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  background-color: #de151d;
  transform: translateY(-50%);
}
.sizes .sizes-items .sizes-item .amount input {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
}
.sizes .sizes-items .sizes-item .amount.price-mismatch i {
  display: block;
}
.sizes .sizes-items .sizes-item.sizes-item-header {
  font-size: 1.4rem;
}
.sizes .sizes-items .sizes-item.sizes-item-header .size {
  font-weight: initial;
}
.sizes .sizes-items .sizes-item.sizes-item-header .balance {
  flex-direction: row;
  align-items: center;
}
.sizes .sizes-items .sizes-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.sizes .sizes-items.sizes-items-clear .sizes-item .size {
  display: none;
}
.sizes.europe-hide .sizes-items .sizes-item {
  grid-template-columns: repeat(4, 10rem);
}
.sizes.europe-hide .sizes-items .sizes-item .balance-europe {
  display: none;
}
@media (max-width: 798px) {
  .sizes.europe-hide .sizes-items .sizes-item {
    grid-template-columns: repeat(3, 1fr);
  }
}
.faze-scroll {
  border: none;
}
.faze-scroll .faze-scroll-vertical,
.faze-scroll .faze-scroll-horizonral {
  background-color: #1e7cba;
}
.sidebar-menu .menu-list {
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
.sidebar-menu .menu-list .item a {
  text-decoration: none;
  color: #000;
}
.sidebar-menu .menu-list .item a.active {
  text-decoration: underline;
  color: #1e7cba;
  font-weight: bold;
}
.sidebar-menu .menu-list .item a:hover {
  text-decoration: underline;
}
.sidebar-menu .menu-list .item .submenu {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  padding-left: 2rem;
}
.sidebar-menu .menu-list .item .submenu a {
  padding: 0.3rem 0;
}
.sidebar-menu .menu-list .item:not(:last-child) {
  margin-bottom: 1rem;
}
.text-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 798px) {
  .text-columns {
    grid-template-columns: 1fr;
  }
}
.faze-notification-wrapper {
  z-index: 10;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0.1rem solid #175f8e;
  overflow: hidden;
}
table thead tr th {
  padding: 1rem 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  background-color: #1e7cba;
  border-top: 0.1rem solid #175f8e;
  border-right: 0.1rem solid #175f8e;
}
table tbody tr td {
  position: relative;
  padding: 1rem 0.5rem;
  color: #444;
  font-size: 1.4rem;
  text-align: center;
  border-right: 0.1rem solid #175f8e;
}
table tbody tr:nth-child(even) td:before {
  content: '';
  position: absolute;
  background-color: #f8f8f8;
  top: 0;
  left: -500rem;
  width: 1000rem;
  height: 100%;
  z-index: -2;
}
table.selectable tbody tr td {
  white-space: nowrap;
}
table.selectable tbody tr td:hover {
  background-color: #bbde8f;
  cursor: default;
}
table.selectable tbody tr td:hover:before,
table.selectable tbody tr td:hover:after {
  content: '';
  position: absolute;
  background-color: #d6ebbc;
  z-index: -1;
}
table.selectable tbody tr td:hover:before {
  top: 0;
  left: -500rem;
  width: 1000rem;
  height: 100%;
}
table.selectable tbody tr td:hover:after {
  top: -500rem;
  left: 0;
  width: 100%;
  height: 1000rem;
}
table.selectable tbody tr:nth-child(even) td:hover:before,
table.selectable tbody tr:nth-child(even) td:hover:after {
  content: '';
  position: absolute;
  background-color: #d6ebbc;
  z-index: -1;
}
table.selectable tbody tr:nth-child(even) td:hover:before {
  top: 0;
  left: -500rem;
  width: 1000rem;
  height: 100%;
}
table.selectable tbody tr:nth-child(even) td:hover:after {
  top: -500rem;
  left: 0;
  width: 100%;
  height: 1000rem;
}
/*
 * Prototype CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-06-03 
 */
body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: 'header' 'main' 'footer';
}
body > header {
  grid-area: header;
  display: grid;
  grid-template-areas: 'top' 'bottom';
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 4rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  z-index: 7;
}
body > header .min-price {
  text-align: center;
}
body > header .top {
  grid-area: top;
}
body > header .top .inner {
  display: grid;
  grid-template-columns: max-content max-content 1fr max-content max-content;
  grid-column-gap: 2rem;
  padding: 1.5rem 0;
}
body > header .top .inner .social {
  display: flex;
}
body > header .top .inner .whatsapp {
  align-self: center;
  margin-right: 1rem;
  display: block;
}
body > header .top .inner .max {
  align-self: center;
  margin-right: 1rem;
  display: block;
}
body > header .top .inner .logo-mini {
  display: none;
}
body > header .top .inner .logo img {
  display: flex;
  width: 27rem;
  height: auto;
}
body > header .top .inner .btn-mobile-menu {
  display: none;
}
body > header .top .inner nav.main-menu {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
body > header .top .inner nav.main-menu a {
  color: #444;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
body > header .top .inner nav.main-menu a.active {
  font-weight: bold;
}
body > header .top .inner nav.main-menu a:hover {
  text-decoration: underline;
}
body > header .top .inner .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  align-self: center;
}
body > header .top .inner .info a {
  font-size: 1.6rem;
  text-decoration: underline;
  line-height: 1;
}
body > header .top .inner .info a:hover {
  text-decoration: none;
}
body > header .top .inner .info a[href^='tel:'] {
  margin-bottom: 0.6rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}
body > header .top .inner .info a[href^='tel:']:hover {
  text-decoration: underline;
}
body > header .top .inner .js-location-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
body > header .top .inner .js-location-container .city {
  margin-left: 0.2rem;
  cursor: pointer;
  color: #0054a3;
  border-bottom: 0.1rem dashed #0054a3;
}
@media (max-width: 660px) {
  body > header .top .inner {
    display: flex;
  }
  body > header .top .inner .location {
    order: 1;
  }
  body > header .top .inner .location .city {
    display: none;
  }
  body > header .top .inner .location img {
    width: 3rem;
    height: 3rem;
  }
}
body > header .catalog-menu .title {
  margin-bottom: 1rem;
}
body > header .catalog-menu .title:after {
  content: '';
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 1rem;
  border-right: 0.1rem solid #646569;
  border-bottom: 0.1rem solid #646569;
  transform: translateY(-0.1rem) rotateZ(45deg);
  transition: transform 0.2s;
}
body > header .catalog-menu .title-souveniers:after {
  display: none;
}
body > header .catalog-menu .body {
  padding-left: 1.5rem;
}
body > header .catalog-menu .subcategory {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
body > header .bottom {
  grid-area: bottom;
  background-color: #f8f8f8;
}
body > header .bottom .inner {
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  grid-template-areas: 'catalog search cart';
  grid-gap: 5rem;
  padding: 1rem 0;
  transition: padding 0.25s;
}
body > header .bottom .inner .btn-mobile-menu,
body > header .bottom .inner .search-icon,
body > header .bottom .inner .personal-mobile {
  display: none;
}
body > header .bottom .inner .catalog-container .catalog-menu {
  position: absolute;
  z-index: 1;
  padding-top: 2rem;
  display: none;
  max-height: 35rem;
  min-width: max-content;
}
body > header .bottom .inner .catalog-container .catalog-menu.opened {
  display: flex;
}
body > header .bottom .inner .catalog-container .catalog-menu a {
  color: #000;
  text-decoration: none;
}
body > header .bottom .inner .catalog-container .catalog-menu .categories-container {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0;
  max-height: 100vh;
  background: #f8f8f8;
}
body > header .bottom .inner .catalog-container .catalog-menu .categories-container .title {
  display: block;
  margin: 0 4rem 2rem 4rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
body > header .bottom .inner .catalog-container .catalog-menu .categories-container .categories {
  margin: 0;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: dark;
  overflow-x: hidden;
  overflow-y: auto;
}
body > header .bottom .inner .catalog-container .catalog-menu .categories-container .categories::-webkit-scrollbar {
  width: 0.3rem;
}
body > header .bottom .inner .catalog-container .catalog-menu .categories-container .categories::-webkit-scrollbar-track {
  background-color: #f1f1f3;
  border-radius: 0.6rem;
}
body > header .bottom .inner .catalog-container .catalog-menu .categories-container .categories::-webkit-scrollbar-thumb {
  background-color: #1e7cba;
  border-radius: 0.6rem;
}
body > header .bottom .inner .catalog-container .catalog-menu .categories-container .categories::-webkit-scrollbar {
  width: 0.5rem;
}
body > header .bottom .inner .catalog-container .catalog-menu .categories-container .categories .category {
  display: flex;
  align-items: center;
  padding: 0.8rem 2rem 0.8rem 1.5rem;
  color: #444;
  font-size: 1.4rem;
  direction: ltr;
}
body > header .bottom .inner .catalog-container .catalog-menu .categories-container .categories .category img {
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
body > header .bottom .inner .catalog-container .catalog-menu .categories-container .categories .category:hover,
body > header .bottom .inner .catalog-container .catalog-menu .categories-container .categories .category.active {
  background: #fff;
}
body > header .bottom .inner .catalog-container .catalog-menu .subcategories {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0;
  max-height: 100vh;
  background: #f8f8f8;
  overflow-y: auto;
}
body > header .bottom .inner .catalog-container .catalog-menu .subcategories .subcategory {
  display: none;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: dark;
  overflow-x: hidden;
  overflow-y: auto;
}
body > header .bottom .inner .catalog-container .catalog-menu .subcategories .subcategory::-webkit-scrollbar {
  width: 0.3rem;
}
body > header .bottom .inner .catalog-container .catalog-menu .subcategories .subcategory::-webkit-scrollbar-track {
  background-color: #f1f1f3;
  border-radius: 0.6rem;
}
body > header .bottom .inner .catalog-container .catalog-menu .subcategories .subcategory::-webkit-scrollbar-thumb {
  background-color: #1e7cba;
  border-radius: 0.6rem;
}
body > header .bottom .inner .catalog-container .catalog-menu .subcategories .subcategory::-webkit-scrollbar {
  width: 0.5rem;
}
body > header .bottom .inner .catalog-container .catalog-menu .subcategories .subcategory a {
  display: flex;
  align-items: center;
  padding: 0.8rem 2rem;
  color: #444;
  font-size: 1.4rem;
}
body > header .bottom .inner .catalog-container .catalog-menu .subcategories .subcategory a:hover {
  background: #fff;
}
body > header .bottom .inner .catalog-container .catalog-menu .subcategories .subcategory.active {
  display: flex;
}
body > header .bottom .inner .catalog-container:hover > .catalog-menu {
  display: flex;
}
body > header .bottom .inner .cart-state-container {
  grid-area: cart;
  justify-self: end;
}
body > header .bottom .inner .cart-state-container .dropdown .title {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
  color: #000;
  text-decoration: none;
  background-color: #f8f8f8;
}
body > header .bottom .inner .cart-state-container .dropdown .title img {
  margin-right: 1rem;
}
body > header .bottom .inner .cart-state-container .dropdown .title .badge {
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  background-color: #000;
  border-radius: 50%;
}
body > header .bottom .inner .cart-state-container .dropdown .title .badge:after {
  display: none;
}
body > header .bottom .inner .cart-state-container .dropdown .title > svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
}
body > header .bottom .inner .cart-state-container .dropdown .title .price-min {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  color: #fff;
  line-height: 1;
}
body > header .bottom .inner .cart-state-container .dropdown .title .price-min strong {
  font-size: 2.1rem;
}
body > header .bottom .inner .cart-state-container .dropdown .title .price-min span {
  font-size: 1.4rem;
}
body > header .bottom .inner .cart-state-container .dropdown .body {
  width: 25rem !important;
  right: 0;
  z-index: 5;
}
body > header .bottom .inner .cart-state-container .dropdown .body p {
  text-align: center;
}
body > header .bottom .inner .cart-state-container .dropdown .body .faze-scroll {
  border: none;
}
body > header .bottom .inner .cart-state-container .dropdown .body .faze-scroll .faze-scroll-vertical {
  background-color: #1e7cba;
}
body > header .bottom .inner .cart-state-container .dropdown .body .btn {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  color: #fff;
}
body > header .bottom .inner .cart-state-container .dropdown .body .products-mini {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.1rem solid #f1f1f3;
}
body > header .bottom .inner .cart-state-container .dropdown .body .products-mini .products-mini {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.1rem solid #f1f1f3;
}
body > header .bottom .inner .cart-state-container .dropdown .body .products-mini .products-mini .products-mini-items {
  padding-right: 1.5rem;
}
body > header .bottom .inner .cart-state-container .dropdown .body .products-mini .products-mini .products-mini-items .products-mini-item .info {
  justify-self: start;
}
body > header .bottom .inner .cart-state-container .dropdown .body .products-mini .products-mini .products-mini-items .products-mini-item .info .name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body > header .bottom .inner .cart-state-container .dropdown .body .total {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #444;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
body > header .bottom .inner .cart-state-container .dropdown .body .total .price {
  font-size: 1.8rem;
}
body > header .bottom .inner .cart-state-container .dropdown .body .btn-image {
  margin-top: 1rem;
}
body > header .bottom .inner .cart-state-container .dropdown .body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: 0.1rem;
  background-color: #f1f1f3;
}
body > header .bottom .inner .cart-state-container:hover .dropdown .title {
  position: relative;
  background-color: #fff;
  z-index: 6;
  cursor: default;
}
body > header .bottom .inner .search {
  grid-area: search;
  display: grid;
  grid-template-areas: 'name price-from price-to balance button';
  grid-template-columns: minmax(15rem, 3fr) repeat(4, 1fr);
  align-self: center;
  min-width: 0;
}
body > header .bottom .inner .search .input-holder:not(:first-of-type) {
  position: relative;
}
body > header .bottom .inner .search .input-holder:not(:first-of-type):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.1rem;
  height: 2.5rem;
  background-color: #68716c;
  transform: translateY(-50%);
}
body > header .bottom .inner .search input {
  width: 100%;
  height: 100%;
  padding: 1rem;
  color: #444;
  background-color: #fff;
  border-radius: 0;
  border: none;
}
body > header .bottom .inner .search input.name {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
body > header .bottom .inner .search input[type='number'] {
  text-align: center;
}
body > header .bottom .inner .search input[type='number'] {
  -moz-appearance: textfield;
}
body > header .bottom .inner .search input::-webkit-outer-spin-button,
body > header .bottom .inner .search input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body > header .bottom .inner .search input:focus {
  border-bottom-color: #68716c;
}
body > header .bottom .inner .search input::placeholder {
  color: #68716c;
}
body > header .bottom .inner .search button {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
body > header.fixed {
  position: fixed;
  top: -12.2rem;
  left: 0;
  right: 0;
}
@media (max-width: 1290px) {
  body > header .top .inner {
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
  }
  body > header .top .inner nav.main-menu {
    display: none;
  }
  body > header .bottom .inner .catalog-container:hover > .catalog-menu {
    display: none;
  }
  body > header .bottom .inner .search {
    grid-template-columns: 1fr 9rem;
  }
  body > header .bottom .inner .search .input-holder:not(:first-of-type) {
    display: none;
  }
}
@media (max-width: 798px) {
  body > header .top .inner .logo img {
    width: 22rem;
  }
  body > header .bottom .inner {
    grid-gap: 2rem;
  }
  body > header .bottom .inner .btn-catalog {
    padding: 1rem;
    font-size: 0;
  }
  body > header .bottom .inner .btn-catalog .bars {
    margin-right: 0;
  }
}
@media (max-width: 510px) {
  body > header .top .inner {
    grid-gap: 2rem;
  }
  body > header .top .inner .logo img {
    width: 15rem;
  }
  body > header .top .inner .info a,
  body > header .top .inner .info a[href^='tel:'] {
    font-size: 1.5rem;
  }
  body > header .bottom .inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'catalog cart' 'search search';
  }
  body > header .bottom .inner .catalog-container:hover > .catalog-menu {
    display: none;
  }
  body > header .bottom .inner .btn-catalog {
    justify-self: start;
  }
}
body > main {
  grid-area: main;
}
@media (max-width: 1290px) {
  body > main {
    padding-top: 0;
  }
}
body > footer {
  grid-area: footer;
  margin-top: 4rem;
  padding: 5rem 0 8rem;
  background-color: #f8f8f8;
}
body > footer .inner {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-areas: 'contacts catalog-menu menu';
  grid-gap: 5rem;
}
body > footer .inner .title {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 1;
}
body > footer .inner .subtitle {
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  line-height: 1;
}
body > footer .inner a {
  color: #444;
  text-decoration: none;
}
body > footer .inner a:hover {
  text-decoration: underline;
}
body > footer .inner .socials {
  grid-area: socials;
  margin-top: 3rem;
}
body > footer .inner .socials .icons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body > footer .inner .socials .icons a img {
  width: 3.6rem;
  height: 3.6rem;
}
body > footer .inner .socials .icons a + a {
  margin-left: 1rem;
}
body > footer .inner .buttons {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}
body > footer .inner .buttons .btn-reg,
body > footer .inner .buttons .btn-login {
  height: 2.4rem;
  padding: 0.3rem 0.5rem;
  color: #ac252b;
  text-align: center;
  border: 0.1rem solid #ac252b;
  border-radius: 0.3rem;
}
body > footer .inner .buttons .btn-reg:hover,
body > footer .inner .buttons .btn-login:hover {
  color: #f8f8f8;
  text-decoration: none;
  background-color: #ac252b;
}
body > footer .inner .buttons .btn-reg:not(:last-child),
body > footer .inner .buttons .btn-login:not(:last-child) {
  margin-right: 1rem;
}
body > footer .inner .menu {
  grid-area: menu;
  display: flex;
  flex-direction: column;
}
body > footer .inner .menu a:not(:last-child) {
  margin-bottom: 1rem;
}
body > footer .inner .catalog-menu {
  grid-area: catalog-menu;
  display: flex;
  flex-direction: column;
  align-self: start;
  height: 100%;
}
body > footer .inner .catalog-menu .title {
  grid-column: span 2;
}
body > footer .inner .catalog-menu .catalog-menu-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 5rem;
}
body > footer .inner .catalog-menu .catalog-menu-items a {
  min-width: 0;
  min-height: 0;
}
body > footer .inner .catalog-menu .catalog-menu-items a sup {
  color: #68716c;
}
body > footer .inner .catalog-menu .copyright {
  margin-top: auto;
  font-size: 1.2rem;
  text-align: center;
}
body > footer .inner .contacts .phones {
  display: flex;
  flex-direction: column;
}
@media (max-width: 950px) {
  body > footer .inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'catalog-menu catalog-menu' 'contacts menu';
  }
}
@media (max-width: 798px) {
  body > footer {
    padding: 3rem 0 4rem;
  }
  body > footer .inner {
    grid-template-columns: 1fr;
    grid-template-areas: 'contacts' 'menu';
    grid-gap: 3rem;
  }
  body > footer .inner .catalog-menu {
    display: none;
  }
}
body .mobile-menu {
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 0 3.5rem 0 rgba(0, 0, 0, 0.2);
  z-index: 4;
  overflow-y: auto;
  transition: left 0.3s ease-out;
}
body .mobile-menu .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
body .mobile-menu .title span {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
}
body .mobile-menu nav {
  display: flex;
  flex-direction: column;
}
body .mobile-menu nav a {
  color: #444;
  font-size: 1.6rem;
}
body .mobile-menu nav a:not(:last-child) {
  margin-bottom: 1rem;
}
body.mobile-menu-open .mobile-menu {
  left: 0;
}
/*
 * Home page CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-06-06
 */
section.banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  margin-top: 5rem;
}
section.banners .banner {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
  user-select: none;
}
@media (max-width: 798px) {
  section.banners {
    grid-template-columns: 1fr;
  }
}
/*
 * Catalog CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-06-06
 */
@keyframes filter_panel_appearance {
  from {
    top: -100%;
  }
  to {
    top: 5rem;
  }
}
body.filter-shown {
  overflow: hidden;
}
section.catalog-main {
  margin-top: 5rem;
}
section.catalog-main .catalog-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 3rem;
  margin-top: 2.5rem;
  min-width: 0;
  min-height: 0;
}
section.catalog-main .catalog-items .catalog-item {
  position: relative;
  height: 27rem;
  min-width: 0;
  min-height: 0;
}
section.catalog-main .catalog-items .catalog-item .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0;
  width: 100%;
  max-height: 37rem;
  padding: 2.5rem;
  border: 0.1rem solid transparent;
  background-color: #fff;
  overflow: hidden;
}
section.catalog-main .catalog-items .catalog-item .inner a {
  text-align: center;
  text-decoration: none;
}
section.catalog-main .catalog-items .catalog-item .inner img {
  display: flex;
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}
section.catalog-main .catalog-items .catalog-item .inner .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
section.catalog-main .catalog-items .catalog-item .inner .title .name {
  margin-left: 1rem;
  color: #444;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
}
section.catalog-main .catalog-items .catalog-item .inner .title img {
  display: flex;
  width: 5rem;
  height: 5rem;
}
section.catalog-main .catalog-items .catalog-item .inner .subcatalog {
  width: 100%;
}
section.catalog-main .catalog-items .catalog-item .inner .subcatalog .subcatalog-items {
  display: flex;
  flex-direction: column;
  margin-top: 1.8rem;
}
section.catalog-main .catalog-items .catalog-item .inner .subcatalog .subcatalog-items .subcatalog-item {
  color: #444;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
}
section.catalog-main .catalog-items .catalog-item .inner .subcatalog .subcatalog-items .subcatalog-item:nth-child(n + 5) {
  display: none;
}
section.catalog-main .catalog-items .catalog-item .inner .subcatalog .subcatalog-items .subcatalog-item:hover {
  text-decoration: underline;
}
section.catalog-main .catalog-items .catalog-item .inner .subcatalog .subcatalog-items .subcatalog-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
section.catalog-main .catalog-items .catalog-item:hover .inner {
  position: absolute;
  top: 0;
  left: 0;
  max-height: initial;
  border-color: #ebebeb;
  overflow: visible;
  z-index: 3;
}
section.catalog-main .catalog-items .catalog-item:hover .inner .subcatalog .subcatalog-items .subcatalog-item:nth-child(n + 5) {
  display: block;
}
@media (max-width: 1290px) {
  section.catalog-main .catalog-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 950px) {
  section.catalog-main .catalog-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 798px) {
  section.catalog-main {
    margin-top: 2.5rem;
  }
  section.catalog-main .catalog-items {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0;
    margin-top: 0;
  }
  section.catalog-main .catalog-items .catalog-item {
    height: auto;
    border-right: none;
  }
  section.catalog-main .catalog-items .catalog-item .inner {
    align-items: center;
    height: auto;
    padding: 2rem;
  }
  section.catalog-main .catalog-items .catalog-item .inner .title {
    flex-direction: column;
  }
  section.catalog-main .catalog-items .catalog-item .inner .title .name {
    margin-top: 1rem;
    margin-left: 0;
  }
  section.catalog-main .catalog-items .catalog-item .inner .subcatalog {
    display: none;
  }
  section.catalog-main .catalog-items .catalog-item:hover .inner {
    position: initial;
    box-shadow: none;
  }
}
@media (max-width: 510px) {
  section.catalog-main .catalog-items .catalog-item .inner img {
    width: 6rem;
    height: 6rem;
  }
}
section.catalog {
  display: grid;
  grid-template-columns: 22.5rem 1fr;
  grid-gap: 3rem;
  min-width: 0;
  min-height: 0;
}
section.catalog.catalog-full {
  grid-template-columns: 1fr;
}
section.catalog.catalog-full .products-items {
  grid-template-columns: repeat(4, 1fr);
}
section.catalog.catalog-full .pagination {
  grid-column: span 4;
}
@media (max-width: 950px) {
  section.catalog.catalog-full .products-items {
    grid-template-columns: repeat(3, 1fr);
  }
  section.catalog.catalog-full .pagination {
    grid-column: span 3;
  }
}
@media (max-width: 798px) {
  section.catalog.catalog-full .products-items {
    grid-template-columns: repeat(2, 1fr);
  }
  section.catalog.catalog-full .pagination {
    grid-column: span 2;
  }
}
@media (max-width: 510px) {
  section.catalog.catalog-full .products-items {
    grid-template-columns: 1fr;
  }
  section.catalog.catalog-full .pagination {
    grid-column: initial;
  }
}
section.catalog aside {
  min-width: 0;
  min-height: 0;
}
section.catalog aside.sidebar .current-category .h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
}
section.catalog aside.sidebar .current-category .current-category-items {
  display: flex;
  flex-direction: column;
}
section.catalog aside.sidebar .current-category .current-category-items .current-category-item {
  display: block;
  color: #444;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.2;
}
section.catalog aside.sidebar .current-category .current-category-items .current-category-item.active,
section.catalog aside.sidebar .current-category .current-category-items .current-category-item:hover {
  text-decoration: underline;
}
section.catalog aside.sidebar .current-category .current-category-items .current-category-item.active {
  color: #1e7cba;
}
section.catalog aside.sidebar .current-category .current-category-items .current-category-item:not(:last-child) {
  margin-bottom: 1rem;
}
section.catalog aside.products h1 {
  text-align: center;
}
section.catalog aside.products .sort {
  width: auto;
  align-self: center;
  justify-self: start;
  margin-bottom: -0.1rem;
}
section.catalog aside.products .sort .title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  background-color: #fff;
  border: none;
}
section.catalog aside.products .sort .body {
  padding-top: 3rem;
  font-size: 1.4rem;
  border-radius: 0;
  background-color: #fff;
  border: none;
}
section.catalog aside.products .sort .body .faze-option:hover {
  background-color: #fff;
}
section.catalog aside.products .select-category {
  display: none;
}
section.catalog aside.products .filter-controls {
  display: none;
  width: 100%;
  margin: 2rem 0;
  padding: 1.2rem 1.5rem;
  background-color: #ac252b;
}
section.catalog aside.products .filter-controls .inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 2.5rem;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
section.catalog aside.products .filter-controls .selected-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section.catalog aside.products .filter-controls .selected-filters .param {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0.5rem 2rem 0.5rem 0;
}
section.catalog aside.products .filter-controls .selected-filters .param .delete {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
}
section.catalog aside.products .filter-controls .selected-filters .param .delete:before,
section.catalog aside.products .filter-controls .selected-filters .param .delete:after {
  content: '';
  position: absolute;
  top: 55%;
  left: 50%;
  display: block;
  width: 0.1rem;
  height: 1rem;
  background-color: #fff;
}
section.catalog aside.products .filter-controls .selected-filters .param .delete:after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
section.catalog aside.products .filter-controls .selected-filters .param .delete:before {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
section.catalog aside.products .filter-controls .selected-filters .param .delete:hover {
  cursor: pointer;
}
section.catalog aside.products .filter-controls .btn-filter-clear {
  color: #fff;
}
section.catalog aside.products .filter-controls .btn-filter-clear:hover {
  cursor: pointer;
}
section.catalog aside.products .filter-controls.fixed {
  position: fixed;
  top: 0rem;
  left: 0;
  margin-top: 0;
  animation-name: filter_panel_appearance;
  animation-duration: 0.5s;
  z-index: 4;
}
section.catalog aside.products .text {
  margin-bottom: 5rem;
  font-size: 1.6rem;
}
section.catalog aside.products .text p + .more {
  margin-top: -1rem;
}
section.catalog aside.products .text .more {
  font-size: 1.4rem;
  text-decoration: underline;
}
section.catalog aside.products .text .more:hover {
  cursor: pointer;
  text-decoration: none;
}
section.catalog aside.products .text .more:not(.more-shown) ~ * {
  display: none;
}
@media (max-width: 1290px) {
  section.catalog aside.products .catalog-controls .view-changer {
    display: none;
  }
}
@media (max-width: 950px) {
  section.catalog aside.products .catalog-controls {
    display: none;
  }
}
@media (max-width: 798px) {
  section.catalog {
    grid-template-columns: 1fr;
  }
  section.catalog aside.sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: left 0.1s, background-color 0.3s ease-in;
    overflow-y: auto;
    z-index: 5;
  }
  section.catalog aside.sidebar .filter {
    width: 80%;
    margin-top: 0;
    background-color: #fff;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  section.catalog aside.sidebar .current-category {
    display: none;
  }
  section.catalog aside.sidebar.filter-shown {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  section.catalog aside.products .select-category {
    display: block;
    margin-bottom: 3rem;
  }
  section.catalog aside.products .filter-controls {
    display: none !important;
  }
  section.catalog aside.products .mobile-filter-caller {
    display: flex;
  }
}
/*
 * Products CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-06-06
 */
.products-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin-top: 3rem;
  min-width: 0;
  min-height: 0;
}
aside.products .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
aside.products .header h1 {
  display: flex;
  flex-direction: row;
  align-content: center;
  margin-bottom: 0;
}
aside.products .header h1 .total {
  margin-left: 1rem;
  color: #68716c;
  font-size: 1.6rem;
}
aside.products .seo-text {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.1rem dotted #68716c;
}
@media (max-width: 510px) {
  aside.products h1 .total {
    display: none;
  }
  aside.products .sort {
    display: none;
  }
}
.filter form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.filter form .dropdown .body {
  width: 20rem;
}
.filter form .dropdown.dropdown-price .body {
  width: 23rem;
}
.filter form .close {
  display: none;
}
.filter form .btn-filter {
  display: none;
}
@media (max-width: 798px) {
  .filter {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: transparent;
    transition: left 0.1s, background-color 0.3s ease-in;
    overflow-y: auto;
    z-index: 8;
  }
  .filter form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 0.4rem;
  }
  .filter form .dropdown .title {
    font-size: 1.8rem;
  }
  .filter form .dropdown .body {
    position: relative;
    top: 0 !important;
    box-shadow: none;
  }
  .filter form .dropdown .body .faze-scroll {
    height: initial !important;
  }
  .filter form .dropdown .body .faze-scroll .checkboxes {
    position: relative !important;
  }
  .filter form .dropdown:not(:last-child) {
    margin-bottom: 1rem;
  }
  .filter form > .close {
    display: block;
    margin-left: auto;
  }
  .filter form > .close:before,
  .filter form > .close:after {
    height: 2rem;
  }
  .filter form .btn-filter {
    display: block;
    margin-top: 1rem;
  }
}
.filter.filter-shown {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.mobile-filter-caller {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #1e7cba;
  border-radius: 0.5rem;
}
.mobile-filter-caller:after {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  transform: rotateZ(-45deg);
}
.mobile-filter-caller:hover {
  cursor: pointer;
}
.products-items .products-item,
.carousel-container-products .products-item {
  position: relative;
  min-width: 0;
  min-height: 42rem;
  background-color: #fff;
  z-index: 3;
}
.products-items .products-item .inner,
.carousel-container-products .products-item .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  background-color: #fff;
  border: 0.2rem solid transparent;
  z-index: 3;
}
.products-items .products-item .inner .image,
.carousel-container-products .products-item .inner .image {
  position: relative;
  width: 100%;
  grid-area: image;
}
.products-items .products-item .inner .image > a,
.carousel-container-products .products-item .inner .image > a {
  position: relative;
  display: block;
  width: 60%;
  margin: 2rem auto 0;
  padding-bottom: 60%;
}
.products-items .products-item .inner .image > a img,
.carousel-container-products .products-item .inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.products-items .products-item .inner .badges,
.carousel-container-products .products-item .inner .badges {
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 3;
}
.products-items .products-item .inner .badges .badge,
.carousel-container-products .products-item .inner .badges .badge {
  position: relative;
  width: 4rem;
  height: 1.6rem;
  display: none;
}
.products-items .products-item .inner .badges .badge.badge-top-YES:before,
.carousel-container-products .products-item .inner .badges .badge.badge-top-YES:before,
.products-items .products-item .inner .badges .badge.badge-new-YES:before,
.carousel-container-products .products-item .inner .badges .badge.badge-new-YES:before,
.products-items .products-item .inner .badges .badge.badge-sale-YES:before,
.carousel-container-products .products-item .inner .badges .badge.badge-sale-YES:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products-items .products-item .inner .badges .badge.badge-top-YES:after,
.carousel-container-products .products-item .inner .badges .badge.badge-top-YES:after,
.products-items .products-item .inner .badges .badge.badge-new-YES:after,
.carousel-container-products .products-item .inner .badges .badge.badge-new-YES:after,
.products-items .products-item .inner .badges .badge.badge-sale-YES:after,
.carousel-container-products .products-item .inner .badges .badge.badge-sale-YES:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 45%;
  color: #fff;
  font-size: 1rem;
  transform: translate(-50%, -50%);
}
.products-items .products-item .inner .badges .badge.badge-new-YES,
.carousel-container-products .products-item .inner .badges .badge.badge-new-YES {
  display: block;
}
.products-items .products-item .inner .badges .badge.badge-new-YES:before,
.carousel-container-products .products-item .inner .badges .badge.badge-new-YES:before {
  background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg width="40" height="16" viewBox="0 0 40 16" fill="%23038dbb" xmlns="http://www.w3.org/2000/svg"><path d="M40 16H0V0H40L34 8L40 16Z"/></svg>') center center no-repeat;
}
.products-items .products-item .inner .badges .badge.badge-new-YES:after,
.carousel-container-products .products-item .inner .badges .badge.badge-new-YES:after {
  content: 'New';
}
.products-items .products-item .inner .badges .badge.badge-sale-YES,
.carousel-container-products .products-item .inner .badges .badge.badge-sale-YES {
  display: block;
}
.products-items .products-item .inner .badges .badge.badge-sale-YES:before,
.carousel-container-products .products-item .inner .badges .badge.badge-sale-YES:before {
  background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg width="40" height="16" viewBox="0 0 40 16" fill="%23ff8200" xmlns="http://www.w3.org/2000/svg"><path d="M40 16H0V0H40L34 8L40 16Z"/></svg>') center center no-repeat;
}
.products-items .products-item .inner .badges .badge.badge-sale-YES:after,
.carousel-container-products .products-item .inner .badges .badge.badge-sale-YES:after {
  content: 'Sale';
}
.products-items .products-item .inner .badges .badge:not(:last-child),
.carousel-container-products .products-item .inner .badges .badge:not(:last-child) {
  margin-bottom: 0.5rem;
}
.products-items .products-item .inner .colors,
.carousel-container-products .products-item .inner .colors {
  grid-area: colors;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #ebebeb;
}
.products-items .products-item .inner .colors .colors-column,
.carousel-container-products .products-item .inner .colors .colors-column {
  display: flex;
  flex-direction: row;
}
.products-items .products-item .inner .colors .colors-column .color,
.carousel-container-products .products-item .inner .colors .colors-column .color {
  width: 3.3rem;
  height: 3.3rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border: 0.1rem solid #ebebeb;
}
.products-items .products-item .inner .colors .colors-column .color.active,
.carousel-container-products .products-item .inner .colors .colors-column .color.active {
  border-color: #1e7cba;
}
.products-items .products-item .inner .colors .colors-column .color:nth-child(5n),
.carousel-container-products .products-item .inner .colors .colors-column .color:nth-child(5n) {
  margin-right: 0;
}
.products-items .products-item .inner .colors .colors-column .color:hover,
.carousel-container-products .products-item .inner .colors .colors-column .color:hover {
  cursor: pointer;
}
.products-items .products-item .inner .colors .colors-column .more,
.carousel-container-products .products-item .inner .colors .colors-column .more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  border: 0.1rem solid #ebebeb;
  user-select: none;
}
.products-items .products-item .inner .colors .colors-column:not(:first-child),
.carousel-container-products .products-item .inner .colors .colors-column:not(:first-child) {
  display: none;
}
.products-items .products-item .inner .colors.colors-many .colors-column:first-child .color:last-of-type,
.carousel-container-products .products-item .inner .colors.colors-many .colors-column:first-child .color:last-of-type {
  display: none;
}
.products-items .products-item .inner .colors-buy:hover .colors .colors-column .more,
.carousel-container-products .products-item .inner .colors-buy:hover .colors .colors-column .more {
  display: none;
}
.products-items .products-item .inner .colors-buy:hover .colors .colors-column:not(:first-child),
.carousel-container-products .products-item .inner .colors-buy:hover .colors .colors-column:not(:first-child) {
  display: flex;
}
.products-items .products-item .inner .colors-buy:hover .colors.colors-many .colors-column:first-child .color:last-of-type,
.carousel-container-products .products-item .inner .colors-buy:hover .colors.colors-many .colors-column:first-child .color:last-of-type {
  display: flex;
}
.products-items .products-item .inner .base-info,
.carousel-container-products .products-item .inner .base-info {
  grid-area: base-info;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
.products-items .products-item .inner .base-info .name,
.carousel-container-products .products-item .inner .base-info .name {
  width: 100%;
  height: 4.5rem;
  margin-top: 1rem;
  color: #444;
  font-size: 1.8rem;
  text-align: left;
  text-decoration: none;
  line-height: 1.2;
  word-break: break-word;
  overflow: hidden;
}
.products-items .products-item .inner .base-info .prints,
.carousel-container-products .products-item .inner .base-info .prints {
  display: none;
}
.products-items .products-item .inner .prices,
.carousel-container-products .products-item .inner .prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.5rem;
}
.products-items .products-item .inner .prices .price,
.carousel-container-products .products-item .inner .prices .price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #444;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1;
}
.products-items .products-item .inner .prices .price .value .penny,
.carousel-container-products .products-item .inner .prices .price .value .penny {
  margin-top: 0.2rem;
  margin-bottom: auto;
  font-size: 1.6rem;
}
.products-items .products-item .inner .prices .price .currency,
.carousel-container-products .products-item .inner .prices .price .currency {
  margin-left: 1rem;
}
.products-items .products-item .inner .prices .price.price-old,
.carousel-container-products .products-item .inner .prices .price.price-old {
  position: relative;
  margin-left: 2rem;
  color: #68716c;
  font-size: 1.4rem;
}
.products-items .products-item .inner .prices .price.price-old .value .penny,
.carousel-container-products .products-item .inner .prices .price.price-old .value .penny {
  font-size: 1.4rem;
}
.products-items .products-item .inner .prices .price.price-old .currency,
.carousel-container-products .products-item .inner .prices .price.price-old .currency {
  margin-left: 0.5rem;
  font-size: 1.4rem;
}
.products-items .products-item .inner .prices .price.price-old:after,
.carousel-container-products .products-item .inner .prices .price.price-old:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 1.5rem);
  height: 0.1rem;
  background-color: #de151d;
  transform: translate(-50%, -50%);
}
.products-items .products-item .inner .prices .price[data-price="0"].price-current > span,
.carousel-container-products .products-item .inner .prices .price[data-price="0"].price-current > span,
.products-items .products-item .inner .prices .price[data-price="0.00"].price-current > span,
.carousel-container-products .products-item .inner .prices .price[data-price="0.00"].price-current > span,
.products-items .products-item .inner .prices .price:not([data-price]).price-current > span,
.carousel-container-products .products-item .inner .prices .price:not([data-price]).price-current > span {
  display: none;
}
.products-items .products-item .inner .prices .price[data-price="0"].price-current:before,
.carousel-container-products .products-item .inner .prices .price[data-price="0"].price-current:before,
.products-items .products-item .inner .prices .price[data-price="0.00"].price-current:before,
.carousel-container-products .products-item .inner .prices .price[data-price="0.00"].price-current:before,
.products-items .products-item .inner .prices .price:not([data-price]).price-current:before,
.carousel-container-products .products-item .inner .prices .price:not([data-price]).price-current:before {
  content: 'По запросу';
  display: block;
}
.products-items .products-item .inner .prices .price[data-price="0"].price-old,
.carousel-container-products .products-item .inner .prices .price[data-price="0"].price-old,
.products-items .products-item .inner .prices .price[data-price="0.00"].price-old,
.carousel-container-products .products-item .inner .prices .price[data-price="0.00"].price-old,
.products-items .products-item .inner .prices .price:not([data-price]).price-old,
.carousel-container-products .products-item .inner .prices .price:not([data-price]).price-old {
  display: none;
}
.products-items .products-item .inner .prices[data-price-current="0"] .price-old,
.carousel-container-products .products-item .inner .prices[data-price-current="0"] .price-old,
.products-items .products-item .inner .prices[data-price-current="0.00"] .price-old,
.carousel-container-products .products-item .inner .prices[data-price-current="0.00"] .price-old,
.products-items .products-item .inner .prices:not([data-price-current]) .price-old,
.carousel-container-products .products-item .inner .prices:not([data-price-current]) .price-old {
  display: none;
}
.products-items .products-item .inner .info,
.carousel-container-products .products-item .inner .info {
  grid-area: info;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin-top: 1rem;
  color: #444;
  font-size: 1.4rem;
  line-height: 1;
}
.products-items .products-item .inner .info .params,
.carousel-container-products .products-item .inner .info .params {
  min-width: 0;
  min-height: 0;
}
.products-items .products-item .inner .info .params .param,
.carousel-container-products .products-item .inner .info .params .param {
  visibility: hidden;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.products-items .products-item .inner .info .params .param .title,
.carousel-container-products .products-item .inner .info .params .param .title {
  color: #68716c;
}
.products-items .products-item .inner .info .params .param:not(:last-child),
.carousel-container-products .products-item .inner .info .params .param:not(:last-child) {
  margin-bottom: 0.5rem;
}
.products-items .products-item .inner .info .params .param:not([data-value="0"]),
.carousel-container-products .products-item .inner .info .params .param:not([data-value="0"]) {
  visibility: visible;
}
.products-items .products-item .inner .info .params .param:not([data-value]),
.carousel-container-products .products-item .inner .info .params .param:not([data-value]) {
  visibility: hidden;
}
.products-items .products-item .inner .buy,
.carousel-container-products .products-item .inner .buy {
  grid-area: buy;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
}
.products-items .products-item .inner .buy button,
.carousel-container-products .products-item .inner .buy button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.products-items .products-item .inner .buy button:hover,
.carousel-container-products .products-item .inner .buy button:hover {
  cursor: pointer;
}
.products-items .products-item[data-colors-length]:after,
.carousel-container-products .products-item[data-colors-length]:after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  content: attr(data-colors-length);
  padding-left: 1.7rem;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  background: url("/i/img/catalog/colors.png") top left no-repeat;
  z-index: 4;
}
.products-items .products-item:hover,
.carousel-container-products .products-item:hover {
  z-index: 4;
}
.products-items .products-item:hover .inner,
.carousel-container-products .products-item:hover .inner {
  position: absolute;
  width: 100%;
  border-color: #1e7cba;
  z-index: 4;
}
.products-items .products-item:hover .inner .badges,
.carousel-container-products .products-item:hover .inner .badges {
  top: 0.8rem;
  left: -0.2rem;
}
.products-items .products-item:hover .inner .colors,
.carousel-container-products .products-item:hover .inner .colors {
  display: flex;
}
.products-items .products-item:hover .inner .buy,
.carousel-container-products .products-item:hover .inner .buy {
  display: flex;
  width: 100%;
}
.products-items .pagination,
.carousel-container-products .pagination {
  grid-column: span 3;
}
@media (max-width: 1290px) {
  .products-items,
  .carousel-container-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-items .pagination,
  .carousel-container-products .pagination {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .products-items,
  .carousel-container-products {
    grid-template-columns: 1fr;
  }
  .products-items .products-item .inner .buy,
  .carousel-container-products .products-item .inner .buy {
    display: flex;
  }
  .products-items .products-item:hover .inner,
  .carousel-container-products .products-item:hover .inner {
    position: initial;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 2rem;
    box-shadow: none;
  }
  .products-items .products-item:hover .inner .colors,
  .carousel-container-products .products-item:hover .inner .colors {
    top: 2rem;
    left: 2rem;
  }
  .products-items .pagination,
  .carousel-container-products .pagination {
    grid-column: initial;
  }
}
section.carousel-container-products {
  margin-top: 5rem;
}
section.carousel-container-products h2 {
  text-align: center;
}
section.carousel-container-products > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
section.carousel-container-products > .inner .carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0 6rem;
}
section.carousel-container-products > .inner .carousel .products-item {
  width: 23rem;
  height: 36rem;
  margin: 0 2rem;
}
section.carousel-container-products > .inner .carousel .products-item .inner .base-info .prices .price.price-current {
  font-size: 2rem;
}
section.carousel-container-products > .inner .carousel .products-item:hover .inner {
  box-shadow: none;
}
section.carousel-container-products > .inner .carousel:not(.faze-carousel) .products-item:nth-child(n + 5) {
  display: none;
}
section.carousel-container-products > .inner .carousel.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
  width: 23rem;
  height: 36rem;
  margin: 0 2rem;
}
section.carousel-container-products > .inner .arrow {
  position: relative;
  width: 2rem;
  min-width: 2rem;
  height: 8rem;
  opacity: 0.7;
}
section.carousel-container-products > .inner .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.1rem solid #000;
}
section.carousel-container-products > .inner .arrow.arrow-left {
  margin-right: 2rem;
}
section.carousel-container-products > .inner .arrow.arrow-left:before {
  border-left: 0.1rem solid #000;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
section.carousel-container-products > .inner .arrow.arrow-right {
  margin-left: 2rem;
}
section.carousel-container-products > .inner .arrow.arrow-right:before {
  border-right: 0.1rem solid #000;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
section.carousel-container-products > .inner .arrow:hover {
  cursor: pointer;
  opacity: 1;
}
section.carousel-container-products:not(.carousel-enabled) .inner .arrow {
  visibility: hidden;
}
section.carousel-container-products.carousel-container-clients > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
section.carousel-container-products.carousel-container-clients > .inner .carousel img {
  width: 20rem;
  height: 10rem;
  object-fit: contain;
}
section.carousel-container-products.carousel-container-clients > .inner .carousel.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
  width: 20rem;
  height: 10rem;
  object-fit: contain;
}
@media (max-width: 1290px) {
  section.carousel-container-products > .inner .carousel .products-item {
    margin: 0 1.4rem;
  }
  section.carousel-container-products > .inner .carousel:not(.faze-carousel) .products-item:nth-child(n + 4) {
    display: none;
  }
  section.carousel-container-products > .inner .carousel.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
    margin: 0 1.4rem;
  }
}
@media (max-width: 950px) {
  section.carousel-container-products > .inner .carousel .products-item {
    margin: 0 4.2rem;
  }
  section.carousel-container-products > .inner .carousel:not(.faze-carousel) .products-item:nth-child(n + 3) {
    display: none;
  }
  section.carousel-container-products > .inner .carousel.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
    margin: 0 4.2rem;
  }
}
@media (max-width: 798px) {
  section.carousel-container-products > .inner .carousel {
    width: 26rem;
  }
  section.carousel-container-products > .inner .carousel .products-item {
    margin: 0 1rem;
  }
  section.carousel-container-products > .inner .carousel:not(.faze-carousel) .products-item:nth-child(n + 2) {
    display: none;
  }
  section.carousel-container-products > .inner .carousel.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
    margin: 0 1rem;
  }
  section.carousel-container-products.carousel-container-clients .inner {
    justify-content: center;
  }
}
@media (max-width: 510px) {
  section.carousel-container-products > .inner {
    justify-content: center;
  }
  section.carousel-container-products > .inner .arrow {
    display: none;
  }
}
.products-mini .products-mini-items .products-mini-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1rem;
  min-width: 0;
  min-height: 0;
}
.products-mini .products-mini-items .products-mini-item img {
  display: flex;
  width: 100%;
  height: auto;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
}
.products-mini .products-mini-items .products-mini-item .info {
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  color: #444;
  font-size: 1.4rem;
  line-height: 1;
}
.products-mini .products-mini-items .products-mini-item .info .name {
  display: block;
  color: #444;
  text-decoration: none;
}
.products-mini .products-mini-items .products-mini-item .info .amount {
  margin-top: 0.5rem;
}
.products-mini .products-mini-items .products-mini-item .info .price {
  margin-top: 0.5rem;
}
.products-mini .products-mini-items .products-mini-item:not(:last-child) {
  margin-bottom: 2rem;
}
/*
 * Product CSS file, art-storia.ru
 *
 * Copyright (c) 2018 M.Erokhin, plarson.ru
 *
 * Date: 2019-04-12
 */
section.product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: 'image prices' 'image colors' 'image sizes' 'image buy' 'image info';
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  min-width: 0;
  min-height: 0;
}
section.product .image {
  grid-area: image;
  position: relative;
  min-width: 0;
  min-height: 0;
}
section.product .image .image-main {
  position: relative;
  padding-bottom: 100%;
}
section.product .image .image-main .badges {
  z-index: 1;
  position: absolute;
  top: 5%;
  left: 0;
}
section.product .image .image-main .badges .badge {
  position: relative;
  display: none;
  width: 4rem;
  height: 1.6rem;
}
section.product .image .image-main .badges .badge.badge-new-YES {
  display: block;
}
section.product .image .image-main .badges .badge.badge-new-YES:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00AEDF;
}
section.product .image .image-main .badges .badge.badge-new-YES:after {
  content: 'New';
  position: absolute;
  top: 50%;
  left: 45%;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  transform: translate(-55%, -50%);
}
section.product .image .image-main .badges .badge.badge-sale-YES {
  display: block;
}
section.product .image .image-main .badges .badge.badge-sale-YES:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF9526;
}
section.product .image .image-main .badges .badge.badge-sale-YES:after {
  content: 'Хит';
  position: absolute;
  top: 50%;
  left: 45%;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  transform: translate(-55%, -50%);
}
section.product .image .image-main .badges .badge:not(:last-child) {
  margin-bottom: 0.5rem;
}
section.product .image .image-main > img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
}
section.product .image .additional-images {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
section.product .image .additional-images .arrow {
  position: relative;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  user-select: none;
}
section.product .image .additional-images .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 0.1rem solid #68716c;
}
section.product .image .additional-images .arrow.arrow-left {
  margin-right: 1.5rem;
}
section.product .image .additional-images .arrow.arrow-left:before {
  border-left: 0.1rem solid #68716c;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
section.product .image .additional-images .arrow.arrow-right {
  margin-left: 1.5rem;
}
section.product .image .additional-images .arrow.arrow-right:before {
  border-right: 0.1rem solid #68716c;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
section.product .image .additional-images .arrow:hover {
  cursor: pointer;
}
section.product .image .additional-images .additional-images-items:not(.faze-carousel) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.product .image .additional-images .additional-images-items:not(.faze-carousel) img:nth-child(n + 4) {
  display: none;
}
section.product .image .additional-images .additional-images-items.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
  width: 9rem;
  height: 9rem;
  margin-right: 1.9rem;
}
section.product .image .additional-images .additional-images-items img {
  display: flex;
  width: 9rem;
  height: 9rem;
  margin-right: 1.9rem;
  border: 0.1rem solid transparent;
  object-fit: cover;
}
section.product .image .additional-images .additional-images-items img.active {
  border-color: #ebebeb;
}
section.product .image .additional-images .additional-images-items img:hover {
  cursor: pointer;
}
section.product .image .additional-images[data-total="0"] {
  display: none;
}
section.product .package {
  display: none;
  margin-top: 3rem;
}
section.product .package .title {
  margin-bottom: 1rem;
  font-size: 2rem;
}
section.product .package[data-json]:not([data-json="{}"]) {
  display: block;
}
section.product .danger {
  display: none;
  margin-top: 4rem;
  padding: 1rem;
  color: #3b6c8a;
  font-size: 1.2rem;
  text-align: center;
  background-color: rgba(247, 175, 33, 0.2);
  border: 0.1rem solid #f7af21;
  border-radius: 0.3rem;
}
section.product .danger[data-value] {
  display: block;
}
section.product .info {
  grid-area: info;
  min-width: 0;
  min-height: 0;
}
section.product .info .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
section.product .info .params {
  grid-area: params;
  padding-top: 1.5rem;
}
section.product .info .params .param {
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  color: #444;
  line-height: 1.1;
}
section.product .info .params .param .name {
  margin-right: 0.5rem;
  color: #68716c;
}
section.product .info .params .param a {
  text-decoration: none;
  line-height: 1;
}
section.product .info .params .param a:hover {
  text-decoration: underline;
}
section.product .info .params .param[data-value]:not([data-value=" "]):not([data-value=""]) {
  display: grid;
  grid-template-columns: 12rem auto;
}
section.product .info .params .param:not(:last-child) {
  margin-bottom: 0.7rem;
}
section.product .info .text {
  margin-top: 2rem;
  color: #c2c2c2;
  font-size: 1.4rem;
  line-height: 1.4;
}
section.product .lists {
  grid-area: lists;
}
section.product .lists > strong {
  display: block;
  margin-bottom: 0.5rem;
}
section.product .lists .notification {
  margin-top: 0.5rem;
}
section.product .lists .add {
  margin-top: 0.5rem;
}
section.product .lists .add form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
section.product .lists .add form button {
  width: 25rem;
  margin-left: 1rem;
}
section.product .colors {
  grid-area: colors;
  min-width: 0;
  min-height: 0;
}
section.product .colors .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
section.product .colors .colors-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
section.product .colors .colors-items .colors-item {
  margin-bottom: 0.5rem;
  text-decoration: none;
  border: 0.1rem solid transparent;
}
section.product .colors .colors-items .colors-item img {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
}
section.product .colors .colors-items .colors-item.active {
  border-color: #444;
}
section.product .colors .colors-items .colors-item:not(:last-child) {
  margin-right: 0.5rem;
}
section.product h1 {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
section.product .prices {
  grid-area: prices;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
section.product .prices .caption {
  margin-bottom: 0.5rem;
  flex-basis: 100%;
  max-width: 100%;
  color: #444;
  font-size: 1.4rem;
  line-height: 1;
}
section.product .prices .price.price-current {
  color: #1e7cba;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
section.product .prices .price.price-current .penny {
  font-size: 2.1rem;
}
section.product .prices .price.price-old {
  position: relative;
  margin-top: 1rem;
  margin-left: 2rem;
  color: #bbbdbf;
  font-size: 2.1rem;
  line-height: 1;
}
section.product .prices .price.price-old .penny {
  font-size: 1.6rem;
}
section.product .prices .price.price-old:after {
  content: '';
  position: absolute;
  top: 55%;
  left: 50%;
  width: calc(100% + 1.5rem);
  height: 0.1rem;
  background-color: #de151d;
  transform: translate(-50%, -50%);
}
section.product .prices .price[data-price="0"].price-current > span,
section.product .prices .price[data-price="0.00"].price-current > span,
section.product .prices .price:not([data-price]).price-current > span {
  display: none;
}
section.product .prices .price[data-price="0"].price-current:before,
section.product .prices .price[data-price="0.00"].price-current:before,
section.product .prices .price:not([data-price]).price-current:before {
  content: 'По запросу';
  display: block;
}
section.product .prices .price[data-price="0"].price-old,
section.product .prices .price[data-price="0.00"].price-old,
section.product .prices .price:not([data-price]).price-old {
  display: none;
}
section.product .prices .article {
  margin-left: auto;
}
section.product .small-amount {
  margin-top: 2rem;
  padding: 1rem;
  color: #3b6c8a;
  font-size: 1.2rem;
  background-color: #daecfa;
  border: 0.1rem solid #b7eee8;
  border-radius: 0.3rem;
}
section.product .small-amount-caption {
  margin-top: 1rem;
  color: #68716c;
  font-size: 1.2rem;
}
section.product .sizes {
  grid-area: sizes;
  min-width: 0;
  min-height: 0;
}
section.product .sizes .add {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #f8f8f8;
}
section.product .sizes .add .caption {
  margin-right: 1.5rem;
  white-space: nowrap;
}
section.product .sizes .add .select {
  font-size: 1.4rem;
}
section.product .sizes .add .select .body {
  font-size: 1.4rem;
}
section.product .sizes .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
section.product .sizes .sizes-items {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-top: 1.5rem;
}
section.product .sizes .sizes-items .sizes-item {
  grid-template-columns: repeat(5, 6rem);
  justify-content: end;
}
section.product .sizes .sizes-items .sizes-item .size {
  font-weight: normal;
}
section.product .sizes .sizes-items .sizes-item .amount {
  position: relative;
}
section.product .sizes .sizes-items .sizes-item .amount input {
  width: 7rem;
  background-color: transparent;
}
section.product .sizes .sizes-items .sizes-item .amount input::placeholder {
  color: #ebebeb;
}
section.product .sizes .sizes-items .sizes-item .amount input:hover,
section.product .sizes .sizes-items .sizes-item .amount input:focus {
  border-bottom-color: #68716c;
}
section.product .sizes .sizes-items .sizes-item .amount.price-mismatch i {
  display: block;
}
section.product .sizes .sizes-items .sizes-item.sizes-item-header {
  font-size: 1.4rem;
}
section.product .sizes.europe-hide .sizes-items .sizes-item {
  grid-template-columns: repeat(4, 10rem);
}
section.product .buy {
  grid-area: buy;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  min-height: 0;
  margin-top: 0.5rem;
  padding-bottom: 2rem;
}
section.product .buy .total {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
}
section.product .buy .total .value {
  margin-left: 1rem;
  color: #1e7cba;
}
@media (max-width: 1290px) {
  section.product {
    grid-template-columns: 4fr 7fr;
  }
  section.product .prints {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1290px) {
  section.product .buy {
    flex-direction: column;
    align-items: flex-end;
  }
  section.product .buy .buttons {
    margin-top: 2rem;
  }
}
@media (max-width: 798px) {
  section.product {
    grid-template-columns: 1fr;
    grid-template-areas: 'image' 'prices' 'info' 'prints' 'lists' 'sizes' 'buy';
  }
  section.product .image .image-main {
    display: none;
  }
  section.product .image .additional-images .additional-images-items:not(.faze-carousel) img {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
  section.product .image .additional-images .additional-images-items:not(.faze-carousel) img.active {
    border: none;
  }
  section.product .image .additional-images .additional-images-items:not(.faze-carousel) img:not(:first-child) {
    display: none;
  }
  section.product .image .additional-images .additional-images-items.faze-carousel.faze-animation-slide.faze-direction-horizontal {
    width: 100%;
  }
  section.product .image .additional-images .additional-images-items.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
    width: 2%;
    height: 100%;
    margin-right: 0;
  }
  section.product .image .additional-images .additional-images-items.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item.active {
    border: none;
  }
  section.product .image .additional-images[data-total="0"] {
    display: flex;
  }
  section.product .image .additional-images[data-total="0"] .arrow {
    display: none;
  }
  section.product .colors {
    display: none;
  }
  section.product .sizes {
    margin-top: 0;
    padding-top: 0;
  }
  section.product .prints {
    margin-top: 1rem;
  }
  section.product .base-info {
    text-align: center;
  }
  section.product .params-and-buy {
    grid-template-columns: 1fr;
    grid-template-areas: 'prices' 'params' 'buttons';
  }
  section.product .params-and-buy .prices {
    justify-self: center;
    align-items: center;
  }
  section.product .params-and-buy .params .param {
    justify-content: center;
  }
  section.product .params-and-buy .params .param.param-print {
    align-items: center;
  }
  section.product .params-and-buy .buttons {
    flex-direction: row;
    justify-self: stretch;
    justify-content: space-between;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  section.product .params-and-buy .buttons button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 10rem;
    height: auto;
    min-width: initial;
    text-transform: unset;
    background: none;
  }
  section.product .params-and-buy .buttons button:before {
    content: '';
    display: block;
    width: 4.2rem;
    height: 4.2rem;
  }
  section.product .params-and-buy .buttons button:after {
    margin-top: 0.3rem;
    color: #444;
    font-size: 1.2rem;
    line-height: 1;
  }
  section.product .params-and-buy .buttons button.btn-image-sample:before {
    background: url('/i/img/add_to_eye.svg') center center no-repeat;
    background-size: cover;
  }
  section.product .params-and-buy .buttons button.btn-image-sample.active:before {
    background: url('/i/img/add_to_eye_active.svg') center center no-repeat;
  }
  section.product .params-and-buy .buttons button.btn-image-favorite:before {
    background: url('/i/img/add_to_favorite.svg') center center no-repeat;
    background-size: cover;
  }
  section.product .params-and-buy .buttons button.btn-image-favorite.active:before {
    background: url('/i/img/add_to_favorite_active.svg') center center no-repeat;
  }
  section.product .params-and-buy .buttons button.btn-image-print:before {
    background: url('/i/img/plus_print.png') center center no-repeat;
    background-size: cover;
  }
  section.product .params-and-buy .buttons button.btn-image-print:after {
    content: 'нанесение';
  }
  section.product .params-and-buy .buttons button:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  section.product .sizes {
    justify-self: center;
  }
  section.product .sizes .sizes-items .sizes-item {
    grid-gap: 1rem;
  }
  section.product .sizes .sizes-items .sizes-item .balance,
  section.product .sizes .sizes-items .sizes-item .size {
    justify-self: center;
  }
}
@media (max-width: 510px) {
  section.product .prints {
    align-items: flex-start;
    flex-direction: column;
  }
  section.product .prints > .title {
    margin-bottom: 1rem;
  }
  section.product .sizes .sizes-items .sizes-item {
    grid-template-columns: repeat(4, 1fr);
  }
  section.product .sizes.europe-hide .sizes-items .sizes-item {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
section.carousel-container-products h2 {
  text-align: left;
  font-size: 1.8rem;
}
section.carousel-container-products .inner {
  position: relative;
}
section.carousel-container-products .inner .arrow {
  position: absolute;
  z-index: 4;
  width: 5rem;
  height: 5rem;
}
section.carousel-container-products .inner .arrow:before {
  border-top: 0.2rem solid #fff;
}
section.carousel-container-products .inner .arrow.arrow-left {
  left: -3%;
  background-color: rgba(198, 194, 196, 0.7);
  border-radius: 50%;
}
section.carousel-container-products .inner .arrow.arrow-left:before {
  border-left: 0.2rem solid #fff;
  transform: translate(-30%, -50%) rotateZ(-45deg);
}
section.carousel-container-products .inner .arrow.arrow-right {
  right: -3%;
  background-color: rgba(198, 194, 196, 0.7);
  border-radius: 50%;
}
section.carousel-container-products .inner .arrow.arrow-right:before {
  border-right: 0.2rem solid #fff;
  transform: translate(-70%, -50%) rotateZ(45deg);
}
section.carousel-container-products .inner .carousel .products-item {
  width: 23.8rem !important;
  height: 34rem !important;
  margin: 0 0.1rem !important;
}
section.carousel-container-products .inner .carousel .products-item:hover .inner .badges {
  top: 1rem;
  left: 0;
}
section.carousel-container-products .inner .carousel .products-item .inner .base-info .name {
  font-weight: 600;
  font-size: 1.4rem;
}
section.carousel-container-products .inner .carousel .products-item .inner .info .params .param {
  font-size: 1.2rem;
}
section.carousel-container-products .inner .carousel .products-item .inner .prices .price {
  letter-spacing: -1px;
}
section.carousel-container-products .inner .carousel .products-item .inner .prices .price .value,
section.carousel-container-products .inner .carousel .products-item .inner .prices .price .currency {
  font-size: 2rem;
}
section.carousel-container-products .inner .carousel .products-item .inner .prices .price .value .penny,
section.carousel-container-products .inner .carousel .products-item .inner .prices .price .currency .penny {
  font-size: 2rem;
}
section.carousel-container-products .inner .carousel .products-item .inner .prices .price .currency {
  margin-left: 0.5rem;
}
section.carousel-container-products .inner .carousel .products-item .inner .colors-buy .buy {
  margin-top: 1.5rem;
}
@media (max-width: 798px) {
  section.carousel-container-products .inner {
    justify-content: center;
  }
  section.carousel-container-products .inner .arrow.arrow-left {
    left: 0;
  }
  section.carousel-container-products .inner .arrow.arrow-right {
    right: 0;
  }
  section.carousel-container-products .inner .products-carousel {
    width: 21rem;
  }
  section.carousel-container-products .inner .products-carousel .faze-carousel-holder .products-item .inner {
    align-items: center;
    text-align: center;
  }
  section.carousel-container-products .inner .products-carousel .faze-carousel-holder .products-item .inner .base-info a {
    text-align: center;
  }
  section.carousel-container-products .inner .products-carousel .faze-carousel-holder .products-item .inner .info {
    margin-top: 2rem;
  }
}
@media (max-width: 510px) {
  section.carousel-container-products h2 {
    text-align: center;
  }
}
.additionals {
  grid-area: additionals;
  min-width: 0;
  min-height: 0;
  margin-top: 2rem;
}
.additionals .additional {
  padding: 2.5rem 0;
  border-top: 0.2rem solid #f8f8f8;
}
.additionals .additional .title {
  margin-bottom: 1rem;
  color: #444;
  font-size: 2.1rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.additionals .additional.description .text {
  color: #444;
  font-size: 1.6rem;
  line-height: 1.4;
}
.additionals .additional:last-of-type {
  border-bottom: 0.2rem solid #f8f8f8;
}
.prints {
  grid-area: prints;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.prints .title {
  margin-right: 2rem;
  white-space: nowrap;
}
.prints .dropdown-print {
  width: 100%;
  color: #444;
  font-size: 1.4rem;
}
.prints .dropdown-print .title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1rem;
  line-height: 1;
  border: 0.1rem solid #ebebeb;
  background-color: #fff;
  z-index: 4;
}
.prints .dropdown-print .title .caption {
  display: block;
  max-width: 22rem;
  height: 2rem;
  margin-left: 0;
  color: #000;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2rem;
  overflow: hidden;
}
.prints .dropdown-print .title:after {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 1rem;
  border-right: 0.1rem solid #444;
  border-bottom: 0.1rem solid #444;
  transform: rotateZ(45deg);
  transition: transform 0.2s;
}
.prints .dropdown-print .title:hover {
  cursor: pointer;
}
.prints .dropdown-print .body {
  width: 100%;
  padding: 1rem;
  border-color: #ebebeb;
  border-top: none;
}
.prints .dropdown-print .body .checkbox:not(:last-child) {
  margin-bottom: 1rem;
}
/*
 * Modal CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-02-08
 */
.faze-modal-wrapper {
  z-index: 7;
}
.faze-modal-wrapper .faze-modal {
  max-width: 90vw;
  max-height: 90vh;
  padding: 0 3rem 3rem;
}
.faze-modal-wrapper .faze-modal > header {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.faze-modal-wrapper .faze-modal > header span {
  color: #444;
  font-size: 2.1rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.faze-modal-wrapper .faze-modal > header .faze-close {
  margin-top: -1rem;
  margin-right: -2rem;
}
.faze-modal-wrapper .faze-modal > main {
  margin-top: 0;
}
.faze-modal-wrapper .faze-modal.modal-callback > main form .wrapper-inputs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.faze-modal-wrapper .faze-modal.modal-callback > main form .wrapper-inputs button {
  margin-top: 2rem;
}
.faze-modal-wrapper .faze-modal.modal-callback > footer {
  display: none;
}
.faze-modal-wrapper .faze-modal.modal-auth {
  width: 47rem;
}
.faze-modal-wrapper .faze-modal.modal-auth > main {
  overflow: visible;
}
.faze-modal-wrapper .faze-modal.modal-auth > main .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1rem;
}
.faze-modal-wrapper .faze-modal.modal-auth > footer {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.faze-modal-wrapper .faze-modal.modal-auth > footer .faze-buttons {
  margin-left: auto;
}
.faze-modal-wrapper .faze-modal.modal-auth > footer .message-error {
  margin-top: 2rem;
  text-align: right;
}
.faze-modal-wrapper .faze-modal.modal-auth > footer .message-error:empty {
  margin-top: 0;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile {
  width: 50rem;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main {
  display: flex;
  flex-direction: column;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .data {
  display: flex;
  flex-direction: row;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .data img {
  margin-right: 2rem;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .data .info .name {
  color: #444;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .data .info .article {
  margin-top: 0.5rem;
  color: #444;
  font-size: 1.4rem;
  line-height: 1;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .data .info .price {
  margin-top: 2rem;
  color: #444;
  font-size: 3rem;
  font-weight: bold;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .data .info .price .penny {
  font-size: 2.1rem;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .sizes {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.2rem solid #f8f8f8;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .sizes .sizes-items {
  margin: 0 auto;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .sizes .sizes-items .sizes-item {
  grid-gap: 2rem;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .sizes input::placeholder {
  color: #ebebeb;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .sizes input:hover,
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .sizes input:focus {
  border-bottom-color: #68716c;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .buy {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  justify-self: end;
  margin-top: 2.5rem;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .buy .data {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .buy .data img {
  width: 15rem;
  min-width: 15rem;
  height: 15rem;
  min-height: 15rem;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .buy .data .quantity {
  margin-left: auto;
  color: #444;
  font-size: 1.6rem;
  text-align: right;
  line-height: 1;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .buy .data .price {
  margin-top: 1.5rem;
  margin-left: auto;
  color: #444;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: right;
  line-height: 1;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .buy .data .price .penny {
  font-size: 1.8rem;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > main .buy .data button {
  margin: 2rem auto 0;
}
.faze-modal-wrapper .faze-modal.modal-buy-textile > footer {
  display: none;
}
/*
 * Print types CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Ruslan Mikhylichenko, plarson.ru
 *
 * Date: 2019-08-07
 *
 * Descr: Информационная страница, здесь располагаются виды нанесения
 */
section.print-types .types-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  margin-top: 25px;
}
section.print-types .types-list .item a {
  display: flex;
}
section.print-types .types-list .item a img {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
}
section.print-types .types-list .item .name {
  padding: 20px 0;
  text-align: center;
}
section.print-types .types-list .item .name a {
  display: initial;
  text-decoration: none;
  color: #000;
}
@media (max-width: 798px) {
  section.print-types .types-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 510px) {
  section.print-types .types-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.print-page {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 60px;
}
section.print-page .menu .menu-list {
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
section.print-page .menu .menu-list .item:not(:last-child) {
  margin-bottom: 10px;
}
section.print-page .menu .menu-list .item a {
  text-decoration: none;
  color: #000;
}
section.print-page .menu .menu-list .item.active a {
  text-decoration: underline;
  color: #1e7cba;
}
section.print-page .content .photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5rem;
  margin-top: 35px;
}
section.print-page .content .photo .item img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 798px) {
  section.print-page {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  section.print-page .menu .menu-list {
    flex-direction: unset;
    flex-wrap: wrap;
    max-width: unset;
    margin: -10px 0 0 -10px;
  }
  section.print-page .menu .menu-list .item {
    margin: 10px 0 0 10px;
  }
  section.print-page .menu .menu-list .item:not(:last-child) {
    margin-bottom: unset;
  }
  section.print-page .content .photo {
    margin-top: 15px;
    grid-gap: 15px;
  }
}
@media (max-width: 510px) {
  section.print-page .content .photo {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*
 * Contacts CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Mikhylichenko Ruslan, plarson.ru
 *
 * Date: 2019-08-08
 */
section.contacts {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-column-gap: 2rem;
}
section.contacts .contacts__menu {
  display: flex;
  flex-direction: column;
}
section.contacts .contacts__menu .contacts-data {
  display: flex;
  flex-direction: column;
}
section.contacts .contacts__menu .contacts-data .address,
section.contacts .contacts__menu .contacts-data .phone,
section.contacts .contacts__menu .contacts-data .schedule {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 10px;
  margin-bottom: 5rem;
}
section.contacts .contacts__menu .contacts-data .address .fa,
section.contacts .contacts__menu .contacts-data .phone .fa,
section.contacts .contacts__menu .contacts-data .schedule .fa {
  color: #c5c5c5;
  font-size: 22px;
}
section.contacts .contacts__menu .contacts-data .address .text,
section.contacts .contacts__menu .contacts-data .phone .text,
section.contacts .contacts__menu .contacts-data .schedule .text {
  grid-column-start: 2;
}
section.contacts .contacts__menu .contacts-data .address .text .caption,
section.contacts .contacts__menu .contacts-data .phone .text .caption,
section.contacts .contacts__menu .contacts-data .schedule .text .caption {
  margin-bottom: 10px;
  font-size: 18px;
}
section.contacts .contacts__body h1 {
  margin-top: 0;
}
@media (max-width: 1290px) {
  section.contacts {
    grid-template-columns: 30% 70%;
  }
}
@media (max-width: 798px) {
  section.contacts {
    grid-template-columns: 1fr;
  }
  section.contacts .contacts__menu .contacts-data {
    align-items: center;
  }
  section.contacts .contacts__menu .contacts-data .address,
  section.contacts .contacts__menu .contacts-data .phone,
  section.contacts .contacts__menu .contacts-data .schedule {
    width: 100%;
    text-align: center;
  }
  section.contacts .contacts__menu .contacts-data .address .fa,
  section.contacts .contacts__menu .contacts-data .phone .fa,
  section.contacts .contacts__menu .contacts-data .schedule .fa {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-self: center;
    margin-bottom: 1rem;
    font-size: 3.5rem;
  }
  section.contacts .contacts__menu .contacts-data .address .text,
  section.contacts .contacts__menu .contacts-data .phone .text,
  section.contacts .contacts__menu .contacts-data .schedule .text {
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 1.8rem;
  }
}
@media (max-width: 510px) {
  section.contacts .contacts__menu .contacts-data .address .text,
  section.contacts .contacts__menu .contacts-data .phone .text,
  section.contacts .contacts__menu .contacts-data .schedule .text {
    font-size: 1.4rem;
  }
}
/*
 * Contacts CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Mikhylichenko Ruslan, plarson.ru
 *
 * Date: 2019-08-08
 */
section.about .banner {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
section.about .advantages {
  margin-top: 4rem;
}
section.about .advantages .title {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
section.about .advantages .advantages-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 18rem;
}
section.about .advantages .advantages-items .advantages-item {
  display: flex;
  flex-direction: column;
}
section.about .advantages .advantages-items .advantages-item i {
  align-self: center;
  margin-bottom: 1.5rem;
  color: #1e7cba;
  font-size: 2.2rem;
}
section.about .advantages .advantages-items .advantages-item .caption {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
}
section.about .info {
  margin-top: 6rem;
  text-align: center;
}
section.about .info br {
  display: none;
}
section.about .info a {
  font-size: 1.6rem;
  text-decoration: none;
}
@media (max-width: 1290px) {
  section.about .advantages .advantages-items {
    grid-column-gap: 4rem;
  }
}
@media (max-width: 798px) {
  section.about .info br {
    display: block;
  }
  section.about .advantages .advantages-items {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem;
    text-align: center;
  }
}
/*
 * Services CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Ruslan Mikhylichenko, plarson.ru
 *
 * Date: 2019-08-08
 *
 * Descr: Информационная страница, здесь располагаются услуги компании
 */
section.services {
  display: grid;
  grid-template-columns: 22rem 1fr;
  grid-gap: 6rem;
}
section.services .services-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
  min-width: 0;
  min-height: 0;
}
section.services .services-list .item {
  min-width: 0;
  min-height: 0;
}
section.services .services-list .item a {
  display: flex;
}
section.services .services-list .item a img {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
}
section.services .services-list .item .name {
  margin-top: 1rem;
  text-align: center;
}
section.services .services-list .item .name a {
  display: initial;
  text-decoration: none;
  color: #000;
}
@media (max-width: 950px) {
  section.services .services-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 798px) {
  section.services {
    grid-template-columns: 1fr;
    grid-gap: 4rem;
  }
  section.services .services-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 798px) {
  .page-services .sidebar-menu h1,
  .page-services .sidebar-menu .h1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  .page-services .sidebar-menu h1:after,
  .page-services .sidebar-menu .h1:after {
    content: '';
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 1rem;
    border-right: 0.1rem solid #646569;
    border-bottom: 0.1rem solid #646569;
    transform: translateY(-0.1rem) rotateZ(45deg);
    transition: transform 0.2s;
  }
  .page-services .sidebar-menu .menu-list {
    display: none;
    margin-top: 2rem;
  }
  .page-services .sidebar-menu .menu-list.show {
    display: block;
  }
}
section.service-page {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 60px;
}
section.service-page .content .photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5rem;
  margin-top: 35px;
}
section.service-page .content .photo .item img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 798px) {
  section.service-page {
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
  section.service-page .menu .menu-list {
    flex-direction: unset;
    flex-wrap: wrap;
    max-width: unset;
    margin: -10px 0 0 -10px;
  }
  section.service-page .menu .menu-list .item {
    margin: 10px 0 0 10px;
  }
  section.service-page .menu .menu-list .item:not(:last-child) {
    margin-bottom: unset;
  }
  section.service-page .content .photo {
    margin-top: 15px;
    grid-gap: 15px;
  }
}
@media (max-width: 510px) {
  section.service-page .content .photo {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*
 * Portfolio CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Ruslan Mikhylichenko, plarson.ru
 *
 * Date: 2019-08-08
 *
 * Descr: Информационная страница, здесь располагаются работы компании (портфолио)
 */
section.portfolio {
  display: grid;
  grid-template-columns: 22rem 1fr;
  grid-gap: 6rem;
}
section.portfolio .portfolio-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  grid-gap: 1.5rem;
}
section.portfolio .portfolio-list .item:nth-child(4n) {
  grid-column-end: span 2;
  grid-row-end: span 2;
  height: 100%;
  max-height: 375px;
}
section.portfolio .portfolio-list .item {
  position: relative;
  overflow: hidden;
}
section.portfolio .portfolio-list .item a img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.portfolio .portfolio-list .item a .name {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  min-height: 80px;
  justify-content: center;
  font-weight: 600;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 950px) {
  section.portfolio {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  section.portfolio .menu .menu-list {
    flex-direction: unset;
    max-width: unset;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
  }
  section.portfolio .menu .menu-list .item {
    margin: 10px 0 0 10px;
  }
  section.portfolio .menu .menu-list .item:not(:last-child) {
    margin-bottom: unset;
  }
}
@media (max-width: 798px) {
  section.portfolio .portfolio-list .item:nth-child(4n) {
    grid-column-end: span 3;
  }
}
@media (max-width: 510px) {
  section.portfolio .portfolio-list {
    grid-template-columns: 1fr;
  }
  section.portfolio .portfolio-list .item:nth-child(4n) {
    grid-column-end: unset;
    grid-row-end: unset;
    height: unset;
    max-height: unset;
  }
}
.portfolio-page {
  display: grid;
  grid-template-columns: 22rem 1fr;
  grid-gap: 0 6rem;
}
.portfolio-page .photo .image-main {
  display: flex;
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}
.portfolio-page .photo .portfolio-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  width: 70%;
  margin: 1rem auto 0;
}
.portfolio-page .photo .portfolio-images img {
  display: flex;
  width: 100%;
  height: auto;
}
.portfolio-page .photo .portfolio-images img:hover {
  cursor: pointer;
}
.portfolio-page .nav-buttons {
  margin-top: 30px;
  grid-column-start: 2;
  text-align: center;
}
.portfolio-page .nav-buttons .btn-next {
  display: inline-block;
  width: max-content;
  padding: 8px 25px;
  text-decoration: none;
  color: #fff;
  background-color: #ac252b;
}
.portfolio-page .nav-buttons .btn-prev {
  display: inline-block;
  width: max-content;
  padding: 8px 25px;
  margin-right: 15px;
  text-decoration: none;
  color: #fff;
  background-color: #ac252b;
}
@media (max-width: 798px) {
  .portfolio-page {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .portfolio-page .menu .menu-list {
    flex-direction: unset;
    flex-wrap: wrap;
    max-width: unset;
    margin: -10px 0 0 -10px;
  }
  .portfolio-page .menu .menu-list .item {
    margin: 10px 0 0 10px;
  }
  .portfolio-page .menu .menu-list .item:not(:last-child) {
    margin-bottom: unset;
  }
  .portfolio-page .photo .portfolio-images {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .portfolio-page .nav-buttons {
    margin-top: 0;
    grid-column-start: unset;
  }
}
/*
 * Cart CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Ruslan Mikhylichenko, plarson.ru
 *
 * Date: 2019-08-12
 */
.cart {
  display: flex;
  flex-direction: column;
}
.cart .cart-items-container {
  display: flex;
  flex-direction: column;
}
.cart .cart-items .cart-item {
  display: grid;
  grid-template-columns: 3.3fr 1fr 1.5fr 1fr 0.5fr;
  justify-items: center;
  align-items: center;
}
.cart .cart-items .cart-item.cart-header {
  padding: 10px 0;
  background-color: #ebebeb;
}
.cart .cart-items .cart-item.cart-header .name {
  padding-left: 20px;
  justify-self: start;
}
.cart .cart-items .cart-item:not(.cart-header) {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.cart .cart-items .cart-item:not(.cart-header) .name {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 10px;
  align-items: center;
  justify-self: start;
}
.cart .cart-items .cart-item:not(.cart-header) .name a.img {
  display: block;
  grid-row: span 3;
}
.cart .cart-items .cart-item:not(.cart-header) .name .caption a {
  text-decoration: none;
  color: #444;
}
.cart .cart-items .cart-item:not(.cart-header) .name .color {
  font-size: 1.3rem;
}
.cart .cart-items .cart-item:not(.cart-header) .name .article a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #c2c2c2;
}
.cart .cart-items .cart-item:not(.cart-header) .price .currency {
  display: none;
}
.cart .cart-items .cart-item:not(.cart-header) .quantity {
  display: flex;
}
.cart .cart-items .cart-item:not(.cart-header) .quantity input {
  max-width: 100px;
  width: unset;
  border-top: 0.1rem solid #f1f1f3;
}
.cart .cart-items .cart-item:not(.cart-header) .quantity .minus,
.cart .cart-items .cart-item:not(.cart-header) .quantity .plus {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #e8e8e8;
  cursor: pointer;
}
.cart .cart-items .cart-item:not(.cart-header) .quantity .minus:before,
.cart .cart-items .cart-item:not(.cart-header) .quantity .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%);
}
.cart .cart-items .cart-item:not(.cart-header) .quantity .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 13px;
  background-color: #000;
  transform: translate(-50%, -50%);
}
.cart .cart-items .cart-item:not(.cart-header) .delete {
  position: relative;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.cart .cart-items .cart-item:not(.cart-header) .delete:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 1px;
  height: 13px;
  background-color: #de151d;
  transform: rotate(45deg);
}
.cart .cart-items .cart-item:not(.cart-header) .delete:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 1px;
  height: 13px;
  background-color: #de151d;
  transform: rotate(-45deg);
}
.cart .cart-items .cart-item:not(.cart-header) .total .text {
  display: none;
}
.cart .cart-items .cart-item:not(.cart-header) .total .currency {
  display: none;
}
.cart .basket-total {
  margin-top: 20px;
  text-align: right;
  font-size: 1.5rem;
}
.cart .basket-total .total,
.cart .basket-total .currency {
  font-weight: 600;
}
.cart .buttons {
  margin-left: auto;
}
.cart .buttons .btn {
  margin-left: 2rem;
}
.cart .btn {
  width: max-content;
  margin: 2rem 0;
  align-self: flex-end;
  box-shadow: 0 0.5rem 1.2rem 0 darkgrey;
}
.cart .btn:hover {
  background-color: #175f8e;
}
@media (max-width: 798px) {
  .cart .cart-items .cart-item.cart-header {
    display: none;
  }
  .cart .cart-items .cart-item:not(.cart-header) {
    grid-template-columns: 1.5fr 1fr 1.5fr 1fr 0.5fr;
  }
  .cart .cart-items .cart-item:not(.cart-header) .name {
    grid-template-columns: 1fr;
  }
  .cart .cart-items .cart-item:not(.cart-header) .price {
    text-align: center;
  }
  .cart .cart-items .cart-item:not(.cart-header) .price .currency {
    display: inline-block;
  }
  .cart .cart-items .cart-item:not(.cart-header) .total {
    grid-column-start: 1;
    grid-column-end: 6;
    order: 1;
    border-bottom: 1px solid black;
  }
  .cart .cart-items .cart-item:not(.cart-header) .total .text {
    display: inline-block;
    margin-right: 5px;
  }
  .cart .cart-items .cart-item:not(.cart-header) .total .currency {
    display: inline-block;
  }
}
@media (max-width: 510px) {
  .cart .cart-items .cart-item:not(.cart-header) {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
  }
  .cart .cart-items .cart-item:not(.cart-header) .name {
    grid-column-start: 1;
    grid-column-end: 6;
    justify-self: center;
    text-align: center;
  }
  .cart .cart-items .cart-item:not(.cart-header) .price {
    grid-column: span 2;
    color: #c2c2c2;
  }
  .cart .cart-items .cart-item:not(.cart-header) .delete {
    grid-column-start: 4;
    grid-column: span 2;
  }
}
.cart-event-order .cart-order {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem 5rem;
}
.cart-event-order .cart-order .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
  width: 100%;
}
.cart-event-order .cart-order .columns .form-group + .form-group {
  margin-top: 0;
}
.cart-event-order .cart-order .columns:not(:last-child) {
  margin-bottom: 2rem;
}
.cart-event-order .cart-order .form-group.form-group-vertical {
  grid-gap: 1rem;
}
.cart-event-order .cart-order .form-group label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #c2c2c2;
}
.cart-event-order .cart-order .form-group input {
  height: 3.5rem;
}
.cart-event-order .cart-order .note {
  height: 100%;
}
.cart-event-order .cart-order .note .form-group {
  grid-template-rows: 1.8rem 1fr;
  height: 100%;
}
.cart-event-order .cart-order .note .form-group textarea {
  height: 100%;
  padding: 20px;
  background-color: #f8f8f8;
  border: unset;
  resize: none;
}
.cart-event-order .cart-order .note .form-group textarea::placeholder {
  font-style: italic;
  color: #c2c2c2;
}
.cart-event-order .cart-order .note .form-group textarea:-ms-input-placeholder {
  font-style: italic;
  color: #c2c2c2;
}
.cart-event-order .cart-order .note .form-group textarea::-ms-input-placeholder {
  font-style: italic;
  color: #c2c2c2;
}
.cart-event-order .cart-order .note .form-group textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #c2c2c2;
}
.cart-event-order .cart-order .note .form-group textarea:-moz-placeholder {
  font-style: italic;
  color: #c2c2c2;
}
.cart-event-order .cart-order button {
  grid-column: span 2;
  justify-self: start;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cart-event-order .cart-order .cart-order-items {
  grid-column: span 2;
}
.cart-event-order .cart-order .cart-order-items .cart-order-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-top: 0.1rem solid #ebebeb;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cart-event-order .cart-order .cart-order-items .cart-order-item a {
  color: #000;
  text-decoration: none;
}
.cart-event-order .cart-order .cart-order-items .cart-order-item a:hover {
  text-decoration: underline;
}
.cart-event-order .cart-order .cart-order-items .cart-order-item:last-child {
  border-bottom: 0.1rem solid #ebebeb;
}
.cart-event-order .cart-order .info {
  grid-column: span 2;
  width: 85%;
}
.cart-event-order .cart-order .info a {
  text-decoration: none;
}
.cart-event-order .cart-order .info .btn {
  padding: 1rem 4rem;
  text-transform: unset;
  font-size: 1.6rem;
  border-radius: 4px;
}
@media (max-width: 950px) {
  .cart-event-order .cart-order .columns {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}
@media (max-width: 798px) {
  .cart-event-order .cart-order {
    grid-template-columns: 1fr;
  }
  .cart-event-order .cart-order .note .form-group textarea {
    min-height: 150px;
  }
  .cart-event-order .cart-order .note .form-group textarea::placeholder {
    font-style: normal;
    font-size: 1.2rem;
  }
  .cart-event-order .cart-order .note .form-group textarea:-ms-input-placeholder {
    font-style: normal;
    font-size: 1.2rem;
  }
  .cart-event-order .cart-order .note .form-group textarea::-ms-input-placeholder {
    font-style: normal;
    font-size: 1.2rem;
  }
  .cart-event-order .cart-order .note .form-group textarea::-webkit-input-placeholder {
    font-style: normal;
    font-size: 1.2rem;
  }
  .cart-event-order .cart-order .note .form-group textarea:-moz-placeholder {
    font-style: normal;
    font-size: 1.2rem;
  }
  .cart-event-order .cart-order .cart-order-items,
  .cart-event-order .cart-order button {
    grid-column: initial;
  }
  .cart-event-order .cart-order .cart-order-items .cart-order-item,
  .cart-event-order .cart-order button .cart-order-item {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .cart-event-order .cart-order .cart-order-items .cart-order-item span:last-child,
  .cart-event-order .cart-order button .cart-order-item span:last-child,
  .cart-event-order .cart-order .cart-order-items .cart-order-item strong:last-child,
  .cart-event-order .cart-order button .cart-order-item strong:last-child {
    justify-self: end;
  }
  .cart-event-order .cart-order .info {
    grid-column: unset;
    width: 100%;
  }
}
/*
 * Registration page CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-06-05
 */
section.registration,
section.recovery {
  width: 55rem;
  margin: 0 auto;
}
section.registration h1,
section.recovery h1 {
  text-align: center;
}
section.registration form,
section.recovery form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.registration form .columns,
section.recovery form .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
  width: 100%;
  margin: 2rem 0;
}
section.registration form .columns .form-group + .form-group,
section.recovery form .columns .form-group + .form-group {
  margin-top: 0;
}
section.registration form .checkbox,
section.recovery form .checkbox {
  margin: 2rem auto 0;
}
section.registration form button,
section.recovery form button {
  margin: 3rem auto 0;
}
@media (max-width: 798px) {
  section.registration,
  section.recovery {
    width: 100%;
  }
}
/*
 * Profile page CSS file, suvenir.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-08-19
 */
section.profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
}
section.profile button {
  margin-top: 2rem;
}
@media (max-width: 798px) {
  section.profile {
    grid-template-columns: 1fr;
  }
}
.profile-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.profile-info img {
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
}
.profile-info .person {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  color: #000;
  text-decoration: none;
}
.profile-info .person .name {
  text-transform: uppercase;
}
.profile-info .links {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.profile-info .links .offers {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 5rem;
  color: #000;
  text-decoration: none;
}
.profile-info .links .logout {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
}
.profile-info .links .logout:hover {
  text-decoration: underline;
}
/*
 * Common CSS file, suvenir27.ru
 *
 * Copyright (c) 2019 Maxim Erokhin, plarson.ru
 *
 * Date: 2019-08-21
 */
.page-offers h1 {
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
}
section.offer .total {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #ddeefa;
}
section.offer .total .data {
  font-size: 1.6rem;
}
section.offer .total .data .sum {
  margin-top: 1rem;
}
section.offer .total .pdf {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #de151d;
  font-size: 3.5rem;
  text-decoration: none;
}
section.offer .total .pdf .caption {
  margin-left: 1rem;
  color: #000;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
}
section.offer .offer-items-container {
  margin-top: 4rem;
}
section.offer .offer-items-container table td.info {
  text-align: left;
}
section.offer .offer-items-container table td.info .name {
  font-size: 1.8rem;
  text-decoration: none;
}
section.offer .offer-items-container table td.info p {
  text-align: left;
}
section.offer .offer-items-container table td.info .edit:hover {
  cursor: pointer;
}
/*
 * News page CSS file, suvenir27.ru
 *
 * Copyright (c) 2021 Kuzmenko Dmitry, plarson.ru
 *
 * Date: 2021-11-02
 */
section.news .content h1 {
  font-size: 2rem;
}
section.news .content .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}
section.news .content .items .item {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2rem;
  border: 0.1rem solid #c5c5c5;
}
section.news .content .items .item a {
  flex-grow: 1;
  display: block;
  margin-bottom: 1.5rem;
}
section.news .content .items .item a img {
  display: block;
  max-width: 40rem;
  height: 20rem;
  width: 100%;
  object-fit: cover;
}
section.news .content .items .item .title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-decoration: none;
}
section.news .content .items .item .date {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #949494;
}
section.news .content .items .item .text {
  margin-bottom: 2rem;
}
section.news .content .items .item .more {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 15rem;
  padding: 1rem 2.5rem;
  color: #fff;
  text-decoration: none;
  background-color: #1e7cba;
}
@media (max-width: 950px) {
  section.news .content .items .item a img {
    height: 15rem;
  }
}
@media (max-width: 798px) {
  section.news .content .items {
    grid-template-columns: 1fr;
  }
  section.news .content .items .item a img {
    max-width: 100%;
    height: initial;
  }
}
/*
 * Blog page CSS file, suvenir27.ru
 *
 * Copyright (c) 2021 Kuzmenko Dmitry, plarson.ru
 *
 * Date: 2021-11-02
 */
section.blog .content h1 {
  font-size: 2rem;
}
section.blog .content .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}
section.blog .content .items .item {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2rem;
  border: 0.1rem solid #c5c5c5;
}
section.blog .content .items .item a {
  flex-grow: 1;
  display: block;
  margin-bottom: 1.5rem;
}
section.blog .content .items .item a img {
  display: block;
  max-width: 40rem;
  width: 100%;
  height: 20rem;
  object-fit: cover;
}
section.blog .content .items .item .title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-decoration: none;
}
section.blog .content .items .item .date {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #949494;
}
section.blog .content .items .item .text {
  margin-bottom: 2rem;
}
section.blog .content .items .item .more {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 15rem;
  padding: 1rem 2.5rem;
  color: #fff;
  text-decoration: none;
  background-color: #1e7cba;
}
@media (max-width: 950px) {
  section.blog .content .items .item a img {
    height: 15rem;
  }
}
@media (max-width: 798px) {
  section.blog .content .items {
    grid-template-columns: 1fr;
  }
  section.blog .content .items .item a img {
    max-width: 100%;
    height: initial;
  }
}


/*
generated in 0.702 seconds at 2026-06-29 21:13:24
last modified file: suvenir27.prototype.less at 2026-02-25 02:55:11
includes (24):
2022-02-11 16:02:09	office/177/i/css/suvenir27.less
2022-07-06 23:29:08	/fonts/proxima-nova/proximanova.less
2020-07-14 20:58:21	/fonts/font-awesome/5.6.3/font-awesome.less
2022-08-16 00:02:16	suvenir27.config.less
2019-08-19 16:08:25	suvenir27.typography.less
2019-08-21 15:33:43	suvenir27.ui.less
2022-07-19 03:15:25	suvenir27.common.less
2026-02-25 02:55:11	suvenir27.prototype.less
2019-09-05 17:51:31	suvenir27.home.less
2022-08-24 17:24:45	suvenir27.catalog.less
2022-02-02 14:55:39	suvenir27.products.less
2019-10-03 00:02:48	suvenir27.product.less
2019-08-19 20:51:33	suvenir27.modal.less
2019-08-16 21:59:04	suvenir27.application.less
2022-01-18 21:25:19	suvenir27.contacts.less
2019-09-23 15:12:32	suvenir27.about.less
2019-09-05 23:37:07	suvenir27.services.less
2019-08-20 18:48:48	suvenir27.portfolio.less
2019-08-22 18:39:33	suvenir27.cart.less
2019-08-19 18:11:19	suvenir27.reg.less
2019-09-23 15:33:15	suvenir27.profile.less
2019-08-21 15:31:37	suvenir27.offers.less
2022-02-11 16:28:10	suvenir27.news.less
2022-02-11 16:27:29	suvenir27.blog.less
*/
