

/* Start:/local/templates/1.0/lib/modal/style.css?17841679776933*/
/* ===== МОДАЛЬНЫЕ ОКНА ===== */
.modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--tr), visibility var(--tr);
    -webkit-overflow-scrolling: touch;
}

.modal::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 0;
    border-radius: inherit;
}

.modal--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* === Диалог === */
.modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 500px;
    background: var(--cw);
    border-radius: var(--r3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
    transform: translateY(40px) scale(.96);
    transition: transform var(--tr);
}

.modal--open .modal__dialog {
    transform: translateY(0) scale(1);
}

/* === Кнопка закрытия === */
.modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    background: var(--cbr2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: var(--ct3);
    transition: var(--tr);
}

.modal__close:hover {
    background: var(--c1bg);
    color: var(--c1);
}

.modal__close svg {
    width: 16px;
    height: 16px;
}

/* === Заголовок === */
.modal__header {
    padding: 32px 32px 0;
    text-align: center;
}

.modal__title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ct1);
    line-height: 1.3;
    margin-bottom: 8px;
}

.modal__desc {
    font-size: .9rem;
    color: var(--ct3);
    line-height: 1.6;
}

/* === Тело === */
.modal__body {
    padding: 24px 32px 32px;
    flex: 1;
}

/* === Мобильные === */
@media (max-width: 768px) {
    .modal {
        padding: 0;
    }

    .modal::before {
        border-radius: 0;
    }

    .modal__dialog {
        max-width: 100%;
        min-height: 100%;
        border-radius: 0;
        transform: translateY(100%);
    }

    .modal--open .modal__dialog {
        transform: translateY(0);
    }

    .modal__header {
        padding: 24px 20px 0;
    }

    .modal__body {
        padding: 20px;
    }

    .modal__close {
        top: 12px;
        right: 12px;
    }
}

/* Не скрывать скроллбар (чтобы контент не прыгал) */
.modal::-webkit-scrollbar {
    width: 6px;
}

.modal::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .15);
    border-radius: 3px;
}

/* ===== СТИЛИ ПОПАПА БИТРИКС (Корзина) ===== */
.popup-window {
    border-radius: var(--r3) !important;
    box-shadow: var(--sh3) !important;
    border: 1px solid var(--cbr) !important;
    overflow: hidden;
    background: var(--cw) !important;
}

.popup-window-titlebar {
    background: var(--cw) !important;
    border-bottom: 1px solid var(--cbr) !important;
    padding: 16px 20px !important;
    height: auto !important;
}

.popup-window-titlebar-text {
    font-family: var(--ff), sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: var(--ct) !important;
    line-height: 1.2 !important;
}

/* Кнопка закрытия (крестик) */
.popup-window-close-icon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: var(--cbr2) !important;
    opacity: 1 !important;
    transition: var(--tr) !important;
    top: 14px !important;
    right: 14px !important;
}

/* Убираем смещение, центрируем стандартную SVG */
.popup-window-close-icon::after {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 12px !important;
    height: 12px !important;
    /* Заменяем серый на темный цвет (#1A1A1A) */
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.666.621a.5.5 0 00-.707 0L5.002 3.58 2.044.62a.5.5 0 00-.707 0l-.714.714a.5.5 0 000 .707L3.581 5 .623 7.957a.5.5 0 000 .708l.714.713a.5.5 0 00.707 0L5.002 6.42l2.957 2.958a.5.5 0 00.708 0l.713-.714a.5.5 0 000-.707L6.422 5 9.38 2.042a.5.5 0 000-.707L8.666.62z' fill='%231A1A1A'/%3E%3C/svg%3E") !important;
}

.popup-window-close-icon:hover {
    background: var(--c1) !important;
}

/* При наведении делаем крестик белым (#FFFFFF) */
.popup-window-close-icon:hover::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.666.621a.5.5 0 00-.707 0L5.002 3.58 2.044.62a.5.5 0 00-.707 0l-.714.714a.5.5 0 000 .707L3.581 5 .623 7.957a.5.5 0 000 .708l.714.713a.5.5 0 00.707 0L5.002 6.42l2.957 2.958a.5.5 0 00.708 0l.713-.714a.5.5 0 000-.707L6.422 5 9.38 2.042a.5.5 0 000-.707L8.666.62z' fill='%23FFFFFF'/%3E%3C/svg%3E") !important;
}

/* Контент попапа */
.popup-window-content {
    padding: 24px 20px !important;
    text-align: center !important;
}

/* Картинка товара */
.popup-window-content img {
    display: block !important;
    margin: 0 auto 12px !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: var(--r2) !important;
    box-shadow: var(--sh1) !important;
}

.popup-window-content p {
    font-size: .95rem !important;
    color: var(--ct) !important;
    font-weight: 600 !important;
    margin-top: 12px !important;
}

/* Кнопка "Перейти в корзину" */
.popup-window-buttons {
    padding: 0 20px 24px !important;
    display: flex !important;
    justify-content: center !important;
}

.popup-window-buttons .btn {
    width: 100%;
    background: var(--gradient-primary) !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: var(--r2) !important;
    font-weight: 600 !important;
    font-size: .9rem !important;
    cursor: pointer !important;
    transition: var(--tr) !important;
    box-shadow: 0 4px 14px rgba(var(--cr), .3) !important;
}

.popup-window-buttons .btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(var(--cr), .4) !important;
}

/* End */


/* Start:/local/templates/1.0/lib/form/style.css?178417027511293*/
/* Default */
.form {
	width: 100%;
}
.form-group {
	position: relative;
	margin-bottom: 18px;
}
.form-control {
	width: 100%;
	height: 56px;
	padding: 20px 16px 8px;
	border: 1.5px solid var(--cb);
	border-radius: var(--r2);
	background: var(--cbr2);
	font-size: .95rem;
	font-family: var(--ff);
	color: var(--ct1);
	outline: none;
	transition: border-color var(--tr), box-shadow var(--tr), background var(--tr);
	-webkit-appearance: none;
	appearance: none;
}
.form-control:hover {
	border-color: var(--cbr);
	background: #f5f5f5;
}
.form-control:focus {
	border-color: var(--c1);
	background: var(--cw);
	box-shadow: 0 0 0 3px var(--c1bg);
}
.has-error .form-control {
	border-color: var(--c1);
}
.form-label {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: left center;
	padding: 0 4px;
	background: var(--cbr2);
	color: var(--ct3);
	font-size: .95rem;
	line-height: 1;
	pointer-events: none;
	transition: top var(--tr), transform var(--tr), color var(--tr), background var(--tr);
}
.form-control:focus ~ .form-label,
.form-control:not(:placeholder-shown) ~ .form-label {
	top: 0;
	transform: translateY(-50%) scale(.82);
	color: var(--c1);
	font-weight: 500;
}
.form-control:focus ~ .form-label {
	background: var(--cw);
}
.form-control:not(:placeholder-shown):not(:focus) ~ .form-label {
	background: var(--cbr2);
}
.form-group--textarea .form-label {
	top: 18px;
	transform: none;
}
.form-group--textarea .form-control {
	height: auto;
	min-height: 110px;
	padding: 22px 16px 12px;
	resize: vertical;
	line-height: 1.6;
}
.form-group--textarea .form-control:focus ~ .form-label,
.form-group--textarea .form-control:not(:placeholder-shown) ~ .form-label {
	top: 0;
	transform: translateY(-50%) scale(.82);
}
.form-group--required .form-label::after {
	content: ' *';
	color: var(--c1);
}
.form-group--error .form-control {
	border-color: var(--c1);
	box-shadow: 0 0 0 3px var(--c1bg);
}
.form-group--error .form-label {
	color: var(--c1);
}
.form-captcha {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	padding-bottom: 22px;
}
.form-captcha a {
	position: absolute;
	left: 0;
	bottom: -2px;
	font-size: 12px;
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
}
.form-captcha__img {
	height: 48px;
	width: auto;
	border-radius: var(--r2);
	border: 1.5px solid var(--cb);
	flex-shrink: 0;
}
.form-captcha__input {
	flex: 1;
	height: 48px;
	padding: 0 14px;
}
.form-captcha .form-label {
	display: none;
}
.form-actions {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}
.form-actions .btn {
	width: 100%;
}
.form-consent {
	margin-top: 16px;
	font-size: .78rem;
	color: var(--ct3);
	text-align: center;
	line-height: 1.5;
}
/* ===== КАСТОМНЫЙ ЧЕКБОКС ===== */
.form-checkbox {
	display: flex;
	align-items: center;
}

.form-checkbox label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: .85rem;
	color: var(--ct2);
	transition: var(--tr);
	user-select: none;
	margin: 0;
}

.form-checkbox label:hover {
	color: var(--c1);
}

.form-checkbox input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid var(--cbr);
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	transition: var(--tr);
	flex-shrink: 0;
	background: var(--cw);
	margin: 0;
}

.form-checkbox input[type="checkbox"]:hover {
	border-color: var(--c1l);
}

.form-checkbox input[type="checkbox"]:checked {
	background: var(--c1);
	border-color: var(--c1);
}

.form-checkbox input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* Скрываем стандартный текст, если он мешает, и используем span */
.form-checkbox span {
	line-height: 1.2;
}

.form-consent a {
	color: var(--c1);
	text-decoration: underline;
	text-decoration-color: rgba(232, 72, 63, .3);
	transition: text-decoration-color var(--tr);
}
.form-consent a:hover {
	text-decoration-color: var(--c1);
}
@media (max-width: 768px) {
	.form-control {
		height: 52px;
		padding: 18px 14px 8px;
	}
	.form-group--textarea .form-control {
		min-height: 100px;
	}
	.form-captcha__img {
		height: 44px;
	}
}
.form > .error {
	background: var(--c1bg);
	border-left: 3px solid var(--c1);
	border-radius: var(--r2);
	padding: 12px 16px 12px 40px;
	font-size: .85rem;
	color: var(--c1);
	line-height: 1.5;
	margin-bottom: 30px;
	position: relative;
	animation: formErrorSlide .3s ease;
}
.form > .error::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: var(--c1);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 9v4M12 17h.01M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 9v4M12 17h.01M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.form-group.has-error .form-control,
.form-group--error .form-control {
	border-color: var(--c1);
	box-shadow: 0 0 0 3px var(--c1bg);
	animation: formShake .4s ease;
}
.form-group.has-error .form-control:focus,
.form-group--error .form-control:focus {
	border-color: var(--c1);
	box-shadow: 0 0 0 3px var(--c1bg);
}
.form-group.has-error .form-label,
.form-group--error .form-label {
	color: var(--c1);
}
.form-group.has-error .form-label {
	background: var(--cbr2);
}
.form-group.has-error .form-control:focus ~ .form-label {
	background: var(--cw);
}
.form-error {
	font-size: .8rem;
	color: var(--c1);
	margin: -10px 2px 16px;
	line-height: 1.4;
	position: relative;
	animation: formErrorFade .25s ease;
}
@keyframes formErrorSlide {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes formErrorFade {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes formShake {
	0%, 100% { transform: translateX(0); }
	20%, 60% { transform: translateX(-4px); }
	40%, 80% { transform: translateX(4px); }
}
.form > .success {
	text-align: center;
	padding: 40px 20px;
	margin-bottom: 0;
	animation: formSuccessPop .4s cubic-bezier(.34, 1.56, .64, 1);
}
.form > .success::before {
	content: '';
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: #e8f5e9;
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	-webkit-mask: none;
	mask: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e7d32' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 36px 36px;
}
.form > .success::after {
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 2px solid rgba(46, 125, 50, .15);
	animation: successRipple 1.5s ease-out infinite;
}
.form > .success {
	font-size: 1rem;
	font-weight: 600;
	color: #2e7d32;
	line-height: 1.6;
	position: relative;
}
@keyframes formSuccessPop {
	from {
		opacity: 0;
		transform: scale(.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes successRipple {
	0% {
		transform: translateX(-50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) scale(1.5);
		opacity: 0;
	}
}
@media (prefers-reduced-motion: reduce) {
	.form > .success::after { display: none; }
	.form > .success { animation: none; }
}
.form-success {
	background: #e8f5e9;
	border-left: 3px solid #2e7d32;
	border-radius: var(--r2);
	padding: 12px 16px 12px 40px;
	font-size: .85rem;
	color: #2e7d32;
	line-height: 1.5;
	margin-bottom: 20px;
	position: relative;
	animation: formErrorSlide .3s ease;
}
.form-success::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: #2e7d32;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / contain;
}
/* Rating */
.form-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
}
.form-rating input[type="radio"] {
  display: none;
}
.form-rating label {
  cursor: pointer;
  color: #ccc;
  transition: color 0.2s ease;
}
.form-rating:hover label {
  color: #ccc;
}
.form-rating label:hover,
.form-rating label:hover ~ label {
  color: #FF8533;
}
.form-rating:not(:hover) input[type="radio"]:checked ~ label {
  color: #FF8533;
}
.form-rating__star svg {
  width: 25px;
  height: 25px;
}
/* Uploader */
.form-files__wrapper {
	position: relative;
	width: 100%;
}
.form-files__button {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	padding: 20px 20px;
	background-color: transparent;
	border: 2px dashed rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	cursor: pointer;
	margin-bottom: 10px;
	color: rgba(0, 0, 0, 0.2);
}
.form-files__button:hover {
	opacity: 0.7;
}
.form-files__button svg {
	width: auto;
	height: 50px;
	color: var(--color3);
}
.form-files__preview {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
.form-files__preview--item {
	position: relative;
	width: 70px;
	height: 100px;
	border: 1px solid #ddd;
	border-radius: var(--border-radius-lg);
	overflow: hidden;
}
.form-files__preview--item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.form-files__remove {
	position: absolute;
	top: 5px;
	right: 5px;
	background: var(--c1);
	border: none;
	border-radius: 3px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.form-files__remove .icon {
	width: 10px;
	height: 10px;
	color: #fff;
}

/* End */


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


/* Start:/local/templates/1.0/lib/swiper/style.css?176475521718432*/
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

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


/* Start:/local/templates/1.0/lib/widget/style.css?178415882115567*/

/* ===== AI ASSISTANT WIDGET ===== */

.aiw-toggle {
    position: fixed;
    bottom: 30px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-primary, linear-gradient(135deg, #FFA69F, #E84134));
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(var(--cr, 232,72,63), .35);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .35s cubic-bezier(.34,1.56,.64,1),
                box-shadow .35s ease;
    animation: aiw-toggle-in .6s cubic-bezier(.34,1.56,.64,1) both;
}

.aiw-msg__bubble a.aiw-link {
    white-space: nowrap;
    color: var(--c1, #E8483F);
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}

.aiw-msg--user .aiw-msg__bubble a.aiw-link {
    color: #fff;
    text-decoration-color: rgba(255,255,255,.5);
}

@keyframes aiw-toggle-in {
    from { opacity: 0; transform: scale(0) rotate(-180deg); }
  to   { opacity: 1; transform: scale(1) rotate(0); }
}

.aiw-toggle:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 32px rgba(var(--cr, 232,72,63), .5);
}

.aiw-toggle:active { transform: scale(.94); }

.aiw-toggle svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    transition: transform .3s ease;
}

.aiw-toggle.open svg { transform: rotate(90deg) scale(.85); }

.aiw-toggle::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(var(--cr, 232,72,63), .4);
    animation: aiw-ring 2.5s ease-out infinite;
    pointer-events: none;
}

@keyframes aiw-ring {
    0%   { transform: scale(1);   opacity: 1; }
    100% { transform: scale(1.6); opacity: 0; }
}

.aiw-toggle .aiw-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    color: var(--c1, #E8483F);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    opacity: 0;
    transform: scale(0);
    transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}

.aiw-toggle .aiw-badge.show { opacity: 1; transform: scale(1); }

/* ===== ОКНО ===== */

.aiw-window {
    position: fixed;
    bottom: 100px;
    right: 24px;
    width: 388px;
    height: 588px;
    max-height: calc(100vh - 140px);
    background: var(--cw, #fff);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,.15), 0 0 0 1px rgba(0,0,0,.04);
    z-index: 10001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(24px) scale(.92);
    transform-origin: bottom right;
    transition: opacity .3s ease,
                transform .45s cubic-bezier(.34,1.56,.64,1),
                visibility .3s;
}

.aiw-window.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* ===== ШАПКА ===== */

.aiw-header {
    background: var(--gradient-primary, linear-gradient(135deg, #FFA69F, #E84134));
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.aiw-header::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255,255,255,.12), transparent 70%);
    pointer-events: none;
}

.aiw-header__left {
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1;
    min-width: 0;
}

.aiw-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    border: 2px solid rgba(255,255,255,.25);
    overflow: hidden;
}

.aiw-header__info {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.aiw-header__name {
    font-family: var(--ff, 'Fira Sans', sans-serif);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aiw-header__status {
    font-size: 11.5px;
    color: rgba(255,255,255,.85);
    display: flex;
    align-items: center;
    gap: 5px;
}

.aiw-header__status .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 6px rgba(74,222,128,.6);
    animation: aiw-status-pulse 2s ease-in-out infinite;
}

@keyframes aiw-status-pulse {
    0%,100% { opacity: 1; }
    50%     { opacity: .5; }
}

.aiw-header__right {
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 1;
    flex-shrink: 0;
}

.aiw-icon-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.15);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .25s ease, transform .25s ease;
    flex-shrink: 0;
}

.aiw-icon-btn:hover { background: rgba(255,255,255,.3); transform: scale(1.08); }
.aiw-icon-btn:active { transform: scale(.92); }

.aiw-icon-btn svg { width: 17px; height: 17px; fill: #fff; }

/* ===== СООБЩЕНИЯ ===== */

.aiw-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--cb, #F7F7F8);
    scroll-behavior: smooth;
}

.aiw-messages::-webkit-scrollbar { width: 6px; }
.aiw-messages::-webkit-scrollbar-track { background: transparent; }
.aiw-messages::-webkit-scrollbar-thumb { background: rgba(0,0,0,.12); border-radius: 3px; }
.aiw-messages::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,.2); }

.aiw-msg {
    display: flex;
    gap: 10px;
    max-width: 88%;
    animation: aiw-msg-in .35s cubic-bezier(.34,1.56,.64,1) both;
}

@keyframes aiw-msg-in {
    from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.aiw-msg--user { align-self: flex-end; flex-direction: row-reverse; }

.aiw-msg__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    margin-top: 2px;
    overflow: hidden;
}

.aiw-msg--bot .aiw-msg__avatar { background: var(--c1bg, #FFF5F4); }
.aiw-msg--user .aiw-msg__avatar { background: var(--cbr2, #f9f9f9); }

.aiw-msg__content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.aiw-msg--user .aiw-msg__content { align-items: flex-end; }

.aiw-msg__bubble {
    padding: 11px 15px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.55;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
}

.aiw-msg--bot .aiw-msg__bubble {
    background: var(--cw, #fff);
    color: var(--ct, #1A1A1A);
    border: 1px solid var(--cbr, #e8e8e8);
    border-top-left-radius: 6px;
}

.aiw-msg--user .aiw-msg__bubble {
    background: var(--gradient-primary, linear-gradient(135deg, #FFA69F, #E84134));
    color: #fff;
    border-top-right-radius: 6px;
}

.aiw-msg__bubble strong { font-weight: 700; }
.aiw-msg__bubble em { font-style: italic; }

.aiw-msg__bubble a {
    color: var(--c1, #E8483F);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.aiw-msg--user .aiw-msg__bubble a {
    color: #fff;
    text-decoration-color: rgba(255,255,255,.5);
}

.aiw-msg__bubble code {
    background: var(--c1bg, #FFF5F4);
    color: var(--c1d, #C1322A);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .87em;
    font-family: 'Fira Code', 'Courier New', monospace;
}

.aiw-msg--user .aiw-msg__bubble code {
    background: rgba(255,255,255,.2);
    color: #fff;
}

.aiw-msg__bubble pre {
    background: #1a1a1a;
    color: #e8e8e8;
    padding: 12px 14px;
    border-radius: 10px;
    overflow-x: auto;
    margin: 8px 0;
    font-size: 12.5px;
    line-height: 1.5;
}

.aiw-msg__bubble pre code { background: transparent; color: inherit; padding: 0; }

.aiw-msg__time {
    font-size: 10px;
    color: var(--ct3, #718096);
    padding: 0 4px;
    user-select: none;
}

/* Кнопка копирования */
.aiw-msg__copy {
    position: absolute;
    bottom: -4px;
    right: 6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--cbr, #e8e8e8);
    background: var(--cw, #fff);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 1;
}

.aiw-msg--bot .aiw-msg__bubble:hover .aiw-msg__copy { opacity: 1; transform: translateY(0); }
.aiw-msg__copy:hover { background: var(--c1, #E8483F); border-color: var(--c1, #E8483F); }
.aiw-msg__copy:hover svg { fill: #fff; }
.aiw-msg__copy svg { width: 12px; height: 12px; fill: var(--ct3, #718096); transition: fill .2s; }
.aiw-msg__copy.copied svg { fill: var(--cg, #26A65B); }

/* Системное сообщение */
.aiw-system-msg {
    align-self: center;
    max-width: 90%;
    text-align: center;
    font-size: 12.5px;
    color: var(--ct3, #718096);
    background: var(--cbr2, #f9f9f9);
    padding: 8px 14px;
    border-radius: 12px;
    animation: aiw-msg-in .3s ease;
}

.aiw-system-msg--error { color: var(--c1d, #C1322A); background: var(--c1bg, #FFF5F4); }

.aiw-system-msg button {
    background: none;
    border: none;
    color: var(--c1, #E8483F);
    font-weight: 600;
    cursor: pointer;
    font-size: 12.5px;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 0 0 0 4px;
}

/* ===== СПИННЕР ЗАГРУЗКИ ===== */

.aiw-loading {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 40px;
}

.aiw-spinner {
    width: 36px;
    height: 36px;
    border: 3px solid var(--cbr, #e8e8e8);
    border-top-color: var(--c1, #E8483F);
    border-radius: 50%;
    animation: aiw-spin .8s linear infinite;
}

@keyframes aiw-spin { to { transform: rotate(360deg); } }

.aiw-loading__text {
    font-size: 13px;
    color: var(--ct3, #718096);
    text-align: center;
}

/* ===== ИНДИКАТОР ПЕЧАТАНИЯ ===== */

.aiw-typing {
    display: flex;
    gap: 10px;
    align-self: flex-start;
    max-width: 88%;
    animation: aiw-msg-in .3s ease;
}

.aiw-typing__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--c1bg, #FFF5F4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    margin-top: 2px;
    overflow: hidden;
}

.aiw-typing__bubble {
    background: var(--cw, #fff);
    border: 1px solid var(--cbr, #e8e8e8);
    border-radius: 16px;
    border-top-left-radius: 6px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.aiw-typing__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--ct3, #718096);
    opacity: .4;
    animation: aiw-typing-bounce 1.4s infinite ease-in-out;
}

.aiw-typing__dot:nth-child(2) { animation-delay: .2s; }
.aiw-typing__dot:nth-child(3) { animation-delay: .4s; }

@keyframes aiw-typing-bounce {
    0%, 80%, 100% { transform: scale(.6); opacity: .4; }
    40%           { transform: scale(1);  opacity: 1;  }
}

/* ===== СУГГЕСТИИ ===== */

.aiw-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 18px 12px;
    background: var(--cb, #F7F7F8);
    flex-shrink: 0;
}

.aiw-suggestion {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: var(--rf, 999px);
    background: var(--cw, #fff);
    border: 1px solid var(--cbr, #e8e8e8);
    font-size: 13px;
    font-weight: 500;
    color: var(--ct2, #333);
    cursor: pointer;
    transition: transform .25s cubic-bezier(.34,1.56,.64,1),
                background .25s ease,
                border-color .25s ease,
                color .25s ease;
    white-space: nowrap;
}

.aiw-suggestion:hover {
    background: var(--gradient-primary, linear-gradient(135deg, #FFA69F, #E84134));
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(var(--cr, 232,72,63), .25);
}

.aiw-suggestion:active { transform: scale(.96); }
.aiw-suggestion__emoji { font-size: 15px; }

/* ===== ВВОД ===== */

.aiw-input-area {
    padding: 12px 14px;
    border-top: 1px solid var(--cbr, #e8e8e8);
    display: flex;
    align-items: flex-end;
    gap: 10px;
    flex-shrink: 0;
    background: var(--cw, #fff);
}

.aiw-input-wrap { flex: 1; position: relative; }

.aiw-input {
    width: 100%;
    border: 1px solid var(--cbr, #e8e8e8);
    border-radius: 22px;
    padding: 11px 16px;
    font-size: 14px;
    font-family: var(--f, 'Inter', sans-serif);
    line-height: 1.45;
    resize: none;
    max-height: 110px;
    min-height: 42px;
    background: var(--cbr2, #f9f9f9);
    color: var(--ct, #1A1A1A);
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.aiw-input::placeholder { color: var(--ct3, #718096); }

.aiw-input:focus {
    border-color: var(--c1, #E8483F);
    background: var(--cw, #fff);
    box-shadow: 0 0 0 4px rgba(var(--cr, 232,72,63), .08);
    outline: none;
}

.aiw-send {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: var(--gradient-primary, linear-gradient(135deg, #FFA69F, #E84134));
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .25s cubic-bezier(.34,1.56,.64,1),
                opacity .25s ease, box-shadow .25s ease;
    box-shadow: 0 3px 12px rgba(var(--cr, 232,72,63), .25);
}

.aiw-send:hover:not(:disabled) {
    transform: scale(1.08) rotate(-6deg);
    box-shadow: 0 6px 20px rgba(var(--cr, 232,72,63), .4);
}

.aiw-send:active:not(:disabled) { transform: scale(.92); }
.aiw-send:disabled { opacity: .4; cursor: not-allowed; }
.aiw-send svg { width: 19px; height: 19px; fill: #fff; }

/* ===== МОБИЛЬНЫЕ ===== */

@media (max-width: 480px) {
    .aiw-toggle { bottom: 66px; right: 16px; width: 56px; height: 56px; }
    .aiw-toggle svg { width: 26px; height: 26px; }
    .aiw-window {
        right: 0; bottom: 0;
        width: 100%; height: 100%;
        max-height: 100vh; border-radius: 0;
    }
    .aiw-window.open { transform: translateY(0) scale(1); }
    .aiw-suggestions { padding: 0 14px 10px; }
    .aiw-input-area { padding: 10px 12px; }
}
/* End */


/* Start:/local/templates/1.0/css/bootstrap.css?1784176457124498*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
@media print {
	*,
	*:before,
	*:after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;

		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.bootstrap-btn > .caret,
	.dropup > .bootstrap-btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
}
small,
.small {
	font-size: 85%;
}
mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
.bootstrap-formcontrol {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-formcontrol:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.bootstrap-formcontrol::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.bootstrap-formcontrol:-ms-input-placeholder {
	color: #999;
}
.bootstrap-formcontrol::-webkit-input-placeholder {
	color: #999;
}
.bootstrap-formcontrol::-ms-expand {
	background-color: transparent;
	border: 0;
}
.bootstrap-formcontrol[disabled],
.bootstrap-formcontrol[readonly],
fieldset[disabled] .bootstrap-formcontrol {
	background-color: #eee;
	opacity: 1;
}
.bootstrap-formcontrol[disabled],
fieldset[disabled] .bootstrap-formcontrol {
	cursor: not-allowed;
}
textarea.bootstrap-formcontrol {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].bootstrap-formcontrol,
	input[type="time"].bootstrap-formcontrol,
	input[type="datetime-local"].bootstrap-formcontrol,
	input[type="month"].bootstrap-formcontrol {
		line-height: 34px;
	}
	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}
	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}
.bootstrap-formgroup {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.bootstrap-formcontrol-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.bootstrap-formcontrol-static.input-lg,
.bootstrap-formcontrol-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}
.bootstrap-formgroup-sm .bootstrap-formcontrol {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.bootstrap-formgroup-sm select.bootstrap-formcontrol {
	height: 30px;
	line-height: 30px;
}
.bootstrap-formgroup-sm textarea.bootstrap-formcontrol,
.bootstrap-formgroup-sm select[multiple].bootstrap-formcontrol {
	height: auto;
}
.bootstrap-formgroup-sm .bootstrap-formcontrol-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}
.bootstrap-formgroup-lg .bootstrap-formcontrol {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.bootstrap-formgroup-lg select.bootstrap-formcontrol {
	height: 46px;
	line-height: 46px;
}
.bootstrap-formgroup-lg textarea.bootstrap-formcontrol,
.bootstrap-formgroup-lg select[multiple].bootstrap-formcontrol {
	height: auto;
}
.bootstrap-formgroup-lg .bootstrap-formcontrol-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.has-feedback {
	position: relative;
}
.has-feedback .bootstrap-formcontrol {
	padding-right: 42.5px;
}
.bootstrap-formcontrol-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.input-lg + .bootstrap-formcontrol-feedback,
.input-group-lg + .bootstrap-formcontrol-feedback,
.bootstrap-formgroup-lg .bootstrap-formcontrol + .bootstrap-formcontrol-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .bootstrap-formcontrol-feedback,
.input-group-sm + .bootstrap-formcontrol-feedback,
.bootstrap-formgroup-sm .bootstrap-formcontrol + .bootstrap-formcontrol-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .bootstrap-formcontrol {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .bootstrap-formcontrol:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}
.has-success .bootstrap-formcontrol-feedback {
	color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .bootstrap-formcontrol {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .bootstrap-formcontrol:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}
.has-warning .bootstrap-formcontrol-feedback {
	color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .bootstrap-formcontrol {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .bootstrap-formcontrol:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}
.has-error .bootstrap-formcontrol-feedback {
	color: #a94442;
}
.has-feedback label ~ .bootstrap-formcontrol-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .bootstrap-formcontrol-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
	.bootstrap-forminline .bootstrap-formgroup {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.bootstrap-forminline .bootstrap-formcontrol {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.bootstrap-forminline .bootstrap-formcontrol-static {
		display: inline-block;
	}
	.bootstrap-forminline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.bootstrap-forminline .input-group .input-group-addon,
	.bootstrap-forminline .input-group .input-group-btn,
	.bootstrap-forminline .input-group .bootstrap-formcontrol {
		width: auto;
	}
	.bootstrap-forminline .input-group > .bootstrap-formcontrol {
		width: 100%;
	}
	.bootstrap-forminline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.bootstrap-forminline .radio,
	.bootstrap-forminline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.bootstrap-forminline .radio label,
	.bootstrap-forminline .checkbox label {
		padding-left: 0;
	}
	.bootstrap-forminline .radio input[type="radio"],
	.bootstrap-forminline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.bootstrap-forminline .has-feedback .bootstrap-formcontrol-feedback {
		top: 0;
	}
}
.bootstrap-formhorizontal .radio,
.bootstrap-formhorizontal .checkbox,
.bootstrap-formhorizontal .radio-inline,
.bootstrap-formhorizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
.bootstrap-formhorizontal .radio,
.bootstrap-formhorizontal .checkbox {
	min-height: 27px;
}
.bootstrap-formhorizontal .bootstrap-formgroup {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.bootstrap-formhorizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}
.bootstrap-formhorizontal .has-feedback .bootstrap-formcontrol-feedback {
	right: 15px;
}
@media (min-width: 768px) {
	.bootstrap-formhorizontal .bootstrap-formgroup-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.bootstrap-formhorizontal .bootstrap-formgroup-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}
.bootstrap-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
	-moz-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
	-ms-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
	-o-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
	transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
}
.bootstrap-btn:focus,
.bootstrap-btn:active:focus,
.bootstrap-btn.active:focus,
.bootstrap-btn.focus,
.bootstrap-btn:active.focus,
.bootstrap-btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.bootstrap-btn:hover,
.bootstrap-btn:focus,
.bootstrap-btn.focus {
	color: #333;
	text-decoration: none;
}
.bootstrap-btn:active,
.bootstrap-btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.bootstrap-btn.disabled,
.bootstrap-btn[disabled],
fieldset[disabled] .bootstrap-btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
a.bootstrap-btn.disabled,
fieldset[disabled] a.bootstrap-btn {
	pointer-events: none;
}
.bootstrap-btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.bootstrap-btn-default:focus,
.bootstrap-btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.bootstrap-btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.bootstrap-btn-default:active,
.bootstrap-btn-default.active,
.open > .dropdown-toggle.bootstrap-btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.bootstrap-btn-default:active:hover,
.bootstrap-btn-default.active:hover,
.open > .dropdown-toggle.bootstrap-btn-default:hover,
.bootstrap-btn-default:active:focus,
.bootstrap-btn-default.active:focus,
.open > .dropdown-toggle.bootstrap-btn-default:focus,
.bootstrap-btn-default:active.focus,
.bootstrap-btn-default.active.focus,
.open > .dropdown-toggle.bootstrap-btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.bootstrap-btn-default:active,
.bootstrap-btn-default.active,
.open > .dropdown-toggle.bootstrap-btn-default {
	background-image: none;
}
.bootstrap-btn-default.disabled:hover,
.bootstrap-btn-default[disabled]:hover,
fieldset[disabled] .bootstrap-btn-default:hover,
.bootstrap-btn-default.disabled:focus,
.bootstrap-btn-default[disabled]:focus,
fieldset[disabled] .bootstrap-btn-default:focus,
.bootstrap-btn-default.disabled.focus,
.bootstrap-btn-default[disabled].focus,
fieldset[disabled] .bootstrap-btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}
.bootstrap-btn-default .badge {
	color: #fff;
	background-color: #333;
}
.bootstrap-btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.bootstrap-btn-primary:focus,
.bootstrap-btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.bootstrap-btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.bootstrap-btn-primary:active,
.bootstrap-btn-primary.active,
.open > .dropdown-toggle.bootstrap-btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.bootstrap-btn-primary:active:hover,
.bootstrap-btn-primary.active:hover,
.open > .dropdown-toggle.bootstrap-btn-primary:hover,
.bootstrap-btn-primary:active:focus,
.bootstrap-btn-primary.active:focus,
.open > .dropdown-toggle.bootstrap-btn-primary:focus,
.bootstrap-btn-primary:active.focus,
.bootstrap-btn-primary.active.focus,
.open > .dropdown-toggle.bootstrap-btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.bootstrap-btn-primary:active,
.bootstrap-btn-primary.active,
.open > .dropdown-toggle.bootstrap-btn-primary {
	background-image: none;
}
.bootstrap-btn-primary.disabled:hover,
.bootstrap-btn-primary[disabled]:hover,
fieldset[disabled] .bootstrap-btn-primary:hover,
.bootstrap-btn-primary.disabled:focus,
.bootstrap-btn-primary[disabled]:focus,
fieldset[disabled] .bootstrap-btn-primary:focus,
.bootstrap-btn-primary.disabled.focus,
.bootstrap-btn-primary[disabled].focus,
fieldset[disabled] .bootstrap-btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.bootstrap-btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}
.bootstrap-btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.bootstrap-btn-success:focus,
.bootstrap-btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.bootstrap-btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.bootstrap-btn-success:active,
.bootstrap-btn-success.active,
.open > .dropdown-toggle.bootstrap-btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.bootstrap-btn-success:active:hover,
.bootstrap-btn-success.active:hover,
.open > .dropdown-toggle.bootstrap-btn-success:hover,
.bootstrap-btn-success:active:focus,
.bootstrap-btn-success.active:focus,
.open > .dropdown-toggle.bootstrap-btn-success:focus,
.bootstrap-btn-success:active.focus,
.bootstrap-btn-success.active.focus,
.open > .dropdown-toggle.bootstrap-btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.bootstrap-btn-success:active,
.bootstrap-btn-success.active,
.open > .dropdown-toggle.bootstrap-btn-success {
	background-image: none;
}
.bootstrap-btn-success.disabled:hover,
.bootstrap-btn-success[disabled]:hover,
fieldset[disabled] .bootstrap-btn-success:hover,
.bootstrap-btn-success.disabled:focus,
.bootstrap-btn-success[disabled]:focus,
fieldset[disabled] .bootstrap-btn-success:focus,
.bootstrap-btn-success.disabled.focus,
.bootstrap-btn-success[disabled].focus,
fieldset[disabled] .bootstrap-btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.bootstrap-btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.bootstrap-btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.bootstrap-btn-info:focus,
.bootstrap-btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.bootstrap-btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.bootstrap-btn-info:active,
.bootstrap-btn-info.active,
.open > .dropdown-toggle.bootstrap-btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.bootstrap-btn-info:active:hover,
.bootstrap-btn-info.active:hover,
.open > .dropdown-toggle.bootstrap-btn-info:hover,
.bootstrap-btn-info:active:focus,
.bootstrap-btn-info.active:focus,
.open > .dropdown-toggle.bootstrap-btn-info:focus,
.bootstrap-btn-info:active.focus,
.bootstrap-btn-info.active.focus,
.open > .dropdown-toggle.bootstrap-btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.bootstrap-btn-info:active,
.bootstrap-btn-info.active,
.open > .dropdown-toggle.bootstrap-btn-info {
	background-image: none;
}
.bootstrap-btn-info.disabled:hover,
.bootstrap-btn-info[disabled]:hover,
fieldset[disabled] .bootstrap-btn-info:hover,
.bootstrap-btn-info.disabled:focus,
.bootstrap-btn-info[disabled]:focus,
fieldset[disabled] .bootstrap-btn-info:focus,
.bootstrap-btn-info.disabled.focus,
.bootstrap-btn-info[disabled].focus,
fieldset[disabled] .bootstrap-btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.bootstrap-btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.bootstrap-btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.bootstrap-btn-warning:focus,
.bootstrap-btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.bootstrap-btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.bootstrap-btn-warning:active,
.bootstrap-btn-warning.active,
.open > .dropdown-toggle.bootstrap-btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.bootstrap-btn-warning:active:hover,
.bootstrap-btn-warning.active:hover,
.open > .dropdown-toggle.bootstrap-btn-warning:hover,
.bootstrap-btn-warning:active:focus,
.bootstrap-btn-warning.active:focus,
.open > .dropdown-toggle.bootstrap-btn-warning:focus,
.bootstrap-btn-warning:active.focus,
.bootstrap-btn-warning.active.focus,
.open > .dropdown-toggle.bootstrap-btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.bootstrap-btn-warning:active,
.bootstrap-btn-warning.active,
.open > .dropdown-toggle.bootstrap-btn-warning {
	background-image: none;
}
.bootstrap-btn-warning.disabled:hover,
.bootstrap-btn-warning[disabled]:hover,
fieldset[disabled] .bootstrap-btn-warning:hover,
.bootstrap-btn-warning.disabled:focus,
.bootstrap-btn-warning[disabled]:focus,
fieldset[disabled] .bootstrap-btn-warning:focus,
.bootstrap-btn-warning.disabled.focus,
.bootstrap-btn-warning[disabled].focus,
fieldset[disabled] .bootstrap-btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.bootstrap-btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.bootstrap-btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.bootstrap-btn-danger:focus,
.bootstrap-btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.bootstrap-btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.bootstrap-btn-danger:active,
.bootstrap-btn-danger.active,
.open > .dropdown-toggle.bootstrap-btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.bootstrap-btn-danger:active:hover,
.bootstrap-btn-danger.active:hover,
.open > .dropdown-toggle.bootstrap-btn-danger:hover,
.bootstrap-btn-danger:active:focus,
.bootstrap-btn-danger.active:focus,
.open > .dropdown-toggle.bootstrap-btn-danger:focus,
.bootstrap-btn-danger:active.focus,
.bootstrap-btn-danger.active.focus,
.open > .dropdown-toggle.bootstrap-btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.bootstrap-btn-danger:active,
.bootstrap-btn-danger.active,
.open > .dropdown-toggle.bootstrap-btn-danger {
	background-image: none;
}
.bootstrap-btn-danger.disabled:hover,
.bootstrap-btn-danger[disabled]:hover,
fieldset[disabled] .bootstrap-btn-danger:hover,
.bootstrap-btn-danger.disabled:focus,
.bootstrap-btn-danger[disabled]:focus,
fieldset[disabled] .bootstrap-btn-danger:focus,
.bootstrap-btn-danger.disabled.focus,
.bootstrap-btn-danger[disabled].focus,
fieldset[disabled] .bootstrap-btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.bootstrap-btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.bootstrap-btn-link {
	font-weight: normal;
	color: #337ab7;
	border-radius: 0;
}
.bootstrap-btn-link,
.bootstrap-btn-link:active,
.bootstrap-btn-link.active,
.bootstrap-btn-link[disabled],
fieldset[disabled] .bootstrap-btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-btn-link,
.bootstrap-btn-link:hover,
.bootstrap-btn-link:focus,
.bootstrap-btn-link:active {
	border-color: transparent;
}
.bootstrap-btn-link:hover,
.bootstrap-btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.bootstrap-btn-link[disabled]:hover,
fieldset[disabled] .bootstrap-btn-link:hover,
.bootstrap-btn-link[disabled]:focus,
fieldset[disabled] .bootstrap-btn-link:focus {
	color: #777;
	text-decoration: none;
}
.bootstrap-btn-lg,
.bootstrap-btn-group-lg > .bootstrap-btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.bootstrap-btn-sm,
.bootstrap-btn-group-sm > .bootstrap-btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.bootstrap-btn-xs,
.bootstrap-btn-group-xs > .bootstrap-btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.bootstrap-btn-block {
	display: block;
	width: 100%;
}
.bootstrap-btn-block + .bootstrap-btn-block {
	margin-top: 5px;
}
input[type="submit"].bootstrap-btn-block,
input[type="reset"].bootstrap-btn-block,
input[type="button"].bootstrap-btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
}
.bootstrap-btn-group,
.bootstrap-btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.bootstrap-btn-group > .bootstrap-btn,
.bootstrap-btn-group-vertical > .bootstrap-btn {
	position: relative;
	float: left;
}
.bootstrap-btn-group > .bootstrap-btn:hover,
.bootstrap-btn-group-vertical > .bootstrap-btn:hover,
.bootstrap-btn-group > .bootstrap-btn:focus,
.bootstrap-btn-group-vertical > .bootstrap-btn:focus,
.bootstrap-btn-group > .bootstrap-btn:active,
.bootstrap-btn-group-vertical > .bootstrap-btn:active,
.bootstrap-btn-group > .bootstrap-btn.active,
.bootstrap-btn-group-vertical > .bootstrap-btn.active {
	z-index: 2;
}
.bootstrap-btn-group .bootstrap-btn + .bootstrap-btn,
.bootstrap-btn-group .bootstrap-btn + .bootstrap-btn-group,
.bootstrap-btn-group .bootstrap-btn-group + .bootstrap-btn,
.bootstrap-btn-group .bootstrap-btn-group + .bootstrap-btn-group {
	margin-left: -1px;
}
.bootstrap-btn-toolbar {
	margin-left: -5px;
}
.bootstrap-btn-toolbar .bootstrap-btn,
.bootstrap-btn-toolbar .bootstrap-btn-group,
.bootstrap-btn-toolbar .input-group {
	float: left;
}
.bootstrap-btn-toolbar > .bootstrap-btn,
.bootstrap-btn-toolbar > .bootstrap-btn-group,
.bootstrap-btn-toolbar > .input-group {
	margin-left: 5px;
}
.bootstrap-btn-group > .bootstrap-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.bootstrap-btn-group > .bootstrap-btn:first-child {
	margin-left: 0;
}
.bootstrap-btn-group > .bootstrap-btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.bootstrap-btn-group > .bootstrap-btn:last-child:not(:first-child),
.bootstrap-btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.bootstrap-btn-group > .bootstrap-btn-group {
	float: left;
}
.bootstrap-btn-group > .bootstrap-btn-group:not(:first-child):not(:last-child) > .bootstrap-btn {
	border-radius: 0;
}
.bootstrap-btn-group > .bootstrap-btn-group:first-child:not(:last-child) > .bootstrap-btn:last-child,
.bootstrap-btn-group > .bootstrap-btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.bootstrap-btn-group > .bootstrap-btn-group:last-child:not(:first-child) > .bootstrap-btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.bootstrap-btn-group .dropdown-toggle:active,
.bootstrap-btn-group.open .dropdown-toggle {
	outline: 0;
}
.bootstrap-btn-group > .bootstrap-btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}
.bootstrap-btn-group > .bootstrap-btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}
.bootstrap-btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.bootstrap-btn-group.open .dropdown-toggle.bootstrap-btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bootstrap-btn .caret {
	margin-left: 0;
}
.bootstrap-btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .bootstrap-btn-lg .caret {
	border-width: 0 5px 5px;
}
.bootstrap-btn-group-vertical > .bootstrap-btn,
.bootstrap-btn-group-vertical > .bootstrap-btn-group,
.bootstrap-btn-group-vertical > .bootstrap-btn-group > .bootstrap-btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.bootstrap-btn-group-vertical > .bootstrap-btn-group > .bootstrap-btn {
	float: none;
}
.bootstrap-btn-group-vertical > .bootstrap-btn + .bootstrap-btn,
.bootstrap-btn-group-vertical > .bootstrap-btn + .bootstrap-btn-group,
.bootstrap-btn-group-vertical > .bootstrap-btn-group + .bootstrap-btn,
.bootstrap-btn-group-vertical > .bootstrap-btn-group + .bootstrap-btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.bootstrap-btn-group-vertical > .bootstrap-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.bootstrap-btn-group-vertical > .bootstrap-btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.bootstrap-btn-group-vertical > .bootstrap-btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.bootstrap-btn-group-vertical > .bootstrap-btn-group:not(:first-child):not(:last-child) > .bootstrap-btn {
	border-radius: 0;
}
.bootstrap-btn-group-vertical > .bootstrap-btn-group:first-child:not(:last-child) > .bootstrap-btn:last-child,
.bootstrap-btn-group-vertical > .bootstrap-btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.bootstrap-btn-group-vertical > .bootstrap-btn-group:last-child:not(:first-child) > .bootstrap-btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.bootstrap-btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.bootstrap-btn-group-justified > .bootstrap-btn,
.bootstrap-btn-group-justified > .bootstrap-btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}
.bootstrap-btn-group-justified > .bootstrap-btn-group .bootstrap-btn {
	width: 100%;
}
.bootstrap-btn-group-justified > .bootstrap-btn-group .dropdown-menu {
	left: auto;
}
[data-toggle="buttons"] > .bootstrap-btn input[type="radio"],
[data-toggle="buttons"] > .bootstrap-btn-group > .bootstrap-btn input[type="radio"],
[data-toggle="buttons"] > .bootstrap-btn input[type="checkbox"],
[data-toggle="buttons"] > .bootstrap-btn-group > .bootstrap-btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}
.input-group .bootstrap-formcontrol {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .bootstrap-formcontrol:focus {
	z-index: 3;
}
.input-group-lg > .bootstrap-formcontrol,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .bootstrap-btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-group-lg > .bootstrap-formcontrol,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .bootstrap-btn {
	height: 46px;
	line-height: 46px;
}
textarea.input-group-lg > .bootstrap-formcontrol,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .bootstrap-btn,
select[multiple].input-group-lg > .bootstrap-formcontrol,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .bootstrap-btn {
	height: auto;
}
.input-group-sm > .bootstrap-formcontrol,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .bootstrap-btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .bootstrap-formcontrol,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .bootstrap-btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .bootstrap-formcontrol,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .bootstrap-btn,
select[multiple].input-group-sm > .bootstrap-formcontrol,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .bootstrap-btn {
	height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .bootstrap-formcontrol {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .bootstrap-formcontrol:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .bootstrap-formcontrol:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .bootstrap-btn,
.input-group-btn:first-child > .bootstrap-btn-group > .bootstrap-btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .bootstrap-btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .bootstrap-btn-group:not(:last-child) > .bootstrap-btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .bootstrap-formcontrol:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .bootstrap-btn,
.input-group-btn:last-child > .bootstrap-btn-group > .bootstrap-btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .bootstrap-btn:not(:first-child),
.input-group-btn:first-child > .bootstrap-btn-group:not(:first-child) > .bootstrap-btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .bootstrap-btn {
	position: relative;
}
.input-group-btn > .bootstrap-btn + .bootstrap-btn {
	margin-left: -1px;
}
.input-group-btn > .bootstrap-btn:hover,
.input-group-btn > .bootstrap-btn:focus,
.input-group-btn > .bootstrap-btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .bootstrap-btn,
.input-group-btn:first-child > .bootstrap-btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .bootstrap-btn,
.input-group-btn:last-child > .bootstrap-btn-group {
	z-index: 2;
	margin-left: -1px;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #337ab7;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}
.bootstrap-container > .navbar-header,
.bootstrap-container-fluid > .navbar-header,
.bootstrap-container > .navbar-collapse,
.bootstrap-container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.bootstrap-container > .navbar-header,
	.bootstrap-container-fluid > .navbar-header,
	.bootstrap-container > .navbar-collapse,
	.bootstrap-container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 768px) {
	.navbar > .bootstrap-container .navbar-brand,
	.navbar > .bootstrap-container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
	.navbar-form .bootstrap-formgroup {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .bootstrap-formcontrol {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .bootstrap-formcontrol-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .bootstrap-formcontrol {
		width: auto;
	}
	.navbar-form .input-group > .bootstrap-formcontrol {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .bootstrap-formcontrol-feedback {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-form .bootstrap-formgroup {
		margin-bottom: 5px;
	}
	.navbar-form .bootstrap-formgroup:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.bootstrap-btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.bootstrap-btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #555;
	background-color: #e7e7e7;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .bootstrap-btn-link {
	color: #777;
}
.navbar-default .bootstrap-btn-link:hover,
.navbar-default .bootstrap-btn-link:focus {
	color: #333;
}
.navbar-default .bootstrap-btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .bootstrap-btn-link:hover,
.navbar-default .bootstrap-btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .bootstrap-btn-link:focus {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #080808;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .bootstrap-btn-link {
	color: #9d9d9d;
}
.navbar-inverse .bootstrap-btn-link:hover,
.navbar-inverse .bootstrap-btn-link:focus {
	color: #fff;
}
.navbar-inverse .bootstrap-btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .bootstrap-btn-link:hover,
.navbar-inverse .bootstrap-btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .bootstrap-btn-link:focus {
	color: #444;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.bootstrap-btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #286090;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.bootstrap-btn .badge {
	position: relative;
	top: -1px;
}
.bootstrap-btn-xs .badge,
.bootstrap-btn-group-xs > .bootstrap-btn .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.bootstrap-container .jumbotron,
.bootstrap-container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px;
}
.jumbotron .bootstrap-container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.bootstrap-container .jumbotron,
	.bootstrap-container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	margin-right: auto;
	margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 0.8em;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right,
.media > .pull-right {
	padding-left: 10px;
}
.media-left,
.media > .pull-left {
	padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
button.list-group-item {
	width: 100%;
	text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
	color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-right: 15px;
	padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;

	line-break: auto;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

	line-break: auto;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}
.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0;
}
.popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}
.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition:      -o-transform .6s ease-in-out;
		transition:         transform .6s ease-in-out;

		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .bootstrap-btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.bootstrap-container:before,
.bootstrap-container:after,
.bootstrap-container-fluid:before,
.bootstrap-container-fluid:after,
.row:before,
.row:after,
.bootstrap-formhorizontal .bootstrap-formgroup:before,
.bootstrap-formhorizontal .bootstrap-formgroup:after,
.bootstrap-btn-toolbar:before,
.bootstrap-btn-toolbar:after,
.bootstrap-btn-group-vertical > .bootstrap-btn-group:before,
.bootstrap-btn-group-vertical > .bootstrap-btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.bootstrap-container:after,
.bootstrap-container-fluid:after,
.row:after,
.bootstrap-formhorizontal .bootstrap-formgroup:after,
.bootstrap-btn-toolbar:after,
.bootstrap-btn-group-vertical > .bootstrap-btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
/* End */


/* Start:/local/templates/1.0/css/style.css?178427676427830*/
:root {
	--c1: #E8483F;
	--c1l: #FFA69F;
	--c1d: #C1322A;
	--c1bg: #FFF5F4;
	--c2: #E8483F;
	--c2l: #F06B63;
	--c2d: #C1322A;
	--c3: #111;
	--cg: #60c339;
	--cg2: #E8F8EF;
	--co: #F59E0B;
	--co2: #FEF3C7;
	--ct: #1A1A1A;
	--ct2: #333333;
	--ct3: #718096;
	--cb: #F7F7F8;
	--cw: #FFFFFF;
	--cbr: #e8e8e8;
	--cbr2: #f9f9f9;
	--b1: #e4dfdf;
	--sh1: 0 1px 3px rgba(0, 0, 0, .06);
	--sh2: 0 4px 12px rgba(0, 0, 0, .08);
	--sh3: 0 10px 30px rgba(0, 0, 0, .1);
	--sh4: 0 20px 50px rgba(0, 0, 0, .12);
	--r1: 6px;
	--r2: 10px;
	--r3: 16px;
	--r4: 24px;
	--rf: 999px;
	--f: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	--ff: 'Fira Sans', sans-serif;
	--tr: .35s cubic-bezier(.4, 0, .2, 1);
	--tr-bounce: .5s cubic-bezier(.34, 1.56, .64, 1);
	--gradient-primary: linear-gradient(103.3deg, #FFA69F -31.14%, #E84134 37.36%);
	--cr: 232, 72, 63;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ===== КАСТОМНЫЙ SCROLLBAR ===== */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #efeff1;
	border-radius: var(--rf);
}

::-webkit-scrollbar-thumb {
	background: #b8b8bc;
	border-radius: var(--rf);
	transition: background .25s ease;
}

::-webkit-scrollbar-thumb:hover {
	background: #9a9a9e;
}

.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; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.ps-0 { padding-left: 0 !important; }
.ps-1 { padding-left: 0.25rem !important; }
.ps-2 { padding-left: 0.5rem !important; }
.ps-3 { padding-left: 1rem !important; }
.ps-4 { padding-left: 1.5rem !important; }
.ps-5 { padding-left: 3rem !important; }

.pe-0 { padding-right: 0 !important; }
.pe-1 { padding-right: 0.25rem !important; }
.pe-2 { padding-right: 0.5rem !important; }
.pe-3 { padding-right: 1rem !important; }
.pe-4 { padding-right: 1.5rem !important; }
.pe-5 { padding-right: 3rem !important; }

.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; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.ms-0 { margin-left: 0 !important; }
.ms-1 { margin-left: 0.25rem !important; }
.ms-2 { margin-left: 0.5rem !important; }
.ms-3 { margin-left: 1rem !important; }
.ms-4 { margin-left: 1.5rem !important; }
.ms-5 { margin-left: 3rem !important; }

.me-0 { margin-right: 0 !important; }
.me-1 { margin-right: 0.25rem !important; }
.me-2 { margin-right: 0.5rem !important; }
.me-3 { margin-right: 1rem !important; }
.me-4 { margin-right: 1.5rem !important; }
.me-5 { margin-right: 3rem !important; }

/* Responsive breakpoints */
@media (min-width: 576px) {
	.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; }
}
@media (min-width: 768px) {
	.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; }
}
@media (min-width: 992px) {
	.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; }
}

@media (min-width: 1200px) {
	.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; }
}

@media (min-width: 1400px) {
	.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; }
}

/* Firefox */
* {
	scrollbar-width: thin;
	scrollbar-color: #b8b8bc #efeff1;
}

body {
	font-family: var(--f);
	color: var(--ct);
	line-height: 1.6;
	background: var(--cw);
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	transition: var(--tr);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul,
ol {
	list-style: none;
}

button,
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	outline: none;
}

.container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.maxwidth-theme {
	max-width: 100%;
	width: 500px;
}

/* ===== FLOATING SHAPES ===== */
.floating-shapes {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 1;
}

.shape {
	position: absolute;
	border-radius: 50%;
	opacity: .06;
	animation: floatShape 20s ease-in-out infinite;
}

.shape--1 {
	width: 300px;
	height: 300px;
	background: var(--c1);
	top: -80px;
	right: -80px;
	animation-delay: 0s;
}

.shape--2 {
	width: 200px;
	height: 200px;
	background: var(--c2d);
	bottom: -40px;
	left: -40px;
	animation-delay: -5s;
	animation-duration: 25s;
}

.shape--3 {
	width: 150px;
	height: 150px;
	background: var(--co);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation-delay: -10s;
	animation-duration: 30s;
}

@keyframes floatShape {
	0%, 100% {
		transform: translate(0, 0) scale(1) rotate(0deg);
	}
	25% {
		transform: translate(30px, -40px) scale(1.1) rotate(90deg);
	}
	50% {
		transform: translate(-20px, 30px) scale(0.9) rotate(180deg);
	}
	75% {
		transform: translate(40px, 20px) scale(1.05) rotate(270deg);
	}
}

/* ===== GRID PATTERN ===== */
.grid-pattern {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	background-image: 
		linear-gradient(rgba(var(--cr), .03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(var(--cr), .03) 1px, transparent 1px);
	background-size: 40px 40px;
}

/* ===== ICONS ===== */
.icon {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	display: inline-block;
	flex-shrink: 0;
	transition: var(--tr);
}

.icon--sm { width: .85em; height: .85em }
.icon--lg { width: 1.3em; height: 1.3em }
.icon--xl { width: 1.6em; height: 1.6em }

/* ===== BUTTONS ===== */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 24px;
	border-radius: var(--r2);
	font-weight: 600;
	font-size: .9rem;
	border: none;
	cursor: pointer;
	transition: var(--tr);
	text-align: center;
	white-space: nowrap;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
	letter-spacing: .01em;
}

.btn-block {
	width: 100%;
	flex: 1;
}

.btn:active {
	transform: scale(.96);
}

.btn .ripple {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, .35);
	transform: scale(0);
	animation: rippleAnim .6s ease-out forwards;
	pointer-events: none;
}

@keyframes rippleAnim {
	to {
		transform: scale(4);
		opacity: 0;
	}
}

.btn-accent,
.btn-primary {
	background: var(--gradient-primary);
	color: #fff;
	box-shadow: 0 4px 14px rgba(var(--cr), .3);
}

.btn-accent:hover,
.btn-primary:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(var(--cr), .4);
}

.btn-outline {
	background: transparent;
	color: var(--c1);
	border: 1px solid var(--c1);
}

.btn-outline:hover {
	background: var(--c1);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(var(--cr), .2);
}

.btn-dark {
	background: var(--c3);
	color: #fff;
}

.btn-dark:hover {
	background: #000;
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(0, 0, 0, .3);
}

.btn-white {
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(10px);
	color: var(--c3);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
}

.btn-white:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
}

.btn-sm { padding: 8px 16px; font-size: .8rem; border-radius: var(--r1) }
.btn-ms { padding: 10px 20px; font-size: .85rem }
.btn-lg { padding: 16px 32px; font-size: 1rem; border-radius: var(--r2) }
.btn-rf { border-radius: var(--rf) }

.shine {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.shine::after {
	content: '';
	position: absolute;
	top: -50%;
	left: -75%;
	width: 50%;
	height: 200%;
	background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, .2) 30%, rgba(255, 255, 255, .55) 50%, rgba(255, 255, 255, .2) 30%, transparent 50%);
	transform: skewX(-25deg);
	animation: shine 2.8s infinite;
	opacity: 0.5;
	pointer-events: none;
	z-index: 0;
}

@keyframes shine {
	0% { left: -75% }
	100% { left: 150% }
}

/* ===== SECTION ===== */
.section {
	padding: 40px 0;
	position: relative;
}

.section:hover {
	z-index: 800;
}

.section .container {
	position: relative;
}

@media screen and (max-width: 991px) {
	.section {
		overflow: hidden;
	}
}

.section-nav {
	position: absolute;
	width: 120px;
	top: 30px;
	right: 0;
}

.section--gray {
	background: var(--cb);
	position: relative;
}

.section--gray::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 20% 50%, rgba(var(--cr), .03), transparent 70%);
	pointer-events: none;
}

.section--dark {
	background: linear-gradient(160deg, #1a1a1a, #2a1a18);
	color: #fff;
	position: relative;
}

.section--dark::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 80% 20%, rgba(var(--cr), .08), transparent 70%);
	pointer-events: none;
}

.section-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 3.5rem;
}

.sh {
	text-align: left;
	margin-bottom: 48px;
	position: relative;
	z-index: 2;
}

.sh__title,
.page-title h1 {
	font-size: clamp(1.6rem, 3.5vw, 2.6rem);
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 12px;
	font-family: var(--ff);
	letter-spacing: -.02em;
}

.page-title {
	padding: 2rem 0;
}

.sh__sub {
	font-size: 1.05rem;
	color: var(--ct3);
	line-height: 1.7;
}

.section--dark .sh__sub {
	color: rgba(255, 255, 255, .75);
}

/* ===== TYPO ===== */
.typo {
	font-size: 1rem;
	line-height: 1.8;
	color: var(--ct2);
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
	font-family: var(--ff);
	font-weight: 600;
	color: var(--ct);
	line-height: 1.25;
	margin-bottom: 16px;
	letter-spacing: -.01em;
}

.typo h1 {
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	font-weight: 600;
	letter-spacing: -.02em;
}

.typo h2 {
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	font-weight: 600;
	letter-spacing: -.02em;
}

.typo h3 {
	font-size: clamp(1.2rem, 2.5vw, 1.6rem);
}

.typo h4 {
	font-size: 1.2rem;
}

.typo h5 {
	font-size: 1rem;
}

.typo h6 {
	font-size: .9rem;
	color: var(--ct3);
	text-transform: uppercase;
	letter-spacing: .05em;
}

.typo p {
	margin-bottom: 16px;
}

.typo a {
	color: var(--c1);
	text-decoration: underline;
	text-decoration-color: rgba(var(--cr), .3);
	text-underline-offset: 3px;
	transition: var(--tr);
}

.typo a:hover {
	color: var(--c1d);
	text-decoration-color: var(--c1);
}

.typo ol {
	list-style: disc;
	padding-left: 24px;
	margin-bottom: 16px;
}

/* ===== ТИПОГРАФИКА: СПИСКИ ===== */
.typo ul {
	list-style: none;
	padding: 0;
}

.typo ol {
	list-style: decimal;
	padding-left: 24px;
}

.typo ul li {
	position: relative;
	padding: 12px 16px 12px 20px;
	margin-bottom: 10px;
	background: linear-gradient(135deg, var(--cbr2), var(--cw));
	border: 1px solid var(--cbr);
	border-radius: var(--r1);
	border-left: 3px solid var(--c1);
	overflow: hidden;
	transition: var(--tr);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

/* Если внутри li есть ul (вложенный список), убираем карточный стиль у родителя */
.typo ul li:has(ul),
.typo ul li:has(ol) {
	display: block;
	background: none;
	border: none;
	padding: 0;
}

/* Вложенные списки */
.typo ul ul,
.typo ol ol,
.typo ul ol,
.typo ol ul {
	margin-top: 10px;
	margin-bottom: 6px;
	padding-left: 8px;
}

.typo li {
	margin-bottom: 6px;
	font-size: .95rem;
	line-height: 1.6;
	color: var(--ct2);
}

/* Иконки внутри пунктов */
.typo ul li > .icon {
	color: var(--c1);
	width: 18px;
	height: 18px;
	margin-right: 10px;
	flex-shrink: 0;
	transition: var(--tr);
}

/* Анимация при наведении */
.typo ul li:hover {
	transform: translateX(4px);
	border-left-width: 5px;
	box-shadow: var(--sh1);
	background: linear-gradient(135deg, var(--c1bg), var(--cw));
}

.typo ul li:hover > .icon {
	transform: scale(1.2) rotate(-5deg);
	color: var(--c1d);
}

/* Постоянная анимация левой полоски (мягкое пульсирование) */
.typo ul li::before {
	content: '';
	position: absolute;
	left: -3px;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--gradient-primary);
	opacity: 0.6;
	animation: listAccentPulse 2.5s ease-in-out infinite;
}

@keyframes listAccentPulse {
	0%, 100% {
		opacity: 0.4;
		box-shadow: 0 0 0px rgba(var(--cr), 0);
	}
	50% {
		opacity: 1;
		box-shadow: 0 0 10px rgba(var(--cr), 0.3);
	}
}

/* Если пункт содержит иконку — убираем ::before, чтобы не было двойного акцента */
.typo ul li:has(> .icon)::before {
	display: none;
}

/* Эффект блика (Shine) при наведении */
.typo ul li::after {
	content: '';
	position: absolute;
	top: -50%;
	left: -75%;
	width: 50%;
	height: 200%;
	background: linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 70%, transparent 80%);
	transform: skewX(-25deg);
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease;
}

.typo ul li:hover::after {
	opacity: 1;
	animation: shineSweep .8s ease forwards;
}

@keyframes shineSweep {
	from { left: -75%; }
	to { left: 150%; }
}

/* Для нумерованных списков тоже немного стилизуем */
.typo ol li {
	padding-left: 6px;
	margin-bottom: 8px;
}

.typo ol li::marker {
	color: var(--c1);
	font-weight: 700;
}

.typo img {
	border-radius: var(--r2);
	margin-bottom: 16px;
	box-shadow: var(--sh2);
}

.typo blockquote {
	border-left: 4px solid var(--c1);
	padding: 14px 20px;
	background: var(--c1bg);
	border-radius: 0 var(--r2) var(--r2) 0;
	margin-bottom: 16px;
	font-style: italic;
	color: var(--ct2);
	font-size: .95rem;
}

.typo blockquote p:last-child {
	margin-bottom: 0;
}

.typo table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
	font-size: .92rem;
}

.typo th,
.typo td {
	padding: 10px 14px;
	border: 1px solid var(--cbr);
	text-align: left;
}

.typo th {
	background: var(--cbr2);
	font-weight: 700;
	color: var(--ct);
}

.typo tr:nth-child(even) td {
	background: var(--cbr2);
}

.typo strong,
.typo b {
	font-weight: 700;
	color: var(--ct);
}

.typo em,
.typo i {
	font-style: italic;
}

.typo hr {
	border: none;
	height: 1px;
	background: var(--cbr);
	margin: 24px 0;
}

.typo code {
	background: var(--c1bg);
	color: var(--c1d);
	padding: 2px 6px;
	border-radius: var(--r1);
	font-size: .88em;
	font-family: 'Fira Code', monospace;
}

.typo pre {
	background: #1a1a1a;
	color: #e8e8e8;
	padding: 16px 20px;
	border-radius: var(--r2);
	overflow-x: auto;
	margin-bottom: 16px;
	font-size: .88rem;
	line-height: 1.6;
}

.typo pre code {
	background: transparent;
	color: inherit;
	padding: 0;
	font-size: inherit;
}

.typo mark {
	background: rgba(var(--cr), .12);
	color: var(--c1d);
	padding: 1px 4px;
	border-radius: var(--r1);
}

.typo kbd {
	background: var(--c3);
	color: #fff;
	padding: 2px 8px;
	border-radius: var(--r1);
	font-size: .82em;
	font-family: 'Fira Code', monospace;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .3);
}

.typo sup,
.typo sub {
	font-size: .75em;
}

.typo figure {
	margin-bottom: 16px;
}

.typo figcaption {
	font-size: .82rem;
	color: var(--ct3);
	text-align: center;
	margin-top: 8px;
	font-style: italic;
}

.typo dl {
	margin-bottom: 16px;
}

.typo dt {
	font-weight: 700;
	color: var(--ct);
	margin-bottom: 4px;
}

.typo dd {
	padding-left: 16px;
	margin-bottom: 8px;
	color: var(--ct2);
}

/* ===== SCROLL TOP ===== */
.scroll-top {
	position: fixed;
	bottom: 30px;
	right: 24px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--gradient-primary);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(var(--cr), .35);
	opacity: 0;
	visibility: hidden;
	transform: translateY(24px) scale(.85);
	transition: opacity .4s ease, transform .4s cubic-bezier(.34, 1.56, .64, 1), visibility .4s ease, box-shadow .3s ease;
	z-index: 800;
}

.scroll-top.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.scroll-top:hover {
	transform: translateY(-4px) scale(1.08);
	box-shadow: 0 8px 32px rgba(var(--cr), .5);
}

.scroll-top:active {
	transform: scale(.92);
}

.scroll-top .icon {
	width: 22px;
	height: 22px;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1));
}

.scroll-top.visible::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid rgba(var(--cr), .4);
	animation: pulse-ring 2s ease-out infinite;
	pointer-events: none;
	box-sizing: border-box;
}

@keyframes pulse-ring {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
	}
}

/* ===== SCROLL PROGRESS BAR ===== */
.scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	background: var(--gradient-primary);
	z-index: 9999;
	width: 0%;
	transition: width .1s linear;
	border-radius: 0 var(--rf) var(--rf) 0;
	box-shadow: 0 0 20px rgba(var(--cr), .3);
}

/* ===== REVEAL ===== */
.reveal {
	opacity: 1;
	transform: translateY(40px);
	transition: opacity .7s ease, transform .7s cubic-bezier(.34, 1.56, .64, 1);
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

.rd1 { transition-delay: .1s }
.rd2 { transition-delay: .2s }
.rd3 { transition-delay: .3s }
.rd4 { transition-delay: .4s }
.rd5 { transition-delay: .5s }

/* ===== SWIPER CUSTOM ===== */
.swiper {
	overflow: hidden;
	position: relative;
}

.swiper-button-next,
.swiper-button-prev {
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, .9);
	backdrop-filter: blur(8px);
	border-radius: 50%;
	box-shadow: var(--sh2);
	border: 1px solid rgba(255, 255, 255, .3);
	transition: var(--tr);
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 16px;
	color: var(--c1);
	font-weight: 700;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: var(--c1);
	border-color: var(--c1);
	transform: scale(1.1);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
	color: #fff;
}

.swiper-pagination-bullet {
	background: rgba(var(--cr), .3);
	opacity: 1;
	transition: var(--tr);
}

.swiper-pagination-bullet-active {
	background: var(--c1);
	transform: scale(1.2);
}

/* ===== CARDS HOVER ===== */
.card-hover {
	transition: var(--tr-bounce);
	position: relative;
}

.card-hover:hover {
	transform: translateY(-6px);
	box-shadow: var(--sh3);
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px) {
	.scroll-top {
		bottom: 80px;
		right: 16px;
		width: 40px;
		height: 40px;
	}
	.section {
		padding: 50px 0;
	}
	.shape {
		display: none;
	}
	.grid-pattern {
		background-size: 24px 24px;
	}
	.page-title {
		padding: 1rem 0 0.5rem 0;
	}
	.container-slick .swiper {
		margin-right: -20px;
	}
}

/* ===== MESSENGER FAB ===== */
.messenger-fab {
	position: fixed;
	bottom: 30px;
	left: 24px;
	z-index: 999;
}

.messenger-fab-panel {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 340px;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px) scale(0.92);
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	pointer-events: none;
	overflow: hidden;
}

.messenger-fab.active .messenger-fab-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.messenger-fab-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px 14px;
	border-bottom: 1px solid var(--cbr);
}

.messenger-fab-panel-title {
	font-family: var(--ff);
	font-size: 17px;
	font-weight: 800;
	color: var(--ct);
}

.messenger-fab-panel-subtitle {
	font-size: 12px;
	color: var(--ct3);
	margin-top: 2px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.messenger-fab-panel-dot {
	width: 7px;
	height: 7px;
	background: var(--cg);
	border-radius: 50%;
	animation: fab-dot-pulse 1.5s ease infinite;
}

@keyframes fab-dot-pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.5; transform: scale(0.8); }
}

.messenger-fab-panel-close {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: none;
	background: var(--cbr2);
	color: var(--ct3);
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--tr);
}

.messenger-fab-panel-close:hover {
	background: var(--c2);
	color: #fff;
}

.messenger-fab-panel-links {
	padding: 10px 14px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.messenger-fab-link {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 14px;
	border-radius: 14px;
	text-decoration: none;
	transition: var(--tr);
	position: relative;
	color: var(--ct);
}

.messenger-fab-link:hover {
	background: var(--cbr2);
	transform: translateX(4px);
}

.messenger-fab-link-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	transition: var(--tr);
}

.messenger-fab-link:hover .messenger-fab-link-icon {
	transform: scale(1.06);
}

.messenger-fab-link-icon .icon {
	width: 22px;
	height: 22px;
}

.messenger-fab-link-info {
	flex: 1;
	min-width: 0;
}

.messenger-fab-link-name {
	font-size: 14px;
	font-weight: 700;
	color: var(--ct);
}

.messenger-fab-link-desc {
	font-size: 12px;
	color: var(--ct3);
	margin-top: 1px;
}

.messenger-fab-link-arrow {
	color: var(--ct3);
	font-size: 12px;
	transition: var(--tr);
	opacity: 0.4;
}

.messenger-fab-link:hover .messenger-fab-link-arrow {
	color: var(--c1);
	opacity: 1;
	transform: translateX(3px);
}

.messenger-fab-panel-footer {
	padding: 10px 22px 14px;
	border-top: 1px solid var(--cbr);
	text-align: center;
}

.messenger-fab-panel-schedule {
	font-size: 12px;
	color: var(--ct3);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.messenger-fab-panel-schedule .icon {
	width: 10px;
	height: 10px;
	color: var(--cg);
}

.messenger-fab-toggle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--gradient-primary);
	border: none;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(var(--cr), 0.35);
	transition: var(--tr-bounce);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.messenger-fab-toggle:hover {
	transform: scale(1.08);
	box-shadow: 0 8px 32px rgba(var(--cr), 0.5);
}

.messenger-fab.active .messenger-fab-toggle {
	background: linear-gradient(135deg, var(--c2d), #8a221b);
	box-shadow: 0 4px 16px rgba(var(--cr), 0.35);
}

.messenger-fab-toggle .icon {
	width: 24px;
	height: 24px;
	transition: var(--tr);
}

.messenger-fab.active .messenger-fab-toggle .icon {
	transform: rotate(90deg);
}

.messenger-fab-toggle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid rgba(var(--cr), 0.4);
	animation: fab-ring 2s ease-out infinite;
	pointer-events: none;
	box-sizing: border-box;
}

@keyframes fab-ring {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0;
	}
}

.messenger-fab-toggle .badge-dot {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 12px;
	height: 12px;
	background: var(--cg);
	border-radius: 50%;
	border: 2px solid #fff;
	animation: badge-pulse 1.5s ease infinite;
}

@keyframes badge-pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.25); }
}

.auth-checkbox input {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
	.section {
		padding: 2rem 0;
	}
}

@media(max-width:640px) {
	.messenger-fab {
		bottom: 72px;
		left: 16px;
	}
	.messenger-fab-panel {
		width: calc(100vw - 32px);
		left: 0;
		bottom: 66px;
	}
	.messenger-fab-toggle {
		width: 50px;
		height: 50px;
	}
	.messenger-fab-toggle .icon {
		width: 22px;
		height: 22px;
	}
	.section-buttons {
		flex-direction: column;
		margin-top: 1.8rem;
	}
	.sh {
		margin-bottom: 20px;
	}
	.section-nav {
		display: none;
	}
	body {
		padding-bottom: 60px;
	}
}

/* ===== SOCIAL ICONS ===== */
.social-icon__telegram {
	background: linear-gradient(135deg, #0088cc, #29b6f6);
}
.social-icon__whatsapp {
	background: linear-gradient(135deg, #25D366, #128C7E);
}
.social-icon__max {
	background: linear-gradient(135deg, #57aeff, #8f3fff);
}

/* ===== RATING ===== */
.rating {
	display: flex;
	gap: 2.7px;
}
.rating .icon {
	width: 14px;
	height: 14px;
	color: var(--ct3);
}
.rating .icon.active {
	color: var(--co);
}
/* End */


/* Start:/local/templates/1.0/css/products.css?178418039511156*/
.swiper-btn-prev,
.swiper-btn-next {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid var(--cbr);
	background: var(--cw);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--ct2);
	transition: var(--tr);
	box-shadow: var(--sh1);
}
.swiper-btn-prev:hover,
.swiper-btn-next:hover {
	background: var(--ct);
	color: #fff;
	border-color: var(--ct);
	transform: scale(1.05);
	box-shadow: var(--sh2);
}
.swiper-btn-prev:active,
.swiper-btn-next:active {
	transform: scale(.92);
}
.swiper-btn-prev .icon,
.swiper-btn-next .icon {
	width: 16px;
	height: 16px;
}
.swiper-btn-prev.swiper-button-disabled,
.swiper-btn-next.swiper-button-disabled {
	opacity: .3;
	cursor: not-allowed;
	pointer-events: none;
}
.product-tabs__content .swiper-pagination {
	position: relative;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 6px;
}
.product-tabs__content .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: var(--cbr);
	opacity: 1;
	border-radius: var(--rf);
	transition: var(--tr);
	margin: 0 !important;
}
.product-tabs__content .swiper-pagination-bullet-active {
	width: 24px;
	background: var(--c1);
}
.pcard {
	background: var(--cw);
	border-radius: var(--r2);
	overflow: visible;
	border: 1px solid var(--cbr);
	transition: var(--tr-bounce);
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.pcard:hover {
	z-index: 100;
	transform: translateY(-8px);
	border-color: rgba(27, 60, 141, .15);
}
.pcard__img-wrap {
	position: relative;
	overflow: hidden;
	padding: 20px;
}
.pcard__img-wrap img {
	width: 100%;
	aspect-ratio: 3/4;
	object-fit: contain;
	transition: transform .6s cubic-bezier(.34, 1.56, .64, 1);
}
.pcard:hover .pcard__img-wrap img {
	transform: scale(1.04);
}
.pcard__badges {
	position: absolute;
	top: 12px;
	left: 12px;
	display: flex;
	gap: 4px;
	z-index: 2;
}
.pcard__badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: .6rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .4px;
	line-height: 1.4;
}
.pcard__badge--new {
	background: var(--cg);
	color: #fff;
}
.pcard__badge--hot {
	background: var(--c2);
	color: #fff;
}
.pcard__badge--sale {
	background: var(--c1);
	color: #fff;
}
.pcard__badge--labels {
	background: var(--cg);
	color: #fff;
}
.pcard__quick-view {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 12px;
	background: rgba(0, 0, 0, .7);
	backdrop-filter: blur(8px);
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: .78rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: var(--tr);
	transform: translateY(100%);
	opacity: 0;
	z-index: 3;
	letter-spacing: .3px;
}
.pcard__quick-view .icon {
	width: 16px;
	height: 16px;
}
.pcard:hover .pcard__quick-view {
	transform: translateY(0);
	opacity: 1;
}
.pcard__body {
	padding: 16px 16px 18px;
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}
.pcard__cat {
	font-size: .68rem;
	color: var(--ct3);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 4px;
}
.pcard__name {
	font-size: .92rem;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 8px;
	min-height: 2.4em;
}
.pcard__name a {
	color: var(--ct);
	transition: var(--tr);
}
.pcard__name a:hover {
	color: var(--c1);
}
.pcard__prices {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 4px 0 12px;
	flex-wrap: wrap;
}
.pcard__price-old {
	font-size: .82rem;
	color: var(--ct3);
	text-decoration: line-through;
}
.pcard__price-new {
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--c2);
}
.pcard__price-regular {
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--ct);
}
.pcard__discount {
	display: inline-block;
	padding: 2px 8px;
	background: rgba(232, 72, 63, .1);
	color: var(--c2);
	border-radius: 4px;
	font-size: .72rem;
	font-weight: 700;
	margin-left: 2px;
}
.pcard__benefit {
	font-size: .65rem;
	font-weight: 400;
	margin-top: -6px;
	margin-bottom: 8px;
	background: #fff8db;
	border-radius: 4px;
	border: 1px solid #ffd83a;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	line-height: 1.2;
	padding: 0 5px 0 0;
}
.pcard__benefit span {
	background: #ffd83a;
	padding: 4px 5px;
}
.pcard__bottom {
	display: flex;
	gap: 8px;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid var(--cbr2);
}
.pcard__btn-cart {
	flex: 1;
}
.pcard__btn-cart:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(27, 60, 141, .3);
}
.pcard__btn-cart:active {
	transform: scale(.96);
}
.pcard__btn-cart .icon {
	width: 16px;
	height: 16px;
}
.pcard__btn-fav {
	width: 40px;
	height: 40px;
	border-radius: var(--r1);
	border: 1px solid var(--cbr);
	background: var(--cw);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--ct3);
	transition: var(--tr);
	flex-shrink: 0;
}
.pcard__btn-fav:hover {
	border-color: var(--c2);
	color: var(--c2);
	background: rgba(232, 72, 63, .05);
	transform: scale(1.05);
}
.pcard__btn-fav:active {
	transform: scale(.9);
}
.pcard__btn-fav.active {
	border-color: var(--c2);
	color: var(--c2);
	background: rgba(232, 72, 63, .1);
}
.pcard__btn-fav .icon {
	width: 18px;
	height: 18px;
}
.pcard {
	position: relative;
}
.pcard__sku {
	position: absolute;
	top: 100%;
	left: -1px;
	right: -1px;
	background: var(--cw);
	border: 1px solid var(--cbr);
	border-radius: 0 0 var(--r2) var(--r2);
	box-shadow: var(--sh3);
	z-index: 50;
	padding: 14px 16px;
	margin-top: -2px;
	opacity: 0;
	visibility: hidden;
	display: none;
	transform: translateY(-10px);
	pointer-events: none;
	transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}
.pcard-3:hover {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.pcard:hover .pcard__sku {
	opacity: 1;
	visibility: visible;
	display: block;
	transform: translateY(0);
	pointer-events: auto;
}
.pcard__sku-group {
	margin-bottom: 10px;
}
.pcard__sku-group:last-child {
	margin-bottom: 0;
}
.pcard__sku-title {
	font-size: .78rem;
	font-weight: 600;
	color: var(--ct3);
	margin-bottom: 6px;
}
.pcard__sku-title span {
	color: var(--ct);
	font-weight: 700;
}
.pcard__sku-list {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}
.pcard__sku-item {
	cursor: pointer;
	border: 1px solid var(--cbr);
	border-radius: 4px;
	padding: 4px 8px;
	font-size: .75rem;
	color: var(--ct2);
	transition: var(--tr);
}
.pcard__sku-item:hover {
	border-color: var(--c1);
}
.pcard__sku-item.selected {
	border-color: var(--c1);
	background: var(--c1bg);
	color: var(--c1);
}
.pcard__sku-item.notallowed {
	opacity: .4;
	cursor: not-allowed;
	pointer-events: none;
}
.pcard__sku-item--color {
	width: 24px;
	height: 24px;
	padding: 0;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pcard__sku-item--color span {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.pcard__sku-item--color.selected {
	box-shadow: 0 0 0 2px var(--cw), 0 0 0 4px var(--c1);
	border-color: transparent;
}
.pcard__not-avail {
	width: 100%;
	text-align: center;
	padding: 11px;
	color: var(--ct3);
	font-weight: 600;
	font-size: .85rem;
}
.catalog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 32px;
}
@media(max-width:1100px) {
	.catalog__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
@media(min-width:901px) {
	.catalog__grid.view-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.catalog__grid.view-list .pcard {
		display: grid !important;
		grid-template-columns: 200px 1fr auto;
		align-items: center;
	}
	.catalog__grid.view-list .pcard__img-wrap {
		border-radius: var(--r2) 0 0 var(--r2);
		aspect-ratio: 1/1;
	}
	.catalog__grid.view-list .pcard__img-wrap img {
		height: 100%;
		aspect-ratio: 1/1;
	}
	.catalog__grid.view-list .pcard__body {
		padding: 16px 20px;
	}
	.catalog__grid.view-list .pcard__quick-view {
		display: none;
	}
	.catalog__grid.view-list .pcard__bottom {
		padding-right: 20px;
		align-items: stretch;
		gap: 8px;
		min-width: 160px;
	}
	.catalog__grid.view-list .pcard__btn-cart span {
		display: inline;
	}
}
@media(max-width:900px) {
	.product-tabs__header {
		align-items: stretch;
		gap: 12px;
	}
	.product-tabs__nav {
		gap: 16px;
	}
	.product-tabs__controls {
		justify-content: flex-end;
	}
	.product-tabs__btn {
		font-size: .85rem;
	}
	.catalog__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0;
		margin: 0 -10px;
	}
	.catalog__grid .pcard {
		border-radius: 0;
		border: none;
		border-bottom: 1px solid var(--cbr);
		border-right: 1px solid var(--cbr);
		box-shadow: none !important;
		transform: none !important;
	}
	.catalog__grid .pcard:nth-child(2n) {
		border-right: none;
	}
	.catalog__grid .pcard__img-wrap {
		padding: 12px;
	}
	.catalog__grid .pcard__img-wrap img {
		aspect-ratio: 1/1;
	}
	.catalog__grid .pcard__body {
		padding: 10px 12px 14px;
	}
	.catalog__grid .pcard__name {
		font-size: .82rem;
		min-height: auto;
	}
	.catalog__grid .pcard__price-new,
	.catalog__grid .pcard__price-regular {
		font-size: 1rem;
	}
	.catalog__grid .pcard__btn-cart span {
		display: none;
	}
	.catalog__grid .pcard__btn-cart {
		padding: 8px;
	}
	.catalog__grid .pcard__quick-view {
		display: none;
	}
	.catalog__grid .pcard__badge {
		font-size: .5rem;
		padding: 2px 8px;
	}
	.catalog__grid .pcard__badges {
		top: 8px;
		left: 8px;
		gap: 3px;
	}
}
@media(max-width:640px) {
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.product-tabs__nav {
		gap: 12px;
	}
	.product-tabs__btn {
		font-size: .8rem;
	}
	.pcard__img-wrap {
		padding: 12px;
	}
	.pcard__body {
		padding: 12px 12px 14px;
	}
	.pcard__price-new,
	.pcard__price-regular {
		font-size: 1.05rem;
	}
	.pcard__btn-cart {
		padding: 10px;
	}
	.pcard__quick-view {
		display: none;
	}
	.pcard__badge {
		font-size: .5rem;
		padding: 2px 8px;
	}
}
@media(max-width:420px) {
	.products-grid {
		grid-template-columns: 1fr;
	}
}
@media(max-width:420px) {
	.catalog__grid {
		margin: 0 -18px;
	}
	.catalog__grid .pcard__body {
		padding: 6px 8px 10px;
	}
	.catalog__grid .pcard__name {
		font-size: .75rem;
	}
	.catalog__grid .pcard__price-new,
	.catalog__grid .pcard__price-regular {
		font-size: .9rem;
	}
	.catalog__grid .pcard__price-old {
		font-size: .7rem;
	}
	.catalog__grid .pcard__discount {
		font-size: .6rem;
		padding: 1px 6px;
	}
	.catalog__grid .pcard__btn-fav {
		width: 32px;
		height: 32px;
	}
	.catalog__grid .pcard__btn-fav .icon {
		width: 14px;
		height: 14px;
	}
}
/* End */


/* Start:/local/templates/1.0/components/solution/block/topbar/style.css?17834942624468*/
.topbar {
	background: #f4f4f4;
	color: var(--ct2);
	font-size: .78rem;
	padding: 4px 0;
	position: relative;
	z-index: 1100;
	border-bottom: 1px solid rgba(0, 0, 0, .04);
	transition: transform .4s cubic-bezier(.4, 0, .2, 1), opacity .4s ease;
}

.topbar.hidden {
	transform: translateY(-100%);
	opacity: 0;
}

.topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6px 16px;
}

/* ===== LEFT NAV ===== */
.topbar__nav {
	display: flex;
	align-items: center;
	gap: 20px;
}

.topbar__nav-item {
	position: relative;
}

.topbar__nav-link {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 6px 0;
	color: var(--ct3);
	transition: var(--tr);
	font-weight: 500;
	font-size: .8rem;
	letter-spacing: .01em;
	position: relative;
}

.topbar__nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1.5px;
	background: var(--c1);
	transition: var(--tr);
	border-radius: var(--rf);
}

.topbar__nav-link:hover {
	color: var(--ct);
}

.topbar__nav-link:hover::after {
	width: 100%;
}

.topbar__nav-link .icon {
	width: 12px;
	height: 12px;
	opacity: .4;
	transition: var(--tr);
}

.topbar__nav-link:hover .icon {
	opacity: .7;
	transform: rotate(180deg);
}

/* ===== DROPDOWN ===== */
.topbar__dropdown {
	position: absolute;
	top: calc(100% + 4px);
	left: 50%;
	transform: translateX(-50%) translateY(6px);
	min-width: 200px;
	background: var(--cw);
	border-radius: var(--r2);
	box-shadow: 0 12px 40px rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .06);
	padding: 6px 0;
	opacity: 0;
	visibility: hidden;
	transition: var(--tr);
	z-index: 200;
}

.topbar__nav-item:hover .topbar__dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.topbar__dropdown::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	background: var(--cw);
	border-top: 1px solid rgba(0, 0, 0, .06);
	border-left: 1px solid rgba(0, 0, 0, .06);
	border-radius: 2px;
}

.topbar__dropdown a {
	display: block;
	padding: 8px 20px;
	font-size: .8rem;
	font-weight: 500;
	color: var(--ct2);
	transition: var(--tr);
	position: relative;
}

.topbar__dropdown a::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 0;
	background: var(--c1);
	border-radius: var(--rf);
	transition: var(--tr);
}

.topbar__dropdown a:hover {
	background: #f4f4f4;
	color: var(--c1);
	padding-left: 28px;
}

.topbar__dropdown a:hover::before {
	height: 16px;
}

/* ===== RIGHT SIDE ===== */
.topbar__right {
	display: flex;
	align-items: center;
	gap: 20px;
}

/* ===== PHONE ===== */
.topbar__phone {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: .85rem;
	color: var(--ct);
	transition: var(--tr);
	position: relative;
}

.topbar__phone .icon {
	width: 14px;
	height: 14px;
	opacity: .4;
	transition: var(--tr);
}

.topbar__phone:hover {
	color: var(--c1);
}

.topbar__phone:hover .icon {
	opacity: 1;
	color: var(--c1);
}

.topbar__phone .phone-pulse {
	position: absolute;
	top: 50%;
	left: -2px;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(27, 60, 141, .08);
	animation: pulse-ring 2s ease-out infinite;
	pointer-events: none;
	z-index: -1;
}

@keyframes pulse-ring {
	0% {
		transform: translate(-50%, -50%) scale(0.8);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}
}

/* ===== SOCIAL ===== */
.topbar__social {
	display: flex;
	gap: 4px;
}

.topbar__social a {
	width: 26px;
	height: 26px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--tr);
	color: var(--ct3);
	border: none;
}

.topbar__social a svg {
	width: 18px;
	height: 18px;
	color: white;
}

/* ===== DIVIDER ===== */
.topbar__divider {
	width: 1px;
	height: 18px;
	background: rgba(0, 0, 0, .08);
	flex-shrink: 0;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px) {
	.topbar__nav {
		gap: 12px;
	}
	.topbar__nav-link {
		font-size: .75rem;
	}
}

@media(max-width:900px) {
	.topbar {
		display: none;
	}
}
/* End */


/* Start:/local/templates/1.0/components/solution/block/header/style.css?178416270819252*/
.header-wrapper {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--cw)
}
.header {
	background: var(--cw);
	border-bottom: 1px solid var(--cbr);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.header__inner {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 20px;
	position: relative;
}
.header__logo {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 1.3rem;
	color: var(--c1);
	white-space: nowrap;
	flex-shrink: 0;
	font-family: "Montserrat Underline", sans-serif;
}
.header__logo img {
	width: 180px;
	height: auto;
}
.catalog-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	background: var(--gradient-primary);
	color: #fff;
	font-weight: 700;
	font-size: .88rem;
	border-radius: var(--r2);
	cursor: pointer;
	border: none;
	flex-shrink: 0;
	transition: var(--tr)
}
.catalog-btn:hover {
	box-shadow: 0 6px 20px rgba(232, 72, 63, .4)
}
.catalog-btn.active .burger-icon span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg)
}
.catalog-btn.active .burger-icon span:nth-child(2) {
	opacity: 0
}
.catalog-btn.active .burger-icon span:nth-child(3) {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg)
}
.burger-icon {
	width: 18px;
	height: 14px;
	position: relative;
	flex-shrink: 0
}
.burger-icon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition: var(--tr)
}
.burger-icon span:nth-child(1) { top: 0 }
.burger-icon span:nth-child(2) { top: 50%; transform: translateY(-50%) }
.burger-icon span:nth-child(3) { bottom: 0 }
.burger-mobile {
    display: none;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: transparent;
    border: 2px solid var(--cbr);
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    border-radius: var(--r2);
    transition: transform .15s ease, border-color .2s ease;
}
.burger-mobile span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ct2);
    border-radius: 2px;
    transition: var(--tr);
}
.burger-mobile span:nth-child(2) { width: 16px }
.burger-mobile:active {
    transform: scale(.93);
    border-color: var(--c2);
}
.burger-mobile:active span {
    background: var(--c2);
}

/* === ТЕЛЕФОН === */
.header__phone-mobile {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: var(--r2);
    background: transparent;
    border: 2px solid var(--cbr);
    align-items: center;
    justify-content: center;
    color: var(--ct2);
    transition: transform .15s ease, border-color .2s ease, color .2s ease;
    flex-shrink: 0;
}
.header__phone-mobile .icon { width: 20px; height: 20px }
.header__phone-mobile:active {
    transform: scale(.93);
    border-color: var(--c2);
    color: var(--c2);
}

/* ===== SEARCH ===== */
.header__search {
	flex: 1;
	position: relative;
	max-width: 560px
}
.header__search-input {
	width: 100%;
	padding: 11px 40px 11px 44px;
	border: 1px solid var(--cbr);
	border-radius: var(--r2);
	font-size: .88rem;
	color: var(--ct);
	background: var(--cbr2);
	transition: var(--tr)
}
.header__search-input::placeholder { color: var(--ct3) }
.header__search-input:focus {
	outline: none;
	background: var(--cw);
	border-color: var(--c2);
}
.header__search-input:focus ~ .header__search-icon { color: black }
.header__search-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	color: var(--ct3);
	transition: var(--tr);
	pointer-events: none
}
.header__search-clear {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border: none;
	background: var(--cbr);
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--ct3);
	transition: var(--tr);
	padding: 0
}
.header__search-clear.visible { display: flex }
.header__search-clear:hover {
	background: var(--c2);
	color: #fff;
	transform: translateY(-50%) rotate(90deg)
}
.header__search-clear .icon { width: 10px; height: 10px }

/* ===== SEARCH DROPDOWN ===== */
.header__search-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: var(--cw);
	border: 1px solid var(--cbr);
	border-radius: var(--r2);
	box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
	z-index: 1002;
	max-height: 420px;
	overflow-y: auto
}
.header__search-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}
.search-dropdown__body { padding: 6px }
.search-dropdown__label {
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ct3);
	padding: 10px 12px 4px
}
.search-result {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border-radius: var(--r1);
	transition: var(--tr);
	cursor: pointer
}
.search-result:hover { background: var(--cbr2) }
.search-result__img {
	width: 44px;
	height: 44px;
	border-radius: var(--r1);
	overflow: hidden;
	flex-shrink: 0;
	background: var(--cbr2);
	border: 1px solid var(--cbr)
}
.search-result__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 3px
}
.search-result__info { flex: 1; min-width: 0 }
.search-result__name {
	font-size: .85rem;
	font-weight: 600;
	color: var(--ct2);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.search-result__price {
	font-size: .85rem;
	font-weight: 500;
	color: black;
	white-space: nowrap;
	flex-shrink: 0
}
.search-dropdown__footer { padding: 8px; border-top: 1px solid var(--cbr) }
.search-dropdown__all {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px;
	border: none;
	background: var(--c1bg);
	color: var(--c1);
	font-weight: 600;
	font-size: .82rem;
	border-radius: var(--r1);
	cursor: pointer;
	transition: var(--tr)
}
.search-dropdown__all:hover { background: var(--c1); color: #fff }
.search-dropdown__all .icon { width: 14px; height: 14px }

/* ===== HEADER ICONS ===== */
.header__icons {
	display: flex;
	align-items: center;
	gap: 4px
}
.header__icon-btn {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--r1);
	background: transparent;
	border: 1px solid transparent;
	cursor: pointer;
	color: var(--ct2);
	transition: var(--tr)
}
.header__icon-btn:hover { border-color: var(--c1bg); color: var(--c1) }
.header__icon-btn .icon { width: 22px; height: 22px }
.header__icon-count {
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 16px;
	height: 16px;
	background: var(--c2);
	color: #fff;
	font-size: .65rem;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 0 4px;
	aspect-ratio: 1/1;
}

/* ===== MEGA MENU ===== */
.mega-menu {
	position: absolute;
	top: calc(100% - 7.5px);
	right: 20px;
	left: 20px;
	background: var(--cw);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
	z-index: 1001;
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid var(--cbr);
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
}
.mega-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}
.mega-menu__overlay { display: none }
.mega-menu__head { display: none }
.mega-menu__body {
	display: flex;
	min-height: 320px
}
.mega-menu__cats {
	width: 260px;
	background: var(--cw);
	flex-shrink: 0;
	border-right: 1px solid var(--cbr);
	padding: 20px 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.mega-menu__cat {
	padding: 10px 14px;
	cursor: pointer;
	font-weight: 600;
	font-size: .9rem;
	color: var(--ct2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: var(--tr);
	border-radius: var(--r2);
	border: none;
}
.mega-menu__cat:hover,
.mega-menu__cat.active {
	background: #f5f5f7;
	color: var(--ct);
}
.mega-menu__sub {
	flex: 1;
	padding: 24px;
	display: none
}
.mega-menu__sub.active {
	display: block;
	animation: fadeInSub .3s ease
}
@keyframes fadeInSub {
	from { opacity: 0; transform: translateX(12px) }
	to   { opacity: 1; transform: translateX(0) }
}
.mega-menu__sub-blocks {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.mega-menu__sub-title {
	font-size: .8rem;
	font-weight: 700;
	color: var(--ct2);
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.mega-menu__sub-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.mega-menu__sub-link {
	font-size: .85rem;
	color: var(--ct3);
	transition: var(--tr);
	text-decoration: none;
}
.mega-menu__sub-link:hover {
	color: var(--c2);
}

/* ===== MEGA MENU MOBILE SEARCH ===== */
.mega-menu__search { display: none }
.mega-menu__search-results { display: none }

/* ===== MEGA MENU RESPONSIVE ===== */
@media(max-width:1100px) {
	.mega-menu__sub-blocks {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media(max-width:900px) {
	.header__search { display: none }
	.header__icons { display: none }
	.catalog-btn { display: none }
	.burger-mobile { display: flex }
	.header__phone-mobile { display: flex }
	.btn#measurerBtn { display: none }
	.header__inner { padding: 10px 10px !important; justify-content: space-between }
	
	.mega-menu {
		position: fixed !important;
		top: 0 !important;
		background: #fff;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		max-height: 100% !important;
		transform: translateX(-100%) !important;
		opacity: 1 !important;
		visibility: visible !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		border: none !important;
		display: flex !important;
		flex-direction: column !important
	}
	.mega-menu.active { transform: translateX(0) !important }
	
	.mega-menu__overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, .5);
		backdrop-filter: blur(4px);
		z-index: -1
	}
	.mega-menu__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 20px;
		border-bottom: 1px solid var(--cbr);
		background: var(--cw);
		flex-shrink: 0
	}
	.mega-menu__head h3 { color: var(--ct); font-size: 1.1rem; font-weight: 700 }
	.mega-menu__close {
		width: 32px; height: 32px;
		display: flex; align-items: center; justify-content: center;
		background: var(--cbr2); border: none; border-radius: 50%;
		cursor: pointer; color: var(--ct); transition: var(--tr)
	}
	.mega-menu__close:hover { background: var(--c2); color: #fff }
	.mega-menu__close .icon { width: 16px; height: 16px }

	.mega-menu__search {
		display: block;
		position: relative;
		padding: 12px 16px;
		border-bottom: 1px solid var(--cbr);
		background: var(--cw);
		flex-shrink: 0
	}
	.mega-menu__search-input {
		width: 100%;
		padding: 12px 40px 12px 44px;
		border: 1px solid var(--cbr);
		border-radius: var(--r2);
		font-size: .9rem;
		color: var(--ct);
		background: var(--cbr2);
		transition: var(--tr)
	}
	.mega-menu__search-input::placeholder { color: var(--ct3) }
	.mega-menu__search-input:focus {
		outline: none;
		background: var(--cw);
		border-color: var(--c1l);
		box-shadow: 0 0 0 4px rgba(27, 60, 141, .08)
	}
	.mega-menu__search-icon {
		position: absolute; left: 30px; top: 50%; transform: translateY(-50%);
		width: 18px; height: 18px;
		color: var(--ct3); transition: var(--tr); pointer-events: none
	}
	.mega-menu__search-input:focus ~ .mega-menu__search-icon { color: var(--c1) }
	.mega-menu__search-clear {
		position: absolute; right: 26px; top: 50%; transform: translateY(-50%);
		width: 22px; height: 22px;
		border: none; background: var(--cbr); border-radius: 50%;
		display: none; align-items: center; justify-content: center;
		cursor: pointer; color: var(--ct3); transition: var(--tr); padding: 0
	}
	.mega-menu__search-clear.visible { display: flex }
	.mega-menu__search-clear:active { background: var(--c2); color: #fff }
	.mega-menu__search-clear .icon { width: 10px; height: 10px }

	.mega-menu__search-results {
		flex: 1;
		overflow-y: auto;
		padding: 8px;
		background: #fff;
	}
	.mega-menu.searching .mega-menu__body { display: none }
	.mega-menu.searching .mega-menu__search-results { display: block }

	.mega-search__count {
		font-size: .72rem; font-weight: 700; text-transform: uppercase;
		letter-spacing: .06em; color: var(--ct3); padding: 10px 12px 6px
	}
	.mega-search__list { padding: 0 4px }
	.mega-search-result {
		display: flex; align-items: center; gap: 12px;
		padding: 12px; border-radius: var(--r1);
		transition: var(--tr); cursor: pointer; text-decoration: none;
		border: 1px solid transparent
	}
	.mega-search-result:active { background: var(--cbr2); border-color: var(--cbr) }
	.mega-search-result__img {
		width: 48px; height: 48px; border-radius: var(--r1);
		overflow: hidden; flex-shrink: 0;
		background: var(--cbr2); border: 1px solid var(--cbr)
	}
	.mega-search-result__img img { width: 100%; height: 100%; object-fit: contain; padding: 3px }
	.mega-search-result__info { flex: 1; min-width: 0 }
	.mega-search-result__name {
		font-size: .88rem; font-weight: 600; color: var(--ct2);
		white-space: nowrap; overflow: hidden; text-overflow: ellipsis
	}
	.mega-search-result__price {
		font-size: .88rem; font-weight: 700; color: var(--c1);
		white-space: nowrap; flex-shrink: 0
	}
	.mega-search__footer {
		padding: 8px 4px 0;
		margin-top: 4px;
		border-top: 1px solid var(--cbr)
	}
	.mega-search__all {
		display: flex; align-items: center; justify-content: center; gap: 6px;
		padding: 12px; background: var(--c1bg); color: var(--c1);
		font-weight: 600; font-size: .85rem;
		border-radius: var(--r1); transition: var(--tr); text-decoration: none
	}
	.mega-search__all:active { background: var(--c1); color: #fff }
	.mega-search__all .icon { width: 14px; height: 14px }
	.mega-search__empty {
		padding: 50px 20px; text-align: center;
		color: var(--ct3); font-size: .88rem; line-height: 1.6
	}
	.mega-search__empty .icon { width: 48px; height: 48px; margin-bottom: 14px; opacity: .25 }

	.mega-menu__body {
		flex-direction: column;
		min-height: auto;
		background: #fff;
		flex: 1;
		overflow-y: auto
	}
	.mega-menu__cats {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid var(--cbr);
		padding: 12px 16px
	}
	.mega-menu__cat { padding: 14px 16px }
	.mega-menu__sub {
		width: 100%;
		padding: 16px
	}
	.mega-menu__sub-blocks { grid-template-columns: repeat(2, 1fr); gap: 20px }
}
@media(max-width:640px) {
	.mega-menu__sub-blocks { grid-template-columns: 1fr }
}

/* Базово скрываем мобильные элементы на десктопе */
.mobile-only { display: none !important; }

@media (max-width: 900px) {
    /* Контейнер становится вьюпортом для слайдинга */
    .mega-menu__body {
        position: relative;
        display: block;
        flex: 1;
        min-height: 0;
        overflow: hidden; /* прячем выезжающие панели */
    }

    /* Панель 1 уровня (категории) */
    .mega-menu__cats {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        transform: translateX(0);
        transition: transform .3s ease;
        z-index: 1;
        border: none;
        padding: 12px 0;
        display: block; /* отменяем флекс с десктопа */
    }
    .mega-menu__cats.shifted {
        transform: translateX(-100%); /* уехала влево */
    }

    .mega-menu__cat {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        border-radius: 0;
    }

    .mega-menu__cat-arrow {
        width: 18px;
        height: 18px;
        color: var(--ct3);
    }

    /* Панели 2 уровня (подкатегории) */
    .mega-menu__sub {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        transform: translateX(100%); /* стоит справа */
        transition: transform .3s ease;
        z-index: 2;
        padding: 0; /* отступы перенесем внутрь */
        display: block; /* отменяем display: none с десктопа */
    }
    .mega-menu__sub.active {
        transform: translateX(0); /* выехала на экран */
        animation: none; /* отключаем fadeInSub с десктопа */
    }

    .mega-menu__sub.active {
        transform: translateX(100%); /* по умолчанию скрыта, даже с active */
    }
    
    /* Показываем только когда панель категорий сдвинута влево */
    .mega-menu__cats.shifted ~ .mega-menu__sub.active {
        transform: translateX(0);
    }

    /* Шапка панели с кнопкой "Назад" */
    .mega-menu__sub-head {
        position: sticky;
        top: 0;
        background: #fff;
        padding: 12px 16px;
        border-bottom: 1px solid var(--cbr);
        display: flex;
        align-items: center;
        gap: 12px;
        z-index: 10;
    }
    .mega-menu__back {
        display: flex;
        align-items: center;
        gap: 6px;
        background: transparent;
        border: none;
        cursor: pointer;
        font-size: .9rem;
        font-weight: 600;
        color: var(--c2);
        padding: 6px 10px 6px 0;
        margin-left: -8px; /* компенсируем padding */
        transition: var(--tr);
    }
    .mega-menu__back:active { opacity: .6; }
    .mega-menu__back .icon { width: 16px; height: 16px; }
    
    .mega-menu__sub-title-mobile {
        font-size: 1rem;
        font-weight: 700;
        color: var(--ct);
    }

    /* Включаем мобильные элементы */
    .mobile-only { display: flex !important; }
    .mega-menu__cat-arrow.mobile-only { display: block !important; }

    /* Отступы для контента подкатегорий */
    .mega-menu__sub-blocks {
        padding: 16px;
        grid-template-columns: 1fr; /* на мобилке лучше в одну колонку */
    }
}
/* End */


/* Start:/local/templates/1.0/components/bitrix/breadcrumb/.default/style.css?1784132741888*/
.breadcrumbs {
	padding: 16px 0 12px;
	background: var(--cb);
	border-bottom: 1px solid var(--cbr);
}
.breadcrumbs__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 4px;
	font-size: .8rem;
	color: var(--ct3);
}
.breadcrumbs__list li {
	display: flex;
	align-items: center;
	gap: 4px;
}
.breadcrumbs__list li:not(:last-child)::after {
	content: '/';
	color: var(--ct3);
	opacity: .4;
	margin-left: 4px;
}
.breadcrumbs__list a {
	color: var(--ct3);
	transition: var(--tr);
}
.breadcrumbs__list a:hover {
	color: var(--c1);
}
.breadcrumbs__list .current {
	color: var(--ct);
	font-weight: 600;
}
.breadcrumbs__home {
	display: flex;
	align-items: center;
	gap: 4px;
}
.breadcrumbs__home .icon {
	width: 14px;
	height: 14px;
	opacity: .5;
}
@media(max-width:768px) {
	.breadcrumbs {
		padding: 12px 0 8px;
	}
	.breadcrumbs__list {
		font-size: .72rem;
		gap: 4px;
	}
}
/* End */


/* Start:/local/templates/1.0/components/solution/block/footer/style.css?17841908664881*/
.footer {
	background: #0D1117;
	color: rgba(255, 255, 255, .7);
	padding: 48px 0 0;
	position: relative;
	overflow: hidden;
	margin-top: 4.7rem;
	z-index: 1;
}
.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--c2), transparent);
	opacity: .4
}
.footer__glow {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: 500px;
	height: 160px;
	background: radial-gradient(ellipse, rgba(232, 72, 63, .06), transparent 70%);
	pointer-events: none
}

/* ===== CTA ===== */
.footer__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 28px;
	background: linear-gradient(135deg, rgba(27, 60, 141, .12), rgba(232, 72, 63, .06));
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: var(--r3);
	margin-bottom: 44px;
	flex-wrap: wrap;
	gap: 16px;
	position: relative;
	z-index: 2
}
.footer__cta--title {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 800;
	margin-bottom: 4px;
	font-family: var(--ff)
}
.footer__cta--text {
	font-size: .85rem;
	color: rgba(255, 255, 255, .5)
}

/* ===== GRID ===== */
.footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 36px;
	margin-bottom: 40px;
	position: relative;
	z-index: 2
}

/* ===== BRAND ===== */
.footer__logo {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 900;
	font-size: 1.3rem;
	color: #fff;
	margin-bottom: 14px
}
.footer__logo img {
	width: 180px;
	height: auto;
}
.footer__logo span {
	color: var(--c2)
}
.footer__logo svg {
	width: 34px;
	height: 34px;
	flex-shrink: 0
}
.footer__desc {
	font-size: .82rem;
	line-height: 1.7;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, .5)
}

/* ===== SOCIALS ===== */
.footer__socials {
	display: flex;
	gap: 8px
}
.footer__socials a {
	width: 38px;
	height: 38px;
	border-radius: var(--r1);
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .07);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .4);
	transition: var(--tr)
}
.footer__socials a:hover {
	background: var(--c2);
	border-color: var(--c2);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(232, 72, 63, .35)
}
.footer__socials a .icon {
	width: 16px;
	height: 16px
}

/* ===== COLUMN HEADERS ===== */
.footer__col h4 {
	color: #fff;
	font-size: .78rem;
	font-weight: 700;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: .08em;
	position: relative;
	padding-left: 12px
}
.footer__col h4::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 14px;
	background: var(--c2);
	border-radius: 2px
}

/* ===== LINKS ===== */
.footer__col ul li a {
	display: inline-block;
	padding: 5px 0;
	font-size: .82rem;
	color: rgba(255, 255, 255, .55);
	transition: var(--tr)
}
.footer__col ul li a:hover {
	color: #fff;
	transform: translateX(4px)
}

/* ===== CONTACTS ===== */
.footer__contacts {
	margin-top: 4px
}
.footer__contact {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	transition: var(--tr)
}
.footer__contact:last-child {
	margin-bottom: 0
}
.footer__contact-icon {
	width: 38px;
	height: 38px;
	border-radius: var(--r1);
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .07);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--c2);
	flex-shrink: 0;
	transition: var(--tr)
}
.footer__contact:hover .footer__contact-icon {
	background: var(--c2);
	color: #fff;
	border-color: var(--c2)
}
.footer__contact-icon .icon {
	width: 16px;
	height: 16px
}
.footer__contact-info {
	font-size: .82rem;
	line-height: 1.4
}
.footer__contact-info strong {
	color: #fff;
	font-size: .95rem;
	font-weight: 700;
	display: block
}
.footer__contact-info span {
	color: rgba(255, 255, 255, .4)
}

/* ===== BOTTOM ===== */
.footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .06);
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .75rem;
	color: rgba(255, 255, 255, .35);
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
	z-index: 2
}
.footer__bottom a {
	color: rgba(255, 255, 255, .35);
	transition: var(--tr)
}
.footer__bottom a:hover {
	color: var(--c2)
}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px) {
	.footer__grid {
		grid-template-columns: repeat(2, 1fr)
	}
}
@media(max-width:768px) {
	.footer__grid {
		grid-template-columns: 1fr;
		gap: 28px
	}
	.footer__cta {
		flex-direction: column;
		text-align: center;
		align-items: center
	}
}
/* End */


/* Start:/local/templates/1.0/components/solution/block/cookie/style.css?17841568701022*/
.cookie {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--cw);
	border-radius: var(--r2);
	box-shadow: var(--sh4);
	padding: 16px 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	z-index: 900;
	max-width: 600px;
	width: calc(100% - 40px);
	border: 1px solid var(--cbr);
	animation: cookieIn .5s ease
}
.cookie.hide {
	animation: cookieOut .3s ease forwards
}
@keyframes cookieIn {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(20px)
	}

	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0)
	}
}
@keyframes cookieOut {
	from {
		opacity: 1;
		transform: translateX(-50%) translateY(0)
	}

	to {
		opacity: 0;
		transform: translateX(-50%) translateY(20px)
	}
}
.cookie__text {
	font-size: .82rem;
	color: var(--ct2);
	line-height: 1.5;
	flex: 1
}
.cookie__text a {
	color: var(--c1);
	text-decoration: underline
}
@media screen and (max-width: 767px) {
	.cookie {
		bottom: 80px;
	}
}
/* End */


/* Start:/local/templates/1.0/template_styles.css?1784190466351*/
body #bx-panel {
  top: unset !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  position: fixed !important;
}
@media screen and (max-width: 1024px) {
  #bx-panel {
    display: none !important;
  }
}
.bx-session-message {
  display: none !important;
}
div.ml-buttons-cont table td.ml-left {
  display: flex;
  gap: 20px;
}
/* End */
/* /local/templates/1.0/lib/modal/style.css?17841679776933 */
/* /local/templates/1.0/lib/form/style.css?178417027511293 */
/* /local/templates/1.0/lib/fancybox/style.css?178414837116313 */
/* /local/templates/1.0/lib/swiper/style.css?176475521718432 */
/* /local/templates/1.0/lib/widget/style.css?178415882115567 */
/* /local/templates/1.0/css/bootstrap.css?1784176457124498 */
/* /local/templates/1.0/css/style.css?178427676427830 */
/* /local/templates/1.0/css/products.css?178418039511156 */
/* /local/templates/1.0/components/solution/block/topbar/style.css?17834942624468 */
/* /local/templates/1.0/components/solution/block/header/style.css?178416270819252 */
/* /local/templates/1.0/components/bitrix/breadcrumb/.default/style.css?1784132741888 */
/* /local/templates/1.0/components/solution/block/footer/style.css?17841908664881 */
/* /local/templates/1.0/components/solution/block/cookie/style.css?17841568701022 */
/* /local/templates/1.0/template_styles.css?1784190466351 */
