/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .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-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .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: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.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: #ffffff;
}
/* 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-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.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-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.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-battle-net:before {
  content: "\f835";
}
.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-biking:before {
  content: "\f84a";
}
.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-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.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-buffer:before {
  content: "\f837";
}
.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-buy-n-large:before {
  content: "\f8a6";
}
.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-caravan:before {
  content: "\f8ff";
}
.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-cheese:before {
  content: "\f7ef";
}
.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-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.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-cloudflare:before {
  content: "\e07d";
}
.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-medical:before {
  content: "\f7f5";
}
.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-alt:before {
  content: "\f422";
}
.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-cotton-bureau:before {
  content: "\f89e";
}
.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-crutch:before {
  content: "\f7f7";
}
.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-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.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-disease:before {
  content: "\f7fa";
}
.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-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.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-evernote:before {
  content: "\f839";
}
.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-alt:before {
  content: "\f424";
}
.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-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.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-firefox-browser:before {
  content: "\e007";
}
.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-alt:before {
  content: "\f841";
}
.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-pay:before {
  content: "\e079";
}
.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-guilded:before {
  content: "\e07e";
}
.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-hamburger:before {
  content: "\f805";
}
.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-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.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-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.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-hive:before {
  content: "\e07f";
}
.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-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.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-house-user:before {
  content: "\e065";
}
.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-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.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-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.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-itch-io:before {
  content: "\f83a";
}
.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-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.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-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.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-mdb:before {
  content: "\f8ca";
}
.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-microblog:before {
  content: "\e01a";
}
.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-mixer:before {
  content: "\e056";
}
.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:before {
  content: "\f8cc";
}
.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-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-octopus-deploy:before {
  content: "\e082";
}
.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-orcid:before {
  content: "\f8d2";
}
.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-pager:before {
  content: "\f815";
}
.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-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.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-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.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-pied-piper-square:before {
  content: "\e01e";
}
.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-pizza-slice:before {
  content: "\f818";
}
.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-plane-slash:before {
  content: "\e069";
}
.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-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.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-record-vinyl:before {
  content: "\f8d9";
}
.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-remove-format:before {
  content: "\f87d";
}
.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-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.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-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.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-sink:before {
  content: "\e06d";
}
.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-soap:before {
  content: "\e06e";
}
.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-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.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-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.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-stackpath:before {
  content: "\f842";
}
.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-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.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-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.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-tiktok:before {
  content: "\e07b";
}
.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-toilet-paper-slash:before {
  content: "\e072";
}
.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-trailer:before {
  content: "\e041";
}
.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-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.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-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.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-unsplash:before {
  content: "\e07c";
}
.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-nurse:before {
  content: "\f82f";
}
.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-users-slash:before {
  content: "\e073";
}
.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-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.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-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.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-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.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-wodu:before {
  content: "\e088";
}
.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-yammer:before {
  content: "\f840";
}
.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 Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'FontAwesomeBrands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/fa-brands-400.eot');
  src: url('/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/fonts/fa-brands-400.woff2') format('woff2'), url('/fonts/fa-brands-400.woff') format('woff'), url('/fonts/fa-brands-400.ttf') format('truetype'), url('/fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'FontAwesomeBrands';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/fa-regular-400.eot');
  src: url('/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/fonts/fa-regular-400.woff2') format('woff2'), url('/fonts/fa-regular-400.woff') format('woff'), url('/fonts/fa-regular-400.ttf') format('truetype'), url('/fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'FontAwesome';
  font-weight: 400;
}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/fonts/fa-solid-900.eot');
  src: url('/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/fonts/fa-solid-900.woff2') format('woff2'), url('/fonts/fa-solid-900.woff') format('woff'), url('/fonts/fa-solid-900.ttf') format('truetype'), url('/fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'FontAwesome';
  font-weight: 900;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Ultralight.woff2") format("woff2"), url("/fonts/SFUIDisplay-Ultralight.woff") format("woff"), url("/fonts/SFUIDisplay-Ultralight.ttf") format("truetype"), url('/fonts/SFUIDisplay-Ultralight.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Ultralight.svg') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Thin.woff2") format("woff2"), url("/fonts/SFUIDisplay-Thin.woff") format("woff"), url("/fonts/SFUIDisplay-Thin.ttf") format("truetype"), url('/fonts/SFUIDisplay-Thin.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Thin.svg') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Light.woff2") format("woff2"), url("/fonts/SFUIDisplay-Light.woff") format("woff"), url("/fonts/SFUIDisplay-Light.ttf") format("truetype"), url('/fonts/SFUIDisplay-Light.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Regular.woff2") format("woff2"), url("/fonts/SFUIDisplay-Regular.woff") format("woff"), url("/fonts/SFUIDisplay-Regular.ttf") format("truetype"), url('/fonts/SFUIDisplay-Regular.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Regular.woff2") format("woff2"), url("/fonts/SFUIDisplay-Regular.woff") format("woff"), url("/fonts/SFUIDisplay-Regular.ttf") format("truetype"), url('/fonts/SFUIDisplay-Regular.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Medium.woff2") format("woff2"), url("/fonts/SFUIDisplay-Medium.woff") format("woff"), url("/fonts/SFUIDisplay-Medium.ttf") format("truetype"), url('/fonts/SFUIDisplay-Medium.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Semibold.woff2") format("woff2"), url("/fonts/SFUIDisplay-Semibold.woff") format("woff"), url("/fonts/SFUIDisplay-Semibold.ttf") format("truetype"), url('/fonts/SFUIDisplay-Semibold.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Semibold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("/fonts/SFUIDisplay-Bold.woff") format("woff"), url("/fonts/SFUIDisplay-Bold.ttf") format("truetype"), url('/fonts/SFUIDisplay-Bold.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("/fonts/SFUIDisplay-Bold.woff") format("woff"), url("/fonts/SFUIDisplay-Bold.ttf") format("truetype"), url('/fonts/SFUIDisplay-Bold.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Heavy.woff2") format("woff2"), url("/fonts/SFUIDisplay-Heavy.woff") format("woff"), url("/fonts/SFUIDisplay-Heavy.ttf") format("truetype"), url('/fonts/SFUIDisplay-Heavy.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Heavy.svg') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: SFUIDisplay;
  src: url("/fonts/SFUIDisplay-Black.woff2") format("woff2"), url("/fonts/SFUIDisplay-Black.woff") format("woff"), url("/fonts/SFUIDisplay-Black.ttf") format("truetype"), url('/fonts/SFUIDisplay-Black.eot') format('embedded-opentype'), url('/fonts/SFUIDisplay-Black.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #2d2d2f;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
  border-bottom: 0 !important;
}
.fancybox-navigation .fancybox-button:not(.disabled):not(:hover) {
  color: #fff !important;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(56%);
  margin-bottom: 44px;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888 !important;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
/* Navigation arrows */
.fancybox-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}
.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #1b3c59;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(90%);
  }
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  border: 0;
}
html {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-size: 14px;
}
body {
  color: #001731;
  width: 100%;
  height: 100%;
  font: 14px/22px 'SFUIDisplay', Helvetica, Arial, sans-serif;
  line-height: 1.3;
}
.both {
  float: none !important;
  clear: both;
}
.after-both::after {
  content: '';
  display: block;
  float: none !important;
  clear: both;
}
.inline-block {
  zoom: 1;
  *display: inline;
  display: inline-block;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.transition300 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.transition300bg {
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.mirroring-vertical {
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.mirroring-horizontal {
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.unselectable {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.nowrap {
  white-space: nowrap;
}
.hidden {
  display: none;
}
.uppercase {
  text-transform: uppercase;
}
header,
nav,
section,
article,
aside,
footer,
main {
  display: block;
}
input,
textarea,
select,
button {
  font: inherit;
}
input[type=checkbox],
input[type=radio],
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
body.noscroll {
  overflow: hidden;
}
*[role="button"] {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:not(.btn):not(.no-link-decor):not([data-fancybox]) {
  border-bottom: 1px solid;
}
a:not(.btn):not(.no-link-decor):not([data-fancybox]):not(.no-link-color) {
  color: #3466a5;
}
a:not(.btn):not(.no-link-decor):not([data-fancybox]).link-invert:not(:hover),
a:not(.btn):not(.no-link-decor):not([data-fancybox]):not(.link-invert):hover {
  border-bottom-color: transparent;
}
a:not(.btn):not(.no-link-decor):not([data-fancybox]).ya-share2__link {
  border-bottom: none;
}
a.no-link-decor,
a:not(.no-link-decor).no-link-color,
a:not(.no-link-decor):not(.no-link-color).no-link-color-not-hover:not(:hover) {
  color: inherit;
}
.pseudo-link {
  display: inline;
  cursor: pointer;
  color: #3466a5;
  border-bottom: 1px dashed;
}
.pseudo-link:hover {
  border-bottom-color: transparent;
}
img[data-src],
*[data-bg] {
  background: url("/img/no-image.png") 50% 50% no-repeat #f3f5f9;
  background-size: auto !important;
}
.container {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  word-wrap: break-word;
}
.container:not(.visible) {
  overflow: hidden;
}
.bg1 {
  background-color: #ffffff;
}
.bg2 {
  background-color: #f3f5f9;
}
.bg3 {
  background-color: #2d2d2f;
}
.box {
  border-radius: 2px;
  margin-bottom: 20px;
}
.font2 {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
.color-emphasize1 {
  color: #eb2629;
}
.color-emphasize2 {
  color: #fed82d;
}
.color-success {
  color: #20af19;
}
.btn {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
}
.btn.btn-default {
  font-size: 16px;
  line-height: 20px;
  padding: 13px 25px;
}
.btn.btn-small {
  font-size: 15px;
  line-height: 18px;
  padding: 9px 20px;
}
.btn-rounded {
  border-radius: 40px;
}
.btn-waiting {
  cursor: progress;
}
.btn-waiting:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  z-index: 1;
}
.btn-waiting:after {
  content: "\f110";
  animation: fa-spin 2s infinite linear;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.btn-waiting:after.fa-pull-left {
  margin-right: .3em;
}
.btn-waiting:after.fa-pull-right {
  margin-left: .3em;
}
@media (max-width: 767px) {
  .btn-waiting:after {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    margin-top: -8px;
    margin-left: -8px;
  }
}
@media (min-width: 768px) {
  .btn-waiting:after {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
}
.btn1 {
  background-color: #fed82d;
  color: #000000;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s;
  -ms-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  overflow: hidden;
}
.btn1:hover {
  -webkit-box-shadow: inset 0 -100px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -100px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -100px 0 0 rgba(0, 0, 0, 0.1);
}
.btn1.btn-waiting:after {
  color: #000000;
}
.btn1.btn-waiting:before {
  background-color: #fed82d;
}
.btn2 {
  color: #fff;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  overflow: hidden;
}
.btn2:not(:hover) {
  background: #005fca;
  background: -moz-linear-gradient(top, #0077fd 0%, #004797 100%) transparent;
  background: -webkit-linear-gradient(top, #0077fd 0%, #004797 100%) transparent;
  background: linear-gradient(to bottom, #0077fd 0%, #004797 100%) transparent;
}
.btn2:hover {
  background-color: #001731;
}
.btn2.btn-waiting:after {
  color: #fff;
}
.btn2.btn-waiting:before {
  background-color: #001731;
}
.btn2-light {
  color: #fff;
  overflow: hidden;
  text-shadow: 0 0 10px rgba(0, 23, 49, 0.5);
  letter-spacing: 0.6px;
}
.btn2-light:not(:hover) {
  background: #2585f1;
  background: -moz-linear-gradient(top, #4b9fff 0%, #006be3 100%) transparent;
  background: -webkit-linear-gradient(top, #4b9fff 0%, #006be3 100%) transparent;
  background: linear-gradient(to bottom, #4b9fff 0%, #006be3 100%) transparent;
}
.btn2-light:hover {
  background: #005fca;
  background: -moz-linear-gradient(top, #0077fd 0%, #004797 100%) transparent;
  background: -webkit-linear-gradient(top, #0077fd 0%, #004797 100%) transparent;
  background: linear-gradient(to bottom, #0077fd 0%, #004797 100%) transparent;
}
.btn2-light.btn-waiting:after {
  color: #fff;
}
.btn2-light.btn-waiting:before {
  background-color: #001731;
}
.btn3 {
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  -ms-transition: background 0.3s ease 0s;
  -o-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  overflow: hidden;
}
.btn3:not(:hover) {
  background-color: #eb2629;
}
.btn3:hover {
  background-color: #cb1316;
}
.btn3.btn-waiting:after {
  color: #fff;
}
.btn3.btn-waiting:before {
  background-color: #eb2629;
}
.btn4 {
  font-size: 20px;
  line-height: 24px;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  color: #000000;
  overflow: hidden;
}
.btn4:not(:hover) {
  background: #f7d021;
  background: -moz-linear-gradient(top, #fed82d 0%, #f0c814 100%) transparent;
  background: -webkit-linear-gradient(top, #fed82d 0%, #f0c814 100%) transparent;
  background: linear-gradient(to bottom, #fed82d 0%, #f0c814 100%) transparent;
}
.btn4:hover {
  background: #f7d021;
  background: -moz-linear-gradient(top, #f0c814 0%, #fed82d 100%) transparent;
  background: -webkit-linear-gradient(top, #f0c814 0%, #fed82d 100%) transparent;
  background: linear-gradient(to bottom, #f0c814 0%, #fed82d 100%) transparent;
}
.btn4.btn-waiting:after {
  color: #000000;
}
.btn4.btn-waiting:before {
  background-color: #fed82d;
}
.btn4-std {
  font-size: 18px;
  line-height: 22px;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  color: #000000;
  overflow: hidden;
}
.btn4-std:not(:hover) {
  background: #f7d021;
  background: -moz-linear-gradient(top, #fed82d 0%, #f0c814 100%) transparent;
  background: -webkit-linear-gradient(top, #fed82d 0%, #f0c814 100%) transparent;
  background: linear-gradient(to bottom, #fed82d 0%, #f0c814 100%) transparent;
}
.btn4-std:hover {
  background: #f7d021;
  background: -moz-linear-gradient(top, #f0c814 0%, #fed82d 100%) transparent;
  background: -webkit-linear-gradient(top, #f0c814 0%, #fed82d 100%) transparent;
  background: linear-gradient(to bottom, #f0c814 0%, #fed82d 100%) transparent;
}
.btn4-std.btn-waiting:after {
  color: #000000;
}
.btn4-std.btn-waiting:before {
  background-color: #fed82d;
}
.Alert {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.Alert .hidden-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  background: #2d2d2f;
}
.Alert .alert-message {
  min-height: 70px;
  padding: 30px 35px;
  background-color: #fff;
  position: fixed;
  z-index: 4;
  top: 20px;
}
.Alert .alert-message:before {
  content: '';
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  top: 45px;
  left: 32px;
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 50px;
}
.Alert .alert-message > .alert-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 3em;
  line-height: 39px;
  background-color: #ffffff;
  color: #eb2629;
  z-index: 2;
  border-radius: 2px;
}
.Alert .alert-message > .alert-close:hover {
  background: #ed3f42;
  color: #ffffff;
}
.Alert .alert-message .alert-text {
  padding: 11px 10px 11px 75px;
  line-height: 150%;
}
.Alert .alert-message .alert-text h3 {
  font-size: 1.1em;
  padding-bottom: 7px;
}
.Alert .alert-message .alert-text .nowrap {
  white-space: nowrap;
}
.Alert .alert-message .alert-command {
  margin-top: 30px;
}
.Alert .alert-message .alert-command .btn {
  padding: 10px 20px;
  margin: 0 10px 10px 0;
}
.Alert .alert-message.warning:before {
  content: "\f071";
  color: #ff940b;
}
.Alert .alert-message.ok:before {
  content: "\f00c";
  color: #10b310;
}
.Alert .alert-message.cart:before {
  content: "\f07a";
  color: #3192ff;
}
@media all and (max-width: 459px) {
  .Alert .alert-message {
    left: 0;
    right: 0;
    top: 5%;
  }
}
@media all and (min-width: 460px) and (max-width: 767px) {
  .Alert .alert-message {
    top: 5%;
    left: 5%;
    right: 5%;
  }
}
@media (min-width: 768px) and (min-height: 640px) {
  .Alert .alert-message {
    margin-top: -260px;
    top: 50%;
  }
}
@media all and (min-width: 768px) {
  .Alert .alert-message {
    left: 50%;
    margin-left: -235px;
    width: 400px;
  }
}
@media (max-height: 639px) {
  body.noscroll .Alert {
    overflow: auto;
    position: fixed;
  }
  .Alert .alert-message {
    position: absolute;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
.text-default {
  line-height: 1.6;
}
.text-default h2:not([class]),
.text-default .h2 {
  font-size: 1.57em;
  margin-bottom: 15px;
  line-height: 1.3;
  text-align: left;
  font-weight: 500;
}
.text-default h2:not([class]):not(:first-child),
.text-default .h2:not(:first-child) {
  margin-top: 50px;
}
.text-default h3:not([class]),
.text-default .h3 {
  font-size: 1.28em;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: left;
  font-weight: 600;
}
.text-default h3:not([class]):not(:first-child),
.text-default .h3:not(:first-child) {
  margin-top: 30px;
}
.text-default h2:not([class]):target:before,
.text-default .h2:target:before,
.text-default h3:not([class]):target:before,
.text-default .h3:target:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -15px;
  width: 3px;
  background: #eb2629;
}
.text-default p,
.text-default ul,
.text-default ol {
  margin-bottom: 1em;
  font-size: inherit;
  line-height: inherit;
}
.text-default p + ul,
.text-default p + ol {
  margin-top: -5px;
}
.text-default li {
  margin-bottom: 5px;
  margin-left: 25px;
}
.text-default li > ul {
  margin-top: 5px;
}
.text-default strong,
.text-default b {
  font-weight: 600;
  font-size: 1.1em;
}
.text-default p strong {
  font-size: 1.1em;
}
.text-default span.marker {
  background-color: #fff0ac;
  padding: 5px 10px;
  border-left: 3px solid #fed82d;
  line-height: 1.4;
  zoom: 1;
  *display: inline;
  display: inline-block;
}
.text-default hr {
  border-top: 3px solid #77aeec;
  height: 0;
  margin: 30px 0;
  box-sizing: border-box;
}
.text-default blockquote {
  margin: 20px 0;
  padding: 15px 20px;
  border-left: 5px solid #f3f5f9;
  color: rgba(0, 23, 49, 0.5);
  font-size: 1.14em;
  font-weight: 500;
  line-height: 1.4;
}
.text-default blockquote > p:last-child,
.text-default blockquote > ul:last-child,
.text-default blockquote > ol:last-child {
  margin-bottom: 0;
}
.text-default .table,
.text-default > table {
  margin-bottom: 20px;
}
.text-default table {
  border-collapse: collapse;
  max-width: 100%;
  font-size: inherit;
}
.text-default table thead,
.text-default table th {
  background-color: #001731;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
.text-default table td,
.text-default table th {
  padding-left: 15px;
  padding-right: 15px;
  font-size: inherit;
}
.text-default table thead td,
.text-default table th {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #001731;
}
.text-default table tbody tr:hover {
  background: #f3f5f9;
}
.text-default table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d1d9e8;
}
.text-default img {
  max-width: 100%;
  max-height: 100vh;
  border-radius: 6px;
}
.text-default > img {
  margin-bottom: 1em;
}
.text-default figcaption,
.text-default .caption {
  font-style: italic;
  color: #9d9d9d;
  line-height: 1.1;
}
.text-default figure img + figcaption,
.text-default .caption_bottom {
  margin-top: 8px;
}
.text-default .img-right,
.text-default .img-left,
.text-default .img-center {
  margin: 15px 0;
  z-index: 2;
}
.text-default .img-center {
  text-align: center;
}
.text-default .img-group {
  text-align: center;
}
.text-default .img-group img {
  height: 280px;
  margin: 3px;
}
.text-default .imgs-cells {
  margin-top: 15px;
  margin-bottom: 15px;
}
.text-default .imgs-cells:after {
  content: '';
  display: block;
  clear: both;
}
.text-default .imgs-cells > a {
  border-radius: 6px;
}
.text-default .imgs-cells > a > img {
  display: block;
}
.text-default .imgs-cells > a:hover {
  -webkit-box-shadow: 0 0 0 5px #d1d9e8;
  -moz-box-shadow: 0 0 0 5px #d1d9e8;
  box-shadow: 0 0 0 5px #d1d9e8;
}
.text-default .imgs-cells > a:only-child img {
  max-width: 100%;
}
.text-default .imgs-cells > a:not(:only-child) img {
  width: 100%;
}
.text-default .imgs-cells > a,
.text-default .imgs-cells > img,
.text-default .imgs-cells > figure {
  margin-bottom: 20px;
}
.text-default .imgs-cells > a:only-child,
.text-default .imgs-cells > img:only-child,
.text-default .imgs-cells > figure:only-child {
  max-width: 100%;
  zoom: 1;
  *display: inline;
  display: inline-block;
}
.text-default .imgs-cells > a:not(:only-child),
.text-default .imgs-cells > img:not(:only-child),
.text-default .imgs-cells > figure:not(:only-child) {
  display: block;
}
@media all and (min-width: 460px) {
  .text-default .imgs-cells > a:not(:only-child),
  .text-default .imgs-cells > img:not(:only-child),
  .text-default .imgs-cells > figure:not(:only-child) {
    float: left;
  }
}
@media all and (min-width: 460px) and (max-width: 639px) {
  .text-default .imgs-cells > a:not(:only-child),
  .text-default .imgs-cells > img:not(:only-child),
  .text-default .imgs-cells > figure:not(:only-child) {
    width: 48%;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-child(2n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-child(2n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-child(2n+1) {
    clear: both;
    margin-right: 4%;
  }
}
@media all and (min-width: 640px) {
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(2):first-child,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(2):first-child,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ a,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ a,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ a,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ img,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ img,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ img,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ figure,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ figure,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ figure {
    max-width: 48%;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(2):first-child:nth-child(2n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(2):first-child:nth-child(2n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child:nth-child(2n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ a:nth-child(2n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ a:nth-child(2n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ a:nth-child(2n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ img:nth-child(2n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ img:nth-child(2n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ img:nth-child(2n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ figure:nth-child(2n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ figure:nth-child(2n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ figure:nth-child(2n+1) {
    margin-right: 4%;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(3):first-child,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(3):first-child,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ a,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ a,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ a,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ img,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ img,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ img,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ figure,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ figure,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ figure {
    max-width: 32%;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(3):first-child:not(:nth-child(3n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(3):first-child:not(:nth-child(3n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child:not(:nth-child(3n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ a:not(:nth-child(3n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ a:not(:nth-child(3n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ a:not(:nth-child(3n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ img:not(:nth-child(3n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ img:not(:nth-child(3n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ img:not(:nth-child(3n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ figure:not(:nth-child(3n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ figure:not(:nth-child(3n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ figure:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media all and (min-width: 640px) and (max-width: 767px) {
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ a,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ a,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ a,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ img,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ img,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ img,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ figure,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ figure,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ figure {
    width: 32%;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4):not(:nth-child(3n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4):not(:nth-child(3n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4):not(:nth-child(3n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ a:not(:nth-child(3n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ a:not(:nth-child(3n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ a:not(:nth-child(3n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ img:not(:nth-child(3n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ img:not(:nth-child(3n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ img:not(:nth-child(3n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ figure:not(:nth-child(3n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ figure:not(:nth-child(3n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ figure:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4):nth-child(3n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4):nth-child(3n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4):nth-child(3n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ a:nth-child(3n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ a:nth-child(3n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ a:nth-child(3n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ img:nth-child(3n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ img:nth-child(3n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ img:nth-child(3n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ figure:nth-child(3n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ figure:nth-child(3n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ figure:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 768px) {
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ a,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ a,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ a,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ img,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ img,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ img,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ figure,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ figure,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ figure {
    max-width: 23.5%;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child:not(:nth-child(4n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child:not(:nth-child(4n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child:not(:nth-child(4n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ a:not(:nth-child(4n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ a:not(:nth-child(4n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ a:not(:nth-child(4n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ img:not(:nth-child(4n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ img:not(:nth-child(4n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ img:not(:nth-child(4n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ figure:not(:nth-child(4n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ figure:not(:nth-child(4n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ figure:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child:nth-child(4n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child:nth-child(4n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child:nth-child(4n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ a:nth-child(4n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ a:nth-child(4n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ a:nth-child(4n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ img:nth-child(4n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ img:nth-child(4n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ img:nth-child(4n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ figure:nth-child(4n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ figure:nth-child(4n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ figure:nth-child(4n+1) {
    clear: both;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ a,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ a,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ a,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ img,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ img,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ img,
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ figure,
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ figure,
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ figure {
    width: 23.5%;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5):not(:nth-child(4n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5):not(:nth-child(4n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5):not(:nth-child(4n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ a:not(:nth-child(4n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ a:not(:nth-child(4n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ a:not(:nth-child(4n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ img:not(:nth-child(4n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ img:not(:nth-child(4n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ img:not(:nth-child(4n)),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ figure:not(:nth-child(4n)),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ figure:not(:nth-child(4n)),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ figure:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5):nth-child(4n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5):nth-child(4n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5):nth-child(4n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ a:nth-child(4n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ a:nth-child(4n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ a:nth-child(4n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ img:nth-child(4n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ img:nth-child(4n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ img:nth-child(4n+1),
  .text-default .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ figure:nth-child(4n+1),
  .text-default .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ figure:nth-child(4n+1),
  .text-default .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ figure:nth-child(4n+1) {
    clear: both;
  }
}
.text-default .figure-img-one {
  margin-top: 20px;
  margin-bottom: 25px;
}
.text-default .figure-check:before,
.text-default .figure-x:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.text-default .figure-check:before {
  width: 41px;
  height: 29px;
  background-image: url("/img/icon/ico-tick-green.png");
}
.text-default .figure-x:before {
  width: 28px;
  height: 29px;
  background-image: url("/img/icon/ico-x.png");
}
.text-default .video_frames {
  margin: 30px 0;
}
.text-default .video_frames:after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  clear: both;
  float: none;
}
.text-default .video_frames > .video_frame > div {
  height: 0;
  padding-top: 65%;
}
.text-default .video_frames > .video_frame > div > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f5f9;
}
.text-default .video_frames > .video_frame:only-child {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.text-default .video_frames > .video_frame:nth-last-child(2):first-child,
.text-default .video_frames > .video_frame:nth-last-child(2):first-child ~ .video_frame {
  margin-bottom: 20px;
}
@media all and (min-width: 640px) {
  .text-default .video_frames > .video_frame:nth-last-child(2):first-child,
  .text-default .video_frames > .video_frame:nth-last-child(2):first-child ~ .video_frame {
    width: 49%;
    float: left;
  }
  .text-default .video_frames > .video_frame:nth-last-child(2):first-child:nth-child(2n+1),
  .text-default .video_frames > .video_frame:nth-last-child(2):first-child ~ .video_frame:nth-child(2n+1) {
    margin-right: 2%;
  }
}
@media all and (max-width: 767px) {
  .text-default .img-right,
  .text-default .img-left {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .text-default .img-right,
  .text-default .img-left {
    max-width: -moz-calc(50% - 20px);
    max-width: -webkit-calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .text-default .img-right {
    float: right;
    margin-left: 20px;
  }
  .text-default .img-left {
    float: left;
    margin-right: 20px;
  }
}
p.text-default {
  margin-bottom: 15px;
}
.FormDefault {
  max-width: 600px;
}
.FormDefault label {
  margin-bottom: 3px;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
  opacity: 0.8;
}
.FormDefault label > .required {
  color: red;
}
.FormDefault label,
.FormDefault input[type="text"],
.FormDefault textarea,
.FormDefault select {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FormDefault input[type="text"],
.FormDefault select {
  line-height: 35px;
  height: 35px;
}
.FormDefault input[type="text"],
.FormDefault textarea,
.FormDefault select {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font: inherit;
}
.FormDefault input[type="text"]:focus,
.FormDefault textarea:focus,
.FormDefault select:focus {
  border-color: #eb2629;
}
.FormDefault select {
  background: #ffffff;
  background: #ececec;
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 50%, #dedede 100%) transparent;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 50%, #dedede 100%) transparent;
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 50%, #dedede 100%) transparent;
}
.FormDefault textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
  font-family: inherit;
}
.FormDefault input[type="submit"] {
  padding: 0 25px;
  line-height: 40px;
  font-size: 1.286em;
  margin-top: 20px;
}
.FormDefault .fa.fa-spin {
  vertical-align: -10%;
  font-size: 28px;
  margin-left: 5px;
}
.FormDefault .phone-note {
  position: absolute;
  line-height: 35px;
  height: 35px;
  bottom: -1px;
  left: 11px;
}
.FormDefault .WS-Phone {
  padding-left: 33px !important;
}
.FormDefault .box-phone-no-label .phone-note {
  display: none;
}
.FormDefault .box-phone-no-label .WS-Phone {
  padding-left: 10px !important;
}
.FormDefault .box-phone-no-label.show .phone-note {
  display: block;
}
.FormDefault .box-phone-no-label.show .WS-Phone {
  padding-left: 33px !important;
}
.FormDefault .agreement {
  margin-top: 20px;
}
.FormDefault .agreement input[type="checkbox"] {
  display: none;
}
.FormDefault .agreement label {
  padding-left: 35px;
  line-height: 20px;
  display: block;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
  opacity: 1;
}
.FormDefault .agreement label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #c5c5c5;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FormDefault .agreement label:hover::before {
  background: url("/img/icon/icon-agreement.png") 0 0 no-repeat #ffffff;
  background-size: 20px auto;
  background-clip: border-box;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  .FormDefault .agreement label:hover::before {
    background: url("/img/icon/icon-agreement3x.png") 0 0 no-repeat #ffffff;
    background-size: 20px auto;
  }
}
.FormDefault .agreement input[type="checkbox"]:checked + label::before {
  background: url("/img/icon/icon-agreement.png") -1px -23px no-repeat #ffffff;
  background-size: 20px auto;
  background-clip: border-box;
  border-color: #eb2629;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  .FormDefault .agreement input[type="checkbox"]:checked + label::before {
    background: url("/img/icon/icon-agreement3x.png") -1px -23px no-repeat #ffffff;
    background-size: 20px auto;
  }
}
.table {
  max-width: 100%;
  overflow: auto;
}
iframe {
  max-width: 100% !important;
  max-height: 100% !important;
}
.fa-whatsapp {
  background: #45e661;
  background: -moz-linear-gradient(top, #60fb7c 0%, #29d146 100%) transparent;
  background: -webkit-linear-gradient(top, #60fb7c 0%, #29d146 100%) transparent;
  background: linear-gradient(to bottom, #60fb7c 0%, #29d146 100%) transparent;
  color: #fff !important;
  border-radius: 5px;
}
.sliderLine .slider-scale {
  border-radius: 4px;
  background: #f3f5f9;
}
.sliderLine .slider-scale .slider-active-line {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: inherit;
  background-color: #fed82d;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, #f7ca01 20px, #f7ca01 40px);
}
.sliderLine .slider-scale .slider-handle {
  position: absolute;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: #f8cb00;
  background: linear-gradient(to top, #dfb600 0, #f8cb00 49%, #f8cb00 100%);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.67), inset 0 0 1px 0 #fed82d;
  border-radius: 50%;
}
.sliderLine .slider-scale .slider-handle:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -5px;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.75), inset 0 1px 2px 0 rgba(0, 0, 1, 0.45);
  background: #fff;
}
.sliderLine .slider-scale .slider-handle:hover:before,
.sliderLine .slider-scale .slider-handle:focus:before,
.sliderLine .slider-scale .slider-handle.on:before {
  background: #ef5557;
}
.sliderLine .slider-value-input-box,
.sliderLine .slider-value-input {
  font-size: 0.9em;
}
.sliderLine .slider-value-input-box {
  position: absolute;
}
.sliderLine .slider-value-input {
  -moz-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f3f5f9;
  line-height: 20px;
  height: 20px;
  width: 46px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border-radius: 2px;
}
.sliderLine .slider-value-input::-webkit-inner-spin-button,
.sliderLine .slider-value-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sliderLine .slider-limit-min,
.sliderLine .slider-limit-max {
  position: absolute;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  line-height: 16px;
  font-size: 0.85em;
}
.sliderLine.slider-horizontal .slider-wrapper {
  margin-left: 55px;
  margin-right: 55px;
  padding-top: 10px;
  padding-bottom: 35px;
}
.sliderLine.slider-horizontal .slider-scale {
  height: 8px;
}
.sliderLine.slider-horizontal .slider-scale .slider-active-line {
  top: 0;
  border-top-left-radius: inherit;
}
.sliderLine.slider-horizontal .slider-scale .slider-handle {
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
}
.sliderLine.slider-horizontal .slider-value-input-box {
  top: 33px;
  margin-left: -23px;
  width: 75px;
}
.sliderLine.slider-horizontal .slider-limit-min,
.sliderLine.slider-horizontal .slider-limit-max {
  top: 6px;
  width: 35px;
}
.sliderLine.slider-horizontal .slider-limit-min {
  left: 0;
  text-align: right;
}
.sliderLine.slider-horizontal .slider-limit-max {
  right: 0;
}
.sliderLine.slider-vertical {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 45px;
}
.sliderLine.slider-vertical .slider-wrapper {
  height: 100%;
  padding-right: 10px;
  padding-left: 60px;
}
.sliderLine.slider-vertical .slider-scale {
  width: 8px;
  height: 100%;
}
.sliderLine.slider-vertical .slider-scale .slider-active-line {
  right: 0;
  border-bottom-right-radius: inherit;
}
.sliderLine.slider-vertical .slider-scale .slider-handle {
  right: 50%;
  margin-right: -14px;
  margin-bottom: -14px;
}
.sliderLine.slider-vertical .slider-value-input-box {
  right: 33px;
  margin-bottom: -26px;
  width: 45px;
  text-align: center;
  line-height: 16px;
}
.sliderLine.slider-vertical .slider-limit-min,
.sliderLine.slider-vertical .slider-limit-max {
  right: 6px;
  width: 35px;
  text-align: right;
}
.sliderLine.slider-vertical .slider-limit-min {
  bottom: 10px;
}
.sliderLine.slider-vertical .slider-limit-max {
  top: 10px;
}
.sliderLine.slider-vertical.right .slider-wrapper {
  padding-left: 10px;
  padding-right: 60px;
}
.sliderLine.slider-vertical.right .slider-value-input-box {
  left: 33px;
}
.sliderLine.slider-vertical.right .slider-limit-min,
.sliderLine.slider-vertical.right .slider-limit-max {
  left: 6px;
  text-align: left;
}
.Content {
  min-height: 400px;
}
.Content .share-default {
  padding: 20px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .Content .share-default {
    margin-bottom: -40px;
    margin-top: 40px;
  }
  .Content .share-default .share-text {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .Content .share-default {
    margin-bottom: -65px;
    margin-top: 55px;
  }
  .Content .share-default .share-text,
  .Content .share-default .ya-share2 {
    zoom: 1;
    *display: inline;
    display: inline-block;
    line-height: 24px;
  }
  .Content .share-default .share-text {
    margin-right: 20px;
  }
  .Content .share-default .ya-share2 {
    top: -3px;
  }
}
.Content h1 {
  font-weight: 500;
  margin-bottom: 30px;
}
@media all and (max-width: 459px) {
  .Content h1 {
    font-size: 1.8em;
  }
}
@media all and (min-width: 460px) {
  .Content h1 {
    font-size: 2.2em;
  }
}
.Content .section-title {
  line-height: 1.1;
}
.Content .section-title:not(.section-title_left) {
  text-align: center;
}
@media all and (max-width: 767px) {
  .Content .section-title {
    font-size: 2em;
    font-weight: 500;
  }
}
@media all and (min-width: 768px) {
  .Content .section-title {
    font-size: 2.57em;
    font-weight: 400;
  }
}
.Content .section-subtitle:not(.section-subtitle_left) {
  text-align: center;
}
@media all and (max-width: 767px) {
  .Content .section-subtitle {
    font-size: 1.5em;
    font-weight: 400;
    color: rgba(0, 23, 49, 0.7);
  }
}
@media all and (min-width: 768px) {
  .Content .section-subtitle {
    font-size: 1.71em;
    font-weight: 300;
  }
}
.captcha-wrapper {
  display: flex;
  justify-content: center;
}
.captcha-wrapper:before {
  content: 'Проверка на бота загружается...';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.Geography {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f3f5f9;
}
.Geography-title {
  margin-bottom: 35px;
}
.Geography-areas-item-title {
  padding-left: 45px;
  margin-bottom: 15px;
}
.Geography-areas-item-title > i {
  position: absolute;
  top: 6px;
  left: 4px;
  color: #afbcd7;
  font-size: 36px;
}
.Geography-areas-item-title > h4 {
  font-weight: 500;
}
.Geography-areas-item-title > p {
  margin-top: 5px;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  line-height: 18px;
}
.Geography-areas-item-map {
  height: 160px;
  background: #e2e7f1;
  margin-bottom: 20px;
}
.Geography-areas-item-description .description-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.Geography-areas-item-description .description-list {
  overflow: hidden;
}
.Geography-areas-item-description .description-list li {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}
.Geography-areas-item-description .description-list.columns {
  column-count: 2;
  column-gap: 30px;
}
.Geography-areas-item-description .description-btn {
  max-width: 160px;
  margin: 15px auto 0;
  padding: 10px 15px;
}
@media all and (max-width: 360px) {
  .Geography-areas-item-description > .column:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media all and (min-width: 361px) {
  .Geography-areas-item-description > .column {
    float: left;
    width: 48%;
  }
  .Geography-areas-item-description > .column:nth-child(2n+1) {
    clear: both;
    margin-right: 4%;
  }
}
@media all and (min-width: 640px) and (max-width: 767px) {
  .Geography-areas-item-title > h4 {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .Geography-areas-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .Geography-areas-item {
    float: left;
    width: 48%;
  }
  .Geography-areas-item:nth-child(2n+1) {
    clear: both;
    margin-right: 4%;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .Geography-areas-item-title {
    min-height: 73px;
  }
}
@media all and (max-width: 639px), all and (min-width: 768px) and (max-width: 1199px) {
  .Geography-areas-item-title > h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media all and (min-width: 1200px) {
  .Geography-areas-item-title > h4 {
    font-size: 24px;
  }
}
.MoscowMetroWindow > ul,
.MoscowAreasWindow > ul,
.MoscowCitiesWindow > ul,
.PlisseCitiesWindow > ul {
  column-width: 250px;
  column-gap: 30px;
}
.MoscowMetroWindow > ul li,
.MoscowAreasWindow > ul li,
.MoscowCitiesWindow > ul li,
.PlisseCitiesWindow > ul li {
  list-style: none;
}
.MoscowMetroWindow > ul > li,
.MoscowAreasWindow > ul > li {
  margin-bottom: 25px;
}
.MoscowMetroWindow > ul > li > span,
.MoscowAreasWindow > ul > li > span {
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.MoscowMetroWindow > ul > li > ul li,
.MoscowAreasWindow > ul > li > ul li {
  margin-bottom: 10px;
}
.MoscowMetroWindow > ul > li > ul li > span,
.MoscowAreasWindow > ul > li > ul li > span {
  display: inline-block;
  padding-left: 35px;
}
.MoscowMetroWindow > ul > li > ul li > span:before,
.MoscowAreasWindow > ul > li > ul li > span:before {
  content: "•";
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -6px;
  color: #ef5557;
  font-size: 1.5em;
  line-height: 10px;
}
.MoscowCitiesWindow > ul > li,
.PlisseCitiesWindow > ul > li {
  margin-bottom: 10px;
}
.MoscowCitiesWindow > ul > li > span,
.PlisseCitiesWindow > ul > li > span {
  display: inline-block;
  padding-left: 35px;
}
.MoscowCitiesWindow > ul > li > span:before,
.PlisseCitiesWindow > ul > li > span:before {
  content: "•";
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -6px;
  color: #ef5557;
  font-size: 1.5em;
  line-height: 10px;
}
.Clients {
  padding-top: 100px;
  padding-bottom: 100px;
}
.Clients-title {
  margin-bottom: 30px;
}
.Clients-list {
  text-align: center;
  font-size: 0;
  margin: -15px;
}
.Clients-list-item {
  padding: 15px;
}
.Clients-list-item img {
  width: 100%;
  display: block;
}
.Clients-list-item img[data-src] {
  height: 0;
  padding-top: 100%;
}
@media all and (max-width: 639px) {
  .Clients-list-item {
    width: 33.3333%;
  }
  .Clients-list-item:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 640px) {
  .Clients-list-item {
    width: 16.6666%;
  }
  .Clients-list-item:nth-child(6n+1) {
    clear: both;
  }
}
.Contacts-title {
  margin-bottom: 10px;
}
.Contacts-address {
  text-align: center;
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  .Contacts-address {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .Contacts-address {
    font-size: 1.71em;
    font-weight: 300;
  }
}
.Contacts-address-map {
  text-align: center;
  margin-bottom: 45px;
  margin-top: -15px;
  text-decoration-skip-ink: none;
}
@media all and (max-width: 767px) {
  .Contacts-address-map {
    font-size: 1.14em;
  }
}
@media all and (min-width: 768px) {
  .Contacts-address-map {
    font-size: 1.3em;
  }
}
.Contacts-map {
  background-color: #f3f5f9;
  height: 400px;
}
.Contacts-map > p {
  position: absolute;
  top: 25px;
  left: 15px;
  right: 15px;
  text-align: center;
  font-size: 1.5em;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity: 0.5;
}
.PlissePage .FormOneClickManufacture {
  margin-bottom: -50px;
  z-index: 1;
}
.PlissePage .Calculator {
  padding-top: 150px;
  padding-bottom: 100px;
}
.PlissePage .slider-arrows {
  display: flex;
}
.PlissePage .slider-arrows button {
  background: transparent;
  color: rgba(0, 23, 49, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-style: solid;
}
.PlissePage .slider-arrows button:before {
  position: relative;
}
.PlissePage .slider-arrows button:not(.slick-disabled) {
  cursor: pointer;
}
.PlissePage .slider-arrows button:not(.slick-disabled):hover {
  color: #eb2629;
}
.PlissePage .slider-arrows button.slick-disabled {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
  opacity: 0.3;
}
.PlissePage .slider-arrows button:first-child {
  margin-right: 6px;
}
.PlissePage .slider-arrows button:first-child:before {
  right: 2px;
}
.PlissePage .slider-arrows button:last-child:before {
  left: 2px;
}
@media all and (max-width: 767px) {
  .PlissePage .slider-arrows button {
    font-size: 20px;
    width: 46px;
    height: 46px;
  }
}
@media all and (min-width: 768px) {
  .PlissePage .slider-arrows button {
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
}
.PlissePage .slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PlissePage .slider-dots li {
  list-style: none;
  margin: 0 3px;
}
.PlissePage .slider-dots li button {
  border-radius: 50%;
  color: transparent;
  display: block;
}
.PlissePage .slider-dots li:not(.slick-active) button {
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: rgba(0, 23, 49, 0.15);
}
.PlissePage .slider-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: rgba(0, 23, 49, 0.4);
}
.FirstScreen {
  padding-bottom: 100px;
}
.FirstScreen:before {
  content: '';
  display: block;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 183, 255, 0.05) 0%, rgba(0, 183, 255, 0.15) 100%);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.FirstScreen-form {
  margin-top: 40px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FirstScreen-form__title {
  font-size: 1.5em;
  font-weight: 500;
}
.FirstScreen-form__input-box,
.FirstScreen-form__input,
.FirstScreen-form__btn,
.FirstScreen-form .box-phone .phone-note {
  height: 50px;
  line-height: 50px;
}
.FirstScreen-form__input-box {
  background: rgba(0, 23, 49, 0.07000000000000001);
  border-radius: 30px;
}
.FirstScreen-form__input-box:before {
  font-size: 1.71em;
  color: rgba(0, 23, 49, 0.3);
  line-height: 50px;
  height: 50px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 6px;
  content: "\f095";
  font-family: 'FontAwesome';
  font-weight: 900;
}
.FirstScreen-form__input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border-radius: inherit;
  padding-left: 20px;
  padding-right: 50px;
}
.FirstScreen-form__input:focus {
  -webkit-box-shadow: inset 0 0 2px 0 #001731;
  -moz-box-shadow: inset 0 0 2px 0 #001731;
  box-shadow: inset 0 0 2px 0 #001731;
}
.FirstScreen-form__input,
.FirstScreen-form .box-phone .phone-note {
  font-size: 1.14rem;
}
.FirstScreen-form .box-phone:not(.show) .phone-note {
  display: none;
}
.FirstScreen-form .box-phone.show .phone-note {
  display: block;
  position: absolute;
  height: 50px;
  bottom: 0;
  left: 20px;
  width: 20px;
  text-align: right;
}
.FirstScreen-form .box-phone.show .WS-Phone {
  padding-left: 45px;
}
.FirstScreen-form__btn {
  border-radius: 40px;
  width: 100%;
}
.FirstScreen-advantages__item {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  min-height: 40px;
}
.FirstScreen-advantages__item:before {
  flex-shrink: 0;
  position: relative;
  display: block;
  border-radius: 50%;
  margin-right: 15px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 22px;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-weight: 900;
  text-align: center;
  background: #74c735;
  background: -moz-linear-gradient(35deg, #60c515 0%, #87c954 100%) #87c954;
  background: -webkit-linear-gradient(35deg, #60c515 0%, #87c954 100%) #87c954;
  background: linear-gradient(35deg, #60c515 0%, #87c954 100%) #87c954;
  color: #ffffff;
}
.FirstScreen-advantages__item b {
  font-weight: 500;
}
.FirstScreen-advantages__item a {
  border-bottom: 1px dashed;
}
.FirstScreen-advantages__item a:not(:hover) {
  border-bottom-color: transparent;
}
.FirstScreen-image-description {
  font-style: italic;
  margin-top: 15px;
}
.FirstScreen-play {
  animation: pulseplay 3s infinite;
  width: 120px;
  height: 120px;
  background: #d0272a;
  border-radius: 50%;
}
.FirstScreen-play:before {
  content: '';
  display: block;
  position: absolute;
  background: url("/img/play.svg") 50% 50% no-repeat;
  background-size: contain;
  transition: transform .5s;
  width: 54px;
  height: 54px;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -23px;
}
.FirstScreen-play:hover:before {
  transform: scale(1.1);
}
.FirstScreen-video-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.FirstScreen-video-media[data-src],
.FirstScreen-video-media.loading {
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
@media all and (max-width: 399px) {
  .FirstScreen h1.FirstScreen-title {
    font-size: 8vw;
  }
}
@media all and (min-width: 400px) and (max-width: 480px) {
  .FirstScreen h1.FirstScreen-title {
    font-size: 9vw;
  }
}
@media all and (max-width: 480px) {
  .FirstScreen-video-mobile {
    padding-top: 100%;
    margin-bottom: 11vw;
  }
  .FirstScreen-video-mobile__play {
    position: absolute;
    bottom: 0;
    margin-bottom: -60px;
    right: 15px;
  }
  .FirstScreen h1.FirstScreen-title {
    font-weight: 600;
    line-height: 1.2;
  }
  .FirstScreen h1.FirstScreen-title > span {
    display: inline-block;
  }
  .FirstScreen .Breadcrumbs,
  .FirstScreen-image,
  .FirstScreen-video {
    display: none;
  }
}
@media all and (min-width: 481px) {
  .FirstScreen-video-mobile {
    display: none;
  }
}
@media all and (max-width: 359px) {
  .FirstScreen-form {
    padding: 25px 20px;
  }
}
@media all and (max-width: 819px), all and (min-width: 1023px) {
  .FirstScreen-form__title {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media all and (max-width: 639px), all and (min-width: 1023px) {
  .FirstScreen-form__input-box {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 360px) and (max-width: 819px), all and (min-width: 1023px) {
  .FirstScreen-form {
    padding: 25px 35px 30px;
  }
}
@media all and (max-width: 639px) {
  .FirstScreen-form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 640px) and (max-width: 819px) {
  .FirstScreen-form__input-box,
  .FirstScreen-form__btn,
  .FormOneClickManufacture__btn   {
    width: 48%;
    float: left;
  }
  .FirstScreen-form__input-box {
    margin-right: 4%;
  }
}

    #form_4 {
    display: flex;
    width: 100%;
  }
  
   #form_6 {
    display: flex;
    width: 100%;
  }

@media all and (min-width: 820px) and (max-width: 1023px) {
  .FirstScreen-form {
    display: flex;
    align-items: center;
    padding: 25px;
  }
  .FirstScreen-form__title,
  .FirstScreen-form__input-box,
  .FirstScreen-form__btn,
  .FormOneClickManufacture__btn  {
    width: 32%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .FirstScreen-form__title,
  .FirstScreen-form__input-box {
    margin-right: 2%;
  }
  
      #form_3 {
    display: flex;
    width: 100%;
  }
      #form_4 {
    display: flex;
    width: 100%;
  } 
  
}
@media all and (min-width: 720px) and (max-width: 1023px) {
  .FirstScreen-advantages {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
  .FirstScreen-advantages__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .FirstScreen-advantages__item_variants {
    width: 41%;
  }
  .FirstScreen-advantages__item_time {
    width: 41%;
  }
  .FirstScreen-advantages__item_warranty {
    width: 18%;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  .FirstScreen h1.FirstScreen-title {
    font-size: 2.2em;
  }
}
@media all and (max-width: 939px) {
  .FirstScreen-advantages__item,
  .FirstScreen-image-description {
    font-size: 1.28em;
  }
}
@media all and (min-width: 768px) {
  .FirstScreen-advantages__item {
    font-weight: 300;
  }
}
@media all and (min-width: 940px) and (max-width: 1023px) {
  .FirstScreen-advantages__item,
  .FirstScreen-image-description {
    font-size: 1.35em;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .FirstScreen h1.FirstScreen-title {
    font-size: 2.57em;
  }
}
@media all and (min-width: 481px) and (max-width: 1023px) {
  .FirstScreen-advantages {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 1023px) {
  .FirstScreen-image {
    padding-top: 68%;
  }
}
@media all and (min-width: 1024px) {
  .FirstScreen-image-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
  }
  .FirstScreen-image-wrapper .FirstScreen-image {
    flex-grow: 2;
  }
  .FirstScreen-image-wrapper .FirstScreen-image-description {
    flex-shrink: 0;
  }
  .FirstScreen-advantages {
    max-width: 330px;
  }
  .FirstScreen-form {
    max-width: 350px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .FirstScreen-image-wrapper {
    justify-content: flex-end;
    width: -webkit-calc(50vw +  85px);
    width: -moz-calc(50vw +  85px);
    width: calc(50vw +  85px);
    margin-left: -100px;
  }
}
@media all and (min-width: 481px) and (max-width: 1279px) {
  .FirstScreen-video__container {
    padding-top: 56.25%;
    height: 0;
    background-color: #f3f5f9;
  }
  .FirstScreen-video__container .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .FirstScreen-video-media {
    display: none;
  }
}
@media all and (max-width: 1279px) {
  .FirstScreen-warranty,
  .FirstScreen-video__play {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .FirstScreen-text {
    width: 50%;
    padding-right: 100px;
  }
  .FirstScreen-warranty-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
  .FirstScreen-warranty {
    position: absolute;
    top: 30px;
    left: -100px;
    text-align: center;
    background: #eb2629;
    color: #ffffff;
    font-size: 1.4285rem;
    padding: 8px 70px;
    width: 210px;
    transform: rotate(-28deg);
  }
  .FirstScreen-advantages__item_warranty {
    display: none;
  }
  .FirstScreen-video {
    flex-grow: 2;
  }
  .FirstScreen-video__container {
    display: none;
  }
  .FirstScreen-video__play {
    position: absolute;
    bottom: 35px;
    left: 0;
    margin-left: -60px;
  }
  .FirstScreen-video-media {
    border-radius: 15px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .FirstScreen h1.FirstScreen-title {
    font-size: 2.6em;
  }
}
@media all and (min-width: 1200px) {
  .FirstScreen h1.FirstScreen-title {
    font-size: 2.7em;
  }
}
@media all and (min-width: 1024px) and (max-width: 1799px) {
  .FirstScreen-advantages__item,
  .FirstScreen-image-description {
    font-size: 1.35em;
  }
}
@media all and (min-width: 1400px) {
  .FirstScreen-advantages__item,
  .FirstScreen-image-description {
    font-size: 1.57em;
  }
}
@media all and (min-width: 1280px) and (max-width: 1799px) {
  .FirstScreen-image-wrapper {
    width: -webkit-calc(50vw -  15px);
    width: -moz-calc(50vw -  15px);
    width: calc(50vw -  15px);
  }
}
@media all and (min-width: 1800px) and (max-width: 2120px) {
  .FirstScreen-image-wrapper {
    width: -webkit-calc(50vw - 100px);
    width: -moz-calc(50vw - 100px);
    width: calc(50vw - 100px);
  }
}
@media all and (min-width: 2121px) {
  .FirstScreen-image-wrapper {
    width: 960px;
  }
}
@-webkit-keyframes pulseplay {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 31, 33, 0.5);
    box-shadow: 0 0 0 0 rgba(165, 31, 33, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(165, 31, 33, 0);
    box-shadow: 0 0 0 100px rgba(165, 31, 33, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 31, 33, 0);
    box-shadow: 0 0 0 0 rgba(165, 31, 33, 0);
  }
}
@keyframes pulseplay {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 31, 33, 0.5);
    box-shadow: 0 0 0 0 rgba(165, 31, 33, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(165, 31, 33, 0);
    box-shadow: 0 0 0 100px rgba(165, 31, 33, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(165, 31, 33, 0);
    box-shadow: 0 0 0 0 rgba(165, 31, 33, 0);
  }
}
.HiddenForm {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  text-align: center;
}
.HiddenForm:after {
  content: "";
  height: 100%;
}
.HiddenForm > *,
.HiddenForm:after {
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  display: inline-block;
}
.HiddenForm .hidden-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  background: #2d2d2f;
}
.HiddenForm .form-block {
  z-index: 4;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 2px;
  padding: 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  max-width: 460px;
  white-space: normal;
}
.HiddenForm .form-block .close-hidden-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 3em;
  line-height: 39px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 2px;
}
.HiddenForm .form-block .close-hidden-form:not(:hover) {
  background-color: transparent;
  color: #eb2629;
}
.HiddenForm .form-block .close-hidden-form:hover {
  background: #ed3f42;
  color: #ffffff;
}
.HiddenForm .form-block .form-title {
  color: #001731;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  text-shadow: -1px 0 1px rgba(0, 0, 0, 0.16);
}
.HiddenForm .form-block .form-content {
  padding-top: 20px;
}
.HiddenForm .form-block .form-content .form-error,
.HiddenForm .form-block .form-content .form-ok {
  text-align: center;
  padding: 5px;
  color: #ffffff;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.HiddenForm .form-block .form-content .form-error {
  background: #ff4d4d;
}
.HiddenForm .form-block .form-content .form-ok {
  background: green;
}
.HiddenForm .form-block .form-content form .input-block {
  margin-bottom: 15px;
}
.HiddenForm .form-block .form-content form .input-block label {
  font-size: 1em;
  line-height: 18px;
  display: block;
  margin-bottom: 3px;
}
.HiddenForm .form-block .form-content form .input-block input,
.HiddenForm .form-block .form-content form .input-block textarea {
  border-radius: 2px;
  border: 1px solid #9ab0c9;
  padding-right: 10px;
  background-color: #ffffff;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.HiddenForm .form-block .form-content form .input-block input:focus,
.HiddenForm .form-block .form-content form .input-block textarea:focus {
  border-color: #eb2629;
}
.HiddenForm .form-block .form-content form .input-block input {
  height: 38px;
  line-height: 36px;
}
.HiddenForm .form-block .form-content form .input-block textarea {
  line-height: 1.5;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  resize: vertical;
  vertical-align: top;
}
.HiddenForm .form-block .form-content form .input-block textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.HiddenForm .form-block .form-content form .input-block textarea::-webkit-scrollbar {
  width: 3px;
}
.HiddenForm .form-block .form-content form .input-block textarea::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(157, 157, 157, 0.2);
}
.HiddenForm .form-block .form-content form .input-block > ymaps {
  background: #f3f5f9;
}
.HiddenForm .form-block .form-content form .input-block > ymaps ymaps {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.HiddenForm .form-block .form-content form .input-block ul.select-list {
  display: none;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 76px;
  background-color: #f3f5f9;
  z-index: 2;
  border-radius: 0 0 5px 5px;
}
.HiddenForm .form-block .form-content form .input-block ul.select-list li {
  list-style: none;
  padding: 10px;
  cursor: pointer;
  line-height: 1em;
}
.HiddenForm .form-block .form-content form .input-block ul.select-list li:hover {
  background-color: #e2e7f1;
}
.HiddenForm .form-block .form-content form .input-block.show-select .select-text {
  z-index: 3;
  background-color: #f3f5f9;
}
.HiddenForm .form-block .form-content form .input-block.show-select .select-list {
  display: block;
  -webkit-box-shadow: 0 0 25px 0 #525256;
  -moz-box-shadow: 0 0 25px 0 #525256;
  box-shadow: 0 0 25px 0 #525256;
  background-color: #f3f5f9;
}
.HiddenForm .form-block .form-content form .input-block.required input,
.HiddenForm .form-block .form-content form .input-block.required textarea {
  border-color: #ff4d4d;
  border-radius: 2px 2px 0 0;
}
.HiddenForm .form-block .form-content form .input-block.required > p {
  text-align: center;
  padding: 5px;
  background: #ff4d4d;
  color: #ffffff;
  border-radius: 0 0 2px 2px;
}
.HiddenForm .form-block .form-content form .input-block:not(.with-icon) label + input,
.HiddenForm .form-block .form-content form .input-block:not(.with-icon) label + textarea,
.HiddenForm .form-block .form-content form .input-block:not(.with-icon) label + ymaps + input,
.HiddenForm .form-block .form-content form .input-block:not(.with-icon) label + ymaps + textarea,
.HiddenForm .form-block .form-content form .input-block:not(.with-icon) .select-text input {
  padding-left: 10px;
}
.HiddenForm .form-block .form-content form .input-block.with-icon > i {
  width: 30px;
  text-align: center;
  color: #2b2a29;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 38px;
  height: 38px;
}
.HiddenForm .form-block .form-content form .input-block.with-icon > i + input,
.HiddenForm .form-block .form-content form .input-block.with-icon > i + textarea,
.HiddenForm .form-block .form-content form .input-block.with-icon > i + ymaps + input,
.HiddenForm .form-block .form-content form .input-block.with-icon > i + ymaps + textarea,
.HiddenForm .form-block .form-content form .input-block.with-icon > i + .select-text {
  padding-left: 30px;
}
.HiddenForm .form-block .form-content form .input-block.with-icon > i + label {
  padding-left: 30px;
}
.HiddenForm .form-block .form-content form .input-block.phone-block .country-code {
  position: absolute;
  top: 21px;
  line-height: 38px;
  height: 38px;
}
.HiddenForm .form-block .form-content form .input-block.phone-block:not(.with-icon) input {
  padding-left: 38px;
}
.HiddenForm .form-block .form-content form .input-block.phone-block:not(.with-icon) .country-code {
  left: 5px;
  width: 30px;
  text-align: center;
}
.HiddenForm .form-block .form-content form .input-block.phone-block.with-icon > i + input {
  padding-left: 68px;
}
.HiddenForm .form-block .form-content form .input-block.phone-block.with-icon > i + input + .country-code {
  left: 30px;
}
.HiddenForm .form-block .form-content form .checkbox-block.required > p,
.HiddenForm .form-block .form-content form .radio-list-block.required > p {
  text-align: center;
  padding: 5px;
  background: #ff4d4d;
  color: #ffffff;
  border-radius: 2px;
  margin-top: 5px;
}
.HiddenForm .form-block .form-content form .checkbox-block {
  margin-bottom: 10px;
}
.HiddenForm .form-block .form-content form .checkbox-block input[type="checkbox"] {
  display: none;
}
.HiddenForm .form-block .form-content form .checkbox-block input[type="checkbox"] + label {
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: block;
}
.HiddenForm .form-block .form-content form .checkbox-block input[type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #9ab0c9;
  background: #ffffff;
}
.HiddenForm .form-block .form-content form .checkbox-block input[type="checkbox"] + label:hover:before {
  background: url("/img/icon/icon-agreement.png") 0 0 no-repeat #ffffff;
  background-size: 20px auto;
  background-clip: border-box;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  .HiddenForm .form-block .form-content form .checkbox-block input[type="checkbox"] + label:hover:before {
    background: url("/img/icon/icon-agreement3x.png") 0 0 no-repeat #ffffff;
    background-size: 20px auto;
  }
}
.HiddenForm .form-block .form-content form .checkbox-block input[type="checkbox"]:checked + label::before {
  background: url("/img/icon/icon-agreement.png") -1px -23px no-repeat #ffffff;
  background-size: 20px auto;
  background-clip: border-box;
  border-color: #eb2629;
}
@media all and (-Webkit-min-device-pixel-ratio: 1.5), all and (-moz-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min-device-pixel-ratio: 1.5) {
  .HiddenForm .form-block .form-content form .checkbox-block input[type="checkbox"]:checked + label::before {
    background: url("/img/icon/icon-agreement3x.png") -1px -23px no-repeat #ffffff;
    background-size: 20px auto;
  }
}
.HiddenForm .form-block .form-content form .checkbox-block.agreement {
  margin-top: 20px;
}
.HiddenForm .form-block .form-content form .radio-list-block {
  margin-bottom: 15px;
}
.HiddenForm .form-block .form-content form .radio-list-block:after {
  content: '';
  display: block;
  clear: both;
}
.HiddenForm .form-block .form-content form .radio-list-block > .label {
  margin-bottom: 10px;
}
.HiddenForm .form-block .form-content form .radio-list-block .radio-block {
  margin-bottom: 10px;
  float: left;
  margin-right: 30px;
}
.HiddenForm .form-block .form-content form .radio-list-block .radio-block input[type=radio] {
  display: none;
}
.HiddenForm .form-block .form-content form .radio-list-block .radio-block input[type="radio"] + label {
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  zoom: 1;
  *display: inline;
  display: inline-block;
}
.HiddenForm .form-block .form-content form .radio-list-block .radio-block input[type="radio"] + label:before {
  content: '';
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #9ab0c9;
  background: #ffffff;
}
.HiddenForm .form-block .form-content form .radio-list-block .radio-block input[type="radio"] + label:after {
  content: '';
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #ffffff;
}
.HiddenForm .form-block .form-content form .radio-list-block .radio-block input[type="radio"] + label:hover:after {
  background-color: #f3f5f9;
}
.HiddenForm .form-block .form-content form .radio-list-block .radio-block input[type="radio"]:checked + label:after {
  background-color: #64adff;
}
.HiddenForm .form-block .form-content form input[type="submit"] {
  line-height: 28px;
  height: 50px;
  display: block;
  width: 100%;
  margin-top: 32px;
  padding: 11px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.HiddenForm .form-block .form-content form .msg-warning {
  top: 31px;
}
.HiddenForm .form-block .form-content form i.fa-spinner {
  font-size: 28px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.HiddenForm .form-block .form-content .text-default p,
.HiddenForm .form-block .form-content .text-default ul,
.HiddenForm .form-block .form-content .text-default ol {
  margin-bottom: 10px;
}
.HiddenForm .form-block .form-content .text-default p + ul,
.HiddenForm .form-block .form-content .text-default p + ol {
  margin-top: -5px;
}
.HiddenForm .form-block .form-content .text-default .align-center {
  text-align: center;
}
.HiddenForm .form-block .form-content .links-block {
  text-align: center;
}
.HiddenForm .form-block .form-content .links-block a {
  margin-right: 20px;
}
.HiddenForm .form-block .form-content .links-block a:last-child {
  margin-right: 0;
}
.HiddenForm .form-block .form-content .links-block.select-city a {
  display: block;
  margin-bottom: 10px;
  margin-right: 0;
}
.HiddenForm .form-block .form-content .links-block.select-city a[disabled] {
  text-decoration: none;
  color: #001731;
  cursor: default;
}
.HiddenForm .form-block .form-content .cancel {
  color: red;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
}
.HiddenForm .form-block .form-content .cancel:hover {
  text-decoration: none;
}
.HiddenForm .form-block .form-content .modal-top-note {
  background-color: #e2e7f1;
  padding: 15px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1c2538;
  margin-bottom: 20px !important;
  line-height: 1.4;
}
.HiddenForm .form-block .form-content .road-map {
  height: 400px;
  background: #f3f5f9;
}
.HiddenForm .form-block .form-content .road-map > p {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
}
.HiddenForm .form-block .form-content .road-map > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.HiddenForm.form-yes-no .form-content {
  text-align: center;
}
.HiddenForm.form-yes-no .btn-yes,
.HiddenForm.form-yes-no .btn-no {
  padding: 5px 25px;
  border-radius: 15px;
  zoom: 1;
  *display: inline;
  display: inline-block;
  line-height: 24px;
}
.HiddenForm.form-yes-no .btn-yes {
  margin-right: 15px;
}
@media all and (max-width: 459px) {
  .HiddenForm .form-block .form-content form input[type="submit"] {
    font-size: 1.15em;
  }
}
@media all and (min-width: 460px) {
  .HiddenForm .form-block .form-content form input[type="submit"] {
    font-size: 1.28em;
  }
}
@media (min-width: 768px) {
  .HiddenForm .form-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 360px) {
  .PageMobileMenu {
    left: 0;
    padding-left: 15px;
  }
}
@media all and (min-width: 361px) and (max-width: 939px) {
  .PageMobileMenu {
    width: 300px;
    padding-left: 25px;
    border-left: 2px solid #e2e7f1;
    border-bottom-left-radius: 10px;
  }
}
@media all and (max-width: 569px) {
  .PageMobileHeader-phone-icon {
    padding-left: 10px;
    padding-right: 10px;
  }
  .PageMobileHeader-phone-text {
    display: none;
  }
}
@media all and (max-width: 290px) {
  .PageMobileHeader-phone {
    display: none;
  }
}
/*@media all and (max-width: 359px) {
  .PageMobileHeader-phone {
    margin-right: 20px;
  }
}
@media all and (min-width: 360px) and (max-width: 519px) {
  .PageMobileHeader-phone {
    margin-right: 40px;
  }
}
@media all and (min-width: 520px) and (max-width: 767px) {
  .PageMobileHeader-phone {
    margin-right: 60px;
  }
}
@media all and (min-width: 768px) and (max-width: 939px) {
  .PageMobileHeader-phone {
    margin-right: 100px;
  }
}*/
@media all and (max-width: 939px) {
  .PageTopNav,
  .PageHeader,
  .PageMainMenu {
    display: none;
  }
  .PageMobileHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f3f5f9;
  }
  .PageMobileHeader .btnToggleMenu {
    float: right;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .PageMobileHeader .btnToggleMenu-line {
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .PageMobileHeader .btnToggleMenu-text {
    top: 19px;
    color: #001731;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
  }
  .PageMobileHeader-logo {
    width: 150px;
    height: 28px;
    float: left;
    margin-top: 4px;
  }
  .PageMobileHeader-logo:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 28px;
    background: url("/img/logo.png") 0 0 no-repeat;
    background-size: contain;
  }
  .PageMobileHeader-phone {
    float: right;
    font-size: 21px;
    line-height: 36px;
  }
  .PageMobileHeader-phone > * {
    line-height: inherit;
  }
  .PageMobileHeader-phone:hover {
    color: #eb2629;
  }
  .PageMobileHeader-phone .fa-whatsapp {
    min-width: 36px;
    text-align: center;
  }
  .PageMobileHeader:not(.show-mobile-menu) .btnToggleMenu .btnToggleMenu-line {
    right: 0;
    width: 36px;
  }
  .PageMobileHeader:not(.show-mobile-menu) .btnToggleMenu .btnToggleMenu-line.line-1 {
    top: 6px;
  }
  .PageMobileHeader:not(.show-mobile-menu) .btnToggleMenu .btnToggleMenu-line.line-2 {
    top: 14px;
  }
  .PageMobileHeader:not(.show-mobile-menu) .btnToggleMenu:not(:hover) .btnToggleMenu-line {
    background: #001731;
  }
  .PageMobileHeader:not(.show-mobile-menu) .btnToggleMenu:hover .btnToggleMenu-line {
    background: #eb2629;
  }
  .PageMobileHeader:not(.show-mobile-menu) .PageMobileMenu {
    display: none;
  }
  .PageMobileHeader.show-mobile-menu .btnToggleMenu .btnToggleMenu-line {
    background: #eb2629;
  }
  .PageMobileHeader.show-mobile-menu .btnToggleMenu .btnToggleMenu-line.line-1,
  .PageMobileHeader.show-mobile-menu .btnToggleMenu .btnToggleMenu-line.line-2 {
    width: 30px;
    top: 14px;
  }
  .PageMobileHeader.show-mobile-menu .btnToggleMenu .btnToggleMenu-line.line-1 {
    left: 4px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .PageMobileHeader.show-mobile-menu .btnToggleMenu .btnToggleMenu-line.line-2 {
    left: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .PageMobileHeader.show-mobile-menu .btnToggleMenu-text {
    display: none;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu {
    z-index: 1;
    position: absolute;
    right: 0;
    margin-top: 10px;
    background: #f3f5f9;
    border-bottom: 2px solid #e2e7f1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item {
    display: block;
    padding: 2px 0;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item-link {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.main {
    font-weight: 600;
    font-size: 16px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children {
    padding-right: 45px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-list-item-children-toggle {
    position: absolute;
    top: 3px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child {
    padding: 10px 0;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child-title,
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child-list {
    padding-left: 20px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child-title:before,
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child-list:before {
    content: '';
    display: block;
    position: absolute;
    background: #d1d9e8;
    left: 0;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child-title {
    color: #7c92be;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child-title:before {
    top: 9px;
    height: 2px;
    width: 10px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child-list:before {
    width: 2px;
    top: -10px;
    bottom: 0;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child-list:after {
    content: '';
    display: block;
    position: absolute;
    background: #d1d9e8;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 10px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child2 {
    list-style: none;
    font-size: 14px;
    padding: 5px 0;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child2:not(.active) {
    font-weight: 400;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child2.active {
    padding-left: 20px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children .PageMobileMenu-child2.active:before {
    content: '→';
    position: absolute;
    left: -4px;
    font-weight: bold;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children:not(.show-children) .PageMobileMenu-child {
    display: none;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children:not(.show-children) .PageMobileMenu-list-item-children-toggle:before {
    content: "\f078";
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children.show-children {
    margin-bottom: 10px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.with-children.show-children .PageMobileMenu-list-item-children-toggle:before {
    content: "\f077";
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.active {
    padding-left: 20px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.active:before {
    content: '→';
    position: absolute;
    left: -4px;
    font-weight: bold;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.active.main:before {
    top: 8px;
  }
  .PageMobileHeader.show-mobile-menu .PageMobileMenu-list-item.active.other:before {
    top: 6px;
    font-size: 16px;
  }
}
@media all and (min-width: 940px) {
  .PageTopNav-list,
  .PageMainMenu-list {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify;
  }
  .PageTopNav-item,
  .PageMainMenu-item {
    zoom: 1;
    *display: inline;
    display: inline-block;
  }
  .PageTopNav {
    background: #f3f5f9;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .PageTopNav-item-children {
    position: absolute;
    z-index: 1;
    padding-top: 10px;
    background: #f3f5f9;
    border-radius: 2px;
  }
  .PageTopNav-item:not(.active) .PageTopNav-item-link,
  .PageTopNav-item:not(.active) .PageTopNav-item-title {
    color: rgba(0, 23, 49, 0.8);
  }
  .PageTopNav-item.active .PageTopNav-item-link,
  .PageTopNav-item.active .PageTopNav-item-title {
    font-weight: 600;
  }
  .PageTopNav-item:not(:hover) .PageTopNav-item-children {
    display: none;
  }
  .PageTopNav-item2 {
    display: block;
    border-top: 1px solid #e2e7f1;
    text-align: left;
    text-align-last: left;
  }
  .PageTopNav-item2-link {
    display: block;
    padding: 10px 15px;
  }
  .PageTopNav-item2-link-text {
    border-bottom: 1px solid;
  }
  .PageTopNav-item2-link:not(:hover) .PageTopNav-item2-link-text {
    border-bottom-color: transparent;
  }
  .PageTopNav-item2-link:hover {
    color: #3466a5;
  }
  .PageTopNav-item2:not(.active) {
    color: rgba(0, 23, 49, 0.8);
  }
  .PageTopNav-item2.active {
    font-weight: 600;
  }
  .PageHeader {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .PageHeader-logo {
    float: left;
    color: inherit;
    font-weight: 500;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 275px;
    margin-right: 100px;
    flex-shrink: 0;
    font-size: 1.14em;
    padding-top: 65px;
  }
  .PageHeader-logo:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 275px;
    height: 51px;
    background: url("/img/logo.png") 0 0 no-repeat;
    background-size: contain;
  }
  .PageHeader a.PageHeader-logo {
    display: block;
  }
  .PageHeader a.PageHeader-logo:hover {
    color: #eb2629;
  }
  .PageHeader-blocks {
    float: right;
    flex-grow: 2;
    display: flex;
  }
  .PageHeader-block {
    padding-left: 30px;
  }
  .PageHeader-block-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #001731;
  }
  .PageHeader-block-title {
    font-weight: 600;
  }
  .PageHeader-block-body {
    margin-top: 5px;
    font-size: 13px;
    color: rgba(0, 23, 49, 0.7);
  }
  .PageHeader-whatsapp .PageHeader-block-body a:not(:hover),
  .PageHeader-mail .PageHeader-block-body a:not(:hover) {
    color: inherit !important;
  }
  .PageHeader-whatsapp .fa-whatsapp {
    font-size: 16px;
  }
  .PageHeader-phone .PageHeader-block-title {
    white-space: nowrap;
  }
  .PageHeader-phone .PageHeader-block-title:hover {
    color: #eb2629;
  }
  .PageMainMenu {
    background-color: #001731;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .PageMainMenu-item {
    color: #ffffff;
  }
  .PageMainMenu-item-link,
  .PageMainMenu-item-text {
    zoom: 1;
    *display: inline;
    display: inline-block;
    line-height: 40px;
  }
  .PageMainMenu-item-link:hover {
    color: #fed82d;
  }
  .PageMainMenu-item-children {
    position: absolute;
    z-index: 1;
    padding: 20px 15px 10px;
    background: #001731;
    border-radius: 0 0 2px 2px;
    font-size: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .PageMainMenu-item-children:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
  }
  .PageMainMenu-item:not(:hover) .PageMainMenu-item-children {
    display: none;
  }
  .PageMainMenu-item.active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffffff;
  }
  .PageMainMenu-item[data-menu-children]:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
  }
  .PageMainMenu-children {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
    background-color: #001731;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
  }
  .PageMainMenu-children-main,
  .PageMainMenu-children-list {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .PageMainMenu-children-main {
    width: 26%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .PageMainMenu-children-main-item {
    list-style: none;
    font-size: 18px;
    padding-right: 50px;
    margin-left: -20px;
    padding-left: 20px;
  }
  .PageMainMenu-children-main-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 40px;
  }
  .PageMainMenu-children-main-item-link,
  .PageMainMenu-children-main-item-text {
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }
  .PageMainMenu-children-main-item-link-text {
    border-bottom: 1px solid;
  }
  .PageMainMenu-children-main-item-link:hover {
    color: #fed82d;
  }
  .PageMainMenu-children-main-item:not(.active) .PageMainMenu-children-main-item-link-text {
    border-bottom-color: transparent;
  }
  .PageMainMenu-children-main-item:not(:first-child) {
    margin-top: 5px;
  }
  .PageMainMenu-children-main-item[data-menu-children2] .PageMainMenu-children-main-item-link {
    display: inline-block;
  }
  .PageMainMenu-children-main-item[data-menu-children2]:hover,
  .PageMainMenu-children-main-item[data-menu-children2].open {
    background: rgba(255, 255, 255, 0.1);
  }
  .PageMainMenu-children-main-item[data-menu-children2]:hover:after,
  .PageMainMenu-children-main-item[data-menu-children2].open:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #97c8ff;
  }
  .PageMainMenu-children-lists {
    box-sizing: border-box;
    width: 70%;
    display: flex;
  }
  .PageMainMenu-children-list {
    display: grid;
    grid-gap: 40px;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    box-sizing: border-box;
  }
  .PageMainMenu-children-list:not(.show),
  .PageMainMenu-children:not(.show) {
    display: none;
  }
  .PageMainMenu-child-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #97c8ff;
  }
  .PageMainMenu-child-list {
    font-size: 15px;
  }
  .PageMainMenu-child2 {
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
  }
  .PageMainMenu-child2:before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    height: 2px;
    width: 20px;
    background: rgba(151, 200, 255, 0.5);
  }
  .PageMainMenu-child2.active {
    color: #fed82d;
  }
  .PageMainMenu-child2.active:before {
    background: #fed82d;
  }
  .PageMobileHeader {
    display: none;
  }
}
@media all and (min-width: 940px) and all and (-ms-high-contrast: none), all and (min-width: 940px) and (-ms-high-contrast: active) {
  .PageMainMenu-children-list:after {
    content: '';
    display: block;
    clear: both;
  }
  .PageMainMenu-child {
    float: left;
  }
}
@media all and (min-width: 940px) and (max-width: 1279px) {
  .PageMainMenu-children-list:not(.PlisseCurtains) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 940px) and (max-width: 1699px) {
  .PageMainMenu-children-list.PlisseCurtains {
    grid-template-columns: repeat(3, 1fr);
  }
  .PageMainMenu-children-list.PlisseCurtains .PageMainMenu-child:first-child {
    grid-column: span 3;
  }
}
@media all and (min-width: 1700px) {
  .PageMainMenu-children-list.PlisseCurtains {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (min-width: 1280px) {
  .PageMainMenu-children-list:not(.PlisseCurtains) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 940px) and (max-width: 1279px), (-ms-high-contrast: active) and (min-width: 940px) and (max-width: 1279px) {
  -child {
    width: 48%;
  }
  -child:nth-child(2n+1) {
    clear: both;
    margin-right: 4%;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1280px), (-ms-high-contrast: active) and (min-width: 1280px) {
  -child {
    width: 23.5%;
  }
  -child:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  -child:nth-child(4n+1) {
    clear: both;
  }
}
@media all and (min-width: 940px) and (max-width: 1079px) {
  .PageTopNav {
    font-size: 13px;
  }
  .PageMainMenu-item {
    font-size: 13px;
  }
}
@media all and (min-width: 1080px) and (max-width: 1199px) {
  .PageMainMenu-item {
    font-size: 15px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .PageMainMenu-item {
    font-size: 16px;
  }
}
@media all and (min-width: 1600px) {
  .PageMainMenu-item {
    font-size: 18px;
  }
}
@media all and (max-width: 1399px) {
  .PageTopNav,
  .PageHeader,
  .PageMainMenu,
  .PageMainMenu-children {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1400px) {
  .PageTopNav,
  .PageHeader,
  .PageMainMenu,
  .PageMainMenu-children {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.PageHeader {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 940px) and (max-width: 1023px) {
  .PageHeader-office,
  .PageHeader-contacts {
    width: 47%;
  }
  .PageHeader-office {
    margin-right: 6%;
  }
  .PageHeader-adr,
  .PageHeader-phone,
  .PageHeader-whatsapp {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .PageHeader-office {
    margin-right: 6.5%;
    width: 64.5%;
  }
  .PageHeader-contacts {
    width: 29%;
  }
  .PageHeader-adr,
  .PageHeader-worktime {
    width: 45%;
    float: left;
  }
  .PageHeader-adr {
    margin-right: 10%;
  }
  .PageHeader-whatsapp .PageHeader-block-title,
  .PageHeader-mail .PageHeader-block-title {
    display: none;
  }
  .PageHeader-whatsapp .PageHeader-block-body,
  .PageHeader-mail .PageHeader-block-body {
    padding-top: 3px;
  }
}
@media all and (max-width: 1199px) {
  .PageHeader-utp {
    display: none;
  }
  .PageHeader-office,
  .PageHeader-contacts {
    float: left;
  }
}
@media all and (min-width: 1200px) {
  .PageHeader-office,
  .PageHeader-utp,
  .PageHeader-contacts {
    float: left;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .PageHeader-office,
  .PageHeader-utp {
    margin-right: 3.5%;
    min-width: 31%;
  }
  .PageHeader-contacts {
    max-width: 31%;
    min-width: 230px;
  }
  .PageHeader-adr,
  .PageHeader-manufacture,
  .PageHeader-phone,
  .PageHeader-whatsapp {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1600px) {
  .PageHeader-office,
  .PageHeader-utp {
    display: flex;
    margin-right: 2.5%;
    width: 38.5%;
  }
  .PageHeader-contacts {
    width: 18%;
  }
  .PageHeader-adr,
  .PageHeader-worktime,
  .PageHeader-manufacture,
  .PageHeader-goods {
    float: left;
    width: 46.8%;
  }
  .PageHeader-adr,
  .PageHeader-manufacture {
    margin-right: 6.4%;
  }
  .PageHeader-whatsapp .PageHeader-block-title,
  .PageHeader-mail .PageHeader-block-title {
    display: none;
  }
  .PageHeader-whatsapp .PageHeader-block-body,
  .PageHeader-mail .PageHeader-block-body {
    padding-top: 3px;
  }
}
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #f3f5f9;
}
footer address {
  font-style: inherit;
}
footer .developer {
  font-size: 1.14em;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
}
footer .left-block .logo {
  display: block;
  font-size: 1.14em;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
}
footer .left-block .logo img {
  display: block;
}
footer .left-block .logo:hover {
  color: #eb2629;
}
footer .left-block .toPrivacy {
  margin-bottom: 15px;
}
footer .left-block p {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
}
footer .left-block .country-name,
footer .left-block .region {
  display: none;
}
footer .right-block .tel {
  display: block;
  font-weight: 500;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  margin-bottom: 5px;
}
footer .right-block .tel:hover {
  color: #eb2629;
}
footer .right-block .CallMe {
  font-size: 1.28em;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 15px;
}
@media all and (max-width: 359px) {
  footer .left-block .logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  footer .right-block .tel {
    font-size: 1.5em;
  }
}
@media all and (min-width: 360px) {
  footer .left-block .logo img {
    width: 275px;
    height: auto;
  }
  footer .right-block .tel {
    font-size: 1.71em;
  }
}
@media all and (max-width: 459px) {
  footer .left-block .logo img {
    margin-bottom: 10px;
  }
  footer .right-block:not(.developer) {
    text-align: center;
  }
}
@media all and (min-width: 460px) and (max-width: 599px) {
  footer .left-block .logo {
    width: 425px;
    line-height: 19px;
  }
  footer .left-block .logo img {
    margin-top: 2px;
    margin-right: 10px;
    float: left;
  }
  footer .right-block .tel {
    float: left;
    width: -webkit-calc((100% - 20px) / 2);
    width: -moz-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
    font-size: 1.5em;
    text-align: center;
  }
  footer .right-block .tel:first-child {
    margin-right: 20px;
  }
  footer .right-block .CallMe {
    clear: both;
  }
}
@media all and (max-width: 599px) {
  footer .left-block {
    margin-bottom: 30px;
  }
  footer .copyright {
    margin-top: 40px;
  }
  footer .developer {
    margin-top: 20px;
  }
}
@media all and (min-width: 600px) {
  footer .left-block {
    float: left;
  }
  footer .right-block {
    float: right;
  }
  footer .copyright,
  footer .developer {
    margin-top: 15px;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  footer .left-block {
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
  }
  footer .left-block .logo span {
    display: none;
  }
  footer .right-block {
    max-width: 225px;
  }
}
@media all and (min-width: 768px) {
  footer .left-block {
    margin-right: 20px;
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
  }
  footer .left-block .logo {
    width: 425px;
    line-height: 19px;
  }
  footer .left-block .logo img {
    margin-top: 2px;
    margin-right: 10px;
    float: left;
  }
  footer .right-block {
    max-width: 240px;
  }
}
.Company {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
.Company:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}
.Company > .container {
  padding-top: 110px;
  padding-bottom: 60px;
}
.Company-title {
  margin-bottom: 60px;
}
.Company-info-item {
  display: block;
  margin-bottom: 55px;
  text-align: center;
}
.Company-info-item-num {
  display: block;
  font-weight: 700;
  line-height: 1;
  color: #c7c7c7;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity: 0.5;
}
.Company-info-item-text {
  text-transform: uppercase;
}
@media all and (min-width: 640px) {
  .Company-info-item {
    float: left;
    width: 45%;
  }
  .Company-info-item:nth-child(2n+1) {
    clear: both;
    margin-right: 10%;
  }
}
@media all and (max-width: 639px) {
  .Company-info-item-num {
    font-size: 5em;
  }
  .Company-info-item-text {
    font-size: 1.4em;
  }
}
@media all and (min-width: 640px) and (max-width: 939px) {
  .Company-info-item-num {
    font-size: 76px;
  }
  .Company-info-item-text {
    font-size: 18px;
  }
}
@media all and (min-width: 940px) {
  .Company-info-item {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .Company-info-item-num {
    font-size: 120px;
    margin-top: -60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
  }
  .Company-info-item-text {
    font-size: 20px;
  }
}
.Calculator-form .CalcScreen .price-main {
  margin: 20px -20px 0;
  padding: 20px;
  background: #f3f5f9;
  border-radius: 10px 10px 0 0;
}
.Calculator-form .CalcScreen .price-main > .label {
  color: #9d9d9d;
  margin-bottom: 3px;
}
.Calculator-form .CalcScreen .price-main > .value {
  color: #eb2629;
  font-size: 20px;
  font-weight: 500;
}
.Calculator-form .CalcScreen .price-main > .value > .old {
  text-decoration: line-through;
  margin-right: 5px;
  color: #001731;
  font-size: 0.9em;
}
.Calculator-form .btn-container {
  margin: 0 -20px 0;
  padding: 0 20px 20px;
  border-radius: 0 0 10px 10px;
}
.FormOneClickManufacture__container {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  padding: 23px;
}
.FormOneClickManufacture__title {
  font-size: 1.5rem;
  font-weight: 500;
}
.FormOneClickManufacture__input-box,
.FormOneClickManufacture__input,
.FormOneClickManufacture__btn,
.FormOneClickManufacture .box-phone .phone-note {
  height: 50px;
  line-height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FormOneClickManufacture__input-box {
  background: rgba(0, 23, 49, 0.07000000000000001);
  border-radius: 30px;
}
.FormOneClickManufacture__input-box:before {
  font-size: 1.71em;
  color: rgba(0, 23, 49, 0.3);
  line-height: 50px;
  height: 50px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 6px;
  content: "\f095";
  font-family: 'FontAwesome';
  font-weight: 900;
}
.FormOneClickManufacture__input {
  width: 100%;
  background: transparent;
  border-radius: inherit;
  padding-left: 20px;
  padding-right: 50px;
}
.FormOneClickManufacture__input:focus {
  -webkit-box-shadow: inset 0 0 2px 0 #001731;
  -moz-box-shadow: inset 0 0 2px 0 #001731;
  box-shadow: inset 0 0 2px 0 #001731;
}
.FormOneClickManufacture__input,
.FormOneClickManufacture .box-phone .phone-note {
  font-size: 1.14rem;
}
.FormOneClickManufacture .box-phone:not(.show) .phone-note {
  display: none;
}
.FormOneClickManufacture .box-phone.show .phone-note {
  display: block;
  position: absolute;
  height: 50px;
  bottom: 0;
  left: 20px;
  width: 20px;
  text-align: right;
}
.FormOneClickManufacture .box-phone.show .WS-Phone {
  padding-left: 45px;
}
.FormOneClickManufacture__btn {
  border-radius: 40px;
}
@media all and (max-width: 569px) {
  .FormOneClickManufacture__btn {
    width: 100%;
    margin-top: 15px;
  }
}
@media all and (min-width: 570px) {
  .FormOneClickManufacture__title > span {
    display: inline-block;
  }
}
@media all and (min-width: 570px) and (max-width: 699px) {
  .FormOneClickManufacture__input-box,
  .FormOneClickManufacture__btn {
    width: 48%;
  }
}
@media all and (min-width: 700px) and (max-width: 979px) {
  .FormOneClickManufacture__input-box,
  .FormOneClickManufacture__btn {
    width: 270px;
  }
  .FormOneClickManufacture__input-box {
    margin-left: calc(48% - 270px);
  }
}
@media all and (min-width: 570px) and (max-width: 979px) {
  .FormOneClickManufacture__input-box,
  .FormOneClickManufacture__btn {
    float: left;
  }
  .FormOneClickManufacture__input-box {
    margin-right: 4%;
  }
}
@media all and (max-width: 979px) {
  .FormOneClickManufacture__title {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media all and (min-width: 980px) {
  .FormOneClickManufacture__container {
    display: flex;
    align-items: center;
  }
  .FormOneClickManufacture__title,
  .FormOneClickManufacture__btn {
    flex-shrink: 0;
  }
  .FormOneClickManufacture__title {
    width: 50%;
    margin-right: 4%;
  }
  .FormOneClickManufacture__input-box {
    margin-right: 2.5%;
    flex-grow: 2;
  }
  .FormOneClickManufacture__btn {
    width: 40%;
  }
}
.History {
  padding-top: 100px;
  padding-bottom: 80px;
}
.History-title {
  margin-bottom: 35px;
}
.History-points {
  display: flex;
  flex-direction: column;
}
.History-points__list {
  flex-grow: 2;
}
.History-points .History-create-btn {
  flex-shrink: 0;
}
.History-point {
  list-style: none;
  margin-bottom: 14px;
}
.History-point__btn {
  border: 2px solid;
  border-radius: 10px;
  font-size: 18px;
  padding: 21px 24px;
  display: block;
  text-align: left;
}
.History-point__btn:not(.active-button) {
  border-color: #f3f5f9;
  background: #f3f5f9;
  cursor: pointer;
}
.History-point__btn:not(.active-button):not(:hover) {
  color: rgba(0, 23, 49, 0.7);
}
.History-point__btn.active-button {
  border-color: #f0a0a1;
  color: #eb2629;
  background: #ffffff;
}
.History-create-btn {
  margin-left: auto;
  margin-right: auto;
  padding: 13px 20px;
  width: 100%;
}
.History-item {
  display: flex;
}
.History-item__img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.History-item__video {
  height: 0;
  background-color: #e2e7f1;
}
.History-item__video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.History-item__video_money {
  padding-top: 56.25%;
}
.History-item__text {
  font-size: 1.14rem;
  line-height: 1.5;
}
.History-item__text > *:last-child {
  margin-bottom: 0;
}
.History-item_img-top {
  flex-direction: column-reverse;
}
.History-item_img-top .History-item__img-wrapper {
  margin-bottom: 20px;
}
.History-navigation .History-dots {
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  .History-item_img-left {
    flex-direction: column-reverse;
  }
  .History-item_img-left .History-item__img-wrapper {
    margin-bottom: 20px;
  }
  .History-item__img[data-src] {
    height: 0;
    overflow: hidden;
  }
  .History-item__img_veranda[data-src] {
    padding-top: 74.92%;
  }
  .History-item__img_door[data-src] {
    padding-top: 107.34%;
  }
}
@media all and (min-width: 768px) {
  .History-item_img-left {
    flex-direction: row-reverse;
  }
  .History-item_img-left .History-item__info {
    padding-left: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .History-item_img-left .History-item__img {
    height: 100%;
    object-fit: cover;
  }
}
@media all and (min-width: 768px) and (max-width: 919px) {
  .History-item_img-left .History-item__img-wrapper {
    width: 45%;
  }
  .History-item_img-left .History-item__info {
    width: 55%;
  }
}
@media all and (min-width: 920px) and (max-width: 1199px) {
  .History-item_img-left .History-item__img-wrapper {
    width: 35%;
  }
  .History-item_img-left .History-item__info {
    width: 65%;
  }
}
@media all and (max-width: 459px) {
  .History-item__title {
    font-size: 1.4285rem;
  }
}
@media all and (min-width: 460px) and (max-width: 1199px) {
  .History-item__title {
    font-size: 1.7142rem;
  }
}
@media all and (max-width: 599px) {
  .History-arrows {
    display: none;
  }
  .History-navigation {
    margin-top: 13px;
  }
  .History-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .History-list__item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .History-item {
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  }
  .History-list.slick-slider .History-list__item {
    width: 90vw;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media all and (min-width: 600px) {
  .History-list {
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  }
}
@media all and (min-width: 600px) and (max-width: 1199px) {
  .History-navigation,
  .History-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .History-navigation {
    top: 0;
  }
  .History-arrows {
    right: 0;
    position: absolute;
  }
  .History-list {
    z-index: 1;
  }
  .History-right {
    padding-bottom: 30px;
  }
}
@media all and (min-width: 600px) and (max-width: 767px) {
  .History-arrows {
    top: -72px;
  }
  .History-title {
    padding-right: 115px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .History-arrows {
    top: -80px;
  }
  .History-title {
    padding-right: 150px;
  }
}
@media all and (max-width: 1199px) {
  .History-item__title {
    font-weight: 500;
    margin-bottom: 15px;
  }
  .History-points__list {
    display: none;
  }
  .History-list:not(.slick-slider) .History-list__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .History-points {
    margin-top: 30px;
  }
  .History-create-btn {
    max-width: 300px;
  }
}
@media all and (min-width: 1200px) {
  .History-content {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 85px;
  }
  .History-points {
    width: 31.5%;
    padding-right: 35px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .History-right {
    width: 68.5%;
  }
  .History-item__title {
    display: none;
  }
  .History-item_img-left .History-item__img-wrapper {
    width: 46%;
  }
  .History-item_img-left .History-item__info {
    width: 54%;
  }
  .History-navigation {
    position: absolute;
    bottom: -85px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .History-list:not(.slick-slider) .History-list__item:not(:first-child) {
    display: none;
  }
}
.History .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.History .slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 !important;
  border-radius: 2px;
}
.History .slick-slider .slick-list:focus {
  outline: none;
}
.History .slick-slider .slick-list.dragging {
  cursor: pointer;
}
.History .slick-slider .slick-list,
.History .slick-slider .slick-list .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.History .slick-slider .slick-list .slick-track {
  left: 0;
  position: relative;
  top: 0;
  display: block;
}
.History .slick-slider .slick-list .slick-track:before,
.History .slick-slider .slick-list .slick-track:after {
  content: "";
  display: table;
}
.History .slick-slider .slick-list .slick-track:after {
  clear: both;
}
.slick-loading .History .slick-slider .slick-list .slick-track {
  visibility: hidden;
}
.History .slick-slider .slick-list .slick-track .slick-slide {
  float: left;
  min-height: 1px;
}
[dir="rtl"] .History .slick-slider .slick-list .slick-track .slick-slide {
  float: right;
}
.slick-initialized .History .slick-slider .slick-list .slick-track .slick-slide {
  display: block;
}
.slick-loading .History .slick-slider .slick-list .slick-track .slick-slide {
  visibility: hidden;
}
.Breadcrumbs {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #9d9d9d;
  font-size: 13px;
}
.Breadcrumbs .Breadcrumbs-item {
  list-style: none;
  zoom: 1;
  *display: inline;
  display: inline-block;
  padding-bottom: 2px;
}
.Breadcrumbs .Breadcrumbs-item:not(.Breadcrumbs-item-current) {
  padding-right: 5px;
}
.Breadcrumbs .Breadcrumbs-item:not(.Breadcrumbs-item-current) .Breadcrumbs-item-link,
.Breadcrumbs .Breadcrumbs-item:not(.Breadcrumbs-item-current) .Breadcrumbs-item-title {
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .Breadcrumbs .Breadcrumbs-item.Breadcrumbs-item-current {
    display: none;
  }
}
.work-scheme {
  padding-bottom: 80px;
  padding-top: 30px;
  background: linear-gradient(to top, #f3f5f9 0%, rgba(0, 183, 255, 0.05) 100%);
  counter-reset: workscheme;
}
.work-scheme-title {
  margin-bottom: 15px;
}
.work-scheme-list__item {
  counter-increment: workscheme;
  list-style: none;
}
@media all and (min-width: 460px) {
  .work-scheme-list {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -20px -20px;
  }
  .work-scheme-list__item {
    padding: 20px;
  }
}
@media all and (min-width: 460px) and (max-width: 939px) {
  .work-scheme-list__item {
    width: 50%;
  }
}
@media all and (min-width: 940px) {
  .work-scheme-list__item {
    width: 25%;
  }
}
.work-scheme-item:before {
  display: block;
  position: absolute;
  top: 0;
  line-height: 1;
  color: #eb2629;
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.1);
  opacity: 0.1;
}
.work-scheme-item__icon {
  width: 100px;
  height: 100px;
  background: url("/img/icon/icons-scheme-of-work.png") 0 0 no-repeat;
}
.work-scheme-item__icon_measurement {
  background-position: -103px 0;
}
.work-scheme-item__icon_manufacture {
  background-position: -206px 0;
}
.work-scheme-item__icon_installation {
  background-position: -309px 0;
}
.work-scheme-item__title {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.work-scheme-item__text {
  max-width: 400px;
}
@media all and (max-width: 459px) {
  .work-scheme-item {
    padding-left: 115px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .work-scheme-item:before {
    content: counter(workscheme);
    left: 0;
    width: 25px;
    height: 100px;
    line-height: 100px;
    text-align: right;
    font-size: 38px;
    font-weight: bold;
  }
  .work-scheme-item__icon {
    position: absolute;
    top: 0;
    left: 14px;
  }
}
@media all and (min-width: 460px) {
  .work-scheme-item {
    padding-top: 15px;
  }
  .work-scheme-item:before {
    content: "0" counter(workscheme);
    left: -5px;
    width: 110px;
    text-align: center;
    font-size: 76px;
    font-weight: 900;
  }
  .work-scheme-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 115px;
    right: -15px;
    width: 60px;
    height: 22px;
    background: url("/img/icon/icon-arrow-right.png") 0 0 no-repeat;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity: 0.5;
  }
}
@media all and (min-width: 540px) and (max-width: 767px), all and (min-width: 1024px) and (max-width: 1199px) {
  .work-scheme-item {
    font-size: 1.14rem;
  }
}
@media all and (min-width: 768px) and (max-width: 939px), all and (min-width: 1200px) {
  .work-scheme-item {
    font-size: 1.2142rem;
  }
}
@media all and (min-width: 460px) and (max-width: 939px) {
  .work-scheme-list__item:nth-child(2n) .work-scheme-item:after {
    display: none;
  }
}
@media all and (min-width: 940px) {
  .work-scheme-list__item:last-child .work-scheme-item:after {
    display: none;
  }
}
.work-scheme-links {
  padding-top: 30px;
  margin: 40px -20px -10px;
}
.work-scheme-links:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #dbe1ed;
}
.work-scheme-links__item {
  padding: 10px 20px;
  list-style: none;
}
@media all and (min-width: 400px) {
  .work-scheme-links {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 400px) and (max-width: 600px) {
  .work-scheme-links__item {
    width: 50%;
  }
}
@media all and (min-width: 601px) and (max-width: 939px) {
  .work-scheme-links {
    justify-content: space-between;
  }
}
@media all and (min-width: 940px) {
  .work-scheme-links__item {
    width: 25%;
  }
}
.work-scheme-link {
  display: inline-block;
  padding-left: 30px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.work-scheme-link:not(:hover) {
  color: #3466a5;
}
.work-scheme-link:hover {
  color: #eb2629;
  border-color: #d1d9e8;
}
.work-scheme-link:before {
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #001731;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity: 0.5;
  font-family: "FontAwesome";
  font-weight: 900;
}
.work-scheme-link_delivery:before {
  content: "\f0d1";
  font-size: 16px;
}
.work-scheme-link_price:before {
  content: "\f0d6";
  font-size: 17px;
}
.work-scheme-link_payment:before {
  content: "\f555";
  font-size: 17px;
}
.work-scheme-link_warranty:before {
  content: "\f559";
  font-size: 18px;
}
.work-scheme-order {
  margin-top: 40px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-scheme-order__info {
  font-size: 1.5rem;
  font-weight: 500;
}
.work-scheme-order__price {
  color: #eb2629;
}
.work-scheme-order__button {
  padding: 13px 35px;
}
@media all and (max-width: 639px) {
  .work-scheme-order {
    flex-direction: column;
  }
  .work-scheme-order__info {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media all and (min-width: 640px) {
  .work-scheme-order__info {
    margin-right: 60px;
  }
}
.Choice-wrapper {
  background: #f3f5f9;
  overflow: hidden;
}
.Choice-wrapper + .FormPresentation {
  background: #f3f5f9;
  padding-bottom: 40px;
}
.Choice {
  margin-bottom: 80px;
  padding-top: 30px;
  counter-reset: choiceproblems;
}
.Choice-title {
  margin-bottom: 60px;
}
.Choice-problems {
  margin-bottom: 10px;
}
.Choice-problems__item {
  list-style: none;
  margin-bottom: 30px;
}
.Choice-problems__item b {
  font-weight: 600;
}
.Choice-problems__item:before {
  counter-increment: choiceproblems;
  content: "0" counter(choiceproblems) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #d1d9e8;
}
.Choice-recommendation {
  font-size: 1.2857rem;
  border-radius: 10px;
  background: #D6F9BB;
  padding: 25px 30px;
  margin-bottom: 60px;
}
.Choice-recommendation:before {
  position: absolute;
  top: -15px;
  font-size: 24px;
  background: #87cb54;
  border-radius: 50%;
  border: 5px solid #D6F9BB;
  color: #ffffff;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f00c";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.Choice-advantages__title {
  font-size: 1.7145rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.Choice-advantages__item {
  font-size: 18px;
  font-weight: 300;
  list-style: none;
}
.Choice-advantages__item:before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  text-align: center;
  font-family: 'FontAwesome';
  background: #74c735;
  background: -moz-linear-gradient(35deg, #60c515 0%, #87c954 100%) #87c954;
  background: -webkit-linear-gradient(35deg, #60c515 0%, #87c954 100%) #87c954;
  background: linear-gradient(35deg, #60c515 0%, #87c954 100%) #87c954;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Choice-advantages__item_time:before {
  font-weight: 400;
  content: "\f017";
}
.Choice-advantages__item_features:before {
  font-weight: 900;
  content: "\f568";
}
.Choice-advantages__item_money:before {
  font-weight: 900;
  content: "\f4c0";
}
.Choice-advantages__item:not(:last-child) {
  margin-bottom: 15px;
}
.Choice-comment {
  padding-left: 25px;
}
.Choice-comment__text {
  font-size: 1.2857rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.Choice-comment__text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 5px;
  border-radius: 5px;
  background: #e2e7f1;
}
.Choice-comment__user {
  display: flex;
  align-items: center;
}
.Choice-comment__user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.Choice-comment__user-info {
  margin-left: 20px;
}
.Choice-comment__user-name {
  font-size: 1.14rem;
  font-weight: 500;
}
.Choice-comment__user-description {
  color: rgba(0, 23, 49, 0.7);
  margin-top: 3px;
}
.Choice-image {
  padding-top: 66.7%;
  border-radius: 10px;
}
.Choice-image:not([data-bg]) {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 414px) {
  .Choice-problems {
    font-weight: 300;
  }
  .Choice-problems__item {
    padding-left: 75px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  .Choice-problems__item:before {
    width: 65px;
    text-align: right;
  }
}
@media all and (min-width: 415px) {
  .Choice-problems {
    display: flex;
  }
  .Choice-problems__item {
    padding-top: 55px;
  }
  .Choice-problems__item:not(:last-child):after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    right: -15px;
    width: 60px;
    height: 22px;
    background: url("/img/icon/icon-arrow-right.png") 0 0 no-repeat;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity: 0.5;
  }
}
@media all and (min-width: 415px) and (max-width: 599px) {
  .Choice-problems__item {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  .Choice-problems__item:nth-child(2n+1) {
    margin-right: 30px;
  }
  .Choice-problems__item:nth-child(2n):after {
    display: none;
  }
}
@media all and (min-width: 600px) and (max-width: 959px) {
  .Choice-problems__item {
    width: -webkit-calc((100% - (30px * 2)) / 3);
    width: -moz-calc((100% - (30px * 2)) / 3);
    width: calc((100% - (30px * 2)) / 3);
  }
  .Choice-problems__item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .Choice-problems__item:nth-child(3n):after {
    display: none;
  }
}
@media all and (min-width: 415px) and (max-width: 959px) {
  .Choice-problems {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 960px) {
  .Choice-problems__item {
    width: -webkit-calc((100% - (30px * 4)) / 5);
    width: -moz-calc((100% - (30px * 4)) / 5);
    width: calc((100% - (30px * 4)) / 5);
  }
  .Choice-problems__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media all and (min-width: 415px) and (max-width: 460px), all and (min-width: 600px) and (max-width: 640px), all and (min-width: 960px) and (max-width: 1079px) {
  .Choice-problems {
    font-size: 1.14rem;
  }
}
@media all and (max-width: 414px), all and (min-width: 461px) and (max-width: 599px), all and (min-width: 641px) and (max-width: 959px), all and (min-width: 1080px) {
  .Choice-problems {
    font-size: 1.2142rem;
  }
}
@media all and (min-width: 600px) and (max-width: 939px) {
  .Choice-advantages {
    text-align: center;
  }
  .Choice-advantages__list {
    display: flex;
  }
  .Choice-advantages__item {
    padding-top: 50px;
    width: -webkit-calc((100% - (30px * 2)) / 3);
    width: -moz-calc((100% - (30px * 2)) / 3);
    width: calc((100% - (30px * 2)) / 3);
  }
  .Choice-advantages__item:before {
    top: 0;
    left: 50%;
    margin-left: -15px;
  }
  .Choice-advantages__item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media all and (max-width: 599px), all and (min-width: 940px) {
  .Choice-advantages__item {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding-left: 50px;
  }
  .Choice-advantages__item:before {
    top: 50%;
    margin-top: -15px;
    left: 0;
  }
}
@media all and (max-width: 939px) {
  .Choice-advantages {
    margin-bottom: 60px;
  }
  .Choice-comment__text {
    font-style: italic;
  }
}
@media all and (min-width: 940px) {
  .Choice-row2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (min-width: 940px) and (max-width: 1079px) {
  .Choice-advantages,
  .Choice-image-wrapper {
    width: 47%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media all and (min-width: 1080px) {
  .Choice-image-wrapper,
  .Choice-advantages {
    flex-shrink: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .Choice-image-wrapper {
    width: 50%;
  }
  .Choice-advantages {
    width: 40%;
  }
}
@media all and (max-width: 1200px) {
  .Choice-recommendation:before {
    left: -15px;
  }
}
@media all and (min-width: 1201px) {
  .Choice-recommendation:before {
    left: -20px;
  }
}
.FormPresentation__container {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  padding: 23px;
}
.FormPresentation__title {
  text-align: center;
  font-size: 1.7145rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.FormPresentation__text {
  font-weight: 300;
}
.FormPresentation__input-box,
.FormPresentation__input {
  height: 50px;
  line-height: 50px;
}
.FormPresentation__input-box {
  background: rgba(0, 23, 49, 0.07000000000000001);
  border-radius: 30px;
  width: 100%;
}
.FormPresentation__input-box:before {
  font-size: 1.71em;
  color: rgba(0, 23, 49, 0.3);
  line-height: 50px;
  height: 50px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 6px;
  content: "\f0e0";
  font-family: 'FontAwesome';
  font-weight: 900;
}
.FormPresentation__input {
  width: 100%;
  background: transparent;
  border-radius: inherit;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 1.14rem;
}
.FormPresentation__input:focus {
  -webkit-box-shadow: inset 0 0 2px 0 #001731;
  -moz-box-shadow: inset 0 0 2px 0 #001731;
  box-shadow: inset 0 0 2px 0 #001731;
}
.FormPresentation__btn {
  padding: 13px;
}
@media all and (max-width: 599px) {
  .FormPresentation__form {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .FormPresentation__text {
    font-size: 1.3rem;
  }
  .FormPresentation__input-box {
    margin-bottom: 10px;
  }
  .FormPresentation__btn {
    width: 100%;
  }
  
    #form_4 {
    display: unset;
    width: 100%;
  }
  
    #form_6 {
    display: unset;
    width: 100%;
  }  
  
}
@media all and (min-width: 600px) {
  .FormPresentation__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .FormPresentation__input-box {
    margin-right: 20px;
  }
}
@media all and (min-width: 600px) and (max-width: 1023px) {
  .FormPresentation__text {
    font-size: 1.5rem;
  }
  .FormPresentation__input-box,
  .FormPresentation__btn {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 1023px) {
  .FormPresentation__text {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .FormPresentation__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .FormPresentation__text {
    padding-right: 30px;
  }
  .FormPresentation__input-box {
    width: 250px;
    flex-shrink: 0;
  }
  .FormPresentation__btn {
    flex-grow: 2;
  }
}
@media all and (min-width: 1024px) and (max-width: 1129px) {
  .FormPresentation__form {
    width: 530px;
    flex-shrink: 0;
  }
  .FormPresentation__text {
    flex-grow: 1;
    font-size: 1.3rem;
  }
}
@media all and (min-width: 1130px) {
  .FormPresentation__form,
  .FormPresentation__text {
    width: 50%;
  }
  .FormPresentation__text {
    font-size: 1.5rem;
  }
}
.BenefitList {
  background: #f3f5f9;
  padding-top: 10px;
  padding-bottom: 50px;
}
.Benefit__video {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Benefit__video-container {
  padding-top: 56.25%;
  height: 0;
  background-color: #e2e7f1;
}
.Benefit__video-container .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.Benefit__image {
  border-radius: 10px;
  height: 0;
  background-color: #e2e7f1;
}
.Benefit__image:not(.square) {
  padding-top: 56.25%;
}
.Benefit__image.square {
  padding-top: 100%;
}
.Benefit__image:not([data-bg]) {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.Benefit__title {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.Benefit__description {
  font-weight: 300;
  line-height: 1.4;
}
.Benefit__description p + p {
  margin-top: 0.6em;
}
.Benefit__button {
  margin-top: 20px;
  padding: 10px 25px;
}
@media all and (max-width: 459px), all and (min-width: 940px) and (max-width: 1079px) {
  .Benefit__title {
    font-size: 1.4285rem;
  }
  .Benefit__description {
    font-size: 1.14rem;
  }
}
@media all and (min-width: 460px) and (max-width: 939px), all and (min-width: 1080px) {
  .Benefit__title {
    font-size: 1.7142rem;
  }
  .Benefit__description {
    font-size: 1.2142rem;
  }
}
@media all and (max-width: 939px) {
  .Benefit {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    border-radius: 10px;
  }
  .Benefit__info {
    margin-top: 30px;
  }
  .Benefit:not(:first-child) {
    margin-top: 30px;
  }
  .Benefit:first-child {
    margin-top: 15px;
  }
  .Benefit:last-child {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 940px) {
  .Benefit {
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .Benefit__video,
  .Benefit__info,
  .Benefit__image-wrapper {
    flex-shrink: 0;
  }
  .Benefit__video,
  .Benefit__image-wrapper {
    width: 55%;
  }
  .Benefit__info {
    width: 45%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .Benefit:nth-child(even) {
    flex-direction: row-reverse;
  }
  .Benefit:nth-child(even) .Benefit__info {
    padding-right: 80px;
  }
  .Benefit:nth-child(odd) .Benefit__info {
    padding-left: 80px;
  }
}
.Differences {
  padding-top: 100px;
  padding-bottom: 100px;
}
.Differences-title {
  margin-bottom: 35px;
}
.Differences-table {
  width: 100%;
  border-collapse: collapse;
}
.Differences-table thead td,
.Differences-table thead th {
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.Differences-table tbody th {
  text-align: left;
  font-weight: normal;
}
.Differences-img-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.Differences-img {
  display: block;
  width: 100%;
}
.Differences-img[data-src] {
  height: 0;
  overflow: hidden;
}
.Differences-img.Curtains[data-src] {
  padding-top: 56.25%;
}
.Differences-img:not(.Curtains)[data-src] {
  padding-top: 169%;
}
.Differences-advantage-check,
.Differences-advantage-cross {
  text-align: center;
}
.Differences-advantage-check:before,
.Differences-advantage-cross:before {
  font-family: 'FontAwesome';
  font-weight: 900;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  width: 36px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  border: 3px solid;
}
.Differences-advantage-check:before {
  content: "\f00c";
  background: #87cb54;
  border-color: #D6F9BB;
}
.Differences-advantage-cross:before {
  content: "\f00d";
  background: #f16c6e;
  border-color: #fac9ca;
}
.Differences-comment {
  background-color: #f3f5f9;
  border-radius: 10px;
  padding: 43px;
  margin-top: 25px;
}
.Differences-comment__text {
  font-size: 1.2857rem;
  font-weight: 300;
  font-style: italic;
  margin: 0 auto 20px;
}
.Differences-comment__user {
  display: flex;
  align-items: center;
  max-width: 287px;
  margin: 0 auto;
}
.Differences-comment__user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.Differences-comment__user-info {
  margin-left: 20px;
}
.Differences-comment__user-name {
  font-size: 1.14rem;
  font-weight: 500;
}
.Differences-comment__user-description {
  color: rgba(0, 23, 49, 0.7);
  margin-top: 3px;
}
@media all and (max-width: 459px) {
  .Differences-table,
  .Differences-table thead,
  .Differences-table tbody,
  .Differences-table tbody th,
  .Differences-table td {
    display: block;
    box-sizing: border-box;
  }
  .Differences-table thead th {
    display: none;
  }
  .Differences-table thead,
  .Differences-table tbody,
  .Differences-table tbody th {
    width: 100%;
  }
  .Differences-table td {
    width: 50%;
  }
  .Differences-table tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .Differences-table th,
  .Differences-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .Differences-table tbody tr:nth-child(odd) {
    background: #f3f5f9;
  }
  .Differences-table tbody th,
  .Differences-table tbody td {
    padding-top: 10px;
    text-align: center;
  }
  .Differences-table tbody td {
    padding-bottom: 10px;
  }
}
@media all and (min-width: 460px) {
  .Differences-table td:not(:first-child),
  .Differences-table th:not(:first-child) {
    padding-left: 10px;
  }
  .Differences-table td:not(:last-child),
  .Differences-table th:not(:last-child) {
    padding-right: 10px;
  }
  .Differences-table tbody td,
  .Differences-table tbody th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 530px) {
  .Differences-img-wrapper {
    max-width: 70px;
  }
}
@media all and (min-width: 531px) and (max-width: 799px) {
  .Differences-img-wrapper {
    max-width: 100px;
  }
}
@media all and (min-width: 800px) {
  .Differences-table tbody th,
  .Differences thead {
    font-size: 1.14em;
  }
  .Differences-comment__text {
    width: 68%;
  }
}
@media all and (min-width: 800px) and (max-width: 1049px) {
  .Differences-img-wrapper {
    max-width: 150px;
  }
}
@media all and (min-width: 1050px) {
  .Differences-img-wrapper {
    max-width: 200px;
  }
}
.FormAfterWarranty {
  padding-top: 60px;
  padding-bottom: 60px;
}
.FormAfterWarranty:not([data-bg]) {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.FormAfterWarranty-container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}
.FormAfterWarranty-title {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
.FormAfterWarranty-title + .FormAfterWarranty-text {
  margin-top: -15px;
}
.FormAfterWarranty-text {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media all and (max-width: 519px) {
  .FormAfterWarranty-container {
    padding: 30px 20px;
  }
  .FormAfterWarranty-title {
    font-size: 22px;
  }
  .FormAfterWarranty-text {
    font-size: 16px;
  }
}
@media all and (min-width: 520px) {
  .FormAfterWarranty-container {
    padding: 60px;
  }
  .FormAfterWarranty-title {
    font-size: 25px;
  }
  .FormAfterWarranty-text {
    font-size: 18px;
  }
}
@media all and (max-width: 639px) {
  .FormAfterWarranty {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 640px) {
  .FormAfterWarranty {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (min-width: 768px) {
  .FormAfterWarranty-container {
    width: 80%;
  }
}
.FormMeasure input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FormMeasure .input-box {
  background-color: #f3f5f9;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.FormMeasure .input-box i {
  font-size: 1.71em;
  color: #001731;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
  opacity: 0.3;
  line-height: 60px;
  height: 60px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.FormMeasure .input-box input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  padding-right: 40px;
  background-color: transparent;
  border-radius: 2px;
  line-height: 60px;
  height: 60px;
  font-size: 1.14em;
}
.FormMeasure .input-box input:focus {
  -webkit-box-shadow: inset 0 0 5px 0 #001731;
  -moz-box-shadow: inset 0 0 5px 0 #001731;
  box-shadow: inset 0 0 5px 0 #001731;
}
.FormMeasure .input-box .phone-note {
  display: none;
}
.FormMeasure .input-box.box-phone.show .phone-note {
  display: block;
  position: absolute;
  line-height: 60px;
  height: 60px;
  bottom: 0;
  left: 15px;
  font-size: 1.28em;
}
.FormMeasure .input-box.box-phone.show .WS-Phone {
  padding-left: 40px !important;
}
.FormMeasure [type="submit"] {
  white-space: normal;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.FormMeasure i.fa-spinner {
  position: absolute;
  right: 5px;
  font-size: 2em;
}
.FormMeasure .toPrivacy {
  margin-top: 15px;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
  opacity: 0.9;
}
@media all and (max-width: 639px) {
  .FormMeasure [type="submit"] {
    font-size: 1.3em;
  }
  .FormMeasure i.fa-spinner {
    top: 12px;
  }
}
@media all and (min-width: 640px) and (max-width: 1080px) {
  .FormMeasure .input-box {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    float: left;
  }
  .FormMeasure .input-box:first-child {
    margin-right: 30px;
  }
  .FormMeasure [type="submit"] {
    font-size: 1.71em;
  }
  .FormMeasure i.fa-spinner {
    top: 17px;
  }
}
@media all and (max-width: 1080px) {
  .FormMeasure .input-box {
    margin-bottom: 20px;
  }
  .FormMeasure .submit-box {
    width: 100%;
    clear: both;
  }
  .FormMeasure [type="submit"] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media all and (min-width: 1081px) {
  .FormMeasure .input-box,
  .FormMeasure .submit-box {
    float: left;
  }
  .FormMeasure .input-box {
    margin-right: 30px;
  }
  .FormMeasure [type="submit"] {
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .FormMeasure i.fa-spinner {
    top: 17px;
  }
}
@media all and (min-width: 1081px) and (max-width: 1199px) {
  .FormMeasure .input-box {
    width: -webkit-calc(32% - 30px);
    width: -moz-calc(32% - 30px);
    width: calc(32% - 30px);
  }
  .FormMeasure .submit-box {
    width: 36%;
  }
  .FormMeasure [type="submit"] {
    font-size: 1.4em;
  }
}
@media all and (min-width: 1200px) {
  .FormMeasure .input-box {
    width: -webkit-calc(31% - 30px);
    width: -moz-calc(31% - 30px);
    width: calc(31% - 30px);
  }
  .FormMeasure .submit-box {
    width: 38%;
  }
  .FormMeasure [type="submit"] {
    font-size: 1.71em;
  }
}
.PlissePage .Production {
  background: #f3f5f9;
  padding-top: 80px;
  padding-bottom: 100px;
  /*
	&-cloth {
		&__title,
		&__img-wrapper,
		&__description {
			background:@bg1;
			text-align:center;
			display:flex;align-items:center;justify-content:center;
			.box-shadow(0 0 5px 0 #ebedf9);
		}
		
		&__title {
			font-size:1.2rem;
			font-weight:600;
			border-radius:@border-radius-boxes @border-radius-boxes 0 0;
			padding-top:20px;
			padding-bottom:10px;
			grid-row:1;
		}
		&__img-wrapper {
			padding-top:5px;padding-bottom:5px;
			grid-row:2;
			z-index:1;
			
			&:before,
			&:after {
				.pseudo-element-default;
				left:0;
				right:0;
				height:7px;
				background:@bg1;
			}
			&:before {top:-5px;}
			&:after {bottom:-5px;}
		}
		&__img {
			display:block;
			width:100%;
			border-radius:@border-radius-boxes;
			
			&[data-src] {padding-top:86.8421%;height:0;overflow:hidden;}
		}
		&__description {
			border-radius:0 0 @border-radius-boxes @border-radius-boxes;
			padding-bottom:20px;
			padding-top:10px;
			grid-row:3;
		}
		
		
		@media all and (max-width:559px) {
			&__description + .Production-cloth__title {margin-top:30px;}
			
			&__title,
			&__img-wrapper,
			&__description {
				max-width:380px;margin-left:auto;margin-right:auto;
			}
		}
		
		@media all and (min-width:560px) {
			display:grid;
			grid-template-columns: repeat(3, 1fr);
		}
		
		@media all and (max-width:767px) {
			&__title,
			&__img-wrapper,
			&__description {padding-left:10px;padding-right:10px;}
		}
		
		@media all and (min-width:768px) {
			&__title,
			&__img-wrapper,
			&__description {padding-left:15px;padding-right:15px;}
		}
		
		@media all and (min-width:940px) {
			&__description {
				font-weight:300;
				font-size:1.1rem;
			}
		}
		
		// For IE
		@media all and (min-width:560px) and (-ms-high-contrast: none),
		(-ms-high-contrast: active) and (min-width:560px) {
			display:flex;
			flex-wrap:wrap;
			
			&__title,
			&__img-wrapper,
			&__description {float:left;width:32%;}
			
			&__item1,
			&__item2 {margin-right:2%;}
			&__title.Production-cloth__item1 {order:1;}
			&__title.Production-cloth__item2 {order:2;}
			&__title.Production-cloth__item3 {order:3;}
			&__img-wrapper.Production-cloth__item1 {order:4;}
			&__img-wrapper.Production-cloth__item2 {order:5;}
			&__img-wrapper.Production-cloth__item3 {order:6;}
			&__description.Production-cloth__item1 {order:7;}
			&__description.Production-cloth__item2 {order:8;}
			&__description.Production-cloth__item3 {order:9;}
		}
	}
	*/
}
.PlissePage .Production-section:not(:last-child) {
  margin-bottom: 70px;
}
.PlissePage .Production-title {
  margin-bottom: 35px;
}
.PlissePage .Production-text {
  font-size: 1.14rem;
}
.PlissePage .Production-description {
  margin: -15px auto 40px;
  max-width: 965px;
  text-align: center;
  line-height: 1.5;
}
@media all and (min-width: 460px) and (max-width: 639px) {
  .PlissePage .Production-description {
    font-size: 1.14em;
  }
}
@media all and (max-width: 639px) {
  .PlissePage .Production-description {
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.85);
    opacity: 0.85;
  }
}
@media all and (min-width: 640px) {
  .PlissePage .Production-description {
    font-weight: 300;
  }
}
@media all and (min-width: 640px) and (max-width: 839px) {
  .PlissePage .Production-description {
    font-size: 1.2em;
  }
}
@media all and (min-width: 840px) {
  .PlissePage .Production-description {
    font-size: 1.3em;
  }
}
.PlissePage .Production-clothes {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.PlissePage .Production-clothes__item {
  list-style: none;
  padding: 10px;
}
.PlissePage .Production-clothes__item > .Production-cloth {
  height: 100%;
}
@media all and (min-width: 414px) and (max-width: 859px) {
  .PlissePage .Production-clothes__item {
    width: 50%;
  }
}
@media all and (min-width: 860px) {
  .PlissePage .Production-clothes__item {
    width: 25%;
  }
}
.PlissePage .Production-cloth {
  background: #ffffff;
  border-radius: 10px;
}
.PlissePage .Production-cloth__img {
  display: block;
  width: 100%;
}
.PlissePage .Production-cloth__img[data-src] {
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.PlissePage .Production-cloth__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff0ac;
  font-size: 20px;
}
.PlissePage .Production-cloth__icon_water {
  background-color: #87d1ff;
}
.PlissePage .Production-cloth__icon_spider {
  background-color: #93e884;
}
.PlissePage .Production-cloth__icon_wind {
  background-color: #ccbdff;
}
.PlissePage .Production-cloth__icon_paw {
  background-color: #f5a7ed;
}
.PlissePage .Production-cloth__description {
  padding: 20px;
}
.PlissePage .Production-cloth__description li {
  display: block;
}
.PlissePage .Production-cloth__description li > b {
  color: #9d9d9d;
  font-weight: normal;
}
.PlissePage .Production-cloth__description li:not(:first-child) {
  margin-top: 5px;
}
@media all and (min-width: 700px) and (max-width: 859px) {
  .PlissePage .Production-cloth {
    display: flex;
  }
  .PlissePage .Production-cloth__img-wrapper,
  .PlissePage .Production-cloth__description {
    width: 50%;
  }
  .PlissePage .Production-cloth__description {
    align-self: center;
  }
  .PlissePage .Production-cloth__img {
    border-radius: 10px 0 0 10px;
  }
  .PlissePage .Production-cloth__img:not([data-src]) {
    min-height: 100%;
    object-fit: cover;
  }
}
@media all and (max-width: 699px), all and (min-width: 860px) {
  .PlissePage .Production-cloth {
    padding-bottom: 5px;
  }
  .PlissePage .Production-cloth__img {
    border-radius: 10px 10px 0 0;
  }
}
.PlissePage .Production-cloth-note {
  margin-top: 35px;
  text-align: center;
  line-height: 1.5;
}
@media all and (min-width: 460px) and (max-width: 639px) {
  .PlissePage .Production-cloth-note {
    font-size: 1.14em;
  }
}
@media all and (max-width: 639px) {
  .PlissePage .Production-cloth-note {
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.85);
    opacity: 0.85;
  }
}
@media all and (min-width: 640px) {
  .PlissePage .Production-cloth-note {
    font-weight: 300;
  }
}
@media all and (min-width: 640px) and (max-width: 839px) {
  .PlissePage .Production-cloth-note {
    font-size: 1.2em;
  }
}
@media all and (min-width: 840px) {
  .PlissePage .Production-cloth-note {
    font-size: 1.3em;
  }
}
.PlissePage .Production-goods_full-img .Production-goods-item-inner {
  overflow: hidden;
}
.PlissePage .Production-goods_full-img .Production-goods-item-img {
  margin-top: -20px;
}
.PlissePage .Production-goods_full-img .Production-goods-item-img img:not([data-src]) {
  margin: 0 -20px;
  width: -webkit-calc(100% + 40px);
  width: -moz-calc(100% + 40px);
  width: calc(100% + 40px);
}
.PlissePage .Production .products-mosaic + .Production-goods {
  margin-top: 20px;
}
@media all and (min-width: 1024px) {
  .PlissePage .Production-goods_3 .Production-goods-item {
    width: 33.3333%;
  }
  .PlissePage .Production-goods_3 .Production-goods-item-img {
    max-width: 240px;
  }
}
.payment-info {
  padding-top: 50px;
  padding-bottom: 80px;
}
.payment-info-title {
  margin-bottom: 40px;
}
.payment-info-step,
.payment-info-type {
  list-style: none;
}
.payment-info-block {
  font-size: 1.07rem;
}
.payment-info-block__title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
}
.payment-info-step + .payment-info-step {
  margin-top: 15px;
}
.payment-info-step__title {
  font-style: italic;
  font-weight: 500;
  margin-bottom: 5px;
  color: #eb2629;
}
.payment-info-type {
  padding-left: 20px;
}
.payment-info-type:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #eb2629;
}
.payment-info-type + .payment-info-type {
  margin-top: 8px;
}
@media all and (max-width: 639px) {
  .payment-info-block + .payment-info-block {
    margin-top: 40px;
  }
}
@media all and (min-width: 640px) {
  .payment-info-blocks {
    display: flex;
    justify-content: space-between;
  }
  .payment-info-block {
    width: 46%;
  }
}
.Production-applicable {
  margin-bottom: 40px;
}
.Production-applicable-title {
  margin-bottom: 15px;
}
@media all and (max-width: 459px) {
  .Production-applicable-title {
    font-weight: 500;
    font-size: 1.2em;
  }
}
@media all and (min-width: 460px) {
  .Production-applicable-title {
    font-weight: 400;
  }
}
@media all and (min-width: 460px) and (max-width: 767px) {
  .Production-applicable-title {
    font-size: 1.3em;
  }
}
@media all and (min-width: 768px) {
  .Production-applicable-title {
    font-size: 1.4em;
  }
}
.Production-applicable-list {
  column-gap: 30px;
}
.Production-applicable-list-item {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  font-weight: 300;
  min-height: 27px;
  padding-left: 35px;
  margin-bottom: 10px;
}
.Production-applicable-list-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 15px;
  top: 6px;
  left: 0;
  background: url("/img/icon/ico-tick.png") 0 0 no-repeat;
  background-size: contain;
}
@media all and (max-width: 359px) {
  .Production-applicable-list-item {
    font-size: 1.14em;
  }
}
@media all and (min-width: 360px) {
  .Production-applicable-list-item {
    font-size: 1.286em;
  }
}
@media all and (max-width: 1199px) {
  .Production-applicable-list {
    column-width: 350px;
  }
}
@media all and (min-width: 1200px) {
  .Production-applicable-list {
    column-width: 250px;
  }
}
.product-mosaic {
  display: block;
  border-radius: 10px;
}
.product-mosaic:not([data-bg]) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.product-mosaic__name {
  text-align: center;
  position: absolute;
  bottom: 24px;
  right: 10px;
  left: 10px;
  font-weight: 500;
  z-index: 1;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #fff;
}
.product-mosaic:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 10px 10px;
  height: 75%;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) transparent;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) transparent;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) transparent;
}
@media all and (max-width: 559px) {
  .product-mosaic {
    font-size: 1.286em;
  }
}
@media all and (min-width: 560px) and (max-width: 1023px) {
  .product-mosaic {
    font-size: 1.5em;
  }
}
@media all and (min-width: 1024px) {
  .product-mosaic {
    font-size: 1.71em;
  }
}
a.product-mosaic:hover .product-mosaic__name {
  color: #eb2629;
}
.products-mosaic {
  display: grid;
  margin: -10px;
}
.products-mosaic__item {
  list-style: none;
  padding: 10px;
}
.products-mosaic__item > .product-mosaic {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 399px) {
  .products-mosaic__item {
    aspect-ratio: 1 / 1;
  }
}
@media all and (min-width: 400px) {
  .products-mosaic__item:nth-last-child(4):first-child ~ .products-mosaic__item:not(:last-child) {
    aspect-ratio: 1 / 1;
  }
  .products-mosaic__item:nth-last-child(4):first-child {
    aspect-ratio: 1 / 2;
    grid-row: span 2;
  }
  .products-mosaic__item:nth-last-child(4):first-child ~ .products-mosaic__item:last-child {
    aspect-ratio: 2 / 1;
    grid-column: span 2;
  }
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n+1),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n+1),
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n+6),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n+6),
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n+7),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n+7),
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n+8),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n+8),
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n) {
    aspect-ratio: 1 / 1;
  }
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n+4),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n+4) {
    aspect-ratio: 2 / 1;
    grid-column: span 2;
  }
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n+5),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n+5) {
    aspect-ratio: 1 / 2;
    grid-row: span 2;
  }
}
@media all and (min-width: 400px) and (max-width: 859px) {
  .products-mosaic {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-mosaic__item:nth-last-child(-n+3):first-child,
  .products-mosaic__item:nth-last-child(-n+3):first-child ~ .products-mosaic__item:not(:nth-child(3n)) {
    aspect-ratio: 1 / 1;
  }
  .products-mosaic__item:nth-last-child(-n+3):first-child ~ .products-mosaic__item:nth-child(3n) {
    aspect-ratio: 2 / 1;
    grid-column: span 2;
  }
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n+3),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n+3) {
    aspect-ratio: 1 / 1;
  }
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n+2),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n+2) {
    aspect-ratio: 1 / 2;
    grid-row: span 2;
  }
}
@media all and (min-width: 860px) {
  .products-mosaic {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-mosaic__item:nth-last-child(-n+3):first-child,
  .products-mosaic__item:nth-last-child(-n+3):first-child ~ .products-mosaic__item {
    aspect-ratio: 1 / 1;
  }
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n+2),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n+2) {
    aspect-ratio: 1 / 1;
  }
  .products-mosaic__item:nth-last-child(n+5):nth-child(9n+3),
  .products-mosaic__item:nth-last-child(n+5) ~ .products-mosaic__item:nth-child(9n+3) {
    aspect-ratio: 1 / 2;
    grid-row: span 2;
  }
}
.Production-goods-item {
  margin-bottom: 20px;
}
.Production-goods-item-inner {
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 #ebedf9;
  -moz-box-shadow: 0 0 5px 0 #ebedf9;
  box-shadow: 0 0 5px 0 #ebedf9;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Production-goods-item-inner:hover {
  -webkit-box-shadow: 0 0 10px 3px #ebedf9;
  -moz-box-shadow: 0 0 10px 3px #ebedf9;
  box-shadow: 0 0 10px 3px #ebedf9;
}
.Production-goods-item-img {
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  width: min(100%, 400px);
}
.Production-goods-item-img img {
  width: 100%;
  display: block;
}
.Production-goods-item-img img[data-src] {
  height: 0;
  padding-top: 133.75%;
}
.Production-goods-item-info {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Production-goods-item-title {
  font-size: 1.286em;
  font-weight: 600;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}
.Production-goods-item a.Production-goods-item-link {
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.Production-goods-item a.Production-goods-item-link:hover {
  color: #eb2629;
}
.Production-goods-item-description {
  font-weight: 300;
  line-height: 20px;
  flex-grow: 2;
}
.Production-goods-item-price {
  font-size: 1.71em;
  color: #eb2629;
}
.Production-goods-item-price b {
  font-weight: 600;
}
.Production-goods-item-price span {
  font-size: 0.6em;
}
.Production-goods-item-inner:not(.no-price) .Production-goods-item-price {
  margin-top: 20px;
}
@media all and (min-width: 520px) {
  .Production-goods-item {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (min-width: 520px) and (max-width: 839px) {
  .Production-goods-item {
    width: 50%;
  }
  .Production-goods-item:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (min-width: 840px) and (max-width: 1023px) {
  .Production-goods-item {
    width: 33.3333%;
  }
  .Production-goods-item:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 1024px) {
  .Production-goods-item {
    width: 25%;
  }
  .Production-goods-item:nth-child(4n+1) {
    clear: both;
  }
}
@media all and (min-width: 520px) and (max-width: 599px), all and (min-width: 1023px) and (max-width: 1199px) {
  .Production-goods-item-title {
    font-size: 1.15em;
  }
  .Production-goods-item-price {
    font-size: 1.4em;
  }
}
@media all and (min-width: 520px) {
  .Production-goods {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .Production-goods-item > .Production-goods-item-inner {
    height: 100%;
  }
}
.Production-color {
  border-radius: 10px;
  height: 120px;
  display: table;
  width: 100%;
}
.Production-color-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 1.14em;
}
.Production-color-title-text {
  border-radius: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.85);
}
.Production-color.White {
  background: #fff;
}
.Production-color.Brown {
  background: #60382c;
}
.Production-color.RAL,
.Production-color.Decor {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.Production-colors {
  margin-left: -10px;
  margin-right: -10px;
}
.Production-colors-item {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 460px) {
  .Production-colors-item {
    float: left;
  }
}
@media all and (min-width: 460px) and (max-width: 767px) {
  .Production-colors-item {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .Production-colors-item {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  .Production-colors-item {
    width: 25%;
  }
}
.order-info {
  padding-top: 40px;
  padding-bottom: 50px;
}
.order-info-title {
  margin-bottom: 50px;
}
.order-info-blocks {
  margin: -25px;
}
.order-info-blocks__item {
  list-style: none;
  padding: 25px;
}
@media all and (min-width: 540px) {
  .order-info-blocks {
    display: flex;
    flex-wrap: wrap;
  }
  .order-info-blocks__item > .order-info-block {
    min-height: 100%;
  }
}
@media all and (min-width: 540px) and (max-width: 1023px) {
  .order-info-blocks__item {
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .order-info-blocks__item {
    width: 25%;
  }
}
.order-info-block {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}
.order-info-block__icon {
  font-size: 23px;
  position: absolute;
  left: 0;
  top: 35px;
  color: #eb2629;
  width: 30px;
  text-align: center;
}
.order-info-block__title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
}
.order-info-block__text {
  line-height: 1.4;
  font-size: 1.07rem;
  flex-grow: 2;
}
.order-info-block__button {
  padding: 10px;
  margin-top: 25px;
}
@media all and (max-width: 539px) {
  .order-info-block__button {
    max-width: 210px;
  }
}
#ModalWindow {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  text-align: center;
}
#ModalWindow:after {
  content: "";
  height: 100%;
}
#ModalWindow > *,
#ModalWindow:after {
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  display: inline-block;
}
#ModalWindow .hidden-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  background: #2d2d2f;
}
#ModalWindow .window-wrapper {
  z-index: 4;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 2px;
  padding: 30px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 1000px;
  max-width: 100%;
  white-space: normal;
}
#ModalWindow .window-wrapper .close-window {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 3em;
  line-height: 39px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  border-radius: 2px;
}
#ModalWindow .window-wrapper .close-window:not(:hover) {
  background-color: transparent;
  color: #eb2629;
}
#ModalWindow .window-wrapper .close-window:hover {
  background: #ed3f42;
  color: #ffffff;
}
#ModalWindow .window-wrapper .window-title {
  color: #001731;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  text-shadow: -1px 0 1px rgba(0, 0, 0, 0.16);
}
#ModalWindow .window-wrapper .window-subtitle {
  color: #001731;
  font-size: 18px;
  font-weight: 500;
  text-shadow: -1px 0 1px rgba(0, 0, 0, 0.16);
  padding-bottom: 15px;
}
#ModalWindow .window-wrapper .window-subtitle:not(:first-child) {
  padding-top: 30px;
}
#ModalWindow .window-wrapper .window-content {
  padding-top: 20px;
}
#ModalWindow .window-wrapper .window-content .window-error,
#ModalWindow .window-wrapper .window-content .window-ok {
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#ModalWindow .window-wrapper .window-content .window-error {
  background: #ff0000;
  color: #ffffff;
}
#ModalWindow .window-wrapper .window-content .window-ok {
  background: #008000;
  color: #ffffff;
}
@media (min-width: 768px) {
  #ModalWindow .window-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.Prices {
  padding-top: 100px;
  padding-bottom: 50px;
}
.Prices-title {
  margin-bottom: 15px;
}
.Prices-table {
  border-collapse: collapse;
  width: 100%;
}
.Prices-table th:not(:nth-child(2)) {
  text-align: left;
}
.Prices-table td {
  text-align: center;
}
.Prices-table th,
.Prices-table td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.Prices-table thead {
  font-size: 1.05em;
  font-weight: 500;
}
.Prices-table tbody tr:nth-child(odd) {
  background-color: #f3f5f9;
}
.Prices-table tbody th {
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .Prices-table td,
  .Prices-table th {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (min-width: 460px) and (max-width: 767px) {
  .Prices-table {
    font-size: 1.07rem;
  }
}
@media all and (min-width: 768px) {
  .Prices-table {
    font-size: 1.14rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .Prices-table td,
  .Prices-table th {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1024px) {
  .Prices-table td,
  .Prices-table th {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.Calculator {
  padding-top: 30px;
  padding-bottom: 30px;
}
.Calculator-title {
  margin-bottom: 35px;
}
.Calculator-note {
  text-align: center;
  margin-bottom: 60px;
}
.Calculator-note-title {
  font-weight: 600;
}
.Calculator-image {
  margin-bottom: 80px;
}
.Calculator-image img {
  width: 100%;
}
.Calculator-image img:not(.hidden) {
  display: block;
}
.Calculator-image img[data-src] {
  height: 0;
  padding-top: 111%;
}
.Calculator-slider-horizontal,
.Calculator-slider-vertical {
  position: absolute;
}
.Calculator-slider-vertical {
  left: 0;
  bottom: 60px;
  top: 0;
}
.Calculator-slider-vertical.right {
  right: 0;
  left: auto;
}
.Calculator-slider-horizontal {
  bottom: 0;
  left: 87px;
  right: 87px;
}
.Calculator-form {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 23, 49, 0.1);
}
.Calculator-form-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.Calculator-form .size-note {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  background: #f3f5f9;
  border-radius: 10px;
  font-size: 0.9em;
}
.Calculator-form .input-box {
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Calculator-form .input-box label,
.Calculator-form .input-box input,
.Calculator-form .input-box select {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Calculator-form .input-box label,
.Calculator-form .input-box select,
.Calculator-form .input-box input[type=number] {
  width: 100%;
}
.Calculator-form .input-box > label,
.Calculator-form .input-box > .label {
  color: #9d9d9d;
  margin-bottom: 3px;
}
.Calculator-form .input-box select,
.Calculator-form .input-box input[type=number] {
  height: 26px;
  line-height: 26px;
  border-bottom: 1px solid #e2e7f1;
}
.Calculator-form .input-box select:focus,
.Calculator-form .input-box input[type=number]:focus {
  border-bottom-color: #eb2629;
}
.Calculator-form .input-box select {
  padding-right: 15px;
  background: url("/img/icon/select-ico-mini.png") 100% 50% no-repeat;
}
.Calculator-form .input-box .input__req {
  margin-top: 5px;
  text-align: center;
  padding: 5px;
  background: #ff4d4d;
  color: #ffffff;
  border-radius: 2px;
  line-height: 1.1;
  font-size: 13px;
}
.Calculator-form .radio-box input[type="radio"] + label,
.Calculator-form .check-box input[type="checkbox"] + label {
  padding: 1px 0 1px 30px;
  cursor: pointer;
  line-height: 20px;
  display: block;
}
.Calculator-form .radio-box input[type="radio"] + label:before,
.Calculator-form .check-box input[type="checkbox"] + label:before,
.Calculator-form .radio-box input[type="radio"] + label:after,
.Calculator-form .check-box input[type="checkbox"] + label:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Calculator-form .radio-box input[type="radio"] + label:before,
.Calculator-form .check-box input[type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #afbcd7;
  background: #ffffff;
}
.Calculator-form .radio-box input[type="radio"] + label:after,
.Calculator-form .check-box input[type="checkbox"] + label:after {
  top: 4px;
  left: 3px;
  width: 14px;
  height: 14px;
}
.Calculator-form .radio-box input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.Calculator-form .radio-box input[type="radio"] + label:after {
  content: '';
  display: block;
  position: absolute;
}
.Calculator-form .radio-box input[type="radio"] + label:before,
.Calculator-form .radio-box input[type="radio"] + label:after {
  border-radius: 50%;
}
.Calculator-form .radio-box input[type="radio"]:not(:checked) + label:after,
.Calculator-form .radio-box input[type="radio"]:not(:checked) + label:not(:hover):after {
  background-color: #ffffff;
}
.Calculator-form .radio-box input[type="radio"]:not(:checked) + label:hover:after {
  background-color: #d1d9e8;
}
.Calculator-form .radio-box input[type="radio"]:checked + label:before {
  border-color: #eb2629;
}
.Calculator-form .radio-box input[type="radio"]:checked + label:after {
  background-color: #f48385;
}
.Calculator-form .radio-box input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px #eb2629;
  -moz-box-shadow: 0 0 0 1px #eb2629;
  box-shadow: 0 0 0 1px #eb2629;
}
.Calculator-form .check-box input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.Calculator-form .check-box input[type="checkbox"] + label:before {
  border-radius: 2px;
}
.Calculator-form .check-box input[type="checkbox"] + label:after {
  line-height: 14px;
  text-align: center;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f00c";
  display: block;
  position: absolute;
}
.Calculator-form .check-box input[type="checkbox"]:not(:checked) + label:not(:hover):after {
  display: none;
}
.Calculator-form .check-box input[type="checkbox"]:not(:checked) + label:hover:after {
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
  opacity: 0.2;
}
.Calculator-form .check-box input[type="checkbox"]:checked + label:before {
  border-color: #eb2629;
}
.Calculator-form .check-box input[type="checkbox"]:checked + label:after {
  color: #eb2629;
}
.Calculator-form .check-box input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px #eb2629;
  -moz-box-shadow: 0 0 0 1px #eb2629;
  box-shadow: 0 0 0 1px #eb2629;
}
.Calculator-form .CalcScreen .input-box.input-Width .input-val-with-unit,
.Calculator-form .CalcScreen .input-box.input-Height .input-val-with-unit,
.Calculator-form .CalcScreen .input-box.input-Rail .input-val-with-unit,
.Calculator-form .CalcScreen .input-box.input-Bottom .input-val-with-unit,
.Calculator-form .CalcScreen .input-box.input-Left .input-val-with-unit,
.Calculator-form .CalcScreen .input-box.input-Right .input-val-with-unit {
  display: flex;
  align-items: center;
}
.Calculator-form .CalcScreen .input-box.input-Width .input-val-with-unit > .unit,
.Calculator-form .CalcScreen .input-box.input-Height .input-val-with-unit > .unit,
.Calculator-form .CalcScreen .input-box.input-Rail .input-val-with-unit > .unit,
.Calculator-form .CalcScreen .input-box.input-Bottom .input-val-with-unit > .unit,
.Calculator-form .CalcScreen .input-box.input-Left .input-val-with-unit > .unit,
.Calculator-form .CalcScreen .input-box.input-Right .input-val-with-unit > .unit {
  margin-left: 5px;
  flex-shrink: 0;
}
.Calculator-form .CalcScreen .input-box.input-Width .input-val-with-unit > .input-value,
.Calculator-form .CalcScreen .input-box.input-Height .input-val-with-unit > .input-value,
.Calculator-form .CalcScreen .input-box.input-Rail .input-val-with-unit > .input-value,
.Calculator-form .CalcScreen .input-box.input-Bottom .input-val-with-unit > .input-value,
.Calculator-form .CalcScreen .input-box.input-Left .input-val-with-unit > .input-value,
.Calculator-form .CalcScreen .input-box.input-Right .input-val-with-unit > .input-value {
  flex-grow: 2;
}
.Calculator-form .CalcScreen .input-box.input-RAL {
  padding-right: 110px;
}
.Calculator-form .CalcScreen .input-box.input-RAL > .toRALWindow {
  position: absolute;
  right: 0;
  bottom: 4px;
  line-height: 18px;
  max-width: 105px;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box label:before,
.Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label:before,
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:before,
.PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:before,
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label:before {
  left: 0;
  border-radius: 10px;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box input:not(:checked) + label:not(:hover):after,
.Calculator-form .CalcScreen .input-box.input-Fastener .radio-box input:not(:checked) + label:not(:hover):after,
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:not(:checked) + label:not(:hover):after,
.PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:not(:checked) + label:not(:hover):after,
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input:not(:checked) + label:not(:hover):after {
  display: none;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box input:not(:checked) + label:hover:after,
.Calculator-form .CalcScreen .input-box.input-Fastener .radio-box input:not(:checked) + label:hover:after,
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:not(:checked) + label:hover:after,
.PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:not(:checked) + label:hover:after,
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input:not(:checked) + label:hover:after {
  background-color: rgba(255, 255, 255, 0.5);
  top: 2px;
  left: 1px;
  border-radius: 9px;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box input:checked + label:after,
.Calculator-form .CalcScreen .input-box.input-Fastener .radio-box input:checked + label:after,
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:checked + label:after,
.PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:checked + label:after,
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input:checked + label:after {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f00c";
  text-align: center;
  color: #eb2629;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box label:before {
  height: 36px;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box input:not(:checked) + label:hover:after {
  height: 34px;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box input:checked + label:after {
  top: 4px;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box input[value=White] + label:before {
  background: #fff;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box input[value=Brown] + label:before {
  background: brown;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box input[value=Brown8019] + label:before {
  background: #4E4848;
}
.Calculator-form .CalcScreen .input-box.input-Color .radio-box input[value=RAL] + label:before {
  background: url("/img/icon/icon-ral.png") 50% 50% #f3f5f9;
  background-size: cover;
}
.Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label:before {
  height: 70px;
}
.Calculator-form .CalcScreen .input-box.input-Fastener .radio-box input:not(:checked) + label:hover:after {
  height: 68px;
}
.Calculator-form .CalcScreen .input-box.input-Fastener .radio-box input:checked + label:after {
  top: 21px;
}
.Calculator-form .CalcScreen .input-box.input-Fastener .radio-box input[value=Z-metal] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/InstallationZ.jpg") 50% 50% no-repeat;
  background-size: contain;
}
.Calculator-form .CalcScreen .input-box.input-Fastener .radio-box input[value=Inner-hook16] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/InstallationInner.jpg") 50% 50% no-repeat;
  background-size: contain;
}
.Calculator-form .CalcScreen .input-box.input-Fastener .radio-box input[value=Pin] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/InstallationPin.jpg") 50% 50% no-repeat;
  background-size: contain;
}
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:before {
  height: 70px;
}
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:not(:checked) + label:hover:after {
  height: 68px;
}
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:checked + label:after {
  top: 21px;
}
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input[value=Cat-Gray] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/PetScreen-Gray.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input[value=Cat-Black] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/PetScreen-Black.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input[value=Cat-Beige] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/PetScreen-Beige.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input[value=Cat-SilverBlack] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/PetScreen-SilverBlack.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input[value=Cat-White] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/PetScreen-White.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:before {
  height: 50px;
}
.PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:not(:checked) + label:hover:after {
  height: 48px;
}
.PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:checked + label:after {
  top: 11px;
}
.PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input[value=PollTex-Gray] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/PollTex-Gray.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input[value=PollTex-Black] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/PollTex-Black.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label:before {
  height: 50px;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input:not(:checked) + label:hover:after {
  height: 48px;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input:checked + label:after {
  top: 11px;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=Black] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-Black.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=Gray] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-Gray.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=White] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-White.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=Beige] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-Beige.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=GreenApple] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-GreenApple.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=Blue] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-Blue.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=Brown] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-Brown.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=Orange] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-Orange.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=Nut] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-Nut.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=ReflectiveGray] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-ReflectiveGray.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input[value=ReflectiveBlack] + label:before {
  background: url("/Modules/Catalog/Files/Views/Items/Item/MosquitoNets/Images/Clothes/Plisse-ReflectiveBlack.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.MicroMeshPage .Calculator-form .CalcScreen .input-box.input-Color,
.AluminumPage .Calculator-form .CalcScreen .input-box.input-Color {
  clear: both;
}
.Calculator-form .Calc-submit {
  padding: 10px 15px;
  font-size: 1.2em;
  font-weight: 500;
}
.Calculator-form .btn-container {
  background: #f3f5f9;
}
.Calculator-form .note {
  margin-top: 20px;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity: 0.7;
  font-size: 0.85em;
}
.Calculator-form .note-discount:not(:empty) {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}
.Calculator-form .calc-error {
  margin-top: 10px;
  text-align: center;
  padding: 5px;
  background: #ff4d4d;
  color: #ffffff;
  border-radius: 2px;
  line-height: 1.1;
}
.Calculator-whatsapp {
  margin-top: 30px;
  text-align: center;
}
.Calculator-whatsapp-title {
  font-size: 1.14em;
  font-weight: 500;
  margin-bottom: 5px;
}
.Calculator-whatsapp-link-text {
  font-size: 1.14em;
  font-weight: bold;
}
.Calculator-whatsapp-link:hover .Calculator-whatsapp-link-text {
  color: #29d146;
}
.Calculator-whatsapp-icon {
  margin-right: 5px;
  font-size: 16px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
}
@media all and (max-width: 359px) {
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box label,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label,
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label {
    padding-left: 85px;
    display: flex;
    align-items: center;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box label:before,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label:before,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:before,
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:before,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label:before {
    width: 70px;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box input:checked + label:after,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box input:checked + label:after,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:checked + label:after,
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:checked + label:after,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input:checked + label:after {
    left: 20px;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box:not(:last-child),
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box:not(:last-child),
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box:not(:last-child),
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box:not(:last-child),
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box:not(:last-child) {
    margin-bottom: 5px;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box label {
    min-height: 37px;
  }
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label {
    min-height: 72px;
  }
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label {
    min-height: 52px;
  }
}
@media all and (min-width: 360px) {
  .Calculator-form .CalcScreen .input-box.input-Width,
  .Calculator-form .CalcScreen .input-box.input-Height {
    width: 48%;
    float: left;
  }
  .Calculator-form .CalcScreen .input-box.input-Width {
    margin-right: 4%;
  }
  .Calculator-form .CalcScreen .input-box.input-Width + .input-Height + .input-box,
  .Calculator-form .CalcScreen .input-box.input-Width + .input-Height + input[type=hidden] + .input-box,
  .Calculator-form .CalcScreen .input-box.input-Height + .input-Width + input[type=hidden] + .input-box,
  .Calculator-form .CalcScreen .input-box.input-Height + .input-Width + .input-box {
    clear: both;
  }
  .Calculator-form .CalcScreen .input-box.input-Bottom,
  .Calculator-form .CalcScreen .input-box.input-Left,
  .Calculator-form .CalcScreen .input-box.input-Right {
    width: 32%;
    float: left;
  }
  .Calculator-form .CalcScreen .input-box.input-Bottom,
  .Calculator-form .CalcScreen .input-box.input-Left {
    margin-right: 2%;
  }
  .Calculator-form .CalcScreen .input-box.input-Bottom + .input-Left + .input-Right + input[type=hidden] + .input-box,
  .Calculator-form .CalcScreen .input-box.input-Bottom + .input-Left + .input-Right + .input-box {
    clear: both;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box,
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box {
    float: left;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box label,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label,
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label {
    padding-left: 0;
    text-align: center;
    line-height: 18px;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box label:before,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label:before,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:before,
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:before,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label:before,
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box label:after,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label:after,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:after,
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:after,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label:after {
    width: auto;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box label:before,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label:before,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:before,
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:before,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label:before {
    right: 0;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box label:after,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label:after,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:after,
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label:after,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label:after {
    right: 1px;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box input:checked + label:after,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box input:checked + label:after,
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:checked + label:after,
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box input:checked + label:after,
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box input:checked + label:after {
    left: 50%;
    margin-left: -15px;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box,
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box {
    width: 32%;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box:not(:nth-child(3n)),
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box:nth-child(3n+1),
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box:nth-child(3n+1) {
    clear: both;
  }
  .Calculator-form .CalcScreen .input-box.input-Color .radio-box label {
    padding-top: 40px;
  }
  .Calculator-form .CalcScreen .input-box.input-Fastener .radio-box label {
    padding-top: 75px;
  }
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label {
    padding-top: 75px;
  }
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box {
    width: 49%;
  }
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .PollTexPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box label {
    padding-top: 55px;
  }
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box label {
    padding-top: 55px;
  }
}
@media all and (min-width: 360px) and (max-width: 580px), all and (min-width: 840px) and (max-width: 1199px) {
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box {
    width: 32%;
  }
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box:nth-child(3n+1) {
    clear: both;
  }
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box:first-child {
    margin-bottom: 10px;
  }
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box {
    width: 32%;
  }
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box:nth-child(3n+1) {
    clear: both;
  }
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box:not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3)) {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 581px) and (max-width: 839px), all and (min-width: 1200px) {
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box {
    width: 18.4%;
  }
  .PetScreenPage .Calculator-form .CalcScreen .input-box.input-Cloth .radio-box:not(:nth-child(5n)) {
    margin-right: 2%;
  }
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box {
    width: 23.5%;
  }
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box:nth-child(4n+1) {
    clear: both;
  }
  .PlissePage .Calculator-form .CalcScreen .input-box.input-ClothColor .radio-box:not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3)):not(:nth-last-child(4)) {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 459px) {
  .Calculator-note {
    font-size: 16px;
  }
  .Calculator-form {
    padding: 25px 25px 20px;
  }
}
@media all and (min-width: 460px) {
  .Calculator-form {
    padding: 40px 40px 20px;
  }
}
@media all and (min-width: 460px) and (max-width: 767px) {
  .Calculator-note {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  .Calculator-note {
    font-size: 20px;
  }
}
@media all and (max-width: 839px) {
  .Calculator-left {
    display: none;
  }
}
@media all and (min-width: 840px) {
  .Calculator-wrapper {
    display: flex;
    align-items: center;
  }
  .Calculator-left {
    float: left;
  }
  .Calculator-right {
    float: right;
  }
}
@media all and (min-width: 840px) and (max-width: 1023px) {
  .Calculator-left {
    width: 52%;
  }
  .Calculator-right {
    width: 48%;
    padding-left: 30px;
  }
  .Calculator-image {
    margin-left: 90px;
    margin-right: 90px;
  }
}
@media all and (min-width: 1024px) {
  .Calculator-left {
    width: 53%;
  }
  .Calculator-right {
    width: 47%;
    padding-left: 50px;
  }
  .Calculator-image {
    margin-left: 107px;
    margin-right: 107px;
  }
}
.Calculator.bg2 .sliderLine .slider-scale {
  background: #ffffff;
}
.Calculator.bg2 .sliderLine .slider-value-input {
  background: #f3f5f9;
  border-color: #e2e7f1;
}
.RALSelectWindow li {
  display: block;
  float: left;
  padding-top: 60px;
  cursor: pointer;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.RALSelectWindow li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  border: 2px solid #d1d9e8;
  border-radius: 10px;
}
.RALSelectWindow li:hover:before {
  border-color: #eb2629;
}
@media all and (max-width: 360px) {
  .RALSelectWindow li {
    width: -webkit-calc((100% - 16px) / 2);
    width: -moz-calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
  }
  .RALSelectWindow li:nth-child(2n+1) {
    clear: both;
    margin-right: 16px;
  }
}
@media all and (min-width: 361px) and (max-width: 460px) {
  .RALSelectWindow li {
    width: -webkit-calc((100% - (15px * 2)) / 3);
    width: -moz-calc((100% - (15px * 2)) / 3);
    width: calc((100% - (15px * 2)) / 3);
  }
  .RALSelectWindow li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .RALSelectWindow li:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 461px) and (max-width: 639px) {
  .RALSelectWindow li {
    width: -webkit-calc((100% - (15px * 3)) / 4);
    width: -moz-calc((100% - (15px * 3)) / 4);
    width: calc((100% - (15px * 3)) / 4);
  }
  .RALSelectWindow li:not(:nth-child(4n)) {
    margin-right: 15px;
  }
  .RALSelectWindow li:nth-child(4n+1) {
    clear: both;
  }
}
@media all and (min-width: 640px) and (max-width: 767px) {
  .RALSelectWindow li {
    width: -webkit-calc((100% - (20px * 4)) / 5);
    width: -moz-calc((100% - (20px * 4)) / 5);
    width: calc((100% - (20px * 4)) / 5);
  }
  .RALSelectWindow li:not(:nth-child(5n)) {
    margin-right: 20px;
  }
  .RALSelectWindow li:nth-child(5n+1) {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 859px) {
  .RALSelectWindow li {
    width: -webkit-calc((100% - (20px * 5)) / 6);
    width: -moz-calc((100% - (20px * 5)) / 6);
    width: calc((100% - (20px * 5)) / 6);
  }
  .RALSelectWindow li:not(:nth-child(6n)) {
    margin-right: 20px;
  }
  .RALSelectWindow li:nth-child(6n+1) {
    clear: both;
  }
}
@media all and (min-width: 860px) and (max-width: 959px) {
  .RALSelectWindow li {
    width: -webkit-calc((100% - (20px * 6)) / 7);
    width: -moz-calc((100% - (20px * 6)) / 7);
    width: calc((100% - (20px * 6)) / 7);
  }
  .RALSelectWindow li:not(:nth-child(7n)) {
    margin-right: 20px;
  }
  .RALSelectWindow li:nth-child(7n+1) {
    clear: both;
  }
}
@media all and (min-width: 960px) {
  .RALSelectWindow li {
    width: -webkit-calc((100% - (20px * 7)) / 8);
    width: -moz-calc((100% - (20px * 7)) / 8);
    width: calc((100% - (20px * 7)) / 8);
  }
  .RALSelectWindow li:not(:nth-child(8n)) {
    margin-right: 20px;
  }
  .RALSelectWindow li:nth-child(8n+1) {
    clear: both;
  }
}
.ral1000:before {
  background: #CABE8E !important;
}
.ral1001:before {
  background: #CEB58C !important;
}
.ral1002:before {
  background: #CFAF76 !important;
}
.ral1003:before {
  background: #F2AD22 !important;
}
.ral1004:before {
  background: #DFA31F !important;
}
.ral1005:before {
  background: #C89625 !important;
}
.ral1006:before {
  background: #DD9622 !important;
}
.ral1007:before {
  background: #E5941F !important;
}
.ral1011:before {
  background: #AF885D !important;
}
.ral1012:before {
  background: #D8B33E !important;
}
.ral1013:before {
  background: #E4DDCB !important;
}
.ral1014:before {
  background: #DCC6A1 !important;
}
.ral1015:before {
  background: #E5D5BB !important;
}
.ral1016:before {
  background: #EDE334 !important;
}
.ral1017:before {
  background: #F2AE5D !important;
}
.ral1018:before {
  background: #F4D046 !important;
}
.ral1019:before {
  background: #A69480 !important;
}
.ral1020:before {
  background: #A2946D !important;
}
.ral1021:before {
  background: #EEBB00 !important;
}
.ral1023:before {
  background: #F1BB01 !important;
}
.ral1024:before {
  background: #B99559 !important;
}
.ral1026:before {
  background: #F0FD00 !important;
}
.ral1027:before {
  background: #A78734 !important;
}
.ral1028:before {
  background: #FFA200 !important;
}
.ral1032:before {
  background: #DBA829 !important;
}
.ral1033:before {
  background: #F3A038 !important;
}
.ral1034:before {
  background: #E9A35E !important;
}
.ral1035:before {
  background: #887E6B !important;
}
.ral1036:before {
  background: #856E44 !important;
}
.ral1037:before {
  background: #EB982E !important;
}
.ral2000:before {
  background: #D7772D !important;
}
.ral2001:before {
  background: #BA563C !important;
}
.ral2002:before {
  background: #BE483C !important;
}
.ral2003:before {
  background: #F28044 !important;
}
.ral2004:before {
  background: #DF5E34 !important;
}
.ral2005:before {
  background: #FF1502 !important;
}
.ral2007:before {
  background: #FF9600 !important;
}
.ral2008:before {
  background: #E9723A !important;
}
.ral2009:before {
  background: #DB5E32 !important;
}
.ral2010:before {
  background: #CC653C !important;
}
.ral2011:before {
  background: #E27638 !important;
}
.ral2012:before {
  background: #D46B58 !important;
}
.ral2013:before {
  background: #934424 !important;
}
.ral3000:before {
  background: #A8403D !important;
}
.ral3001:before {
  background: #A03C3E !important;
}
.ral3002:before {
  background: #9F3B3D !important;
}
.ral3003:before {
  background: #8A383E !important;
}
.ral3004:before {
  background: #753C42 !important;
}
.ral3005:before {
  background: #663D43 !important;
}
.ral3007:before {
  background: #513E40 !important;
}
.ral3009:before {
  background: #734641 !important;
}
.ral3011:before {
  background: #7D3D3D !important;
}
.ral3012:before {
  background: #C88B78 !important;
}
.ral3013:before {
  background: #99443F !important;
}
.ral3014:before {
  background: #CB797D !important;
}
.ral3015:before {
  background: #D8A5AE !important;
}
.ral3016:before {
  background: #A94C44 !important;
}
.ral3017:before {
  background: #CA5F69 !important;
}
.ral3018:before {
  background: #C74F59 !important;
}
.ral3020:before {
  background: #BB3939 !important;
}
.ral3022:before {
  background: #CD705E !important;
}
.ral3024:before {
  background: #F60100 !important;
}
.ral3026:before {
  background: #FE0000 !important;
}
.ral3027:before {
  background: #AD3E4F !important;
}
.ral3028:before {
  background: #CB3234 !important;
}
.ral3031:before {
  background: #AB464E !important;
}
.ral3032:before {
  background: #751521 !important;
}
.ral3033:before {
  background: #B54740 !important;
}
.ral4001:before {
  background: #8C6A8B !important;
}
.ral4002:before {
  background: #924E5D !important;
}
.ral4003:before {
  background: #C66A93 !important;
}
.ral4004:before {
  background: #703B4D !important;
}
.ral4005:before {
  background: #8470A1 !important;
}
.ral4006:before {
  background: #97467E !important;
}
.ral4007:before {
  background: #573E51 !important;
}
.ral4008:before {
  background: #8D5789 !important;
}
.ral4009:before {
  background: #A38B98 !important;
}
.ral4010:before {
  background: #C05082 !important;
}
.ral4011:before {
  background: #836593 !important;
}
.ral4012:before {
  background: #716880 !important;
}
.ral5000:before {
  background: #485B79 !important;
}
.ral5001:before {
  background: #38586F !important;
}
.ral5002:before {
  background: #3F4B87 !important;
}
.ral5003:before {
  background: #3B4963 !important;
}
.ral5004:before {
  background: #3C3F48 !important;
}
.ral5005:before {
  background: #2B5D8E !important;
}
.ral5007:before {
  background: #4F7194 !important;
}
.ral5008:before {
  background: #454C56 !important;
}
.ral5009:before {
  background: #3E667F !important;
}
.ral5010:before {
  background: #2B5A84 !important;
}
.ral5011:before {
  background: #3C4250 !important;
}
.ral5012:before {
  background: #418EBA !important;
}
.ral5013:before {
  background: #3C4661 !important;
}
.ral5014:before {
  background: #71839B !important;
}
.ral5015:before {
  background: #3082B4 !important;
}
.ral5017:before {
  background: #186694 !important;
}
.ral5018:before {
  background: #389293 !important;
}
.ral5019:before {
  background: #31678B !important;
}
.ral5020:before {
  background: #2A525A !important;
}
.ral5021:before {
  background: #097D7D !important;
}
.ral5022:before {
  background: #444267 !important;
}
.ral5023:before {
  background: #5A7495 !important;
}
.ral5024:before {
  background: #7098B1 !important;
}
.ral5025:before {
  background: #336275 !important;
}
.ral5026:before {
  background: #212A51 !important;
}
.ral6000:before {
  background: #4E7D6B !important;
}
.ral6001:before {
  background: #437248 !important;
}
.ral6002:before {
  background: #456540 !important;
}
.ral6003:before {
  background: #5A5E4D !important;
}
.ral6004:before {
  background: #335554 !important;
}
.ral6005:before {
  background: #365148 !important;
}
.ral6006:before {
  background: #4E4E46 !important;
}
.ral6007:before {
  background: #43493F !important;
}
.ral6008:before {
  background: #47473F !important;
}
.ral6009:before {
  background: #3F4941 !important;
}
.ral6010:before {
  background: #547546 !important;
}
.ral6011:before {
  background: #728567 !important;
}
.ral6012:before {
  background: #444D4C !important;
}
.ral6013:before {
  background: #827C64 !important;
}
.ral6014:before {
  background: #534E48 !important;
}
.ral6015:before {
  background: #4A4D46 !important;
}
.ral6016:before {
  background: #167259 !important;
}
.ral6017:before {
  background: #5E874D !important;
}
.ral6018:before {
  background: #619F49 !important;
}
.ral6019:before {
  background: #B9D1AF !important;
}
.ral6020:before {
  background: #4A5449 !important;
}
.ral6021:before {
  background: #8DA080 !important;
}
.ral6022:before {
  background: #4B4640 !important;
}
.ral6024:before {
  background: #298C5E !important;
}
.ral6025:before {
  background: #64774A !important;
}
.ral6026:before {
  background: #07695A !important;
}
.ral6027:before {
  background: #85BEB8 !important;
}
.ral6028:before {
  background: #446052 !important;
}
.ral6029:before {
  background: #00784B !important;
}
.ral6032:before {
  background: #36875E !important;
}
.ral6033:before {
  background: #578F86 !important;
}
.ral6034:before {
  background: #85B1B0 !important;
}
.ral6035:before {
  background: #044D26 !important;
}
.ral6036:before {
  background: #015D4F !important;
}
.ral6037:before {
  background: #008E38 !important;
}
.ral6038:before {
  background: #00BB2E !important;
}
.ral7000:before {
  background: #838E94 !important;
}
.ral7001:before {
  background: #949BA3 !important;
}
.ral7002:before {
  background: #898270 !important;
}
.ral7003:before {
  background: #7D7D71 !important;
}
.ral7004:before {
  background: #A0A0A0 !important;
}
.ral7005:before {
  background: #767875 !important;
}
.ral7006:before {
  background: #7A7267 !important;
}
.ral7008:before {
  background: #7A6A50 !important;
}
.ral7009:before {
  background: #646760 !important;
}
.ral7010:before {
  background: #616660 !important;
}
.ral7011:before {
  background: #5E6367 !important;
}
.ral7012:before {
  background: #656A6D !important;
}
.ral7013:before {
  background: #605C51 !important;
}
.ral7015:before {
  background: #5D6065 !important;
}
.ral7016:before {
  background: #4C4F54 !important;
}
.ral7021:before {
  background: #47484A !important;
}
.ral7022:before {
  background: #5A5955 !important;
}
.ral7023:before {
  background: #85867E !important;
}
.ral7024:before {
  background: #56575C !important;
}
.ral7026:before {
  background: #4B5355 !important;
}
.ral7030:before {
  background: #97948D !important;
}
.ral7031:before {
  background: #6B727A !important;
}
.ral7032:before {
  background: #B7B4A5 !important;
}
.ral7033:before {
  background: #868A7C !important;
}
.ral7034:before {
  background: #96907A !important;
}
.ral7035:before {
  background: #C9CBC8 !important;
}
.ral7036:before {
  background: #9D9998 !important;
}
.ral7037:before {
  background: #858585 !important;
}
.ral7038:before {
  background: #B2B5AE !important;
}
.ral7039:before {
  background: #74716A !important;
}
.ral7040:before {
  background: #9EA3A7 !important;
}
.ral7042:before {
  background: #949899 !important;
}
.ral7043:before {
  background: #5D5F5E !important;
}
.ral7044:before {
  background: #BBB6B0 !important;
}
.ral7045:before {
  background: #94989B !important;
}
.ral7046:before {
  background: #878C90 !important;
}
.ral7047:before {
  background: #CACACA !important;
}
.ral7048:before {
  background: #858071 !important;
}
.ral8000:before {
  background: #8B734F !important;
}
.ral8001:before {
  background: #9E6D44 !important;
}
.ral8002:before {
  background: #7F5B4F !important;
}
.ral8003:before {
  background: #845A41 !important;
}
.ral8004:before {
  background: #915847 !important;
}
.ral8007:before {
  background: #775441 !important;
}
.ral8008:before {
  background: #795B43 !important;
}
.ral8011:before {
  background: #654A3F !important;
}
.ral8012:before {
  background: #6E4742 !important;
}
.ral8014:before {
  background: #56483F !important;
}
.ral8015:before {
  background: #694642 !important;
}
.ral8016:before {
  background: #5B443E !important;
}
.ral8017:before {
  background: #534542 !important;
}
.ral8019:before {
  background: #4E4848 !important;
}
.ral8022:before {
  background: #3D3C3A !important;
}
.ral8023:before {
  background: #A66442 !important;
}
.ral8024:before {
  background: #7E5E4F !important;
}
.ral8025:before {
  background: #7C6255 !important;
}
.ral8028:before {
  background: #5E4D43 !important;
}
.ral8029:before {
  background: #80432A !important;
}
.ral9001:before {
  background: #EAE2D7 !important;
}
.ral9002:before {
  background: #D8D8D0 !important;
}
.ral9003:before {
  background: #EEEEEC !important;
}
.ral9004:before {
  background: #444446 !important;
}
.ral9005:before {
  background: #3C3C3C !important;
}
.ral9006:before {
  background: #A6A5A2 !important;
}
.ral9007:before {
  background: #8F8E8A !important;
}
.ral9010:before {
  background: #F2EFE8 !important;
}
.ral9011:before {
  background: #3E3F41 !important;
}
.ral9016:before {
  background: #F1F2ED !important;
}
.ral9017:before {
  background: #404040 !important;
}
.ral9018:before {
  background: #CACFC9 !important;
}
.ral9022:before {
  background: #A0A1A0 !important;
}
.ral9023:before {
  background: #909293 !important;
}
