

/* Start:/local/modules/mango.messages/css/widget.css?17379740477263*/
@font-face {
    font-family: 'Roboto';
    src: url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/regular/Roboto-Regular.woff') format('woff'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/regular/Roboto-Regular.ttf') format('truetype'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/regular/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/light/Roboto-Light.woff2') format('woff2'),
    url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/light/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/italic/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/italic/Roboto-Italic.woff') format('woff'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/italic/Roboto-Italic.ttf') format('truetype'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/italic/Roboto-Italic.svg#Roboto-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/medium/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/medium/Roboto-Medium.woff') format('woff'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/medium/Roboto-Medium.ttf') format('truetype'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/medium/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/mediumItalic/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/mediumItalic/Roboto-MediumItalic.woff') format('woff'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/mediumItalic/Roboto-MediumItalic.ttf') format('truetype'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/mediumItalic/Roboto-MediumItalic.svg#Roboto-MediumItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/bold/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/bold/Roboto-Bold.woff') format('woff'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/bold/Roboto-Bold.ttf') format('truetype'), url('/local/modules/mango.messages/css/../../../../static_files/fonts/roboto/bold/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

.mango-message-iframe {
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    z-index: 9999;
}
.mango-message-iframe.mango-message-iframe--right {
    width: 530px;
    min-height: 100%;
    visibility: hidden;
}
.mango-message-iframe.mango-message-iframe--bottom {
    bottom: 0;
    top: auto;
    width: 100%;
    visibility: hidden;
}
.mango-message-iframe.mango-message-iframe--bnr {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 1rem;
    visibility: hidden;
}
.mango-message-iframe.mango-message-iframe--modal {
    position: initial;
}
.mango-message-iframe.mango-message-iframe--modal .slideout {
    background: transparent;
    box-shadow: none;
}
.mango-message-iframe.mango-message-iframe--modal .slideout .modal-header {
    padding-top: 0;
    min-height: auto;
}
.mango-message-iframe.mango-message-iframe--modal .slideout .modal-title {
    margin-top: 0;
    margin-bottom: 0;
}
.mango-message-iframe.mango-message-iframe--modal .slideout .modal-header:before,
.mango-message-iframe.mango-message-iframe--modal .slideout .modal-header:after {
    display: none;
}

.mango-message-iframe .btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #4E565D;
    border-radius: 3px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    font-weight: 400;
    letter-spacing: .02em;
    color: #fff;
    background-color: #4E565D;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 7px 15px;
    text-decoration: none;
}
.mango-message-iframe .btn:hover {
    background-color: #231F20;
    border-color: #231F20;
    box-shadow: none;
    text-decoration: none;
}

.slideout-wrap {
    position: fixed;
    z-index: 999;
    pointer-events: none;
    transition: transform .15s;
}
.slideout-wrap.active {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.slideout {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.1);
    pointer-events: initial;
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
    min-height: 70px;
}
.slideout .modal-gradient {
    font-size: 0;
    line-height: 0;
    height: 3px;
    background: #bd3943;
    background: linear-gradient(78.54deg, #bd3943, #ea505a, #f5a3a9);
}
.slideout .modal-gradient ~ .slideout-body {
    padding-top: 15px;
}
.slideout .modal-header {
    padding: 15px 50px 15px 20px;
    border: 0;
    justify-content: initial;
}
.slideout .modal-header:before,
.slideout .modal-header:after {
    content: " ";
    display: table;
}
.slideout .modal-title {
    font-size: 24px;
}
.slideout .modal-footer {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    white-space: nowrap;
    font-size: 14px;
    text-align: right;
}
.slideout .text-green {
    color: #059C14;
}
.slideout .modal-footer > :not(:last-child) {
    margin-right: 1rem;
}
.slideout [data-type=link] {
    cursor: pointer;
}

.slideout-bottom {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
}
.slideout-right {
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    transform: translateX(100%);
    margin-left: 30px;
}
.slideout-bnr {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
}
.slideout-close {
    position: absolute;
    right: 20px;
    top: 21px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
}
.slideout-close:focus {
    outline: none;
}
.slideout-body {
    padding: 0 20px 20px;
    font-size: 16px;
}
.slideout-wrap svg {
    width: 24px;
    height: 24px;
    fill: #ccc;
}
.slideout-wrap .slideout-close:hover svg {
    fill: #777;
}

.slideout-right .slideout {
    width: 500px;
}
.slideout-bottom .slideout {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.mt-3 {
    margin-top: 1rem !important;
}

@media (max-width: 768px) {
    .slideout-right .slideout,
    .slideout-bottom .slideout {
        width: auto;
    }
}
/* End */


/* Start:/static_files/css/fontawesome.css?173797404837486*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static_files/css/../fonts/Fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('/static_files/css/../fonts/Fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/static_files/css/../fonts/Fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/static_files/css/../fonts/Fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/static_files/css/../fonts/Fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/static_files/css/../fonts/Fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/static_files/js/air-datepicker/css/datepicker.css?173797404820693*/
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #f1cece; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* End */


/* Start:/local/components/a114u/form/templates/.default/style.css?1737974047319*/
.form-container h2 ~ form {
    margin-top: 1.5rem !important;
}
body .has-error input, body .has-error textarea, body .has-error select,
body .has-error + input, body .has-error + textarea, body .has-error + select {
    border-color: red;
    border-width: 1px;
}
.has-error label,
label.has-error {
    color: red;
}
/* End */


/* Start:/static_files/css/custom_bootstrap.css?1756845076241408*/
@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  font-size: 16px;
}

@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: local("Manrope"), url("/static_files/css/../fonts/Manrope/Manrope-Light.woff") format("woff"), url("/static_files/css/../fonts/Manrope/Manrope-Light.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: local("Manrope"), url("/static_files/css/../fonts/Manrope/Manrope-Light.woff") format("woff"), url("/static_files/css/../fonts/Manrope/Manrope-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: local("Manrope"), url("/static_files/css/../fonts/Manrope/Manrope-Regular.woff") format("woff"), url("/static_files/css/../fonts/Manrope/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: local("Manrope"), url("/static_files/css/../fonts/Manrope/Manrope-Medium.woff") format("woff"), url("/static_files/css/../fonts/Manrope/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: local("Manrope"), url("/static_files/css/../fonts/Manrope/Manrope-Bold.woff") format("woff"), url("/static_files/css/../fonts/Manrope/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: local("Manrope"), url("/static_files/css/../fonts/Manrope/Manrope-ExtraBold.woff") format("woff"), url("/static_files/css/../fonts/Manrope/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Manrope;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1480px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
@media (min-width: 1100px) and (max-width: 1199px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}
@media (min-width: 880px) and (max-width: 991px) {
  .container-md, .container-sm, .container {
    max-width: 880px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 2rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 2rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 3rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 2rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 2rem;
  }
  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 3rem;
  }
  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1480px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-6,
.gx-xxl-6 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-6,
.gy-xxl-6 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1479.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.col-form-label {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 1rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #BDBDB5;
  appearance: none;
  border-radius: 0.125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #231F20;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #BDBDB5;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 12px 12px;
  margin: -12px -12px;
  margin-inline-end: 12px;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 12px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.125rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 34px);
  padding: 16px 16px;
  font-size: 1rem;
  border-radius: 0.125rem;
}
.form-control-lg::file-selector-button {
  padding: 16px 16px;
  margin: -16px -16px;
  margin-inline-end: 16px;
}

textarea.form-control {
  min-height: calc(1.5em + 26px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 34px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 26px);
  padding: 12px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.125rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.125rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 34px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 24px;
  padding-left: 35px;
  margin-bottom: 0;
}
.form-check .form-check-input {
  float: left;
  margin-left: -35px;
}

.form-check-reverse {
  padding-right: 35px;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -35px;
  margin-left: 0;
}

.form-check-input {
  width: 24px;
  height: 24px;
  margin-top: -11.25px;
  vertical-align: top;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(78, 86, 93, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 2px;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: none;
}
.form-check-input:focus {
  border-color: #4E565D;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: white;
  border-color: #bd3943;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("/static_files/img/footer/check.svg");
}
.form-check-input:checked[type=radio] {
  background-image: url(/static_files/img/circle.svg);
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 16px 16px;
  font-size: 1rem;
  border-radius: 0.125rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.125rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 24px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 6px) center;
  background-size: calc(0.75em + 12px) calc(0.75em + 12px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 24px);
  background-position: top calc(0.375em + 6px) right calc(0.375em + 6px);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 24px));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 24px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 6px) center;
  background-size: calc(0.75em + 12px) calc(0.75em + 12px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 24px);
  background-position: top calc(0.375em + 6px) right calc(0.375em + 6px);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 24px));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: Manrope;
  --bs-btn-font-size: 0.9rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1.5rem;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 2px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 2px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #F5F5F2;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #bd3943;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1480px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 2px;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1480px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: #231F20;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out 0.15s ease;
  --bs-accordion-border-color: #E6E7E1;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #231F20;
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23231F20'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23231F20'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #E6E7E1;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #231F20;
  --bs-accordion-active-bg: #fff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1480px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1479.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #4E565D;
  --bs-tooltip-border-radius: 1.5rem;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.5rem;
  --bs-tooltip-arrow-height: 0.3rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1479.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1479.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1480px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1480px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !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;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.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;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !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-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;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1480px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
.btn-kk {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: rgb(50, 79, 69);
  --bs-btn-border-color: rgb(50, 79, 69);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: rgb(21, 36, 31);
  --bs-btn-hover-border-color: rgb(21, 36, 31);
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: rgb(21, 36, 31);
  --bs-btn-active-border-color: rgb(21, 36, 31);
  border-radius: 0.125rem;
}

.btn-kk-outline {
  --bs-btn-color: #4E565D;
  --bs-btn-border-color: #4E565D;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21, 36, 31);
  --bs-btn-hover-border-color: rgb(21, 36, 31);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4E565D;
  --bs-btn-active-border-color: #4E565D;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #787870;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #787870;
  --bs-gradient: none;
  border-radius: 0.125rem;
}

.btn-kk-light {
  --bs-btn-font-weight: 600;
  --bs-btn-color: #231F20;
  --bs-btn-bg: #F5F5F2;
  --bs-btn-border-color: #F5F5F2;
  --bs-btn-hover-color: #231F20;
  --bs-btn-hover-bg: #E6E7E1;
  --bs-btn-hover-border-color: #E6E7E1;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #E6E7E1;
  --bs-btn-active-border-color: #E6E7E1;
  border-radius: 0.125rem;
}

.btn-kk-white {
  --bs-btn-font-weight: 600;
  --bs-btn-color: #231F20;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #231F20;
  --bs-btn-hover-bg: #F5F5F2;
  --bs-btn-hover-border-color: #F5F5F2;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #F5F5F2;
  --bs-btn-active-border-color: #F5F5F2;
  border-radius: 0.125rem;
}

.btn-kk-outline-light {
  --bs-btn-border-color: #BDBDB5;
}

.btn-fw {
  min-width: 190px;
}

.btn.wait {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.btn.wait:after {
  content: "";
  background-image: url(/static_files/img/prods/wait.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

input.wait {
  font-size: 0;
  color: transparent !important;
  background-image: url(/static_files/img/prods/wait.svg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: auto 70% !important;
  pointer-events: none !important;
}

.kk-wait {
  font-size: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: transparent !important;
  background-image: url(/static_files/img/prods/wait.svg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: auto 70% !important;
  pointer-events: none !important;
}

.loader-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10%;
  min-height: 40px;
  max-height: 60px;
}

.btn-close:focus {
  box-shadow: none;
}

.form-check-input {
  margin-top: 0;
}

.top-panel-error {
  display: none;
  background-color: #818a91;
  line-height: 1.3333;
  color: #f4f7f9;
  padding: 13px 30px 13px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  margin-top: -1px;
}
.top-panel-error.animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.top-panel-error.label-danger {
  background-color: #e26c60;
}
.top-panel-error.label-warning {
  background-color: #e87722;
}
.top-panel-error.label-success {
  background-color: #85b935;
}
.top-panel-error.label-info {
  background-color: #609be2;
}
.top-panel-error .container a {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
}
.top-panel-error .container a:hover {
  text-decoration: none;
}

.form-check-input[type=radio] {
  background-image: linear-gradient(180deg, #FEFEFF 0%, #EAEBEA 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px -0.5px 0px 2px rgba(255, 255, 255, 0.9);
}

.form-check-input:checked[type=radio] {
  background-image: url(/static_files/img/circle.svg), linear-gradient(180deg, #FEFEFF 0%, #EAEBEA 100%);
  background-size: 9px, cover;
}

.accordion-item {
  border-right-width: 0;
  border-left-width: 0;
}

h1.page-title, .page-title.h1 {
  font-weight: 700;
}

.light-tooltip {
  --bs-tooltip-bg: #F5F5F2;
  --bs-tooltip-color: #231F20;
}

.btn-subscribe {
  --bs-btn-bg: #eee;
  --bs-btn-hover-bg: #ddd;
  --bs-btn-hover-border-color: #ddd;
  --bs-btn-active-bg: #231F20;
  --bs-btn-active-border-color: #ddd;
  font-size: 0;
  position: relative;
}
.btn-subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static_files/img/footer/plane.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fs-7 {
  font-size: 0.88rem;
}

.fs-8 {
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .btn-subscribe {
    font-size: inherit;
    --bs-btn-bg: #4E565D;
    --bs-btn-hover-bg: #231F20;
    --bs-btn-hover-border-color: #231F20;
    --bs-btn-active-bg: #231F20;
    --bs-btn-active-border-color: #231F20;
  }
  .btn-subscribe:before {
    display: none;
  }
}

/* End */


/* Start:/static_files/css/base.css?17161398512488*/
.modal-loader {
  position: relative;
  min-height: 100px;
}

.modal-content.autoclose {
  --closeDelayCoef: 0;
}
.modal-content.autoclose:before, .modal-content.autoclose:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 0;
  left: 1%;
  bottom: 0;
  background: #f5f5f2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.modal-content.autoclose:before {
  width: 98%;
}
.modal-content.autoclose:after {
  background: #e34551;
  transition: width ease 0.2s;
  width: calc(98% * var(--closeDelayCoef));
}

.modal-kk .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal-kk .btn-close {
  top: 8px;
  position: absolute;
  right: 8px;
}
.modal-kk h1 {
  font-size: 25px;
  line-height: 30px;
}

.kk-radius {
  border-radius: 0.5rem;
}
.kk-bg {
  background: #F5F5F2;
}
.kk-red {
  color: #e34551;
}
.kk-darkgray {
  color: #4E565D;
}
.kk-gray {
  color: #BDBDB5;
}
.kk-lightgray {
  color: #D0D1CD;
}
.kk-sliver {
  color: #8098B0;
}
.kk-semibold {
  font-weight: 500;
}
.kk-link {
  color: #231F20;
}
.kk-border {
  padding: 1rem;
  border: 1px solid #E6E7E1;
}
.kk-wide {
  width: 100%;
}
.kk-label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.kk-reset {
  background: transparent;
  border: 0;
  padding: 0;
  appearance: none;
}
.kk-lg {
  font-size: 18px;
  line-height: 24px;
}
.kk-md {
  font-size: 14px;
  line-height: 18px;
}
.kk-sm {
  font-size: 12px;
  line-height: 16px;
}
.kk-nowrap {
  white-space: nowrap;
}
.kk-square:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.kk-img {
  position: relative;
}
.kk-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: 4px;
}
.kk-remove {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 28px;
  background: url(/static_files/img/basket/bin.svg) left center no-repeat;
  color: #231F20;
}
.kk-remove:hover, .kk-remove:active {
  color: #bd3943;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1;
}

div.block2 {
  padding: 10px 10%;
}

.center,
.center-img {
  text-align: center;
}

.center img,
.center-img img {
  max-width: 100%;
}

.btn2,
.button2 {
  text-decoration: none;
  color: white;
  text-align: center;
}

/* End */


/* Start:/static_files/css/comp_header.css?175684507651400*/
.menu {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  transition: opacity 0.25s ease-out;
}
.menu--hidden {
  opacity: 0;
  transform: none;
}
.menu__more {
  position: relative;
}
.menu__more:hover .menu__more-nav {
  display: block;
}
.menu__more:hover .menu__more-dots {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu__more-dots {
  display: block;
  margin: 12px 0.75rem;
  width: 30px;
  height: 30px;
  background: url(/static_files/img/header/dots.svg) center no-repeat rgba(255, 255, 255, 0.1);
  cursor: pointer;
  background-size: 50%;
  border-radius: 50%;
  transition: background-color 0.15s ease-out;
}
.menu__more-nav {
  position: absolute;
  top: 100%;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
}
.menu__more-nav:before {
  position: absolute;
  content: "";
  border: 6px solid transparent;
  border-bottom-color: #fff;
  top: -11px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
}
.menu__more-link {
  display: block;
  color: #231F20;
  padding: 0.4rem 0.7rem;
  white-space: nowrap;
  font-size: 0.9rem;
  line-height: 2em;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #F5F5F2;
}
.menu__more-link:last-child {
  border: 0;
}
.menu__more-link:hover {
  background: #F5F5F2;
}
.menu__item.can-hide {
  position: absolute;
  height: 0;
  overflow: hidden;
}
.menu__item.visible {
  position: static;
  overflow: visible;
  height: auto;
}
.menu__item:hover .menu__bonuses {
  display: block;
}
.menu__item:hover .menu__dd {
  display: block;
}
.menu__dd {
  display: none;
  position: absolute;
  right: 0;
  width: 1084px;
  background: #F5F5F2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 999;
  max-height: calc(100vh - 80px);
}
.menu__cities {
  background: #fff;
  overflow: hidden;
}
.menu__cities > .row {
  max-height: inherit;
}
.menu__cities > .row > .col-6 {
  max-height: inherit;
}
.menu__cities-tag {
  color: #787870;
}
.menu__cities-col {
  display: flex;
}
.menu__cities-text {
  flex-grow: 1;
}
.menu__cities-item {
  font-size: 12px;
  position: relative;
  padding-left: 30px;
  line-height: 19px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.menu__cities-item a {
  color: #231F20;
  font-weight: 500;
  text-decoration: none;
}
.menu__cities-item a:hover {
  color: #bd3943;
}
.menu__cities-item svg {
  position: absolute;
  left: 0;
  top: 1px;
}
.menu__cities .btn {
  position: absolute;
  bottom: 1.5rem;
}
.menu__cities-img {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0)), url(/static_files/img/header/shops.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  max-height: inherit;
}
.menu__cities-title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.menu__cities-heading {
  color: #fff;
  text-align: left;
}
.menu__cities-right {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  max-height: 100%;
  overflow: hidden;
}
.menu__link {
  display: inline-block;
  line-height: 55px;
  white-space: nowrap;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding: 0 1rem;
  transition: background-color 0.25s ease;
}
.menu__link.menu__link--has-dd:after {
  content: "";
  display: inline-block;
  width: 1em;
  vertical-align: middle;
  margin-left: 5px;
  height: 1em;
  background: url(/static_files/img/header/top-menu-arr.svg) center center no-repeat;
  background-size: 90%;
  top: -1px;
  position: relative;
}
.menu__link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.menu__cards-left {
  position: relative;
  padding: 1.5rem 0;
}
.menu__cards-left img {
  display: block;
  margin: 0;
  max-width: 100%;
  padding: 10px 0 20px;
}
.menu__cards-title {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 16px;
}
.menu__cards-heading {
  margin-bottom: 0.5rem;
}
.menu__cards-nav a {
  display: block;
  font-size: 15px;
  margin-bottom: 1rem;
  color: #231F20;
  text-decoration: none;
}
.menu__cards-nav a:hover {
  color: #bd3943;
}
.menu__cards-right {
  background: #fff;
}
@media (max-width: 1479px) {
  .menu__link {
    font-size: 14px;
    padding: 0 12px;
  }
  .menu__dd {
    max-width: 950px;
  }
}
@media (max-width: 1199px) {
  .menu__link {
    font-size: 13px;
    padding: 0 10px;
  }
  .menu__more-link {
    font-size: 0.75rem;
  }
}
@media (max-width: 991px) {
  .menu__cities {
    max-height: 370px;
  }
  .menu__cities-right {
    padding: 1rem 1.3rem 1rem 1rem;
  }
  .menu__cards-nav a {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .menu__dd {
    max-width: 700px;
  }
  .menu__link {
    line-height: 42px;
  }
  .menu__more-dots {
    margin: 8px 0.25rem;
    width: 26px;
    height: 26px;
  }
}

.quantity {
  display: flex;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  padding: 3px;
  border: 1px solid #F5F5F2;
  position: relative;
}
.quantity__control {
  width: 28px;
  height: 28px;
  padding: 0;
  background-color: #F5F5F2;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
  display: block;
}
.quantity__control:before, .quantity__control:after {
  content: "";
  background-color: #231F20;
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  left: 50%;
  margin-left: -7.5px;
}
.quantity__control:hover {
  background-color: #E6E7E1;
}
.quantity__control[disabled], .quantity__control.disabled {
  background-color: #F5F5F2;
  opacity: 0.3;
  cursor: not-allowed;
}
.quantity__plus:after {
  width: 1px;
  height: 15px;
  top: 50%;
  margin-top: -7.5px;
  left: 50%;
  margin-left: -0.5px;
}
.quantity__field {
  width: 1.9rem;
  min-width: 1.9rem;
  margin: 0 4px;
  line-height: 27px;
  height: 27px;
  font-size: 15px;
  background: #fff;
  box-shadow: none;
  border: 0;
  color: #231F20;
  text-align: center;
  flex-shrink: 0;
  padding: 1px 0;
  border-bottom: 1px solid #BDBDB5;
  appearance: none;
  border-radius: 0;
}
.quantity--light {
  border: 0;
  padding: 0;
}
.quantity--light .quantity__control {
  width: 22px;
  height: 22px;
}
.quantity--light .quantity__field {
  border-bottom-color: transparent;
  font-weight: 500;
}
.quantity--light .quantity__field:focus {
  border-bottom-color: #BDBDB5;
}

/* Menu Icon
=============================================================== */
.burger {
  display: block;
  float: right;
  position: relative;
  z-index: 100;
  margin: 12px 0 0;
  padding: 0;
  width: 37px;
  height: 30px;
  background-color: #fff;
  font: inherit;
  font-size: 0;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  top: -5px;
  border-radius: 50%;
  outline: none;
}
.burger .burger:focus {
  outline: none;
}
.burger span::after, .burger span::before {
  left: 0;
  width: 100%;
  content: "";
  transition-duration: 0.1s, 0.1s;
  transition-delay: 0.05s, 0s;
}
.burger span, .burger span::after, .burger span::before {
  display: block;
  position: absolute;
  height: 2.3px;
  background: #4E565D;
  border-radius: 1px;
}
.burger span {
  top: 17px;
  left: 0;
  right: 0;
}
.burger span::before {
  top: -13px;
  transition-property: top, transform;
}
.burger span::after {
  bottom: -13px;
  transition-property: bottom, transform;
}
.burger.active span::before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
}
.burger.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
}
.burger.active span {
  background: 0 0;
}

.social {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social__item {
  width: 2.5rem;
  opacity: 0.75;
}
.social__item:hover {
  opacity: 1;
}

.popup-form .social, .popup-form__footer .social {
  display: flex;
}
.popup-form .social__item, .popup-form__footer .social__item {
  margin: 0 10px 0 0;
}
.popup-form .social__item .alfa-id, .popup-form__footer .social__item .alfa-id {
  width: 39px;
  height: 39px;
  display: block;
}
.popup-form .social__item .alfa-id svg, .popup-form__footer .social__item .alfa-id svg {
  border-radius: 50%;
}
.popup-form .social__item .vk-id, .popup-form__footer .social__item .vk-id {
  width: 39px;
  height: 39px;
  display: block;
  cursor: pointer;
}
.popup-form .social__item .vk-id svg, .popup-form__footer .social__item .vk-id svg {
  border-radius: 50%;
}

.write__title {
  font-size: 25px;
}
.write__link {
  color: #231F20;
}
.write__label {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.write__agree {
  font-size: 14px;
}
.write .btn-kk {
  display: block;
  width: 100%;
}
.write .form-control {
  width: 100%;
}
.write .form-success {
  text-align: left;
}
@media (min-width: 768px) {
  .write .btn-kk {
    width: 186px;
  }
  .write textarea.form-control-lg {
    min-height: 150px;
  }
  .write .modal-header {
    padding: 1.5rem;
    border-bottom: 0;
  }
  .write .modal-body {
    padding: 0 1.5rem 1.5rem;
  }
}

.scrollTop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  padding: 0;
  width: 80px;
  height: 80px;
  background: url(/static_files/img/to-top.svg) center no-repeat #fff;
  display: block;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.lists__clipboard {
  word-break: break-word;
  padding-right: 40px;
  background: url(/static_files/img/lk/copy.svg) right 12px center no-repeat;
}
.lists__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}
.lists__price .rubl {
  font-weight: inherit;
}
.lists__price.last {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  text-decoration: line-through;
  color: #D0D1CD;
}
.lists__picture {
  width: 48px;
  border: 1px solid #E6E7E1;
}
.lists__item {
  border: 1px solid #E6E7E1;
}
.lists__item a {
  text-decoration: none;
}
.lists__h1 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  padding-right: 40px;
  max-width: 100%;
  word-break: break-word;
  display: inline;
}
.lists__h1[contenteditable=true] {
  border-bottom: 1px solid;
}
.lists__check {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: -30px;
  top: 4px;
  background: url(/static_files/img/lk/check.svg) center no-repeat;
}
.lists__rename {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: -30px;
  top: 4px;
  background: url(/static_files/img/lk/edit.svg) center no-repeat;
}
.lists__ta {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -40px;
  border-radius: 0;
  border-bottom-width: 0;
}
.lists__height {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lists__top {
  position: relative;
}
.lists__top:after {
  display: block;
  content: "";
  height: 8px;
  padding-bottom: 66%;
}
.lists__empty {
  background: url(/static_files/img/prods/list.svg) center center no-repeat;
  padding-bottom: 66%;
  background-size: 50px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lists__new {
  background: url(/static_files/img/lk/plus.svg) center center no-repeat;
  padding-bottom: 66%;
  background-size: 50px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lists__name {
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-weight: 500;
}
.lists__txt {
  background: #F5F5F2;
}
.lists__pic {
  position: relative;
  border: 1px solid #E6E7E1;
}
.lists__pic:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.lists__pic > div {
  display: block;
  width: 100%;
  height: 34px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lists__pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  padding: 4px;
}
.lists__wrap {
  display: block;
  color: #231F20;
  background: #fff;
  border: 1px solid #E6E7E1;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.lists__wrap .btn {
  border-radius: 0;
  margin-top: 40px;
}
.lists__wrap.hidden {
  display: none;
}
.lists__img {
  width: 40px;
}
.lists__title {
  display: block;
  transition: opacity 0.2s;
}
.lists__title.hidden {
  opacity: 0;
}
@media (min-width: 576px) {
  .lists__picture {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .lists__title {
    margin-left: 110px;
  }
}
@media (min-width: 992px) {
  .lists__prices {
    min-height: 42px;
  }
  .lists__item {
    border: 0;
    border-bottom: 1px solid #E6E7E1;
    margin-bottom: 21px !important;
  }
  .lists__item .kk-link {
    min-height: 44px;
  }
}

.header {
  background: #fff;
}
.header__srch-toggle {
  width: 34px;
  height: 34px;
  margin: 8px 16px 0 0;
  border-radius: 50%;
  border: 2px solid #4E565D;
  padding: 0;
  background: url(/static_files/img/header/lens.svg) center no-repeat;
  display: none;
}
.header__burger {
  flex-grow: 0;
}
.header__jur {
  flex: 1 1 auto;
  overflow-y: auto;
  display: none;
  min-height: calc(100vh - 247px);
  flex-direction: column;
}
.header__jur-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
.header__jur-back {
  width: 0.5em;
  height: 30px;
  background: url(/static_files/img/catalog/back.svg) left center no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
}
.header__jur-menu {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #BDBDB5;
  max-height: calc(100% - 45px);
}
.header__jur-menu a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: #231F20;
  text-decoration: none;
}
.header__lk {
  flex: 1 1 auto;
  overflow-y: auto;
  display: none;
  min-height: calc(100vh - 247px);
  flex-direction: column;
}
.header__lk-logout {
  line-height: 45px;
  color: #231F20;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
.header__lk-menu {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #BDBDB5;
  max-height: calc(100% - 45px);
}
.header__lk-menu a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: #231F20;
  text-decoration: none;
}
.header__lk-menu a .container {
  position: relative;
}
.header__lk-menu a .container:after {
  content: "";
  width: 10px;
  height: 45px;
  background: url(/static_files/img/header/arr-right.svg) center no-repeat;
  background-size: contain;
  float: right;
}
.header .search-suggest {
  position: static;
  max-height: unset;
  height: calc(100vh - 243px);
}
.header .search-suggest:before {
  display: none;
}
.header .search-suggest-container {
  flex: 1 1 auto;
  position: relative;
  margin-right: 3px;
}
.header__mobnav {
  padding: 0;
  list-style-type: none;
  margin: 0;
  min-height: 100vh;
}
.header__mobnav-wrap {
  flex: 1 1 auto;
  overflow-y: auto;
}
.header__mobnav-item {
  display: block;
  border-top: 1px solid #BDBDB5;
}
.header__mobnav a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  color: #231F20;
  text-decoration: none;
}
.header__dropmenu {
  background: #fff;
  max-height: 100%;
}
.header__icons {
  bottom: -1px;
  left: 0;
  right: 0;
}
.header__logo {
  display: block;
  height: 74px;
  transition: height 0.35s ease-out;
  will-change: height;
}
.header__stick {
  border: 1px solid transparent;
}
.header__top {
  background: #15241f;
}
.header__main {
  position: relative;
  padding: 20px 0;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 500;
  transition: box-shadow, padding, height 0.35s ease-out;
}
.header__banner-top {
  display: block;
  padding: 10px 10px;
  background: #8fa895;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}
.header__banner-top.locked {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  background: #fff;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  z-index: 990;
}
.header__banner-top .is-mobile {
  display: none;
}
.header__banner-top img {
  max-width: 100%;
  max-height: 100%;
}
.header__banner-top:hover {
  color: #fff;
  text-decoration: none;
}
.header__cat {
  display: block;
  margin: 0;
  list-style-type: none;
  column-count: 4;
  column-gap: 1.5rem;
  padding: 0;
}
.header__cat-wrap {
  max-height: calc(100vh - 220px);
  overflow: hidden;
}
.header__cat-dd {
  position: absolute;
  z-index: 999;
  max-width: 1400px;
  width: 1400px;
  left: 0px;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  height: 757px;
  display: none;
  padding: 0;
  margin: 0 auto;
}
.header__cat-dd .container {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.35s ease-out;
}
.header__cat-dd.active {
  height: unset;
  display: block;
}
.header__cat-dd.active .container {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (max-width: 767px) {
  .header__cat-dd {
    width: auto;
  }
}
.header__cat-brands {
  color: #231F20;
  text-decoration: none;
  margin-top: 10px;
  display: block;
}
.header__cat-item {
  break-inside: avoid;
  margin-bottom: 40px;
}
.header__cat-icon {
  margin-bottom: 12px;
}
.header__cat-link {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 115%;
  margin-bottom: 10px;
  text-decoration: none;
  color: #231F20;
}
.header__cat-sub {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #231F20;
  margin-bottom: 5px;
  text-decoration: none;
}
.header__price {
  white-space: nowrap;
  color: #231F20;
  font-size: 14px;
  font-weight: 600;
}
.header__price .rubl {
  font-weight: inherit;
}
.header__prods {
  position: absolute;
  right: 0;
  top: 65px;
  padding: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  background: #fff;
  width: 342px;
  z-index: 999;
  display: none;
}
.header__prods--cart {
  width: 370px;
}
.header__prods:before {
  content: "";
  position: absolute;
  top: -27px;
  height: 28px;
  width: 100%;
  display: block;
}
.header__prods-price {
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}
.header__prods-price .rubl {
  font-weight: inherit;
}
.header__prods-bonuses {
  display: inline-block;
  padding-left: 16px;
  background: url(/static_files/img/header/bonuses.svg) left center no-repeat;
  background-size: contain;
  height: 18px;
  line-height: 18px;
  color: #8098B0;
  font-weight: 600;
  font-size: 15px;
}
.header__prods-col {
  min-width: 76px;
}
.header__prods-item {
  padding-bottom: 14px;
  border-bottom: 1px solid #D0D1CD;
  margin-bottom: 14px;
}
.header__prods-item:last-child {
  padding: 0;
  border: 0;
}
.header__prods-name {
  color: #231F20;
}
.header__prods-name:hover {
  color: #bd3943;
}
.header__prods-list {
  padding: 0;
  list-style-type: none;
  max-height: 265px;
  overflow: hidden;
}
.header__prods-list:not(.os-host) {
  padding-right: 1rem;
}
.header__prods-list.oneitem:not(.os-host) {
  padding-right: 0;
}
.header__prods-list .os-scrollbar-horizontal {
  display: none;
}
.header__prods-list .os-viewport {
  padding-right: 1rem !important;
}
.header__prods-list.os-host-scrollbar-vertical-hidden .os-viewport {
  padding-right: 0 !important;
}
.header__prods-del {
  width: 100px;
  text-align: center;
  display: block;
  margin: 0 0 0 auto;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  line-height: 14px;
  color: #BDBDB5;
  transition: color 0.1s ease-out;
}
.header__prods-del:hover {
  color: #787870;
}
.header__prods-txt {
  font-size: 14px;
  line-height: 17px;
}
.header__prods-img {
  position: relative;
  width: 64px;
  height: 64px;
  border: 1px solid #D0D1CD;
}
.header__prods-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0.25rem;
  width: auto;
  height: auto;
}
.header__prods-wrap a {
  text-decoration: none;
}
.header__prods-wrap--first .header__icon-wrap {
  padding-left: 0;
  border: 0;
}
.header__prods-wrap:last-child .header__icon-wrap {
  padding-right: 0;
}
.header__prods-wrap:hover .header__items {
  display: block;
}
.header__prods-wrap:hover .header__price {
  color: #e34551;
}
.header__prods-wrap:hover .header__icon-name {
  color: #324f45;
}
.header__prods-wrap:hover .header__prods {
  display: block;
}
.header__prods-wrap:hover .header__icon--home {
  background-image: url(/static_files/img/header/house-green.svg);
}
.header__prods-wrap:hover .header__icon--catalog {
  background-image: url(/static_files/img/header/nav-green.svg);
}
.header__prods-wrap:hover .header__icon--fav {
  background-image: url(/static_files/img/header/heart-green.svg);
}
.header__prods-wrap:hover .header__icon--cart {
  background-image: url(/static_files/img/header/cart-green.svg);
}
.header__prods-wrap:hover .header__icon--compare {
  background-image: url(/static_files/img/header/compare-green.svg);
}
.header__prods-wrap:hover .header__icon--lk {
  background-image: url(/static_files/img/header/lk-green.svg);
}
.header__prods-wrap:hover .header__icon--bonus {
  background-image: url(/static_files/img/header/coins-green.svg);
}
.header__bon {
  width: 256px;
  font-size: 14px;
  line-height: 17px;
}
.header__bon-title {
  color: #4E565D;
  font-weight: 700;
}
.header__bon-link {
  display: block;
  padding: 12px 0;
  color: #231F20;
  font-weight: 500;
  border-top: 1px solid #E6E7E1;
}
.header__bon-link:last-child {
  padding-bottom: 0;
}
.header__bon-link:hover {
  color: #bd3943;
}
.header__icon {
  display: block;
  position: relative;
  width: 23px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__icon--home {
  background-image: url(/static_files/img/header/house.svg);
}
.header__icon--catalog {
  background-image: url(/static_files/img/header/nav.svg);
}
.header__icon--fav {
  background-image: url(/static_files/img/header/heart.svg);
}
.header__icon--cart {
  background-image: url(/static_files/img/header/cart.svg);
}
.header__icon--compare {
  background-image: url(/static_files/img/header/compare.svg);
}
.header__icon--lk {
  background-image: url(/static_files/img/header/lk.svg);
}
.header__icon--bonus {
  background-image: url(/static_files/img/header/coins.svg);
}
.header__icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-left: 1px solid #F5F5F2;
  padding: 8px 9px 0 9px;
  margin-top: 3px;
  text-decoration: none;
  cursor: pointer;
}
.header__icon-count {
  display: block;
  position: absolute;
  right: -9px;
  top: -3px;
  text-align: center;
  width: 17px;
  height: 17px;
  font-weight: 700;
  font-size: 8px;
  line-height: 17px;
  background: #324f45;
  color: #fff;
  border-radius: 50%;
}
.header__icon-name {
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  color: #231F20;
  margin-top: 2px;
  white-space: nowrap;
  user-select: none;
}
.header__email {
  width: 18px;
  height: 54px;
  background: url(/static_files/img/header/email.svg) center no-repeat;
  margin-left: 1rem;
}
.header__search {
  height: 50px;
}
.header__search.focused {
  position: absolute !important;
}
.header__search-wrap {
  position: relative;
}
.header__search-wrap--static {
  position: static;
}
.header__search-field {
  border: 1px solid #BDBDB5;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 1rem;
  border-radius: 2px;
  padding: 11px 16px 11px 50px;
}
.header__search-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  background: url(/static_files/img/header/lens.svg) center no-repeat;
  border: 0;
}
.header__btn {
  font-size: 16px;
}
.header__btn:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(/static_files/img/header/down.svg) center center no-repeat;
  vertical-align: middle;
  transition: 0.1s ease-out;
  will-change: transform;
}
.header__btn.active:after {
  transform: rotate(-180deg);
}
.header__cont {
  flex-wrap: nowrap;
  position: relative;
}
.header__phone {
  flex-grow: 0;
}
.header__geo {
  flex-grow: 0;
  width: 260px;
}
.header--sticky {
  margin-bottom: 119px;
}
.header--sticky .header__main {
  position: fixed;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.header--sticky .logo {
  width: 150px;
}
.header--sticky .header__logo {
  height: 50px;
}
.header--sticky .header__cat-wrap {
  max-height: calc(100vh - 133px);
}
@media (min-width: 768px) {
  .header__dropmenu-wrap {
    width: 0;
    flex-grow: 0 !important;
    padding: 0;
  }
}
@media (max-width: 1479px) {
  .header__geo {
    width: 260px;
  }
}
.header .cat-icon {
  background-repeat: no-repeat;
}
.header .cat-icon .icon {
  vertical-align: middle;
  display: inline-block;
}
.header .cat-icon .icon-bumaga_karton_penokarton {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -84px 0px;
  width: 42px;
  height: 40px;
}
.header .cat-icon .icon-cherchenie {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -166px -82px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-dlya_detey {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -84px -40px;
  width: 40px;
  height: 42px;
}
.header .cat-icon .icon-dlya_rabot_po_derevu {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -166px -122px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-new-year {
  background-image: url(/static_files/img/header/categories-sprite.png?1);
  background-position: -204px -122px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-KK-home {
  background-image: url(/static_files/img/header/categories-sprite.png?4);
  background-position: -204px -164px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-gipsy_i_manekeny {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -126px -42px;
  width: 40px;
  height: 41px;
}
.header .cat-icon .icon-grafika_risunok_sketching {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -41px -124px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-igry {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: 0px -82px;
  width: 40px;
  height: 42px;
}
.header .cat-icon .icon-instrumenty_dlya_zhivopisi {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -81px -124px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-kalligrafiya {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -121px -124px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-kantselyariya {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: 0px -164px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-khobbi {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -40px -82px;
  width: 42px;
  height: 40px;
}
.header .cat-icon .icon-kholsty_i_instrumenty_dlya_natyazhki {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -40px -164px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-kisti {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -43px -42px;
  width: 41px;
  height: 40px;
}
.header .cat-icon .icon-kley {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -80px -164px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-knigi {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: 0px 0px;
  width: 42px;
  height: 42px;
}
.header .cat-icon .icon-kraski {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -120px -164px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-linogravyura {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -160px -164px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-maketirovanie {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -82px -82px;
  width: 41px;
  height: 40px;
}
.header .cat-icon .icon-molberty_etyudniki_yashchiki_dlya_krasok {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -126px -83px;
  width: 40px;
  height: 41px;
}
.header .cat-icon .icon-papki_portfolio_sumki_tubusy_penaly {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: 0px -124px;
  width: 41px;
  height: 40px;
}
.header .cat-icon .icon-planshety_klipbordy_stulya {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -42px 0px;
  width: 42px;
  height: 42px;
}
.header .cat-icon .icon-podarki_i_suveniry {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -166px 0px;
  width: 40px;
  height: 41px;
}
.header .cat-icon .icon-podarochnie_karty {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: 0px -42px;
  width: 43px;
  height: 40px;
}
.header .cat-icon .icon-ramy_podramniki_baget {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -206px 0px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-skulptura_i_lepka {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -206px -40px;
  width: 40px;
  height: 40px;
}
.header .cat-icon .icon-upakovka {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -126px 0px;
  width: 40px;
  height: 42px;
}
.header .cat-icon .icon-vspomogatelnye_sredstva_dlya_zhivopisi_i_grafiki {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -166px -41px;
  width: 40px;
  height: 41px;
}
.header .cat-icon .icon-zolochenie {
  background-image: url(/static_files/img/header/categories-sprite.png);
  background-position: -206px -80px;
  width: 40px;
  height: 40px;
}
@media (max-width: 1199px) {
  .header .cat-icon .icon {
    transform: scale(0.85);
  }
  .header__cat-icon {
    position: relative;
    width: 36px;
    height: 36px;
    background-size: 36px;
  }
  .header__cat-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .header__cat-link {
    font-size: 18px;
  }
  .header__logo {
    height: 50px;
  }
  .header__geo {
    width: 225px;
  }
  .header__icon {
    width: 19px;
  }
  .header__icon-name {
    display: none;
  }
  .header__icon-wrap {
    min-width: 38px;
    padding: 0 9px 0 9px;
    margin-top: 14px;
  }
  .header__icon-count {
    right: -5px;
    top: -4px;
    width: 14px;
    height: 14px;
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
  }
}
@media (max-width: 991px) {
  .header__cat {
    column-count: 3;
  }
  .header--sticky .header__logo {
    height: 50px;
  }
  .header--sticky .logo {
    width: auto;
  }
  .header__email {
    width: 14px;
    background-size: contain;
    margin-left: 0.75rem;
    height: 42px;
  }
  .header__search-field {
    padding-left: 45px;
  }
  .header__search-btn {
    width: 45px;
  }
}
@media (max-width: 767px) {
  .header .search-suggest-container {
    margin-right: 0;
  }
  .header__prods {
    display: none !important;
  }
  .header__dropmenu {
    padding-top: 10px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity, transform 0.35s ease-out;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: calc(100vh - 142px);
  }
  .header__dropmenu-wrap {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 999;
  }
  .header .header__main {
    padding: 0.75rem 0;
    height: 74px;
    transition: 0s;
    flex: 1 1 auto;
    overflow-y: auto;
  }
  .header .header__banner-top .is-mobile {
    display: block;
  }
  .header .header__banner-top .is-desktop {
    display: none;
  }
  .header__cat {
    column-count: auto;
    position: relative;
  }
  .header__cat-wrap {
    overflow: visible;
    max-height: unset;
  }
  .header__cat-wrap .container {
    opacity: 1;
    transform: none;
  }
  .header__cat-item {
    margin: 0;
  }
  .header__cat-item.active .header__cat-link {
    color: #8fa895;
  }
  .header__cat-dd {
    display: none;
    height: unset;
    position: static;
    flex: 1 1 auto;
    overflow-y: auto;
    box-shadow: none;
    padding: 0 4px;
  }
  .header__cat-main {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .header__cat-icon {
    margin: 0 20px 0 0;
    flex-shrink: 0;
  }
  .header__cat-link {
    margin: 0;
  }
  .header__cat-links {
    margin: 0 0 10px 63px;
    padding: 0;
    display: none;
    list-style: none;
  }
  .header__cat-links.active {
    display: block;
  }
  .header--sticky {
    margin-bottom: 104px;
  }
  .header--sticky .header__main {
    padding: 0.75rem 0;
    height: 74px;
  }
  .header--sticky .header__logo {
    transform: none;
  }
  .header--open {
    margin-bottom: 104px;
  }
  .header--open .header__search {
    position: static !important;
  }
  .header--open .header__dropmenu {
    opacity: 1;
    transform: scaleY(1);
  }
  .header--open .header__dropmenu-wrap {
    overflow: visible;
    bottom: 71px;
    height: unset;
  }
  .header--open .header__main {
    height: 104px;
    position: fixed;
    box-shadow: none;
    right: 0;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
  }
  .header--cat .header__dropmenu {
    transform-origin: bottom;
  }
  .header--cat .header__lk {
    display: none;
  }
  .header--cat .header__jur {
    display: none;
  }
  .header--cat .header__mobnav {
    display: none;
  }
  .header--cat .header__cat-dd {
    display: block;
    margin-top: 1rem;
  }
  .header--jur .header__jur {
    display: flex;
    min-height: 100vh;
  }
  .header--jur .header__mobnav-wrap {
    display: none;
  }
  .header--jur .header__search {
    display: none;
  }
  .header--lk .header__dropmenu {
    transform-origin: bottom;
  }
  .header--lk .header__mobnav-wrap {
    display: none;
  }
  .header--lk .header__cat-dd {
    display: none;
    margin-top: 1rem;
  }
  .header--lk .header__search {
    display: none;
  }
  .header--lk .header__lk {
    display: flex;
  }
  .header__icons {
    position: fixed;
    position: sticky;
    background: #F5F5F2;
    z-index: 999;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .header__icon {
    width: 32px;
    height: 30px;
  }
  .header__icon--fav {
    background-image: url(/static_files/img/header/heart-mobile.svg);
  }
  .header__icon--cart {
    background-image: url(/static_files/img/header/cart-mobile.svg);
  }
  .header__icon--lk {
    background-image: url(/static_files/img/header/lk-mobile.svg);
    position: relative;
    top: -1px;
  }
  .header__icon-wrap {
    margin: 0;
    padding: 16px 0;
  }
  .header__icon-wrap:hover .header__icon--fav {
    background-image: url(/static_files/img/header/heart-mobile-green.svg);
  }
  .header__icon-wrap:hover .header__icon--cart {
    background-image: url(/static_files/img/header/cart-mobile-green.svg);
  }
  .header__icon-wrap:hover .header__icon--lk {
    background-image: url(/static_files/img/header/lk-mobile-green.svg);
  }
  .header__icon-count {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    width: 16px;
  }
  .header__icon-name {
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
  }
  .header__phone {
    flex-grow: 1;
  }
  .header__email {
    display: inline-block;
    margin: 8px 0 0 0;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 570px) {
  .header__burger {
    flex-grow: 1;
  }
  .header__srch {
    position: absolute !important;
    width: auto;
    left: 0;
    right: 55px;
    transform: scaleX(0);
    opacity: 0;
    transition: 0.5s ease-out;
    transition-property: opacity, transform;
    transform-origin: right;
    padding: 0;
  }
  .header__srch .search__wrp.focused {
    position: static;
    right: auto;
  }
  .header__srch.active {
    transform: none;
    opacity: 1;
  }
  .header__srch .container.p-md-0 {
    padding-right: 0;
  }
  .header__srch-toggle {
    display: inline-block;
  }
}

.d-catalog-menu {
  display: flex;
  max-height: 757px;
}
.d-catalog-menu__left {
  width: 426px;
  border-right: 1px solid #DFDFDF;
  padding: 24px 0;
  overflow-y: auto;
  max-height: calc(100vh - 220px);
}
@media (max-width: 1199px) {
  .d-catalog-menu__left {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .d-catalog-menu__left {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .d-catalog-menu__left {
    padding: 0;
    width: 100%;
    max-height: none;
  }
}
.d-catalog-menu__right {
  display: flex;
  width: 1014px;
  max-width: calc(100vw - 426px);
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.d-catalog-menu__right-top {
  display: flex;
  justify-content: space-between;
}
.d-catalog-menu__right-bottom {
  border-top: 1px solid #DFDFDF;
  height: 170px;
}
@media (max-width: 1199px) {
  .d-catalog-menu__right {
    max-width: calc(100vw - 360px);
  }
}
@media (max-width: 991px) {
  .d-catalog-menu__right {
    max-width: calc(100vw - 320px);
  }
}
@media (max-width: 767px) {
  .d-catalog-menu__right {
    display: none;
  }
}
.d-catalog-menu__cat {
  display: block;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.d-catalog-menu__cat-link {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  padding: 10px 25px;
  text-decoration: none;
  color: #231F20;
}
.d-catalog-menu__cat-link .cat-icon {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .d-catalog-menu__cat-link {
    font-size: 18px;
    padding: 10px 10px;
    font-weight: 600;
  }
  .d-catalog-menu__cat-link.active {
    color: #bd3943;
  }
}
.d-catalog-menu__cat-link.focus {
  background-color: #F5F5F2;
}
@media (max-width: 767px) {
  .d-catalog-menu__cat-link.focus {
    background-color: transparent;
  }
}
.d-catalog-menu__cat .header__cat-links {
  display: none;
}
@media (max-width: 767px) {
  .d-catalog-menu__cat .header__cat-links.active {
    display: block;
  }
  .d-catalog-menu__cat li.active .d-catalog-menu__cat-link {
    color: #8fa895;
  }
}
.d-catalog-menu__subcat {
  border-right: none;
  width: 100%;
  padding: 0;
  max-height: calc(100vh - 220px);
}
.d-catalog-menu__subcat-list {
  display: none;
  margin: 0;
  list-style-type: none;
  padding: 24px 0;
}
.d-catalog-menu__subcat-list a {
  padding: 0 36px;
}
.d-catalog-menu__subcat-list a.focus {
  background-color: #F5F5F2;
}
@media (max-width: 767px) {
  .d-catalog-menu__subcat-list {
    padding: 0;
  }
}
.d-catalog-menu__subcat-list.selected {
  display: block;
}
.d-catalog-menu__brands {
  display: flex;
  flex-direction: column;
  padding: 26px;
}
.d-catalog-menu__brands-list {
  display: none;
}
.d-catalog-menu__brands-list.selected {
  display: flex;
  flex-direction: row;
}
.d-catalog-menu__brands-item {
  width: 101px;
  height: 101px;
  border: 1px solid #BDBDB5;
  border-radius: 3px;
  padding: 3px;
  margin-right: 10px;
}
.d-catalog-menu__brands-item img {
  width: 93px;
  height: 93px;
}
.d-catalog-menu__products {
  height: 587px;
  width: 0px;
  visibility: hidden;
  overflow: auto;
  max-height: calc(100vh - 220px);
}
.d-catalog-menu__products-list {
  display: none;
  margin: 0;
  padding-right: 28px;
}
.d-catalog-menu__products-list.selected {
  display: block;
}
.d-catalog-menu .d-catalog-menu__product {
  display: flex;
  margin-bottom: 20px;
}
.d-catalog-menu .d-catalog-menu__product-img img {
  margin-left: 8px;
  margin-right: 11px;
  width: 64px;
  height: 64px;
}
.d-catalog-menu .d-catalog-menu__product-info a {
  color: #231F20;
  font-size: 14px;
  line-height: 16.8px;
  text-decoration: none;
}
.d-catalog-menu .d-catalog-menu__product-info .prod__price {
  font-weight: 700;
  font-size: 15px;
}
.d-catalog-menu .d-catalog-menu__product-info .price.red {
  color: #e34551;
  margin-right: 10px;
}
.d-catalog-menu .d-catalog-menu__product-info .price--last {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #BDBDB5;
  text-decoration: line-through;
}
.d-catalog-menu .d-catalog-menu__product-info .js-basket-change-cont {
  cursor: pointer;
  width: 156px;
  height: 46px;
}
.d-catalog-menu .d-catalog-menu__product-info .js-basket-change-cont .btn {
  font-size: 15px;
  font-weight: 700;
  line-height: unset;
}
.d-catalog-menu .d-catalog-menu__product-info .buy .buy__single {
  width: 156px;
}
.d-catalog-menu .d-catalog-menu__product-info .js-quantity-change-cont a {
  font-size: 15px;
}
.d-catalog-menu .d-catalog-menu__product-info .js-quantity-change-cont {
  height: 46px;
}
.d-catalog-menu .d-catalog-menu__product-info .prod__item-addcart--parent {
  width: 156px;
  height: 46px;
  font-size: 15px;
}
.d-catalog-menu .d-catalog-menu__product-info .prod__item-addcart--parent:hover {
  color: var(--bs-btn-hover-color);
}
@media (max-width: 767px) {
  .d-catalog-menu {
    max-height: none;
    flex-direction: column;
  }
}

.header--sticky .d-catalog-menu__left {
  max-height: calc(100vh - 133px);
}
.header--sticky .d-catalog-menu__subcat {
  max-height: calc(100vh - 133px);
}
.header--sticky .d-catalog-menu__products {
  max-height: calc(100vh - 133px);
}
@media (max-width: 767px) {
  .header--sticky .d-catalog-menu__left {
    max-height: none;
  }
  .header--sticky .d-catalog-menu__subcat {
    max-height: none;
  }
  .header--sticky .d-catalog-menu__products {
    max-height: none;
  }
}

.phone {
  line-height: 55px;
  white-space: nowrap;
  font-size: 21px;
  transition: font-size 0.25s ease;
  margin-left: 16px;
}
.phone__note {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.phone--mobile {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-decoration: none;
  color: #231F20;
}
.phone__number {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: inherit;
  display: inline-block;
}
.phone__number:hover {
  color: #E6E7E1;
}
@media (max-width: 1479px) {
  .phone {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .phone {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .phone {
    font-size: 0.75rem;
    line-height: 42px;
  }
}

.geo {
  position: relative;
  left: -1rem;
}
.geo__city {
  white-space: nowrap;
  display: inline-block;
  line-height: 55px;
  font-size: 14px;
  padding: 0 1rem 0 2.4rem;
  color: rgba(255, 255, 255, 0.4);
  background-image: url(/static_files/img/header/geo-white.svg);
  background-position: left 1rem center;
  background-repeat: no-repeat;
  background-size: auto;
  text-decoration: underline;
  transition: background-color 0.35s ease;
  max-width: 100%;
}
.geo__city span {
  color: #fff;
  max-width: 110%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.geo__city:hover, .geo__city.active {
  background-color: #E6E7E1;
  background-image: url(/static_files/img/header/geo.svg);
  color: #4E565D;
  max-width: unset;
}
.geo__city:hover span, .geo__city.active span {
  color: inherit;
  max-width: unset;
}
.geo__popup {
  position: absolute;
  padding: 1rem;
  background: #E6E7E1;
  min-width: 332px;
  z-index: 999;
}
.geo__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (max-width: 1479px) {
  .geo__city {
    padding: 0 1rem 0 2.3rem;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .geo__city {
    padding: 0 0.75rem 0 2rem;
    font-size: 12px;
    background-position: left 0.75rem center;
  }
  .geo__popup {
    padding: 0.75rem;
  }
}
@media (max-width: 991px) {
  .geo__city {
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .geo__city {
    padding-left: 2.25rem;
    padding-right: 1rem;
    background-position: left 1rem center;
  }
  .geo__popup {
    left: 4px;
    min-width: 100vw;
  }
}

.logo {
  /* 16px diff */
  width: 276px;
  transition: width 0.35s ease-out;
}
@media (max-width: 1479px) {
  .logo {
    /* 12px diff */
    width: 272px;
  }
}
@media (max-width: 1199px) {
  .logo {
    /* 10px diff */
    width: 235px;
  }
}
@media (max-width: 991px) {
  .logo {
    width: auto;
  }
}

.favourite {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/static_files/img/prods/heart.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: background-color 0.1s ease-out;
  cursor: pointer;
  vertical-align: middle;
}
.favourite:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.favourite.added {
  background-image: url(/static_files/img/prods/heart-fill.svg);
}

.os-scrollbar .os-scrollbar-track {
  background: #F5F5F2 !important;
}
.os-scrollbar .os-scrollbar-track .os-scrollbar-handle {
  background: #BDBDB5 !important;
}
.os-scrollbar .os-scrollbar-track .os-scrollbar-handle:hover {
  background: #787870 !important;
}
.os-scrollbar .os-scrollbar-track .os-scrollbar-handle:active {
  background: #4E565D !important;
}

body .retailrocket-popup[data-s="5f55d60397a5250e5c598ca1"] .retailrocket-subscribe__input-submit {
  background: #4E565D;
  font-size: 0.8rem;
  line-height: 1.25rem;
  text-transform: none;
  border-radius: 2px;
  padding: 15px 25px;
}

body .retailrocket-popup[data-s="5f55d60397a5250e5c598ca1"] .retailrocket-subscribe__input-checkbox-label::before {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(78, 86, 93, 0.25);
  padding: 0;
  margin-bottom: 0;
  margin-top: -5px;
  opacity: 1;
}

body .retailrocket-popup[data-s="5f55d60397a5250e5c598ca1"] .retailrocket-subscribe__input-checkbox:checked + .retailrocket-subscribe__input-checkbox-label:before {
  border-color: #e34551;
  background: url("/static_files/img/footer/check.svg") no-repeat center;
}

body .retailrocket-popup[data-s="5f55d60397a5250e5c598ca1"] .retailrocket-subscribe__input-checkbox:checked + .retailrocket-subscribe__input-checkbox-label:after {
  display: none;
}

.birthday__modal {
  font-family: "Times New Roman", sans-serif;
  --bs-modal-width: 850px;
}
@media (max-width: 767px) {
  .birthday__modal {
    --bs-modal-width: 316px;
  }
}
.birthday__modal .js-form-errors {
  text-align: center;
}
@media (max-width: 767px) {
  .birthday__modal .js-form-errors {
    font-size: 12px;
  }
}
.birthday__modal .modal-header {
  padding: 0;
  height: 0;
}
.birthday__modal .modal-header .btn-close {
  z-index: 2;
  margin-top: 40px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: transparent url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.689697 0.689667L19.3104 19.3104" stroke="%239CA99F" stroke-width="0.689655" stroke-linecap="square" /><path d="M19.3103 0.689667L0.689612 19.3104" stroke="%239CA99F" stroke-width="0.689655" stroke-linecap="square" /></svg>') center/20px auto no-repeat;
}
.birthday__modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: #f5f5f2;
}
.birthday__modal .modal-body {
  padding-bottom: 0;
}
.birthday__modal h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #4e565d;
  padding: 50px 13px 13px 13px;
  margin: 0;
}
@media (max-width: 767px) {
  .birthday__modal h2 {
    font-size: 14px;
    padding: 23px 0 4px 0;
  }
}
.birthday__modal p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #4e565d;
  padding: 0px 13px;
  margin: 0;
}
@media (max-width: 767px) {
  .birthday__modal p {
    font-size: 10px;
    padding: 0px 0px;
  }
}
.birthday__modal form {
  padding: 0px 13px 35px 13px;
}
@media (max-width: 767px) {
  .birthday__modal form {
    padding: 0px 0px 23px 0px;
  }
  .birthday__modal form .mb-4 {
    margin-bottom: 0.5rem !important;
  }
  .birthday__modal form .mt-4 {
    margin-top: 1rem !important;
  }
}
.birthday__modal form .birthday__save {
  padding: 9px 0;
  width: 260px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #4e565d;
  border: 1px #C3C6C6 solid;
  border-radius: 46%;
  margin: 20px auto 20px auto !important;
  display: block;
  background-color: transparent;
  font-family: "Times New Roman", sans-serif;
}
@media (max-width: 767px) {
  .birthday__modal form .birthday__save {
    padding: 5px 0;
    width: 155px;
    height: 26px;
    font-size: 10px;
    margin: 10px auto 10px auto !important;
  }
  .birthday__modal form .birthday__save svg {
    transform: scale(0.6);
    margin-top: -2px;
  }
}
.birthday__modal form .txt_required {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #4e565d;
  text-align: left;
  padding: 0;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .birthday__modal form .txt_required {
    font-size: 8px;
  }
}
.birthday__modal form .form-control {
  border: 0.85px solid #c3c6c6;
  border-radius: 3px;
  padding: 8px;
  height: 32px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .birthday__modal form .form-control {
    border: 0.5px solid #c3c6c6;
    border-radius: 2px;
    padding: 0px 6px;
    height: 16px;
    font-weight: 400;
    font-size: 10px;
  }
}
.birthday__modal form .form-check {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #4e565d;
}
.birthday__modal form .form-check a {
  color: inherit;
}
@media (max-width: 767px) {
  .birthday__modal form .form-check {
    font-size: 10px;
    line-height: 120%;
    padding-left: 25px;
  }
}
.birthday__modal form .form-check .form-check-input {
  background-color: transparent;
}
@media (max-width: 767px) {
  .birthday__modal form .form-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-left: -25px;
  }
}
.birthday__modal form .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(/static_files/img/check-white.svg);
  background-color: #9ca99f;
  background-size: 60%;
  border-color: #9ca99f;
}
.birthday__modal .bg {
  background-image: url(/static_files/img/birthday/bg_left.png);
  background-position: center center;
  background-size: cover;
  min-height: 500px;
}
@media (max-width: 767px) {
  .birthday__modal .bg {
    min-height: 230px;
  }
}

/* End */


/* Start:/static_files/css/comp_footer.css?17458382479472*/
.subscribe {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.subscribe__link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.subscribe__link:hover {
  color: #E6E7E1;
}
.subscribe__check {
  display: none;
}
.subscribe__check + label {
  position: relative;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.5);
  user-select: none;
}
.subscribe__check + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #BDBDB5;
  border-radius: 2px;
  background-color: #F5F5F2;
  background-position: center;
  background-repeat: no-repeat;
}
.subscribe__check:checked + label:before {
  background-image: url(/static_files/img/footer/check.svg);
}
.subscribe__title {
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.subscribe__form {
  display: flex;
}
.subscribe__inp-wrp input {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding: 0 12px;
  box-sizing: border-box;
  border: 2px solid #F5F5F2;
  border-right-width: 0;
  width: 100%;
  background-color: transparent;
  height: 55px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 2px 0 0 2px;
}
.subscribe__inp-wrp {
  flex-grow: 1;
}
.subscribe__inp-wrp input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe__inp-wrp input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe__inp-wrp input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe__inp-wrp input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.subscribe__sbmt {
  width: 55px;
  background-color: #F5F5F2;
  color: #4E565D;
  font-size: 0;
  font-weight: 500;
  text-align: center;
  line-height: 55px;
  border: 0;
  padding: 0 1rem;
  border-radius: 0 2px 2px 0;
  background-image: url(/static_files/img/footer/plane.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s;
}
.subscribe__sbmt:hover, .subscribe__sbmt:active {
  background-color: #E6E7E1;
}
.subscribe .js-form-subscribe-message {
  display: none;
  line-height: 21px;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -12px;
  background: #fff;
  width: 100%;
  z-index: 5;
  text-align: left;
}
.subscribe .js-form-subscribe-message:after {
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  margin-left: -10px;
}
.subscribe .js-form-subscribe-message ul {
  padding-left: 20px;
  margin: 0;
}
@media (min-width: 992px) {
  .subscribe {
    width: 100%;
    max-width: 450px;
  }
  .subscribe__title {
    font-size: 12px;
  }
  .subscribe__check + label {
    font-size: 14px;
  }
  .subscribe__sbmt {
    font-size: 16px;
    background-image: none;
    width: auto;
  }
  .subscribe__inp-wrp input {
    font-size: 16px;
  }
}

.footer__top {
  background: #F5F5F2;
}
.footer__item {
  padding: 16px 0 16px 62px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #4E565D;
  font-size: 12px;
  line-height: 19px;
}
.footer__item--gift {
  background-image: url(/static_files/img/footer/gift.svg);
}
.footer__item--return {
  background-image: url(/static_files/img/footer/return.svg);
}
.footer__item--pack {
  background-image: url(/static_files/img/footer/pack.svg);
}
.footer__main {
  background: #15241f;
  padding: 2rem 0;
  text-align: center;
}
.footer__col {
  border-top: 1px solid #fff;
}
.footer__copy {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__social {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer__logo {
  vertical-align: middle;
}
.footer__logo img {
  display: block;
  height: 56px;
}
.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  display: block;
  margin-bottom: 5px;
}
.footer__menu a:hover {
  color: #D0D1CD;
}
.footer__menu--about ul {
  column-count: 2;
}
.footer__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 10px;
  height: 38px;
}
@media (max-width: 767px) {
  .footer__container {
    padding: 0;
    width: auto;
    max-width: unset;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer__col--logo {
    width: 22%;
  }
  .footer__col--subscr {
    width: 48%;
  }
  .footer__col--soc {
    width: 30%;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .footer__item {
    font-size: 9px;
    padding-left: 50px;
  }
  .footer__col {
    border: none;
  }
  .footer__col .container {
    padding: 0;
  }
  .footer__main {
    margin-bottom: 0;
    text-align: left;
  }
  .footer__col--soc {
    text-align: right;
  }
  .footer__col--soc .row {
    margin: 0 -4px;
  }
  .footer__social {
    margin-top: 5px;
  }
  .footer__pay {
    text-align: right;
  }
  .footer__pay br {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer__item {
    font-size: 12px;
  }
  .footer__col--logo {
    margin-top: -4px;
  }
  .footer__menu a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer__logo img {
    height: auto;
  }
  .footer__title {
    height: auto;
  }
  .footer__copy br {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer__item {
    font-size: 14px;
    padding-left: 62px;
  }
  .footer__main {
    padding: 40px 0;
  }
  .footer__menu a {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .footer__copy {
    font-size: 14px;
  }
}
@media (min-width: 1480px) {
  .footer__col {
    text-align: center;
  }
  .footer__container {
    max-width: 1300px;
  }
  .footer__item {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.bottom__cookie {
  width: 100%;
  background: #000;
  opacity: 0.85;
  padding: 22px 0;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.bottom__cookie p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 5px;
}
.bottom__cookie p a {
  color: #fff;
  text-decoration: underline;
}
.bottom__cookie p a:hover {
  text-decoration: none;
}
.bottom__cookie-apply {
  width: 146px;
  line-height: 44px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  display: block;
  cursor: pointer;
}
.bottom__cookie-apply:hover {
  opacity: 0.85;
}
.bottom__cookie-close {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.bottom__cookie-close:hover {
  opacity: 0.85;
}
.bottom__cookie-close svg {
  width: 18px;
  margin: 12px;
}
@media (max-width: 991px) {
  .bottom__cookie {
    text-align: center;
    padding: 16px 5px;
  }
  .bottom__cookie p {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .bottom__cookie-apply {
    margin: 17px auto 0 auto;
  }
  .bottom__cookie-close svg {
    width: 14px;
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .bottom__cookie {
    bottom: 78px;
  }
}

.bx-livechat-body {
  background-image: none !important;
  background-color: #ffffff !important;
}

.bx-im-textarea-app-file:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.019 0c1.95 0 3.129 1.271 3.128 2.853v6.844c.002 1.223-.773 2.15-2.115 2.139-1.358-.012-2.102-1.01-2.096-2.322V5.749a.65.65 0 111.3-.002V9.52c-.003.663.257 1.012.807 1.017.56.005.805-.289.804-.837V2.853c0-.885-.62-1.553-1.828-1.553-1.236 0-1.929.699-1.932 1.551v8.503c.008 1.576 1.063 2.663 3.022 2.693 2.234.033 2.946-1.019 2.993-3.487l.003-.236c.003-1.43.003-2.77 0-4.02a.65.65 0 011.3-.003l.002 1.946c0 .67 0 1.364-.002 2.08-.008 3.267-1.11 5.068-4.315 5.02-2.673-.04-4.291-1.708-4.303-3.987V2.847C.793 1.28 2.063 0 4.019 0z' fill='%238fa895'/%3E%3C/svg%3E") !important;
}

.bx-im-textarea-app-smile:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.14 13.864a6.364 6.364 0 100-12.728 6.364 6.364 0 000 12.728zm0 1.136a7.5 7.5 0 110-15 7.5 7.5 0 010 15zm3.504-5.8c.194.197.191.576-.006.77a4.985 4.985 0 01-3.505 1.434 4.984 4.984 0 01-3.49-1.42c-.198-.192-.202-.571-.01-.769.193-.198.51-.364.708-.171a3.985 3.985 0 002.792 1.135c1.064 0 2.06-.416 2.804-1.147.197-.194.513-.029.707.168zM5.89 4a1 1 0 011 1v1a1 1 0 01-2 0V5a1 1 0 011-1zm4.5 0a1 1 0 011 1v1a1 1 0 01-2 0V5a1 1 0 011-1z' fill='%238fa895'/%3E%3C/svg%3E") !important;
}

.b24-form-sign {
  display: none !important;
}

.b24-form-btn {
  background-color: #8fa895 !important;
}

.b24-form-wrapper.b24-form-border-bottom {
  border-bottom-color: #8fa895 !important;
}

.bx-imopenlines-form-result-container.bx-imopenlines-form-success {
  background: #8fa895 !important;
  border-bottom: 5px solid #8fa895 !important;
}

.bx-imopenlines-form-result-container.bx-imopenlines-form-error {
  border-bottom: 5px solid #8fa895 !important;
}

.bx-imopenlines-message-dialog-number {
  display: none !important;
}

/* End */


/* Start:/static_files/css/comp_product_slider.css?17458382473015*/
.prod__slider {
  position: relative;
  margin: 0 -4px;
}
.prod__slider-btns {
  display: block;
  margin: 0 0 24px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .prod__slider-btns {
    overflow-x: scroll;
    height: 30px;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .prod__slider-btns::-webkit-scrollbar {
    display: none;
  }
}
.prod__slider-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  margin: 0 4px;
  font-weight: 700;
  user-select: none;
}
.prod__slider-btn--active {
  color: #8fa895;
}
.prod__slider-btn:only-child {
  color: #231F20;
  cursor: default;
}
@media (max-width: 767px) {
  .prod__slider-btn {
    margin: 0 20px 0 0;
  }
}
.prod__slider-tab {
  height: 0;
  overflow: hidden;
}
.prod__slider-tab--active {
  height: unset;
  overflow: visible;
}
.prod__slider .slick-list,
.prod__slider .slick-track {
  display: flex;
}
.prod__slider .prod__slide.prod__wrap {
  display: flex;
}
.prod__slider .prod__slide {
  padding: 0 4px;
  margin-bottom: 10px;
}
.prod__slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  text-align: center;
}
.prod__slider .slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 8px;
}
.prod__slider .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #8fa895;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  padding: 0;
}
.prod__slider .slick-dots .slick-active button {
  background-color: #8fa895;
  border-color: #8fa895;
}
.prod__slider .slick-arrow {
  top: 0;
  bottom: 0;
  width: 70px;
  opacity: 1;
  border-radius: 0;
  border: 0;
  transform: none;
  height: auto;
  margin-top: 0;
}
.prod__slider .slick-arrow:before {
  content: "";
  position: absolute;
  bottom: 70px;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(/static_files/img/header/arr-right.svg) center no-repeat;
  background-size: contain;
  opacity: 0.6;
  transform: none;
}
.prod__slider .slick-arrow:hover:before {
  opacity: 1;
}
.prod__slider .slick-prev {
  left: -1px;
  background-image: none;
}
.prod__slider .slick-prev:before {
  left: 8px;
  transform: rotate(180deg);
}
.prod__slider .slick-next {
  right: -1px;
  background-image: none;
}
.prod__slider .slick-next:before {
  right: 8px;
}
.prod__slider.slick-dotted .slick-arrow {
  bottom: 38px;
}
@media (min-width: 576px) {
  .prod__slider {
    margin: 0 -8px;
  }
  .prod__slider .prod__slide {
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  .prod__slider {
    margin: 0 -16px;
  }
  .prod__slider-btns {
    text-align: center;
    margin-bottom: 32px;
  }
  .prod__slider-btn {
    font-size: 25px;
    line-height: 40px;
    margin: 0 16px;
  }
  .prod__slider .prod__slide {
    padding: 0 16px;
  }
  .prod__slider .slick-prev:before {
    left: 32px;
  }
  .prod__slider .slick-next:before {
    right: 32px;
  }
}

/* End */


/* Start:/static_files/css/core.css?16758314041826*/
.dolyame-modal-body {
  font-size: 15px;
}
.dolyame-modal-body .dolyame-graph {
  background: #F5F5F2;
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-text {
  font-weight: 700;
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-text span {
  font-weight: 400;
  white-space: nowrap;
  color: #868680;
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-icon {
  position: relative;
  height: 24px;
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-icon:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F5F5F2;
  background-size: 24px 24px;
  width: 40px;
  height: 24px;
  left: 50%;
  margin-left: -20px;
  top: 0;
  z-index: 2;
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 50%;
  right: 0;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
@media (max-width: 991px) {
  .dolyame-modal-body .dolyame-graph .dolyame-graph-icon:after {
    display: none;
  }
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-icon.icon-25:before {
  background-image: url("/static_files/img/dolyame/graph_25.svg");
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-icon.icon-25:after {
  width: calc(50% - 20px);
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-icon.icon-50:before {
  background-image: url("/static_files/img/dolyame/graph_50.svg");
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-icon.icon-75:before {
  background-image: url("/static_files/img/dolyame/graph_75.svg");
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-icon.icon-100:before {
  background-image: url("/static_files/img/dolyame/graph_100.svg");
}
.dolyame-modal-body .dolyame-graph .dolyame-graph-icon.icon-100:after {
  width: calc(50% - 20px);
  left: 0;
  right: auto;
}

/* End */


/* Start:/static_files/_refactor/lib/fancybox3/jquery.fancybox3.min.css?167583140412795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/static_files/_refactor/lib/magnefic/magnific-popup.css?167583140412129*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 54px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  text-shadow: 0 1px #fff;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); 
}
.mfp-close:active {
    top: 1px; 
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.white-popup .popup_header {
    background: #fff;
  color: #212121;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  line-height:1.1
}

/* Styles for dialog window */
    .white-popup-block {
        background: #FFF;
        padding: 20px 15px;
        text-align: left;
        max-width: 650px;
        margin: 0 auto;
        position: relative;
    }
    .white-popup-block.white-popup-no-padding {
        padding:0
    }
    @media (max-width: 480px) {
        .white-popup .popup_header {
            font-size:20px
        }
    }
/**
       * Fade-zoom animation for first dialog
       */
      
      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
        opacity: 0;

        -webkit-transition: all 0.2s ease-in-out; 
        -moz-transition: all 0.2s ease-in-out; 
        -o-transition: all 0.2s ease-in-out; 
        transition: all 0.2s ease-in-out; 



        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 
      }

      /* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
        opacity: 1;

        -webkit-transform: scale(1); 
        -moz-transform: scale(1); 
        -ms-transform: scale(1); 
        -o-transform: scale(1); 
        transform: scale(1); 
      }

      /* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
        -webkit-transform: scale(0.8); 
        -moz-transform: scale(0.8); 
        -ms-transform: scale(0.8); 
        -o-transform: scale(0.8); 
        transform: scale(0.8); 

        opacity: 0;
      }

      /* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
      }

     
      /**
       * Fade-move animation for second dialog
       */
      
      /* at start */
      .my-mfp-slide-bottom .zoom-anim-dialog {
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
        transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

      }
      
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
        opacity: 1;
        -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
        transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
      }

      /* animate out */
      .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
        opacity: 0;
        -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
        transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
      }

      /* Dark overlay, start state */
      .my-mfp-slide-bottom.mfp-bg {
        opacity: 0;

        -webkit-transition: opacity 0.3s ease-out; 
        -moz-transition: opacity 0.3s ease-out; 
        -o-transition: opacity 0.3s ease-out; 
        transition: opacity 0.3s ease-out;
      }
      /* animate in */
      .my-mfp-slide-bottom.mfp-ready.mfp-bg {
        opacity: 0.8;
      }
      /* animate out */
      .my-mfp-slide-bottom.mfp-removing.mfp-bg {
        opacity: 0;
      }
/* End */


/* Start:/static_files/_refactor/lib/oscrollbar/OverlayScrollbars.min.css?167583140417692*/
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.3.0
 * 
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 26.02.2018
 */

html.os-html,html.os-html > .os-host{display:block;overflow:hidden;box-sizing:border-box;height:100%!important;width:100%!important;min-width:100%!important;min-height:100%!important;margin:0!important;position:absolute!important}html.os-html > .os-host > .os-padding{position:absolute}body.os-dragging,body.os-dragging *{cursor:default}.os-host,.os-host-textarea{position:relative;overflow:visible!important}#hs-dummy-scrollbar-size{position:fixed;opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);visibility:hidden;overflow:scroll;height:500px;width:500px}#hs-dummy-scrollbar-size,.os-viewport{-ms-overflow-style:scrollbar!important}.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner{display:none!important;width:0!important;height:0!important;visibility:hidden!important;background:transparent!important}.os-content-glue{max-height:100%;max-width:100%;width:100%;pointer-events:none}.os-padding{direction:inherit;position:absolute;overflow:visible;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:1}.os-host-overflow > .os-padding{overflow:hidden}.os-viewport{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.os-content-arrange{position:absolute;z-index:-1;min-height:1px;min-width:1px;pointer-events:none}.os-content{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:100%;height:100%;width:100%;visibility:visible}.os-host-textarea > .os-padding > .os-content{overflow:hidden!important}.os-content > .os-textarea{direction:inherit!important;float:none!important;margin:0!important;max-height:none!important;max-width:none!important;border:none!important;border-radius:0!important;background:transparent!important;outline:0 none transparent!important;overflow:hidden!important;resize:none!important;position:absolute!important;top:0!important;left:0!important;z-index:1;padding:0}.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea{right:0!important}.os-content > .os-textarea-cover{z-index:-1;pointer-events:none}.os-content > .os-textarea[wrap='off']{white-space:pre!important;margin:0!important}.os-text-inherit{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;text-decoration:inherit;text-indent:inherit;text-align:inherit;text-shadow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;unicode-bidi:inherit;direction:inherit;color:inherit;cursor:text}.os-resize-observer,.os-resize-observer-host{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.os-resize-observer-host{padding:inherit;border:inherit;border-color:transparent;border-style:solid;box-sizing:border-box}.os-resize-observer-host:after{content:''}.os-resize-observer-host > .os-resize-observer,.os-resize-observer-host:after{height:200%;width:200%;padding:inherit;border:inherit;margin:0;display:block;box-sizing:content-box}.os-resize-observer.observed,object.os-resize-observer{box-sizing:border-box!important}.os-size-auto-observer{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none}.os-size-auto-observer > .os-resize-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-resize-observer-item{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:-1;opacity:0;direction:ltr!important;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer-item-final{position:absolute;left:0;top:0;-webkit-transition:none!important;transition:none!important;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer{-webkit-animation-duration:.001s;animation-duration:.001s;-webkit-animation-name:hs-resize-observer-dummy-animation;animation-name:hs-resize-observer-dummy-animation}.os-host-transition > .os-scrollbar,.os-host-transition > .os-scrollbar-corner{-webkit-transition:opacity 0.3s,visibility 0.3s,top 0.3s,right 0.3s,bottom 0.3s,left .3s;transition:opacity 0.3s,visibility 0.3s,top 0.3s,right 0.3s,bottom 0.3s,left .3s}html.os-html > .os-host > .os-scrollbar{position:absolute;z-index:999999}.os-scrollbar,.os-scrollbar-corner{position:absolute;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);z-index:1}.os-scrollbar-corner{bottom:0;right:0}.os-scrollbar{pointer-events:none}.os-scrollbar-track{pointer-events:auto;position:relative;height:100%;width:100%;padding:0!important;border:none!important}.os-scrollbar-handle{pointer-events:auto;position:absolute;width:100%;height:100%}.os-scrollbar-handle-off,.os-scrollbar-track-off{pointer-events:none}.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable *{pointer-events:none!important}.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-host-rtl > .os-scrollbar-horizontal{right:0}.os-host-rtl > .os-scrollbar-vertical{right:auto;left:0}.os-host-rtl > .os-scrollbar-corner{right:auto;left:0}.os-scrollbar-auto-hidden,.os-padding + .os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner{opacity:0;visibility:hidden;pointer-events:none}.os-scrollbar-corner-resize-both{cursor:nwse-resize}.os-host-rtl > .os-scrollbar-corner-resize-both{cursor:nesw-resize}.os-scrollbar-corner-resize-horizontal{cursor:ew-resize}.os-scrollbar-corner-resize-vertical{cursor:ns-resize}.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize{cursor:default}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical{top:0;bottom:0}.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal{right:0;left:0}.os-scrollbar:hover,.os-scrollbar-corner.os-scrollbar-corner-resize{opacity:1!important;visibility:visible!important}.os-scrollbar-corner.os-scrollbar-corner-resize{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);background-repeat:no-repeat;background-position:100% 100%;pointer-events:auto!important}.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.os-host-overflow{overflow:hidden!important}@-webkit-keyframes hs-resize-observer-dummy-animation{from{z-index:0}to{z-index:-1}}@keyframes hs-resize-observer-dummy-animation{from{z-index:0}to{z-index:-1}}.os-theme-none > .os-scrollbar-horizontal,.os-theme-none > .os-scrollbar-vertical,.os-theme-none > .os-scrollbar-corner{display:none!important}.os-theme-none > .os-scrollbar-corner-resize{display:block!important;min-width:10px;min-height:10px}.os-theme-dark > .os-scrollbar-horizontal,.os-theme-light > .os-scrollbar-horizontal{right:10px;height:10px}.os-theme-dark > .os-scrollbar-vertical,.os-theme-light > .os-scrollbar-vertical{bottom:10px;width:10px}.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,.os-theme-light.os-host-rtl > .os-scrollbar-horizontal{left:10px;right:0}.os-theme-dark > .os-scrollbar-corner,.os-theme-light > .os-scrollbar-corner{height:10px;width:10px;background-color:transparent}.os-theme-dark > .os-scrollbar,.os-theme-light > .os-scrollbar{padding:2px;box-sizing:border-box;background:transparent}.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,.os-theme-light > .os-scrollbar.os-scrollbar-unusable{background:transparent}.os-theme-dark > .os-scrollbar > .os-scrollbar-track,.os-theme-light > .os-scrollbar > .os-scrollbar-track{background:transparent}.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle{min-width:30px}.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle{min-height:30px}.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{border-radius:11px;opacity:.4}.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{background:#000}.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{background:#fff}.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{-webkit-transition:opacity .3s;transition:opacity .3s}.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle{opacity:.55}.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active,.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active{opacity:.7}.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before{display:none}.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before{right:-6px;left:-2px}
/* End */


/* Start:/static_files/lib/slick/slick.css?16812238981776*/
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/static_files/_refactor/lib/noui/nouislider.min.css?16758314042959*/
/*! nouislider - 8.0.2 - 2015-07-06 13:22:09 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:10px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-13px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}
.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;font:400 12px Arial;color:#999}.noUi-value{width:40px;position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:50px;top:100%;left:0;width:100%}.noUi-value-horizontal{margin-left:-20px;padding-top:20px}.noUi-value-horizontal.noUi-value-sub{padding-top:15px}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{width:15px;margin-left:20px;margin-top:-5px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}
/* End */


/* Start:/static_files/_refactor/lib/formstyler/jquery.formstyler.css?167583140412989*/
.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    margin: 0 4px 0 0;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background:         linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
    cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: url(/static_files/_refactor/lib/formstyler/../img/checkbox-image.png) 0 0 no-repeat;
}
.jq-checkbox.focused {
    border: 1px solid #08C;
}
.jq-checkbox.disabled {
    opacity: .55;
}


.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #f81c2c;
    background: -webkit-linear-gradient(#dedddd, #FFF);
    background:         linear-gradient(#dedddd, #FFF);
    box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
    cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #f81c2c;
    border: 0 none;
}
.jq-radio.focused {
    border: 1px solid #08C;
}
.jq-radio.disabled {
    opacity: .55;
}


.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}
.jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background:         linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
    border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}


.jq-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 36px 0 0;
}
.jq-number__field {
    width: 100px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
    border-color: #B3B3B3;
}
.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
    text-align: left; /* для Opera Presto */
    -moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0; /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}
.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background:         linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}
.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}
.jq-number__spin:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
    border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA;
}


.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width:100%;
}
.jq-selectbox__select {
    height: 50px;
    padding: 14px 45px 0 10px;
    border: 1px solid #bfbfbf;
    background-color:#ffffff;
    color: #221f1f;
    font-size:18px;
    line-height:1;
}
.jq-selectbox__select:hover {
    color:#221f1f;
}
.jq-selectbox__select:active {
    color:#221f1f;
}
.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
    color: #c8bebe;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #e2dada;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #333333;
    margin:0;
    line-height: 18px;
}
.jq-selectbox li.selected {
    background-color: #eee;
    color: #333333;
}
.jq-selectbox li:hover {
    background-color: #ddd;
    color: #333333;
}
.jq-selectbox li.disabled {
    color: #AAA;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}


.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}
.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}
.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}
.jq-select-multiple li.disabled {
    color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}
.jq-select-multiple li.optgroup {
    font-weight: bold;
}
.jq-select-multiple li.option {
    padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px Arial, sans-serif;
    color: #333;
}
input[type='search'].styler {
    -webkit-appearance: none;
}
textarea.styler {
    overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    outline: none;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background:         linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
/* End */


/* Start:/static_files/_refactor/lib/Brazzers-Carousel/jQuery.Brazzers-Carousel.css?17380872781835*/
/*!
 * jQuery Brazzers Carousel v1.0.0 (http://webdesign-master.ru)
 * Copyright 2015 WebDesign Master.
 */
 
.brazzers-daddy:after {
	content: "";
	display: table;
	clear: both;
}
.js-catalog-gallery img {
	display: none;
}
.js-catalog-gallery img:first-child {
	display: inline-block;
}
.tmb-wrap {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.tmb-wrap .tmb-wrap-table {
	display: table;
	height: 100%;
	width: 100%;
}
.tmb-wrap-table div {
	display: table-cell;
    height: 100%;
	transition: all .3s ease;
	border-bottom: 4px solid transparent;
	padding-top: 10px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.tmb-wrap-table div i {
	display: block;
	border: 1px #4E565D solid;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	border-radius: 50%;
	margin: 0 auto;
}
.tmb-wrap-table div.active {
	border-color: transparent !important;
}
.tmb-wrap-table div.active i {
	background-color: #4E565D;
}
/*
.prod__item-header__prod__label--month .tmb-wrap-table div.active {
	border-color: #bced9f;
}
.prod__item-header__prod__label--hit .tmb-wrap-table div.active {
	border-color: #ed9fec;
}
.prod__item-header__prod__label--action .tmb-wrap-table div.active {
	border-color: #ecb67e;
}
.prod__item-header__prod__label--new .tmb-wrap-table div.active {
	border-color: #92baf1;
}
.prod__item-header__prod__label--sale .tmb-wrap-table div.active {
	border-color: #ff5353;
}
*/
.tmb-wrap-table div:first-child:last-child {
	border-color: transparent;
}
.image-wrap {
    display:inline;
}
.grid-prod__item-img-wrp .image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: #fff;
    height: 100%;
    width: 100%;
}
/* End */


/* Start:/static_files/_refactor/css/system.css?17380898695842*/
* {
    outline: 0 !important;
}

@font-face {
    font-family: 'Rubl';
    font-display: swap;
    font-weight: bold;
    font-style: normal;

    src: url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-bold.eot');
    src: local('O'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-bold.woff') format('woff'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-bold.ttf') format('truetype'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-bold.svg') format('svg');
}
@font-face {
    font-family: 'Rubl';
    font-display: swap;
    font-weight: bold;
    font-style: italic;

    src: url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-bolditalic.eot');
    src: local('O'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-bolditalic.woff') format('woff'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-bolditalic.ttf') format('truetype'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-bolditalic.svg') format('svg');
}
@font-face {
    font-family: 'Rubl';
    font-display: swap;
    font-weight: normal;
    font-style: normal;

    src: url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-regular.eot');
    src: local('O'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-regular.woff') format('woff'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-regular.ttf') format('truetype'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-regular.svg') format('svg');
}
@font-face {
    font-family: 'Rubl';
    font-display: swap;
    font-weight: normal;
    font-style: italic;

    src: url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-italic.eot');
    src: local('O'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-italic.woff') format('woff'), url('/static_files/_refactor/css/../fonts/alsrubl/alsrubl-arial-italic.ttf') format('truetype'), url('/static_files/_refactor/css/../alsrubl/fonts/alsrubl-arial-italic.svg') format('svg');
}

.tac {
    text-align:center
}
.flex {
    display: flex;
    flex-wrap: wrap;
}

.col-vtop {
    display: inline-block;
    float: none;

    vertical-align: top;
}
.col-vmid {
    display: inline-block;
    float: none;

    vertical-align: middle;
}
.col-vbot {
    display: inline-block;
    float: none;

    vertical-align: bottom;
}

.rubl{
    font-family: Manrope, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-indent: -999999px;
    position: relative;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    text-align: left!important;
}
.rubl:after {
    content: '₽';
    text-indent: 0;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ui-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff;
    background: rgba(255, 255, 255, .5);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-in, visibility .2s ease-in;
    transition: opacity .2s ease-in, visibility .2s ease-in;
}

.ui-spinner.abs {
    position: absolute;
}
.ui-spinner.relative {
    position: relative;
}
.ui-spinner--state_opened {
    opacity: 1;
    visibility: visible;
}
.ui-spinner__svg {
    display: block;
    height: 100%;
    width: 100%;
    background: url("/local/templates/red2018/img/Spinner_green.svg") no-repeat center;
    background-size: 140px 140px;
}


.slick-slider.slick-initialized {
    display:block
}

/*Респонсив видео */
.video-responsive {
    position: relative;
    padding: 0 0 56.25% 0;
    height: 0;
    overflow: hidden;
    margin-bottom:15px
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0px;
    border: none;
}
/*Респонсив видео --- конец*/

/*Респонсив таблица*/
table.big-data .title {
    display:none;
}
@media (max-width: 767px) {
    table.big-data {
        border:none
    }
    table.big-data thead tr {
        display:none
    }

    table.big-data tbody td:first-child {
        border-top:none
    }
    table.big-data tbody tr {
        display:block;
        margin-bottom:10px;
        border:1px solid #ccc;
        background:none!important
    }
    table.big-data .title {
        display:table-cell;
        width:40%;
        padding:5px;
        text-align:left;
        vertical-align: top;
        -webkit-box-sizing:border-box;
    	-moz-box-sizing:border-box;
    	box-sizing:border-box;
    }
    table.big-data .text {
        display:table-cell;
        width:60%;
       	-webkit-box-sizing:border-box;
    	-moz-box-sizing:border-box;
    	box-sizing:border-box;
        padding:5px
    }
    table.big-data td.empty {
        display:none!important
    }
}
/*Респонсив таблица --- конец*/

.text-left {
    text-align:left
}
.text-center {
    text-align:center
}
.text-right {
    text-align:right
}
.nobr {
    white-space:nowrap
}



@media(min-width:768px) {
    .rr-container {
        margin-bottom: 20px;
        background: #f2f1ed url("/local/templates/red2018/img/Spinner_green.svg") no-repeat center;
        background-size: 140px 140px;
    }

    .rr-container,
    .ui-spinner-catalog-rr {
        min-height:500px
    }
    .rr-container,
    .ui-spinner-catalog-rr {
        min-height:465px
    }
}
@media(min-width:1961px) {
    .rr-container,
    .ui-spinner-catalog-rr {
        min-height:539px
    }
}

.lk-displayflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.lk-displayflex._wrap {
    flex-wrap:wrap
}
.lk-displayinlineflex {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.lk-displayflex-vcenter {
    align-items:center
}
.lk-displayflex-vbottom {
    align-items:flex-end
}

.lk-displayflex-center {
    justify-content:center;
}
.lk-displayflex-spacebtwn {
    justify-content:space-between;
}

/* End */


/* Start:/static_files/_refactor/css/styles-all.css?1738260902130566*/
#recaptcha {
    display:none
}

body {
    font-family: Manrope, Arial, Helvetica, sans-serif;
    color: #231f20;
    font-size: 16px;
    line-height: 1.375rem;
}

body.fixed {
    overflow: hidden;
    width: 100%;
}

.img_100 {
    width:100%;
    height:auto!important
}

main {
    padding-bottom:30px
}

a {
    color:#d6404a;
    text-decoration:underline
}
a:hover {
    color:#000;
}
p {
    margin:0 0 15px 0
}
.bold {
    font-weight:bold
}
.italic {
    font-style:italic
}
abbr[title] {
    border:none;
    text-decoration:none
}
.shadow-block {
    display: block;
    visibility: hidden;
    position: fixed;
    z-index: 4;
    width: 0;
    height: 0;
    background-color: rgba(255,255,255,.8);
    opacity: 0;
    transition: .4s opacity;
}
.shadow-block.toggle-visible,
.shadow-block.cart-visible,
.shadow-block.search-visible,
.shadow-block.g-ideas-visible{
    display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100vh;
}
.page-section{
    padding: 35px 0 35px;
}
.section-title {
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
@media (max-width:1950px) {
    .section-title {
        font-size: 25px;
    }
}
.section-title--white{
    color: #ffffff;
}


.main__header{
    display: flex;
    flex-wrap: wrap;
}
.page-title{
    color: #000000;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 20px;
}

.catalog .page-title{
    margin-bottom: 5px;
}

@media (max-width: 1439px){
    .page-title{
        font-size: 36px;
    }
}

@media (max-width: 1439px){
    .page-title{
        font-size: 36px;
    }
}

@media (max-width:1199px){
    .page-title {
        font-size: 30px;
    }
}

@media (max-width:991px){
    .page-title {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .catalog .page-title {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}


.btn-personal {
    display:inline-block;
    border:1px solid #e0e0df;
    color:#85857f;
    font-size:13px;
    font-weight:300;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none!important;
    padding:22px 45px 19px 45px;
}
.btn-personal:hover {
    color:#fff;
    background:#e0e0df;
}

@media (max-width:560px) {
    .btn-personal {
        display:block;
    }

}

/* Поиск в шапке - декстоп */

.site-header__main-bottom .search__wrp{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #aaa;
    border-radius: 3px;
    position: relative;
    flex-grow: 1;
}
.site-header__main-bottom .search__input{
    padding: 0 60px 0 25px;
    width: 100%;
    height: 65px;
    /*line-height: 65px;*/
    border: 0;
    border-radius: 10px;
}
@media (min-width:992px) and (max-width:1199px) {
    .site-header__main-bottom .search__input {
        color:#fff;
    }
    .site-header__main-bottom .focused .search__input {
        color:#000
    }
}
.site-header__main-bottom .search__input::-webkit-input-placeholder{
    font-weight: 300;
    font-size: 18px;
    color: #bebfc1;
    font-style: italic;
    text-transform: uppercase;
}
.site-header__main-bottom .search__input:-ms-input-placeholder{
    font-weight: 300;
    font-size: 18px;
    color: #bebfc1;
    font-style: italic;
    text-transform: uppercase;
}
.site-header__main-bottom .search__input::-ms-input-placeholder{
    font-weight: 300;
    font-size: 18px;
    color: #bebfc1;
    font-style: italic;
    text-transform: uppercase;
}
.site-header__main-bottom .search__input::placeholder{
    font-weight: 300;
    font-size: 18px;
    color: #bebfc1;
    font-style: italic;
    text-transform: uppercase;
}
.site-header__main-bottom .search__btn{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    background: transparent;
    cursor: pointer;
    border:none
}


.search__wrp{
    transition: .4s width;
}
.search__wrp.focused{
    z-index: 5;
    position: absolute;
    right: 0;
    width: 100% !important;
}
.search__wrp.suggest-visible .search-suggest{
    display: block;
}
.search-suggest{
    display: none;
    position: absolute;
    width: calc(100% + 2px);
    top: 100%;
    left: -1px;
    z-index: 1;
    background: #ffffff;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    max-height: 200px;
    padding-top:25px;
}
.search-suggest:before{
    content: '';
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    top: 0;
    left: 25px;
    background-color: rgba(0,0,0,0.1);
}
.search-suggest .search-suggest__title a{
    color: #d6404a;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.search-suggest .search-suggest__title a:visited{
    color: #d6404a;
}
.search-suggest .search-suggest__show-all a,
.search-suggest .search-suggest__item a{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}
.search-suggest .search-suggest__show-all a,
.search-suggest .search-suggest__item a:visited{
    color: #000000;
}
.search-suggest .search-suggest__show-all a:hover,
.search-suggest .search-suggest__item a:hover{
    color: #d6404a;
}
.search-suggest .search-suggest__item b{
    font-weight: 500;
}
.search-suggest .search-suggest__block{
    padding: 0 25px 25px 25px;
}
.search-suggest .search-suggest__block{
    padding: 0 25px 25px 25px;
}
.search-suggest .search-suggest__show-all {
    padding: 5px 25px 5px 25px;
    border-top: 1px solid #bebebe;
}

.search-suggest .search-suggest__block:last-child{
    margin-bottom: 0;
}
.search-suggest__product {
    margin-top:10px;
}
.search-suggest__product a {
    display:table;
    width:100%;
    table-layout:fixed;
}
.search-suggest__product a > span {
    display:table-cell;
    vertical-align:middle;
}
.search-suggest__product .img > span {
    background-repeat:no-repeat;
    background-size:contain;
    background-position:50% 50%;
    width:50px;
    height:50px;
    display:block;
    border: 1px solid #eee;
}
.search-suggest__product .img {
    width:50px;
}
.search-suggest__product .text {
    width:100%;
    padding-left:10px;
}
@media (max-width:400px) {
    .search-suggest .search-suggest__block {
        padding:0 0 10px 0
    }
    .search-suggest .search-suggest__show-all {
        padding-left:0
    }

}

.js-search-suggest-have{
    transition: none;
}
.js-search-suggest-have.focused{
    transition: .3s width;
}





.left-menu{
    list-style: none;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
}
.left-menu__item{
    display: block;
}
.left-menu__link,
.left-menu__link:visited{
    display: block;
    opacity: 0.6;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 12px 0;
    text-decoration:none
}
.left-menu__link.selected,
.main-menu__item.selected .main-menu__link{
    opacity: 1;
}
.left-side__spec-offer{
    text-align: center;
}
.left-side__spec-offer a{
    text-decoration:none
}
.left-side__spec-offer a{
    color: white;
    display: inline-block;
    min-width: 160px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 16px 10px 14px;
    background-color: hsl(356, 65%, 55%);
}
.left-side__spec-offer a:visited{
    color: white;
}
.js-index-top-col-left {
    position:relative;
    padding-bottom:60px
}

.js-index-top-col-left .left-side__spec-offer {
    position:absolute;
    bottom:0;
    width:100%;
    left: 0;
}

.main-slider-nav,
.main-slider {
    display:none
}

.main-slider__container .main-slider-nav .slick-track{
    margin-left:0;
    margin-right:0;
}
.main-slider__item a{
    display: block;
    padding-top: 34%;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.main-slider-nav{
    padding-top: 35px;
    border-bottom: 1px solid #cccccc;
}
.main-slider-nav__item{
    min-height: 75px;
    cursor: pointer;
    position: relative;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    padding-right: 30px;
    color: rgba(0,0,0,0.6);
}
.main-slider-nav__item:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*    width: calc(100% - 30px);*/
    height: 13px;
    background-color: transparent;
}
.main-slider-nav__item.slick-current{
    font-weight: 400;
    color: rgba(0,0,0,1);
}
.main-slider-nav__item.slick-current:after{
    background-color: #b9424b;
}

.main-section{
    padding-bottom: 100px;
}


@media (max-width: 1959px){
    .main-section {
        padding-bottom: 50px;
    }
    .main-slider-nav {
        padding-top: 20px;
    }
    .main-slider-nav__item {
        min-height: 0;
        font-size: 15px;
    }
    .main-slider-nav__item:after{
        height: 10px;
    }
}
@media (max-width:1199px){
    .main-section {
        padding-bottom: 50px;
    }
    .main-slider-nav__item {
        font-size: 12px;
    }
}

.main-slider-mobil-nav{
    display: none;
}
@media (max-width: 991px){
    .main-section {
        padding-bottom:10px
    }
    .main-slider-nav{
        display: none!important;
    }
}
@media (max-width: 767px){
    .main-section {
        padding-bottom:0
    }

    .main-slider__container{
        padding: 0;
        margin: 0 -15px;
    }


    .main-slider-mobil-nav{
        display: block;
        position: relative;
    }
    .main-slider-mobil-nav__main-btn{
        padding: 35px 15px 35px;
        color: #86867f;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.4;
        text-transform: uppercase;
        padding-left: 18%;
        padding-right: 18%;
        cursor: pointer;
        position: relative;
        border-top: 1px solid rgba(0,0,0,0.1);
    }
    .main-slider-mobil-nav__main-btn:after {
        content: '';
        position: absolute;
        top: 39px;
        right: 12%;
        width: 10px;
        height: 10px;
        border: 2px solid rgba(0,0,0,0.3);
        border-left: 0;
        border-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .main-slider-mobil-nav__items-cont{
        display: block;
        position: absolute;
        top: 100%;
        background-color: #ffffff;
        z-index: 1;
        box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
        transition: .4s all;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
    .main-slider-mobil-nav__items-cont.visible{
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .main-slider-mobil-nav__item {
        padding: 10px 15px 10px;
        color: #86867f;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.4;
        text-transform: uppercase;
        padding-left: 18%;
        padding-right: 18%;
        cursor: pointer;
        border-top: 1px solid rgba(0,0,0,0.06);
    }
    .main-slider-mobil-nav__item.active,
    .main-slider-mobil-nav__item.visible{
        display: block;
    }
}

@media (max-width:500px){
    .main-slider-mobil-nav__main-btn {
        padding: 15px;
        font-size: 15px;
        padding-right: 30px;
    }
    .main-slider-mobil-nav__main-btn:after {
        top: 50%;
        right: 15px;
        margin-top: -7px;
    }
    .main-slider-mobil-nav__item {
        padding: 10px 15px;
        font-size: 15px;
    }
}


/* Секция специальных товаров */


.spec-prod-section.js-card-rr-block {
    margin-bottom:0
}

.catalog__products-slider,
.tabs-body__item{
    display: none;
}
.catalog__products-slider.slick-initialized,
.tabs-body__item.active{
    display: block;
}

.spec-prod-section .tabs-header{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.spec-prod-section .tabs-header__item{
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
    color: #d6404a;
    text-transform: uppercase;
    padding: 25px 30px 21px;
    cursor: pointer;
}
.spec-prod-section .tabs-header__item.active{
    color: #ffffff;
    background-color: hsl(356, 65%, 55%);
    transition: .3s all;
}
.spec-prod-section .tabs-header__item-index-hit.active{
    background-color: #92baf1;
    color: #ffffff;
}
.spec-prod-section .tabs-header__item-index-new.active{
    background-color: #EFA6EC;
    color: #ffffff;
}
.spec-prod-section .tabs-header__item-index-sale.active{
    background-color: #ff5353;
    color: #ffffff;
}
.catalog .swiper-wrapper {
    align-items: center;
}



/* Товары в слайдерах */

.grid-prod__item{
    position: relative;
    background-color: #ffffff;
}
.grid-prod__item:after {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    bottom: 0;
    content: "";
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.2);
}
.grid-prod__item-header{
    position: relative;
    padding: 30px 45px 30px;
    height: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eeeeee;
}
.grid-prod__item-header .grid-prod__item-addblock{
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
}
.grid-prod__item-header:hover .grid-prod__item-addblock{
    opacity: 1;
}
.grid-prod__item-header .grid-prod__item-addblock-col{
    padding: 0 10px;
}



.grid-prod__item-header img{
    max-width: 100%;
    max-height: 100%;
}
.grid-prod__body{
    padding: 30px 45px 30px;
    color: #231f20;
    font-size: 18px;
    font-weight: 300;
}
.grid-prod__body a,
.grid-prod__body a:visited{
    color: #231f20;
    text-decoration: none;
}
.grid-prod__body a:hover{
    color: #231f20;
    text-decoration: none;
}
.grid-prod__desc{
    height: 110px;
    overflow: hidden;
    line-height: 1.5;
}
.grid-prod__price{
    color: #86867f;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    padding-top: 5px;
}

.prod__price--right-part {
    line-height:0;
    white-space: nowrap;
}

.grid-prod__item-body .grid-prod__item-addblock{
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-prod__item-body .grid-prod__item-addblock-col{
    padding: 0 10px;
}

.grid-prod__body .grid-prod__item-addblock {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 15px;
    margin: 0 -10px;
}


@media (max-width: 1960px){
    .spec-prod-section {
        padding: 40px 0 25px;
    }
    .spec-prod-section .tabs-header {
        margin-bottom: 5px;
    }
    .spec-prod-section .tabs-header__item {
        font-size: 16px;
        padding: 18px 18px 15px;
    }
    .grid-prod__item-header {
        padding: 18px 20px 18px;
        height: 230px;
    }
    .grid-prod__body {
        padding: 18px 20px 18px;
        color: #231f20;
        font-size: 14px;
    }
    .grid-prod__desc {
        height: 82px;
    }
    .grid-prod__price {
        font-size: 24px;
        padding-top: 8px;
    }
}


@media (max-width:767px){
    .spec-prod-month__slider.catalog {
        padding:0 15px
    }

    .spec-prod-section {
        padding: 20px 0 10px;
    }
    .spec-prod-section .tabs-header {
        padding: 0 15px;
    }
    .spec-prod-section .tabs-header__item {
        font-size: 12px;
        padding: 18px 15px 15px;
        text-align: center;
        /*border: 1px solid #d6404a;*/
        border-right: 0;
    }
    /*.spec-prod-section .tabs-header__item:last-child{
        border-right: 1px solid #d6404a;
    }*/
    .spec-prod-section .container1,
    .spec-prod-month .container{
        padding: 0;
    }

    .grid-prod__item-header:hover .grid-prod__item-addblock{
        display: none;
        opacity: 0;
    }
    .grid-prod__head .grid-prod__item-addblock{
        display: none;
    }
}
@media (max-width:414px){
    .spec-prod-month__slider.catalog {
        padding:0 2px
    }
    .spec-prod-month__slider.catalog .slick-prev{
        left:0
    }
    .spec-prod-month__slider.catalog .slick-next{
        right:0
    }
}
@media (max-width:359px){
    .spec-prod-section .tabs-header__item {
        font-size: 10px;
    }
}


.slick-arrow{
    position: absolute;
    background: transparent;
    font-size: 0;
    color: transparent;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid black;
    opacity: .4;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 3;
}
.slick-prev{
    left: 0;
}

.slick-prev:before{
    content: '';
    position: absolute;
    left: 4px;
    background: transparent url(/local/templates/red2018/img/arrow-bottom-black.svg) 50% 50% / 10px 10px no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 6px;
    width: 10px;
    height: 10px;
}
.slick-next{
    right: 0;
}
.slick-next:before{
    content: '';
    position: absolute;
    left: 6px;
    background: transparent url(/local/templates/red2018/img/arrow-bottom-black.svg) 50% 50% / 10px 10px no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 6px;
    width: 10px;
    height: 10px;
}

.slick-dots{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    margin: 0;
    padding: 8px;
}
.slick-dots button{
    display: block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 2px solid #84847e;
    border-radius: 50%;
    font-size: 0;
    color: transparent;
}
.slick-dots .slick-active button{
    background-color: #84847e;
}

@media (max-width:1950px){
    .slick-prev {
        left: -15px;
    }
    .slick-next{
        right: -15px;
    }
}

.spec-prod-month{
    background: #f2f1ed;
    padding: 50px 0 35px;
}
.spec-prod-month .section-title {
    margin-bottom: 5px;
}
.spec-prod-month__slider .slick-dots button{
    border: 2px solid #ffffff;
}
.spec-prod-month__slider .slick-dots .slick-active button{
    background-color: #ffffff;
}



.btn__section-trnsp-wrp{
    text-align: center;
}
.btn__section-trnsp{
    display: inline-block;
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 27px 15px 25px;
    border: 1px solid #000000;
    opacity: .3;
    min-width: 335px;
    text-decoration:none
}

@media (max-width: 1950px){
    .btn__section-trnsp {
        font-size: 13px;
        padding: 20px 15px 16px;
        min-width: 230px;
    }
}

@media (max-width: 1199px){
    .btn__section-trnsp {
        font-size: 11px;
        padding: 15px 15px 11px;
        min-width: 170px;
    }
}

.section-news{
    padding: 35px 0 35px;
}


.section-news .section-title{
    margin-bottom: 35px;
}

.prw-event .prw-event__top {
    background: transparent;
    padding: 0;
}
.prw-event .prw-event__top img {
    width: 100%;
    height: auto;
}

.prw-event__img-hor {
    display:none
}
@media (min-width:500px) and (max-width:991px) {
    .section-news .prw-event__img-hor {
        display:block
    }
    .section-news .prw-event__img-ver {
        display:none
    }
}
@media (min-width:500px) and (max-width:1199px) {
    .news .prw-event__img-hor {
        display:block
    }
    .news .prw-event__img-ver {
        display:none
    }
}

.prw-event__top{
    background: transparent;
    padding: 50px 60px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*min-height: 900px;*/
}

.prw-event__top:hover{
    text-decoration: none;
}
.prw-event__top:visited{
    color: #ffffff;
}
.prw-event__header{
    display: flex;
}
.prw-event__header-col{
    width: 50%;
    padding: 0 15px;
}
.prw-event__date{
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
}
.prw-event__address{
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}
.prw-event__img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 460px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
.prw-event__img img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    width: 273px;
    height: 273px;
}
.prw-event__title{
    min-height: 280px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    margin-top: auto;
}
.prw-event__desc{
    display: block;
    padding: 30px 0;
    color: #231f20;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    text-decoration: none;
}
.prw-event__desc:visited,
.prw-event__desc:hover{
    color: #231f20;
    text-decoration: none;
}
.prw-event__desc img {
    width:100%!important;
    height:auto!important
}

.prw-news__container .col-vtop{
    margin-bottom: 30px;
}
.prw-news__row{
    margin-bottom: 40px;
}
.prw-news{
    height: 100%;
}
.prw-news img {
    max-width:100%;
    height:auto!important
}
.prw-news.bw img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.prw-news a,
.prw-news a:visited,
.prw-news a:hover{
    color: #231f20;
    text-decoration: none;
    display:inline-block
}
.prw-news__container{
    display: flex;
    flex-wrap: wrap;
}
.prw-news__img {
    margin-bottom: 40px;
    position: relative;
    padding-top: 46%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: block !important;
}

.prw-news__img img{
    max-width:100%
}
.prw-news__title{
    color: black;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
}
.prw-news__date{
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}
.prw-news__desc{
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}




.prw-glossary{
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid rgba(0,0,0,0.1);
    height: 100%;
}
.prw-glossary:hover{
    text-decoration: none;
}
.prw-glossary__header{
    display: block;
    text-align: left;
    color: #86867f;
    font-size: 124px;
    line-height: 1;
    font-weight: 500;
}
.prw-glossary__header:visited{
    color: #86867f;
}
.prw-glossary__body{
    text-align: center;
    padding: 15px 0;
}
.prw-glossary__img{
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    width: 233px;
    height: 232px;
}
.prw-glossary__footer-title{
    padding: 15px 0 0;
    color: black;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}
.prw-glossary__footer-term{
    padding-top: 30px;
    color: #86867f;
    font-size: 47px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    word-break: break-all;
}

.prw-action{
    display: flex;
    flex-direction: column;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    color: #ffffff;
    padding: 15px;
    min-height: 580px;
}

.prw-action:hover,
.prw-action:visited{
    color: #ffffff;
    text-decoration: none;
}
.prw-action__body{
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
.prw-action__img{
    max-width: 100%;
    max-width: 100%;
}


@media (max-width:1959px){
    .prw-event__top {
        padding: 30px 45px;
        /*min-height: 700px;*/
    }

    .prw-event__date {
        font-size: 21px;
    }
    .prw-event__address {
        font-size: 14px;
    }
    .prw-event__img {
        height: 330px;
    }
    .prw-event__img img {
        width: 200px;
        height: 200px;
    }
    .prw-event__title {
        min-height: 210px;
    }
    .prw-event__desc {
        font-size: 14px;
    }
    .prw-news__img {
        margin-bottom: 30px;
    }
    .prw-news__title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .prw-news__desc{
        font-size: 14px;
    }

    .prw-glossary {
        padding: 16px 25px;
    }
    .prw-glossary__header {
        font-size: 84px;
    }
    .prw-glossary__img {
        width: 160px;
        height: 160px;
    }
    .prw-glossary__footer-title {
        padding: 5px 0 0;
        font-size: 14px;
    }
    .prw-glossary__footer-term {
        padding-top: 10px;
        color: #86867f;
        font-size: 36px;
    }

    .prw-action__body {
        font-size: 16px;
    }
    .prw-action{
        min-height: 425px;
    }

}


@media (max-width:1439px){
    .prw-event__top {
        padding: 20px 25px;
        /*min-height: 700px;*/
    }
    .prw-event__date {
        font-size: 15px;
    }
    .prw-event__address {
        font-size: 15px;
    }
    .prw-event__img {
        height: 200px;
    }
    .prw-event__img img {
        width: 135px;
        height: 135px;
    }
    .prw-event__title {
        min-height: 150px;
        font-size: 26px;
        font-weight: 400;
    }
    .prw-event__desc {
        font-size: 13px;
    }

    .prw-news__img {
        margin-bottom: 20px;
    }
    .prw-news__title {
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .prw-news__desc {
        font-size: 13px;
    }
    .prw-glossary__header {
        font-size: 60px;
    }
    .prw-glossary__img {
        width: 115px;
        height: 115px;
    }
    .prw-glossary__footer-title {
        font-size: 11px;
    }
    .prw-glossary__footer-term {
        font-size: 26px;
    }
}

.section-news .btn__section-trnsp-wrp{
    padding: 5px 0 0;
}

@media (max-width: 1199px){
    .prw-event__top {
        display: block;
        min-height: 0;
    }
}

@media (max-width:991px){
    .prw-event__header-col {
        width: 100%;
    }
    .prw-event__header{
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }
    .prw-event__img{
        display: inline-flex;
        width: 50%;
        height: 200px;
        vertical-align: middle;
        border: 0;
    }
    .prw-event__date {
        font-size: 20px;
    }
    .prw-event__address {
        font-size: 16px;
        padding-top: 16px;
    }
    .prw-event__title {
        min-height: 0;
        border-top: 1px solid rgba(255,255,255,0.6);
        margin-top: 16px;
        margin-bottom: 0;
    }
    .prw-event__title {
        min-height: 0;
        font-size: 20px;
        padding: 10px 0 0;
    }
}


@media (max-width:767px){


    .prw-glossary {
        display: inline-block;
        min-width: 50%;
    }
    .section-news .btn__section-trnsp-wrp {
        padding: 5px 15px 0 15px;
    }

    .prw-news__row{
        margin-bottom: 0;
    }

}

@media (max-width:480px){
    .prw-news__desc{
        display: block;
        font-size: 14px;
    }
    .prw-news .prw-news__title{
        padding-left: 0;
    }
    .prw-news .prw-news__img,
    .prw-news .prw-news__title{
        width: 100%;
    }
    /* .prw-news .prw-news__img{
         padding-top: 100%;
     }*/
    .prw-glossary {
        display: block;
    }

    .prw-event__header{
        width: 100%;
    }
    .prw-event__img{
        width: 100%;
    }
    .prw-event__top {
        padding: 15px;
    }
    .prw-event__header-col{
        padding: 0;
    }

}




.section-instagram{
    padding: 35px 0 35px;
}
.section-instagram .section-title--img{
    text-align: center;
}
.section-instagram .section-title--img img{
    width: 410px;
    max-width: 100%;
}
.section-instagram{
    background-color: #eef0f2;
}
.prw-instagram__img{
    padding-top: 100%;
    margin-bottom: 40px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.prw-instagram__desc{
    color: black;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
}
.prw-instagram__desc a,
.prw-instagram__desc a:visited{
    color: #1b75bb;
    text-decoration: none;
}
.prw-instagram__desc a:hover{
    text-decoration: underline;
}

.prw-instagram__container{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}


.prw-instagram__item-wrp{
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.prw-instagram__desc{
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}
.prw-instagram__desc a,
.prw-instagram__desc a:hover{
    color: #1b75bb;
    text-decoration: none;
}
.prw-instagram__desc a:hover{
    text-decoration: underline;
}


.section-instagram .btn__section-trnsp-wrp{
    padding-top: 35px;
}
@media (max-width:1950px){
    .section-instagram .btn__section-trnsp-wrp {
        padding-top: 16px;
    }
}

@media (max-width:1950px){
    .section-instagram .section-title--img img {
        width: 310px;
    }
    .prw-instagram__img {
        margin-bottom: 20px;
    }
    .prw-instagram__desc {
        font-size: 14px;
    }
}

@media (max-width:1450px){
    .section-instagram .section-title--img img {
        width: 225px;
    }
    .prw-instagram__desc {
        font-size: 12px;
    }
}
@media (max-width:1199px){
    .section-instagram .section-title--img img {
        width: 225px;
    }
    .prw-instagram__desc {
        font-size: 12px;
    }
}

@media (max-width:991px){

    .prw-instagram__container{
        white-space: nowrap;
        margin: 0 ;
        display: block;
        max-width:100%;
    }
    .prw-instagram__item-wrp {
        width: 200px;
        display: inline-block;
        white-space: normal;
        vertical-align:top;
    }

    /* дорожка */
    .prw-instagram__container::-webkit-scrollbar-track {
        display: none;
    }

    /* бегунок */
    .prw-instagram__container::-webkit-scrollbar-thumb {
        display: none;
    }

    /* ширина полосы прокрутки */
    .prw-instagram__container::-webkit-scrollbar{
        display: none;
    }

    .prw-instagram__container::-webkit-scrollbar {
        width: 0;
    }
    .prw-instagram__container .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
        width: 100%;
        height: 10px;
        margin: 0;
        border-radius: 0;
        background-color: rgba(0,0,0,0.1);
    }
    .prw-instagram__container .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 10px;
        margin: 0;
        background-color: rgba(0,0,0,0.4);
        border-radius: 0;
    }

}


.section-brends{
    padding: 70px 0 70px;
}
main .section-brends .prw-brends__container{
    margin: 0 -15px;
    text-align: center;
    display:block!important
}
.prw-brends__wrp{
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    width: 20%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-height: 200px;
    text-align: center;
}
.prw-brends__wrp a {
    align-items: center;
    justify-content: center;
    text-align:center;
    width:100%;
    height: 200px;
    display: flex;
}
.prw-brends__wrp img{
    max-width: 100%;
    max-height: 200px;
    display: inline-block;
}

.prw-brends__slider .slick-prev {
    left: 0;
}
.prw-brends__slider .slick-next {
    right: 0;
}

@media (max-width:1950px){
    .section-brends {
        padding: 60px 0 60px;
    }
}
@media (max-width:1450px){
    .section-brends {
        padding: 40px 0 40px;
    }
}
@media (max-width:991px){
    .prw-brends__wrp{
        width: 200px;
    }
    .prw-brends__container{
        margin: 0;
    }

    .prw-brends__container {
        overflow: hidden;
        overflow-x: scroll;
    }
    .prw-brends__slider{
        white-space: nowrap;
        padding-bottom: 35px;
    }
    .prw-brends__slider-item{
        display: inline-block;

    }


    /* дорожка */
    .prw-brends__container::-webkit-scrollbar-track {
        display: none;
    }

    /* бегунок */
    .prw-brends__container::-webkit-scrollbar-thumb {
        display: none;
    }

    /* ширина полосы прокрутки */
    .prw-brends__container::-webkit-scrollbar{
        display: none;
    }

    .prw-brends__container::-webkit-scrollbar {
        width: 0;
    }

    .prw-brends__container .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
        width: 100%;
        height: 10px;
        margin: 0;
        border-radius: 0;
        background-color: rgba(0,0,0,0.1);
    }
    .prw-brends__container .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 10px;
        margin: 0;
        background-color: rgba(0,0,0,0.4);
        border-radius: 0;
    }

    .section-brends .btn__section-trnsp-wrp {
        padding-top: 16px;
    }

}


.section-description{
    padding-bottom: 80px;
}
.section-description img{
    max-width: 100%;
}
.section-description h1,
.section-description h2,
.section-description h3,
.section-description h4,
.section-description h5,
.section-description h6{
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 500;
}

.section-description h3{
    color: black;
    font-size: 33px;
}
.section-description h5{
    color: black;
    font-size: 19px;
}
.section-description section{
    margin-bottom: 40px;
}
.section-description section:last-child{
    margin-bottom: 0;
}
.section-description__img-col{
    text-align: right;
}





@media (max-width: 1950px){
    .section-description h3 {
        font-size: 26px;
    }
    .section-description section {
        margin-bottom: 20px;
    }
    .section-description h5,
    .section-description{
        font-size: 16px;
    }
}

@media (max-width: 1450px){
    .section-description h3 {
        font-size: 25px;
    }
    .section-description h5,
    .section-description{
        font-size: 14px;
    }
}

@media (max-width: 991px){
    .section-description {
        padding-bottom: 30px;
    }
    .section-description h3 {
        font-size: 22px;
        line-height: 1.4;
    }
    .section-description h5, .section-description {
        font-size: 16px;
    }
    .section-description p{
        margin-top: 0px;
    }

    .no-show{
        display: none;
    }


}










@media (max-width: 500px){

    .btn__section-trnsp {
        font-size: 16px;
        padding: 24px 15px 23px;
        min-width: 170px;
        width: 100%;
    }
}




/* ПОПапы */

.mfp-close-btn-in .mfp-close {
    width: 24px;
    height: 24px;
    line-height: 40px;
    top: 16px;
    right: 16px;
    color: transparent;
    font-size: 0;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center no-repeat;
    background-size: 60%;
}

.mfp-content .popup-form{
    padding: 20px 40px;
}

.tabs__header{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.tabs__header.adaptive{
    display: block;
}
.tabs__header .tabs__item{
    margin-right: 50px;
}
.tabs__header.adaptive .tabs__item{
    margin-right: 50px;
    display:inline-block;
    vertical-align:top
}
.tabs__header.adaptive .tabs__item a{
    text-decoration:none
}
.tabs__header .tabs__item:last-child{
    margin-right: 0;
}
.tabs__header .tabs__header-title{
    color: black;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    padding: 12px 0;
    line-height: 1;
    border-bottom: 5px solid transparent;
}

.tabs__header .tabs__item.active .tabs__header-title{
    border-bottom: 5px solid #d4414a;
}
.tabs__body .tabs__item{
    display: none;
}
.tabs__body .tabs__item.active{
    display: block;
}
.tabs__body img {
    max-width:100%;
    height:auto!important
}

.tabs__header.adaptive .tabs__item:last-child {
    margin-right:0!important
}

@media (max-width:1199px) {
    .tabs__header.adaptive .tabs__item {
        margin-right:35px
    }
}
@media (max-width:991px) {
    .tabs__header.adaptive .tabs__item.active .tabs__header-title{
        border-bottom: 3px solid #d4414a;
    }
    .tabs__header.adaptive .tabs__item {
        margin-right:15px
    }
    .tabs__header.adaptive .tabs__header-title {
        font-size:14px;
        padding-bottom:5px;
        font-weight:400;
        border-bottom: 3px solid #f5f5f5;
    }

}

.popup-form__control-title{
    color: #231f20;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.popup-form__control{
    height: 60px;
    color: #221f1f;
    font-size: 18px;
    font-weight: 300;
    padding: 0 10px 0 34px;
    line-height: 60px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #ffffff;
    margin-bottom: 7px;
    width: 100%;
    -webkit-appearance: none;
}
.popup-form__row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.popup-form__col{
    padding: 0 30px;
    width: 50%;
}
.popup-form__col.col33{
    width: 33.3%;
}
.popup-form__forgot-link{
    line-height: 1;
}
.popup-form__forgot-link a{
    font-size: 14px;
    line-height: 1;
}
.popup-form__btn-wrp{
    padding: 5px 0;
}
.popup-form__btn{
    display:inline-block;
    padding: 20px 10px 20px;
    color: white!important;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    min-width: 230px;
    border: 0;
    background-color: #85857e;
    margin-top: 20px;
    text-decoration:none!important;
}
.popup-form__btn.disabled {
    opacity:0.5;
    cursor:not-allowed
}

.pop-auth .popup-form__btn{
    background-color: #d54049;
}
.popup-form__footer{
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #BDBDB5;
}
.popup-form__footer .social__title {
    margin-bottom: 12px;
    font-weight: 700;
}
.popup-form__textarea{
    min-height: 140px;
    padding: 20px 10px 0 34px;
    line-height: normal;
    height: auto;
    resize: vertical;
}

@media (max-width: 1199px){
    .popup-form__col.col33,
    .popup-form__col{
        width: 100%;
    }
    .popup-form__header {
        font-size: 24px;
    }

}

@media (max-width: 500px){
    .mfp-content .popup-form {
        padding: 40px 20px 30px;
    }
    .popup-form__header {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .tabs__header {
        padding-right: 40px;
        margin-bottom: 16px;
    }
    .tabs__header .tabs__item {
        margin-right: 15px;
    }
    .tabs__header .tabs__header-title {
        font-size: 14px;
        padding: 12px 0 8px;
    }
    .mfp-close-btn-in .mfp-close {
        top: 9px;
        right: 9px;
    }
    .popup-form__control {
        height: 50px;
        font-size: 16px;
        padding: 0 10px 0 10px;
        line-height: 50px;
    }
    .popup-form__textarea{
        line-height: normal;
        height: auto;
        padding: 15px 10px 0 10px;
    }
    .popup-form__btn {
        padding: 15px 10px 13px;
        width: 100%;
    }
    .popup-form__footer {
        margin-top: 30px;
        padding-top: 25px;
    }
    .popup-form__footer .social {
        margin: 0px -3px;
    }
}



/* ХЛЕБНЫЕ КРОШКИ */

.breadcrumbs{
    list-style: none;
    margin: 0;
    margin: 0 -5px 10px;
    padding: 0;
}
.breadcrumbs__item{
    margin: 0;
    padding: 0 5px;
    display: inline-block;
}
.breadcrumbs__text{
    color: #231f20;
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}
.breadcrumbs__text:after{
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    width: 6px;
    height: 6px;
    border: 2px solid #a6a8ab;
    border-top: 0;
    border-left: 0;
    transform: rotate(-45deg);
}
.breadcrumbs__item:last-child .breadcrumbs__text:after,
span.breadcrumbs__text:after{
    display: none;
}
@media (max-width:480px) {
    .breadcrumbs {
        padding: 0 5px;
    }
    .breadcrumbs__item{
        padding: 0;
        display: inline;
    }
    .breadcrumbs__text {
        padding: 0;
        display: inline;
    }
    .breadcrumbs__text:after {
        position: static;
        display: inline-block;
        margin: 0 5px;
    }
}

/* Новость детально */

.news-detail__container{
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.news-detail p{
    margin: 0 0 30px;
}
.news-detail__container img{
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 35px;
}
.news-detail__container img{
    margin-bottom: 35px;
}

.news-detail .prw-news{
    margin-bottom: 60px;
}
.news-detail .prw-glossary{
    margin-bottom: 60px;
}
.news-detail .prw-action{
    margin-bottom: 60px;
}
.news-detail__date{
    padding-top: 10px;
    color: #86867f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.news-detail  .social {
    margin: 0 -8px;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    padding-top: 25px;
}
.news-detail  .social__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 8px;
    opacity: .5;
}
.news-detail  .social__item a {
    display: block;
    width: 50px;
    height: 50px;
}
.news-detail  .social__item img {
    max-width: 100%;
    max-height: 100%;
}



@media (max-width: 1199px){
    .news-detail__container {
        font-size: 16px;
    }
    .news-detail__container img {
        margin-bottom: 15px;
    }
    .news-detail p {
        margin: 0 0 15px;
    }

}


.btn_trnsp{
    padding: 23px 15px 18px;
    min-width: 235px;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: transparent;
    box-shadow: none;
    opacity: .6;
}
.btn_trnsp--comments{
    color: #d6404a;
    border: 1px solid #d6404a;
}

.news-detail__next-news{
    margin-bottom: 65px;
}
.next-news{
    display: block;
    padding-top: 19%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.next-news:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: hsla(42, 6%, 41%, 0.6);
}
.next-news__text{
    position: absolute;
    z-index: 2;
    color: #ffffff;
    padding: 10px 6%;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    width: 100%;
}
.next-news:hover,
.next-news:visited{
    color: #ffffff;
    text-decoration: none;
}
.next-news__subtitle{
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.next-news__title{
    color: white;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width:1959px){
    .next-news__subtitle {
        margin-bottom: 5px;
    }
    .next-news__title {
        font-size: 28px;
    }
}

@media (max-width:1439px){
    .next-news__title {
        font-size: 22px;
    }
}

@media (max-width:1199px){
    .next-news{
        min-height: 180px;
        display: flex;
        align-items: center;
        padding-top: 0;
    }
    .next-news__text {
        position: relative;
        top: auto;
        transform: none;
    }
    .next-news__subtitle {
        font-size: 16px;
    }
    .next-news__title {
        font-size: 20px;
    }
}

@media (max-width: 767px){

    .next-news__subtitle {
        font-size: 14px;
    }
    .next-news__title {
        font-size: 16px;
    }
}


/* КОММЕНТАРИИ */

.comments__title{
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.comments__title-wrp{
    padding: 40px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
.comments__list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.comments__item{
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}
.comment__title-wrp{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.comment__title-item:first-child{
    margin-right: 15px;
}
.comment{
    font-size: 18px;
}
.comment__title{
    font-weight: 500;
    margin: 0;
}
.comment__date{
    color: #86867f;
    font-weight: 300;
}
.comment__text{
    font-weight: 300;
}
.comments__list{
    margin-bottom: 50px;
}
@media (max-width: 1199px){
    .comments__title {
        margin: 0;
        font-family: Manrope, sans-serif;
        font-size: 26px;
    }
    .comments__title-wrp {
        padding: 20px 0 20px;
        margin-bottom: 20px;
    }
    .comment {
        font-size: 16px;
    }
}

@media (max-width:767px){
    .comments{
        padding-top: 15px;
    }
    .comments__title-wrp{
        display: block;
    }
    .comments__title-wrp {
        padding: 0;
        margin-bottom: 20px;
    }
    .btn_trnsp--comments {
        border: 0;
        text-align: left;
        padding: 7px 0 7px;
        margin-top: 15px;
    }
    .comments__list,
    .btn_trnsp--comments {
        display: none;
    }
    .comments__title {
        padding: 20px 35px 10px 0;
        position: relative;
        cursor: pointer;
    }
    .comments__title:after {
        content: '';
        cursor: pointer;
        width: 10px;
        height: 10px;
        border: 2px solid #85857f;
        border-left: 0;
        border-top: 0;
        transform: rotate(45deg);
        position: absolute;
        top: 30px;
        right: 15px;
    }
    .comments.opened .comments__title:after{
        transform: rotate(-135deg);
        top: 37px;
    }
    .comments.opened .btn_trnsp--comments{
        display: block;
        opacity: 1;
    }
    .comments.opened .comments__list{
        display: block;
    }

}


/* Глоссарий */

.alphabet__wrp{
    padding-bottom: 20px;
    margin: 0 -5px 50px;
}
.glossary-detail__wrp .alphabet__wrp {
    margin: 35px -5px 15px;
}
.alphabet__wrp.os-theme-dark > .os-scrollbar-horizontal,
.alphabet__wrp.os-theme-light > .os-scrollbar-horizontal {
    height: 9px;
    opacity: .6;
}
.alphabet__wrp.os-theme-dark > .os-scrollbar-horizontal:hover,
.alphabet__wrp.os-theme-light > .os-scrollbar-horizontal:hover {
    opacity: 1;
}
.alphabet__wrp.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.alphabet__wrp.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    border-radius: 0;
}
.alphabet{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    white-space: nowrap;
}
.alphabet__item-wrp{
    padding: 5px;

}
.alphabet__item{
    display: block;
    width: 37px;
    height: 37px;
    text-decoration: none;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    color: #211e1f;
}
.alphabet__item.selected{
    background-color: #85857f;
    color: #ffffff;
}

.glossary__section{
    margin-bottom: 75px;
}
.glossary__section-title{
    color: #85857f;
    font-size: 84px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
}

.glossary__item{
    padding: 35px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.glossary__item:last-child{
    border-bottom: 1px solid transparent;
}
.glossary__item-img{
    margin-right: 50px;
    height: 110px;
    width: 110px;
    flex-shrink: 0;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.glossary__item-title{

    margin: 0;
    margin-bottom: 3px;
}
.glossary__item-title a{
    color: #85857f;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.glossary__item-title a:visited{
    color: #85857f;
    text-decoration: none;
}

.glossary__item-text{
    color: #85857f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 1439px){

    .alphabet__wrp {
        margin: 0 -5px 30px;
    }
    .glossary__section {
        margin-bottom: 30px;
    }
    .glossary__section-title {
        font-size: 70px;
        margin-bottom: 0;
    }
    .glossary__item {
        padding: 25px 0;
    }
    .glossary__item-title{
        margin-bottom: 0;
    }
    .glossary__item-title a {
        font-size: 28px;
    }
    .glossary__item-text {
        font-size: 16px;
        font-weight: 400;
    }
}

@media (max-width:991px){
    .alphabet__item-wrp {
        padding: 0 5px;
    }
}

@media (max-width:767px){
    .glossary__section-title {
        font-size: 55px;
    }
    .glossary__item-title a {
        font-size: 23px;
    }
    .glossary__item-text {
        font-size: 15px;
    }
}

@media (max-width:500px){
    .glossary__section-title{
        margin-bottom: -20px;
    }
    .glossary__item {
        padding: 20px 0;
    }
    .glossary__item:first-child{
        padding-top: 0;
    }
    .glossary__item-img {
        margin-right: 25px;
        height: 90px;
        width: 90px;
    }
}

@media (max-width: 350px){
    .glossary__item-img {
        height: 75px;
        width: 75px;
    }
}


/* Глоссарий детальная */

.glossary-detail__container {
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.glossary-detail__container img{
    max-width: 100%;
    margin-bottom: 35px;
}
.glossary-detail__wrp .prw-glossary {
    margin-bottom: 50px;
}
.glossary-detail__wrp .prw-news {
    margin-bottom: 50px;
}

.best-prod .section-title{
    text-align: left;
    text-transform: uppercase;
}
.best-prod__slider-wrp{
    background-color: #f2f1ed;
    padding: 30px 0 35px;
}

.glossary-detail .social {
    margin: 0 -8px;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    padding-top: 25px;
}
.glossary-detail .social__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 8px;
    opacity: .5;
}
.glossary-detail .social__item a {
    display: block;
    width: 50px;
    height: 50px;
}
.glossary-detail .social__item img {
    max-width: 100%;
    max-height: 100%;
}
.glossary-detail p {
    margin: 0 0 30px;
}

@media (max-width: 1199px){

    .glossary-detail__container{
        font-size: 16px;
    }
    .glossary-detail__container img {
        margin-bottom: 15px;
    }
    .glossary-detail p {
        margin: 0 0 15px;
    }
}

.glossary-detail__next{
    margin-bottom: 65px;
}



.glossary-detail__next-wrp .section-title{
    text-align: left;

}
.glossary-next{
    display: block;
    padding-top: 19%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
.glossary-next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: hsla(42, 6%, 41%, 0.6);
}
.glossary-next__text {
    position: absolute;
    z-index: 2;
    color: #ffffff;
    padding: 10px 6%;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    width: 100%;
}
.glossary-next__subtitle {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.glossary-next__title {
    color: white;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}


@media (max-width:1959px){
    .glossary-next__title {
        margin-bottom: 5px;
    }
    .glossary-next__title {
        font-size: 28px;
    }
}

@media (max-width:1439px){
    .glossary-next__title {
        font-size: 22px;
    }
}

@media (max-width:1199px){
    .glossary-next{
        min-height: 180px;
        display: flex;
        align-items: center;
        padding-top: 0;
    }
    .glossary-next__text {
        position: relative;
        top: auto;
        transform: none;
    }
    .glossary-next__subtitle {
        font-size: 16px;
    }
    .glossary-next__title {
        font-size: 20px;
    }
}

@media (max-width: 767px){

    .glossary-next__subtitle {
        font-size: 14px;
    }
    .glossary-next__title {
        font-size: 16px;
    }
}


.best-prod{
    margin-bottom: 40px;
}


.grid-prod__body {
    padding: 30px 45px 12px;
}
.grid-prod__item .grid-prod__price {
    color: #231f20;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    padding-top: 5px;
    min-height: 31px;
    height: auto;
}
.grid-prod__item .price {
    font-size:20px;
    white-space:nowrap;
}
@media (min-width:1250px) and (max-width:1321px) {
    .grid-prod__item .price {
        font-size:18px;
    }
}

.grid-prod__item .price--last {
    color: #ff5d5d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: line-through;
}
.grid-prod__item .prod__footer {
    height: 36px;
    background-color: #ffffff;
}
.grid-prod__item .prod__label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .8px;
    line-height: 1;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-prod__item .prod__label--ucenka{
    color: #ffffff;
    background-color: #CC9999;
    font-size: 13px;
}
.grid-prod__item .prod__label--month {
    color: #ffffff;
    background-color: #bced9f;
    font-size: 13px;
}
.grid-prod__item .prod__label--hit {
    color: #ffffff;
    background-color: #ed9fec;
    font-size: 15px;
}
.grid-prod__item .prod__label--action {
    color: #ffffff;
    background-color: #ecb67e;
    font-size: 15px;
}
.grid-prod__item .prod__label--new {
    color: #ffffff;
    background-color: #EFA6EC;
    font-size: 15px;
}
.grid-prod__item .prod__label--sale {
    color: #ffffff;
    background-color: #ff5353;
    font-size: 15px;
}

@media (max-width: 1959px){
    .grid-prod__item .grid-prod__price {
        height: 52px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .grid-prod__body {
        padding: 18px 20px 18px;
    }
}



/* КАРТОЧКА товара */
.card-slider,
.card-slider-nav {
    display:none
}

.card-slider.slick-initialized .slick-track{
    display: flex;
}
.card-slider .slick-track:before,
.card-slider .slick-track:after {
    display: none;
}
.card-slider .card-slider__item img {
    opacity:0;
    transition: .4s opacity;
    visibility:hidden
}
.card-slider .card-slider__item{
    display: table;
    table-layout:fixed;
    width:100%;
    float: none;
    height: 600px;
}
.card-slider .card-slider__item span {
    display:table-cell;
    vertical-align: middle;
    width:100%;
    height:600px;
    text-align:center
}

.card-slider .card-slider__item img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    opacity:1;
    visibility:visible
}

/*.card-slider-nav{
    padding: 0 15px;
}*/
.card-slider-nav__item-wrp{
    padding: 16px 10px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.card-slider-nav__item-wrp.slick-current{
    border-bottom: 3px solid #86867f;
    cursor: default;
}
.card-slider-nav__item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
}
.card-slider-nav__item img{
    display: inline-block;
    max-width: 100%;
    max-height: 70px;
}
.card-slider-nav .slick-track {
    margin-left: 0;
}
.card-slider-nav .slick-arrow {
    border: 0;
    width: 20px;
    top: 0;
    margin-top: auto;
    padding: 0;
    transform: none;
    height: 100%;
}
.card-slider-nav .slick-prev{
    left: 0;
}
.card-slider-nav .slick-prev:before {
    top: 50%;
    left: 0;
    right: auto;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(90deg);
}
.card-slider-nav .slick-next{
    right: 0;
}
.card-slider-nav .slick-next:before {
    top: 50%;
    left: auto;
    right: 0;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(-90deg);
}
.card-slider-zoom {
    background:RGBA(0,0,0,0.37);
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:10;
    opacity:0;
    pointer-events:none;
}
.card-slider-cont {
    position:relative
}

.card .prod__label{
    display:none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .8px;
    line-height: 1;
    padding: 15px 10px;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    pointer-events: none;
}
.card .slick-initialized + .prod__label{
    display:block
}
.card .prod__label--ucenka{
    color: #ffffff;
    background-color: #CC9999;
    font-size: 13px;
}
.card .prod__label--month{
    color: #ffffff;
    background-color: #bced9f;
    background-color: RGBA(188,237,159,0.9);
    font-size: 13px;
}
.card .prod__label--new{
    color: #ffffff;
    background-color: #92baf1;
    background-color: RGBA(237,159,236,0.9);
    font-size: 15px;
}
.card .prod__label--hit{
    color: #ffffff;
    background-color: #ed9fec;
    background-color: RGBA(188,237,159,0.9);
    font-size: 15px;
}
.card .prod__label--action{
    color: #ffffff;
    background-color: #ecb67e;
    background-color: RGBA(236,182,126,0.9);
    font-size: 15px;
}
.card .prod__label--sale{
    color: #ffffff;
    background-color: #ff5353;
    background-color: RGBA(255,83,83,0.9);
    font-size: 15px;
}

.card__title{
    color: black;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 400;
    margin: 0;
    margin-bottom: 25px;
}
.card__price{
    color: #000;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 11px;
}
@media (min-width: 768px) {
    .card__price {
        display: flex;
        align-items: center;
    }
}
.card__price-label {
    font-size:32px
}

.card__current-price{
    display: inline-block;
}
.card__current-price .rubl {
    vertical-align:top
}

.card__last-price{
    color: #ff5d5d;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-decoration: line-through;
}
.card__rating {
    margin-bottom: 11px;
    height:15px;
    cursor:pointer;
}

.card__availability {
    font-weight:300;
    font-size:16px;
}
.card__availability > span {
    font-weight:500;
}
.card__availability-lot {
    color:#576df3
}
.card__availability-yes {
    color:#a6bd77
}
.card__availability-no {
    color:rgb(214, 64, 74)
}


.card__tab-header{
    display: flex;
}
.card__tab-title{
    padding-bottom: 0;
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 3px;
    margin-right: 45px;
}
.card__tab-title:last-child{
    margin-right: 0;
}
.card__tab-title.active{
    border-bottom: 5px solid #d6404a;
}
.card__tab-body{
    padding: 20px 0;
}
.card__tab-content{
    color: #231f20;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.card__tab-content.active{
    height: auto;
    opacity: 1;
    visibility: visible;
}
.card__tab-content p{
    margin: 0;
    margin-bottom: 20px;
}
.card__tab-content p:last-child{
    margin-bottom: 0;
}
.card__property-list{
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}
.card__property-list--more10{
    display: flex;
    flex-wrap: wrap;
}
.card__property-list:not(:last-child){
    margin-bottom: 20px;
}
.card__property{
    margin: 0;
    padding: 0 15px;
    margin-bottom: 10px;
    width: 50%;
}
.card__property-inner{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.card__property-inner:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 100%;
    height: 1px;
    z-index: 0;
    border: 1px dotted rgba(0,0,0,0.2);
}
.card__property-item{
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.card__property-item b{
    font-weight: 500;
}
.card__property-item:first-child{
    margin-right: 15px;
}
.card__property-item--green{
    color: #9dbf74;
}
.card__manage {
    margin-top:21px
}

.card__manage a {
    display:inline-block;
    padding:3px 0 3px 25px;
    background-position:0 50%;
    background-repeat:no-repeat;
    font-size:12px;
    font-weight:300;
    text-decoration:none;
    color:#777;
}
.card__manage a:hover {
    color:#000
}
.card__manage a.i5.added {
    color:#9eafef
}
.card__manage a.i6 {
}
.card__manage .col-vtop {
    padding-bottom:8px;
    padding-right:0
}
@media (min-width:768px) {
    .card__manage .col-vtop {
        width:auto;
        padding-right:15px
    }
}


.card__infobase {
    font-size:16px;
    font-weight:300;
    margin-top:20px
}


.card__infobase .card__infobase-value {
    font-weight:400;
    text-align:right;
    padding-left:5px
}
.card__infobase > .col-vtop {
    padding-bottom:9px
}
.card__infobase .row-f {
    display:flex;
    justify-content: space-between;
}
.card__a_container a,
.card__a {
    border-bottom:1px dotted #4c4c4c;
    text-decoration:none!important;
    color:#4c4c4c;
    display:inline-block
}
.card__a_container a:hover,
.card__a:hover {
    border-bottom:1px solid #4c4c4c;
}
.card__infobase .card__a {
    display:inline
}

.card__btn{
    padding: 19px 10px 17px;
    color: #ffffff!important;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    border: 0;
    display: block;
    text-decoration:none!important;
}
.card__btn--green{
    background-color: hsl(87, 37%, 60%);
}
.card__btn--red{
    background-color: #cf2128;
}
.card__link {
    font-size:16px;
    font-weight:500
}


.card__btn-note-sale {
    margin:25px 0 0;
    display:none;
    background:#e7767d;
    color:#fff;
    font-size:18px;
    padding:15px 25px;
}

.card__btn-note-delicate {
    margin:25px 0 0;
    display:none
}

.card__red_text {
    margin:0 0 0;
    font-size:14px;
    font-weight:300;
    color:#ff0000
}

.card__tab {
    margin-top:25px;
}

.card__video-title {
    margin-top:30px;
    font-size:18px;
    font-weight:500;
    text-transform:uppercase
}
.card__video-col {
    margin-top:10px
}

.card-video {
    margin-bottom:15px;
    position:relative;
    border:1px solid #ddd
}
.card-video .card-video__play {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color:rgba(255,255,255,0.25);
    cursor:pointer;
    transition:all 0.4s;
}
.card-video .card-video__play:hover {
    background-color:transparent;
}

.card-video img {
    width:100%;
}
.js-add-to-basket-single {
    position:relative;
}
.js-add-to-basket-single-no-more {
    display:none;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    background: #f5f5f2;
    font-size: 14px;
    top: 100%;
    margin-top: 7px;
    z-index:10
}
.js-add-to-basket-single-no-more:after {
    bottom: 100%;
    right: 29px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 242, 0);
    border-bottom-color: #f5f5f2;
    border-width: 12px;
    margin-left: -12px;
}
.no_more:hover .js-add-to-basket-single-no-more {
    display:block;
}

.js-add-to-basket-single-non-empty .card__btn {
    text-transform:none;
    padding: 8px 5px;
    margin-top:0
}

.js-add-to-basket-single-non-empty {
    display:block;
    background:#81817a;
    line-height:1.2;
}
.js-add-to-basket-single-non-empty .js-add-to-basket-single-up{
    display:block;
    float:right;
    width:82px;
    padding:18px 5px;
    text-transform:none;
}
.no_more .js-add-to-basket-single-up {
    opacity:0.5;
    cursor:not-allowed
}


.white-popup-block.popup_card_share {
    max-width:400px;
    padding:25px;
    text-align:center
}
.white-popup-block.popup_card_share_wide {
    max-width:600px;
    padding:25px;
    text-align:center
}
.popup_card_share .share_title {
    line-height:1.1;
    font-size:16px;
    margin-bottom:20px;
    font-weight:500
}
.popup_card_share .share_title span{
    line-height:1.1;
    font-size:14px;
    margin-bottom:5px;
    display:block;
    font-weight:300
}
.js-sku-form-props p {
    margin-bottom:0;
}
.js-sku-form-props {
    margin-bottom:15px;
}
.js-sku-form-not-available {
    color:red
}

/*Таблица sku*/
.card-sku_table {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    margin-top:50px
}

.card-sku_table thead th {
    border-bottom:1px solid #e3e4e4;
    padding:5px 10px;
    font-weight:400;
    font-size:14px;
    white-space:nowrap
}
.card-sku_table thead th.sortable {
    cursor:pointer
}
.card-sku_table thead th.sortable.active a,
.card-sku_table thead th.sortable a:hover {
    color:#ba434b
}
.card-sku_table thead th.sortable a {
    color:#000
}

.card-sku_table thead th.sortable span.th_sort {
    vertical-align:middle;
    font-size:10px;
    padding-left:5px;
    display:none;
}

.card-sku_table thead th.sortable.active span {
    display:inline-block;
}

.card-sku_table td {
    text-align:center;
    font-size:16px;
    vertical-align:middle;
    line-height:1;
    padding:5px;
    border-bottom: 1px solid #f1f1f1;
}
.td_cart.detail-scu-table__cart .text {
    white-space: nowrap;
}

.card-sku_table .td_name {
    text-align:left;
}
.card-sku_table .td_img {
    text-align:center;
    width:112px
}
.card-sku_table .td_img a {
    cursor:zoom-in
}
.card-sku_table .td_img img {
    max-width:100px;
    max-height: 100px;
    border:1px solid transparent
}
.card-sku_table .td_img a:hover img {
    border:1px solid #eee
}
.card-sku_table .old_price {
    font-size:14px;
    text-decoration: line-through;
    color: #ff5d5d;
}
.card-sku_table .cart_a {
    display:inline-block;
    width:38px;
    height:38px;
    transition:none;
}
.card-sku_table .cart_a:hover {
}
.card-sku_table .fav_a{
    display: inline-block;
    width: 38px;
    height: 38px;
    background: transparent;
    cursor: pointer;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    transition:none;
}
.card-sku_table .fav_a:hover{
    background: transparent;
    border: 1px solid #9dbe74;
}
.card-sku_table .fav_a.js-favorite-remove{
    background: transparent;
    border: 1px solid #9fb1f0;
}

.card-sku_table .list_a{
    display: inline-block;
    width: 38px;
    height: 38px;
    background: transparent url(/local/components/ameton/personal/templates/.default/img/list_empty.png) 50% 50% / 19px 19px no-repeat;
    cursor: pointer;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    transition:none;
}
.card-sku_table .list_a:hover{
    border: 1px solid #9dbe74;
}

.card-sku_table .item-quantity__val {
    font-size:20px
}

.card-sku_table tr:hover td {
    color:#70649e;
}

@media (max-width:991px) {
    .card-sku_table {
        margin-top:30px
    }
}
@media (min-width:768px) {
    .card-sku_table .td_img .text {
        min-height: 100px;
        display: flex;
        align-items: center;
    }
}
@media (max-width:767px) {
    .card-sku_table .item-quantity {
        flex-direction: row;
    }
    .card-sku_table .td_img {
        width:100%
    }
    .card-sku_table td {
        font-size: 14px;
        text-align:left
    }
    .card-sku_table .td_quan .title,
    .card-sku_table .td_quan .text,
    .card-sku_table .td_cart .title,
    .card-sku_table .td_cart .text {
        vertical-align:middle
    }
}

@media (min-width:992px) {
    .card .h1 {
        display:none
    }
}
@media (max-width:1199px) {
    .card__price {
        font-size:32px;
        margin-bottom:0
    }
}

@media (max-width:991px) {
    .card h1 {
        display:none
    }
    .card__title {
        font-size:32px
    }
    .card__img-col {
        padding-bottom:30px
    }
    .card__video-title {
        margin-top:0
    }
    .card-slider.slick-initialized .card-slider__item,
    .card-slider.slick-initialized a.card-slider__item span {
        height:350px
    }

    .card-slider.slick-initialized .card-slider__item img {
        height:auto
    }
}

@media (max-width:767px) {
    .card__title {
        font-size:28px
    }
    .card-slider.slick-initialized .card-slider__item,
    .card-slider.slick-initialized a.card-slider__item span {
        height:250px
    }
}
@media (max-width:480px) {
    .card__title {
        font-size:24px
    }
    .card__btn--red {
        margin-top:15px
    }
    .card__tab-title {
        margin-right:20px
    }
    .js-add-to-basket-single {
        margin-top:10px
    }

}
/***************************************************************/


/* Корзина */
.big-cart{
    margin-bottom: 70px;
}
.big-cart-table{
    width: 100%;
    border: 0;
    border-bottom: 2px dotted #b9b9b6;
}
.big-cart-table tbody tr{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.big-cart-table thead tr:last-child{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.big-cart-table tbody tr:last-child{
    border-bottom: 0;
}
.big-cart-table__th{
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    height: 45px;
    padding: 10px 15px;
    vertical-align: middle;
}
.big-cart-item.not_available {
    opacity:0.35
}

.big-cart-item__prop{
    padding: 10px 15px;
    vertical-align: middle;
    height: 170px;
}
.big-cart-item__prop--img{
    width: 6%;
}
.big-cart-item__img{
    width: 100px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.big-cart-item__manag-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    opacity: 0;
    visibility: hidden;
    transition: .3s opacity;

}
.big-cart-item:hover .big-cart-item__manag-block{
    /*    display: none;*/
    opacity: 1;
    visibility: visible;
}
.big-cart-item__remove{
    position: absolute;
    top: 10px;
    left: 18px;
    display: block;
    width: 44px;
    height: 44px;
    background: transparent;
    cursor: pointer;
    border: 1px solid #d54049;
    border-radius: 50%;
    background-position: 20px 24px;
}
.big-cart-item__remove:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 13px;
    width: 16px;
    height: 3px;
    background-color: #d54049;
    transform: rotate(45deg);
}
.big-cart-item__remove:after{
    content: '';
    position: absolute;
    top: 20px;
    left: 13px;
    width: 16px;
    height: 3px;
    background-color: #d54049;
    transform: rotate(-45deg);
}


.big-cart-item__img img{
    max-width: 100%;
    max-height: 100%;
}
.big-cart-item__prop--artic,
.big-cart-item__prop--colors,
.big-cart-item__prop--count,
.big-cart-item__prop--price{
    width: 17%;
    font-size: 16px;
    line-height: 1.2;
}
.big-cart-item__title{
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}
.big-cart-item__title-link a{
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
}
.big-cart-item__title-link a:visited{
    color: black;
}
.big-cart-item__title .note{
    color: #b8424a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.big-cart-item__color-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.big-cart-item__color{
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 5px;
}
.big-cart-item__color--more{
    padding-left: 0;
    margin-top: -9px;
    font-size: 20px;
    line-height: 1;
}
.big-cart-item__color--more a,
.big-cart-item__color--more a:visited{
    color: #231f20;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.big-cart-item__color-circle{
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.big-cart-item__prop--count{
    text-align: center;
}
.big-cart-item__prop--colors{
    text-align: center;
}
.big-cart-item__color{
    display: inline-block;
}
.item-quantity{
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.item-quantity__btn{
    display:block;
    height: 21px;
    width: 21px;
    /*flex-basis: 21px;*/
    background-color: rgba(0,0,0,0.2);
    position: relative;
    border: 0;
    border-radius: 50%;
}
.item-quantity__btn[disabled="disabled"] {
    opacity:0.5;
    cursor:not-allowed
}

.item-quantity__val{
    width: 43px;
    /*height: 25px;
    line-height: 1;*/
    text-align: center;
    color: #231f20;
    font-size: 24px;
    font-weight: 300;
    margin: 0 5px;
    border: 0;
    cursor:pointer
}
.item-quantity__btn--inc:before{
    content: '';
    width: 9px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    left: 6px;
}
.item-quantity__btn--inc:after{
    content: '';
    width: 9px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    transform: rotate(90deg);
    top: 10px;
    left: 6px;
}
.item-quantity__btn--dec:before{
    content: '';
    width: 9px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 10px;
    left: 6px;
}
.big-cart-item__price{
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}
.big-cart-item__price .big-cart-item__price-old {
    font-size:14px;
    color:#ff5d5d;
    text-decoration:line-through
}
.big-cart__btn{
    position: relative;
    border: 1px solid #b9424b;
    text-transform: uppercase;
    padding: 22px 15px 20px 15px;
    text-align: center;
    background: transparent;
    color: #b9424b;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration:none!important;
    min-width: 230px;
}
.big-cart__btn--clear{
    padding: 22px 40px 20px 60px;
}
.big-cart__btn--clear:before{
    content: '';
    position: absolute;
    top: 29px;
    left: 30px;
    width: 16px;
    height: 3px;
    background-color: #b9424b;
    transform: rotate(45deg);
}
.big-cart__btn--clear:after{
    content: '';
    position: absolute;
    top: 29px;
    left: 30px;
    width: 16px;
    height: 3px;
    background-color: #b9424b;
    transform: rotate(-45deg);
}
@media (max-width:991px) {
    .big-cart__btn--clear {
        padding: 13px 22px 11px 35px;
        margin-top:15px;
        display: inline-block;
    }
    .big-cart__btn--clear:before {
        top: 19px;
        left: 13px;
    }
    .big-cart__btn--clear:after {
        top: 19px;
        left: 13px;
    }
}
.big-cart-item__prop--trash{
    padding: 10px 0;
}
.big-cart-item__trash-svg{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    opacity: .3;
    cursor: pointer;
    transition: .4s all;
    position: relative;
    top: -2px;
}
.big-cart-item__trash-svg:hover{
    opacity: 1;
}


.big-cart__result{
    background-color: #ececeb;
}
.big-cart__coupon{
    padding: 25px 30px;
    border-bottom: 2px dotted #b9b9b6;
}
.big-cart__coupon .cp_input{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.big-cart__coupon .cp_status{
    text-align: center;
    /*
    display: flex;
    align-items: center;
    padding:5px 15px;
    background:#fff;*/
    margin-top:10px
}

.big-cart__coupon-title{
    color: #272425;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-right: 45px;
}
.big-cart__coupon-input{
    flex-basis: 170px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    border: 1px solid #b9b9b6;
    background-color: #ffffff;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    font-weight: 300;
    color: black;
}
.big-cart__coupon-input[disabled="disabled"] {
    opacity:0.3;
    background-color: #eee;
    cursor:not-allowed
}

.big-cart__coupon-quest{
    color: #272425;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-decoration: underline;
    opacity: .6;
    margin-left: 15px;
}
.big-cart__coupon-quest:visited{
    color: #272425;
}
.big-cart__result-line1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
}
.big-cart__btn {
    display:block
}
.big-cart__summ{
    margin-right: 15px;
    color: black;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}
.big-cart__summ-count{
    color: black;
    font-size: 46px;
    font-weight: 400;
}
.big-cart__summ-count .big-cart__summ-count-old{
    color: #ff5d5d;
    font-size: 26px;
    text-decoration:line-through;
    display:inline-block
}
.big-cart__btn--sbmt{
    background-color: #d54049;
    color: #ffffff;
}
.big-cart__btn--sbmt._disabled {
    cursor:not-allowed;
    opacity:0.25
}

.big-cart__result-line2{
    padding: 0 30px 25px;
    font-size: 16px;
    color: black;
    line-height: normal;
    font-weight: 400;
}
.big-cart__order-more{
    color: #b8424a;
    text-decoration: underline;
}
.big-cart__order-more:visited{
    color: #b8424a;
}

.cart__addit-bottom-block{
    background-color: #f2f1ed;
    padding: 60px 0 50px;
}
.cart__addit-bottom-block .section-title{
    margin-bottom: 0;
    text-align: left;
    padding-top: 20px;
    line-height: 1.2;
}
.cart__addit-bottom-block .sfeeder-slider__wrp{
    padding: 0 0 30px;
}

.big-cart-item__prop--price{
    position: relative;
}
.big-cart-item__remove-btn {
    display: inline-block;
    vertical-align: bottom;
    padding-top: 15px;
    text-align: center;
    color: rgba(0,0,0,0.4);
    font-weight: 400;
    font-size: 15px;
    transition: .4s color;
}
.big-cart-item__remove-btn:hover {
    color: #b8424a;
}

.basket-gift-content {
    padding-top:15px
}
.basket-gift .basket-gift-item {
    border:2px solid #dfdfdd;
    background: #fff;
    padding: 15px 20px 20px 35px;
    margin-bottom:25px;
    font-size:16px;
    line-height:1.3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
}
.basket-gift .basket-gift-item:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.basket-gift .basket-gift-item.active {
    border:2px solid #b8424c;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.basket-gift-item__state {
    width:14px;
    height:14px;
    border:1px solid #c0c0ba;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position:absolute;
    left:-25px;
    top:3px;
}
.basket-gift .basket-gift-item.active .basket-gift-item__state {
    border:1px solid #c0444e;
    background:#d83643;
}

.basket-gift .basket-gift-item.active .basket-gift-item__state:before {
    content:'';
    position:absolute;
    width:6px;
    height:6px;
    background:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left:3px;
    top:3px;
}

.basket-gift-item__body-img {
    float:left;
    width:130px
}


.basket-gift-item__body-img img {
    max-width:100%;
}
.basket-gift-item__body-text {
    margin-left:145px;
}
.basket-gift-item__title {
    margin-bottom:10px;
    position:relative;
}
.basket-gift-item__title b {
    float:right
}
@media(max-width:480px) {
    .basket-gift-item__body-img {
        display:none
    }
    .basket-gift-item__body-text {
        margin-left:0;
    }
    .basket-gift-item__title b {
        float:none;
        display:block;
        font-size:14px
    }
}
.basket-gift .basket-gift-help {
    display: inline-block;
    margin-left:5px;
    padding: 2px;
    background-color: #cccccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
}
.jq-checkbox.checked .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
}

@media (max-width: 1199px){
    .big-cart-table__th {
        font-size: 14px;
    }
    .big-cart-item__title {
        font-size: 16px;
    }
    .big-cart-item__price {
        font-size: 21px;
    }
    .item-quantity {
        flex-direction: column;
    }
    .item-quantity__btn {
        margin: 11px 0;
    }
    .item-quantity__val {
        width: 100%;
        /*height: 25px;*/
    }
    .card-sku_table .item-quantity__val {
        width:43px
    }

    .big-cart-item__prop--count{
        width: 7%;
    }
    .item-quantity {
        min-width: 0;
    }
    .big-cart__summ-count {
        font-size: 35px;
    }
    .big-cart__coupon-title {
        font-size: 14px;
        margin-right: 15px;
    }
    .big-cart__coupon-quest {
        font-size: 14px;
    }
    .big-cart__result-line2 {
        font-size: 14px;
    }
    .cart__addit-bottom-block {
        padding: 30px 0 20px;
    }
    .big-cart-item__remove-btn {
        padding-top: 0px;
        font-size: 14px;
    }

}

@media (max-width: 991px){

    .big-cart-table,
    .big-cart-table tbody,
    .big-cart-item{
        display: block;
    }
    .big-cart-table__thead{
        display: none;
    }
    .big-cart-table tbody tr {
        border-bottom: 1px solid rgba(0,0,0,0.08);
        overflow: hidden;
    }
    .big-cart-item{
        position: relative;
        padding-top: 10px;
        padding-right: 100px;
        /*       padding-bottom: 70px;*/
        padding-bottom: 15px;
    }
    .big-cart-item__prop{
        display: block;
        height: auto;
        padding: 10px 15px 0;
    }
    .big-cart-item__title p{
        margin: 0 0 5px;
    }
    .big-cart-item__title p:last-child{
        margin: 0;
    }
    .big-cart-item__prop--img{
        position: absolute;
        top: 0;
        left: 0;
    }
    .big-cart-item__prop--artic,
    .big-cart-item__prop--colors,
    .big-cart-item__prop--price {
        width: auto;
    }
    .big-cart-item__price {
        text-align: left;
    }
    .big-cart-item__prop--count{
        position: absolute;
        right: 0;
        top: 0;
        width: 110px;
    }

    .big-cart-item__prop--img {
        position: static;
        float: left;
        width: auto;
    }
    .big-cart-item__img {
        position: static;
    }
    .big-cart-item__img {
        align-items: flex-start;
    }
    .big-cart-item__manag-block {
        position: absolute;
        top: auto;
        bottom: 14px;
        left: 110px;
        width: auto;
        height: auto;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        display: flex;
        margin: 0 -15px;

        display: none;
    }
    .big-cart-item__manag-block-col{
        padding: 0 15px;
    }
    .big-cart-item__remove,
    .big-cart-item__addfav{
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
    }
    .big-cart-item__prop--title,
    .big-cart-item__prop--artic,
    .big-cart-item__prop--colors,
    .big-cart-item__prop--price{
        padding-left: 110px;
    }
    .big-cart-table {
        margin-bottom: 16px;
    }
    .big-cart__btn-wrp{
        margin-bottom: 20px;
        text-align:center
    }
    .big-cart__coupon,
    .big-cart__result-line1,
    .big-cart__result-line2{
        padding-left: 15px;
        padding-right: 15px;
    }

    .big-cart-item__prop--colors{
        text-align: left;
    }
    .big-cart-item__prop--trash{
        position: relative;
        height: 35px;
    }
    .big-cart-item__trash-svg {
        position: absolute;
        top: 15px;
        left: 55px;
    }
    .big-cart__summ {
        white-space:nowrap
    }

    .big-cart__summ > div {
        display:inline-block;
        vertical-align:middle
    }

}

@media (max-width:767px){
    .big-cart__result {
        margin: 0 -15px;
    }
    .big-cart-item__remove-btn {
        font-size: 13px;
    }
    .big-cart__btn--clear {
        display:block;
    }

}

@media (max-width: 650px){
    .big-cart__coupon {
        display: block;
    }
    .big-cart__coupon-title {
        margin-right: 0;
        display: block;
    }
    .big-cart__coupon-input{
        display: block;
        width: 100%;
    }
    .big-cart__result-line1 {
        display: block;
    }
    .big-cart__summ {
        margin-bottom: 16px;
        margin-right: 0;
    }
    .big-cart__summ-count {
        font-size: 30px;
    }

}


@media (max-width: 450px){
    .big-cart-item__prop--img {
        float: none;
    }
    .big-cart-item__img {
        margin: 0 auto;
        height: auto;
    }
    .big-cart-item__prop--title,
    .big-cart-item__prop--artic,
    .big-cart-item__prop--colors,
    .big-cart-item__prop--price{
        padding-left: 0;
    }
    .big-cart-item__manag-block {
        left: 0;
    }

    .big-cart-item__trash-svg {
        position: absolute;
        left: auto;
        right: -50px;
        top:-25px
    }

}
/* конец ---- Корзина */



.js-form-errors {
    color:red
}
.form-success {
    color:green;
    text-align:center
}

.mapsAllAdress .treygol {
    display: inline-block;
    padding: 1px 14px 0 3px;
    margin-right: 9px;
    color: white;
    font-size: 12px;
}
.about-page .share-red {
    display: inline-block;
    background-color: #81817a;
    margin: 30px auto 50px auto;
    padding: 11px 15px;
    box-sizing: border-box;
}
.about-page .share-red > span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 22px;
    vertical-align:middle;
}
.about-page .share-red ul {
    display: inline-block;
    vertical-align:middle;
    line-height: 22px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-page .share-red li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    line-height: 22px;
    margin-left: 5px;
}

/*Новости*/
.article_col {
    margin-bottom:50px;
}
.article_col .img {
    margin-bottom:20px;
}
.article_col .img img {
    width:100%;
}

.article_col .info .date {
    color: #c8bebe;
    margin-bottom: 2px;
    font-size:14px;
}
.article_col .info .name {
    line-height:1.1
}
.article_col .info .name a {
    color:#000;
    font-size:18px;
    text-decoration:none;
}
.article_col .info .name a:hover {
    color:#d6404a;
    text-decoration:none;
}
.article_col .info .descr {
    font-size:14px;
    line-height:1.3
}
@media (min-width:481px) {
    .article_col .img {
        width:250px;
        float:left;
        padding-right:15px;
    }
    .article_col .info {
        margin-left:250px;
    }
}
@media (max-width:480px) {
    .article_col {
        margin-bottom:15px;
        padding-bottom:15px;
        border-bottom:1px solid #eee
    }
}
/*****************************************/
.js-sbmenu-toggler,
.js-sbmenu-toggler *,
.catalog__item-manag *,
.catalog-manag * {
    user-select: none;
}

.contactItem .propName {
    font-weight: bold;
    margin-bottom:15px;
}
.contactItem .photosBlock a {
    display:block;
    margin-bottom:15px;
}



.sale_endtime_title {
    font-size: 18px;
    font-weight:500;
    margin-bottom:10px
}

.endtime {
    white-space:nowrap;
}
.endtime > div {
    font-size: 38px;
    color: #575252;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
    padding: 0;
    letter-spacing: 5px;
    text-align: center;
    display:inline-block;
    vertical-align:top;
}
.endtime > div.endtime_bg {
    width: 59px;
    height: 52px;
}
.endtime > div .val {
    padding-top: 4px;
    padding-left: 3px;
}

.endtime > div .title {
    font-size: 13px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 15px;
    position: relative;
    top: 5px;
    letter-spacing: 2px;
}
.endtime .endtime_delim {
    height: 39px;
    padding-top: 2px;
    letter-spacing: 0;
}



.sections-all__char {
    font-weight:700;
    line-height:1.2
}
.sections-all__items {
    line-height:1.4
}
.sections-all__items a {
    color:#000;
    font-size:14px;
    text-decoration:none;
    line-height:1.2;
    display: inline-block;
}
.sections-all__char a {
    text-decoration:none;
    color:#000
}
.sections-all__char a:hover,
.sections-all__items a:hover {
    color:#d6404a
}

.brand_descr {
    font-size:14px;
}

.brand_descr img {
    max-width:250px;
    border:1px solid #eee;
}
.brand_descr.img_and_text img {
    float:right;
    margin:0 0 10px 10px;
}

.sections-all__div {
    padding-bottom:35px
}
.sections-all__char .ic-arrow {
    display:none
}
@media(max-width:767px) {
    .brand_descr.img_and_text img {
        float:none;
        display:block;
        margin:0 0 10px 0;
    }
    .sections-all__items {
        display:none;
    }
    .sections-all__div {
        padding-bottom:15px
    }
    .sections-all__char {
        font-weight: 500;
        font-size: 15px;
    }
    .sections-all__char a {
        margin-left:20px;
        display:block;
    }
    .sections-all__char .ic-arrow {
        display:block;
        width: 12px;
        opacity: 0.35;
        float:left;
        margin-top:6px
    }
    .sections-all__char-parent + .sections-all__items {
        padding-left: 40px;
        padding-top:5px
    }

}



/*КУПИТЬ В 1 КЛИК*/
.form-buy-1-click h3 {
    margin-top:0;
    margin-bottom:15px;
    font-weight: 500;
}
.form-buy-1-click .col_img_mobile {
    display:none
}

.form-buy-1-click .col_img {
    float:left;
    width:250px
}
.form-buy-1-click .col_img img,
.form-buy-1-click .col_img_mobile img {
    width:100%;
}
.form-buy-1-click .col_info {
    margin-left:265px
}
.form-buy-1-click .col_info h2 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
}
.form-buy-1-click .col_info p:last-child {
    margin-bottom:0
}
.form-buy-1-click .item-summ {
    font-size:32px;
    font-weight:500
}
.form-buy-1-click .form_block {
    border-bottom:1px solid #777;
    padding-bottom:30px;
    margin-bottom:30px
}
.form-buy-1-click .form_block:last-child {
    border-bottom:none;
    margin:0
}
.form-buy-1-click .delivery_div {
    margin-bottom:15px;
    display:block;
    cursor:pointer
}
.form-buy-1-click .delivery_div:hover .title {
    color:#b9424b
}
.form-buy-1-click label .radioSpan {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border: 1px solid #828386;
    background: #fff;
    position: relative;
    float: left;
}
.form-buy-1-click label input:checked + .radioSpan {
    border: 1px solid #b9424b;
    background: #b9424b;
}
.form-buy-1-click label .radioText {
    margin-left: 45px;
    display: block;
}
.js-form-buy-1-click-errors {
    padding: 10px 25px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    display:none
}
.js-form-buy-1-click-success {
    color: #3c763d;
    text-align:center;
    display:none
}
.js-form-buy-1-click-repeat {
    text-align:center;
    display:none
}
.js-form-buy-1-click-repeat .popup-form__btn {
    min-width:75px;
}

@media (max-width: 1199px) {
    .item-quantity__val {
        width: 43px;
    }
    .item-quantity {
        min-width: 80px;
        flex-direction: inherit;
    }
}
@media (max-width: 991px) {
    .mfp-content .popup-form.buy_1_click_popup {
        padding: 20px 30px 80px;
    }
    .mfp-content .popup-form.buy_1_click_popup .popup-form__header {
        padding-right:50px;
    }

}
@media (max-width: 767px) {
    .form-buy-1-click .col_info h2 {
        font-size: 20px;
    }
    .form-buy-1-click .col_info h3 {
        font-size: 16px;
    }
    .form-buy-1-click .delivery_div .opisanie {
        font-size:14px;
        line-height:1.3;
        display:none
    }
}
@media (max-width: 550px) {
    .form-buy-1-click .col_img {
        display:none
    }
    .form-buy-1-click .col_info {
        margin-left:0
    }
    .form-buy-1-click .col_img_mobile {
        display:block
    }
}


/*Партнёры*/
.partners-list__item {
    margin-bottom:20px;
}
.partners-list__item .d_table {
    text-align:center;
    width:100%;
    height:150px;
    display:table;
    table-layout:fixed;
}
.partners-list__item .d_table_cell {
    padding:5px;
    border:1px solid #eee;
    width:100%;
    height:150px;
    display:table-cell;
    vertical-align:middle;
}
.partners-list__item .d_table_cell:hover {
    border:1px solid #aaa;
}
.partners-list__item img {
    max-width:100%;
    max-height:138px;
}
.partners-list__item .name {
    font-size:14px;
    text-decoration:none;
    line-height:1.3;
    display:inline-block;
    color:#000;
    vertical-align:top;
    padding-top:5px;
}

.detailBlogActionEnd {
    text-align:center;
    margin:30px 0;
    font-size:20px;
    font-weight:700;
    color:#d6404a;
}
.detailBlog img {
    max-width:100%;
    height:auto!important
}
.detailBlog .date {
    margin-bottom:10px;
    font-size:14px;
    color:#777
}

.detail-blog-gallery-slider {
    display:none;
    margin-bottom:20px;
    overflow:hidden
}
.detail-blog-gallery-slider.slick-initialized {
    display:block
}
.detail-blog-gallery-slider .slick-prev,
.detail-blog-gallery-slider .slick-next {
    margin-top: -12px;
    width:36px;
    height:36px;
}
.detail-blog-gallery-slider .slick-prev {
    left: 15px;
}
.detail-blog-gallery-slider .slick-next {
    right: 15px;
}
.detail-blog-gallery-slider .slick-prev:before,
.detail-blog-gallery-slider .slick-next:before {
    width: 20px;
    height: 20px;
}
.links_to_prev_and_next {
    display:flex;
    justify-content: space-between;
    margin-top:20px;
    padding-top:10px;
    border-top:1px solid #ccc
}
.links_to_prev_and_next .row > div {
    padding:0 15px
}
@media (max-width:767px) {
    .links_to_prev_and_next {
        font-size:14px;
        line-height:1.3
    }
}



/************/

.card__addfav{
    position: absolute;
    left:-60px;
    display: inline-block;
    width: 56px;
    height: 56px;
    background: transparent;
    cursor: pointer;
    border: 1px solid #9fb1f0;
    border-radius: 50%;
    transition:none
}
.card__addfav:hover {
    background: transparent;
    border: 1px solid #9dbe74!important;
}
.card__addfav.js-favorite-add {
    background: transparent;
    border: 1px solid #b2b2b2;
}
@media (max-width:480px) {
    .card__addfav{
        left:auto;
        right:15px;
        top:-70px
    }
}



.big-cart-item__addfav{
    position: absolute;
    /*    bottom: 10px;
        left: 18px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 44px;
    height: 44px;
    background: transparent;
    cursor: pointer;
    border: 1px solid #9dbe74;
    border-radius: 50%;
    background-position: 7px 10px;
}

@media (max-width: 1960px) {
    .fz152 {
        display: block;
        position: fixed;
        bottom: 5px;
        width: 100%;
        background-color: #eee;
        background-color: RGBA(240, 240, 240, 0.95);
        background-repeat: repeat-x;
        background-position: left bottom;
        z-index: 10000;
        padding: 4px 0;
    }
}

@media (min-width: 481px) {
    .fz152 .fz152-table {
        display:table;
        table-layout:fixed;
    }
    .fz152 .fz152-table  > div {
        display:table-cell;
        vertical-align:middle;
    }

    .fz152 .col-left {
        width:100%;
    }
    .fz152 .col-right {
        width:150px;
        padding-left:10px
    }
}
.fz152 p {
    font-size: 20px;
    line-height:1.2;
    color: #4e4e4e;
    padding: 0 0 5px 0;
    margin: 0;
    text-align: center;
}
.fz152 a {
    color: #2d7fc4;
    color: #000;
}
.fz152 #fz152ok {
    display: inline-block;
    font-size: 16px;
    color: #433d3f;
    margin: 0 0 0 30px;
    padding: 15px 25px;
    border: 1px solid #433d3f;
    text-decoration: none;
    text-align:center
}
.fz152 #fz152ok:hover {
    background-color: #433d3f;
    color: #ffffff;
}
@media (max-width: 480px) {
    .fz152.fz152hide {
        display: block;
    }
    .fz152 #fz152ok {
        display: block;
        padding: 5px 25px;
        margin:0 0 5px 0
    }
}


.window_10_2018 {
    position: fixed;
    z-index: 1001;
    width: 967px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-left: -483px;
    margin-top: -150px;
    background:url(/images/popup/09_2021/desk.jpg?v=1) 50% 50% no-repeat;
}
.window_10_2018 a {
    position:absolute;
    display:block;
}

.window_10_2018--more {
    width: 133px;
    height: 51px;
    right: 275px;
    top: 229px;
}
.window_10_2018--closer {
    width:40px;
    height:40px;
    right: 12px;
    top: 9px;
}
.shadowBlock {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/*@media (min-width:721px) and (max-width:1000px) {
    .window_10_2018 {
        width: 720px;
        height: 223px;
        margin-left: -360px;
        margin-top: -111px;
        background-size:contain;
    }
    .window_10_2018--more {
        width: 121px;
        height: 34px;
        left: 21px;
        top: 175px;
    }
    .window_10_2018--closer {
        width:26px;
        height:26px;
    }
}*/
@media (max-width:996px) {
    .window_10_2018--more {
        left: 29px;
        top: 225px;
        width: 103px;
        height: 40px;
    }
    .window_10_2018--closer {
        width:33px;
        height:38px;
        right:0;
        top:0;
    }
    .window_10_2018 {
        width: 300px;
        height: 450px;
        margin-left: -150px;
        margin-top: -225px;
        background:url(/images/popup/09_2021/mob.jpg?v=2) 50% 50% no-repeat;
    }
}

/* ПРАВКИ по торговым предложениям на мобиле, 28.09.2018 */
table.big-data tbody td.td_price {
    white-space:nowrap
}

table.big-data tbody td.td_cart.detail-scu-table__cart .cart_a{
    display: inline-block;
    width: 38px;
    height: 38px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #b1b1b1;
}
table.big-data tbody td.td_cart.detail-scu-table__cart .cart_a:hover {
    border: 1px solid #9dbe74;
    background: transparent;
}

table.big-data tbody td.td_cart.detail-scu-table__cart .cart_a.added,
table.big-data tbody td.td_cart.detail-scu-table__cart .cart_a.added:hover,
table.big-data tbody td.td_cart.detail-scu-table__cart .cart_a.added:focus,
table.big-data tbody td.td_cart.detail-scu-table__cart .cart_a.added:visited{
    border: 1px solid #9fb1f0;
    background: transparent;
}


@media (max-width: 767px){

    /* Торговые предложения в деталке, корректировка на мобиле */

    /* Всем строкам */
    table.big-data tbody tr.detail-scu-table{
        padding: 20px 15px;
    }
    table.big-data tbody tr.detail-scu-table td{
        color: #1e1e23;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;
        padding: 4px 0;
        margin: 0;
        height: auto;
        min-height: 0;
    }
    table.big-data tbody tr.detail-scu-table td .title,
    table.big-data tbody tr.detail-scu-table td .text{
        padding: 3px 0;
        margin: 3px 0;
    }
    table.big-data tbody tr.detail-scu-table td .text{
        font-weight: 500;
    }

    /* Изображение */
    table.big-data tbody td.detail-scu-table__picture{
        display: block;
    }
    table.big-data tbody td.detail-scu-table__picture .title{
        display: none;
    }
    table.big-data tbody td.detail-scu-table__picture .text{
        display: block;
        width: 100%;
    }
    table.big-data tbody td.detail-scu-table__picture .text img{
        max-width: 100%;
    }

    /* Изображение */
    table.big-data tbody td.detail-scu-table__name{
        display: block;
    }
    table.big-data tbody td.detail-scu-table__name .title{
        display: none;
    }
    table.big-data tbody td.detail-scu-table__name .text{
        display: block;
        width: 100%;
        color: #d6404a;
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        text-decoration: underline;
    }

    /* Цена */
    table.big-data tbody td.td_price.detail-scu-table__price{
        display: inline-block;
        width: 40%;
        /*    paddig-bottom: 0;*/
    }
    table.big-data tbody td.td_price.detail-scu-table__price .title{
        display: block;
        width: 100%;
        font-size: 14px;
    }
    table.big-data tbody td.td_price.detail-scu-table__price .text{
        display: block;
        width: 100%;
        font-size: 21px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* Количество */
    table.big-data tbody td.td_quan.detail-scu-table__quan{
        display: inline-block;
        width: 60%;
        /*   padding-bottom: 0;*/
    }
    table.big-data tbody td.td_quan.detail-scu-table__quan .title{
        display: block;
        width: 100%;
        font-size: 14px;
    }
    table.big-data tbody td.td_quan.detail-scu-table__quan .text{
        display: block;
        width: 100%;
        font-size: 21px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    table.big-data tbody td.td_quan.detail-scu-table__quan .item-quantity__btn {
        height: 30px;
        width: 30px;
        margin: 0;
    }
    table.big-data tbody td.td_quan.detail-scu-table__quan .item-quantity__btn--dec:before {
        width: 10px;
        top: 15px;
        left: 10px;
    }
    table.big-data tbody td.td_quan.detail-scu-table__quan .item-quantity__btn--inc:before {
        width: 10px;
        top: 15px;
        left: 10px;
    }
    table.big-data tbody td.td_quan.detail-scu-table__quan .item-quantity__btn--inc:after {
        width: 10px;
        top: 15px;
        left: 10px;
    }
    table.big-data tbody td.td_quan.detail-scu-table__quan .item-quantity__val {
        width: 35px;
        font-weight: 500;
    }

    /* Добавить в */
    table.big-data tbody td.td_cart.detail-scu-table__cart .title{
        font-size: 14px;
    }
}

@media (max-width: 500px){
    table.big-data tbody td.td_price.detail-scu-table__price,
    table.big-data tbody td.td_quan.detail-scu-table__quan,
    table.big-data tbody tr.detail-scu-table td .title,
    table.big-data tbody tr.detail-scu-table td .text{
        width: 50%;
    }
    table.big-data tbody tr.detail-scu-table td.detail-scu-table__name .text,
    table.big-data tbody tr.detail-scu-table td.detail-scu-table__picture .text{
        width: 100%;
    }

}

.item-quantity__btn{
    flex-shrink: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

#comments {
    overflow-x: hidden
}
.catalog__section-description {
    font-size:16px;
    margin-top:20px;
}
@media (max-width: 1199px){
    .catalog__section-description {
        font-size:14px
    }
}


/* Правки 09.11.2018 */

/* Новости новое отображение */
.section-news .prw-news{
    position: relative;
    pointer-events: all;
}
.prw-news:before{
    opacity: 0;
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    pointer-events: none;
    border: 1px solid #aaa;
    transition: .3s opacity;
}
.prw-news:hover:before{
    opacity: 1;
}
.section-news .prw-news__title{
    margin-top: 0;
}
.section-news .prw-news__img{
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 25px;
}
.prw-news__img {
    padding-top: 100%;
}
.section-news .prw-news__img,
.section-news .prw-news__img:visited,
.section-news .prw-news__img:hover{
    display:block
}

.prw-news.bw .prw-news__img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

/* Лэйблы акций */
.prw-news{
    position: relative;
}
.prw-news._has-label{
    padding-bottom: 45px;
}
.prw-news__action-lbl{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;

    font-weight: 500;
    background-color: #EE2859;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .8px;
    line-height: normal;
    padding: 11px 5px 9px;
    font-size: 13px;
}
.prw-news.bw .prw-news__action-lbl {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.prw-news__action-lbl.color-news{
    background-color: #bced9f; /*светло зеленый*/
}
.prw-news__action-lbl.color-event{
    background-color: #92baf1; /*светло синий*/
}
.prw-news__action-lbl.color-contest{
    background-color: #ed9fec; /*светло розовый*/
}
.prw-news__action-lbl.color-review{
    background-color: #ecb67e; /*светло оранжевый*/
}
.prw-news__action-lbl.color-blog{
    background-color: #ff5353; /*светло красный*/
}
.prw-news__action-lbl.color-interview{
    background-color: #5363ff; /*светло синий 2*/
}
.tags {
    margin: 20px 0;
}
.tag__item {
    min-height: 50px;
    padding: 10px 20px;
    background-color: #F6F6F4;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: #231f20;
    font-weight: 500;
}
.tag__item:hover {
    text-decoration: none;
}
.tag__item {
    margin-right: 5px;
    margin-bottom: 5px;
}
.tag__item.active {
    background-color: #CFD0CD;
}
.tag__item.active span {
    padding-right: 10px;
}
.tag__item.active:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 15px;
}

/* SOCIAL */
.social-sub_title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.order_auth_link {
    float: right;
    color: #81817a;
    text-decoration: none;
}
.bx_order_make .order_no_reg {
    border-top: 1px solid #bfbfbf;
    padding-top: 50px;
    margin-top: 40px;
    padding-left: 0px;
}
.order_no_reg a {
    text-decoration: none;
}
/* GIFTS IN BASKET */
.prize_info_wrapper {
    position: relative;
}
.prize_info_wrapper p {
    color: #33A531;
    font-weight: bold;
    font-size: 15px;

    position: absolute;
    top: -60px;
    width: 300px;
    left: -50px;
}
.prize_info_wrapper img {
    margin-right: 10px;
    margin-top: -5px;
}
.prize_info_wrapper .basket-gift-help-small {
    font-weight: normal;
    display: inline-block;
    margin-left: 4px;
    padding: 2px;
    background-color: #ccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;

    position: absolute;
    z-index: 10;
}
.prize_info_wrapper .basket-gift-help-small:hover {
    background-color: #ddd;
}
.gift_description {
    color: #bdbdb5;
    font-size: 17px;
}
.lot_description {
    color: #576df3;
    font-size: 13px;
}

/* Новое отображение партнеров на главной */
.section-brends._mainPage{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.section-brends._mainPage .section-title{
    color: #ffffff;
    margin-bottom: 40px;
}
.section-brends._mainPage .btn__section-trnsp{
    color: #ffffff;
}
.section-brends._mainPage .btn__section-trnsp{
    color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 1;
    margin-top: 20px;
}
.section-brends._mainPage .btn__section-trnsp:visited,
.section-brends._mainPage .btn__section-trnsp:focus,
.section-brends._mainPage .btn__section-trnsp:active {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.section-brends._mainPage .btn__section-trnsp:hover {
    opacity: 1;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}
.section-brends__row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -15px;
}
.section-brends__col{
    padding: 0 15px;
    width: 25%;
    margin: 0 0 30px;
}
.prw-brends-v2{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.prw-brends-v2 a{
    display: inline-block;
}
.prw-brends-v2 img{
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1199px){
    .section-brends._mainPage .btn__section-trnsp{
        margin-top: 0;
    }
}

@media (max-width: 991px){
    .section-brends__col{
        width: 33.33%;
    }
    .section-brends._mainPage .section-title {
        margin-bottom: 30px;
    }
    .section-brends._mainPage .btn__section-trnsp-wrp {
        padding-top: 0;
    }
}

@media (max-width: 550px){
    .section-brends__col{
        width: 50%;
    }
}

/* Деталка бренда, доп. 12.07.2019 */
.KKDetailBrand__Logo{
    margin: 0 0 33px;
}
.KKDetailBrand__Logo img{
    max-width: 100%;
}
.KKDetailBrand__DetailDesc{
    font-size: 16px;
    font-weight: 300;
    color: #555;
    margin-bottom: 30px;
}
.KKDetailBrand__DetailDesc._cropped{
    max-height: 120px;
    position: relative;
    overflow: hidden;
}
.KKDetailBrand__DetailDesc._cropped:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background: -webkit-linear-gradient(bottom, #fff 10px, transparent 60px);
    background: -o-linear-gradient(bottom, #fff 10px, transparent 60px);
    background: linear-gradient(to top, #fff 10px, transparent 60px);
}

.rr-container .rr-active {
    margin-bottom:20px
}

.sku__minqty {
    font-size: 14px;
    color:#231F20;
    border:1px solid #231F20;
    border-radius: 8px;
    padding:3px 15px;
    font-weight:400;
    display:inline-block;
    margin-bottom:10px
}


.card__minqty {
    font-size: 28px;
    color:#231F20;
    border:1px solid #231F20;
    border-radius: 8px;
    padding:3px 15px;
    font-weight:400;
    display: inline-flex;
    align-items: center;
    margin:15px 0;
    line-height: 1.24;
}

.card__minqty-help {
    display: inline-block;
    margin-left: 10px;
    padding: 2px;
    background-color: #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    text-decoration: none!important;
    font-size: 14px;
    line-height: 2;
}
.card__minqty-help:hover {
    background-color: #ddd;
}
.big-cart-item__minqty {
    font-size: 16px;
    color: #C4C4C4;
    margin-bottom:20px;
}
.card__minqty-big-desktop {
    display:none
}


@media (min-width:1950px) {
    .card__minqty-big-desktop {
        display:inline-flex
    }
    .card__minqty-small-desktop {
        display:none
    }
}
@media (min-width:768px) {
    .card__price {
        display:flex;
        align-items:center;
    }
    .card__minqty {
        margin: 0 0 0 20px;
        font-size:36px;
    }
}

.card__minqty-small-desktop {
    width: 100%;
    margin: 0 0 10px 0;
    justify-content:center
}
@media (max-width:480px) {
    .card__minqty-small-desktop {
        margin-top:10px
    }
}


/*летняя тема*/
@media (min-width:992px) {
    .body_summer .site-header__top-bar-wrp {
    }
}
.body_summer .spec-prod-month{
}
.body_summer .site-header__top-bar-wrp *,
.body_summer .site-header__top-bar-wrp *:visited {
    color:#000
}
.body_summer .section-brends._mainPage{
    background-position: 50% 50%;
}

.body_summer .section-brends._mainPage .section-title {
    color:#000
}
.body_summer .site-header__top-bar .phone__text {
    font-weight:300
}
.body_summer .site-header__top-bar .top-menu__link {
    font-weight: 400;
}
.body_summer .section-title--white {
    color: #000;
}
.body_summer .section-brends._mainPage .btn__section-trnsp {
    color: #000;
    border: 1px solid #000;
    opacity: 1;
    margin-top: 20px;
}
.body_summer .section-brends._mainPage .btn__section-trnsp:hover {
    opacity: 1;
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
/*летняя тема --- конец*/

/*зимняя тема*/
@media (min-width:992px) {
    .body_winter .site-header__top-bar-wrp {
    }
}
.body_winter .spec-prod-month{
}
.body_winter .site-header__top-bar-wrp *,
.body_winter .site-header__top-bar-wrp *:visited {
    color:#000;
}
.body_winter .site-header__top-bar .feedback-btn {
    border:none;
    font-weight:400
}

.body_winter .section-brends._mainPage{
    background-position: 50% 50%;
}

/*.body_winter .prw-brends-v2 img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    mix-blend-mode: multiply;
}*/
.body_winter .section-brends._mainPage .section-title {
    color:#000
}

.body_winter .section-brends._mainPage .btn__section-trnsp,
.body_winter .section-brends._mainPage .btn__section-trnsp:visited,
.body_winter .section-brends._mainPage .btn__section-trnsp:focus,
.body_winter .section-brends._mainPage .btn__section-trnsp:active {
    color: #000;
    border: 1px solid #000;
}

/*.body_winter .section-brends._mainPage .section-title {
    -webkit-text-stroke: 1px #000;
}*/
/*зимняя тема --- конец*/

/*осенняя тема*/
@media (min-width:992px) {
    .body_autumn .site-header__top-bar-wrp {
        background: #81817a;
    }
}
.body_autumn .spec-prod-month{
    background: #f2f1ed;
}
.body_autumn .site-header__top-bar-wrp *,
.body_autumn .site-header__top-bar-wrp *:visited {
    color:#000
}
.body_autumn .section-brends._mainPage{
    background-position: 50% 50%;
}

.body_autumn .section-brends._mainPage .section-title {
    color:#000
}
.body_autumn .site-header__top-bar .phone__text {
    font-weight:300
}
.body_autumn .site-header__top-bar .top-menu__link {
    font-weight: 400;
}
.body_autumn .section-title--white {
    color: #000;
}
.body_autumn .section-brends._mainPage .btn__section-trnsp {
    color: #fff;
    border: 1px solid #fff;
    opacity: 1;
    margin-top: 20px;
}
.body_autumn .section-brends._mainPage .btn__section-trnsp:hover {
    opacity: 1;
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
/*осенняя тема --- конец*/

.product-lot-help {
    display: inline-flex;
    background-color: #ccc;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none!important;
    font-size: 10px;
    line-height: 1.4;
    vertical-align: top;
    margin-top: 2px;
}
.product-lot-help span {
    margin-left:-1px
}





.pop-product-subscribe .white-popup-block {
    max-width: 600px;
}
.pop-product-subscribe .popup-form__btn {
    display:block;
    width: 100%;
}

/* Vacancy */
.vacancy-page{
    padding-top: 7px;
    font-size: 15px;
}
.vacancy-page__title{
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 15px;
}
.vacancy-page__header{
    margin-bottom: 30px;
}
.vacancy-page-item__title{
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 23px;
}
.vacancy-page-item__section{
    margin-bottom: 20px;
}
.vacancy-page-item__section-title{
    font-weight: 500;
    margin-bottom: 12px;
}
.vacancy-page-item__section-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.vacancy-page-item__section-body li{
    margin: 0 0 5px;
    padding: 0 0 0 30px;
    position: relative;
}
.vacancy-page-item__section-body li:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #EC1B30;
}
.vacancy-page__footer{
    font-weight: 500;
    font-size: 19px;
}
.vacancy-page-item__body {
    border-left: 2px solid #F5F5F2;
    padding-left: 30px;
    margin-left: 30px;
}
.vacancy-page__footer {
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (max-width: 650px){
    .vacancy-page-item__body {
        padding-left: 20px;
        margin-left: 0;
    }
    .vacancy-page__footer {
        font-size: 16px;
    }
}


/* карточка товара, отзывы */
.tabs_prod_feedback {
    margin-top: 26px;
    margin-bottom: 26px;
}
.tabs_prod_feedback .tabs-header__item {
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    border-top: 4px solid transparent;
    padding-top: 12px;
    margin-bottom: 19px;
    cursor:pointer;
    margin-right:15px
}
.tabs_prod_feedback .tabs-header__item:last-child {
    margin-right:0
}
.tabs_prod_feedback .tabs-header__item:hover {
    color:#d6404a
}

.tabs_prod_feedback .tabs-header__item.active {
    border-top: 4px solid black;
}
.tabs_prod_feedback .tabs-header {
    border-bottom:1px solid #ccc;
    margin-bottom:15px
}
@media (max-width: 380px){
    .tabs_prod_feedback .tabs-header__item {
        font-size: 18px;
        padding-top: 5px;
    }
}
/* конец --- карточка товара, отзывы*/

.FreeHolidayPackIcon {
    width:22px;
    height:22px;
    display:inline-block;
    flex-shrink:0
}
.main-submenu .FreeHolidayPackIcon,
.g-ideas__menu-item .FreeHolidayPackIcon {
    vertical-align: middle;
    margin: -6px 0 0 6px;
}
.FreeHolidayPackIconMenuInfo {
    display: flex;
    align-items: center;
    padding-top: 20px;
    max-width: 210px;
}
.FreeHolidayPackIconMenuInfo ._text {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #231F20;
    opacity: 0.9;
    padding-left: 11px;
    text-transform: none;
}
.FreeHolidayPackIcon {
    left: 10px;
    margin-top: 7px;
    position: absolute;
}

@media (min-width:1440px) {
    .FreeHolidayPackIconMenuInfo {
        padding-left: 34px;
        max-width: 238px;
    }
}
@media (min-width:1960px) {
    .FreeHolidayPackIconMenuInfo {
        padding-left: 178px;
        max-width: 369px;
    }
    .FreeHolidayPackIcon {
        left: 20px;
        margin-top: 12px;
    }
}


.subscribeNews a {
    color: #d6404a;
}
.subscribeNews a:hover {
    color: #000;
}
.subscribeNews .js-form-subscribe-message {
    background:#fafafa;
}
.subscribeNews .js-form-subscribe-message:after {
    border-top-color: #fafafa;
}
.subscribeNews .subscribe__inp-wrp input {
    color:#000
}
@media (max-width:480px) {
    .subscribeNews label {
        line-height: 1.1;
        display: inline-block;
        margin-top: 10px;
    }

    .subscribeNews label,
    .subscribeNews label a{
        font-size:14px
    }
}


.Button {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 33px 18px;
    color:#fff!important;
    text-decoration:none;
    border:none;
}
.ButtonSmall {
    font-size: 14px;
    font-weight: 300;
    padding: 10px 15px 10px;
}
.ButtonRed {
    background: #D63C4A;
}
.ButtonGray {
    background: #919191;
}
.ButtonGreen {
    background: #84c55e;
}
.Button:hover {
    opacity:0.75
}
@media (max-width: 991px) {
    .Button {
        padding: 18px 27px 18px;
    }
    .ButtonSmall {
        padding: 10px 15px 10px;
    }
}





/*Попап выбора города*/
.GeoPopup {
    max-width:654px;
    padding:23px 20px 20px;
}
.mfp-close-btn-in .GeoPopup .mfp-close {
    border:none;
    color:#393536;
    top:5px;
    right:5px;
}
.GeoPopupTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #231F20;
    opacity: 0.9;
    margin-bottom:7px;
    text-transform: uppercase;
}
.GeoPopupForm {
    position:relative;
    margin-bottom:32px;
}

.GeoPopupForm:after {
    content:'';
    position:absolute;
    right:13px;
    top:18px;
    width:22px;
    height:19px;
}
.GeoPopupForm.not_empty:after {
    display:none
}
.GeoPopupForm .GeoPopupFormClear {
    display:none;
    width: 46px;
    height: 100%;
    line-height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    color: #000;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.GeoPopupForm .GeoPopupFormClear:hover {
    opacity: 1;
}
.GeoPopupForm.not_empty .GeoPopupFormClear {
    display:block
}

.GeoPopupForm input {
    width:100%;
    border: 1px solid #E3E3E3;
    border-radius: 3px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    padding:18px 50px 18px 26px;
    /*text-transform: uppercase;*/
}
.GeoPopupForm input::-ms-clear {
    display: none;
}
.GeoPopupForm input::-webkit-input-placeholder,
.GeoPopupForm input::-ms-input-placeholder,
.GeoPopupForm input::placeholder {
    color: #B2B2B2;
}
.GeoPopupListTitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #535353;
    margin-bottom:21px;
}


.GeoPopupListResult a {
    display:block;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #535353;
    margin-bottom:21px;
    text-decoration:none
}
.GeoPopupListResult a:hover {
    color:#D63C4A
}

.GeoPopupListResultPageTitle {
    text-align:center;
    font-size:14px;
    position:relative;
    margin-top:0px;
    margin-bottom:10px;
}
.GeoPopupListResultPageTitle span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
}
.GeoPopupListResultPageTitle:before {
    content:'';
    width:100%;
    height:1px;
    display:block;
    position:absolute;
    top:50%;
    lefT:0;
    background:#ddd;
    z-index:1
}

@media (min-width: 500px) {
    .GeoPopup {
        padding:53px 40px 64px;
    }
    .GeoPopupListResult.not_empty {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

/*end --- geo*/

/*баннер в каталоге*/
.prod__itemBN {
    position: relative;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    text-decoration: none!important;
    justify-content: end;
}
.prod__itemBN--wrap {
    display:block;
    width:100%;
    padding: 1rem;
    z-index:2;
    position: relative;
}
.prod__itemBN--bg {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size: contain;
    background-position:50% 50%;
    background-repeat:no-repeat;
    z-index:1;
}

.prod__itemBN .prod__itemBN--text {
    color:#000;
    text-align:center;
    padding:0 10px;
    display:block;
    text-decoration:none!important
}
.prod__itemBN .prod__itemBN--text.text-white {
    color:#fff;
}
.prod__itemBN--btn {
    text-align:center;
    padding:0 10px;
    display:block;
    margin-top:0px
}
.prod__itemBN--btn .btn {
    color: white;
    display: inline-block;
    min-width: 160px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 12px 10px 8px;
    background-color: hsl(356, 65%, 55%);
}
a.prod__itemBN:hover .prod__itemBN--btn .btn {
    background-color: hsl(356, 65%, 45%);
}
@media (max-width:420px) {
    .prod__itemBN--btn .btn {
        display:block;
        min-width:0;
        font-size: 14px;
    }

}
/*end --- баннер в каталоге*/



/* Списки*/
.ListsPopup .item-quantity__val {
    font-size:16px;
}
.ListsPopupItem {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #eee
}
.ListsPopupItem:last-child {
    margin-bottom:0;
    border-bottom:none
}
.ListsPopupItemImg {
    width:100px;
    text-align:center;
    flex-shrink:0
}

.ListsPopupItemTitle {
    width:100%;
    padding:0 10px;
    text-align:left;
    line-height: 1.2;
}
.ListsPopupItemTitle--name {
    font-size:16px;
    font-weight:400
}
.ListsPopupItemTitle--q {
    font-size:12px;
    color:#999;
    margin-top:3px
}

.ListsPopupItemTitle input {
    width:100%
}
.ListsPopupBtnSubmit {
    margin-top:10px;
    text-align:center;
    height:54px;
}
.ListsPopupBtnSubmit .Button {
    display:none;
}
.ListsPopupError {
    display:none;
    background:#d6404a;
    color:#fff;
    text-align:left;
    padding:5px 10px
}
.ListsPopupItemMosaic {
    flex-wrap:wrap;
    width: 100%;
}
.ListsPopupItemMosaicItem {
    width:50%;
    height:24px;
    background:#f9f9f9
}
.ListsPopupItemMosaicItem:nth-child(1) {
    border:1px solid #eee;
}
.ListsPopupItemMosaicItem:nth-child(2) {
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}
.ListsPopupItemMosaicItem:nth-child(3) {
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}
.ListsPopupItemMosaicItem:nth-child(4) {
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}
.ListsPopupItemMosaicItem img {
    max-width:100%;
    max-height:20px;
}
.ListsPopupItemMosaicItem-more {
    font-size:13px;
    height: 100%;
}

@media (max-width:767px) {
    .ListsPopupItemImg {
        display:none
    }
    .ListsPopupItemTitle {
        padding-left:0
    }

    .ListsPopupItemTitle input,
    .ListsPopupItemTitle--name {
        font-size: 14px;
    }
    .white-popup-block.popup_card_share_wide._lists_detail_prod {
        padding:10px
    }
}


/* Долями попап*/
.white-popup-block.popup_dolyame_detail {
    max-width:625px;
    padding:65px 48px 44px;
    font-family: Arial;
    text-align:center;
    font-weight:400
}
.DolyameInfo--title {
    font-size: 30px;
    margin-bottom:14px;
    line-height: 1.2;
}
.DolyameInfo--subtitle {
    font-size: 16px;
    margin-bottom:26px;
    line-height: 1.2;
}

.DolyameInfo--payments {
    background-color: #f7f7f7;
    padding: 33px 48px 26px;
    margin-bottom:19px;
}
.DolyameInfo--payment-percent {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom:4px;
}
.DolyameInfo--payment-date {
    font-size: 12px;
    line-height: 1.2;
    color: #979797;
    margin-bottom:18px;
}
.DolyameInfo--payment-circle {
    position:relative;
    width:10px;
    margin:0 auto;
}

.DolyameInfo--payment-circle:after {
    content:'';
    position:absolute;
    display:block;
    top:50%;
    left:100%;
    margin-left:6px;
    width:95px;
    height:1px;
    background:#b2b2b2
}
.DolyameInfo--payment:last-child .DolyameInfo--payment-circle:after {
    display:none
}

.DolyameInfo--footer {
    font-size: 12px;
    line-height: 1.92;
    text-align:left;
    color: #898989;
}
.DolyameInfo--footerText {
    margin-bottom:8px
}
.DolyameInfo--footerText:last-child {
    margin-bottom:0
}

@media (max-width:654px) {
    .white-popup-block.popup_dolyame_detail {
        padding: 10px 10px 10px;
    }
    .DolyameInfo--title {
        font-size: 22px;
        padding-right:50px
    }
    .DolyameInfo--payments {
        padding: 10px;
        margin-bottom:14px;
        flex-direction:column
    }
    .DolyameInfo--payment {
        display:flex;
        align-items:center;
        position:relative;
        margin: 0 auto 30px;
    }
    .DolyameInfo--payment:last-child {
        margin-bottom: 0
    }
    .DolyameInfo--payment-percent {
        margin-bottom:0;
        margin-right:20px;
        padding-left:20px;
    }
    .DolyameInfo--payment-date {
        margin-bottom:0
    }
    .DolyameInfo--payment-circle {
        position:absolute;
        left:0;
        top:-8px
    }
    .DolyameInfo--payment-circle:after {
        margin-left: -5px;
        margin-top: 10px;
        width:1px;
        height:30px;
        background:#b2b2b2;
    }
}

div.block2 {
    padding: 10px 10%;
}
.center,
.center-img {
    text-align: center;
}
.center img,
.center-img img {
    max-width: 100%;
}
.btn2,
.button2 {
    text-decoration: none;
    color: white;
    text-align: center;
}

.cat__bn {
    position: relative;
}
.prod__labels.prod__badge {
    right: 0;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    z-index: 10;
}
.prod__labels.prod__badge.prod__badge_js {
    display: none;
    z-index: 99;
}
.prod__labels.prod__badge .prod__label {
    opacity: 0.8;
    line-height: 1.05rem;
    font-size: 10px;
    padding: 0 0.2rem;
}
.prod__labels.prod__badge .prod__label:hover {
    opacity: 1;
}
.prod__labels.prod__badge .prod__label--tip {
    display: none;
    position: absolute;
    width: 100%;
    padding: 5px 10px;
    background: #f5f5f2;
    font-size: 11px;
    top: 100%;
    top: calc(100% + 5px);
    right: 0px;
    margin-top: 2px;
    min-width: 250px;
    z-index: 10;
    line-height: 120%;
    text-align: left;
    color: #231f20;
}
.prod__labels.prod__badge .prod__label--tip:after {
    bottom: 100%;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 242, 0);
    border-bottom-color: #f5f5f2;
    border-width: 8px;
    margin-left: -8px;
}
.prod__labels.prod__badge .prod__label:hover + .prod__label--tip {
    display:block;
}
@media (max-width: 767px) {
    .prod__labels.prod__badge {
        margin-right: 0.5rem;
    }
    .prod__labels.prod__badge .prod__label--tip {
        min-width: 180px;
    }
    .prod__itemBN .prod__labels.prod__badge .prod__label--tip {
        min-width: 150px;
    }
}
/* End */
/* /local/modules/mango.messages/css/widget.css?17379740477263 */
/* /static_files/css/fontawesome.css?173797404837486 */
/* /static_files/js/air-datepicker/css/datepicker.css?173797404820693 */
/* /local/components/a114u/form/templates/.default/style.css?1737974047319 */
/* /static_files/css/custom_bootstrap.css?1756845076241408 */
/* /static_files/css/base.css?17161398512488 */
/* /static_files/css/comp_header.css?175684507651400 */
/* /static_files/css/comp_footer.css?17458382479472 */
/* /static_files/css/comp_product_slider.css?17458382473015 */
/* /static_files/css/core.css?16758314041826 */
/* /static_files/_refactor/lib/fancybox3/jquery.fancybox3.min.css?167583140412795 */
/* /static_files/_refactor/lib/magnefic/magnific-popup.css?167583140412129 */
/* /static_files/_refactor/lib/oscrollbar/OverlayScrollbars.min.css?167583140417692 */
/* /static_files/lib/slick/slick.css?16812238981776 */
/* /static_files/_refactor/lib/noui/nouislider.min.css?16758314042959 */
/* /static_files/_refactor/lib/formstyler/jquery.formstyler.css?167583140412989 */
/* /static_files/_refactor/lib/Brazzers-Carousel/jQuery.Brazzers-Carousel.css?17380872781835 */
/* /static_files/_refactor/css/system.css?17380898695842 */
/* /static_files/_refactor/css/styles-all.css?1738260902130566 */
