*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:focus,
*:after:focus,
*::before:focus {
	outline:none!important;
	box-shadow:none!important;
}
*:active, *:focus {
	outline:inherit;
	box-shadow: none;
}

html {
	text-align:left;
}
body, html {
	padding:0;
	margin:0;
}
body {
	overflow-x:hidden;
	overflow-y:scroll;
	min-width:360px;
	font-size:1rem;
}

.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;  
	-khtml-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;  
	user-select: none; 
}

.nowrap {
	white-space: nowrap;
}

.underline {
	text-decoration: underline;
}

main {
	font-size:1rem;
}

img {
    max-width: 100%;
	height:auto;
}
img.left, figure.left {
	float:left;
	margin-right:2rem;
	margin-bottom:1rem;
}
img.right, figure.right {
	float:right;
	margin-left:2rem;
	margin-bottom:1rem;
}
figure {
	display: inline-block;
}
@media (max-width: 768px) {
	img.left, img.right, figure.left, figure.right {
		float: none;
		height: auto;
		max-width:100%;
		display: block;
	}
	img.left, figure.left {
		margin:1rem 0;
	}
	img.right, figure.right {
		margin:1rem 0;
	}
}
.clear {
	clear:both;
}

ul.semantic {
	margin: 0;
	padding: 0;
}
ul.semantic li {
	margin: 0;
	padding: 0;
	list-style: none;
}

:root {
	--gutter: 4px;
}

.pT-1 {
	padding-top: calc(var(--gutter))!important;
}
.pT-2 {
	padding-top: calc(var(--gutter) * 2)!important;
}
.pT-3 {
	padding-top: calc(var(--gutter) * 3)!important;
}
.pT-4 {
	padding-top: calc(var(--gutter) * 4)!important;
}
.pT-5 {
	padding-top: calc(var(--gutter) * 5)!important;
}
.pT-6 {
	padding-top: calc(var(--gutter) * 6)!important;
}
.pT-7 {
	padding-top: calc(var(--gutter) * 7)!important;
}
.pT-8 {
	padding-top: calc(var(--gutter) * 8)!important;
}
.pT-9 {
	padding-top: calc(var(--gutter) * 9)!important;
}
.pT-10 {
	padding-top: calc(var(--gutter) * 10)!important;
}
.pB-1 {
	padding-bottom: calc(var(--gutter))!important;
}
.pB-2 {
	padding-bottom: calc(var(--gutter) * 2)!important;
}
.pB-3 {
	padding-bottom: calc(var(--gutter) * 3)!important;
}
.pB-4 {
	padding-bottom: calc(var(--gutter) * 4)!important;
}
.pB-5 {
	padding-bottom: calc(var(--gutter) * 5)!important;
}
.pB-6 {
	padding-bottom: calc(var(--gutter) * 6)!important;
}
.pB-7 {
	padding-bottom: calc(var(--gutter) * 7)!important;
}
.pB-8 {
	padding-bottom: calc(var(--gutter) * 8)!important;
}
.pB-9 {
	padding-bottom: calc(var(--gutter) * 9)!important;
}
.pB-10 {
	padding-bottom: calc(var(--gutter) * 10)!important;
}
.pL-1 {
	padding-left: calc(var(--gutter))!important;
}
.pL-2 {
	padding-left: calc(var(--gutter) * 2)!important;
}
.pL-3 {
	padding-left: calc(var(--gutter) * 3)!important;
}
.pL-4 {
	padding-left: calc(var(--gutter) * 4)!important;
}
.pL-5 {
	padding-left: calc(var(--gutter) * 5)!important;
}
.pL-6 {
	padding-left: calc(var(--gutter) * 6)!important;
}
.pL-7 {
	padding-left: calc(var(--gutter) * 7)!important;
}
.pL-8 {
	padding-left: calc(var(--gutter) * 8)!important;
}
.pL-9 {
	padding-left: calc(var(--gutter) * 9)!important;
}
.pL-10 {
	padding-left: calc(var(--gutter) * 10)!important;
}
.pR-1 {
	padding-right: calc(var(--gutter))!important;
}
.pR-2 {
	padding-right: calc(var(--gutter) * 2)!important;
}
.pR-3 {
	padding-right: calc(var(--gutter) * 3)!important;
}
.pR-4 {
	padding-right: calc(var(--gutter) * 4)!important;
}
.pR-5 {
	padding-right: calc(var(--gutter) * 5)!important;
}
.pR-6 {
	padding-right: calc(var(--gutter) * 6)!important;
}
.pR-7 {
	padding-right: calc(var(--gutter) * 7)!important;
}
.pR-8 {
	padding-right: calc(var(--gutter) * 8)!important;
}
.pR-9 {
	padding-right: calc(var(--gutter) * 9)!important;
}
.pR-10 {
	padding-right: calc(var(--gutter) * 10)!important;
}

.M-1 {
	margin: calc(var(--gutter))!important;
}
.M-2 {
	margin: calc(var(--gutter) * 2)!important;
}
.M-3 {
	margin: calc(var(--gutter) * 3)!important;
}
.M-4 {
	margin: calc(var(--gutter) * 4)!important;
}
.M-5 {
	margin: calc(var(--gutter) * 5)!important;
}
.M-6 {
	margin: calc(var(--gutter) * 6)!important;
}
.M-7 {
	margin: calc(var(--gutter) * 7)!important;
}
.M-8 {
	margin: calc(var(--gutter) * 8)!important;
}
.M-9 {
	margin: calc(var(--gutter) * 9)!important;
}
.M-10 {
	margin: calc(var(--gutter) * 10)!important;
}
.mT-1 {
	margin-top: calc(var(--gutter))!important;
}
.mT-2 {
	margin-top: calc(var(--gutter) * 2)!important;
}
.mT-3 {
	margin-top: calc(var(--gutter) * 3)!important;
}
.mT-4 {
	margin-top: calc(var(--gutter) * 4)!important;
}
.mT-5 {
	margin-top: calc(var(--gutter) * 5)!important;
}
.mT-6 {
	margin-top: calc(var(--gutter) * 6)!important;
}
.mT-7 {
	margin-top: calc(var(--gutter) * 7)!important;
}
.mT-8 {
	margin-top: calc(var(--gutter) * 8)!important;
}
.mT-9 {
	margin-top: calc(var(--gutter) * 9)!important;
}
.mT-10 {
	margin-top: calc(var(--gutter) * 10)!important;
}
.mB-1 {
	margin-bottom: calc(var(--gutter))!important;
}
.mB-2 {
	margin-bottom: calc(var(--gutter) * 2)!important;
}
.mB-3 {
	margin-bottom: calc(var(--gutter) * 3)!important;
}
.mB-4 {
	margin-bottom: calc(var(--gutter) * 4)!important;
}
.mB-5 {
	margin-bottom: calc(var(--gutter) * 5)!important;
}
.mB-6 {
	margin-bottom: calc(var(--gutter) * 6)!important;
}
.mB-7 {
	margin-bottom: calc(var(--gutter) * 7)!important;
}
.mB-8 {
	margin-bottom: calc(var(--gutter) * 8)!important;
}
.mB-9 {
	margin-bottom: calc(var(--gutter) * 9)!important;
}
.mB-10 {
	margin-bottom: calc(var(--gutter) * 10)!important;
}
.mL-1 {
	margin-left: calc(var(--gutter))!important;
}
.mL-2 {
	margin-left: calc(var(--gutter) * 2)!important;
}
.mL-3 {
	margin-left: calc(var(--gutter) * 3)!important;
}
.mL-4 {
	margin-left: calc(var(--gutter) * 4)!important;
}
.mL-5 {
	margin-left: calc(var(--gutter) * 5)!important;
}
.mL-6 {
	margin-left: calc(var(--gutter) * 6)!important;
}
.mL-7 {
	margin-left: calc(var(--gutter) * 7)!important;
}
.mL-8 {
	margin-left: calc(var(--gutter) * 8)!important;
}
.mL-9 {
	margin-left: calc(var(--gutter) * 9)!important;
}
.mL-10 {
	margin-left: calc(var(--gutter) * 10)!important;
}
.mR-1 {
	margin-right: calc(var(--gutter))!important;
}
.mR-2 {
	margin-right: calc(var(--gutter) * 2)!important;
}
.mR-3 {
	margin-right: calc(var(--gutter) * 3)!important;
}
.mR-4 {
	margin-right: calc(var(--gutter) * 4)!important;
}
.mR-5 {
	margin-right: calc(var(--gutter) * 5)!important;
}
.mR-6 {
	margin-right: calc(var(--gutter) * 6)!important;
}
.mR-7 {
	margin-right: calc(var(--gutter) * 7)!important;
}
.mR-8 {
	margin-right: calc(var(--gutter) * 8)!important;
}
.mR-9 {
	margin-right: calc(var(--gutter) * 9)!important;
}
.mR-10 {
	margin-right: calc(var(--gutter) * 10)!important;
}
.w-100 {
	width: 100%;
}
:root {
	--black:#000;
	--light-grey:#F8F8F8;
	--grey:#D0D6DC;
	--dark:#2c2c2c;
	--red:#B11010;
	--gold:#EABC47;
}
html {
	font-size:16px;
	text-align:left;
	transition: none;
} 
@media (max-width: 1200px) {
	html {
		font-size:15px;
	}
}
@media (max-width: 992px) {
	html {
		font-size:13px;
	}
}
@media (max-width: 768px) {
	html {
		font-size:12px;
	} 
}
@media (max-width: 576px) {
	html {
		font-size:12px;
	} 
}

body {
	line-height:1.375rem;
	letter-spacing:0.125rem;
	font-family: 'regular', 'notoserif_regular';
}

.container {
	max-width:1400px;
}

main {
	line-height:1.375rem;
	background-color: var(--light-grey);
}

iframe {
	width:100%;
}
@media (max-width: 768px) {
	iframe {
		max-height: 300px;
	}
}
@media (max-width: 576px) {
	iframe {
		max-height: 200px;
	}
}

figcaption {
	background: #fff;
	padding:0.5rem 1rem;
	color: #939393;
}

.line {
    height: 1px;
    background-color:#D9E0E4;
    clear: both;
	margin-top:2rem;
	margin-bottom:2.5rem;
	position:inherit;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left:1rem;
	padding-right:1rem;
}
@font-face {
	font-family: 'notoserif_regular';
	src: url(/_site/assets/font/notoserif_regular.woff2) format('woff2'),
		 url(/_site/assets/font/notoserif_regular.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'regular';
	src: url(/_site/assets/font/notoserifsc_regular.woff2) format('woff2'),
		 url(/_site/assets/font/notoserifsc_regular.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'medium';
	src: url(/_site/assets/font/notosanssc_medium.woff2) format('woff2'),
		 url(/_site/assets/font/notosanssc_medium.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bold';
	src: url(/_site/assets/font/notoserifsc_bold.woff2) format('woff2'),
		 url(/_site/assets/font/notoserifsc_bold.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}
main {
	font-size: 1.125rem;
	line-height: 1.625rem;
}
h1, .h1 {
	padding:5rem 0 4.875rem;
	font-size:3.75rem;
	line-height:4rem;
	font-family: 'bold';
	font-style: normal;
	text-align: center;
}
h2, .h2 {
	padding:4.125rem 0 4rem;
	font-size:2.5rem;
	line-height:2.875rem;
	text-align:left;
	font-family: 'bold';
}
h3, .h3 {
	font-size:1.875rem;
	line-height:2.125rem;
	padding:2.5rem 0 1.875rem;
	text-align:left;
	font-family: 'bold';
}
h4, .h4 {
	padding:1.5rem 0 1.375rem;
	line-height:1.5rem;
	font-size:1.3125rem;
	text-align:left;
	font-family: 'bold';
}
h5, .h5 {
	font-size: 1.25rem;
}
h1 + h2 {
	padding-top:0;
}
h2 + h3 {
	padding-top:0;
}
h3 + h4 {
	padding-top:0;
}
h1, h2, h3, .h1, .h2, .h3, h4, .h4 {
	font-weight: 200;
	text-rendering: optimizeLegibility;
	margin:0;
}
@media (max-width:768px) {
	h1, .h1 {
		font-size:3rem;
		line-height:3.25rem;
		padding:3rem 0 2.875rem;
	}
	h2, .h2 {
		font-size:2.125rem;
		line-height:2.5rem;
		padding:2.125rem 0 2rem;
	}
	h3, .h3 {
		font-size:1.5rem;
		line-height:2rem;
	}
	h4, .h4 {
		line-height:1.5rem;
		font-size:1.125rem;
	}
}

.title1 {
	font-size:6.25rem;
	line-height:7rem;
	font-family: 'bold';
}
.title2 {
	font-size:2.875rem;
	line-height:3.125rem;
	font-family: 'bold';
}
.title3 {
	font-size:1.875rem;
	line-height:2.25rem;
	padding:3.5rem 0 1.875rem;
	font-family: 'bold';
}
.title4 {
	font-size:1.625rem;
	line-height:2rem;
	padding:1.5rem 0 1rem;
	font-family: 'bold';
}
.title5 {
	font-size:1.125rem;
	line-height:1.5rem;
	padding:1.5rem 0 1rem;
}

@media (max-width:1200px) {
	.title1 {
		font-size:4rem;
		line-height:4.5rem;
		font-family: 'bold';
	}
}
@media (max-width:768px) {
	.title1 {
		font-size:3rem;
		line-height:4rem;
	}
}

.descr1 {
	font-size:1.5rem;
	line-height:2.25rem;
	font-family: 'bold';
}
.descr2 {
	font-size:1.125rem;
	line-height:1.5rem;
	font-family: 'bold';
}
.descr3 {
	font-size:1rem;
	line-height:1.5rem;
}
.descr4 {
	font-size:0.875rem;
	line-height:1.25rem;
}
@media (max-width:1200px) {
	.descr1 {
		font-size:1.25rem;
		line-height:1.5rem;
	}
}

.clar {
	font-size:80%;
	color:var(--grey);
}

blockquote {
	display: block;
	padding: 0 3rem 0 5rem;
	margin: 2rem 0;
	font-size:1.5rem;
	line-height:2.25rem;
	font-family: 'bold';
}
blockquote::before {
	content: '';
	background:url(/_site/assets/img/quote_open.svg) no-repeat center left / contain;
	color: white;
	height:40px;
	display: block;
	margin-left: -5rem;
}
blockquote::after {
	content: '';
	background:url(/_site/assets/img/quote_close.svg) no-repeat center right / contain;
	color: white;
	height:26px;
	display: block;
	margin-right: -3rem;
}
@media (max-width:768px) {
	blockquote {
		padding: 0 1rem 0 3rem;
	}
	blockquote::before {
		height:28px;
		margin-left: -3rem;
		margin-bottom: 1rem;
	}
	blockquote::after {
		height:20px;
		margin-right: -1rem;
	}
}
mark {
	padding:1.625rem;
	display:block;
	color:#000!important;
	border-left:solid 0.4375rem var(--red);
	background:#fff!important;
	font-family: 'regular';
} 
@media (max-width:1200px) {
	mark {
		padding:2rem;
		font-size:1.125rem;
		/* font-style: italic; */
	}
}
@media (max-width:768px) {
	mark {
		padding:1rem;
		font-size:1rem;
		/* font-style: italic; */
	}
}
strong, th, .boldText {
	font-family: 'bold';
}
.regularText {
	font-family: 'regular'!important;
}
.underlineText {
	text-decoration: underline;
}
.greyText {
	color: #939393;
}
.italicText {
	font-style: italic;
}
.boldText {
	font-family: 'bold';
}
.goldText {
	color: var(--gold);
}
.nowrap {
	white-space: nowrap;
}
p {
	padding:5px 0px 5px 0px;
	padding:0;
}
a {
	color:var(--black);
	text-decoration:underline;
}
a:hover {
	color:var(--gold);
	text-decoration:underline;
}
a.button {
	text-decoration:none;
}
hr {
	background:var(--grey);
	margin:1rem 0 1.5rem;
	opacity: 1;
}
.sep:after {
	content: "›";
	display:inline-block;
	padding:3px 10px;
}
.pages li {
	padding:0.5rem 0.5rem 0.4rem;
}
.pages ul {
	margin: auto;
    display: block;
	text-align:center;
	line-height:1rem;
}
.pages .current {
	color:#fff;
	background-color:#51a8e5;
	border:solid 1px #51a8e5;
	border-radius:3px;
}
@media (max-width:768px) {
	br {
		display:none;
	}
}
header {
	border-bottom:solid 1px var(--grey);
}
header a {
	text-decoration: none;
}
header .top {
	background-color: var(--black);
	color:#fff;
	padding-top:0.25rem;
	padding-bottom:0.25rem;
}
header .top a {
	color:#fff;
	margin-right:3rem;
	display: flex;
	align-items: center;
	font-family: 'medium';
}
header .top a::before {
	content:'';
	display: flex;
	margin-right: 0.5rem;
	min-width: 16px;
}
header .top a.item1::before {
	margin-right: 0.5rem;
	width:20px;
	height:30px;
	background: no-repeat url(/_site/assets/img/cup.svg) center center / contain;
}
header .top a.item2::before {
	margin-right: 0.5rem;
	width:32px;
	height:24px;
	background: no-repeat url(/_site/assets/img/question.svg) center center / contain;
}
header .top a.item3::before {
	margin-right: 0.5rem;
	width:32px;
	height:24px;
	background: no-repeat url(/_site/assets/img/video_white.svg) center center / contain;
}
header .top .search {
	margin-right: 0.5rem;
	width:21px;
	height:21px;
	display: flex;
	background: no-repeat url(/_site/assets/img/search.svg) center right / contain;
	cursor: pointer;
}
header .content {
	padding-top:3.125rem;
	padding-bottom:3.125rem;
}
header .content .logo {
	height: 87px;
	display: block;
	background: no-repeat url(/_site/assets/img/logo.svg) center left / contain;
	margin: auto;
}
header .content button {
	background: url(/_site/assets/img/menu.svg) center center / cover;
	color:#fff;
	height:21px;
	width: 49px;
	max-width: 49px;
	border:none;
	padding: 0;
	box-shadow: none;
}
header .content .right {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width:768px) {
	header .content .logo {
		height: 60px;
	}
	header .content {
		padding-top:1.5rem;
		padding-bottom:1.5rem;
	}
	header .content button {
		width: 34px;
		height: 16px;
	}
}
@media (max-width:576px) {
	header .content {
		padding-top:1rem;
		padding-bottom:1rem;
	}
}
.headerMenu {
	width: 100%;
	padding:0;
	margin: 0;
}
.headerMenu ul {
	margin: 0;
}
.headerMenu .navbar {
	padding: 0;
}
.headerMenu .navbar-nav .nav-link {
	padding-left:0;
	padding-right:0;
	font-family: 'bold';
	font-size: 1.5rem;
}
.headerMenu .navbar-nav {
	width:100%;
	justify-content: space-evenly;
}
.headerMenu .nav-link {
	font-family: 'regular';
	position:relative;
	color:var(--black);
}
.headerMenu .nav-link:hover {
	color:var(--red);
	text-decoration:none;
}
.headerMenu .nav-link:hover:after {
	content: "  ";
	width:140%;
	height:3px;
	background:var(--red);
	display:inline-block;
	position:absolute;
	left:-19%;
	bottom:-7px;
}
@media (max-width:1200px) {
	.headerMenu .navbar-expand-lg .navbar-nav .nav-link {
		margin-right:1.5rem;
		
	}
}
@media (max-width:992px) {
	.headerMenu {
		justify-content: flex-end;
	}
	.headerMenu .navbar-nav {
		align-items: center;
	}
	.headerMenu .navbar-nav .nav-link {
		margin: auto;
		padding: 1rem;
	}
	.headerMenu .nav-link:hover:after {
		width:110%;
		left:-4%;
	}
}

.wrapper {
    display: block;
}

#mainMenu {
	width:calc(100vw);
    height: calc(100vh);
	min-height: calc(100vh);
    position: fixed;
    top: 0;
    left:0;
    z-index: 9999;
	padding:7rem 5rem;
	color:#000;
	text-align:left;
	background:#fff;
	overflow-y:auto;
	transition: none;
}
#mainMenu .dismiss {
	background: url(/_site/assets/img/close_big.svg) no-repeat center center / contain;
	height:45px;
	width: 45px;
	opacity:1.0;
	color:#ff1143;
	text-shadow:none;
	margin-right:-1rem;
	margin-top:-0.8rem;
	font-weight:100;
	z-index:9999;
}
#mainMenu .dismiss:hover {
	color:#000;
}
#mainMenu .left li {
	margin-bottom:2.5rem;
}
#mainMenu .left .navItem {
	font-size: 1.75rem;
	font-family: 'bold';
}
#mainMenu .left .navItem:hover {
	text-decoration: none;
	color:var(--gold);
}
#mainMenu .right .dismissCarrier {
	justify-content: flex-end;
}
#mainMenu .contacts {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
	font-size: 1.3125rem;
	margin-top:5rem;
	font-family: 'medium';
}
#mainMenu .contacts span {
	display: flex;
	text-align: left;
	align-items: center;
}
#mainMenu .contacts span.item1 {
	margin-top:1rem;
}
#mainMenu .contacts span.item1::before {
	display: flex;
	margin-right: 0.5rem;
	content:'';
	width: 26px;
	height: 28px;
	background: no-repeat url(/_site/assets/img/phone.svg) center center / contain;
	margin-top:0.3rem;
}
#mainMenu .contacts span.item2 {
	margin-top:2rem;
}
#mainMenu .contacts span.item2::before {
	display: flex;
	margin-right: 0.5rem;
	content:'';
	width:26px;
	height:19px;
	background: no-repeat url(/_site/assets/img/email.svg) center center / contain;
	margin-top:0.25rem;
}
@media (max-width:992px) {
	#mainMenu .dismiss {
		height:32px;
		width:32px;
	}
	#mainMenu .left .navItem {
		font-size: 1.375rem;
		font-family: 'bold';
	}
}
@media (max-width:768px) {
	#mainMenu .dismiss {
		height:24px;
		width:24px;
	}
	#mainMenu {
		padding:4rem 2rem;
	}
	#mainMenu .left li {
		margin-bottom:1.5rem;
	}
	#mainMenu .contacts {
		margin-top:3rem;
	}
}
footer {
	color:#fff;
	font-size:1rem;
	font-family:'medium';
	background:var(--black);
	padding-top: 5rem;
	padding-bottom: 5rem;
	font-size:0.875rem;
	border-top:solid 1px #fff;
}
footer a {
	text-decoration: none;
}
footer .left .content .logo {
	height:53px;
	background: url(/_site/assets/img/logoWhite.svg) no-repeat center left / contain;
	display: block;
	margin-bottom: 3rem;
}
footer .left .content li {
	margin-bottom:1rem;
}
footer .left .content li .navItem {
	color:#fff;
	cursor: pointer;
}
footer .left .content li .navItem:hover {
	color:var(--gold);
	text-decoration: none;
}
footer .left .content .clar {
	margin-top:1rem;
	font-size: 0.75rem;
	line-height: 0.875rem;
	padding:0;
	margin-bottom: 0;
}
footer .right {
	display: flex;
    justify-content: space-between;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
}
footer .right .content {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
footer .right .content span {
	display: flex;
	text-align: left;
	align-items: center;
}
footer .right .content span.item1 {
	margin-top:1rem;
}
footer .right .content span.item1::before {
	margin-right: 0.5rem;
	content:'';
	width: 26px;
	height: 28px;
	background: no-repeat url(/_site/assets/img/phone.svg) center center / contain;
}
footer .right .content span.item2 {
	margin-top:1rem;
}
footer .right .content span.item2::before {
	display: flex;
	margin-right: 0.5rem;
	content:'';
	width:26px;
	height:19px;
	background: no-repeat url(/_site/assets/img/email.svg) center center / contain;
	margin-top: 0.05rem;
}
footer .right .tb {
	background: no-repeat url(/_site/assets/img/tb.svg) center center / contain;
	width:95px;
	height:64px;
	display: flex;
}
@media (max-width:992px) {
	footer .logo {
		height:130px;
	}
}
@media (max-width:768px) {
	footer .left .content {
		max-width: 370px;
	}
	footer .center {
		margin-top:4rem;
		margin-bottom:2rem;
	}
	footer .right {
		align-items: flex-start;
	}
	footer .right .content {
		margin-top:4rem;
		margin-bottom:4rem;
		align-items: flex-start;
	}
}
.modal {
    color:#000;
}
.modal-content {
    border-radius: 0;
}
.modal .modal-content {
    border-radius: 0;
    padding:2rem;
    background: #f8f8f8;
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.15);
}
.modal-header {
    border-bottom:none;
    align-items: flex-start;
}
.modal-title {
    padding:0;
}
.modal .btn-close {
    background:url(/_site/assets/img/close_small.svg) center center / contain;
    height:1.5rem;
    width:1.5rem;
    padding: 0;
}
@media (max-width:768px) {
    .modal .modal-content {
        padding:1rem;
    }
}
.tags a, .tags button {
    color:#000;
    border:solid 2px var(--gold);
	text-align: center;
	font-size:1.25rem;
	font-family: 'medium';
	padding:0.5rem 2rem 0.7rem;
	cursor:pointer;
    display: inline-block;
    text-decoration: none;
}
.tags a:hover, .tags a.current {
    background: var(--gold);
    text-decoration: none;
}
.tags button.black, .tags .button.black {
    border-color: #000;
    color: #fff;
}
.tagsSmall {
    display: flex;
    flex-wrap: wrap;
}
.tagsSmall a, .tagsSmall button {
    color:#000;
    border:solid 2px var(--grey);
	text-align: center;
	font-size:0.9125rem;
	font-family: 'medium';
	padding:0.25rem 1rem 0.27rem;
	cursor:pointer;
    display: inline-block;
    text-decoration: none;
    margin:0 0.2rem 0.2rem 0;
}
.tagsSmall a:hover, .tagsSmall a.current {
    background: var(--grey);
    text-decoration: none;
}
.tagsSmall button.black, .tagsSmall .button.black {
    border-color: #000;
    color: #fff;
}
.treeCarrier .tree ul {
    margin:0;
    padding: 0 0 0 1rem;
}
.treeCarrier .tree li a {
    padding-top:0;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
    align-items: stretch;
}
.treeCarrier .tree li {
    list-style: none;
    font-size: 2.125rem;
    font-size: 1.5rem;
    font-family: 'bold';
}
.treeCarrier .tree li  li {
    font-size: 1.3125rem;
    font-family: 'bold';
    margin-left: 0;
    padding-left: 0;
}
.treeCarrier .tree li li li {
    font-size: 1.125rem;
    font-family: 'regular';
}
.treeCarrier .tree a:before {
    background: var(--gold);
    border: 0 solid transparent;
    content: " ";
    display: inline-block;
    width: 5px;
    /* height: 3.125rem; */
    /* height: 100%; */
    margin-right: 1rem;
    margin-left: -1rem;
    opacity: 0;
    min-width: 5px;
}
.treeCarrier .tree a {
    text-decoration: none;
}
.treeCarrier .tree a:hover {
    color:var(--gold);
}
.treeCarrier .tree a:hover:before {
    opacity: 1;
}
.treeCarrier .tree a.active:before {
    opacity: 1;
}
table {
    border:none;
    border-top: solid 1px var(--grey);
}
td, th {
    padding:1rem 1rem;
}
tr {
    border-bottom: solid 1px var(--grey);
    background: linear-gradient(90deg, var(--light-grey), #fff);
}
/* table tr:nth-child(n) {
    background: linear-gradient(90deg, #fff, var(--light-grey));
}
table tr:nth-child(2n) {
    background: linear-gradient(90deg, var(--light-grey), #fff);
} */

.overlayCarrier .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9998;
    top:0;
    left:0;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.3);
}
.overlayCarrier .overlay.active {
    display: block;
}
.overlayCarrier .overlay .content {
    background-color: #fff;
    width: 310px;
    min-height: 100vh;
    padding: 3rem 1rem 3rem 1rem!important;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
}
body.overlayed {
    overflow-y: hidden;
    padding-right: 17px;
}
@media handheld {
    body.overlayed {
        padding-right: 0;
    }
}
.banner {
    padding-top:3rem;
    padding-bottom:3rem;
}
button, .button {
	border:solid 3px #fff;
	text-align: center;
	color:#fff;
	font-size:1.5rem;
	font-family: 'medium';
	padding:0.75rem 3.5rem 0.8125rem;
	cursor:pointer;
	background: transparent;
}
button:hover, .button:hover {
	background:#fff;
	color:#000;
}
button.gold, .button.gold {
	color:var(--gold);
	border: solid 3px var(--gold);
}
button.gold:hover, .button.gold:hover {
	background:var(--gold);
	color:#000;
	border: solid 3px var(--gold);
}
.button:focus, button:focus {
	outline:none!important;
	box-shadow:none!important;
}
button.big, .button.big {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	padding-left:4.5rem;
	padding-right:4.5rem;
}
button.black, .button.black {
	background: #000;
}
button.black:hover, .button.black:hover {
	color:var(--gold);
}
a.button {
	color:#fff;
	text-decoration:none;
	display: inline-block;
}
@media (max-width: 992px) {
	.button {
		padding:1rem 2.5rem;
	}
}

.pagination {
	justify-content: center;
	margin-top:2rem;
	margin-bottom:2rem;
}
.pagination ul {
	margin: auto;
    display: flex;
	text-align:center;
	line-height:1rem;
}
.pagination li {
	padding:0;
	margin-right:0.5rem;
	margin-left:0.5rem;
}
.pagination li a, .pagination li span {
	width:42px;
	height:42px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	border:solid 2px var(--gold);
	border-radius:50%;
	font-family: 'bold';
	line-height: 1rem;
	padding-bottom: 0.125rem;
	padding-left: 0.125rem;
	text-decoration: none;
}
.pagination li.current span {
	color:#000;
	background: var(--gold);
}
.pagination li:hover a {
	text-decoration: none;
	color:#000;
	background: var(--gold);
}
input[type=password], input[type=search], input[type=tel], input[type=email], input[type=text] {
	padding:0.5rem 1rem;
	color:var(--black);
	font-size:1.125rem;
	max-width: 250px;
	border: 1px solid var(--grey);
	text-align:left;
	background-color:#fff;
}
input[type=password]:focus::placeholder, input[type=tel]:focus::placeholder, input[type=email]:focus::placeholder, input[type=text]:focus::placeholder, textarea:focus::placeholder {
	color: transparent;
}
input:focus, textarea:focus {
	/*border:none;*/
	outline:none;
}
input[type=password]::placeholder, input[type=tel]::placeholder,  input[type=email]::placeholder, input[type=text]::placeholder, textarea::placeholder {
	color:var(--black);
	text-align: left;
	font-size:1.125rem;
}
input[type=checkbox] {
	margin:3px!important;
	padding:3px;
	min-width:inherit!important;
}
textarea {
	width:100%;
	resize: none;
	max-width: 100%;
	color:#000;
	border:solid 1px var(--grey);
	font-size:1.125rem;
	padding:0.5rem 1rem;
}
input.error, textarea.error {
	border: solid 1px var(--red);
	transition: 0.2s;
}
.tile {
	background:rgba(0, 0, 0, 0.3);
	margin-bottom:1px;
	text-decoration:none;
	color:#fff;
	text-align:left;
	border:none;
	transition: 0.2s;
	min-height: 550px;
	padding:0.8rem;
}
.tile:hover {
	color:#fff;
	text-decoration: none;
	background:rgba(0, 0, 0, 0.5);
}
.tile:hover .content {
	border:solid 1px #fff;
	color:var(--gold);
}
.tile .content {
	border:solid 1px transparent;
	padding:1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.tile .isVideo {
	background: url(/_site/assets/img/play.png) center center / contain;
	height: 100px;
	width: 100px;
	margin: auto;
}
@media (max-width:1200px) {
	.tile .top {
		min-height: 450px;
	}
}
@media (max-width:992px) {
	.tile {
		min-height: 400px;
	}
}
@media (max-width:576px) {
	.tile {
		min-height: 350px;
	}
	.tile .isVideo {
		height: 70px;
		width: 70px;
	}
}
.customTile {
	background:rgba(0, 0, 0, 0.3);
	margin-bottom:1px;
	text-decoration:none;
	color:#fff;
	text-align:left;
	border:none;
	transition: 0.2s;
	padding:0.8rem;
	display: block;
	cursor: pointer;
}
.customTile:hover {
	color:#fff;
	text-decoration: none;
	background:rgba(0, 0, 0, 0.5);
	color:var(--gold);
}
.customTile.white:hover {
	color:#fff;
}
.customTile.small .content {
	min-height: 300px;
}
.customTile:hover .content {
	border:solid 1px #fff;
}
.customTile h3 {
	padding-top:1.5rem;
	padding-bottom:2.5rem;
}
.customTile .content {
	border:solid 1px transparent;
	padding:1.25rem;
	display: flex;
	min-height: 400px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.customTile .isVideo {
	background: url(/_site/assets/img/play.png) center center / contain;
	height: 100px;
	width: 100px;
	margin: auto;
}
@media (max-width:1200px) {
	.customTile .content{
		min-height: 350px;
	}
}
@media (max-width:992px) {
	.customTile .content {
		min-height: 300px;
	}
}
@media (max-width:576px) {
	.customTile .content {
		min-height: 250px;
	}
}


.customTile.philosopher {
	background: linear-gradient(137.31deg, #F0DB90 0%, #854F1D 100%);
}
.customTile.theologian {
	background: linear-gradient(137.31deg, #EE6D5B 0%, #961313 100%);
}
.customTile.grammar {
	background: linear-gradient(137.41deg, #78C2D9 0%, #4577A6 100%);
	
}
.customTile.rhetorician {
	background: linear-gradient(146.87deg, #8EDEA0 0%, #309C7C 100%);
}
ul {
	margin:1rem 0;
	padding-left:1rem;
}
ol {
    list-style: none;
    counter-reset: li;
}
ol li:before {
    counter-increment: li; 
    content: counters(li,".") ". ";
}
@media (max-width:768px) {
    ul.big li:before {
        height: 40px;
        min-height: 40px;
        margin-right: 1rem;
        width: 60px;
        min-width: 60px;
        margin-top: -1rem;
    }
}
.mainContent {
	text-align:left;
	max-width:1000px;
	margin:auto;
	padding-top:1rem;
	padding-bottom:3rem;
}
video {
    width: 100%!important;
}
.player {
	--plyr-color-main:var(--red);
	--plyr-video-background:#fff;
}
.plyr--video {
	background:#fff;
}
#book {
    padding-bottom: 3rem;
}
#book .content {
    padding: 0 4rem;
    margin: auto;
    overflow-x: auto;
    max-width: 1000px;
}
#book .bookMenu {
    padding: 0.5rem 0;
    background-color: var(--light-grey);
}
#book .bookMenu .bookMenuContent {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: space-between;
    margin: 0 auto 0.5rem;
    background: transparent;
    padding: 0;
}
#book .bookMenu button, #book .bookMenu .button {
    border: solid 3px var(--gold);
    padding:0.5rem 2rem;
}
#book .bookMenu .prev {
    background-image:url(/_site/assets/img/prev.svg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: 0.5rem;
}
#book .bookMenu .prev:hover {
    background-image:url(/_site/assets/img/prevBlack.svg);
}
#book .bookMenu .next {
    background-image:url(/_site/assets/img/next.svg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: 0.5rem;
}
#book .bookMenu .next:hover {
    background-image:url(/_site/assets/img/nextBlack.svg);
}
#book .bookMenu select {
    border: solid 1px var(--grey);
    color: var(--gold);
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
}
@media (max-width:576px) {
    #book .bookMenu select {
        width: 140px;
    }
    #book .bookMenu button, #book .bookMenu .button {
        padding:0.5rem 1rem;
    }
    #book .bookMenu .prev, #book .bookMenu .next {
        background-size: 30% 50%;
        background-position: center 55%;
    }
}

.paper {
    background: linear-gradient(180deg, #ECD5A9 0%, #D6C8AD 100%);
}
@media (max-width:768px) {
    #book .content {
        padding: 0 1rem;
    }
}
.popover {
    border-radius: 0;
    /* background-color: #000; */
    color:var(--gold);
}
.popover .popover-header {
    border-radius: 0;
    background-color: #fff;
}
/* .popover .popover-body {
    color:#fff;
}
.popover .popover-body a {
    color:#fff;
    text-decoration: none;
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before {
    border-top-color: #000;
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .bs-popover-top>.popover-arrow::after {
    border-top-color: #000;
} */
.prevNextMenu {
    padding:1rem 0 1rem 0;
    justify-content: space-between;
    background-color: var(--light-grey);
    margin: auto;
    overflow-x: auto;
    max-width: 1000px;
    z-index:10;
}
.textComponent {
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size: 1.125rem;
	padding-bottom: 3rem;
}
.schoolBanner {
    background: url(/_site/assets/img/schoolBanner.jpg) center center / cover;
    padding-top: 5rem;
    padding-bottom: 4rem;
    text-align: center;
    color:#fff;
}
.schoolBanner .title1 {
    text-align: center;
}
.schoolBanner .button {
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.quoteBlock {
    margin: 3rem auto 0;
    padding-bottom: 3rem;
    max-width: 1232px;
}
.quoteBlock .contentCarrier {
    background: linear-gradient(180deg, #ECD5A9 0%, #D6C8AD 100%);
    padding: 2rem;
    max-width: 1300px;
    margin: auto;
}
.quoteBlock .contentCarrier .content {
    border:solid 1px #fff;
    padding: 2rem;
}
.quoteBlock .contentCarrier .content h3 {
    padding-top:0;
}
.videoComponent {
    
    padding-bottom: 2rem;
}
.videoComponent .container {
    background: var(--dark);
    padding-top:1rem;
    padding-bottom:1rem;
}
.videoComponent .customTile {
    color:#fff;
}
.videoComponent .customTile .back {
    min-height: 210px;
    width: 100%;
    display: flex;
}
.videoComponent .customTile .isVideo {
	background: url(/_site/assets/img/play.png) center center / contain;
	height: 100px;
	width: 100px;
	margin: auto;
}
.qnaForm textarea {
    height:300px;
}
.qna .tile {
    min-height: 20rem;
}
.qna .back .content {
    min-height:400px;
}
.qna .author .ava {
    height:80px;
    width:80px;
    border:solid 0px transparent;
    border-radius: 100%;
    margin-right:2rem;
}
@media (max-width:768px) {
    .qna .back .content {
        min-height:300px;
    }
}
@media (max-width: 576px) {
    .qna .tile {
        min-height: 200px;
    }
}
.swiper-pagination .dot {
	height: 16px;
	width: 16px;
	background: url(/_site/assets/img/dots.png) no-repeat center center / contain;
	display: block;
	opacity: 0.5;
	margin-right: 1rem;
}
.mainSlider {
	margin-bottom:0!important;
}
.mainSlider .itemCarrier {
	background-position:center top;
	background-size:cover;
	max-height:800px; 
}
.mainSlider .itemCarrier:focus {
	outline:none;
}
.mainSlider .swiper-wrapper {
	position: relative;
}
.mainSlider .swiper-pagination {
	bottom: 2rem !important;;
	max-width: 1400px;
    margin: -3rem auto 0;
    display: flex;
	position:inherit;
	justify-content: flex-start;
	content: '';
}
.mainSlider .swiper-pagination .dot.swiper-pagination-bullet-active {
	opacity: 1;
}
.mainSlider .swiper-pagination .dot {
	height: 16px;
	width: 16px;
	background: url(/_site/assets/img/dots.png) no-repeat center center / contain;
	display: block;
	opacity: 0.5;
	margin-right: 1rem;
}
.mainSlider .item {
	/* height: calc(100vw / 1.5 - 1px);*/
	max-height:800px; 
	border:none;
	margin:auto;
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: flex-start;
	color:#fff;
}
.mainSlider .item:focus {
	outline:none;
}
.mainSlider .item .sliderContent {
	text-align:left;
	max-width:inherit;
	text-align: center;
	margin: auto;
}
.mainSlider .item .sliderContent .title {
	padding-top:3rem;
	margin-bottom: 3rem;
}
.mainSlider .item .sliderContent .descr {
	padding-top:1rem;
	padding-bottom:5rem;
}
.mainSlider .item .sliderContent .button {
	margin-top:3rem;
}
.mainSlider .item .title .h1 {
	padding-top:1.5rem;
}
@media (max-width: 1400px) {
	.mainSlider .item .sliderContent .descr {
		padding-top:1rem;
		padding-bottom:2rem;
	}
}
@media (max-width: 1200px) {
	.mainSlider .item .sliderContent .descr {
		padding-top:1rem;
		padding-bottom:1rem;
	}
}
@media (max-width: 992px) {
	.mainSlider .item {
		padding-top:3rem;
	}
	.mainSlider .item .sliderContent .title {
		padding-top:0;
	}
	.mainSlider .item .sliderContent .descr {
		padding-top:2rem;
		padding-bottom:2rem;
	}
	.mainSlider .item .sliderContent .button {
		margin-top:2rem;
	}
	.mainSlider .item .title .h1 {
		padding-bottom:1rem;
	}
}
@media (max-width: 768px) {
	.mainSlider .item .sliderContent .title {
		padding-top:0;
	}
	.mainSlider br {
		display:inline;
	}
	.mainSlider .item .sliderContent .blackText {
		color:#fff!important;
	}
}
@media (max-width: 576px) {
	.mainSlider .itemCarrier {
		background-position:65%;
		background-size:cover;
	}
	.mainSlider .swiper-pagination-bullets {
		display: none;
	}
}
.wonderSlider {
    max-width:calc(100% - 200px);
    margin:auto;
}
.wonderSliderCarrier .swiper-button-next, .wonderSliderCarrier .swiper-button-prev {
	color: #fff !important;
}
@media (max-width:768px) {
	.wonderSlider {
		max-width:calc(100%);
		margin:auto;
	}
    .wonderSliderCarrier .swiper-button-next, .wonderSliderCarrier .swiper-button-prev {
        display: none;
    }   
}
.libComponent {
    max-width: 90%;
    padding-bottom: 3rem;
}
.libComponentCarrier .swiper-button-next, .libComponentCarrier  .swiper-button-prev {
    color:var(--gold);
}
.libComponentCarrier .swiper-wrapper {
    padding-bottom: 3rem;;
}
.libComponentCarrier .swiper-pagination {
    /* margin-top:3rem; */
    bottom:-3rem;
}
.libComponentCarrier .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: url(/_site/assets/img/ellipse.svg) center / contain;
}
.libComponentCarrier .swiper-pagination-bullet-active {
    background: url(/_site/assets/img/ellipse_active.svg) center / contain;
}
@media (max-width:768px) {
    .libComponentCarrier .next {
        display: none;
    }   
    .libComponentCarrier .prev {
        display: none;
    }   
}
.calendar .calendarWidget .left, .calendar .calendarWidget .right {
    padding: 2.25rem;
}
.calendar .calendarWidget .left {
    background: url(/_site/assets/img/calendarLeft.jpg) center center / cover no-repeat;
    color: #fff;
}
.calendar .calendarWidget .left h2 {
    margin: 0;
    padding: 0;
    font-size: 5rem;
    line-height: 5rem;
}
.calendar .calendarWidget .right a {
    text-decoration: underline;
}
.calendar .calendarWidget .right a:hover {
    text-decoration: underline;
    color:#000;
}
.calendar .calendarWidget .left .content {
    margin: auto 0 auto auto;
}
.calendar .calendarWidget .week {
    font-size: 2rem;
    line-height: 2.5rem;
    display: block;
    margin-top: 1.5rem;
}
.calendar .calendarWidget .left .left2 {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.calendar .calendarWidget .left .button {
    padding: 1.5rem 2rem;
}
.calendar .calendarWidget .right {
    background: linear-gradient(180deg, #ECD5A9 0%, #D6C8AD 100%);
}
.calendar .calendarWidget .right .contentCarrier {
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: 12px;
    scrollbar-color: var(--grey) transparent;
    background: linear-gradient(180deg, rgba(215, 201, 173, 0.00) 0%, #D7C9AD 95.08%);
}
.calendar .calendarWidget .left .swiper-slide {
    min-height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.calendar .calendarWidget .right .contentCarrier::-webkit-scrollbar {
    width: 12px;
  }
.calendar .calendarWidget .right .contentCarrier::-webkit-scrollbar-track {
    background: transparent;
}
.calendar .calendarWidget .right .contentCarrier::-webkit-scrollbar-thumb {
    background-color: var(--grey);
    /* border-radius: 20px; */
    /* border: solid 1px #fff; */
  }
.calendar .calendarWidget .right .content {
    margin: auto auto auto 0;
}
.calendar .calendarWidget .right .content .eventList .item {
    line-height: 1.75rem;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.calendar .calendarWidget .right .content .readingList .item {
    line-height: 1.75rem;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}
.calendar .calendarWidget .content {
    max-width:780px;
    padding: 3rem 2rem;
    width: 100%;
    flex-direction: column;
}

.calendar .level.level0 {
    color: var(--red);
    font-size: 2.5rem;
    line-height: 1.75rem;
}
.calendar .level.level0:before {
    width: 2rem!important;
    height: 2rem!important;
    background: url(/_site/assets/img/0.svg) center center / contain no-repeat; 
}
.calendar .level.level1:before {
    background: url(/_site/assets/img/1.svg) center bottom / contain no-repeat;
}
.calendar .level.level2:before {
    background: url(/_site/assets/img/2.svg) center bottom / contain no-repeat;
}
.calendar .level.level3:before {
    background: url(/_site/assets/img/3.svg) center bottom / contain no-repeat;
}
.calendar .level.level4:before {
    background: url(/_site/assets/img/4.svg) center bottom / contain no-repeat; 
}
.calendar .level.level5:before {
    background: url(/_site/assets/img/5.svg) center bottom / contain no-repeat;
}
.calendar .level.level6:before, .calendar .level.level7:before, .calendar .level.level8:before, .calendar .level.level9:before {
    display: none;
    margin: 0;
}
.calendar .level:before {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    content: '';
    margin-right: 0.5rem;
    margin-bottom: -0.125rem;
}
.tooltip {
    display: inline-block;
    background: #ffffff;
    color: #643045;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 4px;
    opacity: 1;
    display: none;
}
.tooltip[data-show] {
    display: block;
}
@media (max-width:1400px) {
    .calendar .calendarWidget .week {
        font-size: 1.875rem;
    }
}
@media (max-width:1200px) {
    .calendar .calendarWidget .left, .calendar .calendarWidget .right {
        padding: 1rem;
    }
    .calendar .calendarWidget .content {
        max-width:780px;
        padding: 2rem 1rem;
        width: 100%;
        flex-direction: column;
    }
}
@media (max-width:992px) {
    .calendar .calendarWidget .content {
        max-width:inherit;
    }
    .calendar .calendarWidget .left .left2 {
        min-height: inherit;
        align-items: center;
    }
    .calendar .calendarWidget .left .left2 h2 {
        margin-bottom: 2rem;
    }
    .calendar .calendarWidget .left .left2 .item {
        margin-bottom: 2rem;
    }
    .calendar .calendarWidget .left .right2 {
        margin-top: 2rem;
        text-align: center;
    }
    .calendar .calendarWidget .left .right2 .swiper-slide {
        min-height: 300px;
    }
    .calendar .calendarWidget .left .right2 .button {
        margin-top: 3rem;
    }
    .calendar .calendarWidget .right .contentCarrier {
        max-height: inherit;
        overflow-y: hidden;
    }
    .calendar .calendarWidget .left .left2 .item {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .calendar .calendarWidget .right .contentCarrier {
        max-height: inherit;
    }
    .calendar .calendarWidget .left .swiper .next, .calendar .calendarWidget .left .swiper .prev {
        display: none;
    }
    .calendar .calendarWidget .left .right2 .swiper-slide {
        min-height: 240px;
    }
}
.calendar .calendarWidget.big h1 {
    padding-top: 0;
    font-size: 6.25rem;
    line-height: 6.25rem;
    padding-bottom: 5rem;
}
.calendar .calendarWidget.big .left {
    padding-bottom: 3rem;
}
.calendar .calendarWidget.big .left .content {
    margin: auto;
}
.calendar .calendarWidget.big .left .swiper-slide {
    min-height: 400px;
}
.calendar .calendarWidget.big .left .datepickerCarrier {
    color:#fff;
    padding: 0.5rem;
    cursor: pointer;
    border: solid 2px var(--gold);
}
.calendar .calendarWidget.big .left .datepickerCarrier {
    display: flex;
    justify-content: center;
    align-items: center;
}
.calendar .calendarWidget.big .left .date .sign {
    background: url(/_site/assets/img/calendar.png) center center / contain no-repeat;
    width:2rem;
    height: 1.25rem;
    display: inline-block;
    margin-left: 1rem;
}
.calendar .calendarWidget.big .left .date {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.calendar .calendarWidget.big .left .date .button {
    padding: 0.5rem 1rem;
}
.calendar .calendarWidget.big .left .date .item {
    margin:0.25rem;
}
.calendar .calendarWidget.big .julian {
    text-align: center;
    color: rgba(255, 255, 255, 0.50);
    margin-top:0.5rem;
}
.calendar .calendarWidget.big .weekCarrier {
    text-align: center;
    max-width: 400px;
    margin: auto;
}
/* .calendar .calendarWidget.big .right .weekCarrier {
    text-align: left;
    padding-top: 0;
    margin: 0;
} */
.calendar .calendarWidget.big .left .swiper {
    padding-bottom: 4rem;
}
.calendar .calendarWidget.big .left .swiperCarrier {
    max-width: 500px;
    margin: auto;
}
/* .calendar .calendarWidget.big .left .swiper .next, .calendar .calendarWidget.big .left .swiper .prev {
    width: 24px;
    height: 48px;
} */
.calendar .swiper-button-prev, .calendar .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 43%);
}
.calendar .calendarWidget.big .swiper-button-prev:after, .calendar .calendarWidget.big .swiper-button-next:after {
    color:#fff;
    opacity: 0.8;
}
.calendar .calendarWidget.big .swiper-button-prev:hover:after, .calendar .calendarWidget.big .swiper-button-next:hover:after {
    color:#fff;
    opacity: 1;
}
/* .calendar .calendarWidget.big .left .swiper .next {
    background: url(./../../../res/img/arrows_white.png) right bottom;
} */
.calendar .calendarWidget.big .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: url(/_site/assets/img/ellipse.svg) center / contain;
}
.calendar .calendarWidget.big .swiper-pagination-bullet-active {
    background: url(/_site/assets/img/ellipse_active2.svg) center / contain;
}
.calendar .calendarWidget.big .swiper-pagination {
    z-index: 10;
    bottom: 0;
}
.calendar .calendarWidget.big .right .contentCarrier {
    border: solid 1px #fff;
}
@media (max-width:1400px) {
    .calendar .calendarWidget.big .left .content {
        padding:1rem 0 4rem;
    }
}
.calendar .calendarWidget.small {
    border-top: solid 1px var(--grey);
}
.calendar .calendarWidget.small .right .contentCarrier {
    max-height: 600px;
    min-height: 600px;
}
.calendar .calendarWidget.small .position-relative {
    width: 100%;
    border: solid 1px #fff;
}
.calendar .calendarWidget.small .position-relative:before {
    content:"";
    display:block;
    height:50px;
    position:absolute;
    bottom:0;
    left:1px;
    width: calc(100% - 16px);
    background: linear-gradient(180deg, rgba(215, 201, 173, 0.00) 0%, #D7C9AD 95.08%);
}
@media (max-width:768px) {
    .calendar .calendarWidget.small .h1 {
        font-size: 3.5rem;
    }
    .calendar .calendarWidget .week {
        font-size: 1.625rem;
    }
    .calendar .calendarWidget.small .position-relative:before {
        display: none;
    }
    .calendar .calendarWidget.small .right .contentCarrier {
        max-height: inherit;
        min-height: inherit;
    }
}
#datePicker .datepicker-picker {
    background: transparent;
}
#datePicker .datepicker-view {
    width:25rem;
}
#datePicker .datepicker-cell {
    height: 3rem;
}
#datePicker .datepicker-cell:hover {
    background-color: #fff;
}
#datePicker .datepicker {
    margin: auto;
}
#datePicker button {
    padding: 1.5rem 2rem;
}
#datePicker .datepicker-controls .button {
    background: transparent;
}
#datePicker .datepicker-controls .button:hover {
    background-color: #fff;
}
#datePicker .datepicker-cell.selected, #datePicker .datepicker-cell.selected:hover {
    background-color: var(--gold);
    color: #000;
}
.lesson h1 {
    text-align: left;
}
.lesson .lessonMenu {
    background-color: #000;
    padding:0.4rem 0;
    color:#fff;
    position: relative;
}
.lesson a {
    text-decoration: none;
}
.lesson .lessonMenu a {
    text-decoration: none;
    color:#fff;
}

.lesson .lessonMenu .nextLesson, .lesson .lessonMenu .prevLesson {
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 87px;
    line-height: 0;
    position: absolute;
    top: 0.4rem;
    width: 63px;
    z-index: 50;
}
.lesson .lessonMenu .nextLesson {
    background: url(/_site/assets/img/doubleArrowRight.svg) no-repeat center right / cover;
    right: 0;
}
.lesson .lessonMenu .prevLesson {
    background: url(/_site/assets/img/doubleArrowLeft.svg) no-repeat center left / cover;
    left: 0;
}
.lesson .lessonMenu .item {
    
    display: inline-block;
    /*clip-path: polygon(92% 37%, 100% 50%, 92% 65%, 0% 65%, 7% 51%, 0 37%);*/
    background: linear-gradient(180deg, #9D9D9D 0%, #B7B7B7 100%);
}
.lesson .lessonMenu .item .content {
    height:87px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
    font-family: 'bold';
    border-right:solid 1px #000;
    /*background: url(./../../res/img/slice_grey_grey.svg) no-repeat center right / contain;*/
}
.lesson .grammar.lessonMenu .item.current {
    background: linear-gradient(87.38deg, #78C2D9 2.21%, #4577A6 88.61%);
}
.lesson .rhetorician.lessonMenu .item.current {
    background: linear-gradient(85.22deg, #8EDEA0 3.91%, #309C7C 87.28%);
}
.lesson .philosopher.lessonMenu .item.current {
    background: linear-gradient(90deg, #F0DB90 0%, #854F1D 90.15%);
}
.lesson .theologian.lessonMenu .item.current {
    background: linear-gradient(137.31deg, #EE6D5B 0%, #961313 100%);
}
.lesson .reading {
    background: linear-gradient(180deg, #ECD5A9 0%, #D6C8AD 100%);
    padding-bottom:3rem;
}
.lesson .reading .item .content {
    padding:2.5rem;
    border:solid 1px #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;
}
.lesson .puzzleAndImage {
    padding-bottom:3rem;
}
.lesson .puzzle .content {
    background: url(/_site/assets/img/lessonPuzzle.jpg) repeat-x center center / cover;
    padding: 3rem 2rem 2rem 3rem;
}
.lesson .puzzle ol {
    padding:0;
    margin: 0;
    counter-reset: li;
    list-style: none;
}
.lesson .puzzle li {
    padding: 0 0 1rem 0;
    color:#fff;
    display: flex;
    align-items: center;
}
.lesson .puzzle ol li:before {
    content: counter(li);
    counter-increment: li;
    height: 3.125rem;
    width: 3.125rem;
    min-width: 3.125rem;
    border: 1px solid #D0D6DC;
    color: #000;
    border-radius: 120px;
    background: #fff;
    font-size: 1.3125rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lesson .puzzle li span {
    cursor: pointer;
}
.lesson .puzzle li span:hover {
    color:var(--gold);
}
.lesson .image .content {
    min-height: 350px;
    padding:2rem;
    color:#fff;
    background: url(/_site/assets/img/lessonImage.jpg) repeat-x center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.lesson .wonder {
    padding-top:4rem;
    padding-bottom:3rem;
    background: url(/_site/assets/img/lessonWonder.jpg) repeat-x center center / cover;
    color:#fff;
}
.lesson .wonder .content {
    padding:3rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #858A8E;
    
}
.lesson .wonder .wonderSlider .content {
    text-align: left;
}
.lesson .dictionary {
    padding-top:4rem;
    padding-bottom:6rem;
}
.lesson .dictionary a {
    text-decoration: none;
}
.lesson .dictionary .content {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: flex-start;*/
    justify-content: space-between;
    max-width: 600px;
    margin: auto;
}
.lesson .dictionary .content .item {
    min-width: 25%;
    /*text-align: center;*/
    padding: 1rem;
}
.lesson .dictionary .content .item span {
    padding:0;
    cursor: pointer;
}
.lesson .dictionary .content .item:hover span {
    color:var(--gold);
}
.lesson .bottomMenu {
    background: linear-gradient(137.31deg, #EE6D5B 0%, #961313 100%);
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.lesson .bottomMenu .content {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:992px) {
    .lessonList .customTile.small .content {
        padding:0;
        min-height:200px;
    }
}
@media (max-width:768px) {
    .lessonList .customTile.small .content {
        padding:0;
        min-height:150px;
    }
    .lessonList .customTile.small .content h3 {
        padding:1rem 0 2rem;
    }
    .lesson .lessonMenu .item .content {
        height:60px;
    }
    .lesson .lessonMenu .nextLesson, .lesson .lessonMenu .prevLesson {
        height: 60px;
        width: 43px;
    }
}
@media (max-width: 576px) {
    .lessonList .customTile.small .content {
        min-height:120px;
    }
}
.lib {
    max-width: 1100px;
    margin: auto;
}
.lib .libContainer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.lib .libContainer .bigBack {
    min-height: 600px;
    width: 100%;
}
.lib .libContainer h1 {
    text-align: left;
    text-align:center;
    padding: 3rem 0;
}
.lib .libContainer .authorLink {
    text-decoration: none;
}
.lib .libContainer .downloadModal {
    margin-top: 2rem;
}
.lib .bookList {
    padding-bottom: 3rem;
}
.lib .downloadLink {
    display: inline-block;
    padding: 0 1rem 0.5rem 0;
}
.lib .searchForm {
    padding-bottom: 2rem;
}
.lib .searchForm .searchSign {
    background: url(/_site/assets/img/search_gold.svg) center left 10% / 70% no-repeat, #fff ;
    width:40px;
    border-style:solid;
    border-width:1px 0 1px 0;
    border-color: var(--grey);
}
.lib .searchForm input {
    max-width: 100%;
    border-radius: 0;
    border-style:solid;
    border-width:1px 0 1px 1px;
    border-color: var(--grey);
}
.lib .searchForm input:focus {
    outline:0;
    box-shadow: none;
}

.lib button.showOverlay {
    padding: 0.75rem 1.5rem 0.8125rem;
}

@media (max-width:992px) {
    .lib .libContainer .bigBack {
        min-height: 500px;
    }
}
@media (max-width:768px) {
    .lib .libContainer .bigBack {
        min-height: 400px;
    }
}
@media (max-width:576px) {
    .lib .libContainer .bigBack {
        min-height: 370px;
    }
}
.libTile {
    background: #fff;
    color:var(--black);
    padding:0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* min-height: 445px; */
    border: solid 1px var(--grey);
    transition: 0;
}
.libTile:hover {
    border: solid 1px var(--gold);
    background: #fff;
}
.libTile .content {
    padding-bottom: 0.75rem;
}
.libTile .back {
    min-height:278px;
    width:100%;
    background-color: var(--light-grey);
    flex:auto;
}
.libTile .title {
    padding:0;
    margin-bottom: 0.5rem;
    /* min-height: 3.9rem; */
}
.libTile .author {
    margin: 0;
    padding-top:0.5rem;
    min-height: 3rem;
    display: block;
}
.libTile .tools {
    display: flex;
    flex-direction: row;
}
.libTile .tools button {
    background: no-repeat url(/_site/assets/img/download.svg) center right / contain;
    padding: 0;
    height:22px;
    width: 22px;
    border:none;
}
.libTile .tools button:hover {
    background: no-repeat url(/_site/assets/img/download_yellow.svg) center right / contain;
}
#calendar .tnk {
    padding-top: 2rem;

}
#calendar #holiday .contentCarrier {
    position: relative;
}
#calendar #holiday .content {
    max-height: 500px;
    overflow: hidden;
    border-top: solid 1px var(--grey);
}
#calendar #holiday .content:before {
    background: linear-gradient(180deg, rgba(248, 248, 248, 0.00) 0%, #F8F8F8 78.41%, #F8F8F8 100%);
    position: absolute;
    bottom: 0;
    content: '';
    height: 100px;
    width: 100%;
}
#calendar #feofan {
    padding: 2rem;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    background: url(/_site/assets/img/banner_theophan.jpg) center /cover no-repeat ;
    min-height: 500px;
    font-size: 1rem;
}
#calendar #feofan .swiper-button-prev:after,#calendar #feofan .swiper-button-next:after {
    color:#fff;
    opacity: 0.8;
}
#calendar #feofan .contentCarrier {
    color: #fff;
    max-width: 870px;
    margin: 0 0 0 auto;
}
#calendar #feofan .contentCarrier h2 {
    text-align: center;
}
#calendar #feofan .content {
    border: 1px solid #858A8E;
    background: rgba(0, 0, 0, 0.75);
    padding: 1rem;
}
#calendar #feofan .content a {
    color:#fff;
}
#calendar #feofan .content a:hover {
    color: var(--gold);
}
#calendar #patr .content {
    max-height: 200px;
    overflow: hidden;
}
#calendar #feofan .content .swiper-slide {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
#calendar #feofan .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: url(/_site/assets/img/ellipse.svg) center / contain;
}
#calendar #feofan .swiper-pagination-bullet-active {
    background: url(/_site/assets/img/ellipse_active2.svg) center / contain;
}
#calendar #feofan .swiper-pagination {
    z-index: 10;
    bottom: 0;
}
#calendar #sermon {
    background-color: #fff;
    border-bottom: solid 1px var(--grey);
    border-top: solid 1px var(--grey);
}
#calendar #patr .contentCarrier, #calendar #sermon .contentCarrier {
    position: relative;
}
#calendar #sermon .content::before {
    background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    bottom: 0;
    content: '';
    height: 180px;
    width: 100%;
}
#calendar #patr .content:before {
    background: linear-gradient(180deg, rgba(248, 248, 248, 0.00) 0%, #F8F8F8 78.41%, #F8F8F8 100%);
    position: absolute;
    bottom: 0;
    content: '';
    height: 100px;
    width: 100%;
}
#calendar #patr .left {
    background: url(/_site/assets/img/patr.jpg) left top / contain no-repeat ;
    height: 100%
}
@media (max-width:1200px) {
    #calendar #feofan {
        min-height: inherit;
    }
}
@media (max-width:992px) {
    #calendar #feofan {
        padding: 1rem 0 1rem;
        background: url(/_site/assets/img/banner_theophan.jpg) right /cover no-repeat ;
    }
}
@media (max-width:768px) {
    #calendar #feofan .content {
        padding:0;
    }
}
#pageCalendarSaints {
    .iconSwiper {
        .swiper-wrapper {
            height:700px;
            margin-bottom:2rem;

            .swiper-slide {
                max-height:700px
            }
        }

        @media (max-width:1200px) {
            .swiper-wrapper {
                height:500px;

                .swiper-slide {
                    max-height:500px
                }
            }
        }
    }
}

#userMessage {
	/* display:none; */
	position:fixed;
	z-index:9999;
	padding:20px;
	width:300px;
	margin-left:-300px;
	text-align:left;
	bottom: 0;
	left: 0;
	background-color: aliceblue;
}
#userMessage.showing {
	/* animation: 3s 1 alternate run; */
	animation-duration: 0.5s;
	animation-name: slideIn;
	animation-iteration-count: 1;
	animation-direction: alternate;
	margin-left:0;
}
#userMessage.hiding {
	animation-duration: 0.5s;
	animation-name: slideOut;
	animation-iteration-count: 1;
	animation-direction: alternate;
	margin-left:-300px;
}
@keyframes slideIn {
	0% {
		margin-left:-300px;
	}
	100% {
		margin-left:0;
	}
}
@keyframes slideOut {
	0% {
		margin-left:0;
	}
	100% {
		margin-left:-300px;
	}
}
.gallery .galleryPreview {
	background-position:center center;
	background-size: cover;
	cursor: pointer;
}
#galleryOverlay {
	background:rgba(0, 0, 0, 0.9);
	width: 100%;
	height:calc(100vh);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1090;
	transition:0.5;
}
#galleryOverlay .item {
	z-index:8000;
	padding:3rem 5rem 3rem;
}
#galleryOverlay .item div {
	height:calc(100vh - 6rem);
	display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
#galleryOverlay .item div img {
	cursor:grab;
	border:solid 1px transparent;
	max-height:calc(100vh - 4rem);
}
#galleryOverlay #galleryCloseButton {
	z-index:9999;
	width:2rem;
	height:2rem;
	position:fixed;
	right:1rem;
	top:1rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNi43NTkxNiIgeT0iMC4yNTI5MyIgd2lkdGg9IjguODQzMTUiIGhlaWdodD0iMi4xMzQ1NSIgcng9IjEuMDY3MjgiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYuNzU5MTYgMC4yNTI5MykiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjUuMjQ5ODIiIHk9IjExLjI0OTUiIHdpZHRoPSI4Ljg0MzE1IiBoZWlnaHQ9IjIuMTM0NTYiIHJ4PSIxLjA2NzI4IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgNS4yNDk4MiAxMS4yNDk1KSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTYuMjUzMSIgeT0iMTIuNTA2MyIgd2lkdGg9IjguODQzMTUiIGhlaWdodD0iMi4xMzQ1NSIgcng9IjEuMDY3MjgiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgMTYuMjUzMSAxMi41MDYzKSIgZmlsbD0id2hpdGUiLz4KPHJlY3QgeD0iMTcuNzYyNCIgeT0iMS41MDk3NyIgd2lkdGg9IjguODQzMTUiIGhlaWdodD0iMi4xMzQ1NiIgcng9IjEuMDY3MjgiIHRyYW5zZm9ybT0icm90YXRlKDEzNSAxNy43NjI0IDEuNTA5NzcpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
	background-size:contain;
	background-repeat:no-repeat;
	cursor:pointer;
	opacity:0.7;
}
#galleryOverlay #galleryCloseButton:hover {
	opacity:1;
}
#galleryOverlay .swiper-button-prev:after, #galleryOverlay .swiper-rtl .swiper-button-next:after {
	color:#fff;
}
#galleryOverlay .swiper-button-next:after, #galleryOverlay s.swiper-rtl .swiper-button-prev:after {
	color:#fff;
}
#galleryOverlay .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, #galleryOverlay .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    border: solid 2px #fff;
    background: transparent;
    height: 1rem;
    width: 1rem;
}
#galleryOverlay .swiper-pagination {
	bottom: -0.25rem;
}
@media (max-width:768px) {
	#galleryOverlay {
		padding-left:0;
		padding-right:0;
	}
	#galleryOverlay .next {
		display: none;
	}
	#galleryOverlay .prev {
		display: none;
	}
	#galleryOverlay .item {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
/**
 * Swiper 11.0.6
 * 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: February 5, 2024
 */

/* FONT_START */
@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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
: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;
  /* Fix of Webkit flickering */
  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;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 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, 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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next 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;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next: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';
}
/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms 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;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.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(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.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, 0.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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms 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: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

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


#searchModal input[type="search"] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}
#searchModal .item {
    margin-top: 1rem;
}
#searchModal .item a {
    color:var(--black);
}
#searchModal .item .description {
    color:var(--grey);
}
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
