/*!
 Theme Name: Medservis
 Author: IST
 Author URI: http://istec.com.ua
 Description: istec.com.ua
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: mds
 Tags: http://istec.com.ua
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Medservis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
html {
  font-size: 1rem;
  font-size: 10px;
}
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.2rem;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
  font-size: 9.375px;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 0.75rem;
  font-size: 7.5px;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: 10px;
  border-radius: 0 0 4px 4px;
}

body.day .main-navigation ul ul {
  background-color: rgb(3 144 178 / 1);
}

body.night .main-navigation ul ul {
  background-color: rgb(62 86 99 / 1);
}

.main-navigation ul.menu ul.sub-menu li {
  text-align: left;
  width: 100%;
  min-width: max-content;
  font-size: 14px;
  line-height: 2.5;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-size: 8.75px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Grid
 --------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
/*--------------------------------------------------------------
 # Stuff code
 --------------------------------------------------------------*/
body.night {
  /* POPup's */
  /* POPup's END */
}
body.night {
  background: #23343e;
  color: #fff;
}
body.night h1, body.night .h1 {
  font-size: 36px;
  font-weight: 700;
  color: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
}
body.night .title-page {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
body.night .title-page_about {
  margin: 1.3rem 0;
}
body.night .page-title_decor {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
body.night .page-title_decor:after {
  content: '';
  width: 38px;
  height: 38px;
  background: url(assets/images/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, cover;
  position: absolute;
  top: calc(100% - (38px/2));
  left: calc(50% - (38px/2));
}
body.night .page-title_decor:before {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #585857 48.5%, transparent 48.5%, transparent 51.5%, #585857 51.5%);
  position: absolute;
  left: 0;
  bottom: 0;
}
body.night .s-title {
  font-size: 36px;
  font-weight: 700;
  color: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
}
body.night .s-title_white {
  color: #fff;
}
body.night .s-title_decor {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
body.night .s-title_decor:after {
  content: '';
  width: 38px;
  height: 38px;
  background: url(assets/images/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, cover;
  position: absolute;
  top: calc(100% - (38px/2));
  left: calc(50% - (38px/2));
}
body.night .s-title_decor:before {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #585857 48.5%, transparent 48.5%, transparent 51.5%, #585857 51.5%);
  position: absolute;
  left: 0;
  bottom: 0;
}
body.night .s-title_about {
  text-align: left;
}
body.night .s-title_call-us {
  text-align: left;
  margin-bottom: 0;
}
body.night button, body.night input[type="button"], body.night input[type="reset"], body.night input[type="submit"] {
  height: 44px;
  width: 100%;
  max-width: 172px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-color: transparent;
  border-radius: 22px;
  background: #ec407a;
  line-height: 44px;
  padding: 0 0 0 0;
  position: relative;
  box-shadow: 0px 15px 14px rgba(63, 71, 102, 0.22);
}
body.night button:hover, body.night input[type="button"]:hover, body.night input[type="reset"]:hover, body.night input[type="submit"]:hover {
  border-color: transparent;
  cursor: pointer;
  background: #cc2f64;
  color: #fff;
}
body.night button:active, body.night input[type="button"]:active, body.night input[type="reset"]:active, body.night input[type="submit"]:active {
  background: #cc2f64;
}
body.night input[type="text"], body.night input[type="tel"], body.night textarea {
  width: 100%;
  background: #23343e;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.53);
  border: unset;
  border-bottom: 1px solid #3e5663;
  border-radius: 0;
  padding: 1rem;
}
body.night .link-to-page, body.night .another-article__link a, .another-article__link body.night a {
  height: 44px;
  width: 100%;
  max-width: 172px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-color: transparent;
  border-radius: 22px;
  background: #ec407a;
  line-height: 44px;
  padding: 0 0 0 0;
  position: relative;
  box-shadow: 0px 15px 14px rgba(63, 71, 102, 0.22);
}
body.night .link-to-page:hover, body.night .another-article__link a:hover, .another-article__link body.night a:hover {
  border-color: transparent;
  cursor: pointer;
  background: #cc2f64;
  color: #fff;
}
body.night .link-to-page:active, body.night .another-article__link a:active, .another-article__link body.night a:active {
  background: #cc2f64;
}
body.night .link-to-page:visited, body.night .another-article__link a:visited, .another-article__link body.night a:visited {
  color: #fff;
}
body.night .link-to-page_ico {
  max-width: 362px;
}
body.night .link-to-page_ico {
  padding-right: 41px;
}
body.night .link-to-page_ico:after {
  width: 38px;
  height: 38px;
  content: url(assets/images/night/arrow.png);
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
}
body.night article.post {
  margin: 4.1rem auto;
}
body.night article.post .post-thumbnail img {
  margin: auto;
}
body.night article.post ul, body.night article.post ol {
  margin-left: 0;
}
body.night .another-article {
  background-color: #3e5663;
  background-position: right 12px bottom 13px;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 4.36% 44.85% 5.21% 4.84%;
  margin: 20px 0;
}
body.night .another-article__title {
  font-size: 24px;
  font-weight: 600;
  color: #f3f3f3;
  text-transform: uppercase;
  line-height: 1.5;
}
body.night .another-article__excerpt, body.night .another-article__link {
  margin-top: 21px;
}
body.night .another-article__link a {
  max-width: 127px;
  height: auto;
  font-size: 1.4rem;
  line-height: 3.6rem;
}
body.night .breadcrumbs {
  margin-top: 1%;
  font-size: 1.1rem;
}
body.night .site-header__branding {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(109deg) brightness(102%) contrast(182%);
}
body.night .site-header__top {
  padding: 9px 0 17px;
}
body.night .site-header__bottom {
  background: #3e5663;
}
body.night .site-header__bottom.sticky {
  width: 100%;
  position: fixed;
  top: 0%;
  left: 0;
  z-index: 10000;
  transition: top 0.5s linear;
}
body.night .site-header .widget {
  margin: 0;
}
body.night .site-header__phone a {
  font-size: 2rem;
  font-weight: 700;
  color: #ec407a;
  text-decoration: none;
}
body.night .site-header .language-switcher .switcher-list {
  display: flex;
  margin: 0;
}
body.night .site-header .language-switcher .switcher-list li {
  text-transform: uppercase;
  padding: 0 1.6rem;
}
body.night .site-header .language-switcher .switcher-list li:first-child {
  border-right: 1px solid #ccd2eb;
}
body.night .site-header .language-switcher .switcher-list li span {
  font-weight: 500;
  color: #989898;
  transition: all 0.25s ease-out;
}
body.night .site-header .language-switcher .switcher-list li span:hover {
  color: #ec407a;
}
body.night .site-header .language-switcher .switcher-list li.active span {
  font-weight: 700;
  color: #ec407a;
}
body.night .site-header .language-switcher .switcher-list li a {
  text-decoration: none;
}
body.night .site-footer {
  background: #1e2231;
  padding: 1.5rem 0 1.4rem;
}
body.night .site-footer__copyrights, body.night .site-footer__developed, body.night .site-footer__responsibility {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  color: #95979e;
  display: inline-block;
}
body.night .site-footer__responsibility {
  font-size: 1.8rem;
}
body.night .site-footer__developed a, body.night .site-footer__responsibility a {
  color: inherit;
}
body.night .site-footer__developed a:visited, body.night .site-footer__responsibility a:visited {
  color: #95979e;
}
body.night .site-footer__developed a:hover, body.night .site-footer__responsibility a:hover {
  color: #dde2f5;
}
body.night .site-footer__developed {
  font-size: 1.4rem;
}
body.night .main-navigation .menu {
  height: 55px;
  line-height: 5.5rem;
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
}
body.night .main-navigation .menu li {
  width: 100px;
  text-align: center;
}
body.night .main-navigation .menu li a {
  display: inline;
  text-transform: uppercase;
  color: white;
}
body.night .main-navigation .menu li a:hover {
  text-decoration: underline;
}
body.night .main-navigation .menu li.current-menu-item a {
  text-decoration: underline;
}
body.night .theme-switcher {
  margin: auto 0 auto auto;
}
body.night .theme-switcher__btn {
  width: 94px;
  height: 38px;
  background: rgba(52, 73, 85, 0.65);
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 9px 9px;
}
body.night .theme-switcher__btn img {
  width: 20px;
  height: 20px;
}
body.night .theme-switcher__btn span {
  width: 30px;
  height: 30px;
  display: block;
  background: #7d9aff;
  border-radius: 15px;
  position: absolute;
  left: 4px;
  top: 4px;
  transition: all 0.2s ease-out;
}
body.night .theme-switcher__btn.switch span {
  left: calc(100% - 4px - 30px);
}
body.night .theme-switcher__btn:hover {
  cursor: pointer;
}
body.night .s-services-main {
  background: url('assets/images/night/big_img_bl_1.png.webp'), url('assets/images/night/sm_img_bl_1.png.webp'), url('assets/images/night/pattern_bg.jpg.webp');
  background-position: left 4% center, right 8% bottom 20%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto;
  padding: 2.89% 0 2.68%;
}
body.night .service {
  width: 301px;
  height: 301px;
  border-radius: 50%;
  border: 1px solid #dde2f5;
  margin: auto auto 30px;
  padding: 22px;
  text-align: center;
}
body.night .service__inner {
  width: 257px;
  height: 257px;
  background: #3d5562;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 4px 14px #1e2231;
}
body.night .service__inner:hover {
  box-shadow: 0px 4px 34px #1e2231;
}
body.night .service__inner:after {
  width: 280px;
  height: 280px;
  content: '';
  display: block;
  border: 1px solid #dde2f5;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -12px;
}
body.night .service__img {
  padding-top: 14.5px;
}
body.night .service__img img {
  margin: auto;
}
body.night .service__text {
  margin-top: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex: auto;
}
body.night .service__name {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding: 0px 1em;
}
body.night .service__cost {
  font-size: 24px;
  font-weight: 700;
  color: #ec407a;
  margin: auto 0 16px 0;
}
body.night .service__cost span {
  font-size: 14px;
  font-weight: 700;
  color: #ec407a;
  text-transform: uppercase;
}
body.night .s-link-to-cost-page {
  background: linear-gradient(0deg, #23343e, #23343e);
  padding: 1.47% 0;
}
body.night .s-link-to-cost-page div.wr {
  border-radius: 90px;
}
body.night .s-link-to-cost-page .wrapper-1 {
  border: 1px solid #404f59;
  padding: 1.2rem 1.5rem;
  padding: 1.08% 1.35%;
}
body.night .s-link-to-cost-page .wrapper-2 {
  border: 1px solid #404f59;
  padding: 1.8rem 12.8rem;
  padding: 1.67% 11.89%;
}
body.night .s-link-to-cost-page .wrapper-3 {
  background: rgba(216, 218, 234, 0.16);
  padding: 1.6rem 11.3rem;
  padding: 1.95% 13.8%;
}
body.night .s-link-to-cost-page .wrapper-4 {
  background: rgba(216, 218, 234, 0.16);
  padding: 12px 0;
}
body.night .s-link-to-cost-page .link-to-page, body.night .s-link-to-cost-page .another-article__link a, .another-article__link body.night .s-link-to-cost-page a {
  margin: auto;
}
body.night .s-main-page-text {
  background: url(assets/images/night/bg_paral.jpg.webp);
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.89% 0 3.72%;
}
body.night .s-main-page-text__text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
body.night .s-main-page-text__text p:first-child {
  margin-top: 0;
}
body.night .s-about {
  background: url('assets/images/night/im_bl_4.png.webp'), url('assets/images/night/block-4_img.jpg.webp');
  background-repeat: no-repeat;
}
body.night .s-about_section {
  padding-top: 2.73%;
  padding-bottom: 7.95%;
  background-position: left 11% top 82%, left center;
}
body.night .s-about_page {
  padding: 4.83% 0 1.06%;
  background-position: left 11% top 71%, left center;
}
body.night .s-about__img {
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.25);
}
body.night .s-about__img img {
  width: 100%;
}
body.night .s-about .line {
  width: 100%;
  max-width: 62px;
  height: 4px;
  background: #7d9aff;
  margin-top: 9px;
}
body.night .s-about__excerpt {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.333;
}
body.night .s-about__excerpt p:first-child {
  margin-top: 0;
}
body.night .s-about__permalink {
  margin-top: 50px;
}
body.night .s-call-us {
  height: 380px;
  background: #2d424e url('assets/images/night/bl_5_img.png.webp');
  background-repeat: no-repeat;
  background-position: right center;
  padding: 3.2% 0 4.24%;
}
body.night .s-call-us__description {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
body.night .s-call-us__phones {
  margin: 2rem 0 0;
  padding: 0;
  list-style-type: none;
}
body.night .s-call-us__phone a {
  font-size: 36px;
  font-weight: 700;
  color: #ec407a;
  text-decoration: none;
}
body.night .s-news {
  background: url(assets/images/night/pattern_bg.jpg.webp);
  padding: 3.47% 0 1.26%;
}
body.night .s-news .pagination {
  text-align: center;
}
body.night .s-news .pagination .nav-links .page-numbers {
  width: 22px;
  height: 22px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: 2.2rem;
  margin: 0;
}
body.night .s-news .pagination .nav-links span {
  color: #fff;
  background: #425c6a;
  box-shadow: 0px 1px 5px rgba(63, 71, 102, 0.22);
  border-radius: 50%;
}
body.night .s-news .pagination .nav-links a {
  text-decoration: none;
  color: #7f8392;
}
body.night .s-news .pagination .nav-links a:hover {
  text-decoration: underline;
}
body.night .article-preview {
  height: calc(100% - 30px);
  text-decoration: none;
  background: #3e5663;
  margin-bottom: 3rem;
  box-shadow: 0px 4px 24px rgba(61, 85, 98, 0.38);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.2s ease;
}
body.night .article-preview:hover {
  box-shadow: 0px 4px 24px rgba(61, 85, 98, 0.25);
}
body.night .article-preview:hover .article-preview__more-link span {
  background-color: #ec407a;
}
body.night .article-preview__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
body.night .article-preview__link:visited {
  color: inherit;
}
body.night .article-preview__img img {
  width: 100%;
  height: 196px;
  margin: auto;
  object-fit: cover;
}
body.night .article-preview__text-block {
  min-height: 305px;
  padding: 1.4rem 2.8rem 4.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: auto;
}
body.night .article-preview__date {
  color: #ccd2eb;
}
body.night .article-preview__caption {
  margin: 0.5rem 0 1rem;
  font-size: 18px;
  font-weight: 700;
  color: #f3f3f3;
  line-height: 1.17em;
  text-decoration: none;
}
body.night .article-preview__excerpt {
  margin: auto 0 0 0;
}
body.night .article-preview__excerpt p {
  line-height: 1.125em;
  margin: 0;
}
body.night .article-preview__more-link span {
  width: 78px;
  height: 70px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  background: #517081 url(assets/images/arrow_right.png.webp);
  background-repeat: no-repeat;
  background-position: right 22% bottom 27%;
  position: absolute;
  right: 0;
  bottom: 0;
}
body.night .s-contacts {
  padding: 4.94% 0 4.3%;
}
body.night .s-contacts__img {
  width: 94%;
  margin: 0 0 0 auto;
}
body.night .s-contacts .block-caption {
  text-transform: uppercase;
  color: #f3f3f3;
}
body.night .phones-block__phones {
  list-style-type: none;
  line-height: 3.2rem;
  margin: 0;
  padding: 0;
}
body.night .phones-block__phone {
  margin: 0.4em 0;
  padding-left: 4.8rem;
  background-image: url(assets/images/night/phone.png.webp);
  background-repeat: no-repeat;
  background-position: left center;
}
body.night .phones-block__phone a {
  font-size: 20px;
  font-weight: 400;
  color: #f3f3f3;
  text-decoration: none;
}
body.night .write-us {
  margin-top: 4.8rem;
}
body.night .wpcf7-form input[type="submit"] {
  font-size: 1.4rem;
  display: inline-block;
}
body.night .wpcf7-form .submit-outer {
  margin-top: 20px;
}
body.night .wpcf7-form .form-control {
  margin-bottom: 5.5rem;
}
body.night .wpcf7-form div[role='alert'], body.night .wpcf7-form span[role='alert'], body.night .wpcf7-form span.ajax-loader {
  position: absolute;
  z-index: 1;
}
body.night .wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 11px;
  white-space: nowrap;
}
body.night .wpcf7-form span.ajax-loader {
  margin-top: 14px;
}
body.night .wpcf7-form div[role='alert'] {
  background: #23343e;
}
body.night .wpcf7-form div[role='alert']:after {
  content: 'x';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
body.night .page-404 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6b7cbc url(assets/images/img-2.svg);
  background-repeat: no-repeat;
  background-position: left 0% bottom 0%;
}
body.night .page-404 a {
  color: #ec407a;
}
body.night .page-404__text-container {
  width: 80vw;
  max-width: 847px;
  height: 80vw;
  max-height: 847px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f2f4f8;
  border-radius: 50%;
  text-align: center;
}
body.night .page-404__text-container p {
  margin: 0;
}
body.night .page-404__page-title {
  font-size: 144px;
  font-weight: 700;
  color: #ec407a;
  margin: 0;
}
body.night .page-404__not_found {
  font-size: 36px;
  font-weight: 500;
  color: #30488d;
  text-transform: uppercase;
  margin-bottom: 4%;
}
body.night .page-404__request {
  font-size: 24px;
  font-weight: 500;
  color: #30488d;
}
body.night .page-404__bg-img {
  position: absolute;
  bottom: 3.75%;
  right: 3.75%;
  z-index: 1;
}
body.night .s-prices {
  background: url('assets/images/night/big_img_bl_1.png.webp'), url('assets/images/night/sm_img_bl_1.png.webp'), url('assets/images/night/pattern_bg.jpg.webp');
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left 9% top 26%, right 14% bottom 26%, 0 0;
  padding: 3.83% 0 11.14%;
}
body.night .table {
  background: #3e5663;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
body.night .table__head {
  background: #364c58;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
body.night .table__head .table__cell {
  padding-top: 9px;
  padding-bottom: 9px;
}
body.night .table__row {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.375em;
  border-bottom: 1px solid #4d6776;
}
body.night .table__row:last-child {
  border: unset;
}
body.night .table__cell {
  padding: 1.6rem 0;
}
body.night .table__cell_l {
  padding-left: 4.4rem;
}
body.night .s-services {
  padding: 4.2% 0 2.52%;
}
body.night .service-item {
  display: flex;
  margin-bottom: 4rem;
}
body.night .service-item:last-child {
  margin-bottom: 0;
}
body.night .service-item__ico {
  max-width: 8%;
  flex: 0 0 8%;
  object-fit: cover;
}
body.night .service-item__text-block {
  max-width: 92%;
  flex: 0 0 92%;
  padding-left: 30px;
}
body.night .service-item__caption {
  font-size: 24px;
  font-weight: 700;
  color: #f3f3f3;
  line-height: 1em;
  margin: 18px 0;
  text-transform: uppercase;
  overflow: hidden;
}
body.night .service-item__caption:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ccd2eb;
  margin-right: -100%;
  border: solid #fff;
  border-width: 0 1em;
}
body.night .service-item__descr p:first-child {
  margin-top: 0;
}
body.night .service-item__descr p:last-child {
  margin-bottom: 0;
}
body.night .service-aside, body.night .contents-sidebar {
  position: sticky;
  top: 3%;
  margin-bottom: 46px;
}
body.night .service-anchors {
  list-style-type: none;
  background: #3e5663;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0px 0 10rem 0;
  border-left: 6px solid #7d9aff;
}
body.night .service-anchors li {
  padding-left: 2.4rem;
}
body.night .service-anchors li.active {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}
body.night .service-anchors li.active:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 3.2rem;
  background: #ec407a;
  position: absolute;
  right: 100%;
}
body.night .service-anchors li.active a {
  color: #ec407a;
}
body.night .service-anchors a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 2.1em;
  text-decoration: none;
}
body.night .service-anchors a:hover {
  color: #ec407a;
}
body.night .contents-sidebar {
  margin: 4.1rem 0;
}
body.night .contents-sidebar h6.contents-title {
  font-size: 18px;
  font-weight: 700;
  color: #f3f3f3;
  padding: 0.8rem 0 1.6rem 2.4rem;
  margin: 0;
}
body.night .contents-list {
  list-style-type: none;
  margin: 0;
  padding: 0px 0 10rem 0;
}
body.night .contents-list__wrapper {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  border-left: 6px solid #0390b2;
  background: #3e5663;
}
body.night .contents-list li {
  padding-left: 2.4rem;
  padding-right: 1rem;
}
body.night .contents-list li.active {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}
body.night .contents-list li.active:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 100%;
  background: #ec407a;
  position: absolute;
  right: 100%;
}
body.night .contents-list li.active a {
  color: #ec407a;
}
body.night .contents-list a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 2.1em;
  text-decoration: none;
}
body.night .contents-list a:hover {
  color: #ec407a;
}
body.night .mob-menu-button {
  display: none;
  align-items: center;
  padding: 0.5em 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
body.night .mob-menu-icon {
  width: 24px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
}
body.night .mob-menu-icon span {
  display: inline-block;
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.5s ease;
}
body.night .mob-menu-button.anim-rev span:nth-child(1) {
  animation-name: rotate-first-rev;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
body.night .mob-menu-button.anim-rev span:nth-child(2) {
  opacity: 1;
  transition: all 0.5s ease;
}
body.night .mob-menu-button.anim-rev span:nth-child(3) {
  animation-name: rotate-last-rev;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
body.night .mob-menu-button.anim span:nth-child(1) {
  animation-name: rotate-first;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
body.night .mob-menu-button.anim span:nth-child(2) {
  opacity: 0;
  transition: all 0.5s ease;
}
body.night .mob-menu-button.anim span:nth-child(3) {
  animation-name: rotate-last;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
body.night .popup-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
body.night .popup-container {
  width: 100%;
  max-width: 300px;
  min-height: 188px;
  border: 1px solid #3e5663;
  border-radius: 10px;
  background-color: #23343e;
  border-radius: 10px;
  padding-bottom: 15px;
  position: relative;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  display: none;
}
body.night .form-title {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 3em;
  color: #fff;
  text-align: center;
  background: #3e5663;
  border-radius: 7px 7px 0 0;
}
body.night .callback-container .submit-outer {
  text-align: center;
}
body.night .callback-container .form-inner {
  padding: 10px 10px 0 10px;
}
body.night .popup-container .close-popup {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  transition: color 0.2s ease;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
body.night .popup-container .close-popup:hover {
  color: #ec407a;
  cursor: pointer;
}
body.night .popup-container-title {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #3e5663;
  position: relative;
}
body.night .we-work {
  background-color: transparent;
}
body.night .we-work__item {
  background-color: #3d5562;
}
body.night .faq__item {
  border-bottom-color: #3d5562;
}
body.night .faq__item.open {
  background-color: #2d424e;
  border-bottom-color: transparent;
}
@media (max-width: 1440px) {
  body.night .s-about_section, body.night .s-about_page {
    background-position: left -5% top 82%, left -36% center;
  }
}
@media (max-width: 1199px) {
  body.night .s-about_section, body.night .s-about_page {
    background-position: left 9% top 86%, left -75% center;
    background-size: 15%, auto;
  }
  body.night .article-preview__text-block {
    min-height: 353px;
  }
}
@media (max-width: 1024px) {
  body.night .s-services-main {
    background-size: 0, 0, cover;
  }
  body.night .s-about_section, body.night .s-about_page {
    background-position: left 9% top 86%, left -152% center;
  }
  body.night .s-about_page {
    background-position: left 9% top 74%, left -152% center;
  }
}
@media (max-width: 991px) {
  body.night .s-about_section, body.night .s-about_page {
    background-size: 0;
  }
  body.night .s-about .line {
    margin: 5% 0;
  }
  body.night .article-preview__text-block {
    min-height: 330px;
  }
  body.night .site-footer__copyrights, body.night .site-footer__developed, body.night .site-footer__responsibility {
    margin: 0.2em 0;
  }
}
@media (max-width: 768px) {
  body.night .popup-container .wpcf7-form .submit-outer {
    margin-top: 20px;
  }
  body.night .wpcf7-form .submit-outer {
    margin-top: 0px;
  }
  body.night .wpcf7-form .form-control {
    margin-bottom: 3.5rem;
  }
  body.night .site-header__phone a {
    font-size: 1.6rem;
  }
  body.night .site-header .language-switcher .switcher-list li {
    font-size: 1.4rem;
    padding: 0 1rem;
  }
  body.night .site-header__bottom {
    padding: 0.5rem 0;
  }
  body.night .s-link-to-cost-page .wrapper-4 {
    padding: 0;
    background: transparent;
  }
  body.night .s-contacts__img {
    margin-top: 9%;
  }
}
@media (max-width: 767px) {
  body.night h1 {
    font-size: 24px;
    /* color: #23343e; */
  }
  .service-item__call-btn {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  body.night .s-services-main {
    padding-top: 0;
  }
  body.night .service {
    width: auto;
    height: auto;
    margin: 0;
    padding: 1px 0;
    border-radius: 0;
    border: none;
  }
  body.night .service__inner {
    width: auto;
    flex-direction: row;
    align-items: center;
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
  body.night .service__inner:after {
    display: none;
  }
  body.night .service__text {
    flex-direction: row;
    width: calc(100% - 70px);
    margin: 10px;
    justify-content: space-between;
  }
  body.night .service__name {
    padding: 0;
    font-size: 16px;
    text-align: left;
  }
  body.night .service__img {
    width: 50px;
    height: 50px;
    margin: 10px;
    padding: 0;
  }
  body.night .service__img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  body.night .service__cost {
    margin: 3px;
    font-size: 16px;
    white-space: nowrap;
  }
  body.night .service__cost span {
    text-transform: lowercase;
  }
  body.night .s-link-to-cost-page {
    padding: 10% 0;
  }
  body.night .link-to-page_ico {
    whitespace: nowrap;
    font-size: 14px;
  }
  body.night .s-call-us {
    height: auto;
    background: transparent;
  }
  body.night .s-title_call-us {
    text-align: center;
  }
  body.night .another-article {
    background-image: none !important;
    padding-right: 4.84%;
  }
  body.night .another-article__title {
    font-size: 1.8rem;
    text-align: center;
  }
  body.night .another-article__excerpt, body.night .another-article__link {
    text-align: justify;
  }
  body.night .another-article__link a {
    margin-left: auto;
    margin-right: auto;
  }
  body.night .s-news {
    padding: 5% 0;
  }
  body.night .article-preview__img img {
    width: 100%;
  }
  body.night .article-preview__text-block {
    min-height: auto;
  }
  body.night .site-header__branding {
    text-align: center;
    margin: 3% 0;
  }
  body.night .site-header__phone {
    margin: auto;
  }
  body.night .main-navigation .menu {
    display: none;
    margin-left: 0;
  }
  body.night .main-navigation .menu li {
    width: 100%;
    border-bottom: 1px solid #0083a3;
  }
  body.night .mob-menu-button {
    display: block;
  }
  body.night .site-footer__copyrights, body.night .site-footer__developed, body.night .site-footer__responsibility {
    width: 100%;
    text-align: center;
  }
  body.night .footer-logo {
    margin: 0 auto 5%;
  }
}
@media (max-width: 575px) {
  body.night .service-item__text-block {
    padding-left: 15px;
  }
  body.night .s-news {
    padding: 15% 0 8%;
  }
  body.night .table__head {
    font-size: 1.8rem;
  }
  body.night .table__cell_price {
    border-top: 1px solid #4d6776;
  }
  body.night .table__cell_r {
    padding-left: 3rem;
    padding-right: 1rem;
  }
  body.night .table__cell_l {
    padding-left: 1rem;
    font-weight: 700;
    padding-right: 1rem;
    background: rgba(54, 76, 88, 0.2);
  }
  body.night .s-link-to-cost-page {
    padding: 5% 0;
  }
  body.night .s-link-to-cost-page .wrapper-3, body.night .s-link-to-cost-page .wrapper-2, body.night .s-link-to-cost-page .wrapper-1 {
    padding: 0;
    background: transparent;
    border-color: transparent;
  }
  body.night .site-footer__copyrights, body.night .site-footer__developed, body.night .site-footer__responsibility {
    text-align: center;
    margin: 2% auto;
  }
}
@media (max-width: 425px) {
  body.night .site-header__phone a {
    font-size: 1.6rem;
  }
  body.night .site-header__phone a {
    font-size: 1.8rem;
  }
  body.night .page-title {
    font-size: 2.8rem;
  }
  body.night .s-call-us__phone a {
    font-size: 24px;
  }
  body.night .s-title {
    font-size: 2.4rem;
  }
  body.night .s-main-page-text ul {
    margin-left: 0;
  }
}
@media (max-width: 424px) {
}
@media (max-width: 360px) {
  body.night .s-main-page-text ul {
    margin-left: 0;
  }
}
@media (max-width: 359px) {
  body.night .s-call-us__phone {
    font-size: 2.4rem;
  }
  body.night .site-header__phone a {
    font-size: 1.4rem;
  }
}
body.night .to-top {
  width: 50px;
  height: 50px;
  background-color: #ec407a;
  border: 1px solid #ec407a;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 85px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
body.night .to-top:before {
  right: 10px;
  transform: rotate(-45deg) translateX(-14px);
}
body.night .to-top:after {
  left: 10px;
  transform: rotate(45deg) translateX(14px);
}
body.night .to-top:after, body.night .to-top:before {
  content: '';
  width: 20px;
  height: 5px;
  background-color: #23343e;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  transition: background-color 0.2s ease;
}
body.night .to-top:hover {
  background-color: transparent;
  cursor: pointer;
  border-color: #ec407a;
}
body.night .to-top:hover:after, body.night .to-top:hover:before {
  background-color: #ec407a;
}
body.night .to-top.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
body.night .notice {
  width: 100%;
  background: #3e5663;
  padding: 15px 0;
  border-top: 1px solid #fff;
  position: fixed;
  top: 100%;
  z-index: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-out;
}
body.night .notice.show {
  z-index: 100000;
  visibility: visible;
  opacity: 1;
}
body.night .notice__descr::after {
  content: '';
  display: table;
  clear: both;
}
body.night .notice__descr, body.night .notice__close {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
body.night .notice__close {
  float: right;
  font-weight: 400;
  padding: 0 6px;
}
body.night .notice__close:hover {
  cursor: pointer;
  text-shadow: black 1px 0px 1px;
}
/* COLORS */
.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
body {
  font-family: "Ubuntu", sans-serif;
  color: #52555f;
}
img {
  display: block;
}
h1, .h1 {
  font-size: 36px;
  font-weight: 700;
  color: #1e2231;
  text-align: center;
  text-transform: uppercase;
}
.post, .page {
  margin: 0;
}
.title-page {
  font-size: 18px;
  font-weight: 700;
  color: #52555f;
  text-transform: uppercase;
  text-align: left;
}
.title-page_about {
  margin: 1.3rem 0;
}
.page-title_decor {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
.page-title_decor:after {
  content: '';
  width: 38px;
  height: 38px;
  background: url(assets/images/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, cover;
  position: absolute;
  top: calc(100% - (38px/2));
  left: calc(50% - (38px/2));
}
.page-title_decor:before {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ccd2eb 48.5%, transparent 48.5%, transparent 51.5%, #ccd2eb 51.5%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.s-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e2231;
  text-align: center;
  text-transform: uppercase;
}
.s-title_white {
  color: #fff;
}
.s-title_decor {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
.s-title_decor:after {
  content: '';
  width: 38px;
  height: 38px;
  background: url(assets/images/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, cover;
  position: absolute;
  top: calc(100% - (38px/2));
  left: calc(50% - (38px/2));
}
.s-title_decor:before {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ccd2eb 48.5%, transparent 48.5%, transparent 51.5%, #ccd2eb 51.5%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.s-title_about {
  text-align: left;
}
.s-title_call-us {
  text-align: left;
  margin-bottom: 0;
}
.s-title_we-work {
  margin-bottom: 5.4%;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  height: 44px;
  width: 100%;
  max-width: 172px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-color: transparent;
  border-radius: 22px;
  background: #ff8181;
  line-height: 44px;
  padding: 0 0 0 0;
  position: relative;
  box-shadow: 0px 15px 14px rgba(63, 71, 102, 0.22);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: transparent;
  cursor: pointer;
  background: #eb7171;
  color: #fff;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  background: #df6c6c;
}
.btn_service-item {
  font-size: 1.4rem;
}
input[type="text"], input[type="tel"], textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #989898;
  border: unset;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  padding: 1rem;
}
input[type="text"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder {
  text-transform: uppercase;
}
.link-to-page, .another-article__link a {
  height: 44px;
  width: 100%;
  max-width: 172px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  border-color: transparent;
  border-radius: 22px;
  background: #ff8181;
  line-height: 44px;
  padding: 0 0 0 0;
  position: relative;
  box-shadow: 0px 15px 14px rgba(63, 71, 102, 0.22);
}
.link-to-page:hover, .another-article__link a:hover {
  border-color: transparent;
  cursor: pointer;
  background: #eb7171;
  color: #fff;
}
.link-to-page:active, .another-article__link a:active {
  background: #df6c6c;
}
.link-to-page:visited, .another-article__link a:visited {
  color: #fff;
}
.link-to-page_ico {
  max-width: 362px;
}
.link-to-page_ico {
  padding-right: 41px;
}
.link-to-page_ico:after {
  width: 38px;
  height: 38px;
  content: url(assets/images/arrow.png);
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
}
article.post {
  margin: 4.1rem auto;
}
article.post .post-thumbnail img {
  margin: auto;
}
article.post ul, article.post ol {
  margin-left: 0;
}
.another-article {
  background-color: #fff;
  background-position: right 12px bottom 13px;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 4.36% 44.85% 5.21% 4.84%;
  margin: 20px 0;
}
.another-article__title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 1.5;
}
.another-article__excerpt, body.night .another-article__link, .another-article__link {
  margin-top: 21px;
}
.another-article__link a {
  max-width: 127px;
  height: auto;
  font-size: 1.4rem;
  line-height: 3.6rem;
}
.breadcrumbs {
  margin-top: 1%;
  font-size: 1.1rem;
}
.site-header__top {
  padding: 9px 0 17px;
}
.site-header__bottom {
  background: #0390b2;
}
.site-header__bottom.sticky {
  width: 100%;
  position: fixed;
  top: 0%;
  left: 0;
  z-index: 10000;
  transition: top 0.5s linear;
}
.site-header .widget {
  margin: 0;
}
/*  */
.site-header__phone a {
  font-size: 2.25rem;
  font-weight: 700;
  color: #3b3b3b;
  text-decoration: none;
  letter-spacing: 0.043em;
}
.site-header__top .language-switcher {
  position: relative;
  top: -12%;
  left: 3%;
}
.site-header__callback {
  width: 100%;
}
.site-header__callback .callback-btn {
  margin: 0 0 0 auto;
  position: relative;
  left: 22%;
  border-radius: 13px;
  height: 44px;
  top: 2px;
  max-width: 192px;
  font-size: 15px;
  text-transform: none;
  line-height: 1;
  padding-bottom: 4px;
  padding-right: 2px;
}
.site-header__phone {
  margin: 0 17px 2px auto;
}
.callback_modal_wrapper {
  position: fixed;
  background-color: rgb( 0 0 0 / 50% );
  display: flex;
  align-items: center;
  inset: 0;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  z-index: -9999999999999999;
  transition: opacity 0.75s ease;
}
.callback_modal_wrapper.active {
  z-index: 9999999999999999999;
  opacity: 1;
}
.callback_modal_wrapper .callback_form_wrapper {
  backdrop-filter: blur(20px);
  padding: 20px 15px 35px;
  border-radius: 1.25rem;
  box-shadow: 0 0 18px 5px;
  max-width: calc( 100% - 15px );
  width: 450px;
  position: relative;
}
.callback_modal_wrapper .callback_form_wrapper .callback_form_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  color: #ff8184;
  transition: color 0.25s ease;
}
.callback_modal_wrapper .callback_form_wrapper .form-title {
  background: none;
  line-height: 1.4;
  margin: 0 0 1.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-transform: none;
}
.callback_modal_wrapper .callback_form_wrapper .callback_form_close:hover {
  color: #0090b0;
}
.callback_modal_wrapper .callback_form_wrapper .custom-input {
  padding: 18px;
  border-radius: 50px;
  background-color: #FFF;
  border: none;
  outline: none;
  margin-bottom: 16px;
  line-height: 1.175;
  display: block;
  width: 100%;
  transition: box-shadow 0.33333s ease-in-out;
}
.callback_modal_wrapper .callback_form_wrapper .custom-input:hover {
  box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 65%);
}
.callback_modal_wrapper .callback_form_wrapper .custom-input:focus {
  box-shadow: 0 0 3px 4px #0090b0;
}
.callback_modal_wrapper .callback_form_wrapper .wpcf7-form input[type="submit"] {
  max-width: 100%;
  width: 100%;
  border-radius: 50px;
  padding: 1.25rem;
  font-weight: 700;
  font-size: 24px;
  border: none;
  outline: none;
  cursor: pointer;
  height: auto;
}
.callback_modal_wrapper .callback_form_wrapper .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.callback_modal_wrapper .callback_form_wrapper .wpcf7-form span.wpcf7-not-valid-tip {
  padding: 2px 10px;
  margin: -16px 0 6px 0;
  animation: invalid_tol_tip 0.25s ease;
  color: red;
  font-size: 16px;
}
@keyframes invalid_tol_tip {
  0%{ opacity: 0; transform: translateY(-100% );}
  100% { opacity: 1; transform: translateY(0%);}
}
.callback_modal_wrapper .callback_form_wrapper .wpcf7-response-output {
  padding: 0.875rem 1rem;
  margin-top: 1rem;
  background-color: #FFF;
  border-radius: 0.5rem;
  animation: response_outer 5s ease-in-out forwards;
  position: absolute;
  max-width: 100%;
}
@keyframes response_outer {
  0% { opacity: 0; z-index: -9999; transform: translateY(-100%); }
  10% { opacity: 1; z-index: 9999; transform: translateY(0%); }
  90% { opacity: 1; z-index: 9999; transform: translateY(0%); }
  100% { opacity: 0; z-index: -9999; transform: translateY(-100%); }
}
@media screen and ( max-width : 991px ) {
  .site-header__phone a {
    font-size: 1.75rem;
  }
  .site-header__callback .callback-btn {
    left: 0;
    padding: 0 5px;
    margin: 0 auto;
  }
}
@media screen and ( max-width: 767px ) {
  .site-header__phone a {
    font-size: 1.75rem!important;
    margin-bottom: 1rem;
    display: block;
  }
}
/*  */
.site-header .language-switcher .switcher-list {
  display: flex;
  margin: 0;
}
.site-header .language-switcher .switcher-list li {
  text-transform: uppercase;
  padding: 0 1.6rem;
}
.site-header .language-switcher .switcher-list li:first-child {
  border-right: 1px solid #ccd2eb;
}
.site-header .language-switcher .switcher-list li span {
  font-weight: 500;
  color: #989898;
  transition: all 0.25s ease-out;
}
.site-header .language-switcher .switcher-list li span:hover {
  color: #0390b2;
}
.site-header .language-switcher .switcher-list li.active span {
  font-weight: 700;
  color: #0390b2;
}
.site-header .language-switcher .switcher-list li a {
  text-decoration: none;
}
.site-footer {
  background: #3e4a74;
  padding: 1.5rem 0 1.4rem;
}
.site-footer__copyrights, .site-footer__developed, .site-footer__responsibility {
  font-size: 16px;
  font-weight: 400;
  color: #52555f;
  color: #a4aabe;
  display: inline-block;
}
.site-footer__responsibility {
  font-size: 1.8rem;
}
.site-footer__developed a, .site-footer__responsibility a {
  color: inherit;
  font-size: 14px;
}
.site-footer__developed a:visited, .site-footer__responsibility a:visited {
  color: #a4aabe;
}
.site-footer__developed a:hover, .site-footer__responsibility a:hover {
  color: #dde2f5;
}
.site-footer__developed {
  font-size: 1.4rem;
}
.main-navigation .menu {
  height: 55px;
  line-height: 5.5rem;
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
}
.main-navigation .menu li {
  width: 100px;
  text-align: center;
}
.main-navigation .menu li a {
  display: inline;
  text-transform: uppercase;
  color: white;
}
.main-navigation .menu li a:hover {
  text-decoration: underline;
}
.main-navigation .menu li.current-menu-item a {
  text-decoration: underline;
}
.theme-switcher {
  margin: auto 0 auto auto;
}
.theme-switcher__btn {
  width: 94px;
  height: 38px;
  background: rgba(253, 253, 253, 0.65);
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 9px 9px;
}
.theme-switcher__btn img {
  width: 20px;
  height: 20px;
}
.theme-switcher__btn span {
  width: 30px;
  height: 30px;
  display: block;
  background: #0390b2;
  border-radius: 15px;
  position: absolute;
  left: 4px;
  top: 4px;
  transition: all 0.2s ease-out;
}
.theme-switcher__btn.switch span {
  left: calc(100% - 4px - 30px);
}
.theme-switcher__btn:hover {
  cursor: pointer;
}
.s-services-main {
  background: url(assets/images/big_img_bl_1.png.webp), url(assets/images/sm_img_bl_1.png.webp), url(assets/images/bg_bl_1.jpg.webp);
  background-position: left 4% center, right 8% bottom 20%, 0 0;
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
  padding: 2.89% 0 2.68%;
}
.s-services-main .col-lg-4:nth-child(1) .service.animated {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.s-services-main .col-lg-4:nth-child(2) .service.animated {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.s-services-main .col-lg-4:nth-child(3) .service.animated {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.s-services-main .col-lg-4:nth-child(4) .service.animated {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.s-services-main .col-lg-4:nth-child(5) .service.animated {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.s-services-main .col-lg-4:nth-child(6) .service.animated {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.s-services_page .kk-star-ratings {
  justify-content: flex-end;
}
.service {
  width: 301px;
  height: 301px;
  border-radius: 50%;
  border: 1px solid #dde2f5;
  margin: auto auto 30px;
  padding: 22px;
  text-align: center;
}
.service__inner {
  width: 257px;
  height: 257px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 4px 14px #dde2f5;
}
.service__inner:hover {
  box-shadow: 0px 4px 34px #dde2f5;
}
.service__inner:after {
  width: 280px;
  height: 280px;
  content: '';
  display: block;
  border: 1px solid #dde2f5;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -12px;
}
.service__img {
  padding-top: 14.5px;
}
.service__img img {
  margin: auto;
}
.service__text {
  margin-top: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.service__name {
  font-size: 20px;
  font-weight: 400;
  color: #52555f;
  padding: 0px 1em;
}
.service__cost {
  font-size: 24px;
  font-weight: 700;
  color: #ff8181;
  margin: auto 0 16px 0;
}
.service__cost span {
  font-size: 14px;
  font-weight: 700;
  color: #ff8181;
  text-transform: uppercase;
}
.s-link-to-cost-page {
  background: #e5e6ef;
  padding: 1.47% 0;
}
.s-link-to-cost-page div.wr {
  border-radius: 90px;
}
.s-link-to-cost-page .wrapper-1 {
  border: 1px solid #ccd2eb;
  padding: 1.2rem 1.5rem;
  padding: 1.08% 1.35%;
}
.s-link-to-cost-page .wrapper-2 {
  border: 1px solid #ccd2eb;
  padding: 1.8rem 12.8rem;
  padding: 1.67% 11.89%;
}
.s-link-to-cost-page .wrapper-3 {
  background: rgba(212, 214, 226, 0.27);
  padding: 1.6rem 11.3rem;
  padding: 1.95% 13.8%;
}
.s-link-to-cost-page .wrapper-4 {
  background: rgba(216, 218, 234, 0.56);
  padding: 12px 0;
}
.s-link-to-cost-page .link-to-page, .s-link-to-cost-page .another-article__link a, .another-article__link .s-link-to-cost-page a {
  margin: auto;
}
.s-main-page-text {
  background: url(assets/images/bg_paral-1.jpg.webp);
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.89% 0 3.72%;
}
.s-main-page-text__text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.s-main-page-text__text p:first-child {
  margin-top: 0;
}
.s-about {
  background: url(assets/images/im_bl_4.png.webp), url(assets/images/bg_4_bl.jpg.webp);
  background-repeat: no-repeat;
}
.s-about_section {
  padding-top: 2.73%;
  padding-bottom: 7.95%;
  background-position: left 11% top 82%, left center;
}
.s-about_page {
  padding: 4.83% 0 1.06%;
  background-position: left 11% top 71%, left center;
}
.s-about__img {
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.25);
}
.s-about__img img {
  width: 100%;
}
.s-about .line {
  width: 100%;
  max-width: 62px;
  height: 4px;
  background: #0390b2;
  margin-top: 9px;
}
.s-about__excerpt {
  font-size: 18px;
  font-weight: 400;
  color: #52555f;
  line-height: 1.333;
}
.s-about__excerpt p:first-child {
  margin-top: 0;
}
.s-about__permalink {
  margin-top: 50px;
}
.s-call-us {
  height: 380px;
  background: #edf0f9 url(assets/images/bl_5_img.png.webp);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 3.2% 0 4.24%;
}
.s-call-us__description {
  font-size: 18px;
  font-weight: 400;
  color: #52555f;
}
.s-call-us__phones {
  margin: 2rem 0 0;
  padding: 0;
  list-style-type: none;
}
.s-call-us__phone a {
  font-size: 36px;
  font-weight: 700;
  color: #ff8181;
  text-decoration: none;
}
.s-news {
  background: url(assets/images/pattern_bl_4_bg.jpg.webp);
  padding: 3.47% 0 1.26%;
}
.s-news .pagination {
  text-align: center;
}
.s-news .pagination .nav-links .page-numbers {
  width: 22px;
  height: 22px;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: 2.2rem;
  margin: 0;
}
.s-news .pagination .nav-links span {
  color: #595c61;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(63, 71, 102, 0.22);
  border-radius: 50%;
}
.s-news .pagination .nav-links a {
  text-decoration: none;
  color: #7f8392;
}
.s-news .pagination .nav-links a:hover {
  text-decoration: underline;
}
.article-preview {
  height: calc(100% - 30px);
  text-decoration: none;
  background: #fff;
  margin-bottom: 3rem;
  box-shadow: 0px 4px 24px rgba(61, 85, 98, 0.38);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.2s ease;
}
.article-preview:hover {
  box-shadow: 0px 4px 34px rgba(61, 85, 98, 0.38);
}
.article-preview:hover .article-preview__more-link span {
  background-color: #fb6363;
}
.article-preview__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.article-preview__link:visited {
  color: inherit;
}
.article-preview__img img {
  width: 100%;
  height: 196px;
  margin: auto;
  object-fit: cover;
}
.article-preview__text-block {
  min-height: 305px;
  padding: 1.4rem 2.8rem 4.2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: auto;
}
.article-preview__date {
  color: #989898;
}
.article-preview__caption {
  margin: 0.5rem 0 1rem;
  font-size: 18px;
  font-weight: 700;
  color: #1e2231;
  line-height: 1.17em;
  text-decoration: none;
}
.article-preview__excerpt {
  margin: auto 0 0 0;
}
.article-preview__excerpt p {
  line-height: 1.125em;
  margin: 0;
}
.article-preview__more-link span {
  width: 78px;
  height: 70px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  background: #ff8181 url(assets/images/arrow_right.png.webp);
  background-repeat: no-repeat;
  background-position: right 22% bottom 27%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.post-block-info {
  margin-bottom: 2%;
}
.post-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex: 3 3 20%;
}
.post-author__avatar {
  font-size: 0;
}
.post-author__avatar img {
  max-width: 96px;
  border-radius: 50%;
  border: 2px solid #fdba29;
}
.post-author__descr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1rem;
}
.post-author__descr p {
  margin: 0;
  font-weight: 700;
}
.post__date {
  font-weight: 700;
}
.rmp-main {
  min-height: 70px;
  position: relative;
}
#descriptive-rating {
  position: absolute;
  left: 136px;
  top: -15px;
}
.s-contacts {
  padding: 4.94% 0 4.3%;
}
.s-contacts__img {
  width: 94%;
  margin: 0 0 0 auto;
}
.s-contacts .block-caption {
  text-transform: uppercase;
  color: #1e2231;
}
.phones-block__phones {
  list-style-type: none;
  line-height: 3.2rem;
  margin: 0;
  padding: 0;
}
.phones-block__phone {
  margin: 0.4em 0;
  padding-left: 4.8rem;
  background-image: url(assets/images/phone.png.webp);
  background-repeat: no-repeat;
  background-position: left center;
}
.phones-block__phone a {
  font-size: 20px;
  font-weight: 400;
  color: #1e2231;
  text-decoration: none;
}
.write-us {
  margin-top: 4.8rem;
}
.wpcf7-form input[type="submit"] {
  font-size: 1.4rem;
  display: inline-block;
}
.wpcf7-form .submit-outer {
  margin-top: 20px;
}
.wpcf7-form .form-control {
  margin-bottom: 5.5rem;
}
.wpcf7-form div[role='alert'], .wpcf7-form span[role='alert'], .wpcf7-form span.ajax-loader {
  position: absolute;
  z-index: 1;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 11px;
  white-space: nowrap;
}
.wpcf7-form span.ajax-loader {
  margin-top: 14px;
}
.wpcf7-form div[role='alert'] {
  background: #fff;
}
.wpcf7-form div[role='alert']:after {
  content: 'x';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.page-404 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6b7cbc url(assets/images/img-2.svg);
  background-repeat: no-repeat;
  background-position: left 0% bottom 0%;
}
.page-404 a {
  color: #ff8181;
}
.page-404__text-container {
  width: 80vw;
  max-width: 847px;
  height: 80vw;
  max-height: 847px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f2f4f8;
  border-radius: 50%;
  text-align: center;
}
.page-404__text-container p {
  margin: 0;
}
.page-404__page-title {
  font-size: 144px;
  font-weight: 700;
  color: #ff8181;
  margin: 0;
}
.page-404__not_found {
  font-size: 36px;
  font-weight: 500;
  color: #30488d;
  text-transform: uppercase;
  margin-bottom: 4%;
}
.page-404__request {
  font-size: 24px;
  font-weight: 500;
  color: #30488d;
}
.page-404__bg-img {
  position: absolute;
  bottom: 3.75%;
  right: 3.75%;
  z-index: 1;
}
.s-prices {
  background: url('assets/images/big_img_ bl_1.png.webp'), url('assets/images/sm_img_ bl_1.png.webp'), url('assets/images/pattern_bg_1.jpg.webp');
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left 9% top 26%, right 14% bottom 26%, 0 0;
  padding: 3.83% 0 11.14%;
}
.table {
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.table__head {
  background: #828eb9;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.table__head .table__cell {
  padding-top: 9px;
  padding-bottom: 9px;
}
.table__row {
  font-size: 16px;
  font-weight: 400;
  color: #3d5562;
  line-height: 1.375em;
  border-bottom: 1px solid #e5e6ef;
}
.table__row:last-child {
  border: unset;
}
.table__cell {
  padding: 1.6rem 0;
}
.table__cell_l {
  padding-left: 4.4rem;
}
.s-services {
  padding: 4.2% 0 2.52%;
}
.service-item {
  display: flex;
  margin-bottom: 4rem;
}
.service-item:last-child {
  margin-bottom: 0;
}
.service-item__ico {
  max-width: 8%;
  flex: 0 0 8%;
  object-fit: cover;
}
.service-item__text-block {
  max-width: 92%;
  flex: 0 0 92%;
  padding-left: 30px;
}
.service-item__caption {
  font-size: 24px;
  font-weight: 700;
  color: #1e2231;
  line-height: 1em;
  margin: 18px 0;
  text-transform: uppercase;
  overflow: hidden;
}
.service-item__caption:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ccd2eb;
  margin-right: -100%;
  border: solid #fff;
  border-width: 0 1em;
}
.service-item__descr p:first-child {
  margin-top: 0;
}
.service-item__descr p:last-child {
  margin-bottom: 0;
}
.service-aside, body.night .contents-sidebar, .contents-sidebar {
  position: sticky;
  top: 70px;
  margin-bottom: 46px;
}
.service-anchors {
  list-style-type: none;
  background: #fff;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0px 0 10rem 0;
  border-left: 6px solid #0390b2;
}
.service-anchors li {
  padding-left: 2.4rem;
}
.service-anchors li.active {
  position: relative;
}
.service-anchors li.active:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 3.2rem;
  background: #ff8181;
  position: absolute;
  right: 100%;
}
.service-anchors li.active a {
  color: #fb6363;
}
.service-anchors a {
  font-size: 15px;
  font-weight: 400;
  color: #52555f;
  line-height: 2.1em;
  text-decoration: none;
}
.service-anchors a:hover {
  color: #fb6363;
}
.contents-sidebar {
  margin: 4.1rem 0;
}
.contents-sidebar h6.contents-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e2231;
  padding: 0.8rem 0 1.6rem 2.4rem;
  margin: 0;
}
.contents-list {
  list-style-type: none;
  margin: 0;
  padding: 0px 0.5rem 10rem 0;
}
.contents-list__wrapper {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  border-left: 6px solid #0390b2;
  background: #fff;
}
.contents-list li {
  padding-left: 2.4rem;
}
.contents-list li.active {
  position: relative;
}
.contents-list li.active:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 100%;
  background: #ff8181;
  position: absolute;
  right: 100%;
}
.contents-list li.active a {
  color: #fb6363;
}
.contents-list a {
  font-size: 15px;
  font-weight: 400;
  color: #52555f;
  line-height: 2.1em;
  text-decoration: none;
}
.contents-list a:hover {
  color: #fb6363;
}
.mob-menu-button {
  display: none;
  align-items: center;
  padding: 0.5em 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.mob-menu-button:after {
  content: 'Меню';
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: 0;
  left: 51px;
  font-weight: 500;
  color: #fff;
  line-height: 38px;
}
.mob-menu-icon {
  width: 24px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
}
.mob-menu-icon span {
  display: inline-block;
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.5s ease;
}
.mob-menu-button.anim-rev span:nth-child(1) {
  animation-name: rotate-first-rev;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.mob-menu-button.anim-rev span:nth-child(2) {
  opacity: 1;
  transition: all 0.5s ease;
}
.mob-menu-button.anim-rev span:nth-child(3) {
  animation-name: rotate-last-rev;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.mob-menu-button.anim span:nth-child(1) {
  animation-name: rotate-first;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.mob-menu-button.anim span:nth-child(2) {
  opacity: 0;
  transition: all 0.5s ease;
}
.mob-menu-button.anim span:nth-child(3) {
  animation-name: rotate-last;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes rotate-first {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes rotate-last {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes rotate-first-rev {
  from {
    transform: translateY(8px) rotate(45deg);
  }
  to {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes rotate-last-rev {
  from {
    transform: translateY(-8px) rotate(-45deg);
  }
  to {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
/* POPup's */
.popup-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.popup-container {
  width: 100%;
  max-width: 300px;
  min-height: 188px;
  border: 1px solid #0390b2;
  border-radius: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 15px;
  position: relative;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  display: none;
}
.form-title {
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 3em;
  color: #fff;
  text-align: center;
  background: #0390b2;
  border-radius: 7px 7px 0 0;
}
.callback-container .submit-outer {
  text-align: center;
}
.callback-container .form-inner {
  padding: 10px 10px 0 10px;
}
.popup-container .close-popup {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  transition: color 0.2s ease;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.popup-container .close-popup:hover {
  color: #ff8181;
  cursor: pointer;
}
.popup-container-title {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #0390b2;
  position: relative;
}
/* POPup's END */
.we-work {
  background-color: #e0f7fd;
  padding-top: 3.15%;
  padding-bottom: 5.25%;
}
.we-work__item {
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 30px;
}
.we-work__img {
  margin-bottom: 40px;
}
.we-work__img img {
  margin: auto;
}
.faq {
  padding-top: 3.15%;
  padding-bottom: 5.25%;
}
.faq__item {
  padding: 26px 10px 26px 48px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-image: url(assets/images/review-open.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 10px top 26px;
  cursor: pointer;
}
.faq__item.open {
  background-color: #fffae5;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom-color: transparent;
  background-image: url(assets/images/review-close.svg);
  background-position: left 10px top 24px;
}
.faq__item.open .faq__answr {
  display: block;
}
.faq__quest {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.faq__answr {
  display: none;
  font-size: 15px;
  font-weight: 400;
  margin-top: 1em;
}
.faq__answr p {
  margin: 0;
}
@media (min-width: 768px) {
  .faq__item {
    background-size: auto;
  }
  .faq__quest {
    font-size: 18px;
    line-height: 28px;
  }
  .faq__answr {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .faq__item {
    padding: 22px 30px 22px 90px;
    background-position: left 30px top 22px;
  }
  .faq__item.open {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: left 30px top 50px;
  }
  .faq__quest {
    font-size: 22px;
    line-height: 28px;
  }
  .faq__answr {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .s-about_section, .s-about_page {
    background-position: left -5% top 82%, left -36% center;
  }
}
@media (max-width: 1199px) {
  .s-about_section, .s-about_page {
    background-position: left 9% top 86%, left -75% center;
    background-size: 15%, auto;
  }
  .article-preview__text-block {
    min-height: 353px;
  }
}
@media (max-width: 1024px) {
  .s-services-main {
    background-size: 0, 0, cover;
  }
  .s-about_section, .s-about_page {
    background-position: left 9% top 86%, left -152% center;
  }
  .s-about_page {
    background-position: left 9% top 74%, left -152% center;
  }
}
@media (max-width: 991px) {
  .s-about_section, .s-about_page {
    background-size: 0;
  }
  .s-about .line {
    margin: 5% 0;
  }
  .article-preview__text-block {
    min-height: 330px;
  }
  .site-footer__copyrights, .site-footer__developed, .site-footer__responsibility {
    margin: 0.2em 0;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  .popup-container .wpcf7-form .submit-outer {
    margin-top: 20px;
  }
  .wpcf7-form .submit-outer {
    margin-top: 0px;
  }
  .wpcf7-form .form-control {
    margin-bottom: 3.5rem;
  }
  .site-header__phone a {
    font-size: 1.6rem;
  }
  .site-header .language-switcher .switcher-list li {
    font-size: 1.4rem;
    padding: 0 1rem;
  }
  .site-header .language-switcher .switcher-list li.active span {
    color: #fff;
  }
  .site-header .language-switcher .switcher-list li span {
    color: rgba(255, 255, 255, 0.6);
  }
  .site-header__bottom {
    padding: 0.5rem 0;
  }
  .s-link-to-cost-page .wrapper-4 {
    padding: 0;
    background: transparent;
  }
  .s-contacts__img {
    margin-top: 9%;
  }
}
@media (max-width: 767px) {
  .another-article {
    background-image: none !important;
    padding-right: 4.84%;
  }
  .another-article__title {
    font-size: 1.8rem;
    text-align: center;
  }
  .another-article__excerpt, body.night .another-article__link, .another-article__link {
    text-align: justify;
  }
  .another-article__link a {
    margin-left: auto;
    margin-right: auto;
  }
  .s-services-main {
    padding-top: 0;
  }
  /* .s-services__hero {
    min-height: calc(100vh - 208px);
    background: url(assets/images/img_bg.jpg) no-repeat;
    background-size: cover;
  } */
  h1.page-title {
    font-size: 32px;
    letter-spacing: 0.04em;
    color: #3c57b7;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
  }
  .s-services-main p {
    margin: 0 0 1em;
    padding: 0 1em;
  }
  .page-title.page-title_decor:before, .page-title.page-title_decor:after {
    display: none;
  }
  .page-title .page-subtitle {
    display: inline-block;
    width: 100%;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: initial;
  }
  .s-news {
    padding: 5% 0;
  }
  .article-preview__img img {
    width: 100%;
  }
  .article-preview__text-block {
    min-height: auto;
  }
  .site-header__branding {
    text-align: center;
    margin: 3% 0;
  }
  .site-header__phone {
    margin: auto;
  }
  .main-navigation .menu {
    display: none;
    margin-left: 0;
  }
  .main-navigation .menu li {
    width: 100%;
    border-bottom: 1px solid #0083a3;
  }
  .mob-menu-button {
    display: block;
  }
  .s-services-main {
    padding-bottom: 2.2em;
    background: #f5f7fa;
  }
  .s-services-main .s-title_decor:after {
    background-color: #f5f7fa;
  }
  .service {
    width: auto;
    height: auto;
    margin: 0;
    padding: 1px 0;
    border-radius: 0;
    border: none;
  }
  .service__inner {
    width: auto;
    flex-direction: row;
    align-items: center;
    height: auto;
    border-radius: 0;
    box-shadow: 0px 4px 4px #e5e8ec;
  }
  .service__inner:after {
    display: none;
  }
  .service__text {
    flex-direction: row;
    width: calc(100% - 70px);
    margin: 10px;
    justify-content: space-between;
  }
  .service__name {
    padding: 0;
    font-size: 16px;
    text-align: left;
  }
  .service__img {
    width: 50px;
    height: 50px;
    margin: 10px;
    padding: 0;
  }
  .service__img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .service__cost {
    margin: 3px;
    font-size: 16px;
    white-space: nowrap;
  }
  .service__cost span {
    text-transform: lowercase;
  }
  .s-link-to-cost-page {
    padding: 10% 0;
  }
  .link-to-page_ico {
    whitespace: nowrap;
    font-size: 14px;
  }
  .s-main-page-text {
    background: #6576b5;
  }
  .s-main-page-text .s-title_decor:after {
    background-color: #6576b5;
  }
  .s-main-page-text__text {
    font-size: 16px;
  }
  .s-title_about {
    text-align: center;
  }
  .s-about__excerpt {
    font-size: 16px;
  }
  .s-about__permalink a {
    margin: auto;
  }
  .s-call-us {
    height: auto;
    background: #edf0f9;
  }
  .site-footer__copyrights, .site-footer__developed, .site-footer__responsibility {
    width: 100%;
    text-align: center;
  }
  .footer-logo {
    margin: 0 auto 5%;
  }
}
@media (max-width: 575px) {
  .service-item__text-block {
    padding-left: 15px;
  }
  .s-news {
    padding: 15% 0 8%;
  }
  .table__head {
    font-size: 1.8rem;
  }
  .table__cell_price {
    border-top: 1px solid #e5e6ef;
  }
  .table__cell_r {
    padding-left: 3rem;
    padding-right: 1rem;
  }
  .table__cell_l {
    padding-left: 1rem;
    font-weight: 700;
    padding-right: 1rem;
    background: rgba(130, 142, 185, 0.2);
  }
  .s-link-to-cost-page .wrapper-3, .s-link-to-cost-page .wrapper-2, .s-link-to-cost-page .wrapper-1 {
    padding: 0;
    background: transparent;
    border-color: transparent;
  }
  .site-footer__copyrights, .site-footer__developed, .site-footer__responsibility {
    text-align: center;
    margin: 2% auto;
  }
}
@media (max-width: 425px) {
  .site-header__phone a {
    font-size: 1.6rem;
  }
  .page-title {
    font-size: 2.8rem;
  }
  .s-call-us__phone a {
    font-size: 24px;
  }
  .s-title {
    font-size: 2.4rem;
    text-align: center;
  }
  .s-main-page-text ul {
    margin-left: 0;
  }
  .s-call-us__description {
    text-align: center;
  }
  .s-call-us__phone {
    text-align: center;
  }
}
@media (max-width: 424px) {
}
@media (max-width: 359px) {
  .s-call-us__phone {
    font-size: 2.4rem;
    text-align: center;
  }
  .site-header__phone a {
    font-size: 1.4rem;
  }
}
.to-top {
  width: 50px;
  height: 50px;
  background-color: #ff8181;
  border: 1px solid #ff8181;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 85px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.to-top:before {
  right: 10px;
  transform: rotate(-45deg) translateX(-14px);
}
.to-top:after {
  left: 10px;
  transform: rotate(45deg) translateX(14px);
}
.to-top:after, .to-top:before {
  content: '';
  width: 20px;
  height: 5px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  transition: background-color 0.2s ease;
}
.to-top:hover {
  background-color: transparent;
  cursor: pointer;
  border-color: #ff8181;
}
.to-top:hover:after, .to-top:hover:before {
  background-color: #ff8181;
}
.to-top.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
.notice {
  width: 100%;
  background: #0390b2;
  padding: 15px 0;
  border-top: 1px solid #fff;
  position: fixed;
  top: 100%;
  z-index: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-out;
}
.notice.show {
  z-index: 100000;
  visibility: visible;
  opacity: 1;
}
.notice__descr::after {
  content: '';
  display: table;
  clear: both;
}
.notice__descr, .notice__close {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.notice__close {
  float: right;
  font-weight: 400;
  padding: 0 6px;
}
.notice__close:hover {
  cursor: pointer;
  text-shadow: black 1px 0px 1px;
}
.price-alarm {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}