

/* Start:/local/templates/mskrit_new/css/normalize.css?17104961376485*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/mskrit_new/css/all.css?171049613756262*/
/*!
 * Font Awesome Free 5.10.0 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,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.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:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-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-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-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-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-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-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-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-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-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-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-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-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-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-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-usd:before{content:"\f4c0"}.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-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-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-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-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-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-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-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-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-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.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-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-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-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-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-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-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-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-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-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-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-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-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-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-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-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-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-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:swap;src:url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-brands-400.eot);src:url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-brands-400.woff2) format("woff2"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-brands-400.woff) format("woff"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-brands-400.ttf) format("truetype"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'Font Awesome 5 Brands'}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:swap;src:url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-regular-400.eot);src:url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-regular-400.woff2) format("woff2"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-regular-400.woff) format("woff"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-regular-400.ttf) format("truetype"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:'Font Awesome 5 Free';font-weight:400}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:swap;src:url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-solid-900.eot);src:url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-solid-900.woff2) format("woff2"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-solid-900.woff) format("woff"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-solid-900.ttf) format("truetype"),url(/local/templates/mskrit_new/css/../fonts/FontAwesome/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}
/* End */


/* Start:/local/templates/mskrit_new/css/vip.css?172673827813667*/
/* vip page css by x12x24 */
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.vflex {
	display: flex;
	flex-wrap: wrap;
}
.vbtn {
	position: relative;
	overflow: hidden;
}
.vbtn.btn-transparent:hover,
.vbtn.btn-red:hover,
.vbtn.btn-white:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.vbtn-animated:before {
	content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    /*animation: flareAnimation 3s infinite linear;*/
    animation: flareAnimation 3s linear;
}
.vbtn.btn-red {
	background: linear-gradient(90deg, #9E2721 0%, #7C2424 100%);
	border: none;
}
.vsection-title {
	font-size: 28px;
	font-weight: 500;
}
.vsection-title h2,
.vsection-title h3 {
	font-size: 28px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.vsize-32 {
	font-size: 32px;
}
.vsize-32 h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.vip-page {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	/*padding-top: 55px;*/
}
.vfirst-item {
	background: no-repeat center right #2D2927;
}
.vfirst-in {
	color: #fff;
	height: 593px;
	padding: 127px 0 100px 0;
}
.vfirst-cont {
	max-width: 1005px;
}
.vfirst-title {
	margin-bottom: 20px;
}
.vfirst-title h1 {
	color: #fff;
}
.vfirst-actions {
	margin-top: 30px;
	gap: 10px 26px;
}
.vfirst-info {
	color: #909090;
	font-size: 10px;
	font-weight: 500;
	margin-top: 13px;
}
.vfirst-actions-btn-call {
	width: 192px;
}
/*.vlinks-section .swiper-nav {
	height: 163px;
	margin-top: -92px;
}
.vlinks-section .swiper-nav .nav-txt {
	font-size: 14px;
}*/
@media(min-width: 992px) {
	.vnew .top-banner-main h1 {
		font-size: 32px;
		font-weight: bold!important;
		margin-top: 50px!important;
	}
}
.vnew .slider-left {
	width: 100%;
	max-width: 1005px;
}
.vnew .grey-text {
	color: #909090;
	font-size: 10px;
	font-weight: 500;
	margin-top: 13px;
}
.vnew .top-banner-main.swiper .swiper-slide p {
	font-weight: 400;
}
.vnew .banner-buttons {
	max-width: 380px;
}
.vlinks-section .swiper-nav {
	margin-top: -92px;
}
.vlinks-section .swiper-nav .nav-title {
	margin-bottom: 20px;
}
.vsw.swiper-nav .swiper-slide:hover {
	background: linear-gradient(90deg, #D85252 0%, #732121 100%)!important;
}
.vsw {
	margin-top: -92px!important;
}
.vserv-section {
	position: relative;
}
.vserv-section:after {
	content: '';
	background: url(/local/templates/mskrit_new/css/../vimg/vserv-image.png) no-repeat;
	width: 413px;
	height: 308px;
	position: absolute;
	top: 93px;
	right: 0;
}
.vserv-in {
	padding: 30px 0 45px 0;
}
.vtext,
.vtext * {
	line-height: 1.8;
}
.vtext > * {
	margin-bottom: 18px;
}
.vtext > *:last-child {
	margin-bottom: 0;
}
.vtext ul,
.vtext ol {
	padding-left: 18px;
}
.vtext li {
	margin-bottom: 10px;
}
.vtext li::marker {
	color: #9E2721;
}
.vtext li:last-child {
	margin-bottom: 0;
}
.vtext img {
	max-width: 100%;
}
.vserv-max {
	width: calc(100% - 180px);
}
.vel-section {
	background: #2D2927;
}
.vel-in {
	padding: 30px 0;
	color: #fff;
}
.vel-title {
	margin-bottom: 30px;
}
.vel-title * {
	color: #fff;
}
.vel-items {
	max-height: 436px;
	overflow: hidden;
}
.vxslider {
	margin: 0 -15px;
	position: relative;
}
.vxslider-item {
	padding: 0 15px;
}
.vel-item-box {
	background: #fff;
	border: 1px solid rgba(123, 123, 123, 0.42);
	border-radius: 10px;
}
.vel-item-image {
	height: 240px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.vel-item-image img {
	max-height: 95%;
	max-width: 95%;
	filter: grayscale(100%);
}
.vel-item-label {
	background: linear-gradient(90deg, #9E2721 0%, #7C2424 100%);
	border-radius: 4px;
	padding: 2px 9px;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	right: 27px;
	z-index: 2;
}
.vel-item-cont {
	padding: 0 27px 27px 27px;
	text-align: center;
	font-size: 15px;
	color: #000;
}
.vel-item-title {
	margin-bottom: 35px;
}
.vel-item-text {
	margin-bottom: 25px;
}
.vel-item-order-btn {
	width: 100%;
}
.vel-item-order-btn:hover {
	background: linear-gradient(90deg, #9E2721 0%, #7C2424 100%);
}
.vel-btext {
	margin-top: 30px;
}
.vos-in {
	padding: 45px 0;
}
.vos-rit {
	margin-top: 105px;
}
.vmslider-div {
	margin-left: calc((100vw - 1463px) / 2);
}
.vos-rit-title {
	margin-bottom: 28px;
}
.vmslider-item {
	padding-right: 10px;
}
.vmslider-item-box img {
	height: 335px;
	object-fit: cover;
	width: 100%;
	display: block;
	opacity: 0.6;
	filter: grayscale(100%);
	transition: 300ms;
}
@media(min-width: 992px) {
	.vmslider-item-box img:hover {
		opacity: 1;
		filter: grayscale(0%);
	}
}
.vslider {
	position: relative;
}
.vslider-arrow {
	background: rgba(45, 41, 39, 0.83);
	width: 67px;
	height: 67px;
	position: absolute;
	border-radius: 50px;
	top: 50%;
	margin: -33.5px 0 0 0;
	transition: 300ms;
	z-index: 5;
	cursor: pointer;
}
.vslider-arrow:hover {
	background: #000;
}
.vslider-arrow:after {
	content: '';
	background: url(/local/templates/mskrit_new/css/../vimg/varrow.svg) no-repeat;
	width: 29px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -14.5px;
}
.vslider-prev-arrow:after {
	transform: scale(-1);
}
.vslider-prev-arrow {
	left: 45px;
}
.vslider-next-arrow {
	right: 45px;
}
.vslider-arrow.slick-disabled {
	display: none!important;
}
.vprem-section {
	background: #2D2927;
	position: relative;
	z-index: 3;
}
.vprem-in {
	padding: 30px 0 30px 0;
	color: #fff;
}
.vprem-title {
	margin-bottom: 20px;
}
.vprem-title * {
	color: #fff;
}
.vprem-subtitle {
	margin-bottom: 105px;
}
.vprem-items {
	margin: -60px -40px;
}
.vprem-item {
	width: calc(100% / 4);
	padding: 60px 40px;
}
.vprem-item-box {
	position: relative;
	width: 335px;
	margin: 0 auto;
	padding-bottom: 35px;
}
/*.vprem-item-1 .vprem-item-box {
	margin: -44px 0 0 -29px;
	width: 369px;
}*/
.vprem-item-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.vprem-item-back {
	background: url(/local/templates/mskrit_new/css/../vimg/vborder.png) no-repeat center / contain;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0);
	transition: 300ms;
}
/*.vprem-item-1 .vprem-item-back {
	width: calc(100% - 29px);
	height: calc(100% - 44px);
	top: 38px;
	left: 34px;
}*/
.vprem-item-image {
	width: 302px;
	background: #fff;
	position: relative;
	z-index: 2;
	transition: 400ms;
	height: 416px;
	/*transform: matrix(1, 0, -0.08, 1, 0, 0);*/
	transform: skew(-4deg);
	border-radius: 30px;
	overflow: hidden;
}
.vprem-item-image img {
	display: block;
	/*max-width: 100%;
	margin: -45px auto -23px auto;*/
	position: absolute;
	height: 100%;
	left: 35%;
	top: 0;
	height: 100%;
	transform: scale(1.5);
	transition: 400ms;
}
.vprem-item-arrow {
	background: rgba(45, 41, 39, 0.83);
	width: 67px;
	height: 67px;
	position: absolute;
	border-radius: 50px;
	transition: 400ms;
	z-index: 3;
	cursor: pointer;
	bottom: 88px;
	right: 82px;
	transform: translateY(100%);
	opacity: 0;
}
.vprem-item-arrow:after {
	content: '';
	background: url(/local/templates/mskrit_new/css/../vimg/varrow.svg) no-repeat;
	width: 29px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -14.5px;
}
/*.vprem-item-1 .vprem-item-arrow {
	bottom: 80px;
	right: 76px;
}*/
@media(min-width: 992px) {
	.vprem-item-box:hover .vprem-item-image {
		transform: translate(-21px, -35px) skew(-4deg);
		overflow: visible;
	}
	.vprem-item-box:hover .vprem-item-image img {
		transform: translate(-50%, -45px) scale(1);
		height: calc(100% + 68px);
		left: 50%;
	}
	.vprem-item-box:hover .vprem-item-back {
		transform: scale(1);
	}
	.vprem-item-box:hover .vprem-item-arrow {
		transform: translateY(0);
		opacity: 1;
	}
}
.vg-in {
	padding: 45px 0 45px 0;
}
.vg-main {
	position: relative;
}
.vg-cont {
	max-width: 657px;
	position: relative;
	z-index: 3;
}
.vg-title {
	margin-bottom: 20px;
}
.vg-text {
	margin-bottom: 92px;
	line-height: 2;
}
.vg-btext {
	color: #2D2927;
	font-size: 14px;
	margin-bottom: 22px;
}
.vg-btext > div:not(:first-child) {
	display: none;
}
.vg-images {
	position: absolute;
	right: 0;
	top: -80px;
	width: 645px;
}
.vg-images .vslider-prev-arrow {
	left: 0;
}
.vg-images .vslider-next-arrow {
	right: 0;
}
.vg-images-item img {
	width: 100%;
}
.vg-org {
	margin-top: 60px;
	position: relative;
	z-index: 3;
}
.vg-org-title {
	margin-bottom: 20px;
}
.vg-org-subtitle {
	margin-bottom: 25px;
}
.vg-org-btext {
	margin-top: 25px;
}
.vg-max {
	max-width: 1448px;
}
.vg-thumbs {
	gap: 19px;
}
.vg-thumbs-item-box {
	cursor: pointer;
	position: relative;
}
.vg-thumbs-item img {
	width: 100px;
	display: block;
	border-radius: 4px;
}
.vg-thumbs-item.active .vg-thumbs-item-box:after {
	content: '';
	background: url(/local/templates/mskrit_new/css/../vimg/vcheck.svg) no-repeat center #9A2621;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16.5px 0 0 -16.5px;
	border-radius: 50px;
}
.vd-section {
	background: #2D2927;
	margin-bottom: 44px;
}
.vd-in {
	padding: 32px 0 40px 0;
	color: #fff;
}
.vd-title {
	margin-bottom: 37px;
}
.vd-title > * {
	color: #fff;
}
.vd-item-box {
	background: #fff;
	border-radius: 10px;
	padding: 32px 28px 28px 28px;
	color: #000;
	height: 100%;
}
.vd-item-image > img {
	display: block;
	width: 100%;
	height: 253px;
	object-fit: cover;
	border-radius: 10px;
	filter: grayscale(100%);
}
.vd-item-image {
	margin-bottom: 22px;
}
.vd-item-title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 17px;
	min-height: 32px;
}
.vd-item-text {
	color: #5F5F5F;
	margin-bottom: 33px;
}
.vd-item-actions {
	justify-content: space-between;
}
.vd-item-actions-btn {
	width: calc(50% - 15px);
	min-width: 1px!important;
}
.vd-btext {
	margin-top: 40px;
}
.vreviews .reviews-slider__item {
	background: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 8px;
	position: relative;
	padding: 16px;
}
.vreviews .reviews-slider__item:after {
	content: '';
	background: url(/local/templates/mskrit_new/css/../vimg/vpol.png) no-repeat;
	position: absolute;
	top: 100%;
	right: 25px;
	width: 36px;
	height: 24px;
}
.vreviews .reviews-slider__item:before {
	content: '';
	background: #fff;
	width: 30px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 27px;
	z-index: 2;
}
@media(max-width: 1800px) {
	.vserv-max {
		width: calc(100% - 500px);
	}
}
@media(max-width: 1500px) {
	.vprem-items {
		zoom: 0.75;
	}
}
@media(max-width: 1408px) {
	.vip-page {
		font-size: 15px;
	}
	.vmslider-div {
		padding-left: 15px;
		margin-left: 0;
	}
	.vmslider-item-box img {
		height: 285px;
	}
	.vnew .main-banner__item.service-banner__item.swiper-slide {
		padding-left: 0;
	}
}
@media(max-width: 1280px) {
	.vg-images {
		width: 445px;
		top: -50px;
	}
	.vmslider-item-box img {
		height: 220px;
	}
}
@media(max-width: 1150px) {
	.vxslider {
		margin: 0 -10px;
	}
	.vxslider-item {
		padding: 0 10px;
	}
	.vel-item-image {
		height: 200px;
	}
	.vel-item-cont {
		padding: 0 18px 22px 18px;
	}
	.vos-text img {
		width: 450px;
	}
	.vprem-items {
		zoom: 0.7;
	}
	.vg-images {
		width: 600px;
		max-width: 100%;
		position: static;
		margin: -90px 0 -45px 0;
	}
	.vg-text {
		margin-bottom: 25px;
	}
	.vg-cont {
		max-width: 100%;
	}
	.vprem-subtitle {
		margin-bottom: 65px;
	}
	.vd-item-box {
		padding: 20px;
	}
}
@media(max-width: 991px) {
	.vos-rit {
		margin-top: 55px;
	}
	.vmslider-item-box img {
		height: 185px;
	}
	.vserv-section:after {
		display: none;
	}
	.vserv-max {
		width: 100%;
	}
	.vprem-items {
		zoom: 0.53;
	}
	/*.vprem-scroll {
		overflow-x: scroll;
	}
	.vprem-scroll::-webkit-scrollbar { 
		width: 0; 
	}
	.vprem-scroll-in {
		padding: 30px 0 0 15px;
		width: 780px;
	}*/
	.vmslider .slick-current .vmslider-item-box img {
		opacity: 1;
		filter: grayscale(0%);
	}
}
@media(max-width: 800px) {
	.vprem-items {
		margin: 0 -10px;
	}
}
@media(max-width: 650px) {
	.vip-page {
		font-size: 14px;
	}
	.vos-text img {
		float: none!important;
	}
	.vprem-in {
		display: flex;
		flex-wrap: wrap;
	}
	.vprem-in > * {
		width: 100%;
	}
	.vprem-title {
		order: 10;
	}
	.vprem-subtitle {
		order: 30;
		margin: 0;
	}
	.vprem-scroll {
		order: 20;
	}
	.vg-thumbs-item img {
		width: 63px;
	}
	.vg-thumbs {
		gap: 10px 8px;
	}
	.vmslider-item-box img {
		height: 300px;
	}
	.vsection-title,
	.vsection-title h2, 
	.vsection-title h3 {
		font-size: 22px;
	}
	.vtext h2,
	.vtext h3 {
		font-size: 22px;
	}
	.vsection-title * {
		line-height: 30px;
	}
	.vtext > * {
		margin-bottom: 12px;
	}
	.vslider-next-arrow {
		right: 10px;
	}
	.vg-images .vslider-arrow {
		display: none!important;
	}
	.vd-item-image > img {
		height: 180px;
	}
	.vtext, 
	.vtext * {
		line-height: 1.3;
	}
	.vnew .banner-top-wrap.mainpage-banner_new.main-domen-banner.service {
		height: 685px;
	}
	.vnew .banner-top-wrap::after {
		display: none;
	}
	.vnew .slider-content {
		padding: 0 15px;
	}
	.vg-org-title {
		margin-bottom: 13px;
	}
	.vd-item-actions-order {
		width: 138px;
	}
	.vd-item-actions-call {
		widt: 128px;
	}
	.vg-thumbs-item.active .vg-thumbs-item-box:after {
		background-size: 60%;
		width: 27px;
		height: 27px;
		margin: -13.5px 0 0 -13.5px;
	}
}
@media(max-width: 550px) {
	.vprem-items .slick-current .vprem-item-image {
		transform: translate(-21px, -35px) skew(-4deg);
		overflow: visible;
	}
	.vprem-items .slick-current .vprem-item-image img {
		transform: translate(-50%, -45px) scale(1);
		height: calc(100% + 68px);
		left: 50%;
	}
	.vprem-items .slick-current .vprem-item-back {
		transform: scale(1);
	}
	.vprem-items .slick-current .vprem-item-arrow {
		transform: translateY(0);
		opacity: 1;
	}
	.vprem-items {
		zoom: 0.6;
		margin-left: 10px;
		margin-right: 10px;
	}
	.vprem-scroll {
		margin-right: -19px;
		width: calc(100% + 19px);
	}
}
/* End */


/* Start:/local/templates/mskrit_new/js/slick/slick.css?17104961371795*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    /*margin-left: auto;
    margin-right: auto;*/
    margin: 0;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/mskrit_new/js/slick/slick-theme.css?17104961372745*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/mskrit_new/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/mskrit_new/js/slick/./fonts/slick.eot');
    src: url('/local/templates/mskrit_new/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/mskrit_new/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/mskrit_new/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/mskrit_new/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: calc(50% - 19px);
    width: 20px;
    height: 38px;

    display: block;

    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev path,
.slick-next path {
    stroke: rgba(155, 6, 45, 0.9);
    stroke-width: 3px;
    transition: stroke 300ms ease-in-out,
                stroke-width 300ms ease-in-out;
}
.slick-prev:hover path,
.slick-prev:focus path,
.slick-next:hover path,
.slick-next:focus path
{
    stroke: #333;
    stroke-width: 4px;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0;
    transform: rotate(180deg);
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-initialized .slick-slide {
    outline: none;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* End */


/* Start:/local/templates/mskrit_new/js/magnificPopup/magnific-popup.css?17104961376951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/mskrit_new/css/swiper.min.css?171049613716493*/
/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/mskrit_new/css/fancybox.css?171049613715598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/mskrit_new/css/custom.css?1745589686216144*/
.lonely-button-center {
    text-align: center;
    margin-top: 30px;
    /*margin-bottom: 30px;*/
}
.infographic {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0 .5em
}

.infographic__item {
    -webkit-box-flex: 0;
    flex: 0 1 20rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 1em
}

.infographic__image {
    -webkit-box-flex: 0;
    flex: 0 0 4em;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 6em
}

.infographic__caption {
    text-align: justify
}

.infographic__title {
    text-align: center;
    font-weight: 700;
    display: block;
    margin-bottom: .5em
}

.infographic-list .infographic__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    -webkit-box-align: start;
    align-items: flex-start
}

.infographic-list .infographic__image {
    max-width: 4em
}

.infographic-list .infographic__caption {
    padding: 0 1.2em
}

.infographic-list .infographic__title {
    text-align: left;
    display: inline
}

[class*="_check_marked_list"] {
    list-style: none
}

[class*="_check_marked_list"]>li {
    position: relative;
    padding-left: 1.9em;
    margin-bottom: .5em;
    font-size: 14px;
    line-height: 1.5
}

[class*="_check_marked_list"]>li::before {
    content: "";
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: .25em;
    background: transparent no-repeat center;
    background-size: contain
}

.black_check_marked_list>li::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAABBElEQVRIie3UMUoDQRQG4E8rUTAqRE9iIWij2IhYeQAP4BUEO7EJqJ122ukhbKwsRQRFEARBsQ4WmsQiWQizs5CNs2CRH6aZ9+Z9O7C7jPJPsoNj1KtElvCDDj6wWQUyiccekq0vjKeGjgKkg8vUyDJaAfKJhZTIFJ7lb7OdEoHTCHKRGllHO0DeMJcSqeFV/jYbZYbM4kD3uyjKeQQ5K4PM4LZ3sIm1SM9WBHnBdBnoOhjQxGpfvY73oKcd9AyUm8jT9mNXkfpJWQTmcV+ANSL7T7q/n6FSx11kaLhaWBkWKYMd/hUZBHvARCqoCPvGYkokS/iC7FeBZKlhD7sYqxIaJZdfhYF6R58+xmoAAAAASUVORK5CYII=)
}

.bordered-table {
    border-collapse: collapse
}

.bordered-table td,
.bordered-table th {
    border: 1px solid #000;
    padding: .5em
}

.clearfix::after,
.clearfix::before {
    display: table;
    content: "";
    clear: both
}

h1 {
    margin: 1.67em 0
}
.funeral-description ul li {
    line-height: 1.75;
}
.img_left {
    float: left;
    margin: 0 15px 15px 0 !important;
    border-radius: 7px;
}
.img_right {
    float: right;
    margin: 0 0 15px 15px !important;
    border-radius: 7px;
}
.bordered {
    border: 2px solid #a31b3d;
    border-radius: 7px;
    margin: 15px 0;
    padding: 10px;
    width: fit-content;
}
.arr_ul {
    margin-bottom: 15px;
    list-style: none;
    padding-left: 25px;
}
.arr_ul li::before {
    content: '➢ ';
}
.ordering {
  display: flex;
    flex-wrap: wrap;
}
.ordering .item {
    text-align: center;
    margin: 15px 0;
    width: 33%;
}
.ordering .title {
    font-weight: bold;
    margin-bottom: 5px;
}
.ordering img {
    margin: 0 !important;
    width: 80px;
}
.faq-panel {
    margin: 20px 0;
}

.faq-panel .panel-heading {
    margin-top: 20px;
}

.faq-panel .panel-heading a {
    color: #000;
    display: block;
    padding: 10px 40px 10px 15px;
    position: relative;
    transition: 0.3s;
    text-decoration: none;
    outline: none;
    box-shadow: 3px 3px 11px rgba(35, 35, 35, 0.26);
    border-radius: 7px;
    border-left: 10px solid #a21a3c;
}

.faq-panel .panel-heading a:hover {
    box-shadow: 5px 5px 11px rgba(35, 35, 35, 0.26);
}

.faq-panel .panel-heading a::after {
    content: "\25B2";
    position: absolute;
    right: 15px;
    transition: 0.3s;
}

.faq-panel .panel-heading.in a::after {
    transform: rotate(180deg);
}

.faq-panel .panel-collapse {
    display: none;
}

.faq-panel .panel-body {
    padding: 10px 0 0 15px;
}
.italic {
    font-style: italic;
}
.text-center {
    text-align: center;
}
.mob_table td {
    vertical-align: top;
}
.ul li {
    line-height: 1.75;
}

/* страница Организация похорон - новые шаблон, шапка, футер */
.white-header.fixed-header {
    background: #fff;
}
.white-header .experience {
    width: 100px;
    display: flex;
    align-items: center;
}
.white-header .experience .number{
    color: #B74747;
    font-size: 50px;
    font-weight: bold;
    margin-right: 10px;
}
.white-header .header-contacts {
    padding: 0.5rem 0;
    /*background: none transparent;*/
    background: #fff;
}
@media (min-width: 901px) {
    .white-header.fixed-header .header-contacts {

    }
}
.white-header .header-contacts .logo-wrap {
    margin: 0 1rem 0 0;
}
.white-header .header-contacts .logo-wrap img {
    max-width: 31px;
}
.mobile-menu__bottom{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(0,0,0,.15);
    z-index: 997;
}
.bottom-icons-panel__content-link {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 75px;
    max-width: 200px;
    height: 62px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0 3px 1px;
}
.bottom-icons-panel__content{
    display: flex;
    justify-content: space-between;
}
.bottom-icons-panel__content-text{
    color: #7C7C7C;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px; /* 166.154% */
}
@media (min-width: 768px){
.bottom-icons-panel {
    display: none;
}}

.footer__logo .logo__box,
.footer__logo .text-logo .name {
    display: flex;
    align-items: center;
}
.white-header .header-contacts .logo-wrap .img-wrap,
.footer__logo .img-wrap {
    padding-right: 0.688rem;
    height: 37px;
}
.white-header.fixed-header .header-contacts .logo-wrap img {
    max-width: 31px;
}
.white-header .header-contacts .logo-wrap .text-logo {
    /* margin-left: 18px;
    padding-top: 6px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
span.red,
b.red,
.red {
    color: #B74747
}
.header-search{
    display: none;
}
.white-header .header-contacts .logo-wrap .text-logo .bold.big,
.footer__logo .text-logo .bold.big {
    font-style: normal;
    font-size: 1.5rem;
    font-family: 'SaarSP';
    letter-spacing: 2px;
    font-weight: normal;
    
}
.seacrh-mobile{
    display: none;
}
@media (max-width: 500px) {
    .seacrh-mobile{
        display: block;
    }
.white-header .header-contacts .logo-wrap {
    display: none;
}
/*.white-header .header-contacts .container {
    flex-direction: row-reverse;
}*/
.header-search{
    display: block;
}
}
.white-header .header-contacts .logo-wrap .name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.white-header .header-contacts .logo-wrap .text-logo .subname,
.footer__logo .text-logo .name .subname {
    font-style: normal;
    font-weight: 500;
    font-size: 0.75rem;
    padding: 0 3.1rem 0 0.625rem;
}

.footer__logo .text-logo .name .subname {
    padding: 0 0 0 0.688rem;
}

.white-header .header-contacts .logo-wrap .text-logo .site,
.white-header .main-nav-wrap.opened #site_name.site,
.footer__logo .site {
    font-family: 'Caveat';
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: -0.055em;
}

.footer__logo .site {
    padding: 1rem 0;
    font-size: 1.25rem;
}

.footer__address,
.footer__email {
    font-size: 0.9rem;
    padding: 0 0 1rem 0;
}

.footer__email a,
.footer__phone a {
    color: #000;
    font-weight: 600;
}

.footer__email a {
    text-decoration: underline;
}

.footer__phone {
    font-size: 1.5rem;
    padding: 0 0 0.5rem 0;
}

.footer__hotline {
    font-size: 0.8rem;
    padding: 0 0 1rem 0;
}

.footer-actions span {
    font-size: 1rem;
    text-decoration-line: underline;
    color: #B74747;
    font-weight: 600;
}

.white-header .header-contacts .logo-wrap > span span.name {
    font-weight: normal;
    font-size: 17px;
    line-height: 130%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px;
}
.white-header.fixed-header .header-contacts .logo-wrap > span span.name {
    font-size: 15px;
}
.white-header .header-contacts .logo-wrap > span span.name .bold {
    font-weight: bold;
}
.white-header .header-contacts .logo-wrap > span span.site {
    font-weight: normal;
    font-size: 13px;
    line-height: 130%;
    color: #8C8C8C;
}
.white-header.fixed-header .header-contacts .logo-wrap > span span.site {
    display: none;
}
.white-header .header-feedback .hotline {
    font-size: 14px;
    line-height: 190%;
    color: #000000;
    display: block;
}
.white-header .header-feedback .contact-phone {
    display: flex;
    align-items: center;
}
.white-header .header-feedback .contact-phone:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url('/upload/services/contacts_24_7.png') no-repeat;
    margin-right: 16px;
}
.white-header .header-feedback .contact-phone a.number {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #B74747;
    margin-bottom: 3px;
}
.white-header .header-feedback .contact-phone a.number:before {
    content: unset;
}
.white-header .header-feedback .contact-phone a.number:hover {
    color: #B74747;
}
.white-header .header-feedback .contact-phone a.mobile {
    display: none;
}
.white-header .header-feedback .workhours {
    font-size: 14px;
    line-height: 130%;
    color: #8C8C8C;
}
.white-header .header-actions {
    margin: 0 0 0 15px;
    width: auto;
}

.white-header .header-actions .call__me {
    display: none;
}

.white-header .header-txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #8C8C8C;
}
.white-header.fixed-header .header-txt {
    display: none;
}
.white-header .header-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.white-header .header-info svg {
    margin-right: 0.625rem;
}

.white-header .header-info__phone a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    padding-bottom: 0.1rem;
    display: block;
}

.white-header .header-info__phone div {
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
}

.white-header .header-info__txt {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    text-align: center;
    padding-left: 2.375rem;
}
.footer__hotline span,
.white-header .header-info__txt span {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    background: #24A236;
    border-radius: 4px;
    padding: 0.1rem 0.5rem;
    display: block;
}
.footer__hotline span {
    display: inline-block;
    font-size: 0.8rem;
}
.white-header.fixed-header .header-info {
    flex-direction: row;
}
.white-header.fixed-header .header-info__phone {
}

.white-header .header-actions span.as-btn-question,
.white-header .header-actions a.question {
    /* border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 17px 45px; */
    display: block;
    /* font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #B74747;
    background: #fff; */
    cursor: pointer;
/* Вызвать агента */
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    text-decoration-line: underline;
    color: #B74747;
}
.white-header.fixed-header .header-actions span.as-btn-question,
.white-header.fixed-header .header-actions a.question {
}
.white-header .main-nav-wrap {
    box-shadow: none;
    /*background: transparent;*/
    background: #fff;
    box-sizing: border-box;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #E7E7E7;
    /*color: #000;*/
    color: #fff;
}
.white-header.fixed-header .main-nav-wrap {
    /* background: #f3f3f3; */
}
.white-header .main-nav-wrap .nav-list-wrap {
    align-items: center;
}
.white-header .main-nav-wrap .nav-list {
    margin-right: 2rem;
}
.white-header .main-nav-wrap .nav-list > li:first-child {
    display: none;
}
.white-header .main-nav-wrap .nav-list > li:nth-child(2) > a {
}
.white-header .main-nav-wrap .nav-list > li:last-child > a {
}
.white-header .main-nav-wrap .nav-list > li > a {
    color: #000;
    padding: 1.2rem 1.5rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    text-transform: none;
    letter-spacing: normal;
}
.white-header.fixed-header .main-nav-wrap .nav-list > li > a {
    color: #000;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.white-header .main-nav-wrap .nav-list .root-arrow {
    width: 10px;
    margin-left: 7px;
}
.white-header .main-nav-wrap .nav-list .root-arrow:after {
    /* content: '';
    width: 10px;
    height: 5px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M-2.18557e-07 4.76837e-07L5 5L10 3.97233e-08L-2.18557e-07 4.76837e-07Z' fill='white'/%3e%3c/svg%3e") no-repeat;
    transition: 0.3s; */
}
.white-header.fixed-header .main-nav-wrap .nav-list .level-1 .root-arrow:after {
    /* background: url("/local/templates/mskrit/images/arr-down.png") no-repeat;
    height: 8px; */
}
.white-header .nav-list > li:hover .root-arrow:after {
    /* transform: rotate(180deg); */
}

.white-header .main-nav-wrap .search-toggle {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    color: #000000;
    padding: 0 0 0 1rem;
    /* border-left: 1px solid #505050; */
    /* width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0C8.22391 0 9.87721 0.684819 11.0962 1.90381C12.3152 3.12279 13 4.77609 13 6.5C13 8.11 12.41 9.59 11.44 10.73L11.71 11H12.5L17.5 16L16 17.5L11 12.5V11.71L10.73 11.44C9.55055 12.4468 8.05071 12.9999 6.5 13C4.77609 13 3.12279 12.3152 1.90381 11.0962C0.684819 9.87721 0 8.22391 0 6.5C0 4.77609 0.684819 3.12279 1.90381 1.90381C3.12279 0.684819 4.77609 0 6.5 0ZM6.5 2C4 2 2 4 2 6.5C2 9 4 11 6.5 11C9 11 11 9 11 6.5C11 4 9 2 6.5 2Z' fill='%23B83052'/%3E%3C/svg%3E%0A"); */
    /* background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.6667 25.3333C20.5577 25.3333 25.3333 20.5577 25.3333 14.6667C25.3333 8.77563 20.5577 4 14.6667 4C8.77563 4 4 8.77563 4 14.6667C4 20.5577 8.77563 25.3333 14.6667 25.3333Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M28.0002 28L22.2002 22.2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") top right no-repeat; */
}
.white-header.fixed-header .main-nav-wrap .search-toggle {
    /* border-left: 1px solid #E6E6E8;
    background-image: url('/local/templates/mskrit_new/css/../images/search-black.svg'); */
}
.white-header .main-nav-wrap .search-toggle svg {
    /* display: none; */
    /* padding: 0 0 0 1rem; */
}
.white-header .header-logo-mobile {
    display: none;
}
footer.footer-sk {
    padding: 0;
}
.footer-sk.gray-box {
    border-top: 1px solid #D9D9D9;
}
.footer-sk.gray-box > .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
}
.footer-sk .footer-dark {
    border-top: 1px solid #D9D9D9;
    padding: 1rem 0;
}
.footer-sk .footer-grey > .container {
    display: flex;
}
.footer-sk .footer-regions{
    margin: 10px 0;
    padding: 0.5rem 0;
    color: #000;
}
.footer-sk .footer-logo-wrap {
    width: 31%;
    margin-right: 70px;
    margin-bottom: 50px;
    display: flex;
}
.footer-sk .footer-logo-wrap .img-wrap {
    margin-right: 16px;
}
.footer-sk .footer-logo-wrap .img-wrap img {
    max-width: 70px;
}
.footer-sk .footer-logo-wrap .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 4px;
    display: block;
}
.footer-sk .footer-logo-wrap .name .bold {
    font-weight: 800;
}
.footer-sk .footer-logo-wrap .site {
    font-size: 17px;
    line-height: 190%;
    color: #8C8C8C;
    display: block;
}
.footer-sk .footer-address-wrap {
    width: 31%;
    margin-right: 70px;
    margin-bottom: 50px;
}
.footer-sk .footer-address-wrap p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 0;
}
.footer-sk .footer-address-wrap p:last-child {
    margin-bottom: 0;
}
.footer-sk .footer-address-wrap p a {
    text-decoration: underline;
    color: #FFFFFF;
}
.footer-sk .footer-phone {
    width: 26%;
    margin-bottom: 50px;
}
.footer-sk .footer-phone a {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #B74747;
}
.footer-sk .footer-phone a:hover {
    background: #E6E6E8;
}
.footer-sk .footer-phone a:focus,
.footer-sk .footer-phone a:active {
    background: #E6E6E8;
    /* border: 3px solid #B74747;
    padding: 17px; */
}
.footer-sk .footer-phone span {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #8C8C8C;
    display: block;
    text-align: center;
}
.footer-sk .footer-dark .container met met {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-sk .footer-copy {
    color: #8C8C8C;
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
}
.footer-sk .footer-copy .bold {
    font-weight: 600;
}
.footer-sk .footer-bottom-links {
    display: flex;
}
.footer-sk .footer-bottom-links a {
    font-weight: 600;
    font-size: 1rem;
    color: #8E9199;
}
.footer-sk .footer-bottom-links a:last-child {
    margin-left: 15px;
}
.footer-sk .footer-menu-wrap {
    width: 18%;
    padding-left: 3rem;
    position: relative;
}
.footer-sk .footer-menu-wrap:last-child {
    /* width: 26%;
    margin-right: 0; */
}
.footer-sk .footer-menu-wrap .footer-line-1-left-block {
    width: 100%;
}
.footer-sk .footer-menu-wrap .footer-menu-title {
    margin-bottom: 1rem;
    text-transform: none;
    font-size: 1rem;
    color: #848890;
    font-weight: 600;
}
.footer-sk .footer-menu-wrap .footer-menu-1-col {
    padding-left: 0;
    list-style-image: none;
}
.footer-sk .footer-menu-wrap ul.footer-menu-1-col {
    margin: 0;
    list-style: none;
}
.footer-sk .footer-menu-wrap ul.footer-menu-1-col li {
    margin-bottom: 1rem;
}
.footer-sk .footer-menu-wrap ul.footer-menu-1-col li.footer__menu-hidden {
    display: none;
}
.footer-sk .footer-menu-wrap ul.footer-menu-1-col.open li.footer__menu-hidden {
    display: list-item;
}
.footer-sk .footer-menu-wrap ul.footer-menu-1-col li a {
    font-size: 1rem;
    color: #000000;
    font-weight: 200;
}

.footer-sk .footer-menu-wrap .content-toggle {
    font-size: 1rem;
    text-decoration-line: underline;
    color: #B74747;
    position: absolute;
    bottom: 0;
}

.section-wrap.service-landing {
    padding: 30px 0 0;
    overflow: hidden;
}
.service-landing .anons-block {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}
.service-landing .anons-block .anons-block__text {
    width: 62%;
}
.service-landing .anons-block .anons-block__text h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    margin: 0 0 16px 0;
}
.service-landing .anons-block .anons-block__text p {
    font-size: 17px;
    line-height: 190%;
    color: #000000;
    margin: 0 0 24px;
}
.service-landing .anons-block .anons-block__text span.btn-def,
.service-landing .anons-block .anons-block__text a {
    background: #B74747;
    border-radius: 4px;
    padding: 20px 48px;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.service-landing .anons-block .anons-block__img {
    margin-left: 40px;
    width: 36%;
}
.service-landing .anons-block .anons-block__img img {
    max-width: 100%;
}
.service-landing .hotline-block {
    width: 100%;
    max-width: 966px;
    border: 1px solid #D9D9D9;
    background: url('/local/templates/mskrit_new/img/grey-bg.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 8px;
    padding: 2rem 3rem;
    text-align: center;
    margin: 0 auto 3rem;
}
.service-landing .hotline-block .hotline-block__title {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}
.service-landing .hotline-block a {
    font-style: normal;
    font-weight: 500;
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
    color: #000;
}
.service-landing .hotline-block .hotline-block__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    margin: 0 0 1rem 0;
}
.service-landing .hotline-block .btn {
    width: fit-content;
    margin: 1rem auto 0;
}
.service-landing .seo-text-block {
    margin-bottom: 60px;
}
.service-landing .seo-text-block p {
    font-size: 16px;
    line-height: 2;
    margin-top: 0;
}
.service-landing .seo-text-block p:first-child{
    margin-top: 1rem;
}
.service-landing .seo-text-block ul {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 16px 0;
    padding: 0 0 0 24px;
    list-style: disc inside;
}
.service-landing .seo-text-block ol {
    font-size: 17px;
    line-height: 190%;
    margin: 0 0 16px 0;
    padding: 0;
    list-style: decimal inside;
}
.service-landing .seo-text-block p.infographic__description {
    font-size: 14px;
    line-height: 25.4px;
}
.service-landing .seo-text-block .infographic__image {
    min-width: 100%;
}
.service-landing .seo-text-block.second {
    margin-top: 80px;
}
.service-landing .service-content-block {
    margin-bottom: 80px;
}
.page-class__dezinfekciya .service-landing .service-content-block {
    margin-bottom: 0px;
}
.service-landing .service-content-block.second {
    margin-bottom: 0;
}

.service-landing .steps-block {
    margin-bottom: 80px;
}
.service-landing .steps-block .steps-block__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.service-landing .steps-block .steps-block__item {
    width: calc(25% - 1rem);
    margin-right: 1rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    border-radius: 9px;
    flex-direction: column;
    padding: 2rem 1rem 1rem 1rem;
}
.service-landing .steps-block .steps-block__item:nth-child(4n) {
    margin-right: 0;
}
/* .service-landing .steps-block .steps-block__item:after {
    content: '';
    display: block;
    width: 48px;
    height: 9px;
    background: url('/upload/services/arrow_steps.png') no-repeat;
    position: absolute;
    top: 42%;
    right: -55px;
} */
.service-landing .steps-block .steps-block__item:nth-child(4n):after {
    content: unset;
}
.service-landing .steps-block .steps-block__number {
    font-style: italic;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 4rem;
    line-height: 100%;
    text-align: justify;
    color: #B2B2B2;
    margin-bottom: 1rem;
}
.service-landing .steps-block .steps-block__item p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    color: #000000;
    margin: 0;
}
.service-landing .steps-block .steps-block__actions {
    text-align: center;
}
.service-landing span.lonely-button-call-me-back,
.service-landing .steps-block .steps-block__actions span.btn-act,
.service-landing .steps-block .steps-block__actions a {
    background: #B74747;
    border-radius: 9px;
    display: inline-block;
    padding: 20px 48px;
    /*font-weight: bold;*/
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.service-landing .frauds-block {
    margin-bottom: 80px;
    border: 8px solid #B74747;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 50px 0;
    text-align: center;
}
/*.service-landing .frauds-block .service-landing__h2 {
    text-align: center;
    margin-bottom: 20px;
}*/
.service-landing .frauds-block p.frauds-block__warning-text {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #8C8C8C;
    margin: 0 0 20px;
}
.service-landing .frauds-block a {
    border: 3px solid #B74747;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 17px 48px;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #B74747;
    margin-bottom: 20px;
}
.service-landing .frauds-block p {
    font-size: 17px;
    line-height: 190%;
    text-align: center;
    color: #000000;
    margin: 0;
}
.service-landing .advantages-block {
    margin-bottom: 60px;
}
.service-landing .advantages-block .service-landing__h2 {
    margin-bottom: 16px;
}
.service-landing .service-landing__subtitle {
    font-size: 1rem;
    color: #000000;
    margin: 0.5rem 0;
}
.service-landing .advantages-block .advantages-block__list {
    display: flex;
    flex-wrap: wrap;
}
.service-landing .advantages-block .advantages-block__item {
    width: 49%;
    border: 2px solid #E6E6E8;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
}
.service-landing .advantages-block .advantages-block__item:nth-child(2n) {
    margin-right: 0;
}
.service-landing .advantages-block .advantages-block__item img {
    margin-right: 24px;
}
.service-landing .advantages-block .advantages-block__item p {
    font-weight: bold;
    font-size: 17px;
    line-height: 150%;
    color: #000000;
    margin: 0;
}
.service-landing .m-b-16 {
    margin-bottom: 16px!important;
}
.service-landing .m-b-24 {
    margin-bottom: 24px!important;
}
.service-landing .m-b-30 {
    margin-bottom: 30px!important;
}
/* .service-landing .prices-main-wrap {
    margin-top: 50px;
    max-width: 100%;
} */
/* .service-landing .prices-main-wrap .prices-main-nav {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
} */
/* .service-landing .prices-main-wrap .prices-main-nav .prices-main-nav-item {
    background: #FFFFFF;
    padding: 20px 48px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #8C8C8C;
    text-transform: none;
    border: none;
    position: relative;
} */
/* .service-landing .prices-main-wrap .prices-main-nav .prices-main-nav-item:not(.active):hover {
    background: #F3F3F3;
    border: 2px solid #E6E6E8;
    border-radius: 4px 4px 0px 0px;
    color: #000000;
    border-bottom: none;
} */
/* .service-landing .prices-main-wrap .prices-main-nav .prices-main-nav-item.active {
    background: #F3F3F3;
    border: 2px solid #E6E6E8;
    border-radius: 4px 4px 0px 0px;
    color: #000000;
    border-bottom: none;
}
.service-landing .prices-main-wrap .prices-main-nav .prices-main-nav-item.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #F3F3F3;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 10;
} */
.service-landing .prices-main-wrap .prices-main-tab {
    /*display: none;*/
}
.service-landing .prices-main-wrap .prices-main-tab.active {
    /* display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #F3F3F3;
    border-top: 2px solid #E6E6E8;
    border-bottom: 2px solid #F3F3F3;
    padding: 64px 0 0;
    position: relative;
    flex-wrap: wrap; */
}
.service-landing .prices-main-wrap.with-bottom-border .prices-main-tab.active {
    /* border-bottom: 2px solid #E6E6E8;
    padding: 64px 0; */
}
/* .service-landing .prices-main-wrap .prices-main-tab.active:before {
    content: '';
    display: block;
    width: 1000px;
    height: 100%;
    background: #F3F3F3;
    border-top: 2px solid #E6E6E8;
    border-bottom: 2px solid #F3F3F3;
    position: absolute;
    top: -2px;
    left: -1000px;
} */
/* .service-landing .prices-main-wrap.with-bottom-border .prices-main-tab.active:before {
    border-bottom: 2px solid #E6E6E8;
} */
/* .service-landing .prices-main-wrap .prices-main-tab.active:after {
    content: '';
    display: block;
    width: 1000px;
    height: 100%;
    background: #F3F3F3;
    border-top: 2px solid #E6E6E8;
    border-bottom: 2px solid #F3F3F3;
    position: absolute;
    top: -2px;
    right: -1000px;
}
.service-landing .prices-main-wrap.with-bottom-border .prices-main-tab.active:after {
    border-bottom: 2px solid #E6E6E8;
} */
/* .service-landing .prices-main-wrap .prices-main-tab-content {
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 20px;
    padding-bottom: 48px;
    position: relative;
}
.service-landing .prices-main-wrap .prices-main-tab-content:last-child {
    margin-bottom: 0;
} */
.service-landing .prices-main-wrap .prices-main-tab-content a.prices-main-tab-content__toggle {
    /* display: block;
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E6E6E8 url('/upload/services/caret_down.png') center center no-repeat;
    border-radius: 0px 0px 4px 4px; */
}
.service-landing .prices-main-wrap .prices-main-tab-content__hidden {
    /*display: none;*/
}
.service-landing .prices-main-wrap .prices-main-tab-content__visible {
    /* padding: 32px 48px; */
    display: flex;
    /* align-items: center;
    justify-content: space-between; */
}
.service-landing .prices-main-wrap .prices-main-tab-wrap {
    /* width: 100%;
    margin-bottom: 50px; */
}
.service-landing .prices-main-wrap .prices-main-tab-info {
    /* width: 60%;
    margin-right: 35px; */
}
.service-landing .prices-main-wrap .prices-main-tab-actions {
    /* width: 27%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column; */
}
/* .service-landing .prices-main-wrap .prices-main-tab-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 8px;
}
.service-landing .prices-main-wrap .prices-main-tab-text {
    font-size: 17px;
    line-height: 190%;
    color: #000000;
}
.service-landing .prices-main-wrap .prices-main-tab-price {
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    text-align: right;
    color: #B74747;
    margin-bottom: 30px;
} */
.service-landing .prices-main-wrap .prices-main-tab-content .complex-btn,
.service-landing .prices-main-wrap .prices-main-tab-content .komplex_call {
    border-radius: 4px;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    border: 3px solid #B74747;
    background: transparent;
    padding: 17px 20px;
    color: #B74747;
    width: 100%;
}
.service-landing .prices-main-wrap .prices-main-tab-content .complex-btn:hover,
.service-landing .prices-main-wrap .prices-main-tab-content .komplex_call:hover {
    border: 5px solid #B74747;
    padding: 15px 18px;
    background: #fff;
    box-shadow: none;
}
.service-landing .prices-main-wrap .prices-main-tab-content .complex-btn:focus,
.service-landing .prices-main-wrap .prices-main-tab-content .complex-btn:active,
.service-landing .prices-main-wrap .prices-main-tab-content .komplex_call:focus,
.service-landing .prices-main-wrap .prices-main-tab-content .komplex_call:active {
    border: 5px solid #B74747;
    padding: 15px 18px;
    color: #B74747;
    background: #fff;
}
.service-landing .prices-main-wrap .prices-main-tab-content.open .prices-main-tab-content__toggle {
    background: #E6E6E8 url('/upload/services/caret_up.png') center center no-repeat;
}
.service-landing .prices-main-wrap .prices-main-tab-content.open .prices-main-tab-content__hidden {
    display: block;
    background: #FFFFFF;
    border-radius: 0px;
    padding: 32px 48px;
    border-top: 2px solid #F3F3F3;
}
.service-landing .prices-main-wrap .prices-main-tab-content .prices-main-list {
    column-count: 2;
}
/* .service-landing .prices-main-list {
    margin: 0;
    padding: 0;
    list-style: none;
} */
/* .service-landing .prices-main-list li {
    font-weight: 600;
    font-size: 17px;
    line-height: 190%;
    color: #000000;
    margin-bottom: 8px;
} */
/* .service-landing .prices-main-list li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    background: url('/upload/services/red-dot-list.png') no-repeat;
    padding-right: 12px;
} */
.service-landing .calc-block {
    background: #B74747;
    padding: 64px 0
}
.service-landing .calc-block .calc-block__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-landing .calc-block .calc-block__wrap img {
    margin-right: 24px;
}
.service-landing .calc-block .calc-block__wrap .calc-block__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
    margin-right: 20px;
}
.service-landing .calc-block .calc-block__wrap a {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    min-width: 37%;
}
.service-landing .compensation-block {
    background: #F3F3F3;
    border: 2px solid #E6E6E8;
    border-top: none;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 80px;
}
.service-landing .compensation-block.with-top-border {
    border-top: 2px solid #E6E6E8;
}
.service-landing .compensation-block .compensation-block__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 30px;
}
.service-landing .compensation-block .compensation-block__text {
    margin-bottom: 30px;
}
.service-landing .compensation-block .compensation-block__text p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.service-landing .compensation-block .compensation-block__text p .red {
    color: #B74747;
    font-weight: bold;
}
.service-landing .compensation-block .compensation-block__info {
    display: flex;
    align-items: center;
    justify-content: center
}
.service-landing .compensation-block .compensation-block__info a.phone {
    border: 3px solid #B74747;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 17px 48px;
    margin-right: 24px;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #B74747;
}
.service-landing .compensation-block .compensation-block__info a.compensation-block__info-toggle {
    width: 48px;
    height: 48px;
    background: url('/upload/services/alert-circle.png') no-repeat;
    cursor: pointer;
}
.compensation-block-popup__content {
    background: #FFFFFF;
    padding: 32px 48px;
    max-width: 740px;
    margin: 0 auto;
}
.compensation-block-popup__content p.bold {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 12px;
}
.compensation-block-popup__content p {
    font-size: 17px;
    line-height: 190%;
    color: #000000;
    margin: 0;
}
.services-list-wrap .services-link-slider {
    margin-bottom: 80px;
}
.services-list-wrap .services-link-slider.slick-slider .slick-prev,
.service-landing .reviews-block .slick-slider .slick-prev,
.mainpage-licenses .slick-slider .slick-prev,
.popular-products .slick-prev {
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAATlBMVEUAAADPz8/X19ff39/c3NzZ2dnq6uzZ2dnk5OfX19fa2trY2Njb29vX19fY2Nja2trX19fZ2dnY2NjX19fn5+jY2Njm5ura2trm5ujY2NgMBno0AAAAGHRSTlMAECAwUFBfX2Bgb3B/gJCfoK+/wN/f7+9JkMI4AAAAfUlEQVR42u3TSxLCMAwE0cGBECDmExxbc/+Lpso36F0W7v1bqCRprgEqs0qgqiIEihhggDOCtCUE0u6NgGn37wLA1PwlM1yb3wLgbmcB8LSzAFjtlwjI9opAFwjo0QUAurUu2OI+CCjB0+jiT897OtvHDTAAAzVQRUsJUF0O/UcmGWwuPT0AAAAASUVORK5CYII=') no-repeat;
}

.services-list-wrap .services-link-slider.slick-slider .slick-next,
.service-landing .reviews-block .slick-slider .slick-next,
.mainpage-licenses .slick-slider .slick-next,
.popular-products .slick-next {
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAS1BMVEUAAADPz8/X19ff39/V1dXc3Nzq6uzZ2dnk5OfX19fa2trY2Njb29vX19fb29va2trX19fZ2dnY2Njn5+jY2Njm5ura2trm5ujY2Ngpyf7WAAAAF3RSTlMAECAwMFBfX2Bgb3B/gI+foK+/39/v7zkmY4kAAAB7SURBVHja7dO7DoAgDIXhCt7FGwg97/+kujuQY2LCwL9/Q5tW+qhEoZegVFFUhUi1ggqKAtYbDnhchgLN+QhuhgOppYCsSB0FHoEhA97C5cBbUGAGVgY4YBECOGASAmzkWnckS56G/fX4jDelfVwFFXwCUamCjEGJ4ngDAnQkk+YJNWEAAAAASUVORK5CYII=') no-repeat;
}

.services-list-wrap .services-link-slider.slick-slider .slick-prev {
    top: -65px;
    left: unset;
    right: 85px;
    width: 48px;
    height: 48px;
}
.services-list-wrap .services-link-slider.slick-slider .slick-next {
    top: -65px;
    left: unset;
    right: 20px;
    width: 48px;
    height: 48px;
    transform: none;
}
.services-list-wrap .services-link-slider .services-link__item {
    border: 2px solid #E6E6E8;
    box-sizing: border-box;
    border-radius: 4px;
    /* padding: 24px 32px; */
    position: relative;
}
.services-list-wrap .services-link-slider.slick-slider .slick-slide {
    margin-right: 20px;
}
.services-list-wrap .services-link-slider .services-link__item .service-item-image-wrap{
    height: 200px;
    overflow: hidden;
}
.services-list-wrap .services-link-slider .services-link__item .service-item-image-wrap .service-item-image{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 300ms ease-in-out;
}
.services-list-wrap .services-link-slider .services-link__item:hover .service-item-image-wrap .service-item-image{
    transform: scale(1.1);
}
.services-list-wrap .services-link-slider .services-link__item .service-item-text {
    padding: 24px 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    text-transform: none;
    text-align: center;
}
.services-list-wrap .services-link-slider .services-link__item:hover .service-item-text{
    color: rgba(155,6,45,0.9);
}
.services-list-wrap .services-link-slider .services-link__item .content {
    max-height: 290px;
    overflow: hidden;
}
.services-list-wrap .services-link-slider .services-link__item .content.open {
    max-height: unset;
}
.services-list-wrap .services-link-slider .services-link__item .content p {
    font-size: 17px;
    line-height: 190%;
    color: #000000;
    margin: 0;
}
.services-list-wrap .services-link-slider .services-link__item .content-toggle {
    font-size: 17px;
    line-height: 190%;
    font-weight: 600;
    color: #B74747;
    background: #fff;
    position: absolute;
    bottom: 26px;
    right: 24px;
    padding: 0 0 0 5px;
}
.services-list-wrap .services-link-slider .services-link__item .content-toggle:hover {
    color: #B74747;
}
.services-list-wrap .services-link-slider .services-link__item .content-toggle.clicked {
    font-size: 12px;
    bottom: 5px;
    right: 5px;
    padding: 0;
}
.services-list-wrap .services-link-slider.slick-slider .slick-dots {
    bottom: -35px;
}
.services-list-wrap .services-link-slider.slick-slider .slick-dots li button {
    border: 1px solid #8C8C8C;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
}
.services-list-wrap .services-link-slider.slick-slider .slick-dots li button:before {
    content: unset;
}
.services-list-wrap .services-link-slider.slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
}
.services-list-wrap .services-link-slider.slick-slider .slick-dots li.slick-active button {
    background: #B74747;
    border: 1px solid #B74747;
}
.services-list-wrap .services-link-slider .reviews-block__link {
    text-align: center;
}
.services-list-wrap .services-link-slider .reviews-block__link a {
    border: 3px solid #B74747;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    padding: 17px 48px;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #B74747;
}
.service-landing .reviews-block {
    background: #fff;
    padding: 2rem 0 3rem 0;
}
.service-landing .reviews-block .service-landing__h2 {
    margin-bottom: 30px;
}
.service-landing .reviews-block .slick-dotted.slick-slider {
    margin-bottom: 70px;
}
.service-landing .reviews-block .slick-slider .slick-prev {
    top: -65px;
    left: unset;
    right: 85px;
    width: 48px;
    height: 48px;
}
.service-landing .reviews-block .slick-slider .slick-next {
    top: -65px;
    left: unset;
    right: 20px;
    width: 48px;
    height: 48px;
    transform: none;
}
.service-landing .reviews-block .reviews-slider__item {
    box-sizing: border-box;
    padding: 1.9rem 2rem 3.2rem 2rem;
    position: relative;
    background: #F3F3F4;
    border-radius: 8px;
}
.service-landing .reviews-block .reviews-slider__item:after {
    content: '';
    position: absolute;
    bottom: -24px;
    right: 35px;
    display: block;
    width: 0px;
    height: 0px;
    border-left: 17px solid transparent;
    border-top: 12px solid #F3F3F4;
    border-right: 17px solid #F3F3F4;
    border-bottom: 12px solid transparent;
}

.service-landing .reviews-block .slick-slider .slick-slide {
    margin-right: 20px;
    padding-bottom: 24px;
}
/*.service-landing .reviews-block h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2.8rem;
}*/
.service-landing .reviews-block .reviews-slider__item p.name {
    font-weight: 500;
    font-size: 1.175rem;
    color: #000000;
    margin: 0 0 0.7rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    min-height: 47px;
}
.service-landing .reviews-block .reviews-slider__item p.name svg {
    margin: 0 0.5rem 0 0;
}
.service-landing .reviews-block .reviews-slider__item .content {
    /*max-height: 290px;*/
    max-height: 125px;
    overflow: hidden;
    display: block !important;
}
.service-landing .reviews-block .reviews-slider__item.open .content {
    max-height: unset;
}
/* костыль */
@media(min-width:601px) {
.service-landing .reviews-block .swiper-wrapper {
	height: 100% !important;
}
}
.service-landing .reviews-block .reviews-slider__item .content p {
    font-size: 0.938rem;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    font-weight: 400;
}
.service-landing .reviews-block .reviews-slider__item .content-toggle,
.service-landing .reviews-block .reviews-slider__item .content-toggle-fancybox {
    font-size: 0.875rem;
    text-decoration-line: underline;
    color: #B74747;
    position: absolute;
    bottom: 1.5rem;
    left: 3.9rem;
}
.service-landing .reviews-block .reviews-slider__item .content-toggle:hover,
.service-landing .reviews-block .reviews-slider__item .content-toggle-fancybox:hover {
    color: #B74747;
}
.service-landing .reviews-block .reviews-slider__item .content-toggle.clicked {
    font-size: 0.75rem;
    /* bottom: 5px;
    right: 5px; */
    padding: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    position: relative;
    bottom: auto;
    padding: 2.5rem 0 1.5rem 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    border: 1px solid #dddddd;
    width: 12px;
    height: 12px;
    background: #000000;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    border: 1px solid #000000;
    background: #000000;
}
.swiper-button-next, .swiper-button-prev {
    /*border: 2px solid var(--swiper-navigation-color,var(--swiper-theme-color));*/
    border-radius: 5px;
    padding: 0.8rem;
    /*background: #ffffff;*/
    height: 2rem;
    color: #414243;
    border-color: #414243;
    opacity: 0.6;
}
.swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
}
.swiper-navigation .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: auto;
    padding: 0 1rem;
    left: unset;
    width: auto;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 1.1rem;
    font-weight: 600;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    /* filter: grayscale(1); */
    color: #a0a0a1;
    border-color: #a0a0a1;
    opacity: 1;
}
.service-landing .reviews-block .slick-slider .slick-dots {
    bottom: -35px;
}
.service-landing .reviews-block .slick-slider .slick-dots li button {
    border: 1px solid #dddddd;
    width: 12px;
    height: 12px;
    padding: 0;
    background: #EEEEEE;
}
.service-landing .reviews-block .slick-slider .slick-dots li button:before {
    content: unset;
}
.service-landing .reviews-block .slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
}
.service-landing .reviews-block .slick-slider .slick-dots li.slick-active button {
    border: 1px solid #000000;
    background: #000000;
}
.service-landing .reviews-block .reviews-block__link {
    text-align: center;
}
.service-landing .reviews-block .reviews-block__link a {
    font-size: 1.125rem;
    text-align: center;
    text-decoration-line: underline;
    color: #B74747;
}
.addresses-block {
    padding: 3.4rem 0 6.2rem 0;
}
.addresses-block h2 {
    text-align: center;
    margin-bottom: 2rem;
}
.addresses-block .addresses-block__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 81%;
    margin: 0 auto;
}
.addresses-block .addresses-block__item {
    width: 24%;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    box-shadow: 0 0 5px #ccc;
    border-radius: 9px;
    transition: transform 300ms ease-in-out,border-color 300ms ease-in-out,background-color 300ms ease-in-out;
}
.addresses-block .addresses-block__item:hover {
    border-color: #0C83D4;
}
.addresses-block .addresses-block__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem 0.5rem;
    color: #000;
}
.addresses-block .addresses-block__item a .addresses__img {
    display: flex;
    height: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0.6rem;
}
.addresses-block .addresses-block__item a img {
}
.addresses-block .addresses-block__item a span {
    font-weight: 700;
    font-size: 1.5rem;
}

.faq-lic__box {
    display: flex;
    justify-content: space-between;
}

.service-landing .faq-block,
.service-landing .mainpage-licenses {
    width: 48%;
}
.service-landing .faq-block h2 {
   /* font-size: 2.125rem;
    margin-bottom: 2rem;*/
}
.service-landing .faq-block .faq-block__item {
    background: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0px 0px 9px 9px;
}

.service-landing .faq-block .faq-block__item .faq-block__question {
    padding: 1rem 2rem;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-size: 1.125rem;
    color: #000000;
    /*background: #F8F8F8;*/
    font-weight: 600;
}
.service-landing .mainpage-faq-lic.new .faq-block .faq-block__item .faq-block__question{
    background: none;
    font-weight: 400;
    padding: 1.5rem 2rem;
}
.service-landing .faq-block .faq-block__item .faq-block__question:after {
    content: '';
    display: block;
    width: 15.75px;
    height: 15px;
    /* background: url('/upload/services/open_big.png') no-repeat; */
    /*background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.753716L5 5L10 0.753716L9.1125 0L5 3.49257L0.8875 0L0 0.753716Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");*/
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.98014 10.5894C6.59087 11.2315 5.65913 11.2315 5.26986 10.5894L0.225531 2.2684C-0.178475 1.60196 0.301336 0.749999 1.08067 0.749999L11.1693 0.75C11.9487 0.75 12.4285 1.60196 12.0245 2.2684L6.98014 10.5894Z' fill='%232D2927'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
}
.service-landing .mainpage-faq-lic.new .faq-block, .service-landing .mainpage-faq-lic.new .mainpage-licenses{
    width: 50%;
}
@media (max-width: 900px) {
    .service-landing .mainpage-faq-lic.new .faq-block, .service-landing .mainpage-faq-lic.new .mainpage-licenses,
    .service-landing .mainpage-faq-lic.new .faq-block
    {width: 100%;}
}
.service-landing .faq-block .faq-block__item .faq-block__answer {
    display: none;
}
.service-landing .faq-block .faq-block__item.open .faq-block__question:after {
    /* background: url('/upload/services/close_big.png') no-repeat; */
    transform: rotate(180deg);
}
.service-landing .faq-block .faq-block__item.open .faq-block__answer {
    display: block;
    padding: 1rem 2rem;
    /* border-top: 4px solid #F3F3F3; */
}
.service-landing .faq-block .faq-block__item.open .faq-block__answer p,
.service-landing .faq-block .faq-block__item.open .faq-block__answer ul {
    font-size: 1rem;
    color: #000000;
    margin: 0;
}
.service-landing .faq-block .faq-block__item.open .faq-block__answer .bordered {
    font-size: 1rem;
}
.service-landing .faq-block .faq-block__item.open .faq-block__answer p,
.service-landing .faq-block .faq-block__item.open .faq-block__answer ul {
    margin-bottom: 10px;
}
.service-landing .faq-block .faq-block__item.open .faq-block__answer p:last-child,
.service-landing .faq-block .faq-block__item.open .faq-block__answer ul:last-child {
    margin-bottom: 0;
}
.consultation-form-block {
    margin-bottom: 80px;
    position: relative;
}
.consultation-form-block .service-landing__h2 {
    margin-bottom: 12px;
}
.consultation-form-block .consultation-form-block__content {
    /* max-width: 80%; */
}
/* .consultation-form-block:after {
    content: '';
    display: block;
    width: 579px;
    height: 532px;
    background: url('/upload/services/consultation_bg.png') no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
} */
.consultation-form-block .callback-form-wr {
    padding: 1rem 0 0;
    margin: 0 0 0 0;
    max-width: 100%;
    background: transparent none;
}

.mainpage-threebox.new .consultation-form-block .callback-form-wr{
    padding-top: 50PX;
}

.consultation-box.new .consultation-form-block .callback-form-fields{
    flex-direction: column;
}

.consultation-box.new .consultation-form-block .callback-form-fields .callback-form-field,
.consultation-box.new .consultation-form-block .callback-form-fields .actions{
    width: 100%;
}
.consultation-form-block .callback-form-fields {
    display: flex;
    justify-content: space-between;
}
.consultation-form-block .callback-form.container {
    padding: 0;
}
.consultation-form-block .callback-form-field,
.consultation-form-block .actions,
.callback-form-15 .callback-form-field:nth-child(4),
.callback-form-15 .callback-form-field:nth-child(5),
#ouibounce-modal .callback-form-field,
.callback-form-1 .callback-form-field,
.callback-form-2 .callback-form-field{
    margin-bottom: 0;
    position: relative;
    width: 32%;
}
.consultation-form-block .callback-form-field.callback-checkbox {
    width: 100%;
}
.consultation-form-block .callback-form-field input[type="text"],
.callback-form-15 .callback-form-field input[type="text"],
#ouibounce-modal .callback-form-field input[type="text"],
.callback-form-1 .callback-form-field input[type="text"],
.callback-form-2 .callback-form-field input[type="text"]{
    padding: 1rem 2rem;
    height: auto;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1.25rem;
    color: #000000;
}
.consultation-form-block .callback-form-field input[type="text"] {
    font-size: 1.188rem;
}
div.consultation-form-block .callback-form-submit input[type="submit"] {
    font-size: 1.125rem;
}
.consultation-form-block .callback-form-field input[type="text"]::placeholder,
.callback-form-15 .callback-form-field input[type="text"]::placeholder,
.callback-form-1 .callback-form-field input[type="text"]::placeholder,
.callback-form-2 .callback-form-field input[type="text"]::placeholder,
.banner-form .callback-form-field input[type="text"]::placeholder{
    color: #D8D8D8;
}
.consultation-form-block .callback-form-field .callback-form-field-label,
.callback-form-15 .callback-form-field:nth-child(4) .callback-form-field-label,
.callback-form-15 .callback-form-field:nth-child(5) .callback-form-field-label,
#ouibounce-modal .callback-form-field .callback-form-field-label,
.callback-form-1 .callback-form-field .callback-form-field-label,
.callback-form-2 .callback-form-field .callback-form-field-label{
    display: none;
    position: absolute;
    top: -8px;
    left: 20px;
    background: #FFFFFF;
    margin: 0;
    padding: 0 4px;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    color: #D8D8D8;
}
.consultation-form-block .callback-form-submit {
    text-align: left;
    margin-bottom: 20px;
}
.consultation-form-block .callback-form-submit input[type="submit"] {
    padding: 1rem 2rem;
    text-transform: none;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    color: #FFFFFF;
    background: #B74747;
    border-radius: 6px;
    border: 1px solid #B74747;
    width: 100%;
}
div.consultation-form-block .callback-checkbox input[type="checkbox"]:checked + label {
    font-size: 0.813rem;
}
.consultation-form-block .callback-checkbox input[type="checkbox"]:checked + label,
.consultation-form-block .callback-checkbox input[type="checkbox"]:not(:checked) + label,
.banner-form .callback-checkbox input[type="checkbox"]:checked + label,
.banner-form .callback-checkbox input[type="checkbox"]:not(:checked) + label {
    padding-left: 36px;
    font-style: normal;
    font-size: 0.875rem;
    color: #000000;
}
.consultation-form-block .callback-checkbox input[type="checkbox"]:checked + label a,
.consultation-form-block .callback-checkbox input[type="checkbox"]:not(:checked) + label a,
.banner-form .callback-checkbox input[type="checkbox"]:checked + label a,
.banner-form .callback-checkbox input[type="checkbox"]:not(:checked) + label a{
    font-weight: 500;
    text-decoration-line: underline;
    color: #000000;
}
.consultation-form-block .callback-checkbox input[type="checkbox"]:checked + label:before,
.consultation-form-block .callback-checkbox input[type="checkbox"]:not(:checked) + label:before,
.banner-form .callback-checkbox input[type="checkbox"]:checked + label:before,
.banner-form .callback-checkbox input[type="checkbox"]:not(:checked) + label:before,
.callback-form-15 .callback-checkbox input[type="checkbox"]:checked + label:before,
.callback-form-15 .callback-checkbox input[type="checkbox"]:not(:checked) + label:before,
#ouibounce-modal .callback-checkbox input[type="checkbox"]:checked + label:before,
#ouibounce-modal .callback-checkbox input[type="checkbox"]:not(:checked) + label:before,
.callback-form-1 .callback-checkbox input[type="checkbox"]:checked + label:before,
.callback-form-1 .callback-checkbox input[type="checkbox"]:not(:checked) + label:before,
.callback-form-2 .callback-checkbox input[type="checkbox"]:checked + label:before,
.callback-form-2 .callback-checkbox input[type="checkbox"]:not(:checked) + label:before{
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 2px;
    width: 18px;
    height: 18px;
}
.consultation-form-block .callback-checkbox input[type="checkbox"]:checked + label:after,
.banner-form .callback-checkbox input[type="checkbox"]:checked + label:after,
.callback-form-15 .callback-checkbox input[type="checkbox"]:checked + label:after,
#ouibounce-modal .callback-checkbox input[type="checkbox"]:checked + label:after,
.callback-form-1 .callback-checkbox input[type="checkbox"]:checked + label:after,
.callback-form-2 .callback-checkbox input[type="checkbox"]:checked + label:after{
    width: 14px;
    height: 10px;
    background: url('/upload/services/checked.png') no-repeat;
    border: none;
    border-radius: 0;
    transform: none;
    top: 3px;
    left: 4px;
}
.map-block {
    padding: 2rem 0;
    position: relative;
    height: 32rem;
    box-sizing: border-box;
    /*border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;*/
    display: flex;
}
.map-block__info {
    width: 50%;
    padding-right: 3rem;
    text-align: center;
}

.map-block h2 {
    margin-bottom: 3rem;
}

.main_email {
    padding: 0 0 1rem 0;
}

.main_email a {
    font-size: 1.5rem;
    color: #B74747;
}

.main_address {
    font-size: 1.2rem;
    font-weight: 700;
}

.service-landing .main_phone {
}

.main_phone a {
    font-size: 2.25rem;
    color:#000;
}

.main_phone .main_phone_subtitle {
    font-size: 0.75rem;
    padding: 1rem 0 2rem;
}

.main_phone .main_phone_subtitle span {
    /*background: #0C83D4;*/
    background: #40AD4F;
    border-radius: 3px;
    font-weight: 700;
    font-size: 0.75rem;
    color: #FFFFFF;
    padding: 0.3rem 0.6rem;
}

.map-block .map-block__wrap {
    display: flex;
    align-items: stretch;
    /*position: absolute;
    top: 0;
    right: 0;
    width: 50%;*/
    height: 100%;
    border-left: 1px solid #D9D9D9;
}

.map-block.map-block-uslugi .map-block__wrap {
    border: none;
    border-radius: 0;
}
.map-block .map-block__cities {
    width: 24%;
}
.map-block .map-block__map {
/*    width: 75%;
    margin-left: 20px;
*/
    width: 100%;
    margin: 0 auto;
}
.map-block .map-block__map .bx-yandex-view-layout,
.map-block .map-block__map .bx-yandex-view-map {
    width: 100%;
    height: 100%;
}

.map-block .map-block__map iframe {
    max-width: 100%;
}
.map-block .map-block__cities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.map-block .map-block__cities ul li {
    position: relative;
    margin-bottom: 23px;
}
.map-block .map-block__cities ul li:last-child {
    margin-bottom: 0;
}
.map-block .map-block__cities ul li a {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.map-block .map-block__cities ul li a:before {
    content: '';
    width: 28px;
    height: 28px;
    background: url('/upload/services/city_icon.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.map-block .map-block__cities ul li a:hover {
    text-decoration: underline;
}


.map-block.map-block-uslugi .map-block__cities {
    width: 100%;
    margin-bottom: 2rem;
}

.map-block.map-block-uslugi .map-block__cities ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.map-block.map-block-uslugi .map-block__cities ul li {
    margin-bottom: 1rem;
    margin-right: 1rem;
}
.map-block.map-block-uslugi .map-block__cities ul li a {
    display: flex;
    align-items: center;
    font-size: 1.075rem;
}
.map-block.map-block-uslugi .map-block__cities ul li a:before {
    background-size: cover;
    margin-right: 0.2rem;
    width: 15px;
    height: 15px;
}


.map-block .map-block__link {
    text-align: center;
}
.map-block .map-block__link a {
    font-size: 0.875rem;
    width: 300px;
    margin: 0 auto;
    /* background: #B74747;
    border-radius: 4px;
    padding: 20px 48px;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF; */
}
.mobile-visible {
    display: none!important;
}
.service-landing .krematsiya-page p.krematsiya-page-process {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 30px;
}
.service-landing .krematsiya-page .funeral-description {
    padding-bottom: 0;
    margin: 60px 0 40px;
}
.service-landing .krematsiya-page .infographic {
    padding: 0;
    justify-content: space-between;
}
.service-landing .krematsiya-page .infographic .infographic__item {
    width: 32%;
    margin: 0;
    flex: 0 1 32%;
    text-align: left;
    align-items: flex-start;
}
.service-landing .krematsiya-page .infographic .infographic__content {
    border: 2px solid #E6E6E8;
    border-radius: 4px;
    margin-bottom: 12px;
}
.service-landing .krematsiya-page .infographic .infographic__image {
    border-bottom: 2px solid #E6E6E8;
    box-sizing: border-box;
    border-radius: 4px 4px 0px 0px;
    margin: 0;
    width: 100%;
}
.service-landing .krematsiya-page .infographic .infographic__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 20px 0 0 0;
}
.service-landing .krematsiya-page .infographic .infographic__description {
    font-size: 17px;
    line-height: 190%;
    color: #000000;
    margin: 0;
}
.service-landing .krematsiya-page .infographic .infographic__description span.grey {
    font-weight: 600;
    color: #8C8C8C;
}
.service-landing .krematsiya-page .krematsiya-priem-block {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-landing .krematsiya-page .krematsiya-priem-item {
    background: #FFF;
    border: 2px solid #E6E6E8;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 49%;
    padding: 30px 30px 30px 50px;
    display: flex;
    align-items: center;
}
.service-landing .krematsiya-page .krematsiya-priem-item .krematsiya-priem-item__number {
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    text-align: right;
    color: #575452;
    margin-right: 30px;
}
.service-landing .krematsiya-page .krematsiya-priem-item .krematsiya-priem-item__title {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    color: #000000;
    width: 77%;
    margin: 0 10px 0 0;
}
.service-landing .krematsiya-page .krematsiya-priem-item .krematsiya-priem-item__show-more {
    width: 48px;
    height: 48px;
    background: url('/upload/services/krematsiya_img_5.png') no-repeat;
}
.service-landing .krematsiya-page .krematsiya-priem-item .krematsiya-priem-item__content {
    display: none;
}
.krematsiya-priem-item__content {
    background: #FFFFFF;
    border: 2px solid #E6E6E8;
    box-sizing: border-box;
    border-radius: 4px;
    width: 40%;
    margin: 0 auto;
    padding: 30px 50px;
    position: relative;
}
.krematsiya-priem-item__content p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.service-landing .krematsiya-page .service-landing__subtitle {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 36px;
    color: #8C8C8C;
}
.service-landing .krematsiya-page .krematsiya-page-price-bold {
    font-size: 1.188rem;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    margin-bottom: 30px;
}
.service-landing .krematsiya-page .krematsiya-page-price-bold .red {
    color: #B74747;
    font-weight: 700;
    display: inline-block;
}
.service-landing .krematsiya-page .krematsiya-page-price-grey {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #8C8C8C;
    margin-bottom: 8px;
}
.service-landing .krematsiya-page ul.krematsiya-page-price-list {
    /*font-size: 1.188rem;*/
    font-weight: 600;
    line-height: 190%;
    color: #000000;
    list-style: none
}
.service-landing .krematsiya-page .krematsiya-page-price-list li:before {
    content: '—';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #B74747;
    font-weight: 600;
    /*font-size: 20px;*/
    line-height: 190%;
}
.service-landing .krematsiya-page .krematsiya-page-price-button {
    text-align: center;
    margin-bottom: 80px;
}
.service-landing .krematsiya-page .krematsiya-page-price-button a {
    background: #B74747;
    border-radius: 4px;
    display: inline-block;
    padding: 20px 48px;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.service-landing .krematsiya-page .krematsiya-page-price-button a:hover {
    background: #B74747;
    box-shadow: none;
}
.service-landing .krematsiya-page .krematsiya-page-price-button a:active {
    background: #B74747;
    /* border: 3px solid #B74747;
    padding: 17px 45px; */
}
.service-landing .krematsiya-page .icon-8 {
    border-radius: 4px;
    overflow: hidden;
}
.service-landing .krematsiya-page .krematsiya-page-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}
.service-landing .krematsiya-page .krematsiya-page-table table th {
    background: #F3F3F3;
    border: 2px solid #E6E6E8;
    padding: 12px;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #8C8C8C;
}
.service-landing .krematsiya-page .krematsiya-page-table table thead td {
    background: #FFFFFF;
    border: 2px solid #E6E6E8;
    padding: 13px;
    font-size: 17px;
    line-height: 190%;
    text-align: center;
    color: #8C8C8C;
}
.service-landing .krematsiya-page .krematsiya-page-table table tbody td {
    background: #FFFFFF;
    border: 2px solid #E6E6E8;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    text-align: center;
}
.service-landing .krematsiya-page .krematsiya-page-table table tbody td:first-child {
    text-align: left;
    padding: 15px 15px 15px 50px;
}
.service-landing .krematsiya-page .krematsiya-page-table-text {
    margin-bottom: 80px;
}
.service-landing .krematsiya-page ol.krematsiya-page-documents-list {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin: 0 0 46px;
    list-style: none;
}
.service-landing .krematsiya-page ol.krematsiya-page-documents-list li {
    margin-bottom: 15px;
}
.service-landing .krematsiya-page ol.krematsiya-page-documents-list li:last-child {
    margin-bottom: 0;
}
.service-landing .krematsiya-page ol.krematsiya-page-documents-list li span.number {
    color: #B74747;
    font-weight: 700;
    margin-right: 8px;
}

/* страница Организация похорон - новые шаблон, шапка, футер */

.transport img {
    display: block;
    margin: 10px auto;
    width: 300px;
    border-radius: 7px;
}
.transport tr td:first-child {
    text-align: center;
    font-weight: bold;
}
.service-order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-order .item {
  width: 24%;
  margin: 10px 0;
  text-align: center;
}
.service-order img {
  width: 75px;
  margin: 0;
}
.service-order .txt {
  font-weight: bold;
  margin-top: 5px;
  color: rgba(155, 6, 45);
}
.docs-examlples {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.docs-examlples .item {
  width: 25%;
  margin: 10px 0;
}
.docs-examlples img {
  margin: 0;
  width: 100%;
}
.docs-examlples .txt {
  font-size: 14px;
  font-weight: bold;
  margin-top: 34px;
  text-align: center;
}
.red-heading {
    background: rgba(155,6,45,0.9);
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
}
.section-description ul li {
    line-height: 1.75;
}

/* новый дизайн главной страницы */

.banner-top-box {
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    width: 100%;
}

.banner-top-img-box {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
}

.banner-top-img-box img {
    display: block;
}

.banner-top-img-box img.banner-top-img-mobile {
    display: none;
}

.banner-top-wrap.mainpage-banner {
    /*background: url(/upload/mainpage/moscow2013.jpeg) no-repeat;*/
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 1.5rem;
    padding: 1rem 0 1rem;
}

.banner-top-wrap.mainpage-banner .mainpage-banner__content {
    max-width: 73%;
    text-align: left;
    padding: 3rem 0 5rem 6.7rem;
    /* height: 27.5rem; */
    color: #000;
    display: flex;
    align-items: stretch;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-top-wrap.mainpage-banner .mainpage-banner__title {
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    color: #B74747;
    padding: 0 0 1rem 0;
}

.banner-top-wrap.mainpage-banner > .container {
    position: relative;
    align-items: unset;
}

.banner-top-wrap.mainpage-banner > .container:after {
    content: '';
    display: block;
    width: 242px;
    height: 312px;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.banner-top-wrap .mainpage-banner__link {
    position: absolute;
    right: 20px;
    z-index: 1;
    width: 265px;
}
.banner-top-wrap .mainpage-banner__link .items-link {
    margin-bottom: 5px;
}
.banner-top-wrap .mainpage-banner__link .items-link a{
    display: block;
    border-radius: 20px;
    border: 2px solid #E6E6E8;
    padding: 30px 20px;
    background-color: white;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.banner-top-wrap .mainpage-banner__link .items-link a:hover{
    background: #B74747;
    color: white;
}
.banner-top-wrap.mainpage-banner h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    color: #000000;
    margin: 0 0 1.5rem;
    width: 100%;
    text-transform: none;
}
.mainpage-banner__subtitle {
    padding: 0 0 2.3rem 0;
}
.banner-top-wrap.mainpage-banner p {
    font-size: 17px;
    line-height: 190%;
    color: #000000;
    margin: 0 0 24px;
    width: 100%;
    text-align: left;
}
.banner-top-wrap.mainpage-banner p.bold.red {
    font-weight: bold;
    color: #B74747;
    margin: 0 0 16px;
}
.banner-top-wrap.mainpage-banner .mainpage-banner__actions {
    display: flex;
    align-items: center;
}
.banner-top-wrap.mainpage-banner .mainpage-banner__actions a {
    background: #B74747;
    border-radius: 4px;
    padding: 20px 48px;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.banner-top-wrap.mainpage-banner .mainpage-banner__actions a:hover,
.consultation-form-block .callback-form-submit input[type="submit"]:hover,
.map-block .map-block__link a:hover,
.service-landing .anons-block .anons-block__text a:hover,
.service-landing .anons-block .anons-block__text span.btn-def:hover,
.service-landing span.lonely-button-call-me-back:hover,
.service-landing .steps-block .steps-block__actions span.btn-act:hover,
.service-landing .steps-block .steps-block__actions a:hover {
    /* background: #B74747; */
    box-shadow: none;
}
.banner-top-wrap.mainpage-banner .mainpage-banner__actions a:focus,
.consultation-form-block .callback-form-submit input[type="submit"]:focus,
.map-block .map-block__link a:focus,
.service-landing .anons-block .anons-block__text a:focus,
.service-landing .anons-block .anons-block__text span.btn-def:focus,
.service-landing span.lonely-button-call-me-back:focus,
.service-landing .steps-block .steps-block__actions span.btn-act:focus,
.service-landing .steps-block .steps-block__actions a:focus,
.banner-top-wrap.mainpage-banner .mainpage-banner__actions a:active,
.consultation-form-block .callback-form-submit input[type="submit"]:active,
.map-block .map-block__link a:active,
.service-landing .anons-block .anons-block__text a:active,
.service-landing .anons-block .anons-block__text span.btn-def:active,
.service-landing span.lonely-button-call-me-back:active,
.service-landing .steps-block .steps-block__actions span.btn-act:active,
.service-landing .steps-block .steps-block__actions a:active {
    background: #B74747;
    /* border: 3px solid #B74747;
    padding: 17px 45px; */
}
.white-header .header-actions span.as-btn-question:hover,
.white-header .header-actions a.question:hover {
    /* border: 3px solid #B74747; */
}
/* .white-header .header-actions span.as-btn-question:active,
.white-header .header-actions span.as-btn-question:focus, */
.white-header .header-actions a.question:focus,
.white-header .header-actions a.question:active {
    /* border: 5px solid #B74747;
    padding: 15px 43px; */
    color: #B74747;
}
.service-landing .hotline-block a:hover,
.service-landing .frauds-block a:hover,
.service-landing .compensation-block .compensation-block__info a.phone:hover
/* , */
/* .service-landing .reviews-block .reviews-block__link a:hover, */
/* .mainpage-frauds-block .mainpage-frauds-block__content a:hover */
{
    /* border: 5px solid #B74747;
    padding: 15px 46px; */
}
.service-landing .hotline-block a:focus,
.service-landing .frauds-block a:focus,
.service-landing .compensation-block .compensation-block__info a.phone:focus,
/* .service-landing .reviews-block .reviews-block__link a:focus, */
.mainpage-frauds-block .mainpage-frauds-block__content a:focus,
.service-landing .hotline-block a:active,
.service-landing .frauds-block a:active,
.service-landing .compensation-block .compensation-block__info a.phone:active,
/* .service-landing .reviews-block .reviews-block__link a:active, */
.mainpage-frauds-block .mainpage-frauds-block__content a:active {
    border: 5px solid #B74747;
    padding: 15px 46px;
    color: #B74747;
}
.banner-top-wrap.mainpage-banner .mainpage-banner__actions span {
    font-weight: 500;
    font-size: 17px;
    line-height: 190%;
    color: #8C8C8C;
    margin-left: 24px;
}
.mainpage-links {
    padding: 50px 0;
}
.mainpage-links .links-list-wrap > .container {
    margin-bottom: 0;
}
.mainpage-links .links-list-wrap .link-item {
    border: 2px solid #E6E6E8;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 28px 32px;
    margin: 0 20px 0 0;
    background: #fff;
    align-items: center;
}
.mainpage-links .links-list-wrap .link-item:last-child {
    margin: 0;
}
.mainpage-links .links-list-wrap .link-item:hover {
    box-shadow: none;
}
.mainpage-links .links-list-wrap .link-item .link-item-image {
    width: 100px;
    margin-right: 24px;
}
.mainpage-links .links-list-wrap .link-item .link-item-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    text-transform: none;
    padding: 0;
    margin-bottom: 8px;
}
.mainpage-links .links-list-wrap .link-item .link-item-text {
    font-size: 17px;
    line-height: 140%;
    color: #000000;
    font-weight: normal;
}
.mainpage-federal {
    background: #F3F3F3;
    border: 2px solid #E6E6E8;
    padding: 50px 0;
}
.mainpage-federal .mainpage-federal__content {
    padding-left: 115px;
    background: url('/upload/mainpage/image148.png') center left 0 no-repeat;
}
.mainpage-federal .mainpage-federal__content p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.services-list-wrap.mainpage-services-list {
    padding: 2rem 0 1rem;
    background: #fff;
}


.services-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.services-list .service-item {
    color: black;
    overflow: hidden;
}

.mfp-figure:after {
    background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .services-list .service-item {
      width: calc(50% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .services-list .service-item {
      width: 100%;
    }
}

.mainpage-services-list .section-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    margin: 0 0 30px;
    text-transform: none;
}
.mainpage-services-list .services-list .service-item {
    width: calc(14% - 10px);
    box-sizing: border-box;
    background: #FFFFFF;
    /* margin: 5px; */
    margin: 0 5px 1rem;
    position: relative;
    border: 1px solid #C6C6C6;
    border-radius: 9px;
}

.mainpage-services-list .services-list .service-item:before {
    /* content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */

}

.mainpage-services-list .services-list .service-item:nth-child(n+15) {
    display: none;
}

.services-list-wrap.mainpage-services-list.subpage-services-list {
    padding: 0 0 1rem;
}

.mainpage-services-list.subpage-services-list .services-list .service-item:nth-child(n+11),
.mainpage-services-list .services-list.services-list-custom-activ-item .service-item:nth-child(n+11) {
    display: block;
}

.mainpage-services-list .services-list .service-item:nth-child(3n) {
}
.mainpage-services-list .services-list .service-item .service-item-image-wrap {
    height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}
.mainpage-services-list .services-list .service-item .service-item-image-wrap svg {
    transform: scale(0.8);
    transition: 0.2s;
}

.mainpage-services-list .services-list .service-item .service-item-text {
    padding: 1rem 1rem 0.6rem 1rem;
    font-style: normal;
    font-weight: 500;
    font-size: 0.738rem;
    text-align: center;
    text-transform: none;
}

.mainpage-services-list .services-list .service-item:hover {
    /* background: #B74747; */
    /*background: #F3F3F3;*/
    border: 1px solid #C6C6C6;
    box-shadow: 0px 4px 18px rgba(51, 51, 51, 0.25);
}
.mainpage-services-list .services-list .service-item:hover .service-item-image-wrap svg {
    transform: scale(1);
}
.mainpage-services-list .services-list .service-item:hover .service-item-text {
    color: #B74747;
}
.mainpage-services-list .services-list .service-item:hover path {
    fill: #B74747;
}

.mainpage-banner-shop {
    background: #B74747;
    padding: 64px 0;
}
.mainpage-banner-shop > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainpage-banner-shop .mainpage-banner-shop__text {
    display: flex;
    align-items: center;
    max-width: 60%;
}
.mainpage-banner-shop .mainpage-banner-shop__text img {
    margin-right: 24px;
}
.mainpage-banner-shop .mainpage-banner-shop__text p {
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0;
}
.mainpage-banner-shop .mainpage-banner-shop__link a {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px 48px;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    display: block;
}
.mainpage-frauds-block {
    padding: 80px 0;
}
.mainpage-frauds-block .mainpage-frauds-block__content,
.mainpage-frauds-block .mainpage-frauds-block__text {
    padding: 3rem;
    width: 50%;
    margin: 0;
}
.mainpage-frauds-block .mainpage-frauds-block__content {
    text-align: center;
    /* background: #F6F6DA; */
    border-radius: 8px;
	border: 1px solid #D9D9D9;
    /*background: url(/local/templates/mskrit_new/img/grey-bg.jpg) no-repeat;*/
    background: #fff;
    background-position: top left;
    background-size: cover;
}
.mainpage-frauds-block .mainpage-frauds-block__title {
    font-weight: 500;
    font-size: 2rem;
    color: #000000;
    margin-bottom: 1rem;
}
.mainpage-frauds-block .mainpage-frauds-block__subtitle {
    font-weight: 400;
    font-size: 1rem;
    color: #000000;
}

.mainpage-frauds-block .mainpage-frauds-block__content p.bold.red {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #B74747;
    margin: 0 0 20px;
}
.mainpage-frauds-block .mainpage-frauds-block__content p.mainpage-frauds-block__warning-text {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #8C8C8C;
    margin: 0 0 20px;
}
.mainpage-frauds-block .mainpage-frauds-block__content a {
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 2.75rem;
    color: #000000;
    display: block;
    margin: 1rem auto;
    width: fit-content;
}
.mainpage-frauds-block .mainpage-frauds-block__content .btn {
    width: fit-content;
    margin: 0 auto;
}
.section-wrap.service-landing.mainpage-info {
    /* background: #F3F3F3; */
    overflow: visible;
}
.mainpage-licenses .section-wrap.certificates-list-wrap {
    padding: 0;
    background: none transparent;
}
.mainpage-licenses .section-wrap.certificates-list-wrap h2 {
    text-align: center;
}
.mainpage-licenses .section-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 30px;
    text-transform: none;
}
.mainpage-licenses .certificates-list.slick-initialized {
    padding: 0;
}
.mainpage-licenses .slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.mainpage-licenses .slick-slider .slick-prev {
    top: -65px;
    left: unset;
    right: 85px;
    width: 48px;
    height: 48px;
}
.mainpage-licenses .slick-slider .slick-next {
    top: -65px;
    left: unset;
    right: 20px;
    width: 48px;
    height: 48px;
    transform: none;
}
.mainpage-licenses .slick-slider .slick-dots {
    bottom: -25px;
}
.mainpage-licenses .slick-slider .slick-dots li button {
    border: 1px solid #8C8C8C;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
}
.mainpage-licenses .slick-slider .slick-dots li button:before {
    content: unset;
}
.mainpage-licenses .slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
}
.mainpage-licenses .slick-slider .slick-dots li.slick-active button {
    background: #B74747;
    border: 1px solid #B74747;
}
.gray-box.consultation-box {
    padding: 0 1rem 0 3rem;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    background: url('/local/templates/mskrit_new/img/grey-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 4rem 0;
    border-radius: 20px;
}
.gray-box.consultation-box.new{
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 9px;
    background: none;
    background: url('/local/templates/mskrit_new/img/grey-bg__new.jpg') no-repeat;
    border: 1px solid #858585;
    /*background-size: cover;*/
    background-position: bottom right;
}
.mainpage-threebox.new .allert-box a {
    text-decoration-line: none;
}
.consultation-form-block {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
@media (max-width: 1100px) {
    .gray-box.consultation-box.new{
        margin-bottom: 25px;
    }
}
@media (max-width:768px) {
    .gray-box.consultation-box.new{
        background: url('/local/templates/mskrit_new/img/grey-bg__new.jpg') no-repeat;
        background-size: cover;
    }
    .gray-box.consultation-box.new .consultation-form-block{
        background: none;
    }
}
.gray-box.consultation-box.new .callback-form-wr {
    margin: 0 auto;
}
.consultation-form-block img {
    margin: -4.9rem 0 0 0;
    z-index: 1;
}
.consultation-form-block__content {
    padding: 2rem 2rem 2rem 0;
}
.gray-box.consultation-box.new .consultation-form-block__content{
    /*padding: 5.6rem 10rem;*/
    margin: auto;
    padding: 1.2rem 0.8rem;
    padding-bottom: 35px;
}
.gray-box.consultation-box.new .consultation-form-block__content h2,
.gray-box.consultation-box.new .consultation-form-block__content .service-landing__subtitle {
    color: #2D2927;
}

.gray-box.consultation-box.new .consultation-form-block__content h2{
    font-size: 25px;
}
.gray-box.consultation-box.new .consultation-form-block__content .callback-form-submit input{
    background: #2D2927;
}
.gray-box.consultation-box.new .callback-form-field.callback-checkbox label,
.gray-box.consultation-box.new .callback-form-field.callback-checkbox a{
    /*color: #fff;*/
    color: #000;
}
.consultation-form-block:after {
    /* background: url('/upload/mainpage/consultation_bg_3.png') no-repeat; */
}
.consultation-form-block:after {
    /* background: url('/upload/mainpage/consultation_bg_3.png') no-repeat; */
}

/* новый дизайн главной страницы */

.about-licenses{
    margin-top: 50px;
}

.about-licenses .container{
    padding: 0 !important;
}
/*.ya-taxi-wrap{
    position: fixed;
    top: 378px;
    padding: 5px 0;
    right: 0;
    width: 57px;
    background: #434343;
    border-radius: 8px 0 0 8px;
    text-align: center;
}
.ya-taxi-wrap img{
    width: 45px;
}
.calk-wrap{
    position: fixed;
    top: 436px;
    right: 0;
    width: 57px;
    text-align: center;
    background: 4c;
    background: #434343;
    padding: 5px 0;
    border-radius: 8px 0 0 8px;
}
@media (max-width: 768px) {
    .ya-taxi-wrap{
        display: none;
    }
    .calk-wrap{
        display: none;
    }
}*/
.popular-products .product-item-container{
    /*margin:0 !important;
    padding: 0 !important;*/
}

.popular-products .slick-slide{
    padding: 0 0 80px 0px;
    margin: 15px;
}

.popular-products_wrap .section-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    color: #2D2927;
    margin-bottom: 30px;
    text-transform: none;
}

.popular-products .slick-prev {
    top: -65px;
    left: unset;
    right: 85px;
    width: 48px;
    height: 48px;
}
.popular-products .slick-next {
    top: -65px;
    left: unset;
    right: 20px;
    width: 48px;
    height: 48px;
    transform: none;
}

.popular-products_wrap{
    margin-top: 25px;
    margin-bottom: -60px;
}
.nav-list .root-parent.root-item {
    justify-content: start;
}
.nav-list .level-2.root-parent.root-item {
    justify-content: start;
}
.nav-list > li:hover > a + .menu-item-wrap > ul li:hover > a + .menu-item-wrap > ul {
    pointer-events: auto;
}
.nav-list li:hover > a.level-2 + .menu-item-wrap > ul {
    opacity: 1;
    visibility: visible;
}
/* .white-header .main-nav-wrap .nav-list .level-2 .root-arrow::after {
    transform: rotate(-90deg);
} */

.prices-links {
    background: #F3F3F3;
    padding: 0 0 50px;
}
.prices-links.mainpage {
    padding: 0;
    width: 100%;
    /*! display: flex; */
}
.prices-links .prices-links-block {
    display: flex;
    justify-content: space-between;
}
.prices-links.mainpage .prices-links-block {
    flex-wrap: wrap;
}
.prices-links .prices-links-block a {
    border-radius: 4px;
    padding: 90px 20px;
    text-align: center;
    width: 32%;
}
.prices-links.mainpage .prices-links-block a {
    width: 24%;
    margin-bottom: 26px;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 3px solid #E6E6E8;
    border-radius: 4px;
    /*! line-height: normal; */
    height: 84px;
}
.prices-links.mainpage .prices-links-block a:last-child {
}
.prices-links .prices-links-block a:hover {
    opacity: 0.8;
}
.prices-links .prices-links-block a img {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    filter: invert(1);
}
.prices-links .prices-links-block a > span {
    font-weight: 600;
    font-size: 17px;
    text-align: left;
    color: #000;
}

.about-box {
    display: flex;
    justify-content: space-between;
}
.about-box__left {
    width: 72%;
    /* padding-right: 2.3rem; */
}
.about-box__text {
    display: flex;
    justify-content: space-between;
}
.about-box__text p {
    padding: 1.6rem 2.1rem;
    margin: 0;
}
.about-box__text > p,
.about-box__text div {
    width: 48%;
}
.about-box__text div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-box__text > p,
.about-box__text div > p/*:first-child*/ {
    background: #FFFFFF;
    border-radius: 7px;
}
.about-box__text nobr,
.about-box__text span {
    color: #B74747;
}
.about-box .federal-box {
    width: 25%;
    border-radius: 7px;
    border: none;
    background: #F5EFD6 /*url(/upload/mainpage/image148.png) 50% 1.5rem no-repeat*/;
    background-size: 70px;
    padding: /*7.4rem*/ 2.3rem 1.6rem;
}
.about-box .federal-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 150%;
    margin: 0;
}

.about-box__top .about-box__left{
    width: calc(65% - 12.5px);
}
.about-box__top .about-box__right{
    width: calc(35% - 12.5px);
}
.about-box__top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-box__bottom{
    margin-top: 25px;
    padding: 50px 32px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
/*.about-box__bottom::after{
   content: '';
   background: url(/local/templates/mskrit_new/img/ribbon.png);
   background-repeat: no-repeat;
   position: absolute;
   right: 0;
   top: 0;
   display: block;
   width: 334px;
    height: 251px;
}*/
.main-page-text.gray-box.new .about-box__bottom.about-box__text{
    padding: 0;
}
.main-page-text.gray-box.new .about-box__bottom.about-box__text p{
    padding: 50px 32px;
}
@media (max-width: 1000px) {
    .main-page-text.gray-box.new .about-box__bottom.about-box__text img{
        display: none;
    }
    .main-page-text.gray-box.new .about-box__bottom.about-box__text p{
        width: 100%;
    }
}
.about-box__bottom p {
    padding: 0;
    width: 70%;
}
.about-box__top .about-box__left p:first-child{
    width: 100%;
}
.mainpage-threebox {
    padding: 1.8rem 0;
}
/*.mainpage-threebox.new {
    margin: -7.6rem 0 0 0;
}*/
.workarea-content .mainpage-threebox {
    padding: 4rem 0;
}
.workarea-content .uslugi__pages .mainpage__prices.gray-box {
    padding-bottom: 2rem !important;
}
.citypage-threebox.mainpage-threebox {
margin-top: -8rem;
}
.mainpage-threebox .container {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 600px) {
    .mainpage-threebox .container {
        justify-content: center;

    }
}
.shop-box {
    width: 52%;
    padding: 1.5rem 2.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #273A64;
    border-radius: 8px;
    color: #fff;
}
.shop-box.shop-box__new{
    padding: 0 0 0 2.8rem;
    overflow: hidden;
    background-image: url(/local/templates/mskrit_new/img/main-shop-allert-comp__bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    position: relative;
}
@media (max-width: 768px) {
    .shop-box.shop-box__new {
        min-height: 280px;
        flex-direction: column;
        padding-left: 1.2rem;
    }
    .shop-box.shop-box__new img {
        position: absolute;
        height: 100%;
        width: fit-content;
        top: 0;
        right: 0;
    }
    
    .shop-box.shop-box__new .shop-box__desc{
        margin: auto 200px auto 0;
    }
}
@media (max-width: 564px) {
    .shop-box.shop-box__new {
        padding-left: 0.8rem;
    }
    .shop-box.shop-box__new img {
        right: -100px;
    }
    .shop-box.shop-box__new .shop-box__desc{
        margin-right: 100px;
        padding: 1rem;
    }
    
}
.shop-box__title {
    font-style: normal;
    font-weight: 500;
    font-size: 1.875rem;
}
.shop-box__text {
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%;
    padding: 1rem 0;
}
.shop-box .btn {
    width: fit-content;
}

.allert-box {
    width: 25%;
    padding: 1.9rem 1rem;
    background: #F3F3F4;
    border: 4px solid #273A64;
    border-radius: 8px;
    margin: 0 1.5rem;
    text-align: center;
    font-style: normal;
}
.allert-box.allert-box__new{
    border-radius: 9px;
    border: 1px solid #989898;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.allert-box p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%;
}

.allert-box .allert-box__title {
    font-weight: 500;
    font-size: 1.5rem;
}

.allert-box a {
    font-weight: 500;
    font-size: 1.875rem;
    text-decoration-line: underline;
    color: #B74747;
}

.compensation-red-box, .compensation-box {
    width: 25%;
    font-style: normal;
    text-align: center;
    border: 1px solid #989898;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .compensation-red-box, .compensation-box {
        width: 100%;
    }
}
.compensation-red-box__title,
.compensation-red-box__info {
    padding: 1rem 1.5rem;
}
.compensation-box.compensation-box__new .remark{
    font-size: 0.75rem;
    margin-bottom: 0;
}
.allert-box.allert-box__new,.compensation-box.compensation-box__new{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}
.compensation-box.compensation-box__new{
    padding: 1rem 1.5rem;
}
.allert-box.allert-box__new, .compensation-box.compensation-box__new{
    padding-top: 115px;
    padding-bottom: 35px;
    text-align: left;
}
.allert-box.allert-box__new{
    padding: 115px 35px 35px 35px;
}
.consultation-form-block__content h2, .allert-box a, .compensation-box__title, .compensation-box__info p > span{
    text-decoration: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0;
}
.compensation-box__info p > span{
    margin: 1rem 0;
}
.shop-box.consultation-box.new{
    padding-top: 80px;
    display: block;
}
.shop-box.consultation-box.new::before{
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_160_416)'%3E%3Cpath d='M30.4106 5.53889C30.4106 4.32066 29.4229 3.33301 28.2047 3.33301H2.20588C0.987647 3.33301 0 4.32066 0 5.53889V31.5377C0 32.753 0.989412 33.7436 2.20588 33.7436H11.6658C12.0995 33.7436 12.498 33.9822 12.7028 34.3645L14.6861 38.0671C14.9079 38.4811 15.5014 38.4811 15.7232 38.0671L17.7065 34.3645C17.9113 33.9822 18.3098 33.7436 18.7435 33.7436H24.3975V22.3695C24.3975 19.4265 26.6546 16.6342 30.4105 16.6342L30.4106 5.53889ZM13.44 27.6754V27.0424C13.44 26.0683 14.2306 25.2777 15.2047 25.2777C16.18 25.2777 16.9694 26.0683 16.9694 27.0424V27.6754C16.9694 28.6507 16.18 29.4401 15.2047 29.4401C14.2306 29.4401 13.44 28.6507 13.44 27.6754ZM17.44 19.8612C17.1506 19.986 16.9694 20.2412 16.9694 20.5259V21.4201C16.9694 22.3954 16.18 23.1848 15.2047 23.1848C14.2306 23.1848 13.44 22.3954 13.44 21.4201V20.5259C13.44 18.8207 14.4772 17.2941 16.0435 16.6201C16.8565 16.2695 17.36 15.4705 17.3259 14.5848C17.2847 13.4847 16.3894 12.5895 15.2894 12.5482C14.0754 12.5017 13.0824 13.4689 13.0824 14.6694C13.0824 15.647 12.29 16.4341 11.3176 16.4341C10.3435 16.4341 9.55294 15.6435 9.55294 14.6694C9.55294 11.483 12.1888 8.89854 15.4235 9.02113C18.3565 9.13277 20.7412 11.5176 20.8529 14.4504C20.9424 16.8061 19.6024 18.9295 17.44 19.8612Z' fill='%232D2927'/%3E%3Cpath d='M57.7938 20.1636H30.1315C28.9138 20.1636 27.9268 21.1506 27.9268 22.3683V50.0318C27.9268 51.2495 28.9138 52.2365 30.1315 52.2365H40.5333C40.9671 52.2365 41.3656 52.4751 41.5704 52.8575L43.4448 56.3565C43.6665 56.7705 44.26 56.7705 44.4818 56.3565L46.3562 52.8575C46.561 52.4751 46.9595 52.2365 47.3932 52.2365H57.7939C59.0122 52.2365 59.9998 51.2489 59.9998 50.0306V22.3695C59.9997 21.1511 59.0121 20.1636 57.7938 20.1636ZM53.5515 37.7718L52.175 39.1142C51.9915 39.293 51.9079 39.5506 51.9515 39.8024L52.2762 41.6977C52.8789 45.2146 49.1831 47.8972 46.0268 46.2377L44.3244 45.3435C44.0985 45.2246 43.8279 45.2246 43.6009 45.3435L41.8997 46.2377C38.7297 47.9019 35.0477 45.1991 35.6503 41.6977L35.975 39.8024C36.0185 39.5506 35.935 39.293 35.7515 39.1142L34.375 37.7718C31.8244 35.2858 33.2232 30.9385 36.7621 30.4259L38.6644 30.1495C38.9173 30.1118 39.1362 29.953 39.2491 29.7236L40.1009 28C41.6792 24.8003 46.2471 24.7998 47.8256 28L48.6762 29.7236C48.7891 29.953 49.0091 30.1118 49.2621 30.1495L51.1644 30.4259C54.6958 30.9367 56.1055 35.2813 53.5515 37.7718Z' fill='%232D2927'/%3E%3Cpath d='M50.6563 33.9178L48.7539 33.6414C47.3516 33.4378 46.1386 32.5567 45.5116 31.2861L44.661 29.5614C44.366 28.9713 43.5486 28.9885 43.2657 29.5614L42.4151 31.2861C41.7869 32.5567 40.5751 33.4378 39.1716 33.6414L37.2692 33.9178C36.6262 34.0123 36.3749 34.7937 36.8386 35.2449L38.2151 36.5873C39.2304 37.5767 39.6927 39.0014 39.4539 40.399L39.128 42.2943C39.0196 42.9304 39.6823 43.4164 40.2574 43.1143L41.9586 42.219C43.2139 41.5602 44.7127 41.559 45.968 42.2202L47.6692 43.1143C48.2425 43.4154 48.9063 42.9325 48.7974 42.2943L48.4727 40.399C48.2327 39.0014 48.6963 37.5767 49.7116 36.5873L51.088 35.2449C51.5512 34.7943 51.3005 34.0124 50.6563 33.9178Z' fill='%232D2927'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_160_416'%3E%3Crect width='60' height='60' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 25px;
    left: 35px;
}
.shop-box.consultation-box.new .callback-form.container form {
    max-width: 305px;
}
.allert-box.allert-box__new::before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='54' viewBox='0 0 44 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.31739 16.9037C8.39846 15.8479 8.76943 14.835 9.3894 13.9766L17.3276 3.06262C17.8635 2.32553 18.5662 1.72567 19.3783 1.31207C20.1903 0.89847 21.0887 0.682861 22 0.682861C22.9113 0.682861 23.8097 0.89847 24.6217 1.31207C25.4338 1.72567 26.1365 2.32553 26.6724 3.06262L34.6106 13.9762C35.2306 14.8348 35.6016 15.8478 35.6827 16.9037C31.6125 14.2685 26.8479 12.9092 22 12.9999C17.1521 12.9091 12.3876 14.2685 8.31739 16.9037ZM41.25 44.4999H2.75C2.05381 44.4999 1.38613 44.7765 0.893845 45.2688C0.401562 45.7611 0.125 46.4287 0.125 47.1249C0.125 47.8211 0.401562 48.4888 0.893845 48.9811C1.38613 49.4734 2.05381 49.7499 2.75 49.7499H41.25C41.9462 49.7499 42.6139 49.4734 43.1062 48.9811C43.5984 48.4888 43.875 47.8211 43.875 47.1249C43.875 46.4287 43.5984 45.7611 43.1062 45.2688C42.6139 44.7765 41.9462 44.4999 41.25 44.4999ZM22 34.8749C21.8269 34.8749 21.6578 34.9263 21.5139 35.0224C21.37 35.1185 21.2578 35.2552 21.1916 35.4151C21.1254 35.575 21.1081 35.7509 21.1418 35.9206C21.1756 36.0904 21.2589 36.2463 21.3813 36.3687C21.5037 36.491 21.6596 36.5744 21.8293 36.6081C21.999 36.6419 22.175 36.6246 22.3348 36.5583C22.4947 36.4921 22.6314 36.38 22.7275 36.2361C22.8237 36.0922 22.875 35.923 22.875 35.7499C22.8748 35.5179 22.7825 35.2955 22.6185 35.1315C22.4544 34.9674 22.232 34.8752 22 34.8749ZM22 24.3749C26.1544 24.3749 29.6353 20.8788 30.5239 16.2117C25.0084 14.2627 18.9916 14.2627 13.4761 16.2118C14.3647 20.8788 17.8456 24.3749 22 24.3749ZM2.03575 51.4999C2.21512 52.0106 2.54842 52.4532 2.98975 52.7666C3.43107 53.08 3.95871 53.2489 4.5 53.2499H39.5C40.0413 53.2489 40.5689 53.08 41.0103 52.7666C41.4516 52.4532 41.7849 52.0106 41.9642 51.4999H2.03575ZM13.9183 26.9999H30.0818L34.6106 20.7733C35.0186 20.2062 35.3201 19.5696 35.5004 18.8947C34.4688 18.1012 33.3497 17.4286 32.1649 16.8902C31.009 22.1889 26.8968 26.1249 22 26.1249C17.1032 26.1249 12.991 22.1889 11.8351 16.8902C10.6503 17.4287 9.53113 18.1013 8.49956 18.8947C8.67989 19.5698 8.98138 20.2064 9.38936 20.7736L13.9183 26.9999ZM36.4059 28.5261C36.817 29.0047 37.1195 29.5667 37.2927 30.1734C37.4658 30.7801 37.5056 31.4171 37.4091 32.0406L35.9282 41.6652C35.8701 42.0393 35.7627 42.404 35.6088 42.7499H36.6115L41.6236 39.8261C42.5504 39.2855 43.2462 38.4232 43.5787 37.4032C43.9112 36.3831 43.8573 35.2764 43.4272 34.2935L39.6982 25.7712C39.323 24.9176 38.7269 24.1796 37.9714 23.6332C37.2159 23.0868 36.3284 22.7518 35.4002 22.6627L32.2456 26.9999H33.0854C33.7162 26.9996 34.3396 27.1358 34.9128 27.3993C35.486 27.6627 35.9954 28.0471 36.4059 28.5261ZM8.32043 31.774C8.26572 31.4004 8.29174 31.0194 8.39674 30.6567C8.50175 30.294 8.6833 29.958 8.92916 29.6714C9.17501 29.3848 9.47946 29.1543 9.82197 28.9953C10.1645 28.8364 10.5371 28.7527 10.9147 28.7499H33.0854C33.463 28.7527 33.8356 28.8364 34.1782 28.9954C34.5207 29.1544 34.8252 29.385 35.071 29.6716C35.3169 29.9582 35.4984 30.2942 35.6034 30.657C35.7084 31.0197 35.7344 31.4008 35.6796 31.7744L34.1987 41.399C34.1205 41.9022 33.8973 42.3716 33.5564 42.7499H10.4435C10.1026 42.3718 9.87945 41.9025 9.80122 41.3994L8.32043 31.774ZM19.375 35.7499C19.375 36.2691 19.529 36.7766 19.8174 37.2083C20.1058 37.64 20.5158 37.9764 20.9955 38.1751C21.4751 38.3738 22.0029 38.4258 22.5121 38.3245C23.0213 38.2232 23.489 37.9732 23.8562 37.6061C24.2233 37.239 24.4733 36.7713 24.5746 36.2621C24.6758 35.7528 24.6239 35.2251 24.4252 34.7454C24.2265 34.2657 23.8901 33.8558 23.4584 33.5673C23.0267 33.2789 22.5192 33.1249 22 33.1249C21.304 33.1257 20.6368 33.4025 20.1447 33.8946C19.6526 34.3867 19.3758 35.054 19.375 35.7499ZM2.37659 39.8263L7.38851 42.7499H8.39113C8.23729 42.4043 8.12992 42.0398 8.07181 41.666L6.59098 32.0401C6.49501 31.4167 6.53499 30.7799 6.70818 30.1734C6.88137 29.5669 7.18367 29.005 7.59435 28.5263C8.00504 28.0475 8.5144 27.6632 9.0875 27.3998C9.66061 27.1363 10.2839 26.9999 10.9147 26.9999H11.7545L8.59969 22.6626C7.67159 22.7516 6.78402 23.0865 6.02852 23.6329C5.27302 24.1792 4.67694 24.9172 4.30176 25.7707L0.572807 34.2933C0.142728 35.2763 0.0888488 36.3831 0.421412 37.4032C0.753975 38.4233 1.44979 39.2856 2.37659 39.8263Z' fill='%232D2927'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 25px;
    left: 35px;
}
.compensation-box.compensation-box__new::before{
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_160_434)'%3E%3Cpath d='M0.78125 8.88146C4.37902 16.0569 25.6535 16.2229 29.3286 8.87931C29.3286 -2.9481 0.78125 -2.97216 0.78125 8.88146Z' fill='%232D2927'/%3E%3Cpath d='M15.3061 34.5071C14.934 32.5762 14.9228 30.581 15.2883 28.6278C15.3503 28.2962 15.1009 27.9901 14.7637 27.9883C10.4145 27.9644 5.30526 26.9704 1.60728 24.5905C1.25047 24.3608 0.78125 24.6192 0.78125 25.0436V29.5427C0.78125 29.63 0.801187 29.7168 0.842523 29.7936C2.58473 33.0237 8.78263 35.0769 14.7721 35.1512C15.1147 35.1556 15.3709 34.8434 15.3061 34.5071Z' fill='%232D2927'/%3E%3Cpath d='M28.5028 14.2028C21.4719 18.7287 8.64866 18.7354 1.60823 14.2037C1.25124 13.9739 0.78125 14.2363 0.78125 14.6608V19.135C0.78125 19.2224 0.801016 19.3088 0.842523 19.3856C2.5147 22.4764 8.74731 25.0458 16.2467 24.7377C16.4427 24.7295 16.6165 24.6126 16.705 24.4376C19.0751 19.7396 23.6324 16.5388 28.8559 15.9148C29.1257 15.8826 29.3285 15.6537 29.3285 15.382V14.6592C29.3285 14.2354 28.8593 13.9733 28.5028 14.2028Z' fill='%232D2927'/%3E%3Cpath d='M19.693 42.6964C18.4854 41.5098 17.4883 40.1498 16.73 38.6625C16.6334 38.473 16.4381 38.3564 16.2257 38.3643C11.4569 38.5425 5.71526 37.5791 1.67585 35.0226C1.28853 34.7774 0.795166 35.1009 0.857986 35.5549C1.85013 42.73 12.1657 44.9891 19.417 43.6113C19.8467 43.5298 20.0049 43.0028 19.693 42.6964Z' fill='%232D2927'/%3E%3Cpath d='M30.7328 27.9075C28.744 27.9075 27.126 29.5255 27.126 31.5143C27.126 33.5029 28.744 35.121 30.7328 35.121C32.7215 35.121 34.3396 33.5029 34.3396 31.5143C34.3396 29.5255 32.7217 27.9075 30.7328 27.9075Z' fill='%232D2927'/%3E%3Cpath d='M30.7328 19.0291C22.9578 19.0291 17.3343 25.9135 18.3689 33.2619C19.2212 39.3795 24.4696 43.9999 30.7328 43.9999C37.618 43.9999 43.2192 38.3986 43.2192 31.5135C43.2193 24.6052 37.5925 19.0291 30.7328 19.0291ZM30.7328 38.347C26.9652 38.347 23.9001 35.282 23.9001 31.5144C23.9001 27.7468 26.9651 24.6817 30.7328 24.6817C34.5005 24.6817 37.5655 27.7468 37.5655 31.5144C37.5655 35.2819 34.5005 38.347 30.7328 38.347Z' fill='%232D2927'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_160_434'%3E%3Crect width='44' height='44' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 25px;
    left: 35px;
}
.compensation-red-box__title {
    margin: -1px -1px 0 -1px;
    background-color: #B74747;
    background-image: url("data:image/svg+xml,%3Csvg width='88' height='108' viewBox='0 0 88 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.3707 69.8702H32.4124V78.2791H66.5067V91.7333H32.4124V107.022H11.4667V91.7333H0V78.2791H11.4667V69.8702H0V51.3707H11.4667V0H51.3707C61.4613 0 69.9722 3.46548 76.9031 10.3964C83.936 17.3274 87.4524 25.6853 87.4524 35.4702C87.4524 45.2551 83.987 53.4602 77.056 60.0853C70.227 66.6086 61.6652 69.8702 51.3707 69.8702ZM51.3707 19.7227H32.4124V51.3707H51.3707C55.6516 51.3707 59.219 49.8418 62.0729 46.784C65.0287 43.7262 66.5067 39.955 66.5067 35.4702C66.5067 30.9855 65.0287 27.2652 62.0729 24.3093C59.219 21.2516 55.6516 19.7227 51.3707 19.7227Z' fill='%239C3A52'/%3E%3C/svg%3E%0A");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #B74747;
    font-weight: 500;
    font-size: 1.5rem;
    color: #FFFFFF;
}
.compensation-red-box__new .compensation-red-box__title{
    background-image: url("data:image/svg+xml,%3Csvg width='88' height='108' viewBox='0 0 88 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.3707 69.8702H32.4124V78.2791H66.5067V91.7333H32.4124V107.022H11.4667V91.7333H0V78.2791H11.4667V69.8702H0V51.3707H11.4667V0H51.3707C61.4613 0 69.9722 3.46548 76.9031 10.3964C83.936 17.3274 87.4524 25.6853 87.4524 35.4702C87.4524 45.2551 83.987 53.4602 77.056 60.0853C70.227 66.6086 61.6652 69.8702 51.3707 69.8702ZM51.3707 19.7227H32.4124V51.3707H51.3707C55.6516 51.3707 59.219 49.8418 62.0729 46.784C65.0287 43.7262 66.5067 39.955 66.5067 35.4702C66.5067 30.9855 65.0287 27.2652 62.0729 24.3093C59.219 21.2516 55.6516 19.7227 51.3707 19.7227Z' fill='%23962929'/%3E%3C/svg%3E%0A");
}

.compensation-red-box__new .compensation-red-box__title >p{
    font-weight: 400;
}
.compensation-red-box__title span {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.18;
}

.compensation-red-box__info {
    /* border: 1px solid #D7D7D7;
    border-radius: 0 0 8px 8px; */
    font-weight: 400;
    font-size: 1rem;
}

.compensation-red-box__title p,
.compensation-red-box__info p {
    margin: 0;
}

.compensation-red-box__info p span {
    font-weight: 500;
    font-size: 1.5rem;
}

.compensation-red-box__info p:nth-child(2) {
    font-weight: 400;
    font-size: 0.75rem;
}

.compensation-red-box__info .btn {
    width: fit-content;
    margin: 0.5rem auto;
}

.doverie {
    padding: 2.3rem 0 5.8rem 0;
}

.doverie__subtitle {
    padding-bottom: 2.5rem;
}

.doverie__list {
    display: flex;
    justify-content: space-between;
}

.doverie__item {
    box-sizing: border-box;
    width: 25%;
    padding-right: 2.5rem;
}
.doverie-new .doverie__item{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.17);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 23px;
    margin: 18px;
}
@media (max-width: 1100px) {
    .doverie-new .doverie__item{
        width: calc(50% - 36px);
    }
}
@media (max-width:764px) {
    .doverie-new .doverie__item{
        width: 100%;
        margin: 10px 0;
    }
}
.doverie-new .doverie__item svg {
    margin-bottom: 18px;
}
/*
.doverie__item:last-child {
    padding-right: 0;
}
*/
.doverie__title {
    font-weight: 500;
    font-size: 1.25rem;
}

.doverie__item p {
    font-size: 0.875rem;
}

.article {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.left-article {
    width: 70%;
}
.right-article {
    margin-left: 15px;
    width: 28%;
}
.right-article .title{
    color: #000;

    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    font-size: 16px;
    margin: 0 0 15px 0;
}
.relink-article__item a{
    display: block;
    color: #B74747;
    border: 1px solid #B74747;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.relink-article__item:hover a{
    color: white;
    background: #B74747;
}
.relink-article__item:nth-child(even) a{
    color: white;
    display: block;
    background: #B74747;
}
.relink-article__item:nth-child(even):hover a{
    color: #B74747;
    background: transparent;
}
.article .link {
    color: #B74747;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.article .callback-form-wr {
    padding: 0 15px 35px 15px;
    background: #B74747;
    margin-bottom: 20px;
}
.article .callback-form-title {
    color: white;
    padding-top: 15px;
    text-transform: none;
}
.article .callback-form-field-label {
    color: white;
}
.article .callback-form-field {
    color: white;
}
.article .callback-form-wr input[type="submit"]{
    background: white;
    color: #B74747;
}
.article .callback-form-wr input[type="submit"]:hover{
    color: white;
}
.article .success-message{
    padding-top: 15px;
}


.btn-mainpage-custom {
    margin: 1rem auto 0;
    cursor: pointer;
}
.btn-grey.btn-mainpage-custom:hover {
    /*color: #fff;
    background-color: #B74747;*/
}

.soc-card {
    padding: 1.8rem 3.5rem;
    margin: -7.6rem 0 0 0;
    color: #fff;
    background: linear-gradient(90deg, #691919 -4.19%, #525354 46.82%, #288C83 100%);
    border-radius: 8px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.soc-card.soc-card_new{
    margin: 0;
    color: #000;
    border-radius: 8px;
    /*background: #F8F8F8;*/
    background-image: url('/local/templates/mskrit_new/img/soc-card-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
}
.soc-card.soc-card_new.subdomen{
    background-image: url('/local/templates/mskrit_new/img/soc-card-bg__subdomen.jpg');
}
@media (max-width: 1300px) {
    .soc-card.soc-card_new.subdomen{
        background-image: url('/local/templates/mskrit_new/img/soc-card-bg__subdomen-tablet.jpg');
    }  
}
@media (max-width: 650px) {
    .soc-card.soc-card_new.subdomen{
        background-image: url('/local/templates/mskrit_new/img/soc-card-bg__subdomen-mobile.jpg');
    }
}
.soc-card.soc-card_new p.grey {
    font-size: 0.8rem;
    color: #969696;
}
.soc-card.soc-card_new h2{
    font-weight: 400;
}
.soc-card.soc-card_new .soc-card__list a{color: #000;}
.soc-card, .soc-card:after, .soc-card:before {
    box-sizing: border-box;
}
.soc-card h2 {
    color: #FFFFFF;
}
.soc-card.soc-card_new h2{
    color: #000;
}
.soc-card .txt {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400;
}
.soc-card .txt .red {
  /* color: #B74747; */
  font-weight: bold;
}
.soc-card__left {
    flex-grow: 1;
    padding-right: 2rem;
}
.soc-card__right {
    font-size: 0.875rem;
    text-align: center;
}

.soc-card__right p {
    margin-bottom: 0;
    width: 320px;
}

.soc-card__list {
    display: flex;
    width: 90%;
    justify-content: space-between;
    list-style-position: outside;
    margin-block-start: 2.2rem;
font-weight: 700;
font-size: 1.25rem;
}


.soc-card-block {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.soc-card-block .left {
  width: 33%;
}
.soc-card-block .left .item {
  background: #F3F3F3;
  margin-bottom: 15px;
  text-align: center;
  color: #B74747;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding: 25px;
}
.soc-card-block .right {
 width: 54%;
}


.soc-card-block .right img {
  max-width: 100%;
}
@media (max-width: 1300px) {
    .soc-card.soc-card_new .soc-card__left{
        position: relative;
        z-index: 2;
        padding: 0.3rem;
    }
    .soc-card.soc-card_new .soc-card__left p,
    .soc-card.soc-card_new .soc-card__left ul,
    .soc-card.soc-card_new .soc-card__left h2{
        position: relative;
        z-index: 2;
        
    }
    .soc-card.soc-card_new .soc-card__left::before{
        content: '';
        background: #fff;
        display: block;
        width: 100%;
        height: 100%;
        filter: blur(10px);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}
@media (max-width: 1300px) {
    
    .soc-card.soc-card_new {
       /* padding-bottom: 60%;*/
    }
    .soc-card.soc-card_new{
        background-image: url('/local/templates/mskrit_new/img/soc-card-tablet-bg.jpg');
        text-align: left;
        background-position: bottom;

    }
}
@media (max-width: 650px) {
    .soc-card.soc-card_new{
        background-image: url('/local/templates/mskrit_new/img/soc-card-mobile-bg.jpg');
        text-align: left;
        background-position: bottom;
        margin-bottom: 1rem;
    }
    .soc-card.soc-card_new .soc-card__left{
        padding-right: 0;
    }
    .soc-card.soc-card_new h2 {font-size: 1.25rem;}
    .soc-card.soc-card_new .txt {font-size: 0.87rem;}
    .soc-card.soc-card_new .soc-card__list li a {font-size: 1rem;}
    .soc-card__left {
        width: 100%;
    }
    .soc-card.soc-card_new {
        padding-bottom: 60%;
    }
}

img.detail_picture-left {
    width: 350px;
    height: auto;
    float: left;
    margin: 0 15px 15px 0;
    border-radius: 7px;
    max-width: 100%;
}
img.detail_picture-left.left-custom {
    width: 289px;
}

.nav-list .fullwidth-menu {
    width: auto;
    padding: 28px 48px;
}

.nav-list .fullwidth-menu > .os-padding > .os-viewport > .os-content {
    columns: 4;
}

.nav-list .fullwidth-menu > .os-padding > .os-viewport > .os-content li {
   width: 220px;
}
.fixed-header .nav-list > li > a::after {
    background: #b0b0b0;
}
.banner-top-wrap .red-dots,
.city-page-header__text .red-dots{
    color: #000;
    text-align: left;
    margin-bottom: 24px;
}
.banner-top-wrap ul.red-dots li,
.city-page-header__text ul.red-dots li {
    font-weight: 500;
    font-size: 17px;
}
.banner-top-wrap ul.red-dots li::before,
.city-page-header__text ul.red-dots li::before{
    top: 11px;
    width: 8px;
    height: 8px;
    background: #a41e41;
    border: unset;
}
.banner-top-wrap ul.red-dots li + li {
    margin: 0;
}
.banner-top-wrap .white-dots {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none inside;
}
.banner-top-wrap ul.white-dots li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
}
.banner-top-wrap ul.white-dots li::before {
    content: "";
    top: 12px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border: unset;
    position: absolute;
    border-radius: 100%;
}
.banner-top-wrap.mainpage-banner.main-domen-banner > .container::after {
    content: none;
}
.mainpage-banner__left {
    max-width: 63%;
    padding: 1.6rem 1rem 0 0;
}
.mainpage-banner__right {
    display: flex;
    flex-direction: column;
}
.city-page-header .mainpage-banner__right {
    width: 30%;
}
.city-page-header .mainpage-banner__left {
    max-width: 52%;
}
.mainpage-banner__compensation {
    border-left: solid 9px #3696D7;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.2rem 1.3rem;
}

.mainpage-banner__compensation b {
    font-size: 1.5rem;
}

.mainpage-banner__rassrochka {
    border-radius: 9px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    margin-top: auto;
}
.mainpage-banner__rassrochka--left,
.mainpage-banner__rassrochka--right {
    width: 50%;
    padding: 0.5rem 1rem;
}

.mainpage-banner__rassrochka--left {
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
}

.mainpage-banner__rassrochka--left b {
    font-size: 1.25rem;
}

.blue-box {
    background-color: #228DD6;
    color: #fff;
}

.blue-box--ruble {
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='45' viewBox='0 0 38 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.336 29.448H14.4V32.968H28.672V38.6H14.4V45H5.632V38.6H0.832V32.968H5.632V29.448H0.832V21.704H5.632V0.199997H22.336C26.56 0.199997 30.1227 1.65066 33.024 4.552C35.968 7.45333 37.44 10.952 37.44 15.048C37.44 19.144 35.9893 22.5787 33.088 25.352C30.2293 28.0827 26.6453 29.448 22.336 29.448ZM22.336 8.456H14.4V21.704H22.336C24.128 21.704 25.6213 21.064 26.816 19.784C28.0533 18.504 28.672 16.9253 28.672 15.048C28.672 13.1707 28.0533 11.6133 26.816 10.376C25.6213 9.096 24.128 8.456 22.336 8.456Z' fill='%231C74AF'/%3E%3C/svg%3E ");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.banner-form {
    display: flex;
    color: #000;
    position: relative;
    justify-content: start;
    align-items: stretch;
}

.banner-form .btn {
    margin-right: 0.5rem;
}
.banner-form .callback-form-field-label {
    display: none;
}

.banner-form .callback-form-wr {
    background: unset;
    padding: 0;
    margin: 0;
}
.banner-form .callback-form-fields {
    display: flex;
}
.banner-form .callback-form-field {
    margin: 0;
}
.banner-form .callback-checkbox {
    position: absolute;
    left: 0;
    bottom: -35px;
}
.banner-form .callback-form {
    padding: 0;
}
.banner-form .callback-form-field input[type="text"] {
    border: 2px solid #E6E6E8;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px 24px;
    margin: 0;
    height: auto;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.banner-form__txt {
    width: 30%;
    max-width: 190px;
    font-style: normal;
    font-weight: 500;
    font-size: 0.7rem;
    background: #ffffff95;
    padding: 0.3rem 0.3rem;
    border-radius: 7px;
}
.banner-form .btn-def {
    background: #B74747;
    border-radius: 4px;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.2s;
    border: 2px solid #B74747;
}
.banner-form .btn-def:hover {
    color: #B74747;
    background: #fff;
}
.banner-form .callback-form-submit {
    height: 100%;
}
.banner-form .callback-form-submit input[type="submit"] {
    height: 100%;
    font-weight: 500;
    font-size: 20px;
    text-transform: none;
}
.banner-form .actions {
    padding: 0 10px;
}

.banner-top-wrap.mainpage-banner.main-domen-banner > .container {
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-domen-banner .mainpage-banner__links {
    display: flex;
    flex-direction: row;
    margin: 1.6rem 0;
}

.mainpage-banner__links {
    margin: 1.6rem 0;
    /* margin-top: 100px; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    text-align: left;
}
.mainpage-banner__links__item {
}
.mainpage-banner__links__item {
    width: 20%;
    border-left: solid 10px #B74747;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    color: #000000;
    padding: 1rem 1.5rem;
}
.mainpage-banner__links__item:first-child {
    width: 28%;
}
.mainpage-banner__links__item:last-child {
    width: 28%;
    border: none;
    padding-left: 4.6rem;
    border-radius: 10px;
    background-color: #B74747;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2222 36.6667H15.8889V31.7778H20.7778V28.1111H15.8889V23.2222H12.2222V28.1111H7.33333V31.7778H12.2222V36.6667ZM24.4444 34.8333H36.6667V31.1667H24.4444V34.8333ZM24.4444 28.7222H36.6667V25.0556H24.4444V28.7222ZM27.1333 19.4333L30.5556 16.0111L33.9778 19.4333L36.5444 16.8667L33.1222 13.3222L36.5444 9.9L33.9778 7.33333L30.5556 10.7556L27.1333 7.33333L24.5667 9.9L27.9889 13.3222L24.5667 16.8667L27.1333 19.4333ZM7.94444 15.1556H20.1667V11.4889H7.94444V15.1556ZM0 44V0H44V44H0Z' fill='%23863247'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mainpage-banner__links__item__title {
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 0 0 0.7rem 0;
}

.mainpage-banner__links__item__txt {

}

.fixed-call-btn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    color: #B74747;
    font-weight: 500;
    padding: 14px 0;
    z-index: 999;
}

.fixed-call-btn span {
    padding: 15px 30px;
    width: 250px;
    color: #fff;
    background: #B74747;
    display: inline-block;
    border-radius: 14px;
}

.credit-text {
    font-size: 17px;
    color: #B74747;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 12px;
    margin-top: 45px;
    border: 1px solid #B74747;
    border-radius: 4px;
}
.credit-item {
    display: flex;
    padding: 0  !important;
    border: unset !important;
    justify-content: unset !important;
    align-items: unset !important;
    font-size: 12px;
    cursor:   default;
}
.credit-item__left {
    width: 52%;
    background: #B74747;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 6px;
    font-weight: 500;
}
.credit-item__left .bold {
    font-size: 16px;
}
.credit-item__right {
    width: 48%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #B74747;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 7px;
    font-weight: 500;
}
.credit-item__left > div:not(:last-child),
.credit-item__right > div:not(:last-child) {
    margin-bottom: 5px;
}
.credit-item:hover {
    opacity: 1 !important;
}
.prices-main-wrap .credit-item {
    position: absolute;
    right: 0;
    width: 281px;
    height: 88px;
    border: 1px solid #B74747 !important;
    border-radius: 5px;
}

.prices-main-wrap-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prices-main-col {
    width: 49%;
    margin-bottom: 30px;
}
.prices-main-item {
    margin-bottom: 30px;
}
.prices-main-col__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 21px;
}
.prices-main-item__row {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #f3f3f3;
    border-radius: 6px 6px 0px 0px;
}
.prices-main-item__desc {
    width: 76%;
    height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 37px;
    background: #fff;
    border-radius: 4px 0px 0px 0px;
}
.prices-main-item__desc__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    color: #B74747;
    margin-bottom: 7px;
}
.prices-main-item__desc__txt {
    font-size: 15px;
    line-height: 150%;
}
.prices-main-item__price {
    width: 24%;
    white-space: nowrap;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #B74747;
    background: #E6E6E8;
    border-radius: 0px 4px 0px 0px;
    transition: 0.2s;
    flex-grow: 1;
}
.prices-main-item__hidden {
    display: none;
    padding: 27px 15px 15px 37px;
    background: #fff;
}
.prices-main-item__hidden .btn-red {
    display: block;
    width: 278px;
    margin: auto;
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
}
.prices-main-item__toggle {
    display: block;
    width: 100%;
    height: 48px;
    background: #fff url('/upload/services/caret_down.png') center center no-repeat;
    border-radius: 0px 0px 4px 4px;
    border: 2px solid #f3f3f3;
    cursor: pointer;
}
.prices-main-item.active .prices-main-item__toggle {
    background-image:  url('/upload/services/caret_up.png');
}
.prices-main-item.active .prices-main-item__row {
    border: 2px solid #B74747;
}
.prices-main-item.active .prices-main-item__price {
    background: #B74747;
    color: #fff;
}
@media (max-width:450px) {
    .prices-main-item__desc,
    .prices-main-item__price {
        width: 100%;
    }
}

body .callback-form-title/*,
body .form-transformer-modal .title*/ {
    margin-bottom: 0.7rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
}
body .form-transformer-modal .title{
    font-size: 20px;
}
body .callback-form-15 .callback-form-field {
    margin-bottom: 0.7rem;
}

body .callback-form-wr input[type="submit"],
body #phone-sms {
    font-family: 'Gilroy',Arial,sans-serif;
}

body .form-transformer-modal .white-check-marks-in-red-circle-line,
body .form-transformer-modal .txt-top p,
body .form-transformer-modal .txt-top {
    margin-top: 0.7rem;
    margin-bottom: 1rem;
    text-align: left;
    /*font-weight: 500;*/
    /*font-size: 1rem;*/
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
}

body .form-transformer-modal .white-check-marks-in-red-circle-line .item::before {
    /*background-image: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23B83052'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Ctitle%3Eic_fluent_checkbox_checked_24_regular%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='🔍-Product-Icons' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ic_fluent_checkbox_checked_24_regular' fill='%23B83052' fill-rule='nonzero'%3E%3Cpath d='M18.25,3 C19.7687831,3 21,4.23121694 21,5.75 L21,18.25 C21,19.7687831 19.7687831,21 18.25,21 L5.75,21 C4.23121694,21 3,19.7687831 3,18.25 L3,5.75 C3,4.23121694 4.23121694,3 5.75,3 L18.25,3 Z M18.25,4.5 L5.75,4.5 C5.05964406,4.5 4.5,5.05964406 4.5,5.75 L4.5,18.25 C4.5,18.9403559 5.05964406,19.5 5.75,19.5 L18.25,19.5 C18.9403559,19.5 19.5,18.9403559 19.5,18.25 L19.5,5.75 C19.5,5.05964406 18.9403559,4.5 18.25,4.5 Z M10,14.4393398 L16.4696699,7.96966991 C16.7625631,7.6767767 17.2374369,7.6767767 17.5303301,7.96966991 C17.7965966,8.23593648 17.8208027,8.65260016 17.6029482,8.94621165 L17.5303301,9.03033009 L10.5303301,16.0303301 C10.2640635,16.2965966 9.84739984,16.3208027 9.55378835,16.1029482 L9.46966991,16.0303301 L6.46966991,13.0303301 C6.1767767,12.7374369 6.1767767,12.2625631 6.46966991,11.9696699 C6.73593648,11.7034034 7.15260016,11.6791973 7.44621165,11.8970518 L7.53033009,11.9696699 L10,14.4393398 L16.4696699,7.96966991 L10,14.4393398 Z' id='🎨Color'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='10.0769' height='11' rx='1.5' stroke='%23CCCCCC'/%3E%3Cpath d='M3 5.5L5.1875 8L8 3' stroke='%237B7B7B' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    filter: grayscale(1);
    width: 11px;
    height: 12px;
}

body .form-transformer-modal .form-field[data-field-type="text"] .form-field-label,
body .form-transformer-modal .form-field[data-field-type="textarea"] .form-field-label {
    /* display: none; */
}

body .form-transformer-modal {
    font-family: Inter;
    box-sizing: border-box;
    background: #F3F3F4;
}

body .form-transformer-modal #sms-value,
body .form-transformer-modal #sms-value:hover,
body .form-transformer-modal input[type="text"],
body .form-transformer-modal textarea {
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-weight: 400;
    /*font-size: 1.3rem;*/
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
}

body .form-transformer-modal .gray-block {
    background: #fff;
}

body .form-transformer-modal .gray-block .phone {
    font-weight: 600;
    /*font-size: 1.6rem;*/
    font-size: 1rem;
    line-height: 1.2;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .form-transformer-modal .gray-block .phone:before {
    width: 16px;
    height: 16px;
    content: ' ';
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3800_828)'%3E%3Cmask id='mask0_3800_828' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='16'%3E%3Cpath d='M16 0.65625H0V15.8141H16V0.65625Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3800_828)'%3E%3Cpath d='M15.0666 15.8141C13.1555 15.8141 11.2927 15.4105 9.4782 14.6032C7.66311 13.7964 6.0557 12.7297 4.656 11.4032C3.2557 10.0771 2.12977 8.55433 1.27822 6.83478C0.426074 5.11576 0 3.35099 0 1.54046C0 1.28783 0.0888888 1.0773 0.266666 0.908882C0.444444 0.740461 0.666666 0.65625 0.93333 0.65625H4.53333C4.74073 0.65625 4.92593 0.719408 5.08889 0.845725C5.25185 0.97204 5.34815 1.13345 5.37777 1.32994L5.95555 4.2773C5.98518 4.47379 5.98162 4.6526 5.94489 4.81372C5.90755 4.97541 5.82222 5.11941 5.68889 5.24572L3.55555 7.30888C4.17777 8.31941 4.95555 9.26675 5.88889 10.151C6.82222 11.0352 7.85185 11.8001 8.97776 12.4457L11.0666 10.4668C11.2 10.3404 11.3742 10.2455 11.5893 10.1821C11.8038 10.1192 12.0148 10.1019 12.2222 10.1299L15.2889 10.7194C15.4962 10.7615 15.6666 10.8561 15.8 11.0032C15.9333 11.1508 16 11.3229 16 11.5194V14.9299C16 15.1825 15.9111 15.3931 15.7333 15.5615C15.5555 15.7299 15.3333 15.8141 15.0666 15.8141Z' fill='%232D2927'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3800_828'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");}



.swiper {
    width: 100%;
    height: auto;
}

.main-nav-wrap.opened .bx-basket.bx-opener {
    padding: 1rem 1.5rem 0 1.5rem;
}
.white-header .main-nav-wrap.opened #site_name.site {
    order: 4;
    margin: 1rem auto;
}

.white-header .main-nav-wrap.opened #call_to_agent.header-actions {
    display: block;
    order: 3;
    margin: 0 auto;
    padding: 0 1.3rem;
    width: 100%;
}

.header__address,
.header__email {
    display: none;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    color: #000000;
    text-decoration: none;
    padding: 0.5rem 1.3rem;
}
.header__address {
    order: 6;
}
.header__email {
    order: 7;
}
.header__email a {
    color: #000000;
    text-decoration: none;
}
.header__messengers {
    order: 8;
    display: none;
    padding: 0.5rem 1.3rem;
}
.header__messengers--item {
    margin: 0 0.5rem 0 0;
}
.header__contacts--title {
    order: 5;
    display: none;
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
    padding: 0.5rem 1.3rem;
}

.white-header .main-nav-wrap.opened #call_to_agent.header-actions span.call__me.btn.btn-transparent,
.white-header .main-nav-wrap.opened #call_to_agent.header-actions span.as-btn-question {
    height: auto;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #B74747;
    color: #B74747;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
    justify-content: center;
}

.white-header .main-nav-wrap.opened #call_to_agent.header-actions span.as-btn-question {
    margin-bottom: 0.5rem;
}

.main-nav-wrap.opened .bx-hdr-profile {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(202, 202, 202, 0.25);
    border-radius: 7px;
    padding: 1rem;
}













.mainpage__prices.gray-box {
	padding: 3.5rem 0 8.5rem !important;
}

.prices-main-wrap .prices-main-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row-reverse;
	justify-content: flex-end;
	/*border-radius: 48px;*/
	width: fit-content;
	margin-bottom: 2rem;
    border: 1px solid #B8B8B8;
    border-radius: 9px;
}
.prices-main-wrap .prices-main-nav .prices-main-nav-item {
	display: block;
	border-radius: 9px;
	font-weight: 500;
	font-size: 0.938rem;
	padding: 1rem 1.6rem;
	color: #B8B8B8;
	text-align: center;
	/*transition: background-color 300ms ease-in-out,
				color 300ms ease-in-out;*/
}
.prices-main-wrap .prices-main-nav .prices-main-nav-item + .prices-main-nav-item {
	/* margin-left: 5px; */
}
.prices-main-wrap .prices-main-nav .prices-main-nav-item:not(.active):hover {
	/*color: #3696D7;*/
    color: #2D2927;
}
.prices-main-wrap .prices-main-nav .prices-main-nav-item.active {
	cursor: default;
	/*color: #fff;*/
	/*background: #3696D7;*/
    /*background: #2D2927;*/
    color: #2D2927;
    font-weight: 600;
}


.prices-main-wrap .prices-main-tab {
	/*display: none;*/
    opacity: 0;
	padding: 0.2rem 0 0;
}
.prices-main-wrap .prices-main-tab.active {
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
    justify-content: space-between;
    opacity: 1;
    width: 100%;
}

.prices-main-tab .prices-main-tab-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 24%;
	/* flex-grow: 1; */
	position: relative;
	z-index: 1;

box-sizing: border-box;
background: #FFFFFF;
border: 1px solid #C6C6C6;
border-radius: 9px;

padding: 2rem 1.7rem;

	transition: transform 300ms ease-in-out,
				border-color 300ms ease-in-out,
				background-color 300ms ease-in-out;
}

.city-page__prices .prices-main-tab .prices-main-tab-wrap {
    width: 70%;
    min-width: 320px;
    margin: 0 auto;
}
.prices-main-tab-content {
    display: flex;
}
.prices-main-tab-left,
.prices-main-tab-right {
    width: 50%;
}
.prices-main-tab-left {
    padding-right: 2rem;
}
.city-page__prices .prices-main-tab .prices-main-tab-wrap .prices-main-tab-title {
    margin-bottom: 1rem;
}
.prices-main-tab .prices-main-tab-wrap:hover {
	/* transform: scale(1.05); */
	/* background-color: white;
	z-index: 2; */
	/*border-color: #3696D7;/*
}
.prices-main-tab .prices-main-tab-wrap + .prices-main-tab-wrap:hover {
	/*border-color: #3696D7;*/
}

.prices-main-tab .prices-main-tab-wrap .prices-main-tab-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 1.5rem 0 0;
}
.prices-main-tab .prices-main-tab-wrap .prices-main-list {
	padding: 1.6rem 0;
	margin: 0 0 0 1.2rem;
}
.prices-main-tab .prices-main-tab-wrap .prices-main-list li {
	position: relative;
	list-style: disc;
	font-size: 0.938rem;
	line-height: 150%;
	color: #000000;
}
/* .prices-main-tab .prices-main-tab-wrap .prices-main-list li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 1px solid #a41e41;
} */
.prices-main-tab .prices-main-tab-wrap .prices-main-list li + li {
	/* margin-top: 15px; */
}
.prices-main-tab .prices-main-tab-wrap + .prices-main-tab-wrap {
	border-left-color: #d7d7d7;
}
.prices-main-tab .prices-main-tab-wrap:hover {
	cursor: pointer;
}
.prices-main-tab .prices-main-tab-wrap .prices-main-tab-title {
    transition: background-color 150ms ease-in-out,
    			color 150ms ease-in-out;
	font-weight: 700;
	font-size: 1.375rem;
	color: #000000;
	/*border-bottom: 1px solid #C6C6C6;
	padding: 0 0 1.875rem 0;*/
}
.prices-main-tab .prices-main-tab-wrap .prices-main-header{
    border-bottom: 1px solid #C6C6C6;
	padding: 0 0 1.875rem 0;
}
.prices-main-tab .prices-main-tab-wrap:hover .prices-main-tab-title {
}
.prices-main-tab .prices-main-tab-wrap .prices-main-text {
	font-size: 0.813rem;
}
.prices-main-tab .prices-main-tab-wrap .prices-main-tab-price {
	padding: 1rem 0;
	font-size: 1.938rem;
	color: #B74747;
}
.prices-main-tab-button-wrap {
	transition: all 300ms ease-in-out;
	/* opacity: 0;
	visibility: hidden; */
	position: relative;
	margin-top: auto;
	width: 100%;
}
.prices-main-tab .prices-main-tab-wrap:hover .prices-main-tab-button-wrap {
	/* opacity: 1;
	visibility: visible; */
}
.prices-main-tab-button-wrap .prices-main-tab-button {
	padding: 1rem 0 0;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prices-main-tab-button-wrap .prices-main-tab-button .btn-red {
    font-size: 0.938rem;
}
.prices-main-tab-button-wrap .prices-main-tab-button .btn-red:hover{
    /*font-size: 1rem;*/
}
.prices-main-tab-button-wrap .prices-main-tab-button .btn{
    width: calc(50% - 0.3rem);
}
@media (max-width: 1330px) {
    .prices-main-tab-button-wrap .prices-main-tab-button .btn{
        width: 100%;
        margin: 0.3rem 0;
    }
}
.price-page-text {
	margin-top: 15px;
	padding-top: 15px;
	border-top:  2px solid #d7d7d7;
}
.price-page-text p {
	line-height: 1.75;
}

.btn-price-wrap {
	text-align: center;
	margin-bottom: 25px;
}



table.wide-table {
    max-width: none;
}

table.content-table__new {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
table.content-table__new * {
    position: relative;
}
table.content-table__new td,
table.content-table__new th {
    padding-left: 8px;
}
table.content-table__new thead tr {
    height: 60px;
    background: #ffed86;
    font-size: 16px;
}
table.content-table__new tbody tr {
    height: 48px;
    border-bottom: 1px solid #e3f1d5;
}
table.content-table__new tbody tr:last-child {
    border: 0;
}
table.content-table__new td,
table.content-table__new th {
    text-align: left;
}
table.content-table__new td.l,
table.content-table__new th.l {
    text-align: right;
}
table.content-table__new td.c,
table.content-table__new th.c {
    text-align: center;
}
table.content-table__new td.r,
table.content-table__new th.r {
    text-align: center;
}

.container {
    position: relative;
}

.city-wrap:after {
    content: '';
    display: block;
    width: 200%;
    position: absolute;
    bottom: 0;
    left: -50%;
    border-top: 1px solid #D9D9D9;
}

.mainpage-shop{
    background: #F8F8F8;
}

@media screen and (max-width: 35.5em) {
    table.content-table__new {
        display: block;
    }
    table.content-table__new > *,
    table.content-table__new td,
    table.content-table__new th,
    table.content-table__new tr {
        display: block;
    }
    table.content-table__new thead {
        display: none;
    }
    table.content-table__new tbody tr {
        height: auto;
        padding: 8px 0;
    }
    table.content-table__new tbody tr td {
        padding-left: 45%;
        margin-bottom: 12px;
    }
    table.content-table__new tbody tr td:last-child {
        margin-bottom: 0;
    }
    table.content-table__new tbody tr td:before {
        position: absolute;
        font-weight: 700;
        width: 40%;
        left: 10px;
        top: 0;
    }
    /* table.content-table__new tbody tr td:nth-child(1):before {
        content: "Code";
    }
    table.content-table__new tbody tr td:nth-child(2):before {
        content: "Stock";
    }
    table.content-table__new tbody tr td:nth-child(3):before {
        content: "Cap";
    }
    table.content-table__new tbody tr td:nth-child(4):before {
        content: "Inch";
    }
    table.content-table__new tbody tr td:nth-child(5):before {
        content: "Box Type";
    } */
}








@media (max-width: 950px) {
	.prices-main-wrap .prices-main-tab.active {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.prices-main-tab .prices-main-tab-wrap {
		width: 49%;
		margin-bottom: 1rem;
	}
	.prices-main-tab .prices-main-tab-wrap + .prices-main-tab-wrap {
		/* border-left-color: transparent; */
	}
	.prices-main-tab .prices-main-tab-wrap:nth-child(2n+2) {
		/* border-left-color: #d7d7d7; */
	}
    .city-page-header .mainpage-banner__right {
        width: 100%;
    }
}

@media (max-width: 600px) {
	.prices-main-wrap .prices-main-nav {
		/* -webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap; */
	}
	.prices-main-wrap .prices-main-nav .prices-main-nav-item {
		/* width: 100%;
		border-radius: 0;
		border: 2px solid #fbfbfb; */
	}
	.prices-main-wrap .prices-main-nav .prices-main-nav-item + .prices-main-nav-item {
		/* margin-left: 0;
		margin-top: 10px; */
	}
	.prices-main-wrap .prices-main-nav {
		/* border-radius: 4px;
		overflow: hidden;
		margin-bottom: 10px; */
	}

	.prices-main-tab .prices-main-tab-wrap {
		width: 100%;
	}
	.prices-main-tab .prices-main-tab-wrap:nth-child(2n+2) {
		/* border-left-color: transparent; */
	}
	.prices-main-tab .prices-main-tab-wrap + .prices-main-tab-wrap {
		/* border-top-color: #d7d7d7; */
	}
}
















@media (max-width:1431px) {
    .banner-top-wrap.mainpage-banner {
        background-position: right 1.5rem;
        margin-top: 108px !important;
    }
    .city-page-header.banner-top-wrap.mainpage-banner .mainpage-banner__content,
    .banner-top-wrap.mainpage-banner .mainpage-banner__content {
        padding: 3rem 0 3rem 3rem;
    }
    .mainpage-banner__left {
        max-width: 50%;
        padding: 0 1rem 0 0;
    }
    .banner-form {
        flex-wrap: wrap;
    }
    .banner-form__txt {
        padding-top: 0.5rem;
        width: 100%;
        max-width: 100%;
        background: none transparent;
    }
    .banner-form__txt br {
        display: none;
    }
/* 1431 */
}

@media (max-width:1300px) {
    .city-page-header.banner-top-wrap.mainpage-banner .mainpage-banner__content,
    .banner-top-wrap.mainpage-banner .mainpage-banner__content {
        padding: 3rem 0 2.3rem 3rem;
    }
/* 1300 */
}
@media (man-width: 1171px) {
    .white-header .main-nav-wrap .nav-list ul {
        background-color: #fff;
    }
/* 1171 */
}
@media (max-width: 1170px) {

    .header__address,
    .header__email,
    .header__email a {
        display: block;
    }
    .header__messengers {
        /* display: flex; */
    }
    .header__contacts--title {
        display: block;
    }

    .white-header .header-contacts .logo-wrap > span {
        padding-top: 0;
    }
    .white-header .main-nav-wrap {
        background: #fff;
        box-shadow: none;
        border: none;
        padding: 0 0 1rem 0;
        top: 70px;
    }
    body.fixed-bg .stickytop.white-header {
        z-index: 100!important;
    }
    .white-header .main-nav-wrap > .container {
        padding: 0;
    }
    .white-header .main-nav-wrap .menu-close {
        display: none;
    }
    .white-header .main-nav-wrap #title-search {
        margin: 2rem 0 0 0;
        padding: 0 1rem;
    }
    .white-header .main-nav-wrap #title-search form input[type="text"] {
        border: 1px solid #f1f1f1;
        box-sizing: border-box;
        padding: 1rem;
        background: #F1F1F1;
        border-radius: 6px;
        font-size: 1.1rem;
        color: #000000;
    }
    .white-header .main-nav-wrap #title-search form button.btn-transparent-noborder {
        padding: 0 1rem;
    }
    .white-header .main-nav-wrap #title-search form button.btn-transparent-noborder svg {
        width: 21px;
        height: 21px;
    }
    .white-header .main-nav-wrap #title-search form input[type="text"]::placeholder {
        color: #555555;
    }
    .white-header .main-nav-wrap #title-search .btn-red {
        border: none;
        padding: 16px;
        width: 62px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0C8.22391 0 9.87721 0.684819 11.0962 1.90381C12.3152 3.12279 13 4.77609 13 6.5C13 8.11 12.41 9.59 11.44 10.73L11.71 11H12.5L17.5 16L16 17.5L11 12.5V11.71L10.73 11.44C9.55055 12.4468 8.05071 12.9999 6.5 13C4.77609 13 3.12279 12.3152 1.90381 11.0962C0.684819 9.87721 0 8.22391 0 6.5C0 4.77609 0.684819 3.12279 1.90381 1.90381C3.12279 0.684819 4.77609 0 6.5 0ZM6.5 2C4 2 2 4 2 6.5C2 9 4 11 6.5 11C9 11 11 9 11 6.5C11 4 9 2 6.5 2Z' fill='%23B83052'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        /* background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABBUlEQVR42t2UUZHDMAxEHwQzOEMwBEMoBEMog5ZByiBl0GMQCIYQCIagm9mfm86pkW/615e/jLW7kkfmU6ksdAaG0XnQ/le8YX++fVbkouODK5UEQKHRURYyAasOXlX6TGNXjhy5Dyo+mS6JBD5F7oXXJKVYwGdX+GNk4rdRFS/mjnHD4YaxEiKjgcOGUZlhYHz5vxMOk1YajpiaQnME3k2wq7MZOkbxg52Jya+abRgbITr3jUNiEF9kVqsnXM7HqyIWjH48304KtjVHAf2dT3KXQNijtqI8FV8YKo4fFZLWSl5srDyQpO4oOxldMndUxq9UddoMKFQaJ0o8qRhfgvckdj6FH6J6lr1oblEMAAAAAElFTkSuQmCC') center center no-repeat; */
    }
    .white-header .main-nav-wrap #title-search .btn-red:after {
        display: none;
    }
    .white-header .main-nav-wrap #title-search .btn-red svg {
        display: none;
    }
    .white-header .main-nav-wrap .nav-list-wrap {
        order: 1;
        align-items: flex-start;
        /* background: #252525; */
        color: #fff;
    }
    .white-header .main-nav-wrap .nav-list-wrap a {
        color: #000;
    }
    .white-header .main-nav-wrap .nav-list-wrap .menu-item-wrap a {
        color: #000;
    }
    .white-header .main-nav-wrap .header-feedback {
        order: 3;
        margin: 0;
        border: none;
        padding: 0 20px;
    }
    .white-header .main-nav-wrap .nav-list {
        margin-right: 0;
        width: 100%;
        /* border-bottom: 1px solid #E6E6E8; */
        margin-bottom: 0;
    }
    .white-header .main-nav-wrap .nav-list > li {
        border-bottom: 1px solid #CECECE;
        overflow: hidden;
    }
    .white-header .main-nav-wrap .nav-list > li > a {
        /* padding: 25px 20px;
        font-weight: bold;
        font-size: 18px;
        text-align: left; */
        justify-content: flex-start;
        color: #000;
    }
    .white-header .main-nav-wrap .nav-list > li:nth-child(2) > a,
    .white-header .main-nav-wrap .nav-list > li:last-child > a {
        /* padding: 25px 20px; */
    }
    .white-header .main-nav-wrap .nav-list .root-arrow {
        width: 50px;
        margin-left: 0;
        height: 100%;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        /* width: 10px;
        margin-left: 0;
        height: 10px;
        padding: 0;
        position: absolute;
        top: calc(50% - 5px);
        right: 10px; */
        /* background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAJ0lEQVR42mMYBbQH/xn+jxowagCdDfhPPKTYgMEaBqMGjBowCigAANznU60JdA8QAAAAAElFTkSuQmCC') no-repeat; */
        /* background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.753716L5 5L10 0.753716L9.1125 0L5 3.49257L0.8875 0L0 0.753716Z' fill='white'/%3E%3C/svg%3E%0A");
        background-position: 50% 50%;
        background-repeat: no-repeat; */

    }
    .white-header .main-nav-wrap .nav-list .root-arrow svg path {
        fill: #AA0630;
    }
    .white-header .main-nav-wrap .nav-list .root-arrow:after {
        content: unset;
    }
    .white-header .main-nav-wrap .header-feedback .contact-phone {
        width: 100%;
    }
    .white-header .main-nav-wrap .header-feedback .contact-phone a.mobile {
        display: block;
        background: #B74747;
        border-radius: 4px;
        width: 100%;
        margin: 0 0 16px 0;
        padding: 16px;
        font-weight: bold;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
        border: none;
    }
    .white-header .main-nav-wrap .header-feedback .hotline {
        display: none;
    }
    .white-header .main-nav-wrap .header-feedback .contact-phone a.number {
        border: 3px solid #B74747;
        border-radius: 4px;
        margin-bottom: 8px;
        padding: 13px;
        font-weight: bold;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        display: block;
    }
    .white-header .main-nav-wrap .header-feedback .workhours {
        font-size: 16px;
        line-height: 160%;
        text-align: center;
        display: block;
    }
    .footer-sk .footer-dark > .container {
        flex-wrap: wrap;
    }
    .footer-sk .footer-menu-wrap .footer-menu-title {
        font-size: 22px;
    }
    .white-header .main-nav-wrap .nav-list .level-2 .root-arrow {
        width: 32px;
        margin-left: 0;
        height: 32px;
        padding: 0;
        position: absolute;
        top: 38px;
        right: 20px;
        background: url(/local/templates/mskrit/css/../images/menu_open.png) no-repeat;
    }
    .banner-top-box {
        background-size: cover;
    }
    .banner-top-wrap.mainpage-banner {
        margin-top: 60px !important;
    }
    .city-page-header.banner-top-wrap.mainpage-banner .mainpage-banner__content,
    .banner-top-wrap.mainpage-banner .mainpage-banner__content {
        max-width: 90%;
        padding: 1rem 0 0 3rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .mainpage-banner__left {
        max-width: 70%;
    }
    .banner-top-wrap.mainpage-banner .mainpage-banner__title {
        padding: 0 0 0.2rem 0;
    }
    .banner-top-wrap.mainpage-banner h1 {
        font-size: 1.7rem;
        margin: 0 0 0.5rem;
    }
    .mainpage-banner__subtitle {
        padding: 0 0 1rem 0;
    }
    .banner-form {
        padding: 0 0 1.2rem 0;
    }
    .mainpage-banner__compensation {
        margin: 0 0 1rem 0;
    }
    .white-header .experience .number{
        font-size: 40px;
    }
    .white-header .header-actions span.as-btn-question,
    .white-header .header-actions a.question {
        padding: 17px 30px;
    }
    .white-header .header-txt {
        display: none;
    }
    .city-page .city-page-header.banner-top-wrap.mainpage-banner,
    .banner-top-wrap.mainpage-banner {
        overflow: hidden;
    }
    .banner-top-wrap.mainpage-banner > .container:after {
        background: transparent;
        right: 15px;
    }
    .mainpage-links .links-list-wrap .link-item {
        padding: 20px;
    }
    .mainpage-links .links-list-wrap .link-item .link-item-image {
        margin-right: 15px;
    }
    .consultation-form-block:after {
        width: 500px;
        background-size: cover;
    }
    .mainpage-links .links-list-wrap .link-item .link-item-text {
        font-size: 1rem;
    }
    .mainpage-services-list .services-list .service-item {
        /* margin: 0 10px 20px 0; */
    }

/* 1170 */
}
@media screen and (min-width: 1101px) {
    .banner-top-wrap.mainpage-banner {
      /*! height: 431px; */
    }
/* 1101 */
}
@media screen and (max-width: 1100px) {
    .mainpage-services-list .services-list .service-item {
        width: calc(31% - 10px);
    }
    .about-box {
        flex-wrap: wrap;
    }
    .about-box__left {
        padding-bottom: 1rem;
    }
    .about-box__left/*:not(.main-page-text.gray-box.new .about-box__left)*/,
    .about-box .federal-box/*:not(.main-page-text.gray-box.new .about-box .federal-box) */,
    .main-page-text.gray-box.new .about-box__left{
        width: 100%;
    }
    .main-page-text.gray-box.new .about-box__left,
    .main-page-text.gray-box.new .about-box .federal-box
    .banner-top-wrap.mainpage-banner {
        /* background-size: cover; */
    }
    .main-domen-banner .mainpage-banner__links,
    .mainpage-banner__links {
        flex-direction: row;
    }
    .main-domen-banner .mainpage-banner__links,
    .mainpage-banner__links {
        margin-top: 20px;
    }
    .main-domen-banner .mainpage-banner__links__item,
    .main-domen-banner .mainpage-banner__links__item:first-child,
    .main-domen-banner .mainpage-banner__links__item:last-child,
    .mainpage-banner__links__item,
    .mainpage-banner__links__item:first-child,
    .mainpage-banner__links__item:last-child {
        width: 46%;
        margin-bottom: 1rem;
    }
    .doverie__list {
        flex-wrap: wrap;
    }
    .doverie__item {
        width: 50%;
    }
    .doverie__item:nth-child(even) {

    }
    .mainpage-threebox .container {
        flex-wrap: wrap;
    }
    .shop-box {
        width: 100%;
        margin-bottom: 1rem;
    }
    .allert-box,
    .compensation-red-box,
    .compensation-box.compensation-box__new {
        width: 49%;
        margin: 0 0 0 0;
    }
    .prices-links.mainpage {
        width: 100%;
    }
    .prices-links .prices-links-block a {
        width: 48%;
    }
     .prices-links .prices-links-block a:last-child {
        margin-bottom: 0;
    }
    .prices-links.mainpage .prices-links-block a {
        width: 48%
    }
    .city-page-header.banner-top-wrap.mainpage-banner .mainpage-banner__content,
    .banner-top-wrap.mainpage-banner .mainpage-banner__content {
        max-width: unset;
    }
    .soc-card {
        flex-wrap: wrap;
        flex-direction: column;
        background: linear-gradient(180deg, #691919 0%, #525354 48.96%, #288C83 99.61%);
    }
    .soc-card__left {
        /*margin-bottom: 1.5rem;*/
    }
    .prices-main-wrap .credit-item {
        position: static;
        margin-bottom: 20px;
    }
/* 1100 */
}

@media screen and (max-width: 1050px) {
    .service-landing .steps-block .steps-block__item {
        /* margin-right: 60px; */
    }
    .service-landing .frauds-block {
        padding: 50px 20px;
    }
    .service-landing .advantages-block .advantages-block__item {
        margin-right: 15px;
    }
    .service-landing .prices-main-wrap .prices-main-tab-info {
        width: 60%;
        margin-right: 20px;
    }
    .service-landing .prices-main-wrap .prices-main-tab-actions {
        width: 46%;
    }
    .service-landing .calc-block .calc-block__wrap .calc-block__title {
        font-size: 26px;
    }
    .addresses-block .service-landing__h2 br {
        display: none;
    }
    .consultation-form-block:after {
        width: 50%;
        height: 108%;
        background-size: cover;
    }
/* 1050 */
}
@media screen and (max-width: 1000px) {
    .banner-top-img-box {
        /* flex-direction: column-reverse; */
        max-height: 36rem;
    }
    .banner-top-img-box img {
        width: auto;
    }
    .banner-top-img-box img.banner-top-img {
        display: none;
    }
    .banner-top-img-box img.banner-top-img-mobile {
        display: block;
    }
    .banner-top-box {
        /* background-image: url(/local/templates/mskrit_new/img/main_top_img_mobile_max.jpg) !important; */
        background-position: right bottom;
        text-align: center;
        background-size: contain;
    }
    .city-page-header.banner-top-wrap.mainpage-banner .mainpage-banner__content,
    .banner-top-wrap.mainpage-banner .mainpage-banner__content {
        width: 100%;
        max-width: 100%;
        padding: 3rem 3rem 4rem 3rem;
        align-items: center;
    }
    .mainpage-banner__left {
        max-width: 100%;
        padding: 0;
    }
    .city-page .city-page-header.banner-top-wrap.mainpage-banner,
    .banner-top-wrap.mainpage-banner {
        text-align: center;
    }
    .banner-top-wrap.mainpage-banner .mainpage-banner__title {
        padding: 0 0 1.5rem 0;
    }
    .banner-top-wrap.mainpage-banner h1 {
        font-size: 2rem;
        margin: 0 0 1.5rem;
        text-align: center;
    }
    .mainpage-banner__subtitle {
        padding: 0 0 2.5rem 0;
        text-align: center;
    }
    .banner-form {
        justify-content: center;
    }
    .banner-form__txt {
        padding-top: 1.2rem;
        padding-bottom: 2rem;
        text-align: center;
    }
    .mainpage-banner__compensation {
        margin: 0 0 1rem 0;
    }
    .mainpage-banner__compensation br {
        display: none;
    }
    .city-page-header.banner-top-wrap.mainpage-banner .mainpage-banner__left {
        max-width: 100%;
    }
    .city-page .banner-top-wrap.mainpage-banner.city-page-header {
        margin-top: -30px !important;
    }
    .city-page.ao__page .banner-top-wrap.mainpage-banner.city-page-header {
        margin-top: 0px !important;
    }
/* 1000 */
}
@media screen and (max-width: 992px) {
    .left-article,
    .right-article {
        width: 100%;
    }
    .prices-main-col {
        width: 100%;
    }
    .banner-top-wrap.mainpage-banner .mainpage-banner__content {
        /* max-width: 70%; */
    }
    .mainpage-links .links-list-wrap .link-item .link-item-image {
        width: 60px;
    }
    .mainpage-links .links-list-wrap .link-item .link-item-title {
        font-size: 20px;
        line-height: 24px;
    }
    .mainpage-federal .mainpage-federal__content p {
        font-size: 16px;
        line-height: 24px;
    }
    .consultation-form-block:after {
        width: 400px;
        background-size: contain;
        background-position: bottom left;
    }
    .consultation-form-block .consultation-form-block__content {
        /* max-width: 52%; */
    }
    .consultation-form-block__content {
        padding: 0 0 2rem 0;
    }
    .consultation-form-block {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .consultation-form-block img {
        margin: 0.5rem 0 0 0;
        max-width: 50%;
        display: none;
    }
    .gray-box.consultation-box {
        padding: 0 2rem;
        margin-top: 1rem;
    }
    .white-header .header-actions span.as-btn-question,
    .white-header .header-actions a.question {
        padding: 17px;
    }
    .white-header .header-feedback .contact-phone:before {
        content: unset;
    }
/* 992 */
}
@media (max-width:991px) {
    .credit-text .bold {
        display: block;
        margin-bottom: 5px;
    }
/* 991 */
}
@media (max-width: 909px) {
    .white-header .header-actions {
        display: none;
    }
/* 909 */
}
@media (max-width: 900px) {
    .mainpage-frauds-block.city-page .container {
        flex-direction: column;
    }
    .mainpage-frauds-block.city-page .mainpage-frauds-block__content,
    .mainpage-frauds-block.city-page .mainpage-frauds-block__text {
        width: 100%;
        padding: 1rem;
    }
    .prices-main-tab-content {
        flex-direction: column;
    }
    .prices-main-tab-left, .prices-main-tab-right {
        width: 100%;
        padding-right: 0;
    }
    .city__about--text {
        padding: 1rem;
    }
    .white-header .header-logo-mobile {
        /* display: block;
        width: 85%;
        padding: 13px 20px;
        background: #E6E6E8;
        margin-bottom: -1px; */
    }
    .white-header .experience {
        display: none;
    }
    .white-header .header-contacts > .container {
        /* flex-wrap: wrap;
        padding: 0;
        flex-direction: row-reverse; */
    }
    .white-header .header-contacts > .container > .logo-wrap {
        /* display: none; */
    }
    .white-header .header-contacts .header-feedback,
    .white-header .header-info {
        /* display: none; */
    }
    .white-header .header-contacts {
        /* padding: 0;
        background: #E6E6E8; */
    }
    .white-header .header-contacts .menu-toggle {
        /* border: none;
        margin-right: 20px;
        width: 32px;
        height: 32px;
        padding: 0;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAI0lEQVR42mMYBaNgmIH/9/+TAu5TbsAoGIxgNB2MglFAGQAAGeu+QffRELsAAAAASUVORK5CYII=') no-repeat;
        margin-bottom: 16px;
        filter: invert(100%); */
    }
    .white-header .header-contacts .menu-toggle div {
        /* display: none; */
    }
    .white-header .header-contacts .header-feedback .hotline,
    .white-header .header-contacts .header-feedback .workhours,
    .white-header .header-info__txt {
        display: none;
    }
    .white-header .header-contacts .header-feedback .contact-phone a.number,
    .white-header .header-info__phone {
        /* font-weight: bold;
        font-size: 18px;
        line-height: 150%;
        color: #FFFFFF;
        margin: 0; */
    }

    .white-header .header-actions {
        display: none;
    }
    .white-header .header-actions span.as-btn-question,
    .white-header .header-actions a.question {
        padding: 0;
        width: 32px;
        height: 32px;
        font-size: 0;
        border: none;
        border-radius: 0px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABL0lEQVR42q3VYW3DMBDF8UEIgxlCIRTCGLQQyqBl0DBIGQxCIASCIRjCb1Ki6ZRodeOp982R/fe99y7Jx5tL0vn34aMRDNohOgMoCkbNx6f58E0nybhrAtyRJcvqAI4aAAVJrC/Ie5yIG6f15lnSze7oyLaJUHR2WojtZuM+H2LzeQP4jme1CtNGW1kku+egrBuW0bcEeVv3IFzZ3UPGRbjSPI1fRHCSglMbYiRkuMzAw15E3BoyepTfKB3dnCUvZXBaIRgcDJbKrupprBuf10sVvXGBVAdMv0EkD4ySRUjmRUIeFfuiq0mn2gUXz+3OkVjtlqt6Yp+vEZPkCaA+7GFY+asP17qEdQK2wUkNn11n2SLmrIso42VvgMyYvAqxCTJaqsT3urF0DpL3/s9/AJEF1bLvWdVAAAAAAElFTkSuQmCC') no-repeat;
    }
    /* .white-header .header-contacts .header-logo-mobile .logo-wrap {
        margin: 0;
        display: flex;
        flex-direction: row;
    }
    .white-header .header-contacts .logo-wrap img {
        max-width: 40px;
        height: auto;
    }
    .white-header .header-contacts .logo-wrap > span {
        margin: 0 0 0 16px;
    }
    .white-header .header-contacts .logo-wrap > span span.name {
        font-weight: bold;
        font-size: 18px;
        line-height: 130%;
        color: #000000;
        margin: 0;
        text-align: left;
        text-transform: none;
    } */
    .white-header .header-contacts .logo-wrap > span span.site {
        display: none;
    }
    body .white-header + .workarea-content {
        padding-top: 60px;
    }
    .white-header .main-nav-wrap #cart-block {
        /* margin-bottom: 16px; */
        order: 2;
    }
    .white-header .main-nav-wrap #title-search {
        order: 0;
        margin: 1rem 0;
    }

    .main-nav-wrap.opened .bx-hdr-profile {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 0.5rem 0;
    }

    .main-nav-wrap.opened .bx-hdr-profile .btn-cart.vijet-block.yandex-rating {
        display: none;
    }

    .main-domen-banner .mainpage-banner__links {
        margin-top: 5.3rem;
    }

    .white-header .main-nav-wrap .nav-list ul {
        background: #fff;
    }
    .footer-sk .footer-grey {
        padding: 25px 0 0 0;
    }
    .footer-sk .footer-grey > .container {
        flex-wrap: wrap;
    }
    .footer-sk .footer-logo-wrap {
        width: 100%;
        margin-right: 0;
        /* margin-bottom: 24px; */
    }
    .footer-sk .footer-logo-wrap .img-wrap img {
        max-width: 46px;
    }
    .footer-sk .footer-logo-wrap .name {
        /* font-weight: 600;
        font-size: 16px;
        margin-bottom: 0; */
    }
    .footer-sk .footer-logo-wrap .name .bold {
        font-weight: 600;
    }
    .footer-sk .footer-logo-wrap .site {
        /* font-size: 14px;
        line-height: 130%; */
    }
    .footer-sk .footer-address-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer-sk .footer-address-wrap p {
        /* font-size: 16px;
        line-height: 160%;
        margin-bottom: 8px; */
    }
    .footer-sk .footer-address-wrap p br {
        display: none;
    }
    .footer-sk .footer-address-wrap p:last-child {
        margin-bottom: 0;
    }
    .footer-sk .footer-phone {
        width: 100%;
        /* margin-bottom: 30px; */
    }
    .footer-sk .footer-phone a {
        /* font-size: 18px;
        line-height: 150%;
        padding: 16px; */
    }
    .footer-sk .footer-phone span {
        /* font-size: 16px;
        line-height: 160%; */
    }
    .footer-sk .footer-copy {
        /* font-size: 14px;
        line-height: 140%;
        text-align: center;
        color: #8C8C8C;
        width: 100%;
        margin-bottom: 8px; */
    }
    .footer-sk .footer-bottom-links {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-sk .footer-bottom-links a {
        /* font-size: 14px;
        line-height: 140%; */
    }
    .footer-sk .footer-grey > .container:last-child {
        padding: 0;
    }
    .footer-sk .footer-menu-wrap,
    .footer-sk .footer-menu-wrap:last-child {
        width: 100%;
        margin-right: 0;
        /* border-top: 1px solid #3C3C3C; */
        padding: 0.5rem 1rem;
    }
    .footer-sk .footer-menu-wrap:last-child {
        /* border-bottom: 1px solid #3C3C3C; */
    }
    .footer-sk .footer-menu-wrap div.footer-menu-1-col {
        display: none;
    }
    .footer-sk .footer-menu-wrap .footer-menu-title {
        /* font-size: 18px;
        line-height: 28px;
        margin-bottom: 0; */
        position: relative;
        cursor: pointer;
    }
    .footer-sk .footer-menu-wrap .footer-menu-title:after {
        position: absolute;
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        /* background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAKUlEQVR42mMYBTQHPf97/o8aMGoAfQ3o+U88pNiAQRoGowaMGjAKKAEAndSBnY/VsiEAAAAASUVORK5CYII=') no-repeat; */
        /*background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.753716L5 5L10 0.753716L9.1125 0L5 3.49257L0.8875 0L0 0.753716Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");*/
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.753716L5 5L10 0.753716L9.1125 0L5 3.49257L0.8875 0L0 0.753716Z' fill='%23fff'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        top: calc(50% - 5px);
        right: 10px;
    }
    .footer-sk .footer-menu-wrap.open .footer-menu-title:after {
        /* background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAHUlEQVR42mMYBaNgFAxD0POfeEi5AaNgFIyC4QcA3JtD5eHCPW0AAAAASUVORK5CYII=') no-repeat; */
        transform: rotate(180deg);
    }
    .footer-sk .footer-menu-wrap.open .footer-menu-1-col {
        display: block;
        margin-top: 26px;
    }
    .footer-sk .footer-menu-wrap.open ul.footer-menu-1-col li a {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
    }
    .footer-sk .footer-menu-wrap.open ul.footer-menu-1-col li:last-child {
        margin-bottom: 0;
    }
    .footer-sk .footer-phone a:focus,
    .footer-sk .footer-phone a:active {
        padding: 13px!important;
    }
    .white-header .main-nav-wrap {
        top: 57px;
    }
    .section-wrap.service-landing {
        padding: 15px 0 0;
    }
    .service-landing .anons-block .anons-block__img {
        display: none;
    }
    .service-landing .anons-block .anons-block__text {
        width: 100%;
    }
    .service-landing .anons-block {
        margin-bottom: 50px;
    }
    .service-landing .anons-block .anons-block__text h1 {
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
        color: #000000;
        margin-bottom: 12px;
    }
    .mobile-hidden {
        display: none!important;
    }
    .mobile-visible {
        display: block!important;
    }
    .service-landing .anons-block .anons-block__text p {
        font-size: 16px;
        line-height: 160%;
    }
    .service-landing .anons-block .anons-block__text span.btn-def,
    .service-landing .anons-block .anons-block__text a {
        display: block;
        padding: 16px;
        font-size: 18px;
        line-height: 150%;
    }
    .service-landing .hotline-block {
        border: none;
        padding: 32px 0;
        margin-bottom: 50px;
    }
    .service-landing .hotline-block .hotline-block__title {
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
    }
    .service-landing .hotline-block a {
        padding: 13px 32px;
        font-size: 18px;
        line-height: 150%;
    }
    .service-landing .hotline-block .hotline-block__text p {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        color: #8C8C8C;
    }
    .service-landing .service-landing__h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 24px 0 24px;
    }
    .service-landing .steps-block .steps-block__item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 16px;
    }
    .service-landing .steps-block .steps-block__number {
        margin-right: 24px;
    }
    .service-landing .steps-block .steps-block__item p {
        font-size: 16px;
        line-height: 160%;
    }
    .service-landing .steps-block .steps-block__wrap {
        margin-bottom: 8px;
    }
    .service-landing span.lonely-button-call-me-back,
    .service-landing .steps-block .steps-block__actions span.btn-act,
    .service-landing .steps-block .steps-block__actions a {
        border: 3px solid #B74747;
        box-sizing: border-box;
        border-radius: 4px;
        background: #fff;
        padding: 13px;
        font-size: 18px;
        line-height: 150%;
        color: #B74747;
    }
    .service-landing .steps-block {
        margin-bottom: 50px;
    }
    .service-landing .steps-block .steps-block__item.shown {
        display: flex!important;
    }
    .service-landing .frauds-block {
        padding: 32px 0;
        background: #B74747;
        border: none;
        border-radius: 0;
        margin-bottom: 50px;
        position: relative;
    }
    .service-landing .frauds-block:before {
        content: '';
        display: block;
        width: 20px;
        height: 100%;
        background: #B74747;
        position: absolute;
        top: 0;
        left: -20px;
    }
    .service-landing .frauds-block:after {
        content: '';
        display: block;
        width: 20px;
        height: 100%;
        background: #B74747;
        position: absolute;
        top: 0;
        right: -20px;
    }
    .service-landing .frauds-block .service-landing__h2 {
        text-align: center;
        color: #FFFFFF;
        margin: 0 0 20px;
    }
    .service-landing .frauds-block p.frauds-block__warning-text {
        font-size: 18px;
        line-height: 28px;
        color: #EABBC7;
    }
    .service-landing .frauds-block a {
        border: 3px solid #FFFFFF;
        font-size: 18px;
        line-height: 150%;
        padding: 13px 32px;
        color: #fff;
    }
    .service-landing .frauds-block p {
        font-size: 16px;
        line-height: 160%;
        text-align: center;
        color: #FFFFFF;
    }
    .service-landing .service-content-block {
        margin-bottom: 50px;
    }
    .service-landing .service-landing__subtitle {
        /* font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px; */
    }
    .service-landing .advantages-block .advantages-block__item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 8px;
        padding: 24px;
    }
    .service-landing .advantages-block .advantages-block__item img {
        margin-right: 16px;
        max-width: 64px;
    }
    .service-landing .advantages-block .advantages-block__item p {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
    }
    .service-landing .advantages-block {
        margin-bottom: 50px;
    }
    .service-landing .prices-main-wrap {
        /* margin-top: 24px;
        background: #FFFFFF;
        padding-top: 32px;
        position: relative; */
    }
    /* .service-landing .prices-main-wrap:before {
        content: '';
        display: block;
        width: 20px;
        height: 100%;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        left: -20px;
    }
    .service-landing .prices-main-wrap:after {
        content: '';
        display: block;
        width: 20px;
        height: 100%;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        right: -20px;
    }
    .service-landing .prices-main-wrap .prices-main-tab.active:before,
    .service-landing .prices-main-wrap .prices-main-tab.active:after {
        content: unset;
    } */
    .service-landing .prices-main-wrap .prices-main-nav {
        flex-wrap: wrap;
    }
    /* .service-landing .prices-main-wrap .prices-main-nav .prices-main-nav-item {
        border: 3px solid #8C8C8C;
        background: #FFFFFF;
        padding: 17px;
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        text-align: center;
        color: #8C8C8C;
        width: 100%;
    } */
    /* .service-landing .prices-main-wrap .prices-main-nav .prices-main-nav-item:first-child {
        border-radius: 4px 4px 0px 0px;
    } */
    /* .service-landing .prices-main-wrap .prices-main-nav .prices-main-nav-item:last-child {
        border-radius: 0px 0px 4px 4px;
    } */
    /* .service-landing .prices-main-wrap .prices-main-nav .prices-main-nav-item.active {
        background: #B74747;
        border: 3px solid #B74747;
        color: #FFFFFF;
    } */
    /* .service-landing .prices-main-wrap .prices-main-nav .prices-main-nav-item.active:after {
        content: unset;
    } */
    /* .service-landing .prices-main-wrap .prices-main-tab.active,
    .service-landing .prices-main-wrap.with-bottom-border .prices-main-tab.active {
        padding: 32px 0 45px;
        border: none;
        background: #FFFFFF;
        flex-wrap: wrap;
    } */
    .service-landing .prices-main-wrap .prices-main-tab-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
    .service-landing .prices-main-wrap .prices-main-tab-content {
        margin-bottom: 24px;
    }
    .service-landing .prices-main-wrap .prices-main-tab-content:last-child {
        margin-bottom: 0;
    }
    .service-landing .prices-main-wrap .prices-main-tab-content__visible {
        padding: 24px;
        flex-wrap: wrap;
    }
    .service-landing .prices-main-wrap .prices-main-tab-info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .service-landing .prices-main-wrap .prices-main-tab-actions {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .service-landing .prices-main-wrap .prices-main-tab-title {
        margin-bottom: 0;
    }
    .service-landing .prices-main-wrap .prices-main-tab-content .complex-btn,
    .service-landing .prices-main-wrap .prices-main-tab-content .komplex_call {
        background: #B74747;
        border: none;
        color: #FFFFFF;
        padding: 14px;
        width: auto;
    }
    .service-landing .prices-main-wrap .prices-main-tab-content .complex-btn:hover,
    .service-landing .prices-main-wrap .prices-main-tab-content .komplex_call:hover {
        border: 5px solid #B74747!important;
        padding: 9px !important;
        background: #fff!important;
        color: #B74747!important;
    }
    .service-landing .prices-main-wrap .prices-main-tab-content .complex-btn:focus,
    .service-landing .prices-main-wrap .prices-main-tab-content .complex-btn:active,
    .service-landing .prices-main-wrap .prices-main-tab-content .komplex_call:focus,
    .service-landing .prices-main-wrap .prices-main-tab-content .komplex_call:active {
        border: 5px solid #B74747!important;
        padding: 9px !important;
        color: #B74747!important;
    }
    .service-landing .prices-main-wrap .prices-main-tab-price {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .service-landing .prices-main-wrap .prices-main-tab-content.open .prices-main-tab-content__hidden {
        padding: 24px;
    }
    .service-landing .prices-main-wrap .prices-main-tab-content .prices-main-list {
        column-count: 1;
    }
    .service-landing .prices-main-wrap .prices-main-tab-content .prices-main-list li {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 4px;
    }
    .service-landing .prices-main-wrap .prices-main-tab-content.open .prices-main-tab-text {
        display: block;
    }
    .service-landing .calc-block {
        padding: 32px 0;
        margin-bottom: 50px;
    }
    .service-landing .calc-block .calc-block__wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-landing .calc-block .calc-block__wrap img {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 64px;
    }
    .service-landing .calc-block .calc-block__wrap .calc-block__title {
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .service-landing .calc-block .calc-block__wrap .calc-block__title br {
        display: none;
    }
    .service-landing .calc-block .calc-block__wrap a {
        padding: 16px;
        font-size: 18px;
        line-height: 150%;
    }
    .service-landing .compensation-block {
        display: none;
    }
    .service-landing .reviews-block .service-landing__h2 {
        margin-bottom: 24px;
    }
    .service-landing .reviews-block .slick-slider {
        margin-bottom: 30px;
        max-width: 70%;
    }
    .service-landing .reviews-block .reviews-block__link a {
        /* display: block;
        font-size: 18px;
        line-height: 150%;
        padding: 13px; */
    }
    .service-landing .reviews-block .slick-slider .slick-slide {
        margin-right: 15px;
    }
    .service-landing .reviews-block .reviews-slider__item {
        /* padding: 24px; */
    }
    .service-landing .reviews-block .reviews-slider__item .content p {
        /* font-size: 16px;
        line-height: 160%; */
    }
    .service-landing .reviews-block .reviews-slider__item .content {
        max-height: 350px;
    }
    .service-landing .reviews-block .reviews-slider__item .content-toggle {
        /* font-weight: 600;
        font-size: 16px;
        line-height: 200%;
        right: 24px;
        left: 24px;
        bottom: 19px;
        padding: 0; */
    }
    .service-landing .reviews-block .slick-slider .slick-list {
        overflow: visible;
    }
    .uslugi__pages .service-landing .reviews-block {
        margin: 0.6rem 0;
    }
    .addresses-block .service-landing__h2 {
        /* margin-bottom: 24px; */
    }
    .addresses-block {
        /* margin-bottom: 35px; */
    }
    .addresses-block .addresses-block__list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .addresses-block .addresses-block__item {
        width: 48%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .addresses-block .addresses-block__item:nth-child(2n) {
        margin-right: 0;
    }
    .addresses-block .addresses-block__item a {
        /* padding: 24px 30px; */
    }
    .addresses-block .addresses-block__item a img {
        margin-bottom: 12px;
        max-width: 64px;
    }
    .addresses-block .addresses-block__item a span {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
    }
    .service-landing .faq-block {
        /* padding: 32px 0;
        margin-bottom: 50px;
        border: none; */
    }
    .service-landing .faq-block .service-landing__h2 {
        margin-bottom: 1rem;
    }
    .service-landing .faq-block .faq-block__item {
        margin-bottom: 1rem;
    }
    .service-landing .faq-block .faq-block__item .faq-block__question {
        /* padding: 20px 24px 70px;
        font-weight: 600;
        font-size: 16px;
        line-height: 160%; */
    }
    .service-landing .faq-block .faq-block__item .faq-block__question:after {
        /* display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #E6E6E8 url('/upload/services/caret_down.png') center center no-repeat;
        border-radius: 0px 0px 4px 4px;
        top: unset;
        right: unset; */
    }
    .service-landing .faq-block .faq-block__item.open .faq-block__question:after {
        /* background: #E6E6E8 url('/upload/services/caret_up.png') center center no-repeat; */
    }
    .service-landing .faq-block .faq-block__item.open .faq-block__answer {
        /* padding: 20px 24px 70px; */
    }
    .service-landing .faq-block .faq-block__item.open .faq-block__answer p,
    .service-landing .faq-block .faq-block__item.open .faq-block__answer ul,
    .service-landing .faq-block .faq-block__item.open .faq-block__answer .bordered {
        /* font-size: 16px;
        line-height: 160%; */
    }
    .service-landing .faq-block .faq-block__item.open .faq-block__question {
        /* position: unset;
        padding: 20px 24px; */
    }
    .service-landing .faq-block .faq-block__item.open {
        /* position: relative; */
    }
    .faq-lic__box {
        flex-wrap: wrap;
    }
    .service-landing .faq-block,
    .service-landing .mainpage-licenses {
        width: 100%;
    }
    .consultation-form-block .consultation-form-block__content {
        max-width: 100%;
    }
    .consultation-form-block:after {
        content: unset;
    }
    .consultation-form-block .service-landing__h2 {
        margin-bottom: 16px;
    }
    .consultation-form-block .callback-form-wr {
        margin: 10px 0 0;
    }
    .addresses-block {
        padding: 0.4rem 0 3.2rem 0;
    }
    .mainpage-info .addresses-block {
        padding: 3.4rem 0 3.2rem 0;
    }
    .consultation-form-block .callback-form-field,
    .consultation-form-block .actions {
        /* margin-bottom: 24px; */
        width: 32%;
    }
    .consultation-form-block .callback-form-field .callback-form-field-label {
        font-weight: 600;
        font-size: 14px;
        line-height: 160%;
        top: -10px;
        left: 24px;
    }
    .consultation-form-block .callback-form-field input[type="text"] {
        max-width: 100%;
        margin-bottom: 0.8rem;
        /* padding: 17px 24px;
        font-weight: 600;
        font-size: 16px;
        line-height: 160%; */
    }
    .consultation-form-block .actions {
        display: flex;
        flex-direction: column;
    }
    .consultation-form-block .callback-form-field.callback-checkbox {
        margin-bottom: 1rem;
    }
    .consultation-form-block .callback-checkbox input[type="checkbox"]:checked + label,
    .consultation-form-block .callback-checkbox input[type="checkbox"]:not(:checked) + label {
        /* font-size: 16px;
        line-height: 160%; */
    }
    .consultation-form-block .callback-form-submit {
        /* margin-bottom: 0; */
    }
    .consultation-form-block .callback-form-submit input[type="submit"] {
        /* font-size: 18px;
        line-height: 150%;
        padding: 16px; */
        width: 100%;
    }
    .consultation-form-block {
        /* margin-bottom: 2rem; */
    }
    .map-block {
        /* margin-bottom: 2rem; */
        padding-bottom: 0;
        height: unset;
        flex-direction: column;
    }
    .map-block .service-landing__h2 {
        display: none;
    }
    .map-block .map-block__wrap {
        /* flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 30px; */
    }
    .map-block .map-block__map {
        /* width: 104%;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px; */
    }
    .map-block .map-block__cities {
        width: 100%;
    }
    .map-block .map-block__cities ul {
        column-count: 2;
    }
    .map-block .map-block__cities ul li {
        margin-bottom: 16px;
    }
    .map-block .map-block__cities ul li a {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
    }
    .map-block .map-block__cities ul li a:before {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        background-size: cover;
    }
    .map-block__info {
        width: 100%;
        padding-right: 0;
    }
    .map-block .map-block__wrap {
        /*position: relative;*/
        margin-top: 2rem;
        width: 100%;
        height: 20rem;
    }
    
    .map-block .map-block__link a {
        /* font-size: 18px;
        line-height: 150%;
        padding: 16px;
        width: 100%; */
    }
    .service-landing .seo-text-block {
        margin-bottom: 40px;
    }
    .service-landing .seo-text-block p,
    .service-landing .seo-text-block ul,
    .service-landing .seo-text-block ol {
        font-size: 14px;
    }
    .service-landing .seo-text-block ol
    .service-landing .seo-text-block.second {
        margin-top: 40px;
    }
    .banner-top-wrap.mainpage-banner .mainpage-banner__actions a:focus,
    .consultation-form-block .callback-form-submit input[type="submit"]:focus,
    .map-block .map-block__link a:focus,
    .service-landing .anons-block .anons-block__text span.btn-def:focus,
    .service-landing .anons-block .anons-block__text a:focus,
    .banner-top-wrap.mainpage-banner .mainpage-banner__actions a:active,
    .consultation-form-block .callback-form-submit input[type="submit"]:active,
    .map-block .map-block__link a:active,
    .service-landing .anons-block .anons-block__text span.btn-def:active,
    .service-landing .anons-block .anons-block__text a:active {
        padding: 13px!important;
    }
    .white-header .header-actions span.as-btn-question,
    .white-header .header-actions a.question {
        /* border: none!important;
        padding: 0!important; */
    }
    /* .white-header .header-actions span.as-btn-question:focus,
    .white-header .header-actions span.as-btn-question:active, */
    .white-header .header-actions a.question:focus,
    .white-header .header-actions a.question:active {
        border: none!important;
        padding: 0!important;
        color: inherit!important;
    }
    .service-landing .hotline-block a:hover,
    .service-landing .frauds-block a:hover,
    .service-landing .compensation-block .compensation-block__info a.phone:hover,
    /* .service-landing .reviews-block .reviews-block__link a:hover, */
    /* .mainpage-frauds-block .mainpage-frauds-block__content a:hover, */
    .service-landing span.lonely-button-call-me-back:hover,
    .service-landing .steps-block .steps-block__actions span.btn-act:hover,
    .service-landing .steps-block .steps-block__actions a:hover {
        border: 5px solid #B74747!important;
        padding: 11px 30px!important;
        background: #fff!important;
        color: #B74747!important;
    }
    .service-landing .hotline-block a:focus,
    .service-landing .frauds-block a:focus,
    .service-landing .compensation-block .compensation-block__info a.phone:focus,
    /* .service-landing .reviews-block .reviews-block__link a:focus, */
    .mainpage-frauds-block .mainpage-frauds-block__content a:focus,
    .service-landing .steps-block .steps-block__actions span.btn-act:focus,
    .service-landing .steps-block .steps-block__actions a:focus,
    .service-landing .hotline-block a:active,
    .service-landing .frauds-block a:active,
    .service-landing .compensation-block .compensation-block__info a.phone:active,
    /* .service-landing .reviews-block .reviews-block__link a:active, */
    .mainpage-frauds-block .mainpage-frauds-block__content a:active,
    .service-landing .steps-block .steps-block__actions span.btn-act:active,
    .service-landing .steps-block .steps-block__actions a:active {
        border: 5px solid #B74747!important;
        padding: 11px 30px!important;
        color: #B74747!important;
    }
    .service-landing .krematsiya-page p.krematsiya-page-process {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 24px;
    }
    .service-landing .krematsiya-page p.krematsiya-page-process a {
        display: inline-block!important;
        color: #B74747;
        font-weight: bold;
    }
    .service-landing .krematsiya-page .krematsiya-page-process.mobile-hidden.open {
        display: block!important;
    }
    .service-landing .krematsiya-page .funeral-description {
        margin-bottom: 10px;
    }
    .service-landing .krematsiya-page .infographic .infographic__item {
        width: 100%;
        margin: 0 0 40px;
        flex: 0 1 100%;
    }
    .service-landing .krematsiya-page .infographic .infographic__content {
        width: 100%;
    }
    .service-landing .krematsiya-page .infographic .infographic__description {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
    }
    .service-landing .krematsiya-page .krematsiya-priem-item {
        width: 100%;
        margin-bottom: 16px;
        padding: 24px 24px 74px 30px;
        flex-wrap: wrap;
        position: relative;
    }
    .service-landing .krematsiya-page .krematsiya-priem-item .krematsiya-priem-item__number {
        margin-right: 16px;
    }
    .service-landing .krematsiya-page .krematsiya-priem-item .krematsiya-priem-item__title {
        font-size: 16px;
        line-height: 160%;
        margin: 0;
        width: 79%;
    }
    .service-landing .krematsiya-page .krematsiya-priem-item .krematsiya-priem-item__show-more {
        background: #E6E6E8 url('/upload/services/caret_down_black.png') center center no-repeat;
        border-radius: 0px 0px 4px 4px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 50px;
    }
    .service-landing .krematsiya-page .krematsiya-priem-item .krematsiya-priem-item__show-more.clicked {
        background: #E6E6E8 url('/upload/services/caret_up_black.png') center center no-repeat;
    }
    .service-landing .krematsiya-page .krematsiya-priem-item .krematsiya-priem-item__content.open {
        display: block;
        width: 100%;
        margin: 14px 0 0 0;
        background: transparent;
        border: none;
        padding: 0;
    }
    .service-landing .krematsiya-page .krematsiya-priem-item .krematsiya-priem-item__content p {
        font-weight: normal;
        font-size: 16px;
        line-height: 160%;
    }
    .service-landing .krematsiya-page .krematsiya-priem-block {
        margin-bottom: 25px;
    }
    .service-landing .krematsiya-page .krematsiya-page-price-bold {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 24px;
        font-weight: bold;
    }
    .service-landing .krematsiya-page .krematsiya-page-price-grey {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 12px;
    }
    .service-landing .krematsiya-page ul.krematsiya-page-price-list {
        font-weight: 800;
        /*font-size: 16px;*/
        line-height: 160%;
        margin-bottom: 24px;
    }
    .service-landing .krematsiya-page .krematsiya-page-price-button {
        margin-bottom: 40px;
    }
    .service-landing .krematsiya-page .krematsiya-page-price-button a {
        font-weight: bold;
        font-size: 18px;
        line-height: 150%;
        padding: 16px;
        width: 100%;
    }
    .service-landing .krematsiya-page .krematsiya-page-table-text {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 160%;
    }
    .service-landing .krematsiya-page ol.krematsiya-page-documents-list {
        font-size: 16px;
        line-height: 160%;
    }
    .service-landing .krematsiya-page ol.krematsiya-page-documents-list li {
        margin-bottom: 12px;
    }
    .service-landing .krematsiya-page .krematsiya-page-tabs.prices-main-wrap {
        margin: 0 0 24px;
        background: transparent;
        padding: 0;
    }
    .service-landing .krematsiya-page .krematsiya-page-tabs.prices-main-wrap:before,
    .service-landing .krematsiya-page .krematsiya-page-tabs.prices-main-wrap:after {
        content: unset;
    }
    .service-landing .krematsiya-page .krematsiya-page-tabs.prices-main-wrap .prices-main-nav .prices-main-nav-item {
        border: 3px solid #E6E6E8;
    }
    .service-landing .krematsiya-page .krematsiya-page-tabs.prices-main-wrap .prices-main-nav .prices-main-nav-item.active {
        border: 3px solid #B74747;
    }
    .service-landing .krematsiya-page .krematsiya-page-tabs.prices-main-wrap .prices-main-tab.active {
        padding: 24px 0 0;
        background: transparent;
    }
    .service-landing .krematsiya-page .krematsiya-page-tabs.prices-main-wrap .prices-main-tab p {
        margin-bottom: 12px;
    }
    .service-landing .krematsiya-page .krematsiya-page-tabs.prices-main-wrap .prices-main-tab p:last-child {
        margin-bottom: 0;
    }
    .service-landing .krematsiya-page .krematsiya-page-tabs.prices-main-wrap .prices-main-tab p .grey {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        color: #8C8C8C;
        margin-right: 10px;
    }
    .service-landing .krematsiya-page .krematsiya-page-tabs.prices-main-wrap .prices-main-tab p .bold {
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        color: #000000;
    }

    .banner-top-wrap.mainpage-banner {
        margin-top: 75px !important;
        border: none;
    }
    .banner-top-wrap .mainpage-banner__link {
        display: none;
    }
    .banner-top-wrap.mainpage-banner > .container:after {
        content: unset;
    }

    .banner-top-wrap.mainpage-banner h1 {
    }
    .banner-top-wrap.mainpage-banner p {
    }
    .banner-top-wrap.mainpage-banner p.bold.red {
        font-weight: 600;
    }
    .banner-top-wrap.mainpage-banner .mainpage-banner__actions {
        flex-wrap: wrap;
    }
    .banner-top-wrap.mainpage-banner .mainpage-banner__actions a {
        font-weight: bold;
        font-size: 18px;
        line-height: 150%;
        padding: 16px;
        width: 100%;
    }
    .banner-top-wrap.mainpage-banner .mainpage-banner__actions span {
        font-weight: normal;
        font-size: 16px;
        line-height: 160%;
        margin: 8px 0 0 0;
        width: 100%;
    }
    .mainpage-links {
        padding: 0 0 50px;
    }
    .mainpage-links .links-list-wrap .link-item {
        padding: 24px;
        margin: 0 0 12px 0;
        width: 100%;
        justify-content: flex-start;
    }
    .mainpage-links .links-list-wrap .link-item:last-child {
        margin: 0;
    }
    .mainpage-links .links-list-wrap .link-item .link-item-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        margin: 0;
    }
    .mainpage-links .links-list-wrap .link-item .link-item-text {
        line-height: 160%;
    }
    .mainpage-federal {
        display: none;
    }
    .services-list-wrap.mainpage-services-list {
        padding: 3rem 0;
    }
    .mainpage-services-list .section-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .mainpage-services-list .services-list .service-item {
        /* margin: 0 0 12px 0;
        background: #F3F3F3;
        border: 2px solid #E6E6E8;
        border-radius: 4px;
        width: 100%; */
    }
    .mainpage-services-list .services-list .service-item:last-child {
        /* margin: 0; */
    }
    .mainpage-services-list .services-list .service-item .service-item-image-wrap {
        height: 130px;
        /* display: none; */
    }
    .mainpage-services-list .services-list .service-item .service-item-text {
        /* padding: 24px;
        font-size: 18px;
        line-height: 28px;
        text-align: left; */
    }
    .mainpage-banner-shop {
        padding: 32px 0;
        margin-bottom: 50px;
    }
    .mainpage-banner-shop > .container {
        flex-wrap: wrap;
    }
    .mainpage-banner-shop .mainpage-banner-shop__text {
        max-width: 100%;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mainpage-banner-shop .mainpage-banner-shop__text img {
        margin-right: 0;
        margin-bottom: 20px;
        width: 64px;
    }
    .mainpage-banner-shop .mainpage-banner-shop__text p {
        font-size: 28px;
        line-height: 32px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .mainpage-banner-shop .mainpage-banner-shop__link {
        width: 100%;
    }
    .mainpage-banner-shop .mainpage-banner-shop__link a {
        font-size: 18px;
        line-height: 150%;
        padding: 16px;
    }
    .mainpage-frauds-block {
        display: none;
    }
    .consultation-form-block .consultation-form-block__content {
        max-width: 100%;
    }
    .mainpage-licenses .certificates-list-wrap {
        padding: 50px 0 50px;
    }
    .mainpage-licenses .section-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .mainpage-licenses .certificates-list.slick-initialized .slick-slide {
        margin: 0 5px;
    }
    .mainpage-licenses .certificates-list.slick-initialized {
        /* max-width: 80%; */
    }
    .mainpage-licenses .certificates-list.slick-initialized .slick-list.draggable {
        overflow: visible;
    }
    .mainpage-licenses .certificates-list .certificate-item {
        /* justify-content: flex-start; */
    }
    .mainpage-info .consultation-form-block {
        /* margin-top: 40px; */
    }
    .consultation-form-block__content {
        padding: 0 0 0 0;
    }
    .service-landing.mainpage-info .faq-block {
        margin-bottom: 0;
    }
    .footer-sk.gray-box > .container {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer__contacts {
        width: 290px;
        margin: 0 auto 2rem;
    }
    .soc-card__list {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .large-font-for-mobile,
    .large-font-for-mobile p,
    .large-font-for-mobile ul.red-dots li {
        font-size: 16px;
    }
    /* 900 */
}

@media (max-width:768px) {
    .footer-sk .footer-dark .container met met {
        flex-direction: column;
    }
    .footer-sk .footer-dark .container met met p.footer-copy {
        text-align: center;
        margin-top: 0.5rem;
    }
    .consultation-form-block .callback-form-fields {
        flex-direction: column;
        align-items: center;
    }
    .consultation-form-block .callback-form-field, .consultation-form-block .actions {
        width: 100%;
    }
    .mainpage-services-list .services-list .service-item {
        width: calc(49% - 10px);
    }
    .about-box__text {
        flex-wrap: wrap;
    }
    .about-box__text > p, .about-box__text div {
        width: 100%;
    }
    .about-box__text > p:first-child {
        margin-bottom: 1rem;
    }
    .white-header .main-nav-wrap {
        top: 46px;
    }
    .allert-box,
    .compensation-red-box,
    .compensation-box.compensation-box__new  {
        width: 100%;
        margin: 0 0 0 0;
    }
    .allert-box {
        margin-bottom: 1rem;
    }
    .doverie {
        padding: 2.3rem 0 3.5rem 0;
    }
    .doverie__item {
        width: 100%;
        padding-right: 0;
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
    }
    .doverie__content {
        /*padding-left: 1rem;*/
    }
    .doverie__item p {
        line-height: 1.2;
        margin: 0.2rem 0;
    }
    .shop-box {
        flex-direction: column-reverse;
    }
    .mainpage-services-list .services-list .service-item {
        width: calc(49% - 10px);
    }
    .mainpage-services-list .services-list .service-item .service-item-image-wrap {
        height: 120px;
    }
/* 768 */
}

@media (max-width:767px) {
    .fixed-call-btn {
        /* display: block; */
    }
    .footer-sk .footer-menu-wrap .footer-line-1-left-block {
        margin-bottom: 0;
        text-align: left;
    }
    .service-order .item {
        width: 100%;
    }
    .docs-examlples .item {
        width: 100%;
    }
    .ordering .item {
        width: 50%;
    }
    .soc-card-block .left,
    .soc-card-block .right {
        width: auto;
    }
/* 767 */
}
@media (max-width:651px) {
    .main-domen-banner .mainpage-banner__links__item,
    .main-domen-banner .mainpage-banner__links__item:first-child,
    .main-domen-banner .mainpage-banner__links__item:last-child,
    .mainpage-banner__links__item,
    .mainpage-banner__links__item:first-child,
    .mainpage-banner__links__item:last-child {
        width: 100%;
        margin-bottom: 1rem;
        font-size: 0.775rem;
    }
    .mainpage-banner__links__item:last-child .mainpage-banner__links__item__title {
        font-size: 1rem;
    }
/* 651 */
}
@media screen and (max-width: 600px) {
    .banner-top-wrap.mainpage-banner .mainpage-banner__title {
        padding: 0 0 0rem 0;
    }
    .banner-top-wrap.mainpage-banner h1 {
        font-size: 1.7rem;
        margin: 0 0 1rem;
    }
    .mainpage-banner__subtitle {
        padding: 0 0 1.5rem 0;
    }
    .banner-top-wrap.mainpage-banner {
        margin-top: 65px !important;
    }
    .mainpage-licenses .certificates-list.slick-initialized {
        max-width: unset;
    }
    .mainpage-licenses .certificates-list .certificate-item {
        justify-content: center;
    }
    .prices-links .prices-links-block a,
    .prices-links.mainpage .prices-links-block a {
        width: 100%;
    }
/* 600 */
}
@media (max-width: 560px) {
    .city-page-header.banner-top-wrap.mainpage-banner .mainpage-banner__content,
    .banner-top-wrap.mainpage-banner .mainpage-banner__content {
        max-width: 100%;
        height: 100%;
        padding: 2rem 1.5rem 4rem;
    }
    .banner-form .btn {
        min-width: 150px;
    }
    .banner-form .btn.btn-transparent {
        margin-right: 0;
    }
    .mainpage-banner__rassrochka {
        /* position: absolute;
        bottom: 4rem;
        left: calc(50% - 198px); */
    }
    .city-page-header.banner-top-wrap.mainpage-banner .mainpage-banner__content li,
    .banner-top-wrap.mainpage-banner .mainpage-banner__content li {
        font-weight: normal;
        font-size: 16px;
    }
    .banner-form {
        /* flex-direction: column; */
    }
    .banner-form .btn-def {
        max-width: 350px;
        margin-bottom: 15px;
    }
    .banner-form__txt {
        width: 100%;
    }
/* 560 */
}
.inline-search-block.show {
    top: 0!important;
    background: #fff;
}

.inline-search-block {
    position: fixed;
    background: #fff!important;
    background: var(--black_bg_black)!important;
    width: 100%;
    top: -200px;
    right: 0;
    z-index: 3001;
    transition: all ease .5s;
}
@media (max-width:500px) {
    .banner-top-img-box {
        max-height: 26rem;
    }
    .white-header .header-contacts .logo-wrap .text-logo .subname,
    .white-header .header-info svg/*,
    .white-header .header-info .header-info__phone div*/ {
        display: none;
    }
    .white-header .header-info .header-info__phone{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .white-header .header-info .header-info__phone div {
        color: #40AD4F;
        font-family: Inter;
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: 14.4px; /* 160% */
    }
    .white-header .header-info .header-info__phone a {
        font-size: 1rem;
        /*margin-right: 1rem;*/
        letter-spacing: -0.046em;
    }
    .main-domen-banner .mainpage-banner__links__item:first-child,
    .main-domen-banner .mainpage-banner__links__item:last-child,
    .main-domen-banner .mainpage-banner__links__item,
    .mainpage-banner__links__item,
    .mainpage-banner__links__item:first-child,
    .mainpage-banner__links__item:last-child {
        width: 100%;
    }
    .white-header .main-nav-wrap {
        width: 100%;
    }
    .city-page .city-page-header.banner-top-wrap.mainpage-banner,
    .banner-top-wrap.mainpage-banner {
        padding: 0.3rem 0 1rem;
    }
    .city-page-header.banner-top-wrap.mainpage-banner .mainpage-banner__content,
    .banner-top-wrap.mainpage-banner .mainpage-banner__content {
        padding: 1rem 1rem 2.2rem;
    }
    .banner-form {
        padding: 0 0 0.4rem 0;
    }
    .banner-form .callback-form-submit input[type="submit"] {
        width: 100%;
    }
    .banner-form .btn {
        min-width: 98px;
    }
    .banner-top-wrap.mainpage-banner .mainpage-banner__title {
        font-size: 1.1rem;
        padding: 0 0 0.3rem 0;
    }
    .banner-top-wrap.mainpage-banner h1 {
        font-size: 1.3rem;
        margin: 0 0 0.5rem;
    }
    .mainpage-banner__subtitle {
        padding: 0 0 0.7rem 0;
        text-align: center;
        font-size: 0.9rem;
    }
    .banner-form__txt {
        padding-top: 0.5rem;
        padding-bottom: 0.3rem;
        text-align: center;
        font-size: 0.8rem;
        line-height: 1;
    }
    .mainpage-banner__compensation {
        font-size: 0.9rem;
        padding: 0.2rem 1rem;
        background: #ffffff80;
    }
    .mainpage-banner__rassrochka {
        /* position: absolute;
        bottom: 2rem;
        left: 5%;
        width: 90%; */
    }
    .mainpage-banner__rassrochka--left {
        font-size: 0.75rem;
    }
    .mainpage-banner__rassrochka--right {
        font-size: 0.9rem;
    }
    .mainpage-banner__rassrochka--left b {
        font-size: 1rem;
    }
    .mainpage-services-list .services-list .service-item .service-item-image-wrap {
        height: 95px;
        padding-top: 0;
    }
    .services-list .service-item svg {
        width: 40%;
    }
    .mainpage-services-list .services-list .service-item .service-item-text {
        padding: 0rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }
    .shop-box {
        padding: 1rem 1.5rem;
    }
    .shop-box img {
        width: 50%;
    }
    .shop-box .btn {
        margin: 0 auto;
    }
    .soc-card {
        padding: 1rem 1.5rem;
    }
    .soc-card img {
        max-width: 100%;
    }
    .soc-card__right p {
        width: auto;
    }
    .addresses-block .addresses-block__list {
        width: 100%;
    }
    .service-landing .reviews-block .slick-slider {
        max-width: 100%;
    }
    .service-landing .reviews-block .reviews-slider__item {
        padding: 1.2rem 1.2rem 3.2rem 1.2rem;
    }
    .slider__item p.name {
        font-size: 1.2rem;
        margin: 0 0 6px;
        line-height: 1;
    }
    .service-landing .reviews-block .reviews-slider__item p.name svg {
        margin: 0 0.5rem 0 0rem;
    }
    .service-landing .reviews-block .reviews-slider__item p.name {
        font-size: 1.175rem;
        line-height: 1;
    }
    .footer__contacts {
        width: auto;
        margin: 0 -1rem 2rem;
        padding: 0 2rem 2rem;
        border-bottom: 1px solid #D9D9D9;
    }
/* 500 */
}
@media (max-width: 420px) {
    .white-header .header-contacts .logo-wrap span > span:first-child {
        font-size: 15px;
    }
/* 420 */
}
@media (max-width:414px) {
    .transport {
        font-size: 11px;
    }
    .banner-top-wrap .mainpage-banner__content .cost {
        display: block;
    }
    .mob_table td {
        display: block;
    }
    .ordering .item {
        width: 100%;
    }
    .img_left,
    .img_right {
        float: none;
        width: 100%;
        margin: 15px 0 !important;
    }
/* 414 */
}
@media (max-width: 360px) {
     .white-header .header-actions {
         margin: 0;
         width: auto;
         margin-bottom: 16px;
         margin-right: 16px;
     }

     .white-header .header-actions span.as-btn-question,
     .white-header .header-actions a.question {
         padding: 16px;
     }
/* 360 */
}
@media (max-width: 350px) {
    .white-header .header-contacts .logo-wrap span > span:first-child {
        font-size: 14px;
    }
/* 350 */
}

.vijet-block.yandex-rating {
    padding: 10px 0px 0 10px;
    top: 490px;
    padding: 5px 0 2px 5px;
    top: 490px;
    height: auto;
}

.vijet-block.yandex-rating iframe {
    overflow: hidden;
    margin: 0 -100px 0 0;
    /* transform: rotate(-90deg); */
    /* position: absolute;
    top: 57px;
    right: -53px; */
}

.vijet-block.yandex-rating:hover iframe {
    margin: 0 -3px 0 0;
}


.service-landing .steps-block {
    margin-bottom: 60px;
}

.service-landing .service-landing__subtitle {
    font-size: 0.938rem;
}

div.gray-box.consultation-box h2 {
    font-size: 2.125rem;
}

.service-landing .seo-text-block {
    margin-bottom: 0;
}
.service-landing .seo-text-block.second {
    margin-top: 0;
}
jdiv .globalClass_a68f  ._orientationRight_d7dd .button_e969{
    margin-bottom: 65px!important;
    box-shadow: none;
}
.page-class__about .about-licenses{
    margin-top: 0;
    width: 35%
}
.page-class__about .about-licenses .certificates-list{
    margin-top: 40px;
}
.page-class__about .about-req{
    width: 60%;
}
.page-class__about .about-bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}
.page-class__about table.content-table{
    border-radius: 6px
}
.page-class__about table.content-table tr td:first-child{
    font-weight: 500;
}
.page-class__about table.content-table tr td{
    text-align: left;
    border: 1px solid #E1E1E1;
}
@media (max-width: 1445px) {
    .page-class__about .about-licenses, 
    .page-class__about .about-req{
        width: 100%
    }
}

.page-class__contacts .map-block .map-block__info{
    width: 35%;
}
.page-class__contacts .map-block .map-block__wrap{
    width: calc(65% - 20px);
}
@media (max-width: 900px) {
    .page-class__contacts .map-block .map-block__wrap{
        width: 100%;
        margin-top: 1rem;
    }
}
@media (max-width: 600px) {
    .service-landing .steps-block,
    .service-landing .service-content-block,
    .content-table.ritualnyy-transport,
    .service-landing .prices-main-wrap .prices-main-tab-wrap {
        margin-bottom: 0px;
    }
    .service-landing .prices-main-wrap {
        padding: 0;
    }
}
.bottom-icons-panel__content i > svg{
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.bottom-icons-panel__content{
    padding-bottom: 0.8rem;
    padding-top: 0.3rem;
}
@media (max-width: 500px) {
    .basket-checkout-section-inner .btn {
        width: 100%
    }
}

.faq-services .faq-block h2 {
   /* font-size: 2.125rem;
    margin-bottom: 2rem;*/
}
.faq-services .faq-block .faq-block__item {
    background: #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0px 0px 9px 9px;
}

.faq-services .faq-block .faq-block__item .faq-block__question {
    padding: 1rem 2rem;
    margin: 0;
    position: relative;
    cursor: pointer;
    font-size: 1.125rem;
    color: #000000;
    /*background: #F8F8F8;*/
    font-weight: 600;
}
.faq-services .mainpage-faq-lic.new .faq-block .faq-block__item .faq-block__question{
    background: none;
    font-weight: 400;
    padding: 1.5rem 2rem;
}
.faq-services .faq-block .faq-block__item .faq-block__question:after {
    content: '';
    display: block;
    width: 15.75px;
    height: 15px;
    /* background: url('/upload/services/open_big.png') no-repeat; */
    /*background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.753716L5 5L10 0.753716L9.1125 0L5 3.49257L0.8875 0L0 0.753716Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");*/
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.98014 10.5894C6.59087 11.2315 5.65913 11.2315 5.26986 10.5894L0.225531 2.2684C-0.178475 1.60196 0.301336 0.749999 1.08067 0.749999L11.1693 0.75C11.9487 0.75 12.4285 1.60196 12.0245 2.2684L6.98014 10.5894Z' fill='%232D2927'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
}

.faq-services .faq-block .faq-block__item .faq-block__answer {
    display: none;
}
.service-landing .faq-block .faq-block__item.open .faq-block__question:after {
    /* background: url('/upload/services/close_big.png') no-repeat; */
    transform: rotate(180deg);
}
.faq-services .faq-block .faq-block__item.open .faq-block__answer {
    display: block;
    padding: 1rem 2rem;
    /* border-top: 4px solid #F3F3F3; */
}
.service-landing .faq-block .faq-block__item.open .faq-block__answer p,
.service-landing .faq-block .faq-block__item.open .faq-block__answer ul {
    font-size: 1rem;
    color: #000000;
    margin: 0;
}
.faq-services .faq-block .faq-block__item.open .faq-block__answer .bordered {
    font-size: 1rem;
}
.faq-services .faq-block .faq-block__item.open .faq-block__answer p,
.faq-services .faq-block .faq-block__item.open .faq-block__answer ul {
    margin-bottom: 10px;
}
.faq-services .faq-block .faq-block__item.open .faq-block__answer p:last-child,
.faq-services .faq-block .faq-block__item.open .faq-block__answer ul:last-child {
    margin-bottom: 0;
}
.faq-services .faq-block {
width: 100%;
}
.krematsiya-priem-item:nth-of-type(1) .krematsiya-priem-item__show-more {
margin-left: 11px;
}
@media(max-width: 600px) {
.msg_container {
	max-width: 305px;
}
.gray-box.consultation-box.new .consultation-form-block__content {
	max-width: 305px;
	padding: 1.2rem 0;
	}
.gray-box.consultation-box.new {
	background: none !important;
	}
.gray-box.consultation-box.new .consultation-form-block__content h2 {
	font-size: 21px;
	}
}

/* Скрытие части контента на главной */
.content_hide {
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}

.content_hide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.read-more-toggle {
    display: none;
}

.read-more-button {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    color: #000000;
    padding: 10px 20px;
    text-align: right;
}

.read-more-text,
.read-less-text {
    display: inline-block;
    border-bottom: 1px dashed #000000;
}

.read-less-text {
    display: none;
}

.read-more-toggle:checked ~ .content_hide {
    max-height: 1000px;
}

.read-more-toggle:checked ~ .content_hide::after {
    opacity: 0;
}

.read-more-toggle:checked ~ .read-more-button .read-more-text {
    display: none;
}

.read-more-toggle:checked ~ .read-more-button .read-less-text {
    display: inline-block;
}

/* Костыль для тарифов */
.prices-main-tabs {
	max-height: fit-content !important;
}
@media (min-width:601px) {
.prices-main-wrap.new .prices-main-tab-wrap.swiper-slide {
	height: 620px;
max-height: unset !important;
	}
}
@media (max-width:600px) {
.prices-main-wrap.new .prices-main-tab-wrap.swiper-slide {
	height: auto;
max-height: unset !important;
}
}
.service-landing .reviews-block .swiper-wrapper  {
	
}
}
/* End */


/* Start:/local/templates/mskrit_new/css/modal.css?17743694892578*/
[data-modal-btn] {
	cursor: pointer;
}
.wtsp {
	margin-top: 10px;
}
.modal {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease, visibility 0s linear;
}

.modal.show {
	opacity: 1;
	visibility: visible;
}

.modal .close {
	position: absolute;
	top: 28px;
	right: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
}

.modal h1 {
	font-weight: 500;
	font-size: 24px;
	line-height: 40.8px;
	margin: 18px 0 0;
}

.modal p {
	font-weight: 400;
	font-size: 15px;
	line-height: 18.01px;
	margin: 0;
}

.modal .phone-number {
	font-weight: 500;
	font-size: 32px;
	line-height: 36px;
	padding: 36px 0 28px;
}

.modal .phone-number a {
	text-decoration: none;
	color: #000;
}

.modal .mgr_title {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}

.modal .messengers {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 301px;
}

.modal .messengers a {
	width: 100%;
	text-decoration: none;
	color: #000;
	transition: filter 0.3s ease;
}

.modal .messengers a:hover {
	filter: brightness(95%);
}

.modal .button {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	border: 1px solid #2D2927;
	border-radius: 4px;
	padding: 9px 0;
	width: 100%;
	background-color: #fff;
}

.modal .button_container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
}

.modal .modal_content {
	position: relative;
	z-index: 2;
	margin: 0 auto;
}

.modal .messengers .telegram {
	margin: 22px 0 15px;
}

.modal .wrapper {
	position: relative;
	background-color: #fff;
	border-radius: 9px;
	overflow: hidden;
	width: 100%;
	max-width: 664px;
	background-image: url('/local/templates/mskrit_new/images/modal__bg.png');
	background-size: cover;
	background-position: center;
	padding: 31px 35px 52px;
}

@media (max-width: 600px) {
	.modal {
		width: 100%;
		border-radius: 9px;
		margin: 0 auto;
		text-align: left;
		box-shadow: none;
	}

	.modal h1 {
		font-size: 22.4px;
		line-height: 30px;
		padding-bottom: 21px;
	}

	.modal .phone-number {
		font-size: 21px;
		padding: 31px 0 27px;
	}

	.modal .messengers .telegram {
		margin: 37px 0 15px;
	}

	.modal .messengers {
		max-width: 180px;
	}

	.modal .wrapper {
		padding: 17px 20px 49px;
		max-width: 390px;
		background-image: url('/local/templates/mskrit_new/images/modal__bg_mob.png');
	}
}
/* End */


/* Start:/local/templates/mskrit_new/components/bitrix/search.title/header-search/style.min.css?17104961402203*/
#title-search form input[type="text"]{flex-grow:1;border:none;font-weight:normal;border-bottom:1px solid #ccc;background-color:white;padding:15px 20px;font-size:24px;line-height:1;outline:none;width:100%}.search-toggle{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:center;cursor:pointer;position:relative;justify-content:flex-end;flex-direction:row;cursor:pointer;position:relative}.search-toggle:after{}.search-toggle:hover:after{}.search-toggle svg{width:18px;height:auto;margin:0 5px}.search-toggle svg *{}#title-search{position:absolute;width:100%;left:0;top:0;top:-86px;display:none;z-index:1000;background-color:white;border-bottom:2px solid rgba(155,6,45,1);box-shadow:0 0 7px rgba(0,0,0,.5)}#title-search .search-wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;padding-top:15px;padding-bottom:15px}#title-search form{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;width:100%;position:relative}#title-search form input[type="text"]{flex-grow:1;border:none;font-weight:normal;border-bottom:1px solid #ccc;background-color:white;padding:15px 20px;font-size:24px;line-height:1;outline:none;width:100%}#title-search .btn-red{font-size:15px;margin-left:15px}#title-search .btn-red svg{display:none}#title-search .search-close{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;font-size:26px;margin-left:10px;padding:11px;cursor:pointer;opacity:.5;transition:opacity 300ms ease-in-out,color 300ms ease-in-out}#title-search .search-close:hover{opacity:1}@media (max-width:1170px){#title-search form input[type="text"]{border-radius:7px;border:1px solid #ccc;padding:15px;font-size:16px}#title-search .search-wrap{padding:0}#title-search .btn-red{position:absolute;right:0;top:0;margin:0;height:100%;padding:10px;background-color:transparent}#title-search .btn-red svg{display:block}#title-search .btn-red svg *{stroke:rgba(155,6,45,0.9)}#title-search .search-close,#title-search .btn-red span{display:none}}
/* End */


/* Start:/local/templates/mskrit_new/components/bitrix/menu/menu-main/style.min.css?17782380497302*/
.main-nav-wrap{background-color:#434343;box-shadow:inset 0 -3px black}body.fixed-bg{position:fixed;left:0;top:0;width:100%}.main-nav-wrap .nav-list-wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}.main-nav-wrap .nav-list-wrap > [id^=bx_incl_area_]:first-child{}#menu-top .os-host-overflow{overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;margin:0;padding:0;flex-grow:1}.nav-list .menu-item-wrap{position:relative}.nav-list ul{margin:0;padding:10px 20px;position:absolute;width:250px;top:100%;left:calc(50% - 125px);visibility:hidden;opacity:0;background:rgba(255,255,255,0.95);-webkit-box-shadow:0 2px 6px 1px rgba(0,0,0,0.34);-moz-box-shadow:0 2px 6px 1px rgba(0,0,0,0.34);box-shadow:0 2px 6px 1px rgba(0,0,0,0.34);border-radius:0 0 7px 7px;-webkit-transition:opacity 300ms ease-in-out 150ms,visibility 300ms ease-in-out 100ms;-o-transition:opacity 300ms ease-in-out 150ms,visibility 300ms ease-in-out 100ms;transition:opacity 300ms ease-in-out 150ms,visibility 300ms ease-in-out 100ms;z-index:2;pointer-events:none}.nav-list > li:hover > a + .menu-item-wrap > ul{opacity:1;visibility:visible;pointer-events:auto;-webkit-transition:opacity 300ms ease-in-out,visibility 300ms ease-in-out;-o-transition:opacity 300ms ease-in-out,visibility 300ms ease-in-out;transition:opacity 300ms ease-in-out,visibility 300ms ease-in-out}.nav-list li{list-style:none;padding:0;margin:0}.nav-list > li{flex-grow:1}.nav-list > li a:not(.btn){color:black;text-decoration:none;font-weight:600;text-transform:uppercase;font-size:11px;display:inline-block;letter-spacing:.5px;display:block}.nav-list > li > a{padding:25px 15px;width:100%;text-align:center;position:relative}.nav-list > li > a:after{}.nav-list > li:hover > a:after{width:100%}.nav-list .menu-item-wrap ul li a{padding:10px 0;transition:border-color 300ms ease-out}.nav-list .menu-item-wrap ul li:hover a{border-color:white}header .menu-toggle{display:none;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;cursor:pointer;padding:2px 0;transition:border-color 300ms ease-in-out}header .menu-toggle:hover{border-color:black}header .menu-toggle div{width:30px;height:4px;border-radius:2px;background:#B74747}.fixed-bg header .menu-toggle div:nth-child(1){transform:rotate(45deg);margin:0.3rem 0 0 0}.fixed-bg header .menu-toggle div:nth-child(3){transform:rotate(-45deg);margin:-0.2rem 0 0 0}.fixed-bg header .menu-toggle div:nth-child(2){display:none}header .menu-toggle div + div{margin-top:4px}.main-nav-wrap .menu-close{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;font-size:26px;margin-left:10px;padding:11px;cursor:pointer;opacity:.5;transition:opacity 300ms ease-in-out,color 300ms ease-in-out}.main-nav-wrap .menu-close:hover{opacity:1}.nav-list .root-parent.root-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}.nav-list .root-arrow{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;justify-content:center;width:10px;margin-left:7px;margin-top:3px;z-index:1;transition:transform 150ms ease-in-out}.nav-list .root-arrow.opened{transform:rotate(180deg)}.nav-list .root-arrow:after{}.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{background:rgb(221 221 221) !important}@media (max-width:1170px){.stickytop{z-index:auto}.main-nav-wrap .nav-list-wrap{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;order:5}.main-nav-wrap:not(.os-host) > .container,.main-nav-wrap .os-content > .container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}.nav-list{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column}.nav-list > li a:not(.btn){color:black}.search-toggle:not(.seacrh-mobile .search-toggle){display:none}.seacrh-mobile .search-toggle{color:#fff}.nav-list > li > a{text-align:left;padding:15px}.nav-list > li > a:after{}.nav-list ul{display:none;opacity:1;visibility:visible;position:initial;width:calc(100% - 15px);border-radius:0;box-shadow:none;padding:0.5rem 0 0.5rem 1rem;margin-left:1rem;background-color:transparent}ul.nav-list .root-text{position:relative}ul.nav-list a.root-parent.level-1.root-item:after{width:1000%;display:block;content:'';position:absolute;height:5px;background:#B11A40;bottom:-5px;left:-5rem;right:-5rem;transition:all 300ms ease-in-out;z-index:1}ul.nav-list a:hover .root-text:after{width:1000%}.nav-list > li:hover > a:after{width:0}.nav-list > li > a,.nav-list .menu-item-wrap ul li a{transition:color 300ms ease-in-out}.nav-list > li:hover > a,.nav-list .menu-item-wrap ul li:hover a{color:rgba(155,6,45,0.9)}.nav-list .menu-item-wrap ul li:hover a{border-color:transparent}}.submenu-level-2{overflow:hidden}.submenu-level-2 ul{margin:0;padding:10px 20px;position:static;width:250px;top:100%;left:calc(50% - 125px);visibility:visible;opacity:1;border-radius:0 0 7px 7px;-webkit-transition:opacity 300ms ease-in-out 150ms,visibility 300ms ease-in-out 100ms;-o-transition:opacity 300ms ease-in-out 150ms,visibility 300ms ease-in-out 100ms;transition:opacity 300ms ease-in-out 150ms,visibility 300ms ease-in-out 100ms;z-index:2}.submenu-level-2 ul li a{text-transform:none;font-weight:400}.nav-list .fullwidth-menu li.with-submenu .root-parent.level-2.root-item svg{margin:0 0.75rem 0 0}.nav-list .fullwidth-menu li.with-submenu .root-parent.level-2.root-item svg path{fill:#000}.nav-list .fullwidth-menu > .os-padding > .os-viewport > .os-content li.with-submenu{width:auto}.nav-list .fullwidth-menu > .os-padding > .os-viewport > .os-content li.with-submenu.venki{width:210px}.nav-list .fullwidth-menu > .os-padding > .os-viewport > .os-content li.with-submenu.urny{width:110px}.submenu-level-2 ul{padding-left:0}.root-item.catalog.fullwidth-menu{left:-150%}.menu-item-wrapul{-webkit-box-shadow:0 2px 6px 1px rgba(0,0,0,0.34);-moz-box-shadow:0 2px 6px 1px rgba(0,0,0,0.34);box-shadow:0 2px 6px 1px rgba(0,0,0,0.34);background:rgba(255,255,255,0.95)}.root-item.catalog.fullwidth-menu .os-content{display:flex;justify-content:space-between;border-radius:6px}.nav-list .menu-item-wrap .submenu-level-2 ul{background:none;border-radius:0}.nav-list .menu-item-wrap .submenu-level-2 ul li a{padding:5px 0}.root-item.catalog.fullwidth-menu{width:1300px;padding-bottom:150px}.catalog li > a{font-size:0.9rem}@media (max-width:1170px){.menu-item-wrapul{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.root-item.catalog.fullwidth-menu{padding:0;display:flex;flex-direction:column}.menu-item-wrap{filter:none}}.menu-item-wrap .submenu-level-2 > ul{box-shadow:none}.nav-list > li:hover .menu-item-wrap .submenu-level-2 > ul{pointer-events:auto}
/* End */


/* Start:/local/templates/mskrit_new/components/bitrix/menu/menu-main/lib/OverlayScrollbars.min.css?171049614019683*/
html.os-html,html.os-html > .os-host{display:block;overflow:hidden;box-sizing:border-box;height:100% !important;width:100% !important;min-width:100% !important;min-height:100% !important;margin:0 !important;position:absolute !important}html.os-html > .os-host > .os-padding{position:absolute}body.os-dragging,body.os-dragging *{cursor:default}.os-host,.os-host-textarea{position:relative;overflow:visible !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.os-host-flexbox{overflow:hidden !important;display:-webkit-box;display:-ms-flexbox;display:flex}.os-host-flexbox > .os-size-auto-observer{height:inherit !important}.os-host-flexbox > .os-content-glue{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.os-host-flexbox > .os-size-auto-observer,.os-host-flexbox > .os-content-glue{min-height:0;min-width:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto}#os-dummy-scrollbar-size{position:fixed;opacity:0;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';visibility:hidden;overflow:scroll;height:500px;width:500px}#os-dummy-scrollbar-size > div{width:200%;height:200%;margin:10px 0}#os-dummy-scrollbar-size,.os-viewport{-ms-overflow-style:scrollbar !important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,.os-viewport-native-scrollbars-invisible.os-viewport{scrollbar-width:none !important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner{display:none !important;width:0 !important;height:0 !important;visibility:hidden !important;background:transparent !important}.os-content-glue{box-sizing:inherit;max-height:100%;max-width:100%;width:100%;pointer-events:none}.os-padding{box-sizing:inherit;direction:inherit;position:absolute;overflow:visible;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:1}.os-host-overflow > .os-padding{overflow:hidden}.os-viewport{direction:inherit !important;box-sizing:inherit !important;resize:none !important;outline:none !important;position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.os-content-arrange{position:absolute;z-index:-1;min-height:1px;min-width:1px;pointer-events:none}.os-content{direction:inherit;box-sizing:border-box !important;position:relative;display:block;height:100%;width:100%;height:100%;width:100%;visibility:visible}.os-content:before,.os-content:after{content:'';display:table;width:0;height:0;line-height:0;font-size:0}.os-content > .os-textarea{box-sizing:border-box !important;direction:inherit !important;background:transparent !important;outline:0 none transparent !important;overflow:hidden !important;position:absolute !important;display:block !important;top:0 !important;left:0 !important;margin:0 !important;border-radius:0 !important;float:none !important;-webkit-filter:none !important;filter:none !important;border:none !important;resize:none !important;-webkit-transform:none !important;transform:none !important;max-width:none !important;max-height:none !important;box-shadow:none !important;-webkit-perspective:none !important;perspective:none !important;opacity:1 !important;z-index:1 !important;clip:auto !important;vertical-align:baseline !important;padding:0}.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea{right:0 !important}.os-content > .os-textarea-cover{z-index:-1;pointer-events:none}.os-content > .os-textarea[wrap='off']{white-space:pre !important;margin:0 !important}.os-text-inherit{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;text-decoration:inherit;text-indent:inherit;text-align:inherit;text-shadow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;unicode-bidi:inherit;direction:inherit;color:inherit;cursor:text}.os-resize-observer,.os-resize-observer-host{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.os-resize-observer-host{padding:inherit;border:inherit;border-color:transparent;border-style:solid;box-sizing:border-box}.os-resize-observer-host:after{content:''}.os-resize-observer-host > .os-resize-observer,.os-resize-observer-host:after{height:200%;width:200%;padding:inherit;border:inherit;margin:0;display:block;box-sizing:content-box}.os-resize-observer.observed,object.os-resize-observer{box-sizing:border-box !important}.os-size-auto-observer{box-sizing:inherit !important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0}.os-size-auto-observer > .os-resize-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-resize-observer-item{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:-1;opacity:0;direction:ltr !important;-webkit-box-flex:0 !important;-ms-flex:none !important;flex:none !important}.os-resize-observer-item-final{position:absolute;left:0;top:0;-webkit-transition:none !important;transition:none !important;-webkit-box-flex:0 !important;-ms-flex:none !important;flex:none !important}.os-resize-observer{-webkit-animation-duration:0.001s;animation-duration:0.001s;-webkit-animation-name:hs-resize-observer-dummy-animation;animation-name:hs-resize-observer-dummy-animation}.os-host-transition > .os-scrollbar,.os-host-transition > .os-scrollbar-corner{-webkit-transition:opacity 0.3s,visibility 0.3s,top 0.3s,right 0.3s,bottom 0.3s,left 0.3s;transition:opacity 0.3s,visibility 0.3s,top 0.3s,right 0.3s,bottom 0.3s,left 0.3s}html.os-html > .os-host > .os-scrollbar{position:absolute;z-index:999999}.os-scrollbar,.os-scrollbar-corner{position:absolute;opacity:1;-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';z-index:1}.os-scrollbar-corner{bottom:0;right:0}.os-scrollbar{pointer-events:none}.os-scrollbar-track{pointer-events:auto;position:relative;height:100%;width:100%;padding:0 !important;border:none !important}.os-scrollbar-handle{pointer-events:auto;position:absolute;width:100%;height:100%}.os-scrollbar-handle-off,.os-scrollbar-track-off{pointer-events:none}.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable *{pointer-events:none !important}.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle{opacity:0 !important}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-host-rtl > .os-scrollbar-horizontal{right:0}.os-host-rtl > .os-scrollbar-vertical{right:auto;left:0}.os-host-rtl > .os-scrollbar-corner{right:auto;left:0}.os-scrollbar-auto-hidden,.os-padding + .os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner{opacity:0;visibility:hidden;pointer-events:none}.os-scrollbar-corner-resize-both{cursor:nwse-resize}.os-host-rtl > .os-scrollbar-corner-resize-both{cursor:nesw-resize}.os-scrollbar-corner-resize-horizontal{cursor:ew-resize}.os-scrollbar-corner-resize-vertical{cursor:ns-resize}.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize{cursor:default}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical{top:0;bottom:0}.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal{right:0;left:0}.os-scrollbar:hover,.os-scrollbar-corner.os-scrollbar-corner-resize{opacity:1 !important;visibility:visible !important}.os-scrollbar-corner.os-scrollbar-corner-resize{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);background-repeat:no-repeat;background-position:100% 100%;pointer-events:auto !important}.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.os-host-overflow{overflow:hidden !important}.os-host-overflow-x{}.os-host-overflow-y{}@-webkit-keyframes hs-resize-observer-dummy-animation{from{z-index:0}to{z-index:-1}}@keyframes hs-resize-observer-dummy-animation{from{z-index:0}to{z-index:-1}}.os-theme-none > .os-scrollbar-horizontal,.os-theme-none > .os-scrollbar-vertical,.os-theme-none > .os-scrollbar-corner{display:none !important}.os-theme-none > .os-scrollbar-corner-resize{display:block !important;min-width:10px;min-height:10px}.os-theme-dark > .os-scrollbar-horizontal,.os-theme-light > .os-scrollbar-horizontal{right:10px;height:10px}.os-theme-dark > .os-scrollbar-vertical,.os-theme-light > .os-scrollbar-vertical{bottom:10px;width:10px}.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,.os-theme-light.os-host-rtl > .os-scrollbar-horizontal{left:10px;right:0}.os-theme-dark > .os-scrollbar-corner,.os-theme-light > .os-scrollbar-corner{height:10px;width:10px}.os-theme-dark > .os-scrollbar-corner,.os-theme-light > .os-scrollbar-corner{background-color:transparent}.os-theme-dark > .os-scrollbar,.os-theme-light > .os-scrollbar{padding:2px;box-sizing:border-box;background:transparent}.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,.os-theme-light > .os-scrollbar.os-scrollbar-unusable{background:transparent}.os-theme-dark > .os-scrollbar > .os-scrollbar-track,.os-theme-light > .os-scrollbar > .os-scrollbar-track{background:transparent}.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle{min-width:30px}.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle{min-height:30px}.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{-webkit-transition:background-color 0.3s;transition:background-color 0.3s}.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-dark > .os-scrollbar > .os-scrollbar-track,.os-theme-light > .os-scrollbar > .os-scrollbar-track{border-radius:10px}.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{background:rgba(0,0,0,0.4)}.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{background:rgba(255,255,255,0.4)}.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle{background:rgba(0,0,0,.55)}.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle{background:rgba(255,255,255,.55)}.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active{background:rgba(0,0,0,.7)}.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active{background:rgba(255,255,255,.7)}.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before{display:none}.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before{right:-6px;left:-2px}
/* End */


/* Start:/local/templates/mskrit_new/components/bitrix/breadcrumb/.default/style.min.css?17146303002714*/
.bx-breadcrumb{margin:0 0 10px}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;padding:0.5rem;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px;color:#717070;display:flex;align-items:center;position:relative}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:none;color:#000}.bx-breadcrumb .bx-breadcrumb-item a:hover{border-bottom:none;color:#9b062d;text-decoration:none}.bc-line{background-color:#d8d8d8;height:2px;width:20px;display:inline-block;margin-right:10px}.bx-breadcrumb-item.with-cats{position:relative}.bx-breadcrumb-item.with-cats::after{content:'';width:10px;height:10px;margin-left:7px;display:block;background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 4.95833C12.75 5.17083 12.6792 5.3125 12.5375 5.45417L5.45417 12.5375C5.17083 12.8208 4.74583 12.8208 4.4625 12.5375C4.17917 12.2542 4.17917 11.8292 4.4625 11.5458L11.5458 4.4625C11.8292 4.17917 12.2542 4.17917 12.5375 4.4625C12.6792 4.60417 12.75 4.74583 12.75 4.95833Z' fill='%235F5F5F'/%3E%3Cpath d='M12.7487 4.95964L12.7487 11.3346C12.7487 11.7596 12.4654 12.043 12.0404 12.043C11.6154 12.043 11.332 11.7596 11.332 11.3346L11.332 5.66797L5.66536 5.66797C5.24036 5.66797 4.95703 5.38464 4.95703 4.95964C4.95703 4.53464 5.24036 4.2513 5.66536 4.2513L12.0404 4.2513C12.4654 4.2513 12.7487 4.53464 12.7487 4.95964Z' fill='%235F5F5F'/%3E%3C/svg%3E%0A");background-size:contain;transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}.bx-breadcrumb-item.with-cats:hover::after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.bx-breadcrumb-item .cats{height:0;opacity:0;position:absolute;top:25px;background:#fff;-webkit-box-shadow:0 2px 6px 1px rgba(0,0,0,0.34);-moz-box-shadow:0 2px 6px 1px rgba(0,0,0,0.34);box-shadow:0 2px 6px 1px rgba(0,0,0,0.34);padding:1rem;border-radius:10px;z-index:1000;overflow:hidden;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}.bx-breadcrumb-item .cats ul{padding-left:0}.bx-breadcrumb-item .cats li{margin:1rem 0;font-size:13px;list-style-type:none}.bx-breadcrumb-item:hover .cats{height:auto;opacity:1}
/* End */


/* Start:/local/templates/mskrit_new/components/bitrix/menu/footer.menu/style.min.css?1710496140263*/
.footer-menu-1-col{padding-left:10px;list-style-image:url(/local/templates/mskrit_new/components/bitrix/menu/footer.menu/images/list-ind.png)}.footer-menu-1-col li{margin-bottom:7px}.footer-menu-1-col li a{text-decoration:none;font-size:14px;color:#696969}.footer-menu-1-col li a:hover{color:#e9e9e9;text-decoration:underline}
/* End */


/* Start:/local/templates/mskrit_new/components/bitrix/sale.basket.basket.line/header-cart/style.min.css?171049614018266*/
.bx-basket{}.bx-basket-block{position:relative;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block > .fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:0}@media (min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media (max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:none}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}.bx-basket-block img{max-width:35px}.cart_items_num{width:23px;height:23px;background:#ffffff;box-sizing:border-box;border-radius:50%;border:none;position:relative;top:-40px;left:20px;color:#962929;display:flex;justify-content:center;align-items:center;font-size:1rem;font-weight:500}.btn-cart,.vijet-block{z-index:10;position:fixed;top:310px;right:0;padding:10px 10px 0 10px;border-radius:8px 0 0 8px;background-color:#962929;background-repeat:no-repeat;background-position:center 20px;color:#ffffff;font-size:12px;font-weight:bold;text-transform:none;height:55px}.btn-cart a:hover{color:#fff}.btn-cart a span{display:none}@media screen and (max-width:768px){#title-search .search-wrap{background:#F1F1F1;border-radius:6px}.vijet-block.yandex-rating,.btn-cart{position:relative;display:flex;top:auto;left:auto;width:100%;height:auto;text-align:center;background-color:transparent;border-radius:8px;padding:0;margin:0 0 1.3rem 0;font-size:16px;}.btn-cart:last-of-type{margin-bottom:0}.vijet-block.yandex-rating iframe{transform:none;position:relative;top:0;right:auto}.btn-cart.bx-basket-block a:before,.btn-cart.vijet-block.calc a:before,.btn-cart.vijet-block.taxi a:before{display:block;content:'';width:24px;height:24px;margin-right:0.5rem;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83145 14.5888C5.3673 14.6817 5.06638 15.1329 5.1593 15.5974L6.01644 19.8832C6.09763 20.2908 6.45589 20.5721 6.856 20.5721C6.91167 20.5721 6.96817 20.567 7.02509 20.5553C7.48923 20.4624 7.79016 20.0112 7.69724 19.5467L6.8401 15.2609C6.7476 14.7964 6.29811 14.4925 5.83145 14.5888Z' fill='%23B11A40'/%3E%3Cpath d='M9.26092 14.5888C8.79678 14.6817 8.49586 15.1329 8.58877 15.5974L9.44591 19.8832C9.52711 20.2908 9.88537 20.5721 10.2855 20.5721C10.3411 20.5721 10.3976 20.567 10.4546 20.5553C10.9187 20.4624 11.2196 20.0112 11.1267 19.5467L10.2696 15.2609C10.1771 14.7964 9.72591 14.4925 9.26092 14.5888Z' fill='%23B11A40'/%3E%3Cpath d='M14.7395 14.5888C14.272 14.4925 13.8233 14.7964 13.7308 15.2609L12.8737 19.5467C12.7808 20.0112 13.0817 20.4624 13.5458 20.5553C13.6028 20.567 13.6593 20.5721 13.7149 20.5721C14.115 20.5721 14.4733 20.2908 14.5545 19.8832L15.4116 15.5974C15.5045 15.1329 15.2036 14.6817 14.7395 14.5888Z' fill='%23B11A40'/%3E%3Cpath d='M18.1675 14.5888C17.7021 14.4925 17.2514 14.7964 17.1589 15.2609L16.3018 19.5467C16.2088 20.0112 16.5098 20.4624 16.9739 20.5553C17.0308 20.567 17.0873 20.5721 17.143 20.5721C17.5431 20.5721 17.9014 20.2908 17.9826 19.8832L18.8397 15.5974C18.9326 15.1329 18.6317 14.6817 18.1675 14.5888Z' fill='%23B11A40'/%3E%3Cpath d='M23.1429 7.71472H17.8233L14.4927 0.498478C14.2939 0.0682329 13.785 -0.119267 13.3552 0.0791146C12.9254 0.277496 12.7379 0.787262 12.9358 1.21667L15.9349 7.71472H8.06506L11.0642 1.21667C11.2621 0.787262 11.0746 0.277496 10.6448 0.0791146C10.2162 -0.11843 9.70647 0.0673958 9.50725 0.498478L6.17667 7.71472H0.857143C0.383789 7.71472 0 8.09809 0 8.57186V12.0004C0 12.4742 0.383789 12.8576 0.857143 12.8576H0.996146L2.57896 21.7688C2.74847 23.0412 3.84417 24.0004 5.12779 24.0004H18.8571C20.1408 24.0004 21.2365 23.0412 21.4001 21.8074L23.0031 12.8576H23.1429C23.6162 12.8576 24 12.4742 24 12.0004V8.57186C24 8.09809 23.6162 7.71472 23.1429 7.71472ZM22.2857 9.429V11.1433H19.4057L18.6145 9.429H22.2857ZM16.7261 9.429L17.5173 11.1433H6.48267L7.27389 9.429H16.7261ZM1.71429 9.429H5.3855L4.59427 11.1433H1.71429V9.429ZM19.7068 21.5428C19.6503 21.9664 19.2849 22.2861 18.8571 22.2861H5.12779C4.70006 22.2861 4.33468 21.9664 4.27232 21.506L2.7368 12.8576H21.2614L19.7068 21.5428Z' fill='%23B11A40'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:50% 50%}.btn-cart.vijet-block.calc a:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 23.25H3C2.40346 23.2493 1.83155 23.0121 1.40973 22.5903C0.987918 22.1685 0.750655 21.5965 0.75 21V3C0.750655 2.40346 0.987918 1.83155 1.40973 1.40973C1.83155 0.987918 2.40346 0.750655 3 0.75H21C21.5965 0.750655 22.1685 0.987918 22.5903 1.40973C23.0121 1.83155 23.2493 2.40346 23.25 3V21C23.2493 21.5965 23.0121 22.1685 22.5903 22.5903C22.1685 23.0121 21.5965 23.2493 21 23.25ZM3 2.25C2.80114 2.25018 2.61048 2.32925 2.46987 2.46987C2.32925 2.61048 2.25018 2.80114 2.25 3V21C2.25018 21.1989 2.32925 21.3895 2.46987 21.5301C2.61048 21.6707 2.80114 21.7498 3 21.75H21C21.1989 21.7498 21.3895 21.6707 21.5301 21.5301C21.6707 21.3895 21.7498 21.1989 21.75 21V3C21.7498 2.80114 21.6707 2.61048 21.5301 2.46987C21.3895 2.32925 21.1989 2.25018 21 2.25H3Z' fill='%23A51C3E'/%3E%3Cpath d='M12 23.25C11.8011 23.25 11.6103 23.171 11.4697 23.0303C11.329 22.8897 11.25 22.6989 11.25 22.5V1.5C11.25 1.30109 11.329 1.11032 11.4697 0.96967C11.6103 0.829018 11.8011 0.75 12 0.75C12.1989 0.75 12.3897 0.829018 12.5303 0.96967C12.671 1.11032 12.75 1.30109 12.75 1.5V22.5C12.75 22.6989 12.671 22.8897 12.5303 23.0303C12.3897 23.171 12.1989 23.25 12 23.25Z' fill='%23A51C3E'/%3E%3Cpath d='M22.5 12.75H1.5C1.30109 12.75 1.11032 12.671 0.96967 12.5303C0.829018 12.3897 0.75 12.1989 0.75 12C0.75 11.8011 0.829018 11.6103 0.96967 11.4697C1.11032 11.329 1.30109 11.25 1.5 11.25H22.5C22.6989 11.25 22.8897 11.329 23.0303 11.4697C23.171 11.6103 23.25 11.8011 23.25 12C23.25 12.1989 23.171 12.3897 23.0303 12.5303C22.8897 12.671 22.6989 12.75 22.5 12.75Z' fill='%23A51C3E'/%3E%3Cpath d='M5.15917 9.09082C5.01086 9.09079 4.86589 9.04679 4.74258 8.96437C4.61927 8.88196 4.52317 8.76484 4.46641 8.62781C4.40966 8.49079 4.39481 8.34001 4.42373 8.19455C4.45266 8.04908 4.52407 7.91546 4.62892 7.81057L7.81057 4.62892C7.95202 4.4923 8.14148 4.41671 8.33812 4.41842C8.53477 4.42013 8.72288 4.499 8.86194 4.63806C9.00099 4.77711 9.07987 4.96522 9.08158 5.16187C9.08329 5.35852 9.00769 5.54797 8.87107 5.68942L5.68942 8.87107C5.61988 8.94083 5.53723 8.99616 5.44623 9.03387C5.35523 9.07158 5.25768 9.09094 5.15917 9.09082Z' fill='%23A51C3E'/%3E%3Cpath d='M8.34083 9.09082C8.24233 9.09094 8.14477 9.07158 8.05377 9.03387C7.96277 8.99616 7.88013 8.94083 7.81058 8.87107L4.62893 5.68942C4.49231 5.54797 4.41672 5.35852 4.41842 5.16187C4.42013 4.96522 4.49901 4.77711 4.63807 4.63806C4.77712 4.499 4.96523 4.42013 5.16188 4.41842C5.35853 4.41671 5.54798 4.4923 5.68943 4.62892L8.87108 7.81057C8.97594 7.91546 9.04734 8.04908 9.07627 8.19455C9.10519 8.34001 9.09034 8.49079 9.03359 8.62781C8.97684 8.76484 8.88073 8.88196 8.75742 8.96437C8.63412 9.04679 8.48914 9.09079 8.34083 9.09082Z' fill='%23A51C3E'/%3E%3Cpath d='M19.5 7.5H15C14.8011 7.5 14.6103 7.42098 14.4697 7.28033C14.329 7.13968 14.25 6.94891 14.25 6.75C14.25 6.55109 14.329 6.36032 14.4697 6.21967C14.6103 6.07902 14.8011 6 15 6H19.5C19.6989 6 19.8897 6.07902 20.0303 6.21967C20.171 6.36032 20.25 6.55109 20.25 6.75C20.25 6.94891 20.171 7.13968 20.0303 7.28033C19.8897 7.42098 19.6989 7.5 19.5 7.5Z' fill='%23A51C3E'/%3E%3Cpath d='M6.75 20.25C6.55109 20.25 6.36032 20.171 6.21967 20.0303C6.07902 19.8897 6 19.6989 6 19.5V15C6 14.8011 6.07902 14.6103 6.21967 14.4697C6.36032 14.329 6.55109 14.25 6.75 14.25C6.94891 14.25 7.13968 14.329 7.28033 14.4697C7.42098 14.6103 7.5 14.8011 7.5 15V19.5C7.5 19.6989 7.42098 19.8897 7.28033 20.0303C7.13968 20.171 6.94891 20.25 6.75 20.25Z' fill='%23A51C3E'/%3E%3Cpath d='M9 18H4.5C4.30109 18 4.11032 17.921 3.96967 17.7803C3.82902 17.6397 3.75 17.4489 3.75 17.25C3.75 17.0511 3.82902 16.8603 3.96967 16.7197C4.11032 16.579 4.30109 16.5 4.5 16.5H9C9.19891 16.5 9.38968 16.579 9.53033 16.7197C9.67098 16.8603 9.75 17.0511 9.75 17.25C9.75 17.4489 9.67098 17.6397 9.53033 17.7803C9.38968 17.921 9.19891 18 9 18Z' fill='%23A51C3E'/%3E%3Cpath d='M19.5 18H15C14.8011 18 14.6103 17.921 14.4697 17.7803C14.329 17.6397 14.25 17.4489 14.25 17.25C14.25 17.0511 14.329 16.8603 14.4697 16.7197C14.6103 16.579 14.8011 16.5 15 16.5H19.5C19.6989 16.5 19.8897 16.579 20.0303 16.7197C20.171 16.8603 20.25 17.0511 20.25 17.25C20.25 17.4489 20.171 17.6397 20.0303 17.7803C19.8897 17.921 19.6989 18 19.5 18Z' fill='%23A51C3E'/%3E%3Cpath d='M17.25 5.25C17.6642 5.25 18 4.91421 18 4.5C18 4.08579 17.6642 3.75 17.25 3.75C16.8358 3.75 16.5 4.08579 16.5 4.5C16.5 4.91421 16.8358 5.25 17.25 5.25Z' fill='%23A51C3E'/%3E%3Cpath d='M17.25 9.75C17.6642 9.75 18 9.41421 18 9C18 8.58579 17.6642 8.25 17.25 8.25C16.8358 8.25 16.5 8.58579 16.5 9C16.5 9.41421 16.8358 9.75 17.25 9.75Z' fill='%23A51C3E'/%3E%3C/svg%3E%0A")}.btn-cart.vijet-block.taxi a:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2656 13.4062H7.73438C7.34606 13.4062 7.03125 13.7211 7.03125 14.1094C7.03125 16.0479 8.60836 17.625 10.5469 17.625H13.4531C15.3916 17.625 16.9688 16.0479 16.9688 14.1094C16.9688 13.7211 16.6539 13.4062 16.2656 13.4062ZM13.4531 16.2188H10.5469C9.63019 16.2188 8.84817 15.631 8.55797 14.812H15.442C15.1518 15.631 14.3698 16.2188 13.4531 16.2188Z' fill='%23A51C3E'/%3E%3Cpath d='M23.2969 10.5938C23.6852 10.5938 24 10.2789 24 9.89062C24 9.50231 23.6852 9.1875 23.2969 9.1875H21.8906C21.5067 9.1875 21.1467 9.29109 20.8363 9.47109L20.2198 6.38864C19.8923 4.75106 18.4425 3.5625 16.7724 3.5625H15.4084L14.8384 1.28259C14.7601 0.969609 14.4789 0.75 14.1563 0.75H9.84375C9.52111 0.75 9.23986 0.969609 9.16162 1.28259L8.59163 3.5625H7.22756C5.55755 3.5625 4.1077 4.75106 3.78023 6.38864L3.16373 9.47109C2.85328 9.29109 2.49333 9.1875 2.10938 9.1875H0.703125C0.314812 9.1875 0 9.50231 0 9.89062C0 10.2789 0.314812 10.5938 0.703125 10.5938H2.10938C2.26744 10.5938 2.41303 10.6468 2.53059 10.7352C1.07016 11.1623 0 12.5128 0 14.1094V19.7344C0 20.1227 0.314812 20.4375 0.703125 20.4375H1.40625V22.5469C1.40625 22.9352 1.72106 23.25 2.10938 23.25H6.32813C6.71644 23.25 7.03125 22.9352 7.03125 22.5469V20.4375H16.9688V22.5469C16.9688 22.9352 17.2836 23.25 17.6719 23.25H21.8906C22.2789 23.25 22.5938 22.9352 22.5938 22.5469V20.4375H23.2969C23.6852 20.4375 24 20.1227 24 19.7344V14.1094C24 12.5128 22.9298 11.1623 21.4694 10.7352C21.587 10.6468 21.7325 10.5938 21.8906 10.5938H23.2969ZM10.3928 2.15625H13.6073L13.9588 3.5625H10.0412L10.3928 2.15625ZM5.15916 6.66445C5.35566 5.68191 6.22556 4.96875 7.22756 4.96875H16.7724C17.7744 4.96875 18.6443 5.68186 18.8408 6.66445L19.6267 10.5938H4.3733L5.15916 6.66445ZM1.40625 14.8125H2.10938C3.02606 14.8125 3.80808 15.4003 4.09828 16.2188H1.40625V14.8125ZM5.625 21.8438H2.8125V20.4375H5.625V21.8438ZM21.1875 21.8438H18.375V20.4375H21.1875V21.8438ZM22.5938 16.2188H19.9017C20.1919 15.4003 20.9739 14.8125 21.8906 14.8125H22.5938V16.2188ZM22.4728 13.4063H21.8906C19.9521 13.4063 18.375 14.9834 18.375 16.9219C18.375 17.3102 18.6898 17.625 19.0781 17.625H22.5938V19.0312H1.40625V17.625H4.92188C5.31019 17.625 5.625 17.3102 5.625 16.9219C5.625 14.9834 4.04789 13.4063 2.10938 13.4063H1.52719C1.81744 12.5879 2.59898 12 3.51563 12H20.4805L20.4836 12.0001L20.4857 12C21.4018 12.0006 22.1827 12.5883 22.4728 13.4063Z' fill='%23A51C3E'/%3E%3C/svg%3E%0A")}.btn-cart img,.btn-cart .bx-basket-ico--calc,.btn-cart .bx-basket-ico--cart,.btn-cart .bx-basket-ico--taxi{display:none;filter:invert(1);max-width:25px}.cart_items_num{left:auto;top:auto;margin-left:0.5rem}.btn-cart a{display:flex;align-items:center;font-weight:500;font-size:16px;color:#000000}.btn-cart a:hover{color:#434343}.btn-cart a span{display:block}}.calc{top:370px}.taxi{top:430px}@media(max-width:767px){.calc{top:0}.taxi{top:0}.yandex-rating{top:0}}.vijet-block{color:#000 !important}.bx-basket-ico--calc,.bx-basket-ico--cart,.bx-basket-ico--taxi{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABpCAYAAACwGppTAAAHtklEQVR42u2afUxVZRzHn9KigYOYWoQgCurYWtS01lhrWk3/yDnWCrdwY8umsz9qrc2lrhW9sVq5qVMbbNjadChBioogoJLIixeRmEDyDnIB4b5w77lv3Hu59+n50XP2HDiHe8655yDl/G6fMdHD+dzn+T2/53kc6H+Vezk/xuNBW7JWbKcuJuPMzCdRODHVGLZ57psbg16fP+ifwsFAQBOBSS/2TjiM9u7+HHysaAlSGkdH7yEQmK94TeauzoLTL8qPSFNrDg4GMQS+Tk7Yeh3G0RKM8dfh4nc6D3tGxmuDPn8A0/gs1juWHUei0VxxllY/G5z0ejAkEJgyGdq+YfOsPSNllS8H7I5uTOPs6duL5oqts3s/pnEPDB9D8xDz5YZX4YNiEhh1NFd8VnshJoGCE84pjI7tr/Y9PtNEM8a4SykwCvbugVP9vxauQoLAwsAkMG2D+44nS4/M4GAfhvinJjHGjyMaW3v3CRAMNz7O3Wc8WZKAaLie/lJMEvD5MVd8LVVapn9gYLbMUNH5jfAQhKww+MEgbFACX38QbmCoQLPMdF+ggZoiU7YIKUx/XnFqwO2ZFvKMWS2aZWw9fT/zy9z5d1cWUhFYuj7zhEM3GejEfL2Qbmzz2Z0nMcaHlADNDdO4jKOXNMvASoKGhTUEasfyR026ZhlIx4G852CJwvzDdCkN7EfTnba6aTOCaJdhseYVxWCMlyrGaFzKCl6rjE55eGXg/HFrw+5IRMMX9uxdF6bEmJu7FM0KfA/+TrMMFJ/fanNMjps6+RdBa3fdN41AD4GNjxdxdPVd99o4DPsYorG3tR+E7+nTgQeM3/KbJ788B0srM2FVCY8BZORWwqkQk7iHx0oRjXtkdEC3pgct3d43WGXr7snnzzYwZfa73aec/UMVcAYSHswcg8N1/GhBRv9s2M71Dxmgez98BfyfkYFpgn2FTtMifgOUmiY4pvpMZsNs4DBlaWnbtQAFLI5+u/bV+o2whKWWtt/OmaSWthRwWlQl4zGZavibAdwkheeS2U0P/gzMbno9e356RgokCCx9fiOFMkBSgRsBf5Cic6x7oJtP2TkLJplyODn6gcSxVNds5m+SXs4xSq11C4wc/4EhcDlEoQJNC9PAJ4Bzb9t3x7ZpxVR/MwsOaXzhQ7HDpQ6FCtxx6A1g3gI1OV5/ax+ikRWC3gLVrmdgVOB/Iix1t99DagN3JriqBCbsRwNutybcfUNHYaqggNGjPBTBGGcThgi1hAxCBFqggEw7npmChRICmUxCC8FMZbyEDWghAwICoRy0gAGZWDpl85nLhHQlMlG0iOc7HGGrEqEyfhch5BMKdKSQ4BKMUISczHGBTLTOZbCYcJAAMROi5R44IJBJQzpHIDOkRCZbIJOBdA6dHshVJdOULpDZqbsMax35Sv5xHGY5qLNIquCDHkBKIqj4At07PevwGUof6iJAyggRuhYvk0lVW2QNhCidRKIITXzTQ6LI95ouQqxOMp/SWoHkqH0QwtHNM0kDm+h0ewmQXkKcGpmteH5iJmxRO6Tp7JNoToBKFBNSwusHrDk1UbnXwyRdJKFSJoJQK1iGm9BChhZeQFDIuYQEQlSYLNZnOWqPl5Crxwhl0OXo0ihWqNeURdNizCLsDINsQgKi0VrMabT5xao42KcBbG/TR6RY0HOaqJCcSAshQJ8r1irEOrG4+RXIPJMvUbwZeshkSRTtVdnbhTjZesiwTsySKfsBxPtRKtIjtAgb6E0zS8WJrpc+l4Ye5VEeVLi8+GVcRcznkzeiyrkrT/fPoEKCMgnOifGXPXV98txTv1iPxG5VJnIhZlegdRGH7yKMOyhts2iltAhopjRRblIaCHUCagk1CLvORFXgPBSJ5sr42eVfwMuZCCAj0qxGBGBCMFJ4926x0L1Dya/g9sc8ykWAcEUYnpLI70UyzmtLTstPjYyEShEgWI7s+CSKRnzIUD0x1bzIqExC+2jgKzOZUdDWH1CMv1HNSABMAGACyiVw5b84fov7SizTqmg65CVqZCUY5QibDq86LpJRPRW1CiXEAoyLkjIyAhqnQixBOS8hM1WjoSABdQIMaRlNtaBe4ixDLFOpdRqAUAJiiWAJ+fo7kckVyTyYUWASgIyMFgH5URATLBTJxMZMlS/WLsFeLET4YjFMhv0yoGe4DfsmeiTxWrpC0t54CX+4JWFOdr61QpIP3oifZu/GlI+ZTFFVjMtsxpMe1ww8bocIt4sTcbvZgNekrJ6T5NVJIclMXPeZSEatiMtpn+b2LUPYIklJiZIy6kWYTDgSQEgZVRJOzgaADHuRMonQMo6xMZGElACTYDQZGlQKyMuoluDsVgBkVAsAiYkJgLQMlZATEGForGMvUS4RUka1hH3CDICMGgEZmbwikFEkwiQYjQ03wpBgvJOw9hPhgTzSNnbfxgQUijAZ+KEqRRhvJ659Hwlj7uyqVisillEv8vyKRP9HK19IRsL0lVVthxdqkFEtAryZkFKCpGK603FGRkRGRp3IS4krh0WjIrzMgRC8QCQiL6OK9YlJ7VQkdHovVO+AGrIah2wEbBFgvjcoor6qCq9PSArNiiT8WnySHyTejVvzZdHyzCVITeCB0f0nlishZ92GZUoI9b5/ACwsUQ06eqkfAAAAAElFTkSuQmCC');width:35px;height:35px;background-repeat:no-repeat;display:block}.bx-basket-ico--calc{background-position:-0 -0}.bx-basket-ico--cart{background-position:-0 -35px}.bx-basket-ico--taxi{background-position:-0 -70px}
/* End */


/* Start:/local/templates/mskrit_new/styles.min.css?17518820551672*/
[id*="wait_0"]{border:none !important;padding:0 !important;background:none !important;position:fixed !important;width:160px !important;height:160px !important;top:calc(50% - 80px) !important;left:calc(50% - 80px) !important;text-align:center !important;z-index:9999 !important;content:'' !important;color:transparent !important}[id*="wait_0"]:before{content:'' !important;background:rgba(0,0,0,0.5);position:fixed;width:100%;height:100%;z-index:1;top:0;left:0}[id*="wait_0"]:after{position:absolute !important;content:'' !important;display:block !important;width:160px !important;height:160px !important;top:0 !important;left:0 !important;border-radius:80px !important;z-index:9999 !important;background:url(/local/templates/mskrit_new/images/Spinner-long-grey.svg) no-repeat;background-size:contain}.main_tel_email{text-align:center;display:flex;flex-wrap:wrap;justify-content:space-around;font-size:21px;margin:30px 0;font-weight:bold}.main_tel_email a{color:#000}.main_tel_email a i{margin:10px}@media screen and (max-width:680px){.main_tel_email{font-size:16px}}.city-tab{display:none;margin-top:-1px;padding:30px 0 20px 0;border-radius:0 0 6px 6px;flex-wrap:wrap}.city-tab.active{display:block;display:flex}.price_disclaimer{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px 10px;margin-top:20px;border-radius:9px;border:1px solid #858585}.price_disclaimer__title{font-size:1.5rem !important;font-weight:500}.price_disclaimer__subtitle{font-weight:500}.grey-box-outside{box-shadow:0 0 0 100vmax #F8F8F8;clip-path:inset(0 -100vmax)}.uslugi-home{}.uslugi-home ul{}.uslugi-home ul li{width:33%;float:left}@media screen and (max-width:768px){.uslugi-home ul li{width:50%}}
/* End */


/* Start:/local/templates/mskrit_new/template_styles.min.css?175188205594129*/
*{-webkit-box-sizing:border-box;box-sizing:border-box}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-BoldItalic.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-BoldItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-BoldItalic.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-BoldItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-BoldItalic.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-BoldItalic.svg#Inter-BoldItalic') format('svg');font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-Bold.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Bold.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-Bold.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-Bold.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Bold.svg#Inter-Bold') format('svg');font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLight.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLight.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLight.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLight.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLight.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLight.svg#Inter-ExtraLight') format('svg');font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-Black.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-Black.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Black.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-Black.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-Black.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Black.svg#Inter-Black') format('svg');font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBold.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBold.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBold.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBold.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBold.svg#Inter-SemiBold') format('svg');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLightItalic.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLightItalic.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLightItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLightItalic.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraLightItalic.svg#Inter-ExtraLightItalic') format('svg');font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-Italic.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-Italic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Italic.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-Italic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-Italic.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Italic.svg#Inter-Italic') format('svg');font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-LightItalic.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-LightItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-LightItalic.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-LightItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-LightItalic.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-LightItalic.svg#Inter-LightItalic') format('svg');font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-BlackItalic.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-BlackItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-BlackItalic.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-BlackItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-BlackItalic.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-BlackItalic.svg#Inter-BlackItalic') format('svg');font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-Regular.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Regular.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-Regular.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-Regular.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Regular.svg#Inter-Regular') format('svg');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBoldItalic.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBoldItalic.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBoldItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBoldItalic.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBoldItalic.svg#Inter-ExtraBoldItalic') format('svg');font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-MediumItalic.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-MediumItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-MediumItalic.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-MediumItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-MediumItalic.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-MediumItalic.svg#Inter-MediumItalic') format('svg');font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-Medium.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-Medium.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Medium.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-Medium.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-Medium.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Medium.svg#Inter-Medium') format('svg');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBold.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBold.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBold.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBold.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-Light.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-Light.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Light.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-Light.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-Light.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Light.svg#Inter-Light') format('svg');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBoldItalic.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBoldItalic.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBoldItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBoldItalic.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-SemiBoldItalic.svg#Inter-SemiBoldItalic') format('svg');font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-ThinItalic.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-ThinItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-ThinItalic.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-ThinItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-ThinItalic.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-ThinItalic.svg#Inter-ThinItalic') format('svg');font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:'Inter V';src:url('/local/templates/mskrit_new/fonts/inter/InterV.eot');src:url('/local/templates/mskrit_new/fonts/inter/InterV.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/InterV.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/InterV.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/InterV.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/InterV.svg#InterV') format('svg');font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Inter';src:url('/local/templates/mskrit_new/fonts/inter/Inter-Thin.eot');src:url('/local/templates/mskrit_new/fonts/inter/Inter-Thin.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Thin.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/inter/Inter-Thin.woff') format('woff'),url('/local/templates/mskrit_new/fonts/inter/Inter-Thin.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/inter/Inter-Thin.svg#Inter-Thin') format('svg');font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:'Poland Can Into';src:url('/local/templates/mskrit_new/fonts/Polan/PolanCanIntoGlassMakingsIt.eot');src:url('/local/templates/mskrit_new/fonts/Polan/PolanCanIntoGlassMakingsIt.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Polan/PolanCanIntoGlassMakingsIt.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/Polan/PolanCanIntoGlassMakingsIt.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Polan/PolanCanIntoGlassMakingsIt.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/Polan/PolanCanIntoGlassMakingsIt.svg#PolanCanIntoGlassMakingsIt') format('svg');font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ExtraBold.eot');src:local('Gilroy ExtraBold'),local('Gilroy-ExtraBold'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ExtraBold.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ExtraBold.ttf') format('truetype');font-weight:800;font-style:normal}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Heavy.eot');src:local('Gilroy Heavy'),local('Gilroy-Heavy'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Heavy.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Heavy.ttf') format('truetype');font-weight:900;font-style:normal}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-LightItalic.eot');src:local('Gilroy Light Italic'),local('Gilroy-LightItalic'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-LightItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-LightItalic.ttf') format('truetype');font-weight:300;font-style:italic}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ThinItalic.eot');src:local('Gilroy Thin Italic'),local('Gilroy-ThinItalic'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ThinItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ThinItalic.ttf') format('truetype');font-weight:100;font-style:italic}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-BlackItalic.eot');src:local('Gilroy Black Italic'),local('Gilroy-BlackItalic'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-BlackItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-BlackItalic.ttf') format('truetype');font-weight:900;font-style:italic}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-BoldItalic.eot');src:local('Gilroy Bold Italic'),local('Gilroy-BoldItalic'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-BoldItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-BoldItalic.ttf') format('truetype');font-weight:bold;font-style:italic}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-SemiBold.eot');src:local('Gilroy SemiBold'),local('Gilroy-SemiBold'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-SemiBold.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-UltraLightItalic.eot');src:local('Gilroy UltraLight Italic'),local('Gilroy-UltraLightItalic'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-UltraLightItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-UltraLightItalic.ttf') format('truetype');font-weight:200;font-style:italic}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-SemiBoldItalic.eot');src:local('Gilroy SemiBold Italic'),local('Gilroy-SemiBoldItalic'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-SemiBoldItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-SemiBoldItalic.ttf') format('truetype');font-weight:600;font-style:italic}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Light.eot');src:local('Gilroy Light'),local('Gilroy-Light'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Light.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Light.ttf') format('truetype');font-weight:300;font-style:normal}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-MediumItalic.eot');src:local('Gilroy Medium Italic'),local('Gilroy-MediumItalic'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-MediumItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-MediumItalic.ttf') format('truetype');font-weight:500;font-style:italic}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ExtraBoldItalic.eot');src:local('Gilroy ExtraBold Italic'),local('Gilroy-ExtraBoldItalic'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ExtraBoldItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-ExtraBoldItalic.ttf') format('truetype');font-weight:800;font-style:italic}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Regular.eot');src:local('Gilroy Regular'),local('Gilroy-Regular'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Regular.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-HeavyItalic.eot');src:local('Gilroy Heavy Italic'),local('Gilroy-HeavyItalic'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-HeavyItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-HeavyItalic.ttf') format('truetype');font-weight:900;font-style:italic}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Medium.eot');src:local('Gilroy Medium'),local('Gilroy-Medium'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Medium.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');font-weight:500;font-style:normal}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-RegularItalic.eot');src:local('Gilroy Regular Italic'),local('Gilroy-RegularItalic'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-RegularItalic.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-RegularItalic.ttf') format('truetype');font-weight:normal;font-style:italic}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-UltraLight.eot');src:local('Gilroy UltraLight'),local('Gilroy-UltraLight'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-UltraLight.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-UltraLight.ttf') format('truetype');font-weight:200;font-style:normal}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Bold.eot');src:local('Gilroy Bold'),local('Gilroy-Bold'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Bold.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');font-weight:bold;font-style:normal}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Thin.eot');src:local('Gilroy Thin'),local('Gilroy-Thin'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Thin.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Thin.ttf') format('truetype');font-weight:100;font-style:normal}@font-face{font-family:'Gilroy';src:url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Black.eot');src:local('Gilroy Black'),local('Gilroy-Black'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Black.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Black.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Gilroy/Gilroy-Black.ttf') format('truetype');font-weight:900;font-style:normal}@font-face{font-family:'Caveat';src:url('/local/templates/mskrit_new/fonts/Caveat/Caveat-Regular.eot');src:local('Caveat Regular'),local('Caveat-Regular'),url('/local/templates/mskrit_new/fonts/Caveat/Caveat-Regular.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/Caveat/Caveat-Regular.woff') format('woff'),url('/local/templates/mskrit_new/fonts/Caveat/Caveat-Regular.ttf') format('truetype');font-weight:normal;font-style:normal}@font-face{font-family:'SaarSP';src:url('/local/templates/mskrit_new/fonts/SaarSP/SaarSP.eot');src:local('SaarSP'),url('/local/templates/mskrit_new/fonts/SaarSP/SaarSP.eot?#iefix') format('embedded-opentype'),url('/local/templates/mskrit_new/fonts/SaarSP/SaarSP.woff2') format('woff2'),url('/local/templates/mskrit_new/fonts/SaarSP/SaarSP.woff') format('woff'),url('/local/templates/mskrit_new/fonts/SaarSP/SaarSP.ttf') format('truetype'),url('/local/templates/mskrit_new/fonts/SaarSP/SaarSP.svg#SaarSP') format('svg');font-weight:normal;font-style:normal;font-display:swap}html{font-size:16px;font-weight:500;font-style:normal;line-height:1.2}@media (max-width:1200px){html{font-size:15px}}@media (max-width:768px){html{font-size:14px}}body,html{min-height:100vh;overflow-x:hidden}hidden{display:none}a{text-decoration:none;outline:0;cursor:pointer;color:#B74747;transition:color .3s ease-in-out}a:hover{color:#B74747}p{font-size:1rem;line-height:150%;font-weight:400}li{font-weight:400}body{color:#000;position:relative;background-color:#fff;font-family:'Inter',Arial,sans-serif;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}body.main-page .workarea-content{margin-top:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}body .workarea-content{padding-top:35px;padding-bottom:35px}body .workarea-content>.container>.pagetitle-wrap+.section-wrap,body .workarea-content>.pagetitle-wrap+.section-wrap{padding-top:10px}.page-class__articles .pagetitle-wrap{display:flex;flex-direction:column-reverse}h1,h2,h3{color:#2D2927}h2{font-style:normal;font-weight:500!important;font-size:1.75rem;margin-bottom:1rem}h3{font-weight:600}@media (max-width:500px){h2{font-size:1.6rem}}.container{max-width:1480px;width:100%;margin:auto;padding:0 1rem}.bordered-dashed{border:3px dashed #D9D9D9}.bordered-top{border-top:1px solid #D9D9D9}.bordered-bottom{border-bottom:1px solid #D9D9D9}.bordered-all{border:1px solid #D9D9D9}.pagetitle-wrap .pagetitle,h1.pagetitle{margin-top:0;margin-bottom:0;line-height:1.2;font-size:30px;font-weight:400}.section-wrap{padding:30px 0}.section-title{font-weight:500;text-align:left;font-size:20px;margin-bottom:25px;margin-top:0}.workarea-content{background-color:#fff}.btn{position:relative;display:flex;align-items:center;justify-content:center;min-width:180px;border-radius:6px;text-transform:none;font-style:normal;font-weight:500;font-size:1rem;padding:1rem 1.5rem;cursor:pointer;text-decoration:none;transition:all .3s ease-in-out}.btn:hover{cursor:pointer}.btn-fit{width:fit-content}.btn-red{background:#B74747;color:#FFFFFF;border:1px solid #B74747}.btn-red:hover{color:#fff}.btn-black{background:#2D2927;color:#FFFFFF;border:1px solid #2D2927}.btn-black:hover{color:#fff}.btn-transparent{background:transparent;color:#000;border:1px solid #000}.btn-transparent:hover{color:#000}.btn-transparent-noborder{background:transparent;color:#000;border:1px solid transparent}.btn-transparent-white{color:#fff;border:1px solid #fff}.btn-transparent-white:hover{color:#fff}.btn-gray,.btn-grey{background-color:#333333;color:#fff;font-weight:500}.btn-gray:hover,.btn-grey:hover{color:#fff}.btn-white{background-color:#fff;color:#000;font-weight:500}.btn-white:hover{color:#000}.gray-box{background:#F8F8F8;padding:1.8rem 0}.header-contacts{position:relative;z-index:20}.header-contacts a{color:#000;text-decoration:none}.header-contacts a.btn-red{color:#fff;margin:0 25px 0 15px}.header-contacts>.container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;-ms-align-items:center;align-items:center}.logo-wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:center}.header-feedback{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;margin:0 15px}.header-feedback .question{font-weight:400;font-size:14px;border-bottom:2px dotted #000;color:#000;text-decoration:none;transition:color .3s ease-in-out,border-color .3s ease-in-out}.header-feedback .question:hover{color:rgba(183,71,71,.9);border-color:rgba(183,71,71,.9)}.contact-phone a{font-size:19px;font-weight:700;margin-bottom:5px;text-decoration:none;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;color:#000;text-decoration:none}.contact-phone a:before{content:"";display:inline-block;background-image:url(/local/templates/mskrit_new/images/icon_24x7.png);background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;width:24px;height:26px;margin-right:5px}.contact-phone>span{font-weight:300;font-size:13px}.main-nav-wrap .header-feedback,.main-nav-wrap .menu-close,.main-nav-wrap .search-close{display:none}.main-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:98;display:none}.footer-pannel{display:none}.content-table{font-size:15px;border-collapse:collapse}table.mesto-na-kladbishchetr{border-bottom:1px solid #d9d9d9}.content-table td{}@media (max-width:1170px){.main-nav-wrap{visibility:hidden;position:fixed;top:0;left:-100%;height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch;width:90%;max-width:500px;z-index:999;background-color:#eeebe4;box-shadow:none;border-right:3px solid rgba(183,71,71,.9);padding:20px 10px 35px}.main-nav-wrap{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.main-nav-wrap::-webkit-scrollbar{width:0;height:0}.main-nav-wrap.opened{visibility:visible;padding-left:1rem;padding-bottom:120px}.main-nav-wrap .header-feedback{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;order:2}.main-nav-wrap .menu-close{display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flex;display:-o-inline-flex;display:inline-flex;-ms-align-self:flex-end;align-self:flex-end;padding:5px}.logo-wrap{}.white-header .header-contacts{border-width:0 0 1px 0;border-style:solid;border-color:#E7E7E7}.white-header .header-contacts .logo-wrap .text-logo .site{display:none}header .menu-toggle{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.logo-wrap>span{margin-left:0;margin-right:15px;text-align:right}.main-nav-wrap .header-feedback .question{display:inline-block;order:2;margin:25px 0}.main-nav-wrap .header-feedback .agent_call{order:3;width:100%}.main-nav-wrap .header-feedback{margin:15px 0;padding:15px 0;border-top:2px solid #B74747;border-bottom:2px solid #B74747}.contact-phone a:before{content:none}.contact-phone a{font-size:22px}.contact-phone>span{font-size:13px}.nav-list .root-arrow{margin-left:auto;font-size:16px;padding:0 15px;width:auto}}@media (max-width:1050px){.header-contacts .header-feedback .question{display:none}}@media (max-width:900px){header .menu-toggle{}header .menu-toggle:hover{}header .menu-toggle div{}.header-contacts .header-feedback{display:none}.header-contacts{border-width:0 0 1px 0;border-style:solid;border-color:#E7E7E7}.logo-wrap>span{margin-right:10px;color:#fff}header .contact-phone{order:1}.footer-pannel{display:flex;align-items:center;background:rgba(183,71,71,.9);height:60px;width:100%;position:fixed;padding:0;bottom:0;z-index:2}.footer-pannel .footer-tel{text-align:center;background:0 0;margin:0 auto;border:1px solid #fff;border-radius:5px;width:200px;padding:3px}.footer-pannel .footer-tel a{margin-bottom:0;padding:0;text-align:center;font-size:19px;color:#fff;text-decoration:none}.footer-pannel .footer-tel p{text-align:center;color:#fff;font-size:11px;line-height:11px;margin:0}}@media (max-width:420px){.logo-wrap{font-size:12px}.logo-wrap span>span:first-child{font-size:14px}}.banner-top-wrap{text-align:center;padding-top:95px;padding-bottom:25px;position:relative;background-size:cover;background-repeat:no-repeat;padding:50px 0;background-position:50% 35px}.banner-top-wrap>.container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-ms-align-items:center;align-items:center}.banner-top-wrap{text-align:center;color:#fff}.banner-top-wrap p{margin-bottom:48px;font-weight:500;font-size:1rem;line-height:28px;width:50%}.banner-scroll{position:absolute;bottom:0;cursor:pointer;width:100px}.banner-scroll .mouse{margin:0 auto;width:20px;height:30px;border:2px solid #fff;border-radius:20px;margin-bottom:10px}.banner-scroll .wheel{width:2px;height:10px;border-radius:3px;background-color:#fff;margin:auto;margin-top:3px;-webkit-animation:mouse-scrolling;animation:mouse-scrolling;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.banner-scroll .line{border-radius:3px 3px 0 0;margin:0 auto;width:2px;height:13px;background-color:#fff}@-webkit-keyframes mouse-scrolling{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mouse-scrolling{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(6px);transform:translateY(6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.description-main-page{font-weight:500;font-size:14px;line-height:25px}.description-main-page .links{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center}.description-main-page .links>*+*{margin-left:25px}.block-law{padding-left:136px;padding-right:21px;padding-bottom:29px;border:8px solid #eaeaea;background-color:#f3f3f3;border-radius:11px;padding-top:23px;margin-bottom:25px;background-image:url(/local/templates/mskrit_new/images/law-emblem.png);background-repeat:no-repeat;background-position:33px 28px;text-align:left}.banner-wrap{margin:20px 0;padding:20px 0;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;color:#fff;font-weight:500;font-size:15px}.banner-wrap:after{content:"";display:block;background-image:url(/local/templates/mskrit_new/images/banner-mask.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center;position:relative;position:absolute;width:75%;height:100%;left:0;top:0}.banner-wrap>.container{position:relative;z-index:1;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;-ms-align-items:center;align-items:center}.banner-wrap .banner-inner-wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center}.banner-wrap .banner-inner-wrap .banner-icon{max-width:60px;margin-right:15px;font-weight:700;font-size:76px}.banner-wrap .banner-inner-wrap .banner-icon img,.banner-wrap .banner-inner-wrap .banner-icon svg{display:inline-block;width:100%}.banner-wrap .banner-title{font-weight:700;font-size:20px;text-transform:uppercase;margin-bottom:10px}.banner-wrap.banner-middle-top{background-image:url(/local/templates/mskrit_new/images/banner-middle-top-bg.jpg)}.banner-wrap.banner-middle-shop{background-image:url(/local/templates/mskrit_new/images/banner-middle-shop-bg.jpg)}.advantages-main-page{background-color:#f3f3f3}.advantages-main-page .section-title{margin-bottom:35px}.advantages-main-page .advantages-list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;position:relative}.advantages-main-page .advantages-list:after{content:"";display:none;width:70%;left:15%;top:0;height:100%;position:absolute;background-repeat:no-repeat;background-image:url(/local/templates/mskrit/images/advantages-bg.png);z-index:0;background-position:center 10%}.advantages-main-page .advantages-list .advantage-item{margin:0 20px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-ms-align-items:center;align-items:center;text-align:center;position:relative;z-index:1;font-weight:400;font-size:14px}.advantages-main-page .advantages-list .advantage-item .advantage-title{font-weight:700;font-size:20px;text-transform:uppercase;margin:15px 0 10px}.advantages-main-page .advantages-list .advantage-item img{width:80px;height:80px}.order-organization{background-color:#f3f3f3}.order-wrapper{max-width:1200px;margin:0 auto}.order-organization h2{font-size:20.32px;margin-bottom:55px;text-align:center;text-transform:uppercase}.order-organization h2{font-size:20.32px;margin-bottom:55px;text-align:center}.order-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order-list-item{width:calc(16% - 30px);text-align:center;margin:0 15px}.order-list-item-img{display:flex;justify-content:center;align-items:flex-end;min-height:85px;margin-bottom:17px}.order-list-item-img img{max-width:100%}.order-list-item-txt{text-align:center;text-transform:uppercase;font-weight:700;font-size:17.78px}.breadcrumb-share{margin-top:10px}.contacts-block{display:flex}.contacts-left{width:60%}.contacts-right{width:40%;padding:0 40px}.contacts-right-block{margin-bottom:40px}.contacts-right-block-title{font-size:18px;text-transform:uppercase;color:#1b1b1b;margin-bottom:15px;font-weight:700}.contacts-right-block-item{font-size:18px;margin-bottom:15px;font-weight:400}.contacts-right-block-item img{margin-right:7px}.contacts-right-phone-block-phone{margin-bottom:7px}.contacts-right-phone-block-phone a{color:#B74747;font-size:32px;text-decoration:none;font-weight:700}.contacts-right-phone-block-txt{display:flex;align-items:center;font-size:17px;font-weight:400;margin-bottom:10px}.contacts-right-phone-block-txt img{margin-right:10px}.contacts-right-phone-block-link{text-align:center}.contacts-right-phone-block-link a{display:block}.contacts-right-phone-block-link-district{text-align:left}.contacts-right-phone-block-link-district a{display:inline-block}.district{border-top:2px solid #d7d7d7;max-height:500px}.district h3{font-size:17.78px;margin-bottom:45px}.district .tel{background-size:24px 26px;background-position:10px bottom;width:295px;padding-right:0;margin-bottom:25px}.district .tel p{font-size:17px}.district .number{color:#B74747;font-size:32.16px}.district .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.district .contacts-info,.district-map{width:50%}.district .contacts-info{padding:0}.bgHoverSVG{fill:#374551 !important;cursor:pointer}text .hover tspan{fill:#fff}.contract{display:flex;justify-content:flex-end;flex-direction:column;width:300px;padding:25px;border-radius:12px;background-color:rgba(183,71,71,.9);color:#fff;text-decoration:none;transition:.2s linear;flex-direction:column}.contract a{width:300px;padding:25px;border-radius:12px;background-color:rgba(183,71,71,.9);color:#fff;text-decoration:none;transition:.2s linear}.contract a:hover{background-color:#B74747;-webkit-box-shadow:0 1px 8.5px 1.5px rgba(183,71,71,.66);box-shadow:0 1px 8.5px 1.5px rgba(183,71,71,.66);transition:.2s linear}.contract h3{font-size:19px;margin-bottom:15px;color:#fff;font-weight:600;margin-top:0}.contract-text{font-size:14px;margin-bottom:15px;line-height:22px;font-weight:400}.contract-link{text-align:center;margin:20px 0}.contract-link a{font-weight:700;color:#000;font-size:14px;text-transform:uppercase;background-color:#fff;text-align:center;border-radius:6px;padding:20px 38px;-webkit-box-shadow:0 1px 22.95px 4.05px rgba(45,0,0,.26);box-shadow:0 1px 22.95px 4.05px rgba(45,0,0,.26)}.contract-link a:hover{background-color:#fff;color:rgba(183,71,71,.9)}.companies-list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:space-between}.companies-list img{max-width:14%;width:auto;max-height:50px;display:inline-block}@media (max-width:850px){.companies-list{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.companies-list img{max-width:calc(33.33% - 30px);margin:15px;max-height:none}}@media (max-width:550px){.companies-list img{max-width:calc(80% - 30px);margin:15px;max-height:none}}footer{background-color:#000;padding:50px 0 25px 0}.footer-menu-title{color:#f3f3f3;font-size:14px;text-transform:uppercase;margin-bottom:12px;font-weight:700}.footer-line-1{display:flex;border-bottom:2px solid #353535;margin-bottom:20px;padding-bottom:20px}.footer-line-1-left{width:calc(50% - 15px);margin-right:15px;display:flex}.footer-line-1-right{width:calc(50% - 15px);margin-left:15px}.footer-line-1-left-block{width:50%}.footer-line-2{display:flex;justify-content:space-between}.footer-line-2-logo{width:25%}.footer-line-2-menu{width:50%;align-items:center;border-left:2px solid #353535;border-right:2px solid #353535;display:flex;justify-content:center;flex-wrap:wrap}.footer-line-2-menu .sitemap{margin-right:auto;margin-left:19px}.footer-line-2-menu .sitemap a{text-decoration:none;font-size:14px;color:#696969;font-weight:400}.footer-line-2-menu .sitemap a:hover{color:#e9e9e9;text-decoration:underline}.footer-line-2-phone{width:25%}.footer-line-2-logo{display:flex;justify-content:flex-start;align-items:flex-start}.footer-logo-img{margin-right:10px}.footer-logo-txt{color:#696969;line-height:18px}.footer-logo-txt-title{font-size:14px;line-height:18px;text-transform:uppercase;font-weight:600}.footer-logo-txt-txt{font-size:14px;font-weight:700}.footer-line-2-phone{text-align:right;font-size:14px;color:#696969}.footer-line-2-phone a{color:#fff;text-decoration:none;font-size:19px;font-weight:700}.footer-line-2-phone a:hover{color:#e9e9e9;text-decoration:none}.footer-line-2-phone-line-1{display:flex;align-items:center;justify-content:flex-end;margin-bottom:5px}.footer-line-2-phone-line-1 img{margin-right:15px}.footer-line-2-phone-line-2{font-weight:400}.contrnt-img{max-width:100%}ul.red-dots{padding:0;margin:0}ul.red-dots li{position:relative;list-style:none;font-size:14px;padding-left:15px;font-weight:400;line-height:1.75}ul.red-dots li:before{content:"";display:block;position:absolute;left:0;top:8px;width:4px;height:4px;border-radius:50%;border:1px solid #B74747}ul.red-dots li+li{margin-top:15px}.contacts-need-wr{margin:25px 0}.contacts-need-box-title{font-weight:700;margin-bottom:15px;font-size:18px}.contacts-need-title h3{font-size:20px}.contacts-need-box{display:flex}.contacts-need-box-left{margin-right:20px}.contacts-need-box-right{margin-left:20px}.stickytop{position:fixed;top:0;left:0;width:100%;z-index:999}body.fixed-bg #bx-panel.bx-panel-fixed,body.fixed-bg .stickytop{z-index:auto !important}.stickytop+*{margin-top:146px}.logo-wrap img{max-width:57px}.logo-wrap img+.img-wrap{display:none}.logo-wrap>span>span:nth-child(3){display:none}.container-flex-item-4 img{max-width:120px}.bold{font-weight:700}.medium{font-weight:500}.transport{margin:20px 0}.transport .item{display:flex;flex-wrap:wrap;margin-bottom:15px}.transport img{margin:0;border-radius:5px}.transport .img,.transport .txt{padding:7px}.transport .txt{flex:1}.table-bordered{width:100%;margin:15px 0;border-collapse:collapse}.table-bordered td,.table-bordered th{padding:10px;border:1px solid #ccc;vertical-align:top}.contacts__text--top{display:flex;flex-wrap:wrap}.contacts__text--top div{width:50%;padding:2rem 1.5rem}.reqwizites{padding:1.5rem 3rem 3rem;background:#F8F8F8;border-bottom:1px solid #D9D9D9}.reqwizites h2{text-align:center}@media (max-width:1170px){body{padding-top:0}.stickytop{}.stickytop.white-header.fixed-header{}}@media (max-width:900px){.links-list-wrap>.container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.links-list-wrap .link-item{width:100%;justify-content:center;-ms-align-items:center;align-items:center}.banner-wrap>.container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center;justify-content:center}.banner-wrap .banner-inner-wrap{width:100%;justify-content:center}.banner-wrap:after{width:100%}.banner-wrap .btn-red{margin:15px 0 10px}footer{padding-bottom:75px}}@media screen and (max-width:960px){.order-list{flex-wrap:wrap}.order-list-item{width:calc(50% - 30px);text-align:center;margin:20px 15px}.contacts-left{width:50%}.contacts-right{width:50%;padding:0 25px}.advantages-main-page .advantages-list{flex-wrap:wrap}.advantages-main-page .advantages-list .advantage-item{width:calc(50% - 40px);margin-bottom:40px}.advantages-main-page .advantages-list:after{background-image:none}.footer-line-2{flex-wrap:wrap}.footer-line-2-logo{width:50%;order:2}.footer-line-2-menu{width:100%;align-items:center;border-left:none;border-right:none;order:1;margin-bottom:25px}.footer-line-2-phone{width:50%;order:3}body>.workarea-content{padding-top:115px;padding-bottom:35px}}@media screen and (max-width:767px){.order-list{flex-wrap:wrap}.order-list-item{width:calc(100% - 30px);text-align:center;margin:20px 15px}.contacts-block{flex-wrap:wrap}.contacts-left{width:100%;order:2}.contacts-right{width:100%;padding:0 10px;order:1;margin-bottom:25px}.district{max-height:none}.district .wrapper{flex-wrap:wrap}.district .contacts-info,.district-map{width:100%}.district .contacts-info{margin-bottom:25px}.contacts-right-phone-block-link-district a{display:block}.contract{width:100%;margin-left:0;display:flex;justify-content:center}.advantages-main-page .advantages-list{flex-wrap:wrap}.advantages-main-page .advantages-list .advantage-item{width:100%;margin-bottom:40px}.advantages-main-page .advantages-list:after{background-image:none}.footer-line-1{flex-wrap:wrap;display:none}.footer-line-1-left{width:100%;margin-right:0;display:block}.footer-line-1-left-block{width:100%;margin-bottom:35px;text-align:center}.footer-menu-1-col,.footer-menu-2-col{list-style-image:none}.footer-line-1-right{width:100%;margin-left:0;text-align:center}.footer-line-2{flex-wrap:wrap}.footer-line-2-logo{width:100%;justify-content:center;order:1;margin:0 0 15px}.footer-line-2-menu{width:100%;border-left:none;border-right:none;order:3;margin-bottom:0}.footer-line-2-phone{width:100%;text-align:center;order:2;margin:10px 0 30px}.footer-line-2-phone-line-1{justify-content:center}footer{padding:25px 0 75px}.footer-bottom-menu{margin:0}.banner-top-wrap p{width:100%}.block-law{padding-left:21px;padding-top:136px;background-position:50% 10px}.footer-pannel{display:flex;align-items:center;background:rgba(183,71,71,.9);height:60px;width:100%;position:fixed;padding:0;bottom:0;z-index:2}.footer-pannel .footer-tel{text-align:center;background:0 0;margin:0 auto;border:1px solid #fff;border-radius:5px;width:200px;padding:3px}.footer-pannel .footer-tel a{margin-bottom:0;padding:0;text-align:center;font-size:19px;color:#fff;text-decoration:none}.footer-pannel .footer-tel p{text-align:center;color:#fff;font-size:11px;line-height:11px;margin:0}.footer-regions{margin:1rem}.contacts-need-box{flex-wrap:wrap}.contacts-need-box-left{margin-right:0;width:100%;margin-bottom:20px}.contacts-need-box-right{margin-left:0;width:100%}body>.workarea-content{padding-top:115px;padding-bottom:35px}}@media (max-width:700px){.description-main-page .links{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.description-main-page .links>a{width:100%}.description-main-page .links>*+*{margin-top:15px;margin-left:0}}#payment-form .block{margin-bottom:15px}#payment-form .block .tit{color:#B74747;text-align:left;font-size:14px;display:block;margin-bottom:5px;font-weight:400}#payment-form .block .inputtext{display:block;min-width:442px;max-width:100%;padding-right:16px;padding-left:16px;height:46px;margin-bottom:20px;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #dfdfdf;transition:.2s linear}#payment-form .block .inputtext:focus,#payment-form .block .inputtext:hover{border:1px solid #B74747;transition:.2s linear}#payment-form #report-submit{font-size:12.7px;text-transform:uppercase;font-weight:700;background-color:rgba(183,71,71,.9);border:none;text-decoration:none;color:#fff;border-radius:6px;padding:15px 25px;transition:.2s linear}#payment-form #report-submit:hover{background-color:#B74747;-webkit-box-shadow:0 1px 8.5px 1.5px rgba(183,71,71,.66);box-shadow:0 1px 8.5px 1.5px rgba(183,71,71,.66);transition:.2s linear;cursor:pointer}@media screen and (max-width:767px){#payment-form .block .inputtext{display:block;min-width:100%;max-width:100%}}ol li{line-height:1.75}.container-flex{display:flex;justify-content:space-around;margin:10px 0;flex-wrap:wrap}.container-flex-item-2{width:calc(50% - 25px)}@media (max-width:980px){.container-flex.with-table .container-flex-item-2{width:100%}}@media screen and (max-width:600px){.contacts__text--top div{width:100%}.contacts__text--top div:first-child{padding-bottom:0}.contacts__text--top div:last-child{padding-top:0}.contacts__text--top div:last-child p{margin-top:0}.container-flex-item-2{width:100%;padding:0 20px}}@media (max-width:500px){.contacts__text--top div{padding:0}}.container-flex-item-4{width:calc(25% - 25px);text-align:center}@media screen and (max-width:769px) and (min-width:400px){.container-flex-item-4{width:calc(50% - 25px)}}@media screen and (max-width:399px){.container-flex-item-4{width:100%;padding:0 20px}}.attention-text:before{content:'';top:4px;left:2px;position:absolute;height:calc(100% - 10px);width:5px;background-color:#B74747;border-radius:10px}.attention-text{position:relative;padding-left:15px;margin-top:20px;margin-bottom:20px}.container-img{float:right;margin:15px;max-height:300px}@media screen and (max-width:899px){.container-img{max-width:300px;max-height:200px;display:block;margin:15px auto;float:none}}table{border-spacing:1;border-collapse:collapse;background:white;border-radius:6px;overflow:hidden;max-width:1052px;width:100%;margin:0 auto;position:relative;border:1px solid #d9d9d9;box-shadow:0 0 5px #d9d9d9}table *{position:relative}table td,table th{padding:1rem;border-right:1px solid #d9d9d9}table thead tr{height:3.75rem;font-size:1rem;border-bottom:1px solid #d9d9d9}table tbody tr{height:3rem}table tbody tr:last-child{border:0}table td,table th{text-align:left}table td.l,table th.l{text-align:right}table td.c,table th.c{text-align:center}table td.r,table th.r{text-align:center}table td:first-child,table th:first-child{}@media screen and (max-width:35.5em){table{display:block}table > *,table tr,table td{display:block}table:not(.table-mob) thead,table:not(.table-mob) th{display:none}table tbody tr{height:auto;padding:0}table tbody tr td{}table tbody tr td img{width:100%}table tbody tr td:last-child{margin-bottom:0}table tbody tr td:before{}table tbody tr td:nth-child(1):before{}table tbody tr td:nth-child(2):before{}table tbody tr td:nth-child(3):before{}table tbody tr td:nth-child(4):before{}table tbody tr td:nth-child(5):before{}}table{margin:40px auto}table th{font-size:18px;font-weight:600;color:#fff;padding:27px 1rem;border:none}table td{border-right:none}table tr td{background:#fff}table tr th:first-child,table tr td:first-child{text-align:left}table tr th:not(:first-child),table tr td:not(:first-child){}@media (max-width:992px){table.new-table td,table.new-table th{padding:16px 15px}table.new-table tr th:first-child,table.new-table tr td:first-child{padding:16px 15px 24px 8%}}@media (max-width:576px){table.new-table th:first-child,table.new-table th:last-child{display:table-cell}table.new-table td{display:table-cell}table.new-table tr{display:table-row}table.new-table thead,table.new-table th{display:block}}@media (max-width:425px){table.new-table{font-size:14px}table.new-table th:first-child,table.new-table th:last-child{font-size:14px}table.new-table td,table.new-table th{padding:12px 15px}table.new-table tr th:first-child,table.new-table tr td:first-child{padding:12px 15px 12px 6%}}blockquote{color:white;text-align:center}.bx-section-desc{font-weight:400}.bx-touch{text-transform:none;margin-bottom:inherit;color:inherit;text-align:inherit;font-weight:inherit}@media (max-width:900px){.workarea-content .map-block{}}.pamyatniki-projects__param.param__98{display:none}.pominki__box{padding:50px 0}.pominki__box .section-title{font-size:28px;font-weight:500;line-height:30px;text-align:center;text-transform:initial;margin-bottom:54px}.pominki__box .container{position:relative}.swiper.pominkiSwiper,.pominki.swiper-wrapper{height:auto !important}.pominki-swiper-button-next.swiper-button-next{right:-5px;top:375px}.pominki-swiper-button-prev.swiper-button-prev{left:-5px;top:375px}.pominki-swiper-pagination{position:relative;padding:1rem 0 0;bottom:auto}.pominki-swiper-pagination .swiper-pagination-bullet{border:2px solid #fff;box-sizing:content-box}.pominki{display:flex;justify-content:space-between}.pominki__pre{font-size:0.8rem;padding:0 0 1rem 0}.pominki__wrap{display:flex;flex-direction:column;height:100%;width:100%}.pominki__item{background:#FFFFFF;border:1px solid #E9EBF2;box-sizing:border-box;box-shadow:0 2px 30px rgb(15 28 51 / 4%);border-radius:4px;padding:34px 28px;color:#0F1C33}.pominki__item.swiper-slide{height:100% !important}.pominki__title{padding:0 0 30px 0;font-size:20px;font-weight:600;line-height:29px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #E4E4E4;color:#2D2927}.pominki__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.pominki__circles span{display:inline-block;width:12px;height:12px;border:1px solid #B74747;border-radius:50%;margin:4px}.pominki__item .pominki__circles span:first-child,.pominki__item:nth-child(1n + 3) .pominki__circles span:nth-child(2),.pominki__item:nth-child(1n + 4) .pominki__circles span:nth-child(3),.pominki__item:nth-child(1n + 5) .pominki__circles span:nth-child(4),.pominki__item:nth-child(1n + 7) .pominki__circles span:nth-child(5){background:#B74747}.pominki__name{}.pominki__price{}.pominki__list{font-style:normal;font-weight:500;font-size:18px;line-height:120%;color:#000000;padding:1rem 0;height:500px;overflow:hidden;position:relative}.pominki__list.active{overflow:auto;height:auto;padding:1rem 0 1rem}.pominki__list.active .js-show-pominki{position:relative;bottom:auto}.pominki__list div{padding:0 0 0.3rem 0}.pominki__list div.js-show-pominki{text-decoration:underline;font-size:0.8rem;cursor:pointer;position:absolute;bottom:0;padding:2rem 0 1rem;width:100%;z-index:5;background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%);background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0 )}.pominki__list--info{position:relative;margin-right:0.3rem}.pominki__menu,.pominki__list ul{font-size:16px;font-weight:300;font-style:normal;line-height:120%;padding:0.3rem 0 0.3rem 0;margin-left:0}.pominki__menu--item,.pominki__list li{display:flex;justify-content:space-between;padding:0;position:relative;align-items:flex-end;margin-bottom:5px;padding-left:20px}.pominki__list li::before{content:'';display:block;position:absolute;bottom:0.4rem;left:0;height:6px;background:#2D2927;width:6px;border-radius:50%;z-index:5}.pominki__list li span{position:relative;padding-bottom:3px}.pominki__list li span{max-width:80%;overflow:hidden;background:#fff;z-index:2;position:relative}.pominki__list li span.big{white-space:nowrap}.pominki__list li span.big:hover + info{display:block}.pominki__list li span:first-child{left:0;padding-left:20px}.pominki__list li span:last-child{right:0}.pominki__list li span{background:#fff;z-index:2;position:absolute}.pominki__list li{position:relative;background:#fff;height:1.2em}.pominki__list li::after{content:'';position:absolute;bottom:0.3em;left:0;width:100%;height:100%;border-bottom:1px dotted #777777;background-position-y:bottom;z-index:1}.pominki__list li span.pominki__big{padding-right:0}.pominki__list li span.pominki__big::before{content:'';display:block;width:35px;height:100%;position:absolute;right:0;top:0;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1 )}.pominki__list li info{display:none;position:absolute;width:90%;background:#fff;border:1px solid #555;border-radius:4px;padding:0.5rem;top:20px;left:5%;z-index:5;box-shadow:0 0 7px 0 #aaa}.pominki__text{padding:0 0 1rem 0;font-style:normal;font-weight:600;font-size:14px;line-height:120%;border-bottom:1px solid #E4E4E4}.pominki__subtext{padding:1rem 0;font-weight:400;font-size:14px;line-height:120%}.pominki__bottom{margin:auto 0 0 0}.pominki__bottom a{color:white;background:#2D2927;width:100%;height:54px;border-radius:6px}.pominki__bottom a:hover{cursor:pointer}.pominki__icon{position:relative;display:flex;align-items:center;font-family:'SaarSP';letter-spacing:2px}.pominki__notes{font-size:1rem;line-height:2;padding:60px 0}@media ( max-width:576px ){.pominki__notes{padding:30px 0 0 10px}}.swiper.pominkiGallerySwiper{height:auto;position:relative}.pominki__gallery{}.pominki__gallery--item.swiper-slide{height:auto !important;max-height:250px;width:auto}.pominki__gallery--item.swiper-slide img{width:auto;height:auto}.pominki__gallery--box{position:relative}.pominki-gallery-swiper-button-next.swiper-button-next{right:-20px;top:134px}.pominki-gallery-swiper-button-prev.swiper-button-prev{left:-20px;top:134px}.pominki-gallery-swiper-pagination{position:relative;padding:1rem 0 0;bottom:auto}@media (max-width:900px){}@media ( max-width:576px ){.pominki__box{padding:0}.pominki__box .section-title{font-size:20px;margin-bottom:20px}.pominki__menu,.pominki__list ul{padding:0.3rem 0 0.3rem 15px}}.cemeteries{background:url('/upload/services/cemeteries/bg-1.png') no-repeat 0 0/auto,url('/upload/services/cemeteries/bg-2.png') no-repeat 100% 100%/auto,rgba(55,58,86,0.02);padding:50px 0}.cemeteries .container{max-width:1510px}.cemeteries__title{font-size:28px;font-weight:500;line-height:43px;margin-bottom:66px}.cemeteries__content{display:flex;flex-wrap:wrap;justify-content:space-between}.cemeteries__item{width:25%;border-bottom:1px solid black;padding-bottom:30px;margin-bottom:30px}.cemeteries__item-letter{font-size:48px;font-weight:700;color:#B74747;margin-bottom:24px}.cemeteries__item-list{font-size:15px;font-weight:400;line-height:28px;position:relative;list-style-type:none;margin:0;padding:0}.cemeteries__item-list li{position:relative;padding-left:15px}.cemeteries__item-list li::before{content:'';position:absolute;width:4px;height:4px;left:0;top:50%;transform:translateY(-50%);border:2px solid #B74747;border-radius:50%}.cemeteries__item-list div{display:inline-block;position:relative}.cemeteries__item-list-name{position:relative;cursor:pointer}.cemeteries__item-list-name::after{content:'';position:absolute;width:100%;height:1px;background:black;bottom:-2px;left:0}.cemeteries__item-list-address{position:absolute;background:white;max-width:95%;top:100%;left:0;border:1px solid #AEAEAE;border-radius:5px;opacity:0;visibility:hidden;transition:opacity .5s ease;padding:5px 15px;cursor:initial;z-index:55;box-shadow:0 0 5px #d9d9d9}.cemeteries__item-list-address.active{opacity:1;visibility:visible;transition:opacity .5s ease}@media (max-width:1200px){.cemeteries__item{width:calc(100% / 3)}}@media (max-width:992px){.cemeteries__title{font-size:28px;line-height:32px;margin:0 0 24px}.cemeteries__item{width:50%}}@media (max-width:576px){.cemeteries{padding:24px 0}.cemeteries__item{width:100%}}div.gray-box.consultation-box{background:url(/local/templates/mskrit_new/img/bg_form-blue.jpg) no-repeat 0 0 / cover;border-left:none;border-right:none;border-radius:0}div.gray-box.consultation-box h2{color:white}div.gray-box.consultation-box .service-landing__subtitle{color:white}div.consultation-form-block .callback-form-submit input[type="submit"]{background:#273A64;border:none}div.consultation-form-block .callback-checkbox input[type="checkbox"]:checked + label,div.consultation-form-block .callback-checkbox input[type="checkbox"]:checked + label a,div.consultation-form-block .callback-checkbox input[type="checkbox"]:not(:checked) + label,div.consultation-form-block .callback-checkbox input[type="checkbox"]:not(:checked) + label a{line-height:1.4}div.consultation-form-block .callback-checkbox input[type="checkbox"]:checked + label:before,div.consultation-form-block .callback-checkbox input[type="checkbox"]:not(:checked) + label:before{}div.consultation-form-block .callback-checkbox input[type="checkbox"]:checked + label:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000' version='1.1' id='Capa_1' width='14px' height='10px' viewBox='0 0 78.369 78.369' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");width:16px;height:13px;left:2px}.form-transformer-modal-scale{transform:scale(0.9);position:relative;max-height:100vh;max-width:800px;margin:0 auto;transition:0.2s}.regions-popup__list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:2rem;max-width:800px;background:#fff;border-radius:6px;margin:auto}.regions-popup__list a{display:block;padding:0.5rem;border:1px solid #000;color:#000;border-radius:5px;margin:0.3rem;opacity:0.7}.regions-popup__list a:hover{opacity:1;transition:0.2s}.regions-title{width:100%;text-align:center;margin:1rem}.callback-form-wr.white-popup.callback-form-1 .callback-form-field{width:100%}.banner-top-wrap.mainpage-banner_new:not(.banner-top-wrap.mainpage-banner_new.main-domen-banner.service){padding:0}@media (max-width:1170px){.banner-top-wrap.mainpage-banner_new{margin-top:71px!important}}@media (max-width:909px){.banner-top-wrap.mainpage-banner_new{margin-top:55px!important}}div.news-list{word-wrap:break-word}div.news-list img.preview_picture{float:left;margin:0 4px 6px 0}.preview_picture.mobile{display:none}.swiper-slide h2{color:#fff}.top-banner-main.swiper .swiper-slide p{width:100%;color:#fff;margin:unset}.top-banner-main.swiper:not(.swiper.top-banner-main.service){width:100%;height:595px;margin-left:auto;margin-right:auto;position:relative;background:#2D2927 url(/local/templates/mskrit_new/img/main-banner-bg__new.jpg)}.top-banner-main.swiper .swiper-slide p{font-weight:300}.swiper-slide{background-size:cover;background-position:center}.top-banner-main .swiper-slide:not(.top-banner-main .service-banner__item.swiper-slide){padding:3.3rem 2.7rem;padding-top:130px;overflow:hidden;background:#2D2927 url(/local/templates/mskrit_new/img/main-banner-bg__new.jpg);background-size:cover;background-repeat:no-repeat}.swiper-slide img{display:block;width:fit-content;height:100%;object-fit:cover}.top-banner-main .swiper-slide .slider-image{position:absolute;bottom:10%;overflow:hidden}.top-banner-main .swiper-slide.swiper-slide__2 .slider-image,.top-banner-main .swiper-slide.swiper-slide__3 .slider-image{right:0}.top-banner-main .swiper-slide .slider-image{right:20%}.slider-content{position:relative;width:100%;z-index:10;text-align:left;display:flex;justify-content:space-between}.slider-text b{font-style:normal;font-weight:700}.grey-text{color:#909090;font-style:normal;font-weight:500;margin-top:20px}.slider-left{width:50%}.top-banner-main .swiper-slide.swiper-slide__1 .slider-left{width:65%}.slider-right{position:absolute;top:0;right:-25px;z-index:10;display:flex;flex-direction:column;align-items:flex-end}.swiper-nav{height:170px;box-sizing:border-box;margin-top:-52px;padding-bottom:30px}.swiper-nav .swiper-wrapper{padding:20px 0}.swiper-nav .swiper-slide{color:#000;border-radius:10px;background:#F6F6F6;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);text-align:left}.swiper-nav .swiper-slide .content{padding:20px}.swiper-nav .swiper-slide-thumb-active,.swiper-nav .swiper-slide:hover{background:#B74747;color:#fff;transition:all 0.3s ease-out;-webkit-transition:0.3s;-moz-transition:0.3s;cursor:pointer}.swiper-nav .swiper-slide-thumb-active{margin-top:-10px}.swiper-nav .swiper-slide-thumb-active:hover{cursor:default}.swiper-nav .swiper-slide-thumb-active::before{border-bottom:10px solid #B74747;border-left:15px solid transparent;border-right:15px solid transparent;content:"";left:50%;position:absolute;top:-4px;transform:translate(-50%,-50%)}.swiper-nav .nav-title{font-size:18px;font-style:normal;font-weight:500;margin-bottom:25px}.swiper-nav .nav-txt{font-size:12px;font-style:normal;font-weight:400}.banner-buttons{display:flex;flex-wrap:wrap;align-items:center;max-width:450px;margin-top:30px;font-weight:500}.banner-buttons .btn{margin:0.3rem;width:calc(50% - 0.6rem);white-space:nowrap}@media (max-width:500px){.banner-buttons{margin-top:0.5rem}.banner-buttons .btn{min-width:unset;font-size:10px}}.slider-mobile__box{display:none;color:#fff}.top-banner-main.swiper .swiper-pagination{display:none;position:absolute;bottom:0;padding-bottom:16px}.top-banner-main.swiper .swiper-pagination .swiper-pagination-bullet{width:9px;height:9px;border:2px solid #B74747;border-radius:50%;background:transparent}.top-banner-main.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#B74747}.banner-buttons .btn-transparent-white{background-color:#2E2A28}.slider-left,.slider-content,.main-banner__item.swiper-slide > .container{height:100%}.slider-info{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-bottom:57px}@media (max-width:1510px){.top-banner-main .swiper-slide .slider-image{right:10%}}@media (max-width:1275px){.top-banner-main.swiper .swiper-pagination{display:block}.swiper-nav{display:none}.sticker{top:50%}.top-banner-main .swiper-slide .slider-image,.top-banner-main .swiper-slide .slider-image .slider-image{right:0}}@media (max-width:1170px){.top-banner-main .swiper-slide:not(.top-banner-main .service-banner__item.swiper-slide){padding:3rem 1.3rem 2rem 1.3rem}.slider-right{top:0}}@media (max-width:1100px){.slider-left{width:70%}.top-banner-main .swiper-slide.swiper-slide__2 .slider-left,.top-banner-main .swiper-slide.swiper-slide__3 .slider-left{width:100%}.top-banner-main .swiper-slide.swiper-slide__2 .slider-image,.top-banner-main .swiper-slide.swiper-slide__3 .slider-image{bottom:0}}@media (max-width:768px){.swiper-slide img{display:block;width:100%;height:fit-content;object-fit:cover}.top-banner-main .swiper-slide .slider-image{right:0}.slider-right{display:none}.slider-left{width:100%}}@media (max-width:597px){.top-banner-main .swiper-slide .slider-text p:not(p.mobile){display:none}.swiper-slide h2{font-size:20px}.top-banner-main.swiper .swiper-slide p{font-size:14px}.grey-text{font-size:0.55rem;margin:0.3rem 0}}@media (max-width:500px){.slider-left,.slider-content,.main-banner__item.swiper-slide > .container{height:fit-content}.swiper-slide img{width:fit-content;height:100%}.top-banner-main.swiper{width:100%;height:646px}.banner-top-wrap.mainpage-banner_new{margin-top:-51.17px!important;padding-top:51.17px}.main-banner__item.swiper-slide > .container{padding:0}.swiper.top-banner-main .main-banner__item.swiper-slide{padding-top:51.17px;flex-direction:column;align-items:center}.top-banner-main.swiper .swiper-slide{display:flex;align-items:flex-end;padding-bottom:46px}.top-banner-main.swiper .swiper-slide .slider-left{height:100%;display:flex;flex-direction:column;justify-content:space-between;width:100%}.slider-mobile__logo{font-style:normal;font-size:33px;font-family:'SaarSP';letter-spacing:2px;font-weight:normal}.slider-mobile__slogan{font-family:'Caveat';font-style:normal;font-size:20px;letter-spacing:-0.055em}.top-banner-main .swiper-slide .slider-image{position:unset}.top-banner-main .swiper-slide.swiper-slide__2 .slider-image{align-self:flex-end;margin-right:-1.3rem}.slider-info{justify-content:flex-end;padding-bottom:0}}@media (max-width:360px){.top-banner-main.swiper .swiper-slide p{margin-bottom:0.5rem}.top-banner-main.swiper .banner-buttons{display:flex;flex-wrap:wrap;justify-content:center}}.main-banner__item.service-banner__item.swiper-slide{padding:3.3rem 2.7rem;padding-bottom:0}@media (max-width:500px){.main-banner__item.service-banner__item.swiper-slide{padding:3.3rem 1rem;padding-bottom:0}}.service-landing.new .slider-info{padding-bottom:0}.swiper.top-banner-main.service{}.banner-top-wrap.mainpage-banner_new.main-domen-banner.service{height:580px}.banner-top-wrap.mainpage-banner_new.main-domen-banner.service{background-repeat:no-repeat;background-size:cover;background-position:right center;width:100%;height:580px}@media (max-width:597px){.swiper.top-banner-main.service{height:100%}}.service-banner__item.swiper-slide{display:flex;align-items:center}@media (max-width:891px){.service-banner__item.swiper-slide,.swiper.top-banner-main.service{height:100%}}@media (max-width:500px){.service-landing.new .banner-top-wrap{height:673px}}.section-wrap.service-landing.new,.section-wrap.useful-info.new{padding:0;position:relative}.section-wrap.useful-info.new .slider-info{}.swiper.top-banner-main.servicep{font-size:1rem}.service-landing.new .anons-block.anons-block__with-images .anons-block__text p,.service-landing.new .anons-block.anons-block__with-images .anons-block__text h1{text-shadow:none;color:#fff;text-align:left}.service-landing.new .slider-info{padding-bottom:0}@media (max-width:597px){.swiper.top-banner-main.service{height:100%}}.service-banner__item.swiper-slide{display:flex;align-items:center}@media (max-width:891px){.service-banner__item.swiper-slide,.swiper.top-banner-main.service{height:100%}}.service-landing.new .banner-top-wrap{background-repeat:no-repeat;background-size:cover;background-position:right center;width:100%;height:580px}.grey-text{color:#909090;font-style:normal;font-weight:500;margin-top:20px}.slider-mobile__box{display:none;color:#fff}@media (max-width:500px){.service-landing.new .banner-top-wrap{height:673px}.slider-mobile__box{display:flex;flex-direction:column;align-items:center}}.slider-text{text-align:left}.top-banner-main.swiper.service p.mobile{display:none}@media (max-width:890px){.top-banner-main.swiper.service p.mobile{font-size:12px;line-height:130%;display:block}.top-banner-main.swiper.service p:not(p.mobile){display:none}}@media (max-width:1130px){.banner-top-wrap{position:relative;overflow:hidden}.banner-top-wrap::after{content:'';position:absolute;width:100%;height:100%;background:#000;bottom:0;left:0;background:rgb(0,0,0,0.7);background:linear-gradient(0deg,rgba(0,0,0,0.7) 16%,rgba(255,255,255,0) 100%)}}@media (max-width:597px){.uslugi__pages.new{padding:3.3rem 2.7rem}.top-banner-main.service .service-banner__item.swiper-slide > .container{height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-end}}.page-class__dezinfekciya .slider-left{width:70%}@media (min-width:891px) and (max-width:1170px){.page-class__dezinfekciya .slider-left{width:100%}}.service-landing .mainpage-threebox.new{margin-top:0}.mainpage-threebox.new .next-step{width:100%}.mainpage-threebox.new .callback-form-field.callback-checkbox{margin:0.5rem}.fz{margin-top:1rem;margin-left:2.5rem;font-size:1rem}.reviews-slider{padding-bottom:2rem}.service-landing .reviews-block .reviews-slider__item{background:#fff;border:1px solid #BCBCBC}.service-landing .reviews-block .reviews-slider__item:after{content:'';position:absolute;bottom:-24px;right:35px;display:block;width:0;height:0;border-left:17px solid transparent;border-top:12px solid #BCBCBC;border-right:17px solid #BCBCBC;border-bottom:12px solid transparent}.service-landing .reviews-block .reviews-slider__item:before{content:'';position:absolute;bottom:-23px;right:36px;display:block;width:0;height:0;border-left:16px solid transparent;border-top:12px solid #fff;border-right:16px solid #fff;border-bottom:12px solid transparent;z-index:1}.soc-card__left{flex-grow:0;width:70%}@media (max-width:1300px){.soc-card__left{width:100%}}.soc-card__list{list-style-type:none;padding:0}.soc-card.soc-card_new .soc-card__list li a{color:#B74747;font-weight:500}.soc-card.soc-card_new .soc-card__list li{position:relative;padding-left:1.8rem;display:flex;align-items:center}.soc-card.soc-card_new .soc-card__list li::before{content:'';display:block;width:21px;height:21px;left:0;background-image:url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_160_223)'%3E%3Cpath d='M9.69146 18.6109C9.63575 18.6109 9.58065 18.5994 9.52962 18.577C9.47858 18.5547 9.43272 18.5221 9.39491 18.4812L1.39929 9.83219C1.34598 9.77453 1.31065 9.70258 1.2976 9.62515C1.28456 9.54771 1.29437 9.46816 1.32584 9.39622C1.3573 9.32428 1.40906 9.26307 1.47478 9.22009C1.54049 9.1771 1.61731 9.15421 1.69583 9.15421H5.54448C5.60227 9.15422 5.65938 9.16662 5.71196 9.19058C5.76455 9.21454 5.81138 9.24949 5.84931 9.29309L8.52148 12.3673C8.81027 11.75 9.36931 10.7221 10.3503 9.46965C11.8006 7.61802 14.4982 4.89484 19.1136 2.43655C19.2028 2.38905 19.3065 2.37672 19.4044 2.402C19.5022 2.42728 19.5871 2.48833 19.6421 2.5731C19.6971 2.65787 19.7184 2.76019 19.7016 2.85986C19.6849 2.95953 19.6314 3.04931 19.5517 3.11146C19.5341 3.12523 17.7546 4.52658 15.7066 7.09338C13.8218 9.45548 11.3163 13.3179 10.0834 18.3042C10.0617 18.3918 10.0113 18.4696 9.94027 18.5252C9.86921 18.5808 9.78158 18.6111 9.69134 18.6111L9.69146 18.6109Z' fill='%23B74747'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_160_223'%3E%3Crect width='21' height='21' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");position:absolute}.review-header{padding-bottom:1rem;display:flex;justify-content:space-between;align-items:flex-start}.review-header .grey{font-size:0.87rem;color:#8E8E8E;padding-top:0.3rem}.service-landing .reviews-block .reviews-slider__item a.content-toggle-fancybox{padding-top:1rem;font-size:0.87rem;color:#909090;position:relative;left:0;bottom:0;display:flex;align-items:center}.service-landing .reviews-block .reviews-slider__item a.content-toggle-fancybox.mobile{display:none}.service-landing .reviews-block .reviews-slider__item a.content-toggle-fancybox.desk{display:flex}@media (max-width:500px){.service-landing .reviews-block .reviews-slider__item a.content-toggle-fancybox.mobile{display:flex}.service-landing .reviews-block .reviews-slider__item a.content-toggle-fancybox.desk{display:none}}.content-toggle-fancybox::after{content:'';width:17px;height:17px;margin-left:7px;display:block;background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0417 12.75C11.8292 12.75 11.6875 12.6792 11.5458 12.5375L4.4625 5.45417C4.17917 5.17083 4.17917 4.74583 4.4625 4.4625C4.74583 4.17917 5.17083 4.17917 5.45417 4.4625L12.5375 11.5458C12.8208 11.8292 12.8208 12.2542 12.5375 12.5375C12.3958 12.6792 12.2542 12.75 12.0417 12.75Z' fill='%238D8D8D'/%3E%3Cpath d='M12.0404 12.7487H5.66536C5.24036 12.7487 4.95703 12.4654 4.95703 12.0404C4.95703 11.6154 5.24036 11.332 5.66536 11.332H11.332V5.66536C11.332 5.24036 11.6154 4.95703 12.0404 4.95703C12.4654 4.95703 12.7487 5.24036 12.7487 5.66536V12.0404C12.7487 12.4654 12.4654 12.7487 12.0404 12.7487Z' fill='%238D8D8D'/%3E%3C/svg%3E%0A")}.reviews-slider__item.open a.content-toggle-fancybox::after{transform:rotate(-90deg)}.reviews-slider__item.open a.content-toggle-fancybox:hover::after{background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0417 12.75C11.8292 12.75 11.6875 12.6792 11.5458 12.5375L4.4625 5.45417C4.17917 5.17083 4.17917 4.74583 4.4625 4.4625C4.74583 4.17917 5.17083 4.17917 5.45417 4.4625L12.5375 11.5458C12.8208 11.8292 12.8208 12.2542 12.5375 12.5375C12.3958 12.6792 12.2542 12.75 12.0417 12.75Z' fill='%23B74747'/%3E%3Cpath d='M12.0404 12.7487H5.66536C5.24036 12.7487 4.95703 12.4654 4.95703 12.0404C4.95703 11.6154 5.24036 11.332 5.66536 11.332H11.332V5.66536C11.332 5.24036 11.6154 4.95703 12.0404 4.95703C12.4654 4.95703 12.7487 5.24036 12.7487 5.66536V12.0404C12.7487 12.4654 12.4654 12.7487 12.0404 12.7487Z' fill='%23B74747'/%3E%3C/svg%3E%0A")}.content-toggle-fancybox:hover{color:#B74747}.content-toggle-fancybox:hover::after{transform:rotate(-45deg);transition:0.3s;background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0417 12.75C11.8292 12.75 11.6875 12.6792 11.5458 12.5375L4.4625 5.45417C4.17917 5.17083 4.17917 4.74583 4.4625 4.4625C4.74583 4.17917 5.17083 4.17917 5.45417 4.4625L12.5375 11.5458C12.8208 11.8292 12.8208 12.2542 12.5375 12.5375C12.3958 12.6792 12.2542 12.75 12.0417 12.75Z' fill='%23B74747'/%3E%3Cpath d='M12.0404 12.7487H5.66536C5.24036 12.7487 4.95703 12.4654 4.95703 12.0404C4.95703 11.6154 5.24036 11.332 5.66536 11.332H11.332V5.66536C11.332 5.24036 11.6154 4.95703 12.0404 4.95703C12.4654 4.95703 12.7487 5.24036 12.7487 5.66536V12.0404C12.7487 12.4654 12.4654 12.7487 12.0404 12.7487Z' fill='%23B74747'/%3E%3C/svg%3E%0A")}.footer-sk.gray-box{background-color:#2D2927}@media (max-width:767px){.footer-sk.gray-box{padding-bottom:62px}}.footer-sk .footer-menu-wrap ul.footer-menu-1-col li a{color:#fff;font-weight:200}.footer-sk .footer__logo{margin-bottom:1rem}.footer-sk .footer-menu-wrap .footer-menu-title,.footer-sk .footer-copy,.footer__contacts,.footer__email a,.footer__phone a{color:#fff}.footer__contacts{font-weight:200;position:relative}.footer__contacts .link_regions{margin-top:1.5rem}.footer__contacts .link_regions a{font-weight:500;text-decoration:underline}.footer__hotline{display:none}.footer__email a,.footer__phone a{font-weight:200;text-decoration:none;display:flex;align-items:center}.footer__email a svg,.footer__phone a svg{margin-right:0.3rem}.footer__phone{font-size:0.9rem;padding-bottom:1rem}.footer__schedule,.footer__email{padding-bottom:1.5rem}.footer-sk .footer-copy,.footer-sk .footer-copy .footer-bottom-links{font-weight:300}.footer-sk .footer-dark{border-color:#616161}.footer-actions span{color:#fff;max-width:200px;text-decoration:none}.map-block.map-block-uslugi{display:flex;flex-wrap:wrap}.map-block{justify-content:space-between}.map-block.map-block-uslugi .map-block .map-block__wrap,.map-block.map-block-uslugi.map-block__wrap{position:static;width:100%;height:70%;padding-top:5rem;border:none;border-radius:none}@media (max-width:900px){.map-block.map-block-uslugi .map-block .map-block__wrap,.map-block.map-block-uslugi .map-block__wrap{height:30rem;padding-top:0}}@media (max-width:505px){.map-block.map-block-uslugi .map-block .map-block__wrap,.map-block.map-block-uslugi .map-block__wrap{bottom:0;height:20rem}}.map-block.map-block-uslugi > .container{margin:0 auto}.map-block.map-block-uslugi .map-block__info{width:100%}.map-block.map-block-uslugi{height:40rem;overflow:hidden;padding-bottom:0}@media (max-width:857px){.map-block.map-block-uslugi{height:fit-content;flex-wrap:nowrap}}.map-block.map-block-uslugi .map-block__cities{width:50%;margin-left:auto;margin-right:auto}@media (max-width:600px){.map-block.map-block-uslugi .map-block__cities{width:90%}.map-block.map-block-uslugi .map-block__cities ul{}}.service-elems{display:none}.page-class__contacts .map-block{border:none;padding:0;height:30rem}@media (max-width:900px){.page-class__contacts .map-block{height:fit-content}}.page-class__contacts .map-block__info{width:calc(50% - 20px);height:100%;border-radius:9px;border:1px solid #C8C8C8;background:#FFF;padding:27px 30px;display:flex;flex-direction:column;justify-content:space-between}.map-block__wrap{border-radius:9px;border:1px solid #AFAFAF;overflow:hidden}.rek{width:fit-content;position:relative;padding:0.7rem 0}.rek .reqwizites{position:absolute;opacity:0;top:-10000px;transition:all 1s ease-out}.rek .rek-btn,.rek input{width:100%}.rek input:hover{cursor:pointer;color:#B74747}.rek input:hover ~ .rek-btn{color:#B74747}.rek .rek-btn{display:flex;align-items:center;font-size:1rem;letter-spacing:0.8px;border-bottom:1px solid #000}.rek input:hover ~ .rek-btn::after{background:url(/local/templates/mskrit_new/img/arrow-red.svg);transform:rotate(90deg)}.rek input{position:absolute;top:0;left:0;height:100%;opacity:0}.rek input:checked ~ .reqwizites{opacity:1;z-index:10;top:25px}.map-block__info{text-align:left}.map-block__header{display:flex;justify-content:space-between;align-items:center}.main_email{padding:0 27px 0 0}.main_phone a,.main_email a{color:#000;font-family:Inter;text-align:center;font-size:1rem;font-weight:400;display:flex;align-items:center;padding:0.7rem 0}.main_phone a::before{content:'';background-image:url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_162_1529)'%3E%3Cpath d='M13.0003 9.04808C12.0949 8.37639 11.176 7.96952 10.2816 8.64019L9.74758 9.04554C9.35686 9.33978 8.63039 10.7146 5.8216 7.91219C3.01339 5.11332 4.68451 4.67754 5.07582 4.38583L5.61278 3.97998C6.50245 3.30778 6.1667 2.46158 5.52504 1.59051L5.13783 1.0629C4.49324 0.193869 3.79134 -0.376863 2.89933 0.294318L2.41736 0.659586C2.02312 0.908679 0.921134 1.71836 0.653825 3.25654C0.332119 5.10216 1.34696 7.21565 3.67201 9.53459C5.99415 11.8546 8.26773 13.0199 10.4214 12.9996C12.2113 12.9828 13.2922 12.1498 13.6303 11.8469L14.114 11.4812C15.0037 10.8105 14.4509 10.1276 13.5449 9.45444L13.0003 9.04808Z' fill='%232D2927'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_162_1529'%3E%3Crect width='14.9886' height='13' fill='white' transform='translate(0.0859375)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;display:block;width:15px;height:13px;margin-right:1rem}.main_email a::before{content:'';background-image:url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9425 1.38635L10.3968 5.30359L14.9425 9.22083C15.0247 9.07186 15.0745 8.90718 15.0745 8.73132V1.87585C15.0745 1.69997 15.0247 1.53532 14.9425 1.38635ZM13.7572 0.733276H1.40329C1.20051 0.733276 1.01066 0.776517 0.838909 0.847788L6.64883 5.8615C7.16254 6.30705 7.99792 6.30705 8.51163 5.8615L14.3216 0.847788C14.1498 0.776517 13.96 0.733276 13.7572 0.733276ZM0.217966 1.38635C0.135792 1.53532 0.0859375 1.69997 0.0859375 1.87585V8.73132C0.0859375 8.9072 0.135792 9.07189 0.217966 9.22083L4.76369 5.30359L0.217966 1.38635Z' fill='%232D2927'/%3E%3Cpath d='M9.7748 5.84167L9.13155 6.39958C8.27559 7.14198 6.8828 7.14198 6.02684 6.39958L5.38362 5.84167L0.837891 9.75891C1.00964 9.83019 1.19949 9.87343 1.40228 9.87343H13.7561C13.9589 9.87343 14.1488 9.83019 14.3205 9.75891L9.7748 5.84167Z' fill='%232D2927'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;display:block;width:15px;height:9.4px;margin-right:1rem}.main_address{color:#000;font-family:Inter;font-size:1rem;font-weight:400;padding:0.7rem 0}.main_grey{display:flex;align-items:center;padding:0.7rem 0;flex-wrap:wrap}.main_metro{font-family:Inter;font-size:1rem;font-weight:400;letter-spacing:0.8px;margin-right:26px}.main_timetable{font-family:Inter;font-size:16px;font-weight:400}.main_pays{display:flex;align-items:center}.main_pays svg{margin-right:20px}.map-block__footer{display:flex;align-items:center;flex-wrap:wrap}.main_socials__label{color:#000;font-family:Inter;font-size:18px}.main_socials__icons{display:flex;align-items:center}.main_socials__icons a{margin-left:30px}.main_socials__icons a:hover{cursor:pointer}.contacts__head{width:100%}.contacts__head .footer__phone{margin-top:34px}h2{font-weight:400}@media (max-width:1025px){.map-block__info,.map-block .map-block__wrap,.page-class__contacts .map-block .map-block__info{width:100%}.map-block{height:42rem}}@media (max-width:512px){.map-block__header{flex-wrap:wrap;margin-bottom:1rem}.main_phone,.main_email{margin:0.3rem 0}}.upper{text-transform:uppercase}.map-block__info .text-logo .big.upper{font-style:normal;font-size:1.85rem;font-family:'SaarSP';letter-spacing:2px;font-weight:normal}.site{font-family:'Caveat';font-size:1.25rem;letter-spacing:-1.32px}.map-block__title{font-size:1.25rem;padding:0.7rem 0}.contacts__head{text-align:left}.city-nav{margin-left:0;margin-right:0}.header-icons{display:flex;align-items:flex-start;justify-content:flex-start}.map-block.map-block-uslugi .map-block__wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}@media (min-width:901px){.map-block.map-block-uslugi .map-block__wrap{padding-top:0;margin-top:2rem}}.map-block__info h2{text-align:center}.prices-main-list{opacity:0;transition:all 200ms linear;-webkit-transition:all 200ms linear;-o-transition:all 200ms linear}.prices-main-wrap.new .prices-main-tab-wrap.swiper-slide.open .prices-main-list{opacity:1}.prices-main-wrap.new .prices-main-tab-wrap.swiper-slide{max-height:485px}@media (max-width:455px){.prices-main-wrap.new .prices-main-tab-wrap.swiper-slide{max-height:fit-content}}.prices-main-wrap.new .prices-main-tab-wrap.swiper-slide.open{max-height:unset}.prices-main-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-bottom:1px solid #C6C6C6;padding:0 0 1.8rem 0}.prices-main-header .prices-main-circles span{display:inline-block;width:12px;height:12px;border:1px solid #2D2927;border-radius:50%;margin:4px}.prices-main-tab-wrap:nth-child(1n+1) .prices-main-circles span:nth-child(-n+2){background:#2D2927}.prices-main-tab-wrap:nth-child(2) .prices-main-circles span:nth-child(-n+3){background:#2D2927}.prices-main-tab-wrap:nth-child(3) .prices-main-circles span:nth-child(-n+4){background:#2D2927}.service-landing .steps-block .steps-block__number{color:#B2B2B2;font-family:'Inter'}@media(max-width:500px){.prices-main-header .prices-main-circles span{margin:5px}}.steps-block__actions > a{margin:0.3rem}.page-class__contacts .map-block__info{width:calc(50% - 20px);height:100%;border-radius:9px;border:1px solid #C8C8C8;background:#FFF;padding:27px 30px;display:flex;flex-direction:column;justify-content:space-between}.map-block__wrap{border-radius:9px;border:1px solid #AFAFAF;overflow:hidden}.rek{width:fit-content;position:relative;padding:0.7rem 0}.rek .reqwizites{position:absolute;opacity:0;top:-10000px;transition:all 1s ease-out}.rek .rek-btn,.rek input{width:100%}.rek input:hover{cursor:pointer;color:#B74747}.rek input:hover ~ .rek-btn{color:#B74747}.rek .rek-btn{display:flex;align-items:center;font-size:1rem;letter-spacing:0.8px;border-bottom:1px solid #000}.rek .rek-btn::after{content:'';background:url(/local/templates/mskrit_new/img/arrow.svg);display:block;width:6px;height:9px;margin-left:11px;transition:all 0.3s ease-out}.rek input:hover ~ .rek-btn::after{background:url(/local/templates/mskrit_new/img/arrow-red.svg);transform:rotate(90deg)}.rek input{position:absolute;top:0;left:0;height:100%;opacity:0}.rek input:checked ~ .reqwizites{opacity:1;z-index:10;top:25px}@media (max-width:500px){.rek input:checked ~ .reqwizites{left:-45px;top:35px;width:100vw;padding:0.3rem}.rek input:checked ~ .reqwizites h2{margin:1rem 0}}.map-block__info{text-align:left}.map-block__header{display:flex;justify-content:space-between;align-items:center}@media (max-width:500px){.container .container{padding:0}jdiv{margin-bottom:60px !important}}.main_email{padding:0 27px 0 0}.main_phone a,.main_email a{color:#000;font-family:Inter;text-align:center;font-size:1rem;font-weight:400;display:flex;align-items:center;padding:0.7rem 0}.req-close{position:absolute;right:0;top:0;padding:20px}.req-close:hover{cursor:pointer}.btn-price-wrap{max-width:350px;margin:auto}.service-item-image-wrap img{max-width:100%;max-height:100%}.funeral-description a{white-space:nowrap;color:#B74747}.steps-block__actions{display:flex;flex-direction:column-reverse}a.phone,.ALPHA{white-space:nowrap}.white-header .main-nav-wrap{border:none}.white-header .main-nav-wrap .nav-list > li> a{padding:1.2rem 0;justify-content:flex-start;display:flex}@media (min-width:1171px){.white-header .main-nav-wrap{border:none;background:url(/local/templates/mskrit_new/img/main-banner-bg__new.jpg);background-size:cover}.white-header .main-nav-wrap .search-toggle,.white-header.fixed-header .main-nav-wrap .search-toggle,.white-header .main-nav-wrap .nav-list > li > a,.white-header.fixed-header .main-nav-wrap .nav-list > li > a{color:#fff}.white-header .main-nav-wrap .nav-list > li svg path,.white-header.fixed-header .main-nav-wrap .nav-list > li svg path,.white-header .main-nav-wrap .search-toggle svg path,.white-header.fixed-header .main-nav-wrap .search-toggle svg path{fill:#fff}.white-header .main-nav-wrap .nav-list > li a.root-parent.level-2 svg{margin:0.75rem}}@media (max-width:1171px){.groby svg{margin-right:10px}.venki svg{margin-right:19px}.kresty svg{margin-right:17px}.tekstil svg{margin-right:20px}.urny svg{margin-right:25px}.accessories svg{margin-right:15px}}.white-header .main-nav-wrap{border:none}@media (max-width:500px){.white-header .header-contacts,.white-header.fixed-header .header-contacts{border:none;background:url(/local/templates/mskrit_new/img/main-banner-bg__new.jpg)}.white-header .header-info .header-info__phone a,.white-header.fixed-header .header-info .header-info__phone a{color:#fff}.white-header .header-contacts svg path,.white-header.fixed-header .header-contacts svg path{fill:#fff}.white-header .header-contacts .menu-toggle > div,.white-header.fixed-header .header-contacts .menu-toggle > div{background:#fff}}@media (min-width:1700px){.swiper-button-next,.swiper-button-prev{display:none}}.top-banner-main.posobie .slider-info{padding-top:57px}.service-landing .swiper-nav .swiper-slide .content{display:flex;flex-direction:column;justify-content:center;height:100%}.service-landing .swiper-nav .swiper-slide .nav-title{margin-bottom:0.5rem}.swiper-slide h2,.swiper-slide h1{color:#fff;font-style:normal;font-weight:500 !important;font-size:1.75rem;margin-bottom:1rem;margin-top:0;margin-block-start:0.83em}.top-banner-main a.phone{color:#fff}.subdomain .about-box__left{flex-wrap:wrap;border-radius:7px;overflow:hidden}.subdomain .about-box__bottom img{position:absolute;right:0}.subdomain .about-box__left p{width:100%;border-radius:0}.subdomain .about-box__left p:not(p:last-child){padding-bottom:0}.subdomain-menu .item-selected[href="/uslugi/mesto-na-kladbishche/"]{display:none}table.content-table,table{background:white;border-radius:10px;margin-bottom:46px;box-shadow:none}table.content-table thead,table thead{background:#2D2927}table.content-table th,table.content-table th{border:none!important}table.content-table thead th,table thead th{font-size:1rem;color:white;border:none;border-right:1px solid #d9d9d9;background:#2D2927;position:relative;padding:20px 15px;padding-left:35px}table.content-table thead th::before,table thead th::before{content:'';position:absolute;display:block;width:8px;height:8px;left:0;top:calc(50% - 4px);border-radius:50%;background:#B74747}table.content-table thead th:first-child:before,table thead th:first-child:before{left:15px}table.content-table tbody td ul{padding:0}table.content-table tbody td,table tbody td{padding:20px 15px;font-size:1rem;font-weight:400}table.content-table tbody td.red,table tbody td.red{color:#B74747}table.content-table tbody td.medium,table tbody td.medium{font-weight:500}@media (max-width:500px){table.content-table,table{border:none;box-shadow:none}}table.content-table th:first-child,table th:first-child{}table.content-table:not(.table-mob) tr td:first-child,table:not(.table-mob) tr td:first-child{width:50%}@media (max-width:576px){table.content-table:not(.table-mob) tr td:first-child,table:not(.table-mob) tr td:first-child{width:100%;text-align:center;padding:15px}table.content-table thead th,table.content-table tbody td,table thead th,table tbody td{padding:15px}}table.content-table td{font-weight:400;border:1px solid #E6E6E8}table.content-table th{border:1px solid #E6E6E8}table.socialnye-pohorony-1 tbody tr td{text-align:center}table.socialnye-pohorony-1{margin:1rem auto 0 auto}table.table-desk{display:block}table.table-mob{display:none}table.table-mob tbody tr{display:flex}table.table-mob tr th{padding-left:1.8rem}table.table-mob tr td{width:70%;font-size:14px}@media (max-width:568px){table.table-desk{display:none}table.table-mob{display:block}table.table-mob thead{display:block}table.table-mob tbody{border:1px solid #E6E6E8;border-radius:0 0 10px 10px;overflow:hidden}table.table-mob td:first-child{border:none}}table.content-table.socialnye-pohorony-1 tr td:first-child,table tr td:first-child{width:100%}table.content-table.socialnye-pohorony-1.table-mob tr{display:block}.landing-prices__mobile{margin-bottom:50px;display:none}.prices-table__btn{background:#2D2927 url('/upload/images/arr_down.png') no-repeat right;background-origin:content-box;font-size:16px;line-height:28px;color:#FFFFFF;padding:12px 25px 12px 35px;cursor:pointer;border-radius:9px 9px 0 0}.prices-table__btn::before,.prices-table__val-head::before{content:'';position:absolute;display:block;width:8px;height:8px;left:15px;top:calc(50% - 4px);border-radius:50%;background:#B74747}.prices-table__head.active .prices-table__btn{background-image:url('/upload/images/arr_up.png')}.prices-table__head{position:relative}.prices-table__head.active{margin-bottom:3rem}.prices-table__categories{position:absolute;width:100%;display:none;border-radius:0 0 9px 9px;overflow:hidden;z-index:10;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 4px 4px 0 rgba(0,0,0,0.1);box-shadow:0 4px 4px 0 rgba(0,0,0,0.1)}.prices-table__head.active .prices-table__categories{display:block}.prices-table__categories .prices-table__category{background:#fff;font-size:16px;line-height:28px;color:#2D2927;padding:12px 25px;cursor:pointer;border-top:1px solid #CACACA}.prices-table__categories .prices-table__category:hover{cursor:pointer}.prices-table__body .prices-table__category{display:none;font-weight:400;font-size:15px;line-height:24px}.prices-table__body .prices-table__category.active{display:block}.prices-table__body .prices-table__category > div{padding:20px 25px;border:1px solid #C9C9C9;margin-bottom:1rem}.prices-table__body .prices-table__category > div.prices-table__val{padding:0;border-radius:9px;overflow:hidden}.prices-table__name{border:1px solid #C9C9C9;border-radius:0 0 9px 9px}.prices-table__val-head{background:#2D2927;color:#fff;padding:12px 25px 12px 35px;position:relative}.prices-table__val-val{text-align:center;padding:12px 25px}@media screen and (max-width:767px){.landing-prices table{display:none}.landing-prices__mobile{display:block}}table.content-table.socialnye-pohorony-2 td:nth-child(even){background:#EFEFEF}div.service-landing table.content-table.socialnye-pohorony-2.table-desk tr td,div.service-landing table.content-table.socialnye-pohorony-2.table-desk tr td:first-child{width:calc(100% / 3)}table.socialnye-pohorony-2{max-width:100%}div.service-landing table.content-table.socialnye-pohorony-2.table-mob tr{display:block}div.service-landing table.content-table.socialnye-pohorony-2.table-mob tr th:first-child,div.service-landing table.content-table.socialnye-pohorony-2.table-mob tr th{padding-left:35px;text-align:left}div.service-landing table.content-table.socialnye-pohorony-2.table-mob tr td,div.service-landing table.content-table.socialnye-pohorony-2.table-mob tr td:first-child{width:100%;text-align:left}.prices-main-tabs{max-height:485px;overflow:hidden}.prices-main-tabs.open{max-height:fit-content}div.service-landing table.content-table{border:1px solid #d9d9d9}table.content-table.plus{max-width:100%}table.content-table.plus thead th:nth-child(even):before{content:'-'}table.content-table.plus thead th:nth-child(odd):before{content:'+'}table.content-table.plus ul li{list-style-type:none;display:flex;padding-left:35px;position:relative;margin:1rem 0}table.content-table.plus.table-desk td:nth-child(2){background:#EFEFEF}table.content-table.plus.table-desk td ul li::before{content:'';position:absolute;left:10px;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' width='4' height='16' fill='%23EFEFEF'/%3E%3Crect y='10' width='4' height='16' transform='rotate(-90 0 10)' fill='%23EFEFEF'/%3E%3C/svg%3E%0A");;background-repeat:no-repeat}table.content-table.plus.table-desk td:last-of-type ul li::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='4' viewBox='0 0 16 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='4' width='4' height='16' transform='rotate(-90 0 4)' fill='white'/%3E%3C/svg%3E%0A");background-position:center}table.content-table.plus.table-desk td{align-content:baseline}table.content-table.plus.table-mob:nth-of-type(even) td{background:#EFEFEF}table.content-table.plus.table-mob td ul li::before{content:'';position:absolute;left:10px;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' width='4' height='16' fill='%23EFEFEF'/%3E%3Crect y='10' width='4' height='16' transform='rotate(-90 0 10)' fill='%23EFEFEF'/%3E%3C/svg%3E%0A");;background-repeat:no-repeat}table.content-table.plus.table-mob:nth-of-type(even) td ul li::before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='4' viewBox='0 0 16 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='4' width='4' height='16' transform='rotate(-90 0 4)' fill='white'/%3E%3C/svg%3E%0A");background-position:center}table.content-table.plus.table-mob:nth-of-type(even) thead th::before{content:'-'}table.content-table.plus.table-mob:nth-of-type(odd) thead th:before{content:'+'}table.content-table.plus thead th:before{background:none;width:fit-content;top:unset;color:#B74747}.main-page .map-block.map-block-uslugi{height:60rem}.main-page .map-block.map-block-uslugi .map-block__wrap{height:67%}.main-page .map-block__wrap > iframe{height:100%}@media (max-width:500px){.slider-image img{max-width:100vw}.prices-main-tab .prices-main-tab-wrap .prices-main-tab-title{font-size:21px}}.b24-form .b24-form-recaptcha{display:none}.b24-form .b24-form-loader-icon svg{opacity:0}.b24-form .b24-form-state.b24-form-success{background:#fff}.b24-form .b24-form-state-icon.b24-form-success-icon{display:none}.feedback-box .b24-form a,.feedback-box .b24-form span,.feedback-box .b24-form .b24-form-header-title,.feedback-box .b24-form .b24-form-control-agreement,.feedback-box .b24-form .b24-form-header-description{color:#fff}.b24-form-loader{background-color:rgb(229,233,235);height:0.25em;position:relative;width:100%;height:100%}.b24-form .b24-form-loader-icon{background-size:23em 0.25em;height:10px;position:relative;margin:auto;top:0;background-image:linear-gradient(to right,#435191,rgb(90,200,250),rgb(0,122,255),rgb(52,170,220),rgb(88,86,214),rgb(255,45,85));background-image:-o-linear-gradient(to right,#435191,rgb(90,200,250),rgb(0,122,255),rgb(52,170,220),rgb(88,86,214),rgb(255,45,85));background-image:-ms-linear-gradient(to right,#435191,rgb(90,200,250),rgb(0,122,255),rgb(52,170,220),rgb(88,86,214),rgb(255,45,85));background-image:-webkit-linear-gradient(to right,#435191,rgb(90,200,250),rgb(0,122,255),rgb(52,170,220),rgb(88,86,214),rgb(255,45,85));background-image:-moz-linear-gradient(to right,#435191,rgb(90,200,250),rgb(0,122,255),rgb(52,170,220),rgb(88,86,214),rgb(255,45,85));animation:cssload-width 3.45s cubic-bezier(0.45,0,1,1) infinite;-o-animation:cssload-width 3.45s cubic-bezier(0.45,0,1,1) infinite;-ms-animation:cssload-width 3.45s cubic-bezier(0.45,0,1,1) infinite;-webkit-animation:cssload-width 3.45s cubic-bezier(0.45,0,1,1) infinite;-moz-animation:cssload-width 3.45s cubic-bezier(0.45,0,1,1) infinite}@keyframes cssload-width{0%,100%{transition-timing-function:cubic-bezier(1,0,0.65,0.85)}0%{width:0}100%{width:100%}}@-o-keyframes cssload-width{0%,100%{-o-transition-timing-function:cubic-bezier(1,0,0.65,0.85)}0%{width:0}100%{width:100%}}@-ms-keyframes cssload-width{0%,100%{-ms-transition-timing-function:cubic-bezier(1,0,0.65,0.85)}0%{width:0}100%{width:100%}}@-webkit-keyframes cssload-width{0%,100%{-webkit-transition-timing-function:cubic-bezier(1,0,0.65,0.85)}0%{width:0}100%{width:100%}}@-moz-keyframes cssload-width{0%,100%{-moz-transition-timing-function:cubic-bezier(1,0,0.65,0.85)}0%{width:0}100%{width:100%}}
/* End */
/* /local/templates/mskrit_new/css/normalize.css?17104961376485 */
/* /local/templates/mskrit_new/css/all.css?171049613756262 */
/* /local/templates/mskrit_new/css/vip.css?172673827813667 */
/* /local/templates/mskrit_new/js/slick/slick.css?17104961371795 */
/* /local/templates/mskrit_new/js/slick/slick-theme.css?17104961372745 */
/* /local/templates/mskrit_new/js/magnificPopup/magnific-popup.css?17104961376951 */
/* /local/templates/mskrit_new/css/swiper.min.css?171049613716493 */
/* /local/templates/mskrit_new/css/fancybox.css?171049613715598 */
/* /local/templates/mskrit_new/css/custom.css?1745589686216144 */
/* /local/templates/mskrit_new/css/modal.css?17743694892578 */
/* /local/templates/mskrit_new/components/bitrix/search.title/header-search/style.min.css?17104961402203 */
/* /local/templates/mskrit_new/components/bitrix/menu/menu-main/style.min.css?17782380497302 */
/* /local/templates/mskrit_new/components/bitrix/menu/menu-main/lib/OverlayScrollbars.min.css?171049614019683 */
/* /local/templates/mskrit_new/components/bitrix/breadcrumb/.default/style.min.css?17146303002714 */
/* /local/templates/mskrit_new/components/bitrix/menu/footer.menu/style.min.css?1710496140263 */
/* /local/templates/mskrit_new/components/bitrix/sale.basket.basket.line/header-cart/style.min.css?171049614018266 */
/* /local/templates/mskrit_new/styles.min.css?17518820551672 */
/* /local/templates/mskrit_new/template_styles.min.css?175188205594129 */
