body.site {
    padding: 0px;
}
header {
    margin-bottom: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: flex;
}

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

@font-face {
	font-family: 'Montserrat2';
	src: url('../fonts/static/Montserrat-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/static/Montserrat-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.footer #fox-container-m95 {
	background: #FFFFFF;
    box-shadow: -5px 0px 20px rgba(186, 186, 186, 0.1), 0px 10px 20px rgba(196, 196, 196, 0.1);
    border-radius: 5px;
    padding: 22px 47px;
    text-align: center;
    position: relative;
    z-index: 100;
	margin-bottom: 1rem !important;
	margin-top: 10px !important;
}
section.home-objects {
	display: block;
	background: white;
}
.home-objects .slider-collection h3.uk-h3 {
	font-size: 2.3rem;
    font-weight: 700;
}
.body .home-objects .slider-collection .uk-light .uk-position-center-right svg,
.body .home-objects .slider-collection .uk-light .uk-position-center-left svg{
	display: none;
}
.about-principles {
	    padding-top: 8rem !important;
}
.video_left_circle .modal{
	overflow: inherit;
}
#sbox-window {
	padding: 40px;
    border-radius: 10px;
}
#sbox-window #sbox-content {
	    overflow: hidden;
}
#sbox-window #sbox-content iframe {
	width: 100%;
    height: 100%;
}
.itemid-126 #content {
	padding: 0;
    margin: 0;
}
.com_zoo.task-item .mainContent{
	background: #19181E;
}
.com_zoo.task-item .product-info {
	margin-top: 0px;
}
.com_zoo.task-item .mainContent .item-title {
	    font-size: 2.625rem;
    margin-bottom: 50px;
    font-family: Rubik;
    font-style: normal;
    color: white;
    font-weight: 500;
}
.com_zoo.task-item .product-info {
	background: white;
}
.itemid-126 h2 {
	font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #252525;
}
.product-info .row {
	margin-top: -30px;
}

.projects-list .tabs {
	font-size: 0;
}

.projects-list .tabs>input[type="radio"] {
    display: none;
 }

.projects-list .tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
    padding: 20px 10px;
    font-size: 16px;
}

  /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
.projects-list #tab-btn-1:checked~#content-1,
.projects-list #tab-btn-2:checked~#content-2,
.projects-list #tab-btn-3:checked~#content-3,
.projects-list #tab-btn-4:checked~#content-4,
.projects-list #tab-btn-5:checked~#content-5,
.projects-list #tab-btn-6:checked~#content-6 {
    display: block;
}

.itemid-110 .body {
	    background: #f3f4f6;
}
.itemid-110 .page-header h2 {
	margin-bottom: 0;
}
.projects-list .tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
	padding-bottom: 7px;
    border-bottom: 2px solid #F3F4F6;
}
.projects-list.tabs>label:not(:first-of-type) {
    border-left: none;
}

.projects-list .tabs>input[type="radio"]:checked+label {
    border-bottom: 2px solid #D31A3A;
    padding-bottom: 7px;
}
.itemid-110 .tabs .uk-list {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.itemid-110 .tabs .uk-list li{
	flex: 0 0 auto;
    width: 50%;
    margin-bottom: 0.5rem !important;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}
.itemid-110 .tabs .uk-list li .nivo-controlNav {
	display: none;
}
.itemid-110 .tabs .uk-list li .uk-h5 a {
	margin-bottom: 0.5rem;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #252525;
}
.itemid-110 .tabs .uk-list li ul.uk-subnav li{
	font-family: Rubik;
    font-size: 16px;
    margin-right: 15px;
    padding: 5px 20px;
    text-transform: uppercase;
    background: rgba(192, 192, 192, 0.7);
    color: #fff;
    line-height: 18px;
    width: max-content;
}	
.itemid-110 .tabs .uk-list li ul.uk-subnav:after {
    display: block;
    content: "";
    height: 2px;
    width: 48px;
    border-bottom: 2px solid #D31A3A;
    border-radius: 30px;
    margin-top: 30px;
}
.itemid-110 .tabs .uk-list li ul.uk-subnav {
	    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.itemid-110 .tabs .uk-list li .element p {
	color: #252525;
    opacity: 0.5;
    font-size: 14px;
	
}
.itemid-107 .body,
.itemid-102 .body {
	    background: #19181e;
}

.itemid-107  .mb-70 h2{
	font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    margin-top: 100px;
    margin-bottom: 20px;
	    color: #fff;
}
.itemid-107 .page-header h2 {
	color: #fff;
}
.itemid-107 .breadcrumb {
	display: none;
}
.itemid-107  .mb-70 h2:after{
    content: "";
    background: url(/images/brend/list.svg) no-repeat center center;
    position: absolute;
    width: 90px;
    height: 100px;
    margin-top: -60px;
    margin-left: -20px;
}

.itemid-126 div#fox-container-c126 .fox-form input[type="text"],
.itemid-126 div#fox-container-c126 .fox-form input[type="email"]{
	background: #F3F4F6;
    opacity: 0.7;
    box-shadow: inset 0px 3px 20px rgba(196, 196, 196, 0.3);
    border-radius: 3px;
    resize: none;
    height: 40px;
    border: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
}
.itemid-126 div#fox-container-c126 .control-group {
    margin-bottom: 15px;
}
.itemid-126 div#fox-container-c126 .btn {
	    width: 240px;
    height: 50px;
    background: #D31A3A;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0px 3px 20px rgba(196, 196, 196, 0.3);
    border: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin: auto;
}
.blog .items-row .span6 {
	    display: block;
    float: left;
    width: 49%;
	    padding-right: 10px;
}
.blog .items-row .span6 .item-image img{
	width: 100%;
}
.article-info .article-info-term {
	display: none;
}
.itemid-117 .blog {
	    padding-bottom: 20px;
}
.blog .items-row .span6 p:before {
    display: block;
    content: "";
    height: 2px;
    width: 48px;
    border-bottom: 2px solid #D31A3A;
    border-radius: 30px;
    margin-top: 30px;
	margin-bottom: 20px;
}
.blog .items-row .span6 .page-header h2 {
	    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
}
.mobile-nav ul > li:hover:before {
	content: "";
    background: url(/images/brend/listSmoll.svg) no-repeat right center;
    position: absolute;
    width: 15px;
    height: 15px;
    margin-left: -25px;
    margin-top: 5px;
}
.itemid-126 #fox-c126-submit-box .controls {
	text-align: center;
}
.itemid-126 div#fox-container-c126 .btn .caption {
	color: white;
}
.itemid-126 div#fox-container-c126 #fox-c126-submit-box {
	    margin-bottom: 0;
}
.pb-120 .p-lg-4 {
	padding: 0rem !important;
}
.body .home-objects .slider-collection .uk-light .uk-position-center-right:before {
    content: "";
    background: url(/images/arrow-next.svg) no-repeat center center;
    height: 22px;
    display: block;
    z-index: 1;
	margin-top: 13px;
}
.itemid-112 .breadcrumb {
	padding-top: 0;
}
.breadcrumb {
	padding-top: 1.5rem;
}
.itemid-108 .home-description .container-xl {
    padding-top: 50px;
}
.pathwayMain {
	color: black;
}
.mapContacr {
	padding-bottom: 80px;
}
.dividerMain {
	padding: 15px;
}
.itemid-125 .ms-layer.subtitle {
    top: 40%;
    width: 80%;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.partnersSection {
	background: white;
	height: 628px;
	position: sticky;
}
.partnersSection .container-xl {
	padding: 120px 20px 180px 20px;
    position: relative;
    z-index: 100;
}
.itemid-125 .ms-layer.btns {
    top: 60%;
}
.jbzoo-item .item-title a img {
	width: 100%;
}
.body .home-objects .slider-collection .uk-light .uk-position-center-left:before {
	content: "";
    background: url(/images/arrow-prev.svg) no-repeat center center;
    height: 22px;
    display: block;
	margin-top: 13px;
}
.mapContacr  .map.mt-4.d-md-flex {
	height: 370px;
}
.body .home-objects .slider-collection .uk-light .uk-position-center-right{
	top: calc(50%);
    width: 52px !important;
    height: 52px !important;
    border-radius: 50%;
    z-index: 12;
    background-color: #d41a3b;
    right: calc(100% / 3 - 30px);
    display: block;
    margin: 0!important;
}
.nav .item-107.deeper.parent ul.nav-child {
	margin-top: 0.5rem !important;
}
.nav .item-107.deeper.parent ul.nav-child a {
	font-family: sans-serif;
    font-size: 17px;
}
.body .home-objects .slider-collection .uk-light .uk-position-center-left{
	position: absolute;
    top: calc(50%);
    width: 52px !important;
    height: 52px !important;
    border-radius: 50%;
    z-index: 12;
    background-color: #d41a3b;
	margin: 0!important;
	left: calc(100% / 3 - 30px);
}
.body .home-objects .slider-collection .uk-light .uk-position-center-left:hover,
.body .home-objects .slider-collection .uk-light .uk-position-center-right:hover {
	background-color: #b40423;
}
.ms-slide-container .ms-slide {
	    position: relative;
}
.ms-slide-bgcont img{
	height: 740px;
    width: 100%;
    margin-top: 0px;
}
.ms-layer.title {
    width: 80%;
    position: absolute;
    pointer-events: auto;
    left: 83px;
    margin: 0px;
    padding: 0px;
	top: 20%;
	font-size: 4rem;
    font-family: Rubik;
    font-weight: 500;
    line-height: 50px;
}
.ms-layer.subtitle{
	top: 40%;
    left: 83px;
    margin: 0px;
    padding: 0px;
    font-size: 1.65rem;
    line-height: 30px;
    position: absolute;
    pointer-events: auto;
    width: 55%;
    font-weight: 400;
}
.mobile-menu-button{
	min-width: 35px;
    height: 25px;
    background: 0 0;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
	    display: inline-block;
}
main .product-info .properties{
	margin-right: 15px;
}
.task-item .element-textarea {
	color: black ;
}
.task-item .jbzootabs-widget-cont {
	border: 0px;
	    margin-left: 15px;
		    background: none;
}
.task-item #yoo-zoo.jbzoo .jbcolor-label .jbcolor {
	background-color: #ff000000 !important;
}
.task-item #comments{
	display: none;
}
.task-item .table  td{
	border: none;
}
.task-item  .fade:not(.show) {
	opacity: 1;
}
.task-item  .jbzootabs .jbzootabs-nav {
	background: none;
	padding: 0 !important;
    border: 0;
}
.task-item .jbzootabs .jbzootabs-nav li a {
	margin-bottom: -1px;
    border: none;
    color: #fff;
    background: #D31A3A;
    display: block;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 73px;
    text-transform: uppercase;
    font-weight: 600;
}
.task-item .jbzootabs .jbzootabs-nav li {
	padding: 0;
    border-radius: 0;
    margin: 0 !important;
    border: 0;
}
.task-item .jbzootabs .jbzootabs-nav li.jbzootabs-active a {
	background: #F3F4F6 !important;
	color: #252525 !important;
}
.mobile-menu-button span {
    background: #ffffff;
    width: 100%;
    height: 5px;
    display: block;
    right: 0;
    position: absolute;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.mobile-menu-button.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    right: auto;
}
.mobile-menu-button.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin: 0;
    right: 0;
	width: 100%;
}
.mobile-menu-button.active span:nth-child(3) {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
}
.mobile-menu-button span:nth-child(1) {
    top: 0;
    right: 0px;
}
.mobile-menu-button span:nth-child(2) {
    top: 50%;
    margin-top: 0px;
	    width: 80%;
}
.itemid-112 .mainContent {
	    background: #19181E;
    color: #fff;
	    padding-top: 1.5rem !important;
}
.page-header h2{
	font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 2.9375rem;
}
.itemid-112 .body {
	    background: #19181E;
}
.mapContacr {
	background: #19181E;
    color: #fff;
}
.mobile-menu-button span:nth-child(3) {
        top: 98%;
    bottom: 0;
    right: 0;
}
.master-slider .uk-scope .uk-dotnav>*>* {
	width: 20px;
    height: 20px;
}
.ms-layer.btns{
	top: 55%;
    left: 83px;
    margin: 10px 0px 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    pointer-events: auto;
}
.ms-slide .ms-slide-layers {
	position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 109;
    top: 0px;
    pointer-events: none;
    max-width: 1249px;
    left: 298.5px;
}
.body .home-objects .uk-scope .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
	width: 52px !important;
    height: 52px !important;
	padding: 0!important;
	
}
.footer #fox-container-m95 .fox-column12 .fox-item  h2{
	text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #252525;
}
.footer .header_logo{
	width: 155px;
}
.footer #fox-container-m95 .controls {
	width: 100% !important;
	text-align: center;
}
.footer div#fox-container-m95 .btn {
	    background: #be0d2b;
    border-color: #be0d2b;
    width: 240px;
    height: 50px;
    border-radius: 5px;
    opacity: 1;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}
.footer div#fox-container-m95 .btn:hover {
	opacity: 0.9;
}
.footer div#fox-container-m95 .btn .caption {
	color: #fff;
	text-shadow: none;
}
.partners-material .pm-text .mb-4 {
	    text-align: center;
}
.partners-material .pm-text .mb-4 a {
	color: white;
    padding: 20px 55px;
	font-size: 15px;
}
.uk-slideshow-items li .uk-overlay.uk-position-cover {
	left: 10%;
    max-width: 1249px;
}
.uk-slideshow-items li .uk-overlay.uk-position-cover .ms-layer.title {
	text-align: left;
}
.uk-slideshow-items li .uk-overlay.uk-position-cover .ms-layer.subtitle {
	text-align: left;
}
.footer div#fox-container-m95 #fox-m95-name,
.footer div#fox-container-m95 #fox-m95-email,
.footer div#fox-container-m95 #fox-m95-textarea1 {
	background: #F3F4F6;
    opacity: 0.7;
    box-shadow: inset 0px 3px 20px rgba(196, 196, 196, 0.3);
    border-radius: 3px;
    resize: none;
    height: 40px;
    border: none;
    font-family: SANS-SERIF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    width: 100%;
    padding: 4px 12px;
}
.footer div#fox-container-m95 #fox-m95-textarea1 {
	    height: 75px !important;
    overflow: hidden;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 10px 12px;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  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: 0;
}

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

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

.itemid-112 .home-objects{
	margin-bottom: 0;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.com_zoo.task-item .razmeru {
	color: white;
	    font-family: "Montserrat", sans-serif;
		font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.com_zoo.task-item .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: 81px;
    height: 81px;
}
.com_zoo.task-item .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	    width: 100%;
    height: 100%;
}
.com_zoo.task-item .theme-default .nivo-controlNav {
	padding: 0;
}
.itemid-112 .pathwayMain:hover, 
.itemid-102 .pathwayMain:hover,
.com_zoo.task-item .pathwayMain:hover{
    color: white !important;
}
.itemid-112 .pathwayMain,
.itemid-102 .pathwayMain,
.com_zoo.task-item .pathwayMain{
    color: white;
}
.com_zoo.task-item .prop {
    margin-bottom: 30px;
}
.com_zoo.task-item .prop .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
	color: white;
}
.itemid-102 .dividerMain, 
.itemid-102 span,
.com_zoo.task-item span,
.com_zoo.task-item .dividerMain{
	color: white;
}
.jbzoo .category {
		padding-left: 0px;
}
.jbzoo .category h1.title {
	color: white;
}
.jbzoo .subcategories .column.width25 {
	padding: 10px !important;
    margin: 0;
    flex: 0 0 auto;
    width: 25%;
}
.jbzoo .subcategories .column.width25 .subcategory  {
	padding: 0em;
    margin-bottom: 0em;
}
.jbzoo .subcategories .column.width25 .subcategory-image img{
	width: 100%;
}
.itemid-102 #yoo-zoo .description-full {
		color: white;
}
#yoo-zoo.jbzoo-view-category .category h1.title {
	font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 2.9375rem;
}
#yoo-zoo.jbzoo-view-category .category .description-full h2 {
	    margin-top: 40px;
    font-size: 36px;
    margin-bottom: 20px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
}
#yoo-zoo.jbzoo-view-category .category .description-full h3 { 
    margin-top: 40px;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
}
.itemid-148 .jbzoo .category h1.title {
	color: black;
}
#yoo-zoo.jbzoo-view-category .items .column{
	background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    min-height: 510px;
    padding: 1.5rem;
    margin: 0;
	margin-right: 2%;
    width: 31%;
	margin-bottom: 20px;
}
#yoo-zoo.jbzoo-view-category .items .column .jbzoo-item {
	    margin: 0;
}
.task-item .dye-e8dada:after,
.task-item .dye-000000:after,
.task-item .dye-969696:after,
.task-item .dye-8a6767:after,
.task-item .dye-917777:after, 
.task-item .dye-474040:after,
.task-item .dye-ffffff:after,
.task-item .dye-248713:after,
.task-item .dye-cc9f9f:after,
.task-item .dye-8f5b5b:after,
.task-item .dye-d12e2e:after{
	font-size: 1rem;
	width: 100%;
}
.task-item .dye-e8dada:before,
.task-item .dye-000000:before,
.task-item .dye-969696:before,
.task-item .dye-8a6767:before,
.task-item .dye-917777:before, 
.task-item .dye-474040:before,
.task-item .dye-ffffff:before,
.task-item .dye-248713:before,
.task-item .dye-cc9f9f:before,
.task-item .dye-8f5b5b:before,
.task-item .dye-d12e2e:before {
	background-size: auto;
    height: 79px;
    float: right;
    width: 100%;
}
.task-item #yoo-zoo.jbzoo .jbcolor-label {
	min-width: 162px;;
}
.dye-d12e2e:before {
	content: "";
	background-image: url(../images/Txt-1.jpg);
	width: 18px;
    height: 18px;
	display: block;
	border-radius: 3px;
    float: left;
	background-size: contain;
}
.fa-file-pdf:before {
    content: "\f1c1";
}
.dye-d12e2e:after {
	content: "Красное дерево";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}

.dye-8f5b5b:before {
	content: "";
	background-image: url(../images/color1.jpg);
	width: 18px;
    height: 18px;
	display: block;
	border-radius: 3px;
    float: left;
	background-size: contain;
}
.dye-8f5b5b:after {
	content: "Дуб";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}
.dye-cc9f9f:before {
	content: "";
	background-image: url(../images/legno.jpg);
	width: 18px;
    height: 18px;
	display: block;
	border-radius: 3px;
    float: left;
	background-size: contain;
}
.dye-cc9f9f:after {
	content: "Бежевый";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}
.dye-e8dada:before {
	content: "";
	background-image: url(../images/grey2.jpg);
	width: 18px;
    height: 18px;
	display: block;
	border-radius: 3px;
    float: left;
	background-size: contain;
}
.dye-e8dada:after {
	content: "Коричневый микс";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}
.dye-000000:before {
	content: "";
	background-image: url(../images/black.jpg);
	width: 18px;
    height: 18px;
	border-radius: 3px;
	display: block;
    float: left;
	background-size: contain;
}
.dye-000000:after {
	content: "Чёрный";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}
.dye-969696:before {
	content: "";
	background-image: url(../images/greyMix.jpg);
	width: 18px;
    height: 18px;
	border-radius: 3px;
	display: block;
    float: left;
	background-size: contain;
}
.dye-969696:after {
	content: "Графит";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}
.dye-8a6767:before {
	content: "";
	background-image: url(../images/grey3.jpg);
	width: 18px;
    height: 18px;
	display: block;
	border-radius: 3px;
    float: left;
	background-size: contain;
}
.dye-8a6767:after {
	content: "Cерый микс";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}
.dye-917777:before {
	content: "";
	background-image: url(../images/slate1.jpg);
	width: 18px;
    height: 18px;
	display: block;
	border-radius: 3px;
    float: left;
	background-size: contain;
}
.dye-917777:after {
	content: "Cерый";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}
.dye-474040:before {
	content: "";
	background-image: url(../images/Ales_.jpg);
	width: 18px;
    height: 18px;
	display: block;
	border-radius: 3px;
    float: left;
	background-size: contain;
}
.dye-474040:after {
	content: "Темно-серый";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}
.dye-ffffff:before {
	content: "";
	background-image: url(../images/calcare.jpg);
	width: 18px;
    height: 18px;
	display: block;
	border-radius: 3px;
    float: left;
	background-size: contain;
}
.dye-ffffff:after {
	content: "Белый";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}
.dye-248713:before {
	content: "";
	background-image: url(../images/slate-2.jpg);
	width: 18px;
    height: 18px;
	display: block;
	border-radius: 3px;
    float: left;
	background-size: contain;
}
.dye-248713:after {
	content: "Мультиколор";
    font-size: 13px;
    padding-left: 5px;
    float: left;
}
#yoo-zoo.jbzoo .jbcolor-label .jbcolor{
	    background-color: white !important;
		min-width: 30%;
    width: auto !important;
}
.itemid-142 .mainContent,
.itemid-143 .mainContent,
.itemid-144 .mainContent,
.itemid-145 .mainContent,
.itemid-146 .mainContent,
.itemid-147 .mainContent,
.itemid-106 .mainContent{
	background: #f3f4f6;
}
.itemid-149 .category  h1.title,
.itemid-150 .category  h1.title,
.itemid-151 .category  h1.title,
.itemid-152 .category  h1.title,
.itemid-142 .category  h1.title,
.itemid-143 .category  h1.title,
.itemid-144 .category  h1.title,
.itemid-145 .category  h1.title,
.itemid-146 .category  h1.title,
.itemid-147 .category  h1.title,
.itemid-106 .category  h1.title{
	    color: black;
}
#yoo-zoo.jbzoo .jbcolor-label {
	    border: 0;
		padding: 0px;
    	margin: 0px;
		display: block;
    float: left;
    width: auto;
    min-width: 30%;
	margin-right: 10px;
}

#yoo-zoo.jbzoo-view-category .items .column .jbzoo-item .jbimage  {
	    width: 100%;
}
#yoo-zoo.jbzoo-view-category .items .column .jb-row .item-image {
	    border-bottom: 1px solid #C0C0C0;
    font-size: 16px;
    line-height: 20px;
    min-height: 70px;
	    padding-bottom: 1.5rem !important;
}
#yoo-zoo.jbzoo-view-category .items .column .jb-row .item-image a{
	
	font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    color: #252525;
}
.itemid-148 .mainContent {
	    background: #f3f4f6;
}
#yoo-zoo.jbzoo-view-category .subcategory {
	position: relative;
}
#yoo-zoo.jbzoo-view-category .subcategory .subcategory-title {
	    background: linear-gradient(90deg, rgba(3, 3, 3, 0.5) 0%, rgba(3, 3, 3, 0.5) 100%);
    bottom: 0px;
    padding: 10px 25px;
    height: 70px;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#yoo-zoo.jbzoo-view-category .subcategory .subcategory-title a {
	font-size: 22px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    line-height: 24px;
}
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.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #D31A3A;
  text-decoration: underline;
}
a:hover {
  color: #024dbc;
}

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;
  -ms-overflow-style: scrollbar;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.itemid-126 .header, 
.itemid-126 .footer {
	    display: none;
}
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: #C0C0C0;
  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 {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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;
  white-space: normal;
}
@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;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-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: #C0C0C0;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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: #C0C0C0;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 481px) {
  .container-sm, .container {
    max-width: 445px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 728px;
  }
}
@media (min-width: 1000px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 968px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1220px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1285px;
  }
}
.bg33 .row{
	justify-content: center;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 3rem;
}

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

@media (min-width: 481px) {
  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .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: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .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: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1000px) {
  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .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: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1280px) {
  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .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: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
	.ms-layer.btns {
		top: 75%;
	}
  .col-xxl {
    flex: 1 0 0%;
  }
  .ms-layer.title{
	      top: 15%;
  }
  .ms-layer.subtitle {
    top: 46%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .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: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: 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-striped > tbody > tr:nth-of-type(odd) {
  color: var(--bs-table-striped-color);
}

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

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

.table-primary {

  color: #212529;
  border-color: #acc4e9;
}

.table-secondary {
  color: #212529;
  border-color: #d9d9d9;
}

.table-success {
  color: #212529;
  border-color: #b3d3bb;
}

.table-info {
  color: #212529;
  border-color: #aed2d8;
}

.table-warning {
  color: #212529;
  border-color: #e9daac;
}

.table-danger {
  color: #212529;
  border-color: #e0b6bb;
}

.table-light {
  color: #212529;
  border-color: #e3e4e5;
}

.table-dark {
  color: #fff;
  border-color: #484e53;
}

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

@media (max-width: 480.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: 999.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.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: #C0C0C0;
}

.form-control {
  display: block;
  width: 100%;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  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:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-control::placeholder {
  color: #C0C0C0;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 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.2rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
}

.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  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 5l6 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.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #C0C0C0;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 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-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.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 {
  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;
}
.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='%238bbafe'/%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-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.form-file {
  --bs-form-file-height: calc(1.5em + 0.75rem + 2px);
  position: relative;
}

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: var(--bs-form-file-height);
  margin: 0;
  opacity: 0;
}
.form-file-input:focus-within ~ .form-file-label {
  border-color: #8bbafe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-file-input[disabled] ~ .form-file-label .form-file-text, .form-file-input:disabled ~ .form-file-label .form-file-text {
  background-color: #e9ecef;
}

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: var(--bs-form-file-height);
  border-color: #ced4da;
  border-radius: 0.25rem;
}

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.form-file-sm {
  --bs-form-file-height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
}
.form-file-sm .form-file-text,
.form-file-sm .form-file-button {
  padding: 0.25rem 0.5rem;
}

.form-file-lg {
  --bs-form-file-height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}
.form-file-lg .form-file-text,
.form-file-lg .form-file-button {
  padding: 0.5rem 1rem;
}

.form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem 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: #bed8fe;
}
.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: #bed8fe;
}
.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::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  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::-ms-thumb {
    transition: none;
  }
}
.form-range::-ms-thumb:active {
  background-color: #bed8fe;
}
.form-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.form-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.form-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  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-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}
.input-group > .form-file > .form-file-input:focus {
  z-index: 4;
}
.input-group > .form-file:not(:last-child) > .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-file:not(:first-child) > .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

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

.input-group-lg > .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

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

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

.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  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: #28a745;
}

.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(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.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: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.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 + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  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 5l6 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='%2328a745' d='M2.3 6.73L.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 1.75rem;
  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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #28a745;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #28a745;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

.was-validated .form-file-input:valid ~ .form-file-label, .form-file-input.is-valid ~ .form-file-label {
  border-color: #28a745;
}
.was-validated .form-file-input:valid:focus ~ .form-file-label, .form-file-input.is-valid:focus ~ .form-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.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 + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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 + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  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 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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 1.75rem;
  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.2rem rgba(220, 53, 69, 0.25);
}

.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.2rem 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 .form-file-input:invalid ~ .form-file-label, .form-file-input.is-invalid ~ .form-file-label {
  border-color: #dc3545;
}
.was-validated .form-file-input:invalid:focus ~ .form-file-label, .form-file-input.is-invalid:focus ~ .form-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
  box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0257d5;
  border-color: #0252c9;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #212529;
  background-color: #C0C0C0;
  border-color: #C0C0C0;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #adadad;
  border-color: #a7a7a7;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #212529;
  background-color: #adadad;
  border-color: #a7a7a7;
  box-shadow: 0 0 0 0.2rem rgba(168, 169, 169, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #a7a7a7;
  border-color: #a0a0a0;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 169, 169, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #212529;
  background-color: #C0C0C0;
  border-color: #C0C0C0;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #C0C0C0;
  border-color: #C0C0C0;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #C0C0C0;
  border-color: #C0C0C0;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 192, 192, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #212529;
  background-color: #C0C0C0;
  border-color: #C0C0C0;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 192, 192, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #C0C0C0;
  background-color: transparent;
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #024dbc;
}
.btn-link:disabled, .btn-link.disabled {
  color: #C0C0C0;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  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 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 481px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1000px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #C0C0C0;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #C0C0C0;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.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.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  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.disabled {
  color: #C0C0C0;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #C0C0C0;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  align-items: center;
  width: 100%;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@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 0.2rem;
}

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

@media (min-width: 481px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1000px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1280px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1440px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: 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");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 0px;
}

.card-title {
  margin-bottom: 0.5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #252525;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 0px;
}

.card-header {
  padding: 0.5rem 0px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 0px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: 0px;
  margin-bottom: -0.5rem;
  margin-left: 0px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: 0px;
  margin-left: 0px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

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

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 481px) {
  .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 > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  list-style: none;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item a {
  color: #C0C0C0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 1rem;
  color: #C0C0C0;
  content: "/";
}
.breadcrumb-item.active {
  color: #C0C0C0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #252525;
  text-decoration: none;
}
.page-link:hover {
  z-index: 2;
  color: #024dbc;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #D31A3A;
  border-color: #D31A3A;
}
.page-item.disabled .page-link {
  color: #C0C0C0;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.5rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1rem;
  color: inherit;
}

.alert-primary {
  color: #073984;
  background-color: #cfe2ff;
  border-color: #bbd6fe;
}
.alert-primary .alert-link {
  color: #042454;
}

.alert-secondary {
  color: #646464;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.alert-secondary .alert-link {
  color: #4b4b4b;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #C0C0C0;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 481px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1000px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #073984;
  background-color: #bbd6fe;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #073984;
  background-color: #a2c7fe;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #073984;
  border-color: #073984;
}

.list-group-item-secondary {
  color: #646464;
  background-color: #ededed;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #646464;
  background-color: #e0e0e0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .close {
    font-size: 1.5rem;
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:hover, .close:focus {
  opacity: 0.75;
}
.close:disabled, .close.disabled {
  pointer-events: none;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #C0C0C0;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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 {
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 481px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1000px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 480.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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 999.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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1279.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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1439.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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .tooltip-arrow, .bs-tooltip-auto[x-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .tooltip-arrow::before, .bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .tooltip-arrow, .bs-tooltip-auto[x-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .tooltip-arrow::before, .bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[x-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[x-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[x-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .popover-arrow, .bs-popover-auto[x-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .popover-arrow::before, .bs-popover-auto[x-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .popover-arrow::after, .bs-popover-auto[x-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[x-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[x-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[x-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .popover-arrow, .bs-popover-auto[x-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .popover-arrow::before, .bs-popover-auto[x-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .popover-arrow::after, .bs-popover-auto[x-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.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-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  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-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    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%;
  color: #fff;
  text-align: center;
  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: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  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 li {
    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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #024dbc;
}

.link-secondary {
  color: #C0C0C0;
}
.link-secondary:hover, .link-secondary:focus {
  color: #9a9a9a;
}

.link-success {
  color: #28a745;
}
.link-success:hover, .link-success:focus {
  color: #19692c;
}

.link-info {
  color: #17a2b8;
}
.link-info:hover, .link-info:focus {
  color: #0f6674;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ba8b00;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #a71d2a;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #cbd3da;
}

.link-dark {
  color: #343a40;
}
.link-dark:hover, .link-dark:focus {
  color: #121416;
}

.embed-responsive {
  position: relative;
  width: 100%;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
      background: #19181E;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

@media (min-width: 481px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1000px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only,
.sr-only-focusable:not(:focus) {
  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;
}

.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-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #C0C0C0 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

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

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

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

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

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

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

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


}
.zag {
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #C0C0C0 !important;
}

.text-success {
  color: #28a745 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #C0C0C0 !important;
}

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

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

.text-reset {
  color: inherit !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;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #C0C0C0 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !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: 0.25rem !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 481px) {
  .float-sm-left {
    float: left !important;
  }

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

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

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

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

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

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

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

  .mr-sm-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

  .ml-sm-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

  .pr-sm-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

  .pl-sm-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

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

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

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

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

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

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

  .mr-md-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

  .ml-md-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

  .pr-md-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

  .pl-md-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1000px) {
  .float-lg-left {
    float: left !important;
  }

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

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

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

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

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

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

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

  .mr-lg-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

  .ml-lg-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

  .pr-lg-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

  .pl-lg-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }

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

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

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

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

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

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

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

  .mr-xl-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

  .ml-xl-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

  .pr-xl-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

  .pl-xl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }

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

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

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

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

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

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

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

  .mr-xxl-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

  .ml-xxl-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

  .pr-xxl-0 {
    padding-right: 0 !important;
  }

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

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

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

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

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

  .pl-xxl-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  margin-left: 20px;
}
@media only screen and (max-width: 420px) {
  .hamburger {
    padding: 0px;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-left: 6px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  height: 4px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner, .hamburger-inner::after {
  width: 30px;
}
.hamburger-inner::before {
  width: 24px;
  margin-left: 6px;
}
.is-active .hamburger-inner::before {
  width: 30px;
  margin-left: 0px;
}
@media only screen and (max-width: 768px) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 2px;
  }
}
@media only screen and (max-width: 420px) {

}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
@media only screen and (max-width: 420px) {

}
.hamburger-inner::before {
  top: -10px;
}
@media only screen and (max-width: 420px) {

}
.hamburger-inner::after {
  bottom: -10px;
}
@media only screen and (max-width: 420px) {
  .hamburger-inner::after {
    bottom: 7px;
  }
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  color: #C4C4C4;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
  background: url(/local/templates/outdoor/images/arrow-prev.svg) no-repeat center center;
  height: 22px;
  display: block;
  z-index: 1;
}
[dir=rtl] .slick-prev:before {
  content: "";
  background: url(/local/templates/outdoor/images/arrow-prev.svg) no-repeat center center;
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  background: url(/local/templates/outdoor/images/arrow-next.svg) no-repeat center center;
  height: 22px;
  display: block;
  z-index: 1;
}
[dir=rtl] .slick-next:before {
  content: "";
  background: url(/local/templates/outdoor/images/arrow-next.svg) no-repeat center center;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #C4C4C4;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #D31A3A;
  opacity: 1;
}

/* Outdoor */
html {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  width: 100%;
}


body .container-xs {
  padding-left: 20px;
  padding-right: 20px;
}
body a {
  text-decoration: none;
}
body a:hover {
  color: #252525;
}
body a:active, body a:focus {
  outline: none;
}
body ul {
  margin: 0px;
  padding: 0px;
}
body ul li {
  list-style: none;
}
body section h1, body section .h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.9375rem;
}
body section h1 span, body section .h1 span {
  display: block;
}
body section h2, body section .h2 {
  font-size: 1.375rem;
}
body section h2 span, body section .h2 span {
  display: block;
}
body section h3, body section .h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
}

.mobile-nav {
  width: 300px;
  position: absolute;
  height: auto;
  z-index: 400;
  background: #252525;
  padding: 40px 25px 70px 60px;
  right: 0px;
  margin-top:1px;
}
.mobile-nav .social h4, .mobile-nav .social .h4 {
  color: #fff;
  font-size: 18px;
}
.mobile-nav .social li {
  margin-bottom: 3px;
  margin-left: 30px;
}
.mobile-nav .social li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  margin-left: -30px;
}
.mobile-nav .social li a {
  font-size: 16px;
}
.mobile-nav .social .yt:before {
  background: url("/images/youtube.svg") no-repeat center center;
}
.mobile-nav .social .fb:before {
  background: url("/images/facebook.svg") no-repeat center center;
}
.mobile-nav .social .ig:before {
  background: url("/images/instagram.svg") no-repeat center center;
}
.mobile-nav .social .tg:before {
  background: url("/images/tg.png") no-repeat center center; background-size: 80%;
}
.mobile-nav .close {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  opacity: 1;
}
.mobile-nav .close:hover {
  opacity: 0.3;
  cursor: pointer;
}
.mobile-nav .close:before, .mobile-nav .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 23px;
  width: 2px;
  background-color: #fff;
}
.mobile-nav .close:before {
  transform: rotate(45deg);
}
.mobile-nav .close:after {
  transform: rotate(-45deg);
}
.mobile-nav ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile-nav ul > li a {
  font-style: normal;
  font-size: 18px;
  color: #fff;
}
.mobile-nav ul > li:first-child {
  padding-top: 0px;
}
.mobile-nav ul > li::last-child {
  padding-bottom: 0px;
}

.bg1 {
  background: #F3F4F6;
}

.bg2 {
  background: #fff;
}

.bg3 {
  background: #19181E;
  color: #fff;
}

.bg4 {
  background: #E4E4E6;
  color: #252525;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.slide:focus {
  outline: none;
}

.btn-outline {
  border: 3px solid #D31A3A;
  padding: 15px 30px;
  color: #252525;
  font-size: 18px;
  border-radius: 6px;
  font-weight: 600;
}

.btn-outline-2 {
  width: 240px;
  border: 3px solid #D31A3A;
  border-radius: 6px;
  opacity: 1;
  color: #fff;
  padding: 20px 55px;
}

.btn-red {
  width: 240px;
  background: #D31A3A;
  border-radius: 5px;
  opacity: 1;
  color: #fff;
  padding: 20px 55px;
}

.btn-danger.more {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  background: #D31A3A;
}

.border-red-3 {
  border: 3px solid #D31A3A;
  
}
.btn-outline-2, .ms-layer .btn.btn-red {
	font-size: 1rem;
}

.c-white {
  color: #fff !important;
}

.f20 {
  font-size: 20px;
}

.w100 {
  width: 100% !important;
}

.list-block {
  padding-left: 80px;
}

.list-block:before {
  content: "";
  background: url(/images/brend/list.svg) no-repeat center center;
  position: absolute;
  width: 65px;
  height: 68px;
  margin-top: 0px;
  margin-left: -80px;
}

.list2-block {
  padding-left: 80px;
  background: url(/images/list2.svg) no-repeat center center;
  height: 35px;
  width: 35px;
  margin: 35px auto 60px auto;
}
.list2-block:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #252525;
  opacity: 0.2;
  margin-top: 17px;
}
.list2-block:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #252525;
  opacity: 0.2;
  margin-left: -130px;
  margin-top: 17px;
}

.line:before {
  content: "";
  width: 50px;
  height: 1px;
  margin-top: 0px;
  background: #252525;
  opacity: 0.2;
  position: absolute;
}

.red-line-2 {
  position: relative;
  font-style: normal;
  z-index: 1;
}
.red-line-2:after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 4px;
  border: 4px solid #D31A3A;
  left: 0%;
  z-index: -1;
}

.section-bg {
  background: url(/images/home/maple.svg) no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  max-width: 1920px;
  z-index: -1;
}

.video {
  position: relative;
  height: 400px;
}
.video .video-block {
  position: absolute;
  margin-top: 34%;
}
.video .circle_small {
  position: absolute;
  z-index: 100;
  margin-top: 12%;
  margin-left: 20%;
}
.video .circle_big {
  position: absolute;
  z-index: 100;
  margin-top: -12%;
  margin-left: 0%;
}

.pagination .page-item {
  margin-right: 10px;
}
.pagination .page-item .page-link {
  font-weight: 500;
}
.pagination .page-item.active .page-link {
  width: 35px;
  height: 35px;
  border-radius: 3px !important;
}

main {
  /* Главная */
  /* .video__img:before {

        content: '';
        display: block;
        position: absolute;
        width: 590px;
        height: 590px;
        margin-top:-76%;
        margin-left: -35%;
        background: url('images/home/duga2.svg') no-repeat center center;

  }

  .video__img:hover {

        &:before {
          background: url('') no-repeat center center;
        }

  } */
  /* Конец Главная */
  /* Каталог */
  /* Конец Каталог */
  /* Категория */
  /* Конец категория */
  /* Товар */
  /* Конец Товар */
}
.home-description {
  position: relative;
  z-index: 1;
}
.home-description .outdoor-bg-text {
  position: absolute;
  z-index: 2;
}
.home-description .container-xl {
  padding-top: 100px;
}
.home-description h1, main .home-description .h1 {
  font-size: 2.625rem;
}
.home-description .home-text > div {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.home-description .home-text a {
  color: #D31A3A;
  border-bottom: 1px solid #D31A3A;
  padding-bottom: 2px;
  display: inline-block;
}
.home-catalog {
  background: url("/images/home/catalog_bg.jpg") no-repeat top center, #19181E;
}
.home-catalog .container-xl {
  padding-top: 90px;
  padding-bottom: 90px;
}
.home-catalog .row > div:last-child {
  min-height: 100%;
}
.home-catalog .row > div:last-child a {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  position: relative;
}
.home-catalog .row > div:last-child a:before {
  content: "";
  position: absolute;
  bottom: -9px;
  width: 100%;
  height: 2px;
  border: 2px solid #D31A3A;
  border-radius: 30px;
}
.home-catalog h1 + span, .home-catalog .h1 + span {
  width: 17%;
}
.home-catalog h1 + span > p, .home-catalog .h1 + span > p {
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 29px;
  font-size: 24px;
}
.home-catalog h1 + span > p:first-child, .home-catalog .h1 + span > p:first-child {
  margin-left: -41px;
}
.home-catalog h1 + span > p:first-child:after, .home-catalog .h1 + span > p:first-child:after {
  content: "";
  background: url(/images/home/list.svg) no-repeat center center;
  position: absolute;
  width: 90px;
  height: 100px;
  margin-top: -60px;
  margin-left: -35px;
}
.catalog-download {
  position: relative;
}
.catalog-download .f14 h1 + div, main .catalog-download .f14 .h1 + div {
  font-size: 14px;
}
.catalog-download .container-xl {
  padding-bottom: 90px;
  z-index: 1;
}
.catalog-download .list-block {
  padding-left: 55px;
}
.catalog-download .list-block:before {
  width: 35px;
  height: 35px;
  background-size: cover;
  margin-left: -50px;
}
 .catalog-download img {
  position: absolute;
  z-index: 90;
  right: -25%;
  top: 40%;
  max-width: 120%;
}
 .catalog-download form {
  border: 7px solid #FFFFFF;
  padding: 50px 60px;
  max-width: 400px;
  margin-left: 80px;
}
 .catalog-download form label {
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.6;
  padding-left: 30px;
}
 .catalog-download form label:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-left: -30px;
}
 .catalog-download form label.name:before {
    background: url(/local/templates/outdoor/images/your_name.svg) no-repeat center center;
    width: 25px;
    height: 25px;
}
 .catalog-download form label.phone:before {
  background: url(/images/partners/telephone_v.2.svg) no-repeat center center;
}
 .catalog-download form label.email:before {
  background: url(/local/templates/outdoor/images/home/mail2.svg) no-repeat center center;
}
 .catalog-download form INPUT[type=tel], main .catalog-download form INPUT[type=text] {
  background: #19181E;
  color: #fff;
  opacity: 1;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #8c8c8e;
  font-weight: bold;
  font-size: 18px;
  padding: 0.375rem 0rem;
}
 .catalog-download form INPUT[type=tel]:focus, main .catalog-download form INPUT[type=text]:focus {
  /* border-bottom: 2px solid #D31A3A; */
  outline: none;
}
 .catalog-download form INPUT[type=tel]::placeholder, main .catalog-download form INPUT[type=text]::placeholder {
  color: #fff;
}
 .catalog-download form INPUT[type=submit] {
  box-shadow: 0px 0px 7px rgba(211, 26, 58, 0.7);
  border: none;
  width: 100%;
}
 .catalog-download form .note {
  font-size: 12px;
  color: #FFFFFF;
  opacity: 0.6;
}
 .catalog-download form .note a {
  color: #FFFFFF;
  opacity: 0.6;
  text-decoration: underline;
}
 .catalog-download form .note a:hover {
  text-decoration: none;
}
 .partners-material.page {
  padding-top: 100px;
}
 .partners-material.page h1, main .partners-material.page .h1 {
  text-align: left;
  margin-left: 0px;
  width: 100%;
}

 .partners-material .list2-block {
  margin-bottom: 2px;
}
 .partners-material h1,  .partners-material .h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  width: 50%;
  margin: 0 auto;
}
 .partners-material h2,  .partners-material .h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
}
 .partners-material h1 + span,  .partners-material .h1 + span {
  margin-top: 35px;
  margin-bottom: 130px;
  display: block;
}
 .partners-material .card {
  border: 15px solid #F3F4F6;
  margin-top: 130px;
}
 .partners-material .card span {
  font-style: normal;
  font-weight: bold;
  font-size: 144px;
  color: #252525;
  position: absolute;
  top: -130px;
  left: 25px;
}
 .partners-material .pm-text a {
  color: #D31A3A;
  border-bottom: 1px solid #D31A3A;
  padding-bottom: 2px;
  display: inline-block;
}
 a .cat-card .card-img-top {
  border-radius: 5px;
  height: 100%;
}
 a .cat-card div {
  background: black;
  background: linear-gradient(90deg, rgba(3, 3, 3, 0.5) 0%, rgba(3, 3, 3, 0.5) 100%);
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  bottom: 0px;
  padding: 10px 25px;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
}
 a .cat-card div h2, main a .cat-card div .h2, a .cat-card div h3, a .cat-card div .h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
  line-height: 24px;
}
a h2:hover, a .h2:hover {
  color: #fff;
}
.video__img {
  flex: none;
  position: relative;
  width: 285px;
  height: 180px;
  background: #fff;
  display: flex;
  justify-content: center;
}
.video__img:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 42px);
  left: calc(50% - 33px);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: url("/images/home/play.svg") no-repeat center right 17px, #fff;
  z-index: 98;
}
.video__img:hover figure {
  border-radius: 50%;
  transform: scale(1.5);
}
.video__img figure {
  background: #fff;
  width: 158px;
  height: 158px;
  transition: transform .2s; /* Animation */
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
}
.video__img figure img {
  display: block;
  max-width: none;
}
.video-block:hover + img, .video_left_circle:hover .video-block img:first-child {
  animation: circle 1s;
  animation-fill-mode: forwards;
}
.video-block:hover + img + img, .video_left_circle:hover .video-block img:last-child {
  animation: circle2 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.catalog-categories h2, .catalog-categories .h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  margin-top: 100px;
  margin-bottom: 20px;
}
.catalog-categories h2:after, .catalog-categories .h2:after {
  content: "";
  background: url(/images/catalog/list.svg) no-repeat center center;
  position: absolute;
  width: 90px;
  height: 100px;
  margin-top: -60px;
  margin-left: -20px;
}
.nav-back a {
  color: #252525;
  font-size: 14px;
  display: block;
  background: url(/images/category/right_small.svg) no-repeat center left;
  padding-left: 20px;
}
.category-list a {
  color: #252525;
}
.category-list .dropdown-toggle::after {
  border: none;
  background: url(/images/country-down-arrow.svg) no-repeat center center;
  position: absolute;
  width: 18px;
  height: 17px;
  margin-left: 6px;
  margin-top: 3px;
}
.category-list .dropdown-toggle.show::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.category-list .category-dropdown span {
  margin-right: 15px;
}
.category-list .category-dropdown a.dropdown-toggle {
  color: #252525;
  text-transform: uppercase;
}
.category-list .category-dropdown ul {
  background-color: #E4E4E6;
  border-radius: 0px 0px 5px 5px;
  border: none;
  margin-right: -25px;
  margin-top: 10px;
}
.category-list .category-dropdown ul li {
  padding: 10px 25px;
  border-bottom: 1px solid #fff;
}
.category-list .category-dropdown ul li a {
  color: #252525;
  text-transform: uppercase;
}
.category-list .category-dropdown ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.category-list .card {
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}
.category-list .card .card-title {
  border-bottom: 1px solid #C0C0C0;
  font-size: 16px;
  line-height: 20px;
}
 .category-list .objects-section a {
  text-transform: uppercase;
}
 .category-list .card-text {
  min-height: 52px;
}
 .category-list .card-text ul li {
  padding-right: 15px;
  margin-right: 0px;
  min-width: 30%;
  font-size: 13px;
  line-height: 26px;
}
 .category-list .card-text ul li img {
  margin-top: -3px;
  margin-right: 5px;
  border-radius: 2px;
  width: 18px;
  height: 18px;
}
 .product-top-info h1, main .product-top-info .h1 {
  font-size: 2.625rem;
  margin-bottom: 50px;
}
 .product-top-info .product-properties ul li {
  width: auto;
  margin-right: 30px;
}
 .product-top-info .product-properties ul li > div:first-child {
  margin-bottom: 6px;
}
 .product-top-info .product-properties ul li:last-child div.img {
  margin-bottom: 0px;
}
 .product-top-info .product-properties .img {
  position: relative;
  border: 4px solid #19181E;
  outline: solid 1px #C0C0C0;
  margin-bottom: 20px;
  width: 162px;
  height: 79px;
}
 .product-top-info .product-properties .img > div {
  height: 100%;
  width: 55%;
  background-size: contain;
  position: absolute;
  z-index: 1;
}
 .product-top-info .product-properties .img > div.side1 {
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  left: 0px;
}
 .product-top-info .product-properties .img > div.side2 {
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  right: 0px;
}
 .product-top-info .product-properties .img span {
  position: absolute;
  display: block;
  z-index: 2;
}
 .product-top-info .product-properties .img span.first {
  top: 5px;
  left: 10px;
}
 .product-top-info .product-properties .img span.second {
  bottom: 5px;
  right: 10px;
}
 .product-top-info .product-properties .img img:last-child {
  margin-left: -20px;
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
}
 .product-top-info .product-properties .prop {
  margin-bottom: 30px;
}
 .product-top-info .product-properties .prop .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
 .product-top-info .product__slider-main {
  margin-bottom: 15px;
  position: relative;
}
 .product-top-info .product__slider-main .slide {
  position: relative;
}
 .product-top-info .product__slider-main .slide .zoom {
  position: absolute;
  top: 5px;
  right: 4px;
  width: 50px;
  height: 50px;
  background: url(/local/templates/outdoor/images/product/zoom.svg) no-repeat center center;
}
 .product-top-info .product__slider-main .slide, main .product-top-info .product__slider-main .slide img {
  border-radius: 5px;
}
 .product-top-info .product__slider-main .slick-prev, main .product-top-info .product__slider-main .slick-next {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 100;
}
 .product-top-info .product__slider-main .slick-next:before {
  background: url(/local/templates/outdoor/images/product/arrow-red-right.svg) no-repeat center center;
}
 .product-top-info .product__slider-main .slick-prev:before {
  background: url(/local/templates/outdoor/images/product/arrow-red-left.svg) no-repeat center center;
}
 .product-top-info .product__slider-thmb {
  padding: 0 25px;
}
 .product-top-info .product__slider-thmb .slick-next {
  right: 0px;
}
 .product-top-info .product__slider-thmb .slick-prev {
  left: 0px;
}
 .product-top-info .product__slider-thmb .slick-track .slide {
  margin: 0 5px;
}
 .product-top-info .product__slider-thmb .slick-track .slide img {
  border-radius: 3px;
}
 .product-top-info .product__slider-thmb .slick-track .slide img:hover {
  border: 2px solid #D31A3A;
  cursor: pointer;
}
 .product-info {
  margin-top: -30px;
}
 .product-info h2, main .product-info .h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 20px;
  margin-top: 30px;
}
 .product-info .properties {
  background: #F3F4F6;
  /* small */
  padding: 15px 10px 10px 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
 .product-info .properties li {
  display: flex;
  width: 50%;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 0px;
}
 .product-info .properties li img {
  padding-right: 10px;
}
 .product-info .properties li span {
  line-height: 24px;
  color: #802550;
}
 .product-info .nav-tabs {
  margin-bottom: 10px;
  border-bottom: none;
}
 .product-info .nav-tabs > li:first-child .nav-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0rem;
}
 .product-info .nav-tabs > li:last-child .nav-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0rem;
}
 .product-info .nav-tabs .nav-link.active, .product-info .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: #D31A3A;
}
 .product-info .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: none;
  background: #F3F4F6;
  display: block;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 73px;
  text-transform: uppercase;
  color: #252525;
  font-weight: 600;
}
 .product-info .tab-content ul li {
  padding-left: 30px;
  margin-bottom: 15px;
}
 .product-info .tab-content ul li:before {
  content: "";
  background: url(/images/product/list-small.svg) no-repeat center center;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-left: -30px;
}
 .related-products h2, main .related-products .h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 20px;
  margin-top: 30px;
}
 .related-products a {color: #212529;}
 .about-intro-text h1, main .about-intro-text .h1 {
  margin-bottom: 90px;
}
 .about-intro-text .container-xl {
  padding-bottom: 150px;
}
 .about-block {
  padding-top: 120px;
  padding-bottom: 120px;
}
 .about-block h1, .about-block .h1 {
  font-size: 2.625rem;
}
 .about-block .bgg {
  background: url(/images/brend/1.png) no-repeat 0px 0px;
}
 .about-block .bgg2 {
  height: 460px;
}
 .about-block .bgg2:before {
  content: "";
  background: url(/images/brend/22.png) no-repeat top right;
  position: absolute;
  width: 650px;
  height: 730px;
  margin-top: -240px;
  left: 55%;
}
 .about-block .list-block:before {
  width: 35px !important;
  height: 35px !important;
  background-size: 35px;
  margin-left: -50px !important;
}
 .about-block .bgg3 {
  font-size: 14px;
}
 .about-principles h1,  .about-principles .h1 {
  font-size: 2.625rem;
  margin-bottom: 80px;
}
 .about-principles img {
  min-height: 60px;
}
 .products-outdoor-block h1,  .products-outdoor-block .h1 {
  text-align: center;
  margin-bottom: 70px;
}
 .products-outdoor-block h2,  .products-outdoor-block .h2 {
  text-align: center !important;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500 !important;
}
 .products-outdoor-block .list2-block {
  margin-top: -17px;
  margin-bottom: 37px !important;
}
 .products-outdoor-block .btn-red {
  padding: 15px 55px;
}
 .products-outdoor-block .row > div img {
  border-radius: 5px;
}
 .partners-about-business {
  position: relative;
  z-index: 1;
}
 .partners-about-business .outdoor-bg-text {
  position: absolute;
  z-index: 2;
}
 .partners-about-business .container-xl {
  padding-top: 130px;
}
 .partners-about-business h1,  .partners-about-business .h1 {
  font-size: 2.625rem;
}
 .partners-about-business a {
  color: #D31A3A;
  border-bottom: 1px solid #D31A3A;
  padding-bottom: 2px;
  display: inline-block;
}
 .offers-for-partners {
  padding-top: 514px;
  padding-bottom: 100px;
}
 .offers-for-partners h1,  .offers-for-partners .h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.625rem;
}
 .offers-for-partners a {
  color: #D31A3A;
  border-bottom: 1px solid #D31A3A;
  padding-bottom: 2px;
  display: inline-block;
}
 .offers-for-partners ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
 .offers-for-partners ul li img {
  margin-right: 10px;
}
 .partners-choice {
  padding-top: 90px;
  padding-bottom: 144px;
}
 .partners-choice h1,  .partners-choice .h1,  .partners-choice h2,  .partners-choice .h2 {
  text-align: center;
}
 .partners-choice h1,  .partners-choice .h1 {
  font-size: 2.625rem;
}
 .partners-choice h1 + div,  .partners-choice .h1 + div {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}
 .partners-choice h2,  .partners-choice .h2 {
  margin-bottom: 50px;
  font-size: 16px;
}
 .partners-choice .container-xl {
  padding-left: 90px;
  padding-right: 90px;
}
 .partners-choice .card {
  border-radius: 10px;
  border: 3px solid #686868;
}
 .partners-choice .card .card-header {
  border-bottom: none;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}
 .partners-choice .card .card-body ul li {
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #606060;
}
 .partners-choice .card .card-body ul li:before {
  content: "";
  background: url(/local/templates/outdoor/images/partners/close.svg) no-repeat center left;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -30px;
  margin-top: 1px;
}
 .partners-choice .card .card-body ul li.check {
  color: #fff;
}
 .partners-choice .card .card-body ul li.check:before {
  content: "";
  background: url(/local/templates/outdoor/images/partners/check.svg) no-repeat center left;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -30px;
  margin-top: 1px;
}
 .partners-choice .card .btn-red, main .partners-choice .card .btn-outline {
  width: 100% !important;
  display: block;
  text-align: center;
  margin-top: 30px;
  border: 1px solid #D31A3A;
  padding: 15px !important;
  font-size: 18px;
}
 .partners-choice .card .btn-outline {
  color: #fff;
  font-weight: normal;
}
 .partners-choice .card:hover {
  border-color: #fff !important;
  height: calc(100% + 20px);
  padding-top: 48px !important;
  padding-bottom: 50px;
}
 .partners-choice .card:hover {
    margin-bottom: 0px !important; margin-top: 0px !important;
}
 .partners-choice .card:hover .btn-outline {
   background-color: #D31A3A; color: #fff;
}
 .partners-choice + section {
  padding-top: 0px !important;
}
 .partner-slider-container .slick-od-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 100;
}
 .partner-slider-container .slick-od-arrow:before {
  display: none;
}
 .partner-slider-container .slick-prev {
  left: 1%;
}
 .partner-slider-container .slick-next {
  right: 1%;
}
 .partner-slider-container .slide {
  outline: none;
}
 .partner-slider-container .slide .container-xl {
  padding: 5rem 7.3rem;
}
 .partner-slider-container .slide .title {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 45px;
}
 .partner-slider-container .slide .subtitle {
  font-size: 1.25rem;
  width: 100%;
  line-height: 24px;
}
 .partner-slider-container .slide .btn-red {
  width: auto;
  padding: 18px 40px;
}
 .partner-slider-container .slide .btn-outline-2 {
  width: auto;
  padding: 18px 40px;
}
 .partner-slider-container:hover .slick-od-arrow:before {
  display: block !important;
}
 .dealers h1, main .dealers .h1 {
  font-size: 250%;
}
 .dealers .city a {
  color: #fff;
  margin-right: 25px;
  padding: 5px 0;
}
 .dealers .city a:hover,  .dealers .city a.active {
  border-bottom: 2px solid #D31A3A;
}
 .dealers .country a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  padding-right: 37px;
}
 .dealers .country .dropdown-menu {
  border-radius: 0px;
}
 .dealers .country .dropdown-menu a {
  color: #252525;
}
 .dealers .country .dropdown-toggle::after {
  border: none;
  background: url(/local/templates/outdoor/images/country-down-arrow.svg) no-repeat center center;
  position: absolute;
  width: 18px;
  height: 17px;
  margin-left: 12px;
  margin-top: 10px;
}
 .dealers .dealers-list-item {
  line-height: 34px;
}
 .dealers .dealers-list-item .title {
  font-weight: 600;
  font-size: 20px;
}
 .dealers .dealers-list-item .maplink a {
  font-size: 13px;
  color: #fff;
  padding-right: 30px;
}
 .dealers .dealers-list-item .maplink a:after {
  content: "";
  background: url(/local/templates/outdoor/images/map-arrow.svg) no-repeat center center;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: 4px;
}
 .dealers .dealers-list-item .phones {
  padding-left: 30px;
}
 .dealers .dealers-list-item .phones:before {
  content: "";
  background: url(/local/templates/outdoor/images/dealer-phone.svg) no-repeat center center;
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  margin-left: -30px;
}
 .map {
  position: relative;
  border-radius: 5px;
}
 .map .address {
  z-index: 100;
  border-radius: 5px 0 0 5px;
}
 .map .address .title {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
}
 .map .address p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 0.7rem;
}
 .blogitem-info > div {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
 .blogitem-info > div:first-child:before {
  content: "";
  background: url(/local/templates/outdoor/images/bx_bx-calendar.svg) no-repeat left center;
  position: absolute;
  width: 18px;
  height: 17px;
  margin-left: -25px;
  margin-top: 1px;
}
 .blogitem-info > div:last-child:before {
  content: "";
  background: url(/local/templates/outdoor/images/bx_bx-comment-detail.svg) no-repeat left center;
  position: absolute;
  width: 18px;
  height: 17px;
  margin-left: -25px;
  margin-top: 1px;
}

.blogitem h3 {font-size: 18px; font-family: "Montserrat", sans-serif;}

 .bloglist .blog-section a {
  margin-right: 5px;
  border: 1px solid #D31A3A;
  border-radius: 4px;
  color: #252525;
  padding: 7px 25px;
}
 .bloglist .blog-section a:last-child {
  margin-right: 0px;
}
 .bloglist .blog-section a.active, main .bloglist .blog-section a:hover {
  background: #D31A3A;
  color: #fff;
}
 .bloglist .card-title {
  min-height: 80px;
}
 .bloglist .tags + div {
  min-height: 120px;
}
 .bloglist .social-icon img {
  margin-right: 10px;
  opacity: 0.5;
}
 .bloglist .social-icon img:last-child {
  margin-right: 0px;
}

 .bloglist .card-body .h5 a {color: #252525;}

 .blogitem h1,  .blogitem .h1 {
  font-size: 260%;
}
 .blogitem img {
  width: 100%;
  height: auto;
  margin: 2rem 0 1rem 0;
}
 .blogitem .tags > a {
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 15px;
  color: #252525;
}
 .blogitem .back-to-list {
  margin-left: 25px;
}
 .blogitem .back-to-list a {
  color: #252525;
}
 .blogitem .back-to-list:before {
  content: "";
  background: url(/local/templates/outdoor/images/block-back-arrow.svg) no-repeat left center;
  position: absolute;
  width: 18px;
  height: 13px;
  margin-left: -20px;
  margin-top: 5px;
}
 .objects-section {
  margin-bottom: 40px !important;
}
 .objects-section a {
  margin-right: 40px;
  color: #252525;
  line-height: 38px;
}
 .objects-section a:hover, main .objects-section a.active {
  border-bottom: 2px solid #D31A3A;
  padding-bottom: 7px;
}
 .card .card-text .address {
  color: #252525;
  opacity: 0.5;
  font-size: 14px;
}
 .card .tags:after {
  display: block;
  content: "";
  height: 2px;
  width: 48px;
  border-bottom: 2px solid #D31A3A;
  border-radius: 30px;
  margin-top: 30px;
}
 .card .tags a {
  font-size: 16px;
  margin-right: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
  background: rgba(192, 192, 192, 0.7);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #fff;
  line-height: 33px;
}
 .card .card-body .materials > div {
  font-size: 16px;
  margin-bottom: 10px;
}
 .card .card-body .materials ul li {
  margin-left: 25px;
  margin-bottom: 8px;
  margin-right: 20px;
}
.card .card-body .materials ul li a {
  font-size: 14px;
  color: #252525;
}
 .card .card-body .materials ul li a:hover {
  color: #D31A3A;
}
 .card .card-body .materials ul li:before {
  content: "";
  background: url(/local/templates/outdoor/images/list.svg) no-repeat right center;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -25px;
  margin-top: 3px;
}
 .partners-section .container-xl {
  padding: 120px 20px 180px 20px;
  position: relative;
  z-index: 100;
}
 .comments .card .card-title {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
 .comments .more-comments a {
  color: #D31A3A;
}
 .comments .btn-outline {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
 .comments INPUT[type=text] {
  background: #F3F4F6;
  box-shadow: inset 0px 3px 15px rgba(196, 196, 196, 0.2);
  border-radius: 5px;
  border: none;
  height: 55px;
  padding: 10px 25px;
}
main .comments textarea {
  background: #F3F4F6;
  box-shadow: inset 0px 3px 15px rgba(196, 196, 196, 0.2);
  border-radius: 5px;
  padding: 25px;
  resize: none;
  min-height: 250px;
  border: none;
}
 .comments textarea:focus {
  background: #F3F4F6;
}
 .slider-collection {
  position: relative;
}
 .slider-collection__block .slick-arrow {
  display: none !important;
}
.home-objects .slider-collection:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: calc(100% / 3 - 4px);
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.home-objects .slider-collection:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(100% / 3 - 4px);
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
main .slider-collection__item {
  position: relative;
}
.itemid-101 .row-fluid.mainContent{
	display: none;
}
main .slider-collection__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
main .slider-collection__nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
main .slider-collection__nav .slick-track {
  display: flex !important;
  height: 100%;
}
main .slider-collection__nav .slick-slide {
  position: relative;
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
}
main .slider-collection__nav .slick-slide:not(.slick-current) .slider-nav__item-text {
  color: rgba(255, 255, 255, 0.4);
}
main .slider-collection__nav .slick-slide:not(.slick-current) .slider-nav__item-text span:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s ease;
}
main .slider-collection__nav .slick-slide.slick-current .slider-nav__item-text {
  color: #fff;
}
main .slider-collection__nav .slick__item-text span:nth-child(2) {
  transition: opacity 0.3s ease;
  transition-delay: 10s;
}
main .slider-collection__nav .slick-list {
  height: 100%;
}
main .slider-collection__nav .slick-prev {
  left: calc(100% / 3 - 30px);
}
main .slider-collection__nav .slick-next {
  right: calc(100% / 3 - 30px);
}
main .slider-collection .slick-arrow {
  position: absolute;
  top: calc(50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  z-index: 12;
  background-color: #d41a3b;
}
main .slider-collection img {
  display: block;
  width: 100%;
}
main .slider-nav__item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex: 1 1 auto;
}
main .slider-nav__item:active, main .slider-nav__item:focus {
  outline: none;
}
main .slider-nav__item-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
main .slider-nav__item-text span:nth-child(1) {
  font-size: 1.875rem;
  font-weight: 700;
}
main .slider-nav__item-text span:nth-child(2) {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
main .slider-nav__list {
  height: 100%;
}
main .slick-slide > div {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
main .slider-collection img {
  max-height: 775px;
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main .more-objects {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #D31A3A;
}
main .socisl-left img {
  margin-bottom: 5px;
  width: auto;
  margin-top: 0px;
}
.ymaps-layers-pane {
  -webkit-filter: grayscale(100%);
}

header {
  background: #19181E;
}
header .header {
  height: 120px;
}
header .header .header_logo {
  width: 144px;
}
header .header .slogan {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  width: 300px;
  font-family: "Montserrat2", sans-serif;
}
header .header .slogan:before {
  content: "";
  float: left;
  height: 30px;
  width: 2px;
  border-left: 2px solid #D31A3A;
  border-radius: 30px;
  margin-right: 20px;
  margin-left: 20px;
}
header .header .phone {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
}
header .header .phone:before {
  content: "";
  background: url("/images/telephone.svg") no-repeat right center;
  position: absolute;
  width: 26px;
  height: 26px;
  margin-left: -35px;
}
header .header .call_order {
  padding-bottom: 7px; padding-top: 5px;
}
header .header .call_order a {
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  border-bottom: 1px dashed #D31A3A;
}
header .header .call_order a:hover {
  cursor: pointer; border-color: #fff;
}
/* header .header .hamburger {
  margin-left: 53px;
} */

footer {
  background: #F3F4F6;
}
footer .footer-header {
  padding: 60px 0px 40px 0px;
}
footer .footer-header .footer-logo .slogan {
  color: #252525;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  width: 300px;
}
footer .footer-header .footer-logo .slogan:before {
  content: "";
  float: left;
  height: 30px;
  width: 1px;
  border-left: 1px solid #D31A3A;
  border-radius: 30px;
  margin-right: 20px;
  margin-left: 20px;
}
footer .footer-header .feedform {
  background: #FFFFFF;
  box-shadow: -5px 0px 20px rgba(186, 186, 186, 0.1), 0px 10px 20px rgba(196, 196, 196, 0.1);
  border-radius: 5px;
  padding: 22px 47px;
  text-align: center;
  position: relative;
  z-index: 100;
}
footer .footer-header .feedform form INPUT, footer .footer-header .feedform form textarea, .feedform-modal form INPUT, .feedform-modal form textarea {
  background: #F3F4F6;
  opacity: 0.7;
  box-shadow: inset 0px 3px 20px rgba(196, 196, 196, 0.3);
  border-radius: 3px;
  resize: none;
  height: 40px;
  border: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #252525;
}
footer .footer-header .feedform form textarea, .feedform-modal form textarea {
  min-height: 75px;
}
footer .footer-header .feedform div, .feedform-modal div {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #252525;
}
footer .footer-header .feedform form INPUT[type=submit], .feedform-modal form INPUT[type=submit] {
  width: 240px;
  height: 50px;
  background: #D31A3A;
  border-radius: 5px;
  opacity: 1;
  color: #fff;
}
footer .footer-header .feedform span, .feedform-modal span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #252525;
  opacity: 0.6;
}
footer .footer-header .feedform span a, .feedform-modal span a {
  text-decoration: underline;
  color: #252525;
}
footer .footer-header .feedform span a:hover, .feedform-modal span a:hover {
  text-decoration: none;
}
footer h4, footer .h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #252525;
  margin-bottom: 25px;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  font-family: sans-serif;
}
footer .social li {
  margin-bottom: 10px;
  margin-left: 30px;
}
footer .social li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  margin-left: -30px;
}
footer .social li a {
  color: #252525;
  font-size: 14px;
}
footer .social .tg:before {
  background: url("/images/tg.png") no-repeat center center; background-size: 80%;
}
footer .social .yt:before {
  background: url("/images/youtube.svg") no-repeat center center;
}
footer .social .fb:before {
  background: url("images/facebook.svg") no-repeat center center;
}
footer .social .ig:before {
  background: url("/images/instagram.svg") no-repeat center center;
}
footer .footer-bottom {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #252525;
  opacity: 0.5;
  padding-top: 15px;
}


/* --- */

/* Outdoor */

.close-menu {display: none;}
.open-menu {display:block;}

.section-bg-book {
    background: url(/images/OBrende/mockup.png) no-repeat;
    background-position: center center;
    height: 648px;
    position: absolute;
    bottom: 0px;
    background-size: 100%;
    right:0px;
    z-index: 1000;
    -moz-transform: rotate(-5deg); /* Для Firefox */
    -ms-transform: rotate(-5deg); /* Для IE */
    -webkit-transform: rotate(-5deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-5deg); /* Для Opera */
    transform: rotate(-5deg);
}
.section-bg-book-2 {
    -moz-transform: rotate(-5deg); /* Для Firefox */
    -ms-transform: rotate(-5deg); /* Для IE */
    -webkit-transform: rotate(-5deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-5deg); /* Для Opera */
    transform: rotate(-5deg);
}
.pm-text {
   font-size:14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "" !important; padding-right: 0rem;
}
.breadcrumb-item + .breadcrumb-item {padding-left: 0rem;}
.breadcrumb-item:last-child::after {content: "" !important; padding-left: 0rem;}
.breadcrumb-item::after {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #C0C0C0;
    content: "/";
}

.bg3 .breadcrumb .breadcrumb-item a:hover {color: #b6b6b6;}

 .product-info .properties li {font-size: 14px !important; padding-right: 0px;}
 .product-info .properties li:nth-child(5), main .product-info .properties li:nth-child(6) {margin-bottom:0px;}
 .product-info .properties li i {font-style: normal; display: block;}

 .video_left_circle {
    position: relative;
}
 .video_left_circle .video-block .circle_small,  .video_left_circle .video-block .circle_big {

      -moz-transform: rotate(-100deg); /* Для Firefox */
      -ms-transform: rotate(-100deg); /* Для IE */
      -webkit-transform: rotate(-100deg); /* Для Safari, Chrome, iOS */
      -o-transform: rotate(-100deg); /* Для Opera */
      transform: rotate(-100deg);
      position: absolute;
      top:0;

}

 .video_left_circle  .video__img {
      top:13%;
      left: 5%;
}

 .video_left_circle  .video-block {
      width: 100%;
}

 .video_left_circle .video-block .circle_small {
     top: -49%;
     left: -2%;
     max-width: 800px;
}

 .video_left_circle .video-block .circle_big {
     top: -125%;
     left: -50%;
     max-width: 800px;
}

.relative {position:relative;}

@media only screen and (min-width: 1620px) {

  .partners-material {width:1620px; margin:0 auto; background-position: left 104% top 250px !important;}
  .outdoor-bg-text {
    left:10% !important;
  }
  .section-bg {background-size: 700px;
      background-position: right 0px top -100px !important; max-width: 2230px;
  }
  .partners-about-business .outdoor-bg-text {
      left:45%;
  }
}

@media screen and (max-width: 1600px) {
  main .slider-collection img {
    max-height: 500px;
  }
}
@media screen and (max-width: 1500px) {
  main .slider-collection img {
    max-height: 450px;
  }
  .partners-material {
      max-width:1500px; right:160px !important;
  }


}

@media screen and (min-width: 1440px) {

  .outdoor-bg-text {
    height:210px !important;
    width:100%;
    max-width:1000px !important;
    background: url(/images/zuhausBackgraud.png) no-repeat top right;
    top: -4px !important;
    left:40% !important;
  }

  .section-bg {background-size: 700px;
      background-position: right -232px top -44px;
  }

  .partners-material .container-xl {position: relative; z-index: 1;}

  main .products-outdoor-block .btn-red {
       width:auto;
  }

  main .catalog-download .container-xl:after {
     height: 800px;
     background-size: 95%;
     margin-top: -380px;
     left: 15%;
  }

  main .about-block .bgg2:before {
    right: 0px;
  }

  main .about-block .bgg2:before { width:650px; height: 780px; background-size: 85%; margin-right:0px !important; margin-top: -260px;}

  .home-objects {padding-bottom:140px;}

  main .partners-about-business .container-xl {
      background-size: 70%;
      background-position: right -100px top 0px;
  }

}

@media screen and (max-width: 1439px) {

  main .products-outdoor-block .list2-block {
      margin-bottom: 37px !important;
  }
  main .products-outdoor-block .btn-red {
       width:100% !important;
  }
  main .about-block  .bgg {
    min-height: 420px;
    background-size: 155% !important;
    background-position: -200px center !important;
    margin-left: -5px;
  }
  .partners-material {background: none !important;}

}

@media only screen and (min-width: 1441px) {
    .partners-about-business .outdoor-bg-text {
        left:30%;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1439px) {

  .outdoor-bg-text {
    top: 45px !important;
    left: 35% !important;
  }

  .mt-n {margin-top: -1rem !important;}
  main .product-info .properties li {font-size:14px !important;}

}
@media screen and (min-width: 1201px) and (max-width: 1440px) {

  .partners-about-business .outdoor-bg-text {
      left:33% !important;
  }

}

@media screen and (min-width: 1201px) {
      main .about-block .bgg {background: none;}

      main .about-block .bgg:before {
        background: url('/images/brend/1.png') no-repeat left top;
        content:'';
        width:700px;
        height: 500px;
        position: absolute;
        background-size: 90%;
        margin-left: -140px;
      }
      .category-list .card {min-height: 510px;}

}

@media only screen and (max-width: 1200px) {
   .partner-slider-container .slide h1 {
    width: 80%;
  }
   .slider-collection img {
    max-height: 400px;
  }
   .slider-nav__item-text span:nth-child(1) {
    font-size: 1.5rem;
  }
   .slider-collection img {
    max-height: auto;
  }
   .bloglist .card-title {
    width: 100%;
  }
   .catalog-download form {margin-left:0px;}
  /* main .partner-slider-container .slide .subtitle, main .partner-slider-container .slide .title  {
      width:77%;
  } */

   .catalog-download .container-xl:after {
     height: 800px;
     background-size: 96%;
     margin-top: -380px;
     left: 15%;
  }

   .partners-material h1,  .partners-material .h1 {
      width:60%;
  }

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

  .catalog-download h1 {line-height: 40px;}
  .g-font-size-16 {font-size: 16px !important;}

}

@media only screen and (max-width: 1199px) {
  footer .footer-header .feedform {
    padding: 22px 30px;
  }
  .category-list .card {min-height: 465px;}
}

@media only screen and (max-width: 1000px) {

  main .product-info .properties li {font-size:12px !important;}

  main .product-info .properties {padding: 15px 10px;}

  .partners-material h1 { max-width: 500px !important; margin: 0 auto;}

  main .catalog-download form {margin-left:0px; padding: 60px;}
  main .partners-material h1 {width:60%;}

  .home-catalog .row > div:last-child a {
     font-size:24px;
  }
  main .partner-slider-container .slide .container-xl {
    padding-left:20px; padding-right: 20px;
  }

  main .catalog-categories h2:after, main .catalog-categories .h2:after {background-size: 80px; margin-top:-70px;}
  main .catalog-categories h2, main .catalog-categories .h2 {margin-top: 100px;}

  .products-outdoor-block .text {
       font-size: 14px !important;
  }

  main .partners-choice .container-xl {
      padding-left: 20px; padding-right:20px;
  }

  main .partners-choice {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  main .catalog-download .container-xl:after {
     width:105%;
     height: 800px;
     background-size: 95%;
     margin-top: -380px;
     left: 15%;
  }

  main .catalog-download .list-block {
     font-size:14px;
  }

  main .offers-for-partners {padding-top:450px;}

  .f20 {font-size:16px !important;}

  main .about-block .bgg2 {
    height: 380px;
  }

  main .about-block  .bgg {
    min-height: 420px;
    background-size: 155% !important;
    background-position: -200px center !important;
  }

  .list-items {font-size:14px !important;}

  .pt-120 {padding-top:90px !important;}
  .pb-120 {padding-bottom:90px !important;}

  main .about-block .bgg2:before { width:445px; height: 600px; background-size: 95%; margin-right:-50px; margin-top: -230px;}


  .catalog-download h1 {font-size: 42px;}

  main .about-intro-text h1 {margin-bottom: 40px;}
  main .about-intro-text .container-xl  {padding-bottom: 0px;}

}

@media only screen and (min-width: 1000px) {
    .pt-120 {padding-top:120px !important;}
    .pb-120 {padding-bottom:120px !important;}
    .partners-section h1 span,  .partners-section h2 span { display: block;}

    .home-objects {padding-bottom: 0px;}
}

@media only screen and (max-width: 1001px) {

  header .header {
    height: 90px;
  }
  /* header .header .hamburger {
    margin-left: 30px;
  } */
  main .about-block .bgg2:before { width:450px; height: 600px; background-size: 95%; margin-right:-53px; margin-top: -230px;}

    .home-objects {margin-bottom:120px;}

}

@media screen and (max-width: 667px) {
   .slider-collection:before,  .slider-collection:after {
    display: none;
  }
   .slider-collection__nav .slick-next {
     right: 5%;
  }
   .slider-collection__nav .slick-prev {
     left: 5%;
  }
   .slider-collection .slick-arrow {
     width: 35px;
     height: 35px;
  }
}

@media only screen and (max-width: 1000px) {

   .product-top-info .product-properties ul li:nth-child(2n+1) {
     margin-right: 20px;
  }

   .product-top-info .product__slider-main .slick-prev, main .product-top-info .product__slider-main .slick-next {
    width: 45px;
    height: 45px;
  }
   .product-top-info .product__slider-main .slick-next:before, main .product-top-info .product__slider-main .slick-prev:before {
    background-size: 10px;
  }
  .product-top-info .product__slider-main .slick-prev {
    left: -10px;
  }
  .product-top-info .product__slider-main .slick-next {
    right: -10px;
  }

  .products-outdoor-block .row > div img { max-height: 300px; }

  .products-outdoor-block .row > div:first-child {overflow: hidden;}
  .products-outdoor-block .row > div:first-child img, main .products-outdoor-block .row > div:last-child img { height: 100%; min-width: 100%; min-height: 100%; flex-shrink: 0;}

  .partners-choice .card .card-body ul li {
    font-size: 14px;
  }

    .offers-for-partners.pt-90 {padding-top: 70px !important;}

    .about-block {padding-top: 100px; padding-bottom:100px;}

    .video_left_circle .video__img {
        width: 205px;
        height: 150px;
        top: 51%;
        left: 29%;
    }
    .video_left_circle .video-block .circle_small {
        top: -2%;
        left: 13%;
        max-width: 170px;
    }
    .video_left_circle .video-block .circle_big {
        top: -95%;
        left: -55%;
        max-width: 450px;
    }

    .video_left_circle .video__img:after{
          top: calc(50% - 37px);
          left: calc(50% - 32px);
          width: 64px;
          height: 64px;
          background: url('/images/home/play.svg') no-repeat center right 18px, #fff;
    }
    .video_left_circle .video__img figure {
          background: #fff;
          width: 138px;
          height: 138px;
    }

}

@media only screen and (min-width: 481px) and (max-width: 1000px) {
  .product-top-info .product-properties .prop:first-child {
    flex-basis: 65%;
  }

}

@media only screen and (min-width: 1001px) {
    .partners-material h2 {font-size:36px !important;}

   .outdoor-bg-text {
     height:150px;
     width:100%;
     max-width:700px;
     background: url(/images/zuhausBackgraud.png) no-repeat top right;
     top:40px;
     left:33%;
     background-size: 95%;
   }
   .title span { display: block;}

    .home-description .row > div:nth-child(3) .home-text .mt-3 {
       font-size:14px;
   }

    .home-description .row > div:nth-child(3) .home-text {margin-top:-60px !important;}

    .video_left_circle .video__img {
       top: 51%;
       left: 0%;
   }
    .video_left_circle .video-block .circle_small {
       top: 10%;
       left: 0%;
       max-width: 170px;
   }
    .video_left_circle .video-block .circle_big {
       top: -63%;
       left: -45%;
       max-width: 430px;
   }

   .red-line-2:after {
     bottom: 9px;
   }
   .catalog-download h1 {line-height: 50px;}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    
     .partners-material .card span {
        font-size: 90px;
        position: absolute;
        left: 15px;
        top:-90px;
    }
    h1 {font-size:220% !important; width:100% !important; width:100% !important;}
    h2 {font-size:175% !important;}

    .list2-block {margin-bottom: 0px !important;}

     .partner-slider-container .slide .subtitle {
        font-size:110%;
    }
     .partner-slider-container .slide .title {
        font-size:38px; line-height: 45px;
    }

     .partner-slider-container .slide .container-xl {
          padding-top:60px; padding-bottom:60px;
    }

     a .cat-card div h2, main a .cat-card div h3 {
      font-size: 16px;
      line-height: 18px;
    }

     .product-top-info .product-properties .prop:first-child {flex-basis:100% !important;}

     .products-outdoor-block h2,  .products-outdoor-block .h2 {
         font-size: 24px !important;
    }

     .products-outdoor-block .btn-red {
      padding: 20px 25px;
    }

    .outdoor-bg-text {
      height:150px;
      width:100%;
      max-width:850px;
      background: url(/images/outdoor.svg) no-repeat top right;
      top:25px;
      left:20%;
      background-size: 70%;
    }
    .title span { display: block;}

}

@media only screen and (max-width: 991px) {
      .page404 img {max-width: 200px !important;}
      .page404 .text {font-size:16px !important; line-height:1;}
      .page404 .text > div {padding: 15px !important;}
      .page404 .text div:first-child, .page404 .text div:nth-child(2) {padding: 25px; background-color: rgba(255, 255, 255, .3); border-radius:5px;}
}
@media only screen and (min-width: 801px) and (max-width: 991px) {
     main .product-top-info .product-properties .img {
       width: 145px;
       height: 70px;
     }
     main .product-top-info .product-properties ul li > div:first-child {
         font-size:13px;
     }
}

@media only screen and (max-width: 800px) {
    main .product-top-info .product-properties .prop .title {font-size:14px;}
    main .product-top-info .product-properties .img {
      width: 128px;
      height: 62px;
    }
    main .product-top-info .product-properties ul li > div:first-child {font-size:12px !important;}

    main .offers-for-partners {
        padding-top: 360px;
    }

}

@media only screen and (min-width: 768px) {

   .partner-slider-container .slide .subtitle {
    font-size: 18px;
  }
   .partner-slider-container .slide h1 {
    width: 100%;
    font-size: 28px;
  }

   .partners-material h2 {font-size:30px;}
  .pm-text-block {padding-top:12%;}
  .pm-text {margin-top:0%;}

  .catalog-categories .row > div, .home-catalog .row > div {padding: 10px !important;}

  .half-image img {border-radius: 5px; width: 100%;}

  .home-description .row > div:nth-child(3) .home-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: -30px;
  }

  .column2 {
      column-count: 2;
      column-gap: 1em;
  }

  .h1-width {width:60%;}

}

@media only screen and (max-width: 767px) {
  .catalog-download h1 {line-height: 26px;}
     .partners-material h2 {font-size:24px;}
     .partners-material .card {margin-top:50px;}
     .partners-material .card span {
        font-size: 60px;
        top: -60px;
        left: 15px;
    }
    h1 {font-size:180% !important; width:100% !important;}
    h2 {font-size:155% !important;}

     .catalog-download form {max-width:100%;}

    .catalog-categories .row > div, .home-catalog .row > div {padding: 10px !important;}

     .product-properties > div:last-child li {
       margin-right:0px !important; font-size: 14px;
    }
     .product-top-info .product-properties ul li > div:first-child {font-size:12px !important;}

     .partners-choice .card:hover {
        border-color: #fff !important;
        height: 100%;
        padding-top: 1.5rem !important;
    }
     .partners-choice .card .card-header {
       text-align: left; padding-top: 0px;
    }
     .partners-choice .card .card-body {
       padding-bottom: 0px;
    }
     .partners-choice .card .card-body .btn-outline,  .partners-choice .card .card-body .btn-red  {
       max-width: 260px;
    }
     .partners-choice h1 + div {font-size:14px;}

     .partners-choice {
      padding-bottom: 50px !important;
    }
    .offers-for-partners .flex-wrap li {width: 50%; padding-right: 15px;}

     .catalog-download .container-xl:after {width:90%; height: 60%;}


     .catalog-download .container-xl {padding-bottom: 60px;}

     .about-block {padding-top: 60px; padding-bottom:60px;}
    
    .f20 {font-size:14px !important;}

    .outdoor-bg-text {
      height:190px;
      width:138%;
      background: url(/images/outdoor.svg) no-repeat top right;
      top:30px;
      left:8%;
      background-size: 100%;
    }

    .partners-about-business .outdoor-bg-text {
      height:120px !important;
      width:100% !important;
      left:40% !important;
    }

     .partner-slider-container .slide .subtitle {
        font-size:110%;
    }
     .partner-slider-container .slide .title {
        font-size:190%; line-height: 30px;
    }

     .home-description .row > div:nth-child(3) .home-text .mt-3 {
        font-size:12px;
    }

    body section h3, body section .h3 {font-size: 28px;}

    .catalog-download h1 span {display:inline-block;}

     .map .address {
      border-radius: 5px 5px 0 0;
    }
    .ymaps-map {
        -moz-border-radius: 0px 0px 5px 5px; /* Firefox */
        -webkit-border-radius: 0px 0px 5px 5px; /* Safari, Chrome */
        -khtml-border-radius: 0px 0px 5px 5px; /* KHTML */
        border-radius: 0px 0px 5px 5px; /* CSS3 */
    }

    .two-image img {max-width:40%;}

}

@media only screen and (min-width: 480px) {

     .products-outdoor-block .row > div {
      padding-left: 5px;
      padding-right: 5px;
    }

}


@media only screen and (max-width: 768px) {
       .catalog-download form {
          padding: 45px;
          margin-left: 0px;
      }

      .home-catalog .row > div:last-child a {
         font-size:20px;
      }

       .partner-slider-container .slide .container-xl {
            padding-top:60px; padding-bottom:60px;
      }

       .catalog-categories h2:after,  .catalog-categories .h2:after {background-size: 80px; margin-top:-70px;}
       .catalog-categories h2,  .catalog-categories .h2 {margin-top: 80px;}

       .product-top-info .product__slider-main .slick-prev,  .product-top-info .product__slider-main .slick-next {
        width: 35px;
        height: 35px;
      }
       .product-top-info .product__slider-main .slick-next:before,  .product-top-info .product__slider-main .slick-prev:before {
        background-size: 10px;
      }
       .product-top-info .product__slider-main .slick-prev {
        left: -10px;
      }
       .product-top-info .product__slider-main .slick-next {
        right: -10px;
      }

       .partners-choice {
        padding-top: 45px;
        padding-bottom: 90px;
      }
       .partners-material {padding-top:320px;}

       .offers-for-partners {
          padding-top: 380px;
      }

      .slider-collection__block, .slider-collection__item  {height: 300px;}

      .slider-collection__item img
      {
      width: 840px !important;
      }

       .partners-material .card {
        border: 5px solid #F3F4F6;
      }

      .list-items > div {padding: 0px; }

       .product-top-info .product-properties .img {
        width: 125px;
        height: 61px;
      }

}

@media only screen and (max-width: 480px) {


  .red-line-2:after {
    bottom: 3px;
    height: 3px;
    border: 3px solid #D31A3A;
  }

  main .catalog-download {padding-top: 60px !important;}

  .catalog-categories .row > div, .home-catalog .row > div {padding: 8px !important;}

  main .product-info .nav-tabs .nav-link {
    padding: 12px 30px;
    font-size: 12px;
  }
  main .bloglist .blog-section a {
    margin-right: 0px;
    margin-bottom: 4px;
  }
  main .partner-slider-container .slide .container-xl {
    padding: 3rem 2rem;
  }
  footer .footer-menu > div h4 {
    background: url("images/arrow-right.svg") no-repeat center right;
  }
  footer .footer-menu > div h4.open {
    background: url("images/arrow-down.svg") no-repeat center right;
  }
  footer .footer-menu > div ul {
    display: none;
  }

  .cat-card {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    min-height: 100%;
    max-height: 160px;
  }
  .cat-card img {
    min-width: 100%;
    min-height: 100% !important;
    object-fit: cover;
    max-height: 160px;
  }

  .half-image {max-height: 160px !important;}

  main .partner-slider-container .slide .subtitle {
      font-size:100%;
  }
  main .partner-slider-container .slide .title {
      font-size:150%; line-height: 30px;
  }
  main .partner-slider-container .slide .subtitle, main .partner-slider-container .slide .title  {
      width:100%;
  }

  main .catalog-categories h2:after, main .catalog-categories .h2:after {background-size: 60px; margin-top:-60px;}
  main .catalog-categories h2, main .catalog-categories .h2 {margin-top: 65px;}

  main .product-top-info .product-properties .img {
    width: 110px;
    height: 53px;
  }

  main .product-top-info .product-properties ul li:nth-child(2n+1) {
     margin-right: 20px;
  }
  main .product-top-info .product-properties ul li:nth-child(2n) {
     margin-right: 0px;
  }

  main .products-outdoor-block .row > div {padding-bottom: -5px;}
  main .products-outdoor-block .row > div:first-child {padding-right: 5px;}
  main .products-outdoor-block .row > div:nth-child(3) {padding-left: 5px;}

  main .products-outdoor-block .row > div img {width: 100% !important;}

  main .product-top-info .product-properties ul li > div:first-child {
     font-size: 12px;
  }

  main .offers-for-partners {padding-top:270px;}
  main .offers-for-partners .flex-wrap {width: 70%; margin: 0 auto;}

  main .about-block  .bgg {
    min-height: 420px;
    width: calc(100% + 30px) !important;
    background-size: 100% !important;
    background-position: left center !important;
  }

  main .about-block .bgg2 {
    height: 35px;
  }

  .list-bottom {
    padding-left: 25px;
    background: url(/local/templates/outdoor/images/home/list2.svg) no-repeat center center;
    height: 25px;
    width: 25px;
    margin: 25px auto 25px auto;
    display: block;
    background-size: 15px;
  }
  .list-bottom:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #252525;
    opacity: 0.2;
    margin-top: 13px;
  }
  .list-bottom:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background: #252525;
    opacity: 0.2;
    margin-left: -51px;
    margin-top: 13px;
  }

   .about-block .bgg2:before {background: none; width:0px; height: 0px;}

  .video_left_circle {height: 360px; margin-top:40px;}

   .video_left_circle .video__img {
      width: 205px !important;
      top: 33%;
      left: 29%;
  }
   .video_left_circle .video-block .circle_small {
      top: 5%;
      left: 12%;
      max-width: 400px;
  }
   .video_left_circle .video-block .circle_big {
      top: -30%;
      left: -55%;
      max-width: 450px;
  }

   .about-intro-text h1 {margin-bottom: 20px;}

  .title span { display: block;}

   .product-info .properties {padding-left: 20px;}
   .product-info .properties li {font-size: 14px !important;}

  .about-block h1 {font-size: 28px !important; padding-right: 25%;}


}

@media only screen and (min-width: 481px) and (max-width: 767px) {

      .itemid-107 .cat-card {
        min-width: 100%;
        min-height: 100% !important;
        object-fit: cover;
        max-height: 220px;
      }

      .itemid-107 .card img {
          width: auto;
          min-height: 100% !important;
          object-fit: cover;

      }
	  .jbzoo .subcategories .column.width25 {
		  width: 50%;
	  }
	  #yoo-zoo.jbzoo-view-category .items .column {
		  width: 48%;
	  }
	  .task-item .jbzootabs .jbzootabs-nav li a {
		  font-size: 8px;
	  }
	  .itemid-125 .ms-layer.subtitle {
		  font-size: 13px;
	  }
	  .itemid-125 .ms-layer.btns {
			top: 74%;
		}
		#sbox-window.shadow {
			height: 365px !important;
		}
	.itemid-112 .mapContacr {
		padding-bottom: 252px;
	}

      .category-list .card {min-height: 480px;}

       .product-top-info .product-properties .img {
        width: 140px;
        height: 67px;
      }
       .product-properties {
        flex-wrap: nowrap !important;
      }

       .products-outdoor-block .btn-red {
        padding: 20px 5px;
      }
       .about-block  .bgg {
        background-size: 200% !important;
        background-position: -250px center !important;
      }

       .about-block .bgg2 {
        height: 35px;
      }

       .about-block .bgg2:before { width:345px; height: 420px; background-size: 85%; margin-right:-50px; margin-top: -410px;}



       .partners-material {padding-top:320px;}

       .video_left_circle .video__img {
          width: 120px !important;
          height: 100px;
          top: 45%;
          left: 30%;
          margin-bottom:20px;
      }
       .video_left_circle .video__img figure {
          background: #fff;
          width: 93px;
          height: 93px;
      }
       .video_left_circle .video__img:after {
          top: calc(50% - 21px);
          left: calc(50% - 18px);
          width: 38px;
          height: 38px;
          background: url(/images/home/play.svg) no-repeat center right 9px, #fff;
          background-size: 16px;
      }
       .video_left_circle .video-block .circle_small {
          top: 8%;
          left: 10%;
          max-width: 100px;
      }
       .video_left_circle .video-block .circle_big {
          top: -55%;
          left: -50%;
          max-width: 250px;
      }

      .half-image img {border-radius: 5px; width: 100%;}

       .partner-slider-container .slide .subtitle, main .partner-slider-container .slide .title  {
          width:90%;
      }

       .product-top-info .product__slider-main .slick-prev, main .product-top-info .product__slider-main .slick-next {
        width: 50px;
        height: 50px;
      }
      .home-objects {margin-bottom:60px;}

       .product-properties > div:last-child li {
         margin-right:0px !important; font-size: 14px;
      }
       .product-top-info .product-properties .img {
        width: 120px;
        height: 58px;
      }
       .partners-material {padding-top: 0px;}
		.home-objects .slider-collection:before,
		.home-objects .slider-collection:after {
			display: none;
		}
		.body .home-objects .slider-collection .uk-light .uk-position-center-left {
			left: calc(100% / 6 - 30px);
		}
		.body .home-objects .slider-collection .uk-light .uk-position-center-right {
			right: calc(100% / 6 - 30px);
		}
      .list-items > div .text-center {
        max-width: 200px; margin: 0 auto;
      }

      .red-line-2:after {
          bottom: 4px;
      }

       .home-description .row > div .home-text {
        font-size: 14px;
        line-height: 22px;
      }

      .outdoor-bg-text {
        height:100px !important;
        max-width:500px !important;
        top: 20px !important;
        left:45%;
        background-size: 100%;
      }

       .home-description .container-xl {
           padding-top: 60px;
      }

      .section-bg {
          background-position: right -90px top 120px;
          background-size: 60%;
      }

      .section-bg {background-size: 700px;
          background-position: right -130px top 50px !important; max-width: 1920px; background-size: 400px;
      }

       .product-top-info .product-properties >div:first-child ul li {margin-right: 20px !important;}

       .product-info .nav-tabs .nav-link {
          padding: 20px 50px;
      }
	

}
@media only screen and (min-width: 768px) and (max-width: 999px) {
	header .header .slogan:before {
		height: 43px;
	}
	#sbox-window.shadow {
		width: 365px !important;
		height: 365px !important;
		left: 27% !important;
	}
	.jbzoo-item .item-title a img {
		width: 100%;
		height: auto;
	}
	.itemid-125 .ms-layer.btns {
		top: 76%;
	}
	a .cat-card div h2, main a .cat-card div .h2, a .cat-card div h3, a .cat-card div .h3 {
		font-size: 15px;
	}
	.itemid-107 h2 {
		font-size: 120% !important;
	}
	#yoo-zoo.jbzoo-view-category .subcategory .subcategory-title a {
		font-size: 16px;
	}
	.partners-material {padding-top: 0px;}
	.ms-layer.title {
		width: 80%;
		position: absolute;
		pointer-events: auto;
		left: 1%;
		margin: 0px;
		padding: 0px;
		top: 10%;
		font-size: 3rem;
		font-family: Rubik;
		font-weight: 500;
		line-height: 36px;
	}
	.ms-layer.subtitle {
		top: 48%;
		left: 1%;
		margin: 0px;
		padding: 0px;
		font-size: 1.65rem;
		line-height: 30px;
		position: absolute;
		pointer-events: auto;
		width: 74%;
		font-weight: 400;
	}
	.ms-layer.btns {
		top: 75%;
	}

  .section-bg-book-2 img {
       position: absolute; top:-140px; left: 15%; height: 500px;
  }
  .section-bg {background-size: 700px;
      background-position: right -200px top -80px !important; max-width: 1920px; background-size: 530px;
  }

   .partners-section .container-xl {
    padding: 80px 20px;
  }


   .category-list .card-text ul li {padding-right: 5px;}

  .category-list .card {min-height: 430px;}

.catalog-categories .row > div img {min-height: 100%; width:auto;}
  .catalog-categories .row > div .card {max-height: 200px;}
  .catalog-categories .row > div .card img { object-fit: cover;}
}

@media only screen and (min-width: 1000px) {

    .mt-70 {margin-top:40px !important;}
    .mb-70 {margin-bottom:70px !important;}
    .pt-70 {padding-top:70px !important;}
    .pb-70 {padding-bottom:70px !important;}
    .pt-90 {padding-top:90px !important;}
    .pb-90 {padding-bottom:10px !important;}

}

@media only screen and (min-width: 1440px) {
    main .product-info .properties {
         padding: 25px 10px 22px 30px;
    }
    .section-bg-book-2 img {
         position: absolute; top:-200px; right: -29%; height: 660px;
    }
    main .partners-material {padding-top:490px;}
}

@media only screen and (min-width: 1000px) and (max-width: 1439px) {

  .section-bg-book-2 img {
       position: absolute; top:-180px; left: 15%; height: 600px;
  }
   .partners-material {}

  .section-bg {background-size: 700px;
      background-position: right -230px top -80px !important; max-width: 1440px; background-size: 590px;
  }
   .partners-section .container-xl {
    padding: 80px 20px;
  }
   .partners-section .container-xl {
    padding: 90px 20px;
  }
   .category-list .card-text ul li {min-width: 45%;}
   .ms-layer.btns {
	   bottom: 16%;
    top: auto;
   }
   .ms-layer.title {
	   top: 10%;
    font-size: 3rem;
   }
   .itemid-125 .ms-layer.btns {
		top: 73%;
	}

}

@media only screen and (min-width: 613px) and (max-width: 767px) {

  .card.big-half img {height:100%; min-height: 100%;}

  .section-bg-book-2 img {
       position: absolute; top:-90px; left: 20%; height: 400px;
  }
   .partners-section .container-xl {
    padding: 80px 20px;
  }

}
@media only screen and (min-width: 481px) and (max-width: 612px) {

  .section-bg-book-2 img {
       position: absolute; top:-105px; left: 20%; height: 400px;
  }
   .partners-section .container-xl {
    padding: 80px 20px;
  }

}
@media only screen and (max-width: 480px) {
  body section h1 {
    font-size: 180%;
  }
  .section-bg {
    background-position: right -100px top -20px;
    background-size: 300px !important;
  }
  /* header .header .hamburger {
    font-size: 16px;
  } */
  header .header .phone {
    font-size: 16px;
  }
  header .header .phone:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  header .header .header_logo {
    width: 111px;
  }
  header .header {
    height: 60px;
  }
   .partners-section .container-xl {
    padding: 0px 20px 0px 20px;
  }
   .partners-section h1,  .partners-section h2 {
    text-align: left;
  }
   .partners-section h1 {
    font-size: 180%;
  }
   .partners-section a {
    width: 100%;
    display: block;
  }

   a .cat-card div h2,  a .cat-card div h3 {
    font-size: 16px;
    line-height: 18px;
  }
   a .cat-card div {
    padding: 5px 10px;
    height: 60px;
  }

  .list2-block {margin-bottom: 35px !important;}

  h1 {font-size:140% !important; width:100% !important;}
  h2 {font-size:125% !important;}
   .catalog-download .container-xl {padding-bottom: 70px;}

   .home-catalog .row > div:last-child a {
     font-size:20px;
  }

  .catalog-categories .row > div, .home-catalog .row > div {padding: 8px !important;}

   a .cat-card div {
    height: 45px;
  }

  main .product-top-info .product-properties .img {
    width: 150px;
    height: 72px;
  }

  main .product-top-info .product-properties ul li:nth-child(2n+1) {
     margin-right: 25px;
  }
   .product-top-info .product-properties ul li:nth-child(2n) {
     margin-right: 0px;
  }
   .product-top-info .product-properties ul li > div:first-child {
     font-size: 12px;
  }

  .offers-for-partners {padding-top: 260px !important; padding-bottom: 60px !important;}
  .offers-for-partners .flex-wrap li {width: 100%; padding-right: 0px;}

   .offers-for-partners {padding-top:170px;}

   .about-block  .bgg {
    min-height: 350px;
  }

   .about-block {padding-top: 60px; padding-bottom:60px;}

   .partners-material {padding-top:120px;}

   .home-catalog .container-xl {padding-top: 40px; padding-bottom:0px;}
   .home-catalog .container-xl {padding-top: 60px; padding-bottom:20px;}

  .home-objects {margin-bottom:60px;}

  .list-items > div .text-center {
    max-width: 190px; margin: 0 auto;
  }

   .more-objects {font-size: 16px;}

   .home-description .row > div .home-text {
    font-size: 14px;
    line-height: 22px;
  }

  .category-list .card {
      min-height: 400px;
  }
   .category-list .card-text ul li {
      min-width: 20px; padding-right: 5px;
  }

  .description {
      height: 500px; overflow: hidden; position: relative;
  }
  .description::after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+67,ffffff+67,f2f2f2+100&0+69,1+100 */
       content: ''; /* Выводим элемент */
       position: absolute; /* Абсолютное позиционирование */
       right: 0; bottom: 0; /* Положение элемента */
       width: 100%; /* Ширина градиента*/
       height: 30%; /* Высота родителя */
       /* Градиент */
       background: -moz-linear-gradient(bottom, rgba(255,255,255, 0.0), #fff 100%);
       background: -webkit-linear-gradient(bottom, rgba(255,255,255, 0.0), #fff 100%);
       background: -o-linear-gradient(bottom, rgba(255,255,255,0, 0.0), #fff 100%);
       background: -ms-linear-gradient(bottom, rgba(255,255,255,0, 0.0), #fff 100%);
       background: linear-gradient(to bottom, rgba(255,255,255, 0.0), #fff 100%);
  }
  .description.opened {
      overflow: auto;
      height: auto;
  }
  .description.opened::after {background: none;}
  .desc-more-link {
    color: #D31A3A;
    font-size: 14px;
  }
  .opened+div {
    display: none;
  }

  .pt-120 {
    padding-top: 50px !important;
  }

  body section h1 span, body section .h1 span {
      display: inline;
  }

}

@media only screen and (max-width: 420px) {
  body section h2 {
    font-size: 110%;
  }
  body section h3, body section .h3 {
    font-size: 180%;
    line-height: 30px;
  }
  main .more-objects {font-size: 14px;}
  /* header .header .hamburger {
    margin-left: 14px;
  } */
  header .header .phone {
    font-size: 14px;
  }
  header .header .phone:before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-left: -23px;
    margin-top: 4px;
  }
  header .header .header_logo {
    width: 90px;
    margin-left:-15px;
  }
  header .header {
    height: 50px;
  }
   .blogitem h1 {
    font-size: 220%;
  }

   a .cat-card div {
    height: 35px;
  }

   .product-top-info .product-properties .img {
    width: 130px;
    height: 63px;
  }
   .product-top-info .product-properties ul li:nth-child(2n) {
     margin-right: 0px;
  }
   .product-top-info .product-properties ul li > div:first-child {
     font-size: 12px;
  }
   .products-outdoor-block .row > div img { max-height: 190px;}

   .partners-material {padding-top:160px;}

   .home-catalog .container-xl {padding-top: 40px; padding-bottom:0px;}

   .product-info .video__img:after {
        top: calc(50% - 52px);
        left: calc(50% - 25px);
        width: 49px;
        height: 49px;
        background: url(/images/home/play.svg) no-repeat center right 13px, #fff;
        background-size: 18px;
  }

   .video__img figure {
    width: 119px;
    height: 119px;
  }

   .video__img {
    width: 205px;
    height: 180px;
  }

  .video {
      position: relative;
      height: 330px;
  }

  .video .video-block {
      margin-top: 32%;
      margin-left: 27px;
  }

  .video .circle_small {
     margin-top: 15%;
     margin-left: 28%;
     max-width:150px;
  }
  .video .circle_big {
    margin-top: -16%;
    margin-left: 0%;
    max-width:380px;
  }

  .slider-collection__block, .slider-collection__item {height: 240px; }

  .slider-collection__item img
  {
  width: 670px !important;
  }

  .section-bg {background:none;}

   .product-info .properties {padding: 30px 0 30px 30px;}
   .product-info .properties li:nth-child(5) {margin-bottom:15px;}
   .product-info .properties li {
    width:100%;
  }

  .about-block h1 {font-size: 28px !important; padding-right: 15%;}

  .feedform .modal-dialog {
      max-width: 300px !important;
  }
  .feedform .modal-dialog .modal-body {
      padding: 30px !important;
  }

}

@media only screen and (min-width: 361px) and (max-width: 480px) {
		.body .home-objects .slider-collection .uk-light .uk-position-center-right {
			right: calc(100% / 6 - 30px);
		}
		.body .home-objects .slider-collection .uk-light .uk-position-center-left {
			    left: calc(100% / 6 - 30px);
		}
		.home-objects .slider-collection:after {
			    right: calc(100% / 6 - 4px);
				display: none;
		}
		.home-objects .slider-collection:before {
		    left: calc(100% / 6 - 4px);
			display: none;
		}
		.about-block .bgg2 {
			height: 60px;
		}
		.partnersSection .h1{
			    font-size: 2.9375rem;
		}
		.itemid-125 .ms-layer.btns {
			top: 70%;
		}
		.itemid-110 .tabs .uk-list li {
			width: 100%;
		}
		.partnersSection .container-xl {
			padding: 10px 20px 180px 20px;
		}
		#sbox-window.shadow {
			    height: 364px !important;
		}
		.itemid-112 .mapContacr  {
			height: 648px;
		}
		main .product-info .properties {
			margin-left: 15px;
		} 
		.itemid-107 .firstCategory .col-6 {
			width: 100%;
		}
		#yoo-zoo.jbzoo-view-category .items .column {
			width: 100%;
		}
		.task-item .jbzootabs .jbzootabs-nav li a {
			padding: 20px 38px;
			font-size: 12px;
		}
		.com_zoo.task-item .prop .title {
			text-align: left;
		}
		.jbzoo .subcategories .column.width25 {
			width: 100%;
		}
		.uk-slideshow-items li .uk-overlay.uk-position-cover {
			left: 0;
		}
		.btn-outline-2, .ms-layer .btn.btn-red {
			font-size: 14px;
		}
		.ms-layer.title {
			width: 90%;
			position: absolute;
			pointer-events: auto;
			left: 5%;
			margin: 0px;
			padding: 0px;
			top: 11%;
			font-size: 2rem;
			line-height: 29px;
		}
		.ms-layer.subtitle {
			top: 45%;
			left: 5%;
			font-size: 1rem;
			line-height: 19px;
			position: absolute;
			pointer-events: auto;
			width: 88%;
			font-weight: 400;
		}
		.ms-layer.btns {
			bottom: 13%;
			top: auto;
			left: 17%;
		}
       .partners-material {
         padding-top: 0px;
      }

      .video_left_circle {
          height: 300px;
          margin-top: 60px;
      }

       .video_left_circle .video__img {
          width: 205px !important;
          top: 34%;
          left: 15%;
      }

       .video_left_circle .video__img:after{
            top: calc(50% - 39px);
            left: calc(50% - 25px);
            width: 49px;
            height: 49px;
            background: url('/images/home/play.svg') no-repeat center right 13px, #fff;
            background-size: 18px;
      }
       .video_left_circle .video__img figure {
            width: 119px;
            height: 119px;
      }

      .video_left_circle .video-block .circle_small {
          top: 12%;
          left: 6%;
          max-width: 130px;
      }
       .video_left_circle .video-block .circle_big {
          top: -23%;
          left: -40%;
          max-width: 330px;
      }
      .section-bg-book {height:280px; margin-bottom: calc(-100% + 280px); margin-right: -49%; max-width:540px; width:580px;}

      .section-bg-book-2 img {
           position: absolute; top:-105px; left: 20%; height: 340px;
      }

       .product-info .nav-tabs .nav-item {width:50%;}
       .product-info .nav-tabs .nav-link {
          padding-top: 20px; padding-bottom: 20px; font-size:16px; text-align: center;
      }

       .partners-about-business .container-xl {
         padding-top: 130px;
      }

}
@media only screen and (max-width: 360px) {

  body section h1 span, body section .h1 {
      font-size:22px;
  }

   .partner-slider-container .slide h1 {
    width: 100%;
    font-size: 22px;
  }
   .partner-slider-container .slide .subtitle {
    width: 100%;
    font-size: 14px;
  }
  h1 {font-size:132% !important; width:100% !important;}
  h2 {font-size:115% !important;}
   .catalog-download form {
      padding: 15px;
  }
   .catalog-download .container-xl {padding-bottom: 40px;}
   .home-catalog .row > div:last-child a {
     font-size:18px;
  }
   a .cat-card div h2,  a .cat-card div h3 {
    font-size: 14px !important;
    line-height: 16px;
  }
  .catalog-categories .row > div, .home-catalog .row > div {padding: 5px !important;}

   a .cat-card div {
    height: 35px;
  }

   .catalog-categories h2:after,  .catalog-categories .h2:after {background-size: 40px; margin-top:-15%;}
   .catalog-categories h2,  .catalog-categories .h2 {margin-top: 50px;}

   .product-top-info .product-properties ul li > div:first-child {font-size:12px !important;}
   .product-top-info .product-properties .img {
    width: 120px;
    height: 58px;
  }
   .partners-choice .card .card-body .btn-outline, main .partners-choice .card .card-body .btn-red  {
     max-width: 100%;
  }

   .offers-for-partners {padding-top: 200px !important; padding-bottom: 60px;}
   .catalog-download .container-xl:after {width:400px; height: 210px; left: 40%; bottom: -130px;}

  .bgg {
    min-height: 280px !important;
  }

   .about-block {padding-top: 40px; padding-bottom:40px;}

  .video .video-block {
      margin-top: 40%;
      margin-left: 0px;
  }

  .video .circle_small {
     margin-top: 15%;
     margin-left: 28%;
     max-width:150px;
  }
  .video .circle_big {
    margin-top: -16%;
    margin-left: 0%;
    max-width:350px;
  }

  .video_left_circle {height: 270px; margin-top:40px;}

   .video_left_circle .video__img {
      width: 205px !important;
      top: 27%;
      left: 15%;
  }

   .video_left_circle .video__img:after{
        top: calc(50% - 39px);
        left: calc(50% - 25px);
        width: 49px;
        height: 49px;
        background: url('/images/home/play.svg') no-repeat center right 13px, #fff;
        background-size: 18px;
  }
   .video_left_circle .video__img figure {
        width: 119px;
        height: 119px;
  }

   .video_left_circle .video-block .circle_small {
      top: 3%;
      left: 6%;
      max-width: 130px;
  }
   .video_left_circle .video-block .circle_big {
      top: -33%;
      left: -40%;
      max-width: 330px;
  }
  .half-image {max-height: 120px;}
  .section-bg-book-2 img {
       position: absolute; top:-55px; left: 35%; height: 245px;
  }

   .category-list .card-text ul li {
      min-width: 20px; padding-right: 5px;
  }
   .category-list .card-text ul li span {
      display: inline-block;
  }

   .category-list .card .card-title {
      border-bottom: none;
  }
  .card-title.pb-4 {
      padding-bottom: 0px !important;
  }
   .category-list .card-text ul li {
    min-width: 50%;
  }
   .product-info .nav-tabs .nav-item {width:50%;}
   .product-info .nav-tabs .nav-link {
      padding-top: 15px; padding-bottom: 15px;
  }
   .product-info .properties li i {display: block;}

  .about-block h1 {font-size: 22px !important; padding-right: 15%;}

   .offers-for-partners .flex-wrap { width:100%;}

   .partners-about-business .container-xl {
     padding-top: 90px;
  }

   .partners-about-business .outdoor-bg-text {
       left:10% !important;
  }

  .select-lang {font-size:12px;}

  header .header .phone:before {
    background: none;
    width: 0px;
    height: 0px;
  }

}

@media only screen and (max-width: 320px) {

  main .product-info .properties li {
    width: 100%;
  }
  .bgg {
    min-height: 230px !important;
  }

  .video {
      position: relative;
      height: 300px;
  }

  .video .circle_big {
    max-width:330px;
  }

    .section-bg-book {height:225px; margin-bottom: -48%; margin-right: -77%; max-width:440px; width:440px; }
    .section-bg-book-2 img {
         position: absolute; top:-60px; left: 35%; height: 245px;
    }
    main .product-info .nav-tabs .nav-link {
        padding: 10px 30px;
    }

}


/*  Новые */

.help-block {display: none !important;}

.form-group.has-error input, .form-group.has-error textarea {border-bottom: 1px solid #980000 !important; border-radius:4px !important;}

.ya-share2__badge {border-radius: 50% !important; margin-bottom: 6px !important;}

.ya-share2__list.ya-share2__list_direction_horizontal {display: flex; flex-direction: column !important;}
.ya-share2__item_service_vkontakte .ya-share2__badge, .ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge {border-radius: none !important;}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 50px !important;
    width: 50px !important;
    background-size: 50px 50px !important;
}

.ya-share2__item_more .ya-share2__icon_more {
    background-image: url("/local/templates/outdoor/images/more.svg") !important;
}

.ya-share2__title {display: none !important;}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) {box-shadow: none !important;}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item, .ya-share2__container_size_m.ya-share2__container_as-popup .ya-share2__item {
    padding: 0px !important;
}
.ya-share2__container_size_m .ya-share2__popup_direction_bottom {
    top: -5px !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
     margin:0px !important;
}

.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item:hover {background: none !important; opacity: 0.8 !important;}


.modal-backdrop {
    z-index: 99 !important;
}

.feedform .modal-dialog {max-width: 400px;}
.feedform .modal-dialog .modal-body {padding: 40px;}

.gallery-item .slick-prev {
    left: 30px;
}

.gallery-item .slick-next {
    right: 30px;
}

 .gallery-item .slick-arrow {
    position: absolute;
    top: calc(50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 12;
    background-color: #d41a3b;
}

.bloglist .card-body .ya-share2__list_direction_horizontal {
    flex-direction: row !important;
}

.bloglist .card-body .ya-share2__list_direction_horizontal li {
     margin-left:5px !important;
}

.bloglist .card-body .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 25px !important;
    width: 25px !important;
    background-size: 25px 25px !important;
}

.bloglist .ya-share2__popup {margin-top:30px !important;}
.bloglist .card-body .ya-share2__list_direction_vertical { display: flex !important; justify-content: end;  flex-direction: row !important; padding-bottom: 0px !important; padding-right: 0px !important; background-color: #F3F4F6;}

.ymaps-image {background-image: url("/local/templates/outdoor/images/map_marker.svg") !important;}


/* Сеоект */

.select-wrap .select2-container {
  width: auto !important; min-width: 150px;
}
.select-wrap .select2-container--default .select2-selection--single {
  height: 35px;
  outline: none;
	border-radius: 0px !important;
	border: none;
	background: #19181E;
	padding-right: 10px;
}
.select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
	  color: #fff !important;
		text-align: right;

}
.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	  border: none;
    background: url(/local/templates/outdoor/images/country-down-arrow.svg) no-repeat center center;
    position: absolute;
    width: 18px;
    height: 17px;
    margin-left: -5px;
    margin-top: -5px;
}
.select2-search--dropdown {
  display: none !important;
}
.select2-dropdown,
.select-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius:0px !important;
	border:none !important;
}
.select2-container--default .select2-results__option {
	  background-color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
		color: #252525;
		padding: 10px 7px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d41a3b !important;
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
    color: #fff;
		padding: 10px 7px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
   background-color: #E4E4E6; color: #252525;
}

/* Селект 2 */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.ms-layer.title {
		width: 80%;
		position: absolute;
		pointer-events: auto;
		left: 2%;
		margin: 0px;
		padding: 0px;
		top: 7%;
		font-size: 2rem;
		font-family: Rubik;
		font-weight: 500;
		line-height: 31px;
	}
	.ms-layer.subtitle {
		top: 40%;
		left: 2%;
		margin: 0px;
		padding: 0px;
		font-size: 1rem;
		line-height: 19px;
		position: absolute;
		pointer-events: auto;
		width: 85%;
		font-weight: 400;
	}
	.bg3.home-catalog h2 {
		font-size: 82% !important;
	}
}
@media (max-width: 767.98px) {

    .select-wrap .select2-container {
      width: auto !important; min-width: 130px;
    }
    .select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 20px; padding-left:0px; text-align:left; padding-right: 0px;
    }

    main .dealers .country a, .select2-container--default .select2-results__option, .select2-container--default .select2-results__option--highlighted[aria-selected] {
        font-size: 20px;
    }

    main .dealers .country .dropdown-menu {padding:0px; margin-top: 8px;}
    main .dealers .country .dropdown-menu li {padding-left: 0px !important;}
    main .dealers .country .dropdown-menu li a {padding: 10px 10px !important; display: block;}
    main .dealers .country .dropdown-menu li a:hover, main .dealers .country .dropdown-menu li a.active {background-color: #d41a3b !important; color: #fff !important;}

    main .map .address .title {font-size: 18px;}
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder, textarea:-moz-placeholder  {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}

/*
.feedform input::placeholder, .feedform textarea::placeholder {color: #252525;}
.feedform input::-webkit-input-placeholder, .feedform textarea::-webkit-input-placeholder {color:#252525;}
.feedform input::-moz-placeholder, .feedform textarea::-moz-placeholder {color:#252525;}
.feedform input:-moz-placeholder, .feedform textarea:-moz-placeholder {color:#252525;}
.feedform input:-ms-input-placeholder, .feedform textarea:-ms-input-placeholder {color:#252525;}
*/


 .video__img:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 42px);
  left: calc(50% - 33px);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: url("/images/home/play.svg") no-repeat center right 17px, #fff;
  z-index: 110;
}

.comment-options > a {font-size:13px; color: #D31A3A; margin-right:12px;}

.last-category img {max-height:360px; object-fit: cover;}

 .category-list .card .card-title {min-height: 70px;}

.card.instr:hover {color:#D31A3A;}
.card.instr:hover .card-title {text-decoration:underline;}


/* hovers */

.btn-red:hover, footer .footer-header .feedform form INPUT[type=submit]:hover, .feedform-modal form INPUT[type=submit]:hover {background:#be0d2b;border-color:#be0d2b; color:#fff;}
.btn-outline-2:hover {background:#D31A3A;border-color:#D31A3A; color:#fff;}
/* .header .call_order:hover {border-bottom: 1px solid #D31A3A !important;} */

.mobile-nav ul > li {padding-right: 0px;}

.mobile-nav ul > li ul {margin-left:25px;}
.mobile-nav ul > li ul > li { padding: 0px; margin-bottom:1px;}
.mobile-nav ul > li ul > li a {
    font-size: 14px; font-weight: 300;
}
.mobile-nav ul > li:hover a:before, .mobile-nav ul > li:hover ul > li:hover a:before  {
    content: "";
    background: url(images/product/list-small.svg) no-repeat center center;
    position: absolute;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-left: -25px !important;
}

.mobile-nav ul > li:hover ul > li a:before {background: none;}

.mobile-nav .social li:hover a:before {margin-left: -55px !important;}
.home-text a:hover, .partners-about-business a:hover {border-color:#fff !important;}

 .home-catalog .row > div:last-child a:hover:before { border-color:#fff;}

.slick-arrow:hover, .card .btn-danger:hover {
    background-color: #be0d2b !important;
}

.btn-outline:hover {
    background-color: #be0d2b !important; color: #fff; border-color: #be0d2b !important;
}

footer ul li a:hover {text-decoration: underline;}

 a .cat-card:hover  {
    transform:scale(1.03);
    transition: 0.5s linear;
}

 .category-list .card:hover {box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.1); cursor:pointer;}

.bxmaker__ajaxpagenav__pg--default .bxmaker__ajaxpagenav__pg__showmore:hover {background-color: #D31A3A;}
.bxmaker__ajaxpagenav__pg--default .bxmaker__ajaxpagenav__pg__showmore:hover span {color:#fff !important;}

 .card .tags a:hover { background: rgba(192, 192, 192, 1);}

.maplink:hover a:after {
     margin-left: 5px !important;
}

 .bloglist .card-body .h5:hover a {text-decoration: underline;}

 .blogitem .back-to-list:hover:before {
    margin-left: -25px;
}

 .product-top-info .product-properties .img:hover {
    outline: solid 1px #D31A3A; cursor:pointer;
}
#product__slider .slick-arrow {background: #fff}
#product__slider .slick-arrow:hover {background: #F3F4F6 !important;}

header.fixed-top .header {max-height: 70px;}


/* слайдер */

.ms-skin-default .ms-bullet {
   width: 15px !important; height: 15px !important;
   background-image: none;
   border-radius: 50%;
   background-color: #fff;
}
.ms-skin-default .ms-bullet.ms-bullet-selected {background-color: #D31A3A;}

.ms-skin-default .ms-bullet:hover {background-color: #be0d2b;}

.product__slider-thmb .slick-arrow, #product__slider .product__slider-thmb .slick-arrow:hover {background: none !important;}


main .projects-list .dropdown-toggle::after {
  border: none;
  background: url(/local/templates/outdoor/images/country-down-arrow.svg) no-repeat center center;
  position: absolute;
  width: 18px;
  height: 17px;
  margin-left: 6px;
  margin-top: 3px;
}
main .projects-list .dropdown-toggle.show::after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
main .projects-list .category-dropdown span {
  margin-right: 15px;
}
main .projects-list .category-dropdown a.dropdown-toggle {
  color: #252525;
  text-transform: uppercase;
}

main .projects-list .category-dropdown ul {
  background-color: #E4E4E6;
  border-radius: 0px 0px 5px 5px;
  border: none;
  margin-right: -25px;
  margin-top: 10px;
}
main .projects-list .category-dropdown ul li {
  padding: 10px 25px;
  border-bottom: 1px solid #fff;
}
main .projects-list .category-dropdown ul li a {
  color: #252525;
  text-transform: uppercase;
}
main .projects-list .category-dropdown ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.ms-nav-next:hover, .ms-nav-prev:hover {opacity: 1 !important;}
.slider-collection__nav {cursor:pointer !important;}


.default-example-modal-right-lg .modal-header {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    color: #252525;
    border-bottom:0px;
}
.default-example-modal-right-lg .modal-body {
    padding-top:0px;
}
.modal-backdrop-2 {z-index:110 !important;}

@media (max-width: 1329px) {
    .ms-nav-next, .ms-nav-prev {opacity: 0 !important;}
}
.modal-add-holiday .modal-header .close {margin-right:0.5rem !important; background: none;}
.modal-add-holiday {color: #000 !important;}

.list-items img {max-width:80px; margin:0 auto;}

.slam-easyform .has-success .form-control {box-shadow:none !important;}
.slam-easyform .form-control:focus {border-bottom: 2px solid #D31A3A;}

main .catalog-categories .cat-desc h2 {font-size:36px;}
main .catalog-categories .cat-desc h3 {font-size:30px;}
main .catalog-categories .cat-desc h2, main .catalog-categories .cat-desc h3 {margin-top:40px;}
main .catalog-categories .cat-desc h2:after {
     background: none !important;
}
.catalog-section-description h3 {font-size: 145% !important; font-weight: normal;}

.select-lang {color:#D31A3A;}
.select-lang:hover {color:#fff;}

.btn-dealers {width:120px; padding: 5px 10px;}

button:focus, a:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
.dropdown-dealers {width:180px;}
.dropdown-dealers > li {padding: 6px;}
.dropdown-dealers > li a {color: #000; font-size:14px;}
.dropdown-dealers > li:hover {background: #D31A3A;}
.dropdown-dealers > li:hover a {color:#fff;}
.dropdown-menu.dropdown-dealers {border-radius:0px;}

main .map .address p {margin-bottom:0.7rem !important;}
.address-block-title {line-height: 120%;}

/* page */

.bg-image .list2-block:before, .bg-image .list2-block:after, .bg3 .list2-block:before, .bg3 .list2-block:after {
    background: #ccc !important;
}

.bg-image {
  background-image: url(/images/partner-slider-img.jpg);
  background-size: cover; /* Масштабируем фон */
  width: 100%;
  position: relative;
}
.bg-image:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 1;
}
.bg-img-text {z-index: 2; position: relative;}

ul.ul-style-v1 > li {padding-left: 25px; margin-bottom:10px;}
ul.ul-style-v1 > li:before, p.ul-style-v1:before, div.ul-style-v1:before {
    content: "";
    background: url(/images/list-small.svg) no-repeat center center;
    position: absolute;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-left: -25px !important;
}

ul.list-style-v2 span {display: block; font-weight: bold;}
ul.c-gray > li, .c-gray {color:#fff !important;}

.partners-calculation .container-xl {position: relative;}
.partners-calculation .section-bg {background-position: right -130px top 80px !important;}
.partners-calculation .outdoor-bg-text-v2 {
    height: 150px;
    width: 100%;
    max-width: 700px;
    background: url(/local/templates/outdoor/images/home/outdoor.svg) no-repeat top right;
    top: 20%;
    left:-30px;
    background-size: 95%;
    position: absolute;
    z-index: 10000;
}
.two-image img, .free-l-image img {max-width:250px;}
a.bottom-border-hover-no:hover {border-color:#fff !important;}

.personal-area-mobile > a {background-color: #D31A3A; color:#fff; padding: 5px 10px; border-radius:2px;}
.page404 {font-size:20px;}
.page404 .btn-red {padding: 15px 25px;}
.page404 .text {line-height:1.2;}
