@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:wght@200;300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
:root {
	--bs-base: #495057;
	--bs-primary: #dee2e6;
	--bs-secondary: #ced4da;
	--bs-danger: #880000;
	--bs-red: #CC0000;
	--bs-gray: #6C757D;
}

.text-base {
	color: #495057 !important;
}

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

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

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

.text-red {
	color: #CC0000 !important;
}

.text-gray {
	color: #6C757D !important;
}

.bg-base {
	background-color: rgba(73, 80, 87, var(--bs-bg-opacity, 1)) !important;
}

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

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

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

.bg-red {
	background-color: rgba(204, 0, 0, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray {
	background-color: rgba(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.bg-lighter {
	background-color: rgba(120, 140, 160, 0.1);
}

.bg-half-base {
	background-color: rgba(73, 80, 87, var(--bs-bg-opacity, 5)) !important;
}

.bg-half-primary {
	background-color: rgba(222, 226, 230, var(--bs-bg-opacity, 5)) !important;
}

.bg-half-secondary {
	background-color: rgba(206, 212, 218, var(--bs-bg-opacity, 5)) !important;
}

.bg-half-danger {
	background-color: rgba(136, 0, 0, var(--bs-bg-opacity, 5)) !important;
}

.bg-half-red {
	background-color: rgba(204, 0, 0, var(--bs-bg-opacity, 5)) !important;
}

.bg-half-gray {
	background-color: rgba(108, 117, 125, var(--bs-bg-opacity, 5)) !important;
}

.text-bg-base {
	color: #fff !important;
	background-color: rgba(73, 80, 87, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-primary {
	color: #000 !important;
	background-color: rgba(222, 226, 230, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
	color: #000 !important;
	background-color: rgba(206, 212, 218, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
	color: #fff !important;
	background-color: rgba(136, 0, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red {
	color: #fff !important;
	background-color: rgba(204, 0, 0, var(--bs-bg-opacity, 1)) !important;
}

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

.btn-base {
	--bs-btn-color: #fff;
	--bs-btn-bg: #495057;
	--bs-btn-border-color: #495057;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #3e444a;
	--bs-btn-hover-border-color: #3a4046;
	--bs-btn-focus-shadow-rgb: 100, 106, 112;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #3a4046;
	--bs-btn-active-border-color: #373c41;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #495057;
	--bs-btn-disabled-border-color: #495057;
}

.btn-primary {
	--bs-btn-color: #000;
	--bs-btn-bg: #dee2e6;
	--bs-btn-border-color: #dee2e6;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #e3e6ea;
	--bs-btn-hover-border-color: #e1e5e9;
	--bs-btn-focus-shadow-rgb: 189, 192, 196;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #e5e8eb;
	--bs-btn-active-border-color: #e1e5e9;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #dee2e6;
	--bs-btn-disabled-border-color: #dee2e6;
}

.btn-secondary {
	--bs-btn-color: #000;
	--bs-btn-bg: #ced4da;
	--bs-btn-border-color: #ced4da;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #d5dae0;
	--bs-btn-hover-border-color: #d3d8de;
	--bs-btn-focus-shadow-rgb: 175, 180, 185;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #d8dde1;
	--bs-btn-active-border-color: #d3d8de;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ced4da;
	--bs-btn-disabled-border-color: #ced4da;
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #880000;
	--bs-btn-border-color: #880000;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #740000;
	--bs-btn-hover-border-color: #6d0000;
	--bs-btn-focus-shadow-rgb: 154, 38, 38;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6d0000;
	--bs-btn-active-border-color: #660000;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #880000;
	--bs-btn-disabled-border-color: #880000;
}

.btn-red {
	--bs-btn-color: #fff;
	--bs-btn-bg: #CC0000;
	--bs-btn-border-color: #CC0000;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ad0000;
	--bs-btn-hover-border-color: #a30000;
	--bs-btn-focus-shadow-rgb: 212, 38, 38;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #a30000;
	--bs-btn-active-border-color: #990000;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #CC0000;
	--bs-btn-disabled-border-color: #CC0000;
}

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

.btn-outline-base {
	--bs-btn-color: #495057;
	--bs-btn-border-color: #495057;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #495057;
	--bs-btn-hover-border-color: #495057;
	--bs-btn-focus-shadow-rgb: 73, 80, 87;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #495057;
	--bs-btn-active-border-color: #495057;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #495057;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #495057;
	--bs-gradient: none;
}

.btn-outline-primary {
	--bs-btn-color: #dee2e6;
	--bs-btn-border-color: #dee2e6;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #dee2e6;
	--bs-btn-hover-border-color: #dee2e6;
	--bs-btn-focus-shadow-rgb: 222, 226, 230;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #dee2e6;
	--bs-btn-active-border-color: #dee2e6;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #dee2e6;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #dee2e6;
	--bs-gradient: none;
}

.btn-outline-secondary {
	--bs-btn-color: #ced4da;
	--bs-btn-border-color: #ced4da;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ced4da;
	--bs-btn-hover-border-color: #ced4da;
	--bs-btn-focus-shadow-rgb: 206, 212, 218;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ced4da;
	--bs-btn-active-border-color: #ced4da;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ced4da;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ced4da;
	--bs-gradient: none;
}

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

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

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

.link-base {
	color: rgba(var(--bs-base-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-base-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-base:hover, .link-base:focus {
	color: rgba(58, 64, 70, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(58, 64, 70, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary {
	color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
	color: rgba(229, 232, 235, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(229, 232, 235, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
	color: rgba(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
	color: rgba(216, 221, 225, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(216, 221, 225, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
	color: rgba(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
	color: rgba(109, 0, 0, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(109, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-red {
	color: rgba(var(--bs-red-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-red-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-red:hover, .link-red:focus {
	color: rgba(163, 0, 0, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(163, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray {
	color: rgba(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray:hover, .link-gray:focus {
	color: rgba(86, 94, 100, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

/* font weight */
.text-thin {
	font-weight: 300 !important;
}

.text-book {
	font-weight: 400 !important;
}

.text-demi {
	font-weight: 500 !important;
}

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

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

.text-bolded {
	font-weight: 900 !important;
}

/* font-size */
.fs-8 {
	font-size: 8px;
}

.fs-9 {
	font-size: 9px;
}

.fs-10 {
	font-size: 10px;
}

.fs-11 {
	font-size: 11px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
	font-size: 16px;
}

.fs-17 {
	font-size: 17px;
}

.fs-18 {
	font-size: 18px;
}

.fs-19 {
	font-size: 19px;
}

.fs-20 {
	font-size: 20px;
}

.fs-21 {
	font-size: 21px;
}

.fs-22 {
	font-size: 22px;
}

.fs-23 {
	font-size: 23px;
}

.fs-24 {
	font-size: 24px;
}

.fs-25 {
	font-size: 25px;
}

.fs-26 {
	font-size: 26px;
}

.fs-27 {
	font-size: 27px;
}

.fs-28 {
	font-size: 28px;
}

.fs-29 {
	font-size: 29px;
}

.fs-30 {
	font-size: 30px;
}

.fs-31 {
	font-size: 31px;
}

.fs-32 {
	font-size: 32px;
}

.fs-33 {
	font-size: 33px;
}

.fs-34 {
	font-size: 34px;
}

.fs-35 {
	font-size: 35px;
}

.fs-36 {
	font-size: 36px;
}

.fs-37 {
	font-size: 37px;
}

.fs-38 {
	font-size: 38px;
}

.fs-39 {
	font-size: 39px;
}

.fs-40 {
	font-size: 40px;
}

.fs-41 {
	font-size: 41px;
}

.fs-42 {
	font-size: 42px;
}

.fs-43 {
	font-size: 43px;
}

.fs-44 {
	font-size: 44px;
}

.fs-45 {
	font-size: 45px;
}

.fs-46 {
	font-size: 46px;
}

.fs-47 {
	font-size: 47px;
}

.fs-48 {
	font-size: 48px;
}

.fs-49 {
	font-size: 49px;
}

.fs-50 {
	font-size: 50px;
}

.fs-51 {
	font-size: 51px;
}

.fs-52 {
	font-size: 52px;
}

.fs-53 {
	font-size: 53px;
}

.fs-54 {
	font-size: 54px;
}

.fs-55 {
	font-size: 55px;
}

.fs-56 {
	font-size: 56px;
}

.fs-57 {
	font-size: 57px;
}

.fs-58 {
	font-size: 58px;
}

.fs-59 {
	font-size: 59px;
}

.fs-60 {
	font-size: 60px;
}

.fs-61 {
	font-size: 61px;
}

.fs-62 {
	font-size: 62px;
}

.fs-63 {
	font-size: 63px;
}

.fs-64 {
	font-size: 64px;
}

.fs-65 {
	font-size: 65px;
}

.fs-66 {
	font-size: 66px;
}

.fs-67 {
	font-size: 67px;
}

.fs-68 {
	font-size: 68px;
}

.fs-69 {
	font-size: 69px;
}

.fs-70 {
	font-size: 70px;
}

.fs-71 {
	font-size: 71px;
}

.fs-72 {
	font-size: 72px;
}

/* line-height */
.lh-1 {
	line-height: 1;
}

.lh-10 {
	line-height: 10px;
}

.lh-11 {
	line-height: 11px;
}

.lh-12 {
	line-height: 12px;
}

.lh-13 {
	line-height: 13px;
}

.lh-14 {
	line-height: 14px;
}

.lh-15 {
	line-height: 15px;
}

.lh-16 {
	line-height: 16px;
}

.lh-17 {
	line-height: 17px;
}

.lh-18 {
	line-height: 18px;
}

.lh-19 {
	line-height: 19px;
}

.lh-20 {
	line-height: 20px;
}

.lh-21 {
	line-height: 21px;
}

.lh-22 {
	line-height: 22px;
}

.lh-23 {
	line-height: 23px;
}

.lh-24 {
	line-height: 24px;
}

.lh-25 {
	line-height: 25px;
}

.lh-26 {
	line-height: 26px;
}

.lh-27 {
	line-height: 27px;
}

.lh-28 {
	line-height: 28px;
}

.lh-29 {
	line-height: 29px;
}

.lh-30 {
	line-height: 30px;
}

.lh-31 {
	line-height: 31px;
}

.lh-32 {
	line-height: 32px;
}

.lh-33 {
	line-height: 33px;
}

.lh-34 {
	line-height: 34px;
}

.lh-35 {
	line-height: 35px;
}

.lh-36 {
	line-height: 36px;
}

.lh-37 {
	line-height: 37px;
}

.lh-38 {
	line-height: 38px;
}

.lh-39 {
	line-height: 39px;
}

.lh-40 {
	line-height: 40px;
}

.lh-41 {
	line-height: 41px;
}

.lh-42 {
	line-height: 42px;
}

.lh-43 {
	line-height: 43px;
}

.lh-44 {
	line-height: 44px;
}

.lh-45 {
	line-height: 45px;
}

.lh-46 {
	line-height: 46px;
}

.lh-47 {
	line-height: 47px;
}

.lh-48 {
	line-height: 48px;
}

.lh-49 {
	line-height: 49px;
}

.lh-50 {
	line-height: 50px;
}

.lh-51 {
	line-height: 51px;
}

.lh-52 {
	line-height: 52px;
}

.lh-53 {
	line-height: 53px;
}

.lh-54 {
	line-height: 54px;
}

.lh-55 {
	line-height: 55px;
}

.lh-56 {
	line-height: 56px;
}

.lh-57 {
	line-height: 57px;
}

.lh-58 {
	line-height: 58px;
}

.lh-59 {
	line-height: 59px;
}

.lh-60 {
	line-height: 60px;
}

.lh-61 {
	line-height: 61px;
}

.lh-62 {
	line-height: 62px;
}

.lh-63 {
	line-height: 63px;
}

.lh-64 {
	line-height: 64px;
}

.lh-65 {
	line-height: 65px;
}

.lh-66 {
	line-height: 66px;
}

.lh-67 {
	line-height: 67px;
}

.lh-68 {
	line-height: 68px;
}

.lh-69 {
	line-height: 69px;
}

.lh-70 {
	line-height: 70px;
}

.lh-71 {
	line-height: 71px;
}

.lh-72 {
	line-height: 72px;
}

.lh-73 {
	line-height: 73px;
}

.lh-74 {
	line-height: 74px;
}

.lh-75 {
	line-height: 75px;
}

.lh-76 {
	line-height: 76px;
}

.lh-77 {
	line-height: 77px;
}

.lh-78 {
	line-height: 78px;
}

.lh-79 {
	line-height: 79px;
}

.lh-80 {
	line-height: 80px;
}

/* opacity */
.opacity-0 {
	opacity: 0;
}

.opacity-1 {
	opacity: 1;
}

/* typography */
.text-normal {
	font-family: Roboto, Arial, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.35;
	text-decoration: none;
	text-transform: none;
}

.text-notrans {
	text-transform: none !important;
}

.text-italic {
	font-style: italic;
}

.text-narrow {
	font-family: Roboto Condensed, Arial, Segoe UI, Helvetica Neue, Noto Sans, Liberation Sans, sans-serif;
}

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

.text-nounderline {
	text-decoration: none;
}

.link-nou {
	text-decoration: none;
}
.link-nou:hover, .link-nou:focus {
	text-decoration: underline;
}

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

a:hover, a:focus, a:focus-visible {
	outline: none;
}

/* vertical align */
.valign-top, .va-t {
	vertical-align: top !important;
}

.valign-bottom, .va-b {
	vertical-align: bottom !important;
}

.valign-middle, .va-m {
	vertical-align: middle !important;
}

.va-1 {
	vertical-align: 1px !important;
}

.va-2 {
	vertical-align: 2px !important;
}

.va-3 {
	vertical-align: 3px !important;
}

.va-4 {
	vertical-align: 4px !important;
}

.va-5 {
	vertical-align: 5px !important;
}

.va-6 {
	vertical-align: 6px !important;
}

.va-7 {
	vertical-align: 7px !important;
}

.va-8 {
	vertical-align: 8px !important;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*-- Common Style --*/
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 8rem;
	color: #343a40;
	font-family: Roboto, Arial, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
}
body > section, body > main {
	margin-top: 1rem;
}

main {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

a {
	color: #880000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Oswald, Roboto, Arial, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
	font-weight: 400;
	color: #880000;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #FFFFFF;
}
#preloader:before {
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #dee2e6;
	border-top-color: #6C757D;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
	content: "";
}

@-webkit-keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #6C757D;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.back-to-top i {
	font-size: 28px;
	color: #FFFFFF;
	line-height: 0;
}
.back-to-top:hover {
	background: #495057;
	color: #FFFFFF;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		-webkit-transition-delay: 0 !important;
		        transition-delay: 0 !important;
	}
}
/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	padding: 1rem;
	border-radius: 0.1rem;
	background-color: #e9ecef;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	margin: 0;
}
.pagination .page-item {
	margin: 0;
}
.pagination .page-item .page-link {
	min-width: 38px;
	min-height: 38px;
	padding: 0.35rem 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	outline: none;
}
@media (max-width: 420px) {
	.pagination .page-item .page-link {
		min-width: 30px;
	}
}
@media (max-width: 348px) {
	.pagination .page-item .page-link {
		min-width: 27px;
	}
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
	color: #FFFFFF;
	border-color: #0dcaf0;
	background-color: #0dcaf0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.pagination .page-item .page-link [class^=icon-] {
	font-size: 0.85rem;
}
.pagination .page-item .page-link [class^=icon-]:before {
	margin: 0 -2px;
	padding: 0;
}
.pagination .page-item:first-child .page-link {
	border-top-left-radius: 0.15rem;
	border-bottom-left-radius: 0.15rem;
}
.pagination .page-item:last-child .page-link {
	border-top-right-radius: 0.15rem;
	border-bottom-right-radius: 0.15rem;
}
.pagination .page-item.disabled .page-link {
	color: #dee2e6;
}

/*--------------------------------------------------------------
# Система сеток
--------------------------------------------------------------*/
.col-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.col-center {
	-webkit-box-pack: flex-center;
	    -ms-flex-pack: flex-center;
	        justify-content: flex-center;
}

.col-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-check-input:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.form-control {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
.table-sizes th span {
	font-weight: 400 !important;
}

/*--------------------------------------------------------------
# List Styles
--------------------------------------------------------------*/
#main ul:not([class]) {
	list-style: none;
	padding-left: 1.25rem;
}
#main ul:not([class]) > li {
	padding-bottom: 0.35rem;
	line-height: 1.25;
}
#main ul:not([class]) > li::before {
	display: inline-block;
	width: 1rem;
	margin-left: -1rem;
	color: #880000;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1rem;
	vertical-align: middle;
	content: "•";
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel .carousel-item img {
	display: block;
	max-width: 100%;
	height: auto;
	opacity: 0.9;
	-webkit-filter: gray;
	        filter: gray;
	-webkit-filter: grayscale(75%);
	        filter: grayscale(75%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 997;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 128px;
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#header #topbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 2rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	color: #FFFFFF;
	font-size: 1rem;
	background: #212529;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#header #topbar > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#header #topbar .phone-block, #header #topbar .currency-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#header #topbar .phone-block [class^=icon-] {
	padding-right: 0.5rem;
	display: inline-block;
	color: #e9ecef;
	font-size: 1.25rem;
	line-height: 1.5rem;
}
#header #topbar .phone-block [class^=icon-]:before {
	margin: 0;
	padding: 0;
}
#header #topbar .phone-block a {
	display: inline-block;
	margin: 0;
	color: #FFFFFF;
	font-family: Oswald, Roboto, Arial, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.5rem;
}
#header #topbar .phone-block a:hover {
	color: #CC0000;
}
#header #topbar .phone-block span {
	display: inline-block;
	margin: 0;
	padding: 0;
}
@media (max-width: 575.98px) {
	#header #topbar .phone-block span {
		display: none;
	}
}
#header #topbar .currency-block {
	margin-left: auto;
}
#header #topbar .currency-block [class^=icon-] {
	display: inline-block;
	margin-right: 0.25rem;
	color: #e9ecef;
	font-size: 1.35rem;
	line-height: 1.5rem;
}
#header #topbar .currency-block select {
	max-height: 1.5rem;
	padding: 0.3rem 1.35rem 0 0;
	color: #FFFFFF;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background-color: #212529;
}
#header #topbar .user-block, #header #topbar .cart-informer {
	position: relative;
	min-width: 2.25rem;
	padding: 1px;
	text-align: center;
}
#header #topbar .user-block > .btn, #header #topbar .cart-informer > .btn {
	padding: 0.15rem 0.35rem;
	font-family: "Roboto Condensed", Arial, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
	font-size: 0.95rem;
	border-radius: 0.125rem;
}
#header #topbar .cart-informer .badge {
	display: inline-block;
	position: absolute;
	top: -2px;
	right: 0;
	min-width: 1.1rem;
	height: 1rem;
	padding: 0.1rem 0.25rem;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 900;
	line-height: 0.75rem;
}
#header #topbar .cart-informer #cartddb {
	min-width: 300px;
	width: auto;
	top: 1.5rem;
	right: 0;
	padding: 0.25rem 0;
	border-radius: 0.25rem;
	background-color: #e9ecef;
}
#header #topbar .cart-informer #cartddb .dropdown-header {
	padding: 0.25rem 0.75rem;
	color: #e9ecef;
	font-size: 1rem;
}
#header #topbar .cart-informer #cartddb .dropdown-divider {
	margin: 0;
}
#header #topbar .cart-informer #cartddb .dropdown-item {
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 0.85rem;
	line-height: 1.25;
	white-space: normal;
	border-bottom: 1px solid rgba(0, 0, 0, 0.175);
	background-color: #FFFFFF;
}
#header #topbar .cart-informer #cartddb .dropdown-item::after {
	display: block;
	clear: both;
	content: "";
}
#header #topbar .cart-informer #cartddb .dropdown-item img {
	max-width: 100%;
	height: auto;
	float: left;
	max-width: 64px;
	margin-right: 0.5rem;
}
#header #topbar .cart-informer #cartddb .dropdown-item .prod-title {
	margin-bottom: 0.25rem;
	font-size: 0.95rem;
	line-height: 1.25;
	font-weight: 500;
}
#header #topbar .cart-informer #cartddb .dropdown-item .prod-price {
	font-size: 0.85rem;
	line-height: 1.25;
}
#header #topbar .cart-informer #cartddb .dropdown-footer {
	padding: 0.5rem 0 0.25rem;
	font-size: 0.85rem;
	line-height: 1.35;
	white-space: nowrap;
	background-color: #dee2e6;
}
#header #topbar .cart-informer #cartddb .dropdown-footer .summ {
	padding-top: 0.35rem;
}
#header #topbar .cart-informer #cartddb .dropdown-footer .btn {
	padding: 0.5rem 0.75rem;
	font-size: 0.85rem;
	line-height: 1.1;
	white-space: nowrap;
	border-radius: 0.25rem;
}
#header #topbar .cart-informer:hover #cartddb {
	display: block;
}
#header #mainmenu {
	min-height: 6rem;
}
#header #mainmenu.fixed-top {
	height: 6rem;
}

.logo {
	max-height: 5rem;
	margin: 0;
	padding: 0;
}
@media (max-width: 575.98px) {
	.logo {
		max-width: 280px;
	}
}
@media (max-width: 380px) {
	.logo {
		max-width: 216px;
	}
}

/* lklogin - modal */
#lklogin .modal-header {
	color: #880000;
	background-color: #dee2e6;
}
#lklogin .form-signin {
	max-width: 300px !important;
	margin: auto;
	padding-top: 0;
	text-align: center;
}
#lklogin .form-signin form {
	margin: 2rem auto 1.5rem;
}
#lklogin .form-signin .form-floating:focus-within {
	z-index: 2;
}
#lklogin .form-signin label {
	color: #6C757D;
}
#lklogin .form-signin input[type=text], #lklogin .form-signin input[type=email] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#lklogin .form-signin input[type=password] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#lklogin .form-signin .btn-lg {
	font-size: 1.125rem;
	border-radius: 0.25rem;
}
#lklogin .form-signin .sn-link {
	font-size: 0.95rem;
	font-weight: 400;
}
#lklogin .form-signin .sn-link a {
	color: #212529;
}
#lklogin .form-signin .sn-link a:hover {
	color: #880000;
	text-decoration: underline;
}
#lklogin .form-signin .sn-link [class^=icon-] {
	font-size: 1.125rem;
	line-height: 0;
}
#lklogin .form-signin .sn-link [class^=icon-]:before {
	margin-left: 0;
	margin-right: 0.25rem;
}

.pwlogin {
	min-width: 300px;
}
.pwlogin.card {
	border: none;
}
.pwlogin h5 {
	margin-bottom: 0;
	font-size: 1.125rem;
	white-space: nowrap;
}
.pwlogin a {
	color: #880000;
}
.pwlogin a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.pwlogin .form-floating:focus-within {
	z-index: 2;
}
.pwlogin .form-floating .form-control:focus, .pwlogin .form-floating .form-control-plaintext:focus, .pwlogin .form-floating .form-select:focus {
	border-color: #880000;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.pwlogin label {
	color: #6C757D;
}
.pwlogin input[type=text], .pwlogin input[type=email] {
	margin-bottom: -1px;
	border-radius: 0.25rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.pwlogin input[type=password] {
	margin-bottom: 0.5rem;
	border-radius: 0.25rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.pwlogin .btn-lg {
	font-size: 1.125rem;
	border-radius: 0.25rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	margin-top: auto;
	padding: 0 0 1rem;
	color: #343a40;
	font-size: 0.875rem;
	background-color: #dee2e6;
}
#footer .footer-newsletter {
	padding: 3rem 0;
	background: rgba(120, 140, 160, 0.125);
	text-align: center;
	font-size: 0.95rem;
}
#footer .footer-newsletter h4 {
	margin: 0 0 1.25rem;
	padding: 0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}
#footer .footer-newsletter form {
	position: relative;
	margin-top: 1.25rem;
	padding: 0.3rem 0.6rem;
	text-align: left;
	border-radius: 4px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
}
#footer .footer-newsletter form input[type=email] {
	width: calc(100% - 100px);
	padding: 4px 8px;
	border: 0;
}
#footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 1.25rem;
	color: #FFFFFF;
	font-size: 1rem;
	border: 0;
	border-radius: 0 0.25rem 0.25rem 0;
	background: #0d6efd;
	-webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#footer .footer-newsletter form input[type=submit]:hover {
	background: #0d6efd;
}
#footer .footer-top {
	padding: 1.25rem 0;
	background: #f8f9fa;
	border-top: 2px solid #dee2e6;
}
#footer .footer-top .footer-contact img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 70px;
}
#footer .footer-top .footer-contact .address {
	margin-top: 0.75rem;
	margin-bottom: 0;
	font-family: Oswald, Roboto, Arial, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #6c757d;
}
#footer .footer-top .footer-contact .address a {
	color: #343a40;
}
#footer .footer-top .footer-contact .address a:hover {
	color: #880000;
}
#footer .footer-top .footer-contact .address span {
	display: inline-block;
	min-width: 55px;
	font-weight: 300;
}
#footer .footer-top h4 {
	position: relative;
	padding-bottom: 0.25rem;
	color: #6C757D;
	font-size: 1.125rem;
	font-weight: 500;
}
#footer .footer-top .footer-links ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 0.15rem;
	color: #0d6efd;
	font-size: 0.65rem;
	line-height: 1;
}
#footer .footer-top .footer-links ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.25rem 0;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	display: inline-block;
	color: #6c757d;
	line-height: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#footer .footer-top .footer-links ul a:hover {
	color: #880000;
	text-decoration: underline;
}
#footer .footer-top .social-links a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0.5rem;
	margin: 0.25rem;
	padding: 0.5rem 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.125rem;
	line-height: 1;
	border-radius: 0.25rem;
	background: #880000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footer-top .social-links p {
	margin-bottom: 0.5rem;
	font-weight: 300;
	line-height: 1.25;
}
#footer .copyright, #footer .credits {
	color: #343a40;
	font-size: 0.875rem;
}
#footer .copyright a, #footer .credits a {
	color: #880000;
}
#footer .copyright a:hover, #footer .credits a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#footer .copyright span, #footer .credits span {
	color: #880000;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Desktop Navigation */
.navbar {
	background-color: rgba(120, 140, 160, 0.125);
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.navbar .navbar-toggler:focus {
	border-color: #880000;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.navbar .navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (max-width: 991.98px) {
	.navbar .navbar-nav {
		margin-bottom: 0.75rem;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.navbar .navbar-nav > li {
	position: relative;
	padding: 0 0.5rem;
	white-space: nowrap;
}
.navbar .navbar-nav > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	color: #343a40;
	font-family: Oswald, Roboto, Arial, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	white-space: nowrap;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.navbar .navbar-nav > li > a:before {
	position: absolute;
	visibility: hidden;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #880000;
	content: "";
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.navbar .navbar-nav > li > a:hover {
	color: #880000;
}
.navbar .navbar-nav > li > a:hover:before {
	width: 100%;
	visibility: visible;
}
.navbar .navbar-nav > li > a.active {
	color: #880000;
}
.navbar .navbar-nav > li > a.active:before {
	width: 100%;
	visibility: visible;
}
.navbar .navbar-nav > li > a.active:focus {
	color: #000;
}
.navbar .navbar-nav > li .dropdown-menu {
	padding: 0;
	border-radius: 0.1rem;
	background-color: #eef1f3;
}
.navbar .navbar-nav > li .dropdown-menu .dropdown-item {
	padding: 0.75rem 1rem;
}
.navbar .navbar-nav > li .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav > li .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav > li .dropdown-menu .dropdown-item:active {
	color: #FFFFFF;
	background-color: #880000;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	overflow: hidden;
	padding: 1rem 0;
}
section.inner-page {
	padding: 0.5rem 0;
}
section.inner-page p, section.inner-page li {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
section.section-bg {
	background-color: rgba(120, 140, 160, 0.125);
}
section .section-title {
	text-align: center;
	padding-bottom: 1.75rem;
}
section .section-title h2 {
	display: inline-block;
	margin: 0;
	padding: 0.5rem 1.5rem;
	color: #880000;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 50px;
	background: #e9ecef;
}
section .section-title h3 {
	margin: 2rem 0 0 0;
	font-size: 1.5rem;
	font-weight: 500;
}
section .section-title h3 span {
	color: #880000;
}
section .section-title p {
	margin: 15px auto 0 auto;
	font-weight: 600;
}
@media (min-width: 1024px) {
	section .section-title p {
		width: 50%;
	}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	min-height: 45vh;
}
@media (max-width: 991.98px) {
	#hero {
		min-height: 35vh;
	}
}
@media (max-width: 575.98px) {
	#hero {
		min-height: 25vh;
	}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
	padding: 1.5rem 0;
}
@media (max-width: 767.98px) {
	.about {
		margin-top: 0;
	}
}
.about .section-title {
	padding-bottom: 0.75rem;
}
.about .section-title h3 {
	margin-top: 0;
	text-align: left;
	color: #880000;
}
@media (max-width: 991.98px) {
	.about .section-title {
		padding-bottom: 0;
	}
}
.about .card {
	margin-left: auto;
	margin-right: auto;
	border-color: rgba(128, 128, 128, 0.1);
	background-color: #ced4da;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
	.about .card {
		width: auto;
	}
}
.about .content h3 {
	font-size: 1.5rem;
	font-weight: 600;
}
.about .content ul {
	list-style: none;
	padding: 0;
}
.about .content ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 1.25rem;
}
.about .content ul li:first-child {
	margin-top: 1.25rem;
}
.about .content ul i {
	margin-right: 1rem;
	padding: 0.5rem;
	color: #880000;
	font-size: 1.75rem;
	line-height: 1;
	border-radius: 50%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
	        box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
}
.about .content ul i:before {
	margin: 0.25rem;
	vertical-align: 0;
}
.about .content ul i:hover, .about .content ul i:focus {
	background: transparent;
}
.about .content ul h5 {
	color: #6c757d;
	font-size: 1rem;
}
.about .content p {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.35;
}
.about .content p:last-child {
	margin-bottom: 0;
}
.about .about-img {
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
@media (max-width: 991.98px) {
	.about .about-img {
		display: none;
	}
}
.about .about-img img {
	position: relative;
	max-width: 100%;
	opacity: 0.95;
	border-radius: 0.15rem;
}
.about .about-img::before {
	position: absolute;
	left: 1rem;
	top: 1rem;
	width: 60px;
	height: 60px;
	z-index: 1;
	content: "";
	border-left: 5px solid #880000;
	border-top: 5px solid #880000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.about .about-img::after {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	width: 60px;
	height: 60px;
	z-index: 2;
	content: "";
	border-right: 5px solid #880000;
	border-bottom: 5px solid #880000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.about .about-img:hover {
	-webkit-transform: scale(1.03);
	        transform: scale(1.03);
}
.about .about-img:hover::before {
	left: 0.5rem;
	top: 0.5rem;
}
.about .about-img:hover::after {
	right: 0.5rem;
	bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Advantages
--------------------------------------------------------------*/
.advantages {
	padding-top: 1rem;
}
.advantages .section-title h3 {
	margin-bottom: 0;
}
.advantages .icon-box {
	padding: 1.75rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 0.25rem;
	background: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	        box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.advantages .icon-box::before {
	position: absolute;
	top: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background: #cbe0fb;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.advantages .icon-box:hover::before {
	top: 0;
	width: 100%;
	border-radius: 0.5rem;
	background: #880000;
}
.advantages .icon-box:hover .title {
	color: #FFFFFF;
}
.advantages .icon-box:hover .title a {
	color: #FFFFFF;
}
.advantages .icon-box:hover .description {
	color: #FFFFFF;
}
.advantages .icon-box:hover .icon i {
	color: #FFFFFF;
}
.advantages .block-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.advantages .icon {
	margin-right: 0.75rem;
}
.advantages .icon i {
	font-size: 48px;
	line-height: 1;
	color: #880000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.advantages .title {
	margin-bottom: 0.5rem;
	color: #343a40;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.1;
}
.advantages .title a {
	color: #495057;
}
.advantages .description {
	margin-bottom: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
}

/*--------------------------------------------------------------
# Novelties
--------------------------------------------------------------*/
.novelties {
	padding: 0 0 1.75rem 0;
}
.novelties .section-title h3 {
	margin-bottom: 0;
}
.novelties .novelties-slider {
	overflow: hidden;
	padding: 0 2.75rem;
}
@media (max-width: 575.98px) {
	.novelties .novelties-slider {
		padding: 0;
	}
}
.novelties .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: justify;
	    align-content: space-between;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	height: auto;
	padding: 0.5rem;
	border: 1px solid #adb5bd;
	border-radius: 0.375rem;
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	background: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.novelties .swiper-slide img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 240px;
	border-radius: 0.25rem;
}
@media (min-width: 576px) {
	.novelties .swiper-slide img {
		height: 320px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
.novelties .swiper-slide img:hover, .novelties .swiper-slide img:focus {
	opacity: 0.75;
}
.novelties .swiper-slide .descr {
	text-align: center;
	margin-top: 0.5rem;
}
.novelties .swiper-button-prev, .novelties .swiper-button-next {
	top: calc(50% + 22px);
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	outline: none;
}
@media (min-width: 576px) {
	.novelties .swiper-button-prev, .novelties .swiper-button-next {
		height: 100%;
		width: 2.5rem;
		background-color: #dee2e6;
	}
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.reviews {
	padding-bottom: 1rem;
}
.reviews .reviews-slider {
	overflow: hidden;
	padding: 0 2.75rem;
}
@media (max-width: 575.98px) {
	.reviews .reviews-slider {
		padding: 0;
	}
}
.reviews .item-header h3, .reviews .item-header .item-title, .reviews .item-header h4, .reviews .item-header .item-subtitle {
	display: inline-block;
	margin: 0 0 0.25rem;
	line-height: 1.375rem;
}
.reviews .item-header h3, .reviews .item-header .item-title {
	color: #880000;
	font-size: 1rem;
	font-weight: 500;
}
.reviews .item-header h4, .reviews .item-header .item-subtitle {
	color: #212529;
	font-size: 0.95rem;
	font-weight: 300;
}
.reviews .item-header .ratings {
	display: inline-block;
	margin-left: 1rem;
}
.reviews .item-header .ratings i {
	color: #e9ecef;
	font-size: 1rem;
}
.reviews .item-header .ratings .rating-color {
	color: #ffc107;
}
.reviews .review-item {
	min-height: 164px;
	padding: 1.25rem;
	background: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	        box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	border-radius: 0.375rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reviews .review-item::after {
	display: block;
	clear: both;
	content: "";
}
@media (max-width: 575.98px) {
	.reviews .review-item {
		padding: 1.25rem 2.25rem;
	}
}
.reviews .review-item .review-img {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 90px;
	height: 90px;
	float: right;
	margin: 0 0 0 1rem;
	padding: 1px;
	border-radius: 25%;
	border: 2px solid rgba(255, 255, 255, 0.25);
}
.reviews .review-item p {
	margin: 0;
	font-size: 1rem;
}
.reviews .review-item ul {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1rem;
}
.reviews .review-item .open, .reviews .review-item .close {
	display: block;
	cursor: pointer;
	color: #880000;
}
.reviews .review-item .cont {
	overflow: hidden;
}
.reviews .review-item .full {
	height: auto !important;
}
.reviews .review-item .hide {
	display: none;
}
.reviews .review-item .visible {
	display: block;
}
.reviews .swiper-button-prev, .reviews .swiper-button-next {
	top: 50%;
}
@media (min-width: 576px) {
	.reviews .swiper-button-prev, .reviews .swiper-button-next {
		-webkit-transform: translateY(calc(-50% + 0.5rem));
		        transform: translateY(calc(-50% + 0.5rem));
		height: 100%;
		background-color: #e9ecef !important;
	}
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
	height: 60px;
	display: block;
	background: none;
	border-radius: 0;
}
.skills .progress .skill {
	margin: 0 0 6px 0;
	padding: 0;
	color: #495057;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}
.skills .progress .skill .val {
	float: right;
	font-style: normal;
}
.skills .progress-bar-wrap {
	background: #dee2e6;
	height: 10px;
}
.skills .progress-bar {
	width: 1px;
	height: 10px;
	-webkit-transition: 0.9s;
	transition: 0.9s;
	background-color: #880000;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
	padding: 70px 0 60px;
}
.counts .count-box {
	padding: 30px 30px 25px 30px;
	width: 100%;
	position: relative;
	text-align: center;
	background: #e9ecef;
}
.counts .count-box i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: -28px;
	left: 50%;
	width: 56px;
	height: 56px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 0;
	border-radius: 50px;
	border: 5px solid #FFFFFF;
	background: #880000;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.counts .count-box span {
	font-size: 36px;
	display: block;
	font-weight: 600;
	color: #880000;
}
.counts .count-box p {
	padding: 0;
	margin: 0;
	font-family: Oswald, Roboto, Arial, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
	padding: 15px 0;
	text-align: center;
}
.clients img {
	max-width: 45%;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 15px 0;
}
.clients img:hover {
	-webkit-transform: scale(1.15);
	        transform: scale(1.15);
}

@media (max-width: 768px) {
	.clients img {
		max-width: 40%;
	}
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
	padding: 80px 0;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.testimonials::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
}
.testimonials .section-header {
	margin-bottom: 40px;
}
.testimonials .testimonials-carousel {
	overflow: hidden;
}
.testimonials .testimonials-slider {
	overflow: hidden;
}
.testimonials .testimonial-item {
	text-align: center;
	color: #FFFFFF;
}
.testimonials .testimonial-item .testimonial-img {
	width: 100px;
	border-radius: 50%;
	border: 6px solid rgba(255, 255, 255, 0.15);
	margin: 0 auto;
}
.testimonials .testimonial-item h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #FFFFFF;
}
.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #495057;
	margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left {
	color: #dee2e6;
	font-size: 26px;
	display: inline-block;
	left: -5px;
	position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
	color: #dee2e6;
	font-size: 26px;
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}
.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
	color: #eee;
}
.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #e9ecef;
	opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #880000;
}
@media (min-width: 992px) {
	.testimonials .testimonial-item p {
		width: 80%;
	}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 15px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
	padding: 2px 15px;
}
.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px 8px 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #6C757D;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover {
	color: #880000;
}
.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}
.portfolio #portfolio-flters li.filter-active {
	color: #880000;
}
.portfolio .portfolio-item {
	margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	z-index: 3;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 600;
}
.portfolio .portfolio-item .portfolio-info p {
	color: #495057;
	font-size: 14px;
	margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #343a40;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover {
	color: #880000;
}
.portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #343a40;
	right: 10px;
}
.portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #880000;
}
.portfolio .portfolio-item .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	position: absolute;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
	color: #FFFFFF;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
	color: #880000;
}
.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
	width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
	opacity: 1;
	border: 1px solid #880000;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #880000;
}
.portfolio-details .portfolio-info {
	padding: 30px;
	-webkit-box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
	        box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
	margin-top: 10px;
}
.portfolio-details .portfolio-description {
	padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
	padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
	padding: 60px 0;
}
.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 4px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
	        box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.team .member .member-img {
	position: relative;
	overflow: hidden;
}
.team .member .social {
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 0;
	opacity: 0;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	text-align: center;
}
.team .member .social a {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	color: #343a40;
	margin: 0 3px;
	padding-top: 7px;
	border-radius: 4px;
	width: 36px;
	height: 36px;
	background: rgba(16, 110, 234, 0.8);
	display: inline-block;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	color: #FFFFFF;
}
.team .member .social a:hover {
	background: #880000;
}
.team .member .social i {
	font-size: 18px;
}
.team .member .member-info {
	padding: 25px 15px;
}
.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #343a40;
}
.team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #212529;
}
.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #495057;
}
.team .member:hover .social {
	opacity: 1;
	bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 20px;
	background: #FFFFFF;
	text-align: center;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
	        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.pricing .box h3 {
	font-weight: 400;
	margin: -20px -20px 20px -20px;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #495057;
	background: #e9ecef;
}
.pricing .box h4 {
	margin-bottom: 20px;
	color: #0d6efd;
	font-size: 36px;
	font-weight: 600;
}
.pricing .box h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}
.pricing .box h4 span {
	color: #343a40;
	font-size: 16px;
	font-weight: 300;
}
.pricing .box ul {
	padding: 0;
	list-style: none;
	color: #6C757D;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
.pricing .box ul li {
	padding-bottom: 16px;
}
.pricing .box ul i {
	color: #880000;
	font-size: 18px;
	padding-right: 4px;
}
.pricing .box ul .na {
	color: #6c757d;
	text-decoration: line-through;
}
.pricing .btn-wrap {
	margin: 20px -20px -20px -20px;
	padding: 20px 15px;
	background: #e9ecef;
	text-align: center;
}
.pricing .btn-buy {
	background: #880000;
	display: inline-block;
	padding: 8px 35px 10px 35px;
	border-radius: 4px;
	color: #FFFFFF;
	-webkit-transition: none;
	transition: none;
	font-size: 14px;
	font-weight: 400;
	font-family: Oswald, Roboto, Arial, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.pricing .btn-buy:hover {
	background: #880000;
}
.pricing .featured h3 {
	color: #FFFFFF;
	background: #880000;
}
.pricing .advanced {
	position: absolute;
	z-index: 1;
	top: 18px;
	right: -68px;
	width: 200px;
	padding: 1px 0 3px 0;
	color: #FFFFFF;
	font-size: 14px;
	background: #880000;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
	padding: 60px 0;
}
.faq .faq-list {
	padding: 0;
	list-style: none;
}
.faq .faq-list li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ced4da;
}
.faq .faq-list .question {
	display: block;
	position: relative;
	cursor: pointer;
	padding-left: 25px;
	color: #880000;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.faq .faq-list i {
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 16px;
}
.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
	display: none;
}
.faq .faq-list .collapsed {
	color: #000;
}
.faq .faq-list .collapsed:hover {
	color: #880000;
}
.faq .faq-list .collapsed .icon-show {
	display: inline-block;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
	display: none;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	padding: 1.5rem 0;
}
.contact .info-box {
	padding: 1.25rem 0;
	text-align: center;
	color: #6C757D;
	-webkit-box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
	        box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
}
.contact .info-box i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.75rem 0.35rem;
	font-size: 2rem;
	color: #880000;
	border-radius: 50%;
	border: 2px solid #dee2e6;
}
.contact .info-box h3 {
	margin: 0.25rem 0;
	color: #495057;
	font-size: 1.125rem;
	font-weight: 500;
}
.contact .info-box a:hover {
	text-decoration: underline;
}
.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.contact .info-box.inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 0.75rem;
	padding: 1rem;
	text-align: left;
}
.contact .info-box.inline i {
	margin-right: 0.75rem;
}
.contact .info-box.inline strong {
	display: inline-block;
	margin-right: 0.75rem;
}
@media (max-width: 575.98px) {
	.contact .info-box.inline strong {
		display: none;
	}
}
.contact .php-email-form {
	padding: 1rem 1.5rem;
	-webkit-box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
	        box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
}
.contact .php-email-form .error-message {
	display: none;
	padding: 1rem;
	text-align: left;
	color: #FFFFFF;
	font-weight: 600;
	background: #ced4da;
}
.contact .php-email-form .error-message br + br {
	margin-top: 1.5rem;
}
.contact .php-email-form .sent-message {
	display: none;
	padding: 1rem;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	background: #ced4da;
}
.contact .php-email-form .loading {
	display: none;
	padding: 1rem;
	text-align: center;
	background: #FFFFFF;
}
.contact .php-email-form .loading:before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #ced4da;
	border-top-color: #e9ecef;
	border-radius: 50%;
	content: "";
	-webkit-animation: animate-loading 1s linear infinite;
	        animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
	margin-bottom: 0.75rem;
}
.contact .php-email-form input, .contact .php-email-form select, .contact .php-email-form textarea {
	padding: 0.65rem 1rem;
	font-size: 0.875rem;
	border-radius: 0.125rem;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.contact .php-email-form input:focus, .contact .php-email-form select:focus, .contact .php-email-form textarea:focus {
	border-color: #880000;
}
.contact .php-email-form select:invalid:not(:focus) {
	color: #495057;
}
.contact .php-email-form textarea {
	max-height: 6.25rem;
}
.contact .php-email-form button[type=submit] {
	padding: 0.625rem 2rem;
	color: #FFFFFF;
	background: #880000;
	border: 0;
	border-radius: 0.25rem;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
	background: #ced4da;
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/
.swiper .swiper-button-prev, .swiper .swiper-button-next {
	color: #0d6efd;
	background-color: #FFFFFF;
}
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
	color: #880000;
}
@media (max-width: 575.98px) {
	.swiper .swiper-button-prev, .swiper .swiper-button-next {
		color: #880000;
		background-color: transparent;
	}
	.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
		font-size: 2rem;
	}
}
.swiper .swiper-button-prev {
	left: 0;
}
.swiper .swiper-button-next {
	right: 0;
}
.swiper .swiper-pagination {
	position: relative;
	margin-top: 1.5rem;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
	width: 0.75rem;
	height: 0.75rem;
	background-color: #dee2e6;
	opacity: 1;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #880000;
}

/*--------------------------------------------------------------
# Catalog
--------------------------------------------------------------*/
.catalog {
	padding: 0 0 1.75rem 0;
}
.catalog .section-title h3 {
	margin-bottom: 0;
}
.catalog .cat-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
@media (max-width: 991.98px) {
	.catalog .cat-item {
		margin-bottom: 1.5rem;
	}
}
.catalog .icon-box {
	width: 100%;
	padding: 2rem;
	text-align: center;
	border: 1px solid #495057;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	        box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.catalog .icon-box .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 128px;
	height: 128px;
	margin: 0 auto 1rem;
	border: 1px solid #6C757D;
	border-radius: 0.375rem;
	background: #FFFFFF;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.catalog .icon-box .icon i {
	color: #6c757d;
	font-size: 64px;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.catalog .icon-box h4 {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.15;
}
.catalog .icon-box a {
	color: #000;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.catalog .icon-box a:hover, .catalog .icon-box a:focus {
	color: #0d6efd;
}
.catalog .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.catalog .icon-box:hover {
	border-color: #FFFFFF;
	-webkit-box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
	        box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
.catalog .icon-box:hover a {
	color: #0d6efd;
}
.catalog .icon-box:hover .icon {
	border-color: #0d6efd;
}
.catalog .icon-box:hover .icon i {
	color: #0d6efd;
}

.catgrid .card {
	height: 100%;
	border: 1px solid #6C757D;
	border-radius: 0.15rem;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	        box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.catgrid .card .card-body {
	padding: 2rem 0;
	text-align: center;
}
.catgrid .card .card-body h4, .catgrid .card .card-body .card-title {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.15;
}
.catgrid .card .card-body .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 8rem;
	height: 8rem;
	margin: 0 auto 1rem;
	border: 1px solid #6C757D;
	border-radius: 0.25rem;
	background: #FFFFFF;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.catgrid .card .card-body .icon i {
	color: #0d6efd;
	font-size: 4rem;
}
.catgrid .card .card-body a {
	color: #000;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.catgrid .card .card-body:hover a, .catgrid .card .card-body:focus a {
	color: #0d6efd;
}
.catgrid .card .card-body:hover .icon, .catgrid .card .card-body:focus .icon {
	color: #FFFFFF;
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.catgrid .card .card-body:hover .icon i, .catgrid .card .card-body:focus .icon i {
	color: #FFFFFF;
}

/* catlist */
.catlist .catlist-head {
	margin-top: 1rem;
	border: 1px solid #6C757D;
	border-radius: 0.125rem;
	-webkit-box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	        box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.catlist .catlist-head [class^=icon-] {
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1;
}
.catlist .catlist-head .input-group, .catlist .catlist-head select, .catlist .catlist-head .btn {
	max-height: 38px;
}
.catlist .catlist-head .input-group-text, .catlist .catlist-head .pagination, .catlist .catlist-head .custom-select, .catlist .catlist-head .btn {
	border-radius: 0.125rem;
}
.catlist .catlist-head .input-group-text {
	color: #0d6efd;
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1.1;
	background-color: #0d6efd;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.catlist .catlist-head .input-group-text {
		padding: 0.375rem;
	}
}
.catlist .catlist-head .input-group-text span {
	display: inline-block;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.catlist .catlist-head .input-group-text span {
		display: none;
	}
}
.catlist .catlist-head .input-group-text i {
	margin-right: 0.2rem;
}
.catlist .catlist-head .prodview {
	margin: 0;
}
.catlist .catlist-head .prodview > li {
	margin-bottom: 0;
	padding: 0.5rem;
	color: #6C757D;
	background-color: transparent;
	border-color: #6C757D;
}
.catlist .catlist-head .prodview > li:hover, .catlist .catlist-head .prodview > li:focus {
	color: #FFFFFF;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}
.catlist .catlist-head .prodview > li.active {
	color: #FFFFFF;
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.catlist .catlist-head .prodview > li.active:hover, .catlist .catlist-head .prodview > li.active:focus {
	color: #FFFFFF;
	border-color: #0dcaf0;
	background-color: #0dcaf0;
}
.catlist .catlist-head .total {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	white-space: nowrap;
	border-bottom: 2px solid #0d6efd;
}
.catlist .catlist-head .total strong, .catlist .catlist-head .total b {
	font-weight: 500;
}
.catlist .prodlist {
	margin-top: 0.25rem;
	padding-bottom: 1rem;
	--bs-gutter-x: 2rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.catlist .prodlist > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
}
.catlist .prodlist .col {
	padding: 1rem;
}
.catlist .prodlist .card {
	height: 100%;
	color: #6C757D;
	border: 1px solid #6C757D;
	border-radius: 0.125rem;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	        box-shadow: 0 0 1.5rem 0 rgba(68, 88, 144, 0.12);
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.catlist .prodlist .card a {
	display: block;
	color: #6C757D;
}
.catlist .prodlist .card a:hover {
	color: #0d6efd;
}
.catlist .prodlist .card .card-body {
	position: relative;
	text-align: center;
}
.catlist .prodlist .card .card-body img {
	max-width: 100%;
	height: auto;
	min-width: 260px;
	max-height: 260px;
	margin: 0 auto;
	border-radius: 0.15rem;
}
.catlist .prodlist .card .card-body img:hover {
	opacity: 0.85;
}
@media (max-width: 767.98px) {
	.catlist .prodlist .card .card-body img {
		min-width: 200px;
		max-height: none;
	}
}
.catlist .prodlist .card .card-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	border-color: rgba(128, 128, 128, 0.1);
	border-top-width: 2px;
	background: transparent;
}
.catlist .prodlist .card .card-footer .description {
	display: none;
	color: #000;
	font-size: 0.95rem;
	line-height: 1.3;
}
.catlist .prodlist .card .card-footer .description p {
	margin-bottom: 0.35rem;
	font-size: 0.95rem;
	line-height: 1.3;
}
.catlist .prodlist .card .card-footer .description strong, .catlist .prodlist .card .card-footer .description b {
	font-weight: 600;
}
.catlist .prodlist .card .card-footer .description ul {
	margin: 0;
	padding-left: 1rem;
}
.catlist .prodlist .card .card-footer .description ul li {
	margin: 0 0 0.125rem;
	font-size: 0.95rem;
	line-height: 1.3;
}
.catlist .prodlist .card .card-footer .description .form-check-label {
	font-size: 0.95rem;
	line-height: 1.3;
}
.catlist .prodlist .card .card-footer .description .form-check-inline {
	margin-right: 0.85rem;
}
.catlist .prodlist .card .card-title {
	margin: 0 0 0.25rem;
	font-size: 1.025rem;
	font-weight: 500;
	line-height: 1.25;
}
.catlist .prodlist .card .card-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
	height: 100%;
	padding-top: 0.5rem;
}
@media (min-width: 576px) {
	.catlist .prodlist.cat-grid > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.catlist .prodlist.cat-grid > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.33333333%;
	}
}
@media (min-width: 1200px) {
	.catlist .prodlist.cat-grid > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 25%;
	}
}
@media (min-width: 768px) {
	.catlist .prodlist.cat-list .col {
		padding-bottom: 0;
	}
	.catlist .prodlist.cat-list .col .card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.catlist .prodlist.cat-list .col .card .card-body {
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		text-align: start;
	}
	.catlist .prodlist.cat-list .col .card .card-footer {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.catlist .prodlist.cat-list .col .card .card-footer .description {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.catlist .prodlist.cat-list .col .card .card-footer .card-title {
		display: inline-block;
		margin-bottom: 0.75rem;
		font-size: 1.125rem;
		font-weight: 600;
		padding-bottom: 0.125rem;
		border-bottom: 2px solid #0d6efd;
	}
	.catlist .prodlist.cat-list .col .card .card-footer .card-order {
		border-top: 2px solid rgba(128, 128, 128, 0.1);
	}
}

.price {
	color: #198754;
	font-size: 1.65rem;
	font-weight: 500;
	line-height: 1.35;
}
.price span {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
}

.flags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	top: 0.5rem;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0 0.5rem;
	text-align: left;
}
.flags [class^=icon-] {
	display: inline-block;
	font-size: 2.25rem;
	line-height: 1;
}
.flags .flag-new {
	color: #880000;
}
.flags .flag-sale {
	color: #198754;
}

/* product page */
.product .prod-image {
	position: relative;
	text-align: center;
}
.product .prod-image img {
	max-width: 100%;
	height: auto;
	border-radius: 0.15rem;
}
.product .prod-image .flags {
	top: 0;
}
@media (min-width: 768px) {
	.product .prod-image .flags {
		padding: 0 3rem;
	}
	.product .prod-image .flags [class^=icon-] {
		font-size: 2.75rem;
	}
}
.product .prod-info {
	color: #000;
	font-size: 0.95rem;
	line-height: 1.3;
}
.product .prod-info h4, .product .prod-info .block-title {
	margin-bottom: 0.75rem;
	color: #0d6efd;
}
.product .prod-info .card {
	border-radius: 0.25rem;
}
.product .prod-info .card h5 {
	margin: 0.75rem 0 0 0;
	color: #880000;
	font-size: 1rem;
	font-weight: 500;
}
.product .prod-info .card h5:first-of-type {
	margin-top: 0;
}
.product .prod-info .card.description {
	border-radius: 0.25rem 0.25rem 0 0;
}
.product .prod-info .card.order {
	border-top: none;
	border-radius: 0 0 0.25rem 0.25rem;
}
.product .prod-info .order-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 0.75rem;
}
.product .prod-info .order-row .numspin {
	max-width: 100px;
}
.product .prod-info .order-row .numspin .input-group-text {
	color: #6C757D;
	font-weight: 900;
}
.product .prod-info p {
	margin-bottom: 0.35rem;
	font-size: 0.95rem;
	line-height: 1.3;
}
.product .prod-info strong, .product .prod-info b {
	font-weight: 600;
}
.product .prod-info ul {
	margin: 0;
	padding-left: 1rem;
}
.product .prod-info ul li {
	margin: 0 0 0.125rem;
	font-size: 0.95rem;
	line-height: 1.3;
}
.product .prod-info .form-check-label {
	font-size: 0.95rem;
	line-height: 1.3;
}
.product .prod-info .form-check-inline {
	margin-right: 0.85rem;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 1rem;
}
.gallery .gal-tm {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	margin-top: 1.5rem;
	text-align: center;
}
.gallery .gal-tm a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.gallery .gal-tm a::before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	content: "";
	background: #0d6efd;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.gallery .gal-tm a:hover::before {
	opacity: 0.25;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.gallery .gal-tm img {
	max-width: 100%;
	height: auto;
	max-width: 128px;
	border: 1px solid #dee2e6;
	border-radius: 0.15rem;
}

/*--------------------------------------------------------------
# News & NewsMain
--------------------------------------------------------------*/
.newsmain {
	margin-bottom: 2rem;
}
.newsmain .card {
	border-radius: 0.1rem;
	background-color: #f8f9fa;
	border-color: #dee2e6;
}
.newsmain .card .card-header {
	color: #343a40;
	border-color: #dee2e6;
	background-color: #e9ecef;
}
.newsmain .card .card-header .card-title {
	margin-bottom: 0;
	font-size: 1.125rem;
}
.newsmain .card .card-header .news-date {
	margin-bottom: 0;
	text-align: right;
	font-family: "Roboto Condensed", Arial, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
	font-size: 0.95rem;
}
.newsmain .card .card-body {
	font-size: 0.95rem;
}
.newsmain .card .card-footer {
	text-align: right;
	font-size: 0.95rem;
	border-top: none;
	background: transparent;
}
.newsmain .card .card-footer a {
	color: #880000;
}
.newsmain .card .card-footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */