.overflow-hidden {
    overflow: hidden;
}

[x-cloak] {
    display: none;
}


ol {
    margin-left: 20px;
}
ol li {
    list-style: auto;
    line-height: 1.8;
    margin-bottom: 5px;
}
 li::marker {
   font-weight: 600;
}
  
  
 /*timeline*/
.timeline_holder  {
    position: relative;
} 
.timeline  {
    position: relative;
	border-left: 1px solid #f3f3f3; 
	padding-left: 30px;
} 
.timeline:after {
    position: absolute;
    content: '';
    background: #ddd;
    top: 4px;
    left: -10px;
    height: 20px;
    width: 20px;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
}







/*tinymce*/
.tox-tinymce {
    border: 0px solid #e5e7eb !important;
}

/*user status*/
.user_status_1,
.user_status_0 {
    position: relative;
}
.user_status_1:after {
    position: absolute;
    content: '';
    background: green;
    top: -5px;
    right: -5px;
    height: 12px;
    width: 12px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 1;
}
.user_status_0:after {
    position: absolute;
    content: '';
    background: red;
    top: -5px;
    right: -5px;
    height: 12px;
    width: 12px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 1;
}


.text-rendering {
    text-rendering: optimizeLegibility;
}
.font-uppercase {
    font-feature-settings: "case" on !important;
	text-transform: uppercase;
}
p {
    margin-bottom: 0.5rem;
}

/*book info on home page*/
.book_info p {
    position: relative;
    padding-left: 25px;
	line-height: 1.7;
}
.book_info p::before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 10px;
    background-image: url(/images/bg/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}


/*scroll to top*/
#progress{
	position: fixed;
	bottom: 20px; 
	height: 45px;
	width: 45px;
	display: grid;
	place-items: center;
	z-index:999;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	cursor: pointer;
	opacity:0;
	transition: 0.3s all ease-in-out;
}
#progress-value{
	display: block;
	height: calc(100% - 5px);
	width: calc(100% - 5px);
	background-color: #ffffff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 35px;
	color: #001a2e;transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 896px) {
#progress {
	bottom: 40px;
	right: 10px ! IMPORTANT;
  }
}
.dark #progress-value{background-color:#1E293B}




/*slider*/
#main-swiper-wrapper .swiper-container {
	position: relative;
	width: 100%;
	padding-top: calc(100% / 4); 
	/*padding-top: calc(100vh); */
	overflow: hidden;
}
@media only screen and (max-width: 601px)   {
#main-swiper-wrapper .swiper-container {
	position: relative;
	width: 100%;
	padding-top: calc(100% / 1.3); 
	overflow: hidden;
}
}
#main-swiper-wrapper .swiper-wrapper {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; 
}
#main-swiper-wrapper .swiper-container a.slider_link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
}
#main-swiper-wrapper .swiper-container .text_overlay {
    position: absolute;
    width: max-content;
	max-width: 100%;
	/*
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	*/
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#main-swiper-wrapper .swiper-button-prev::after {
    content: "\2190";
    font-size: 2rem;
    padding-bottom: 8px;
}
#main-swiper-wrapper .swiper-button-next::after {
    content: "\2192";
    font-size: 2rem;
    padding-bottom: 8px;
}
#main-swiper-wrapper .swiper-button-next, 
#main-swiper-wrapper .swiper-button-prev {
    color: #fff;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition:  all 0.4s ease-in-out 0s;
	transition:  all 0.4s ease-in-out 0s;
}
#main-swiper-wrapper .swiper-button-next:hover,
#main-swiper-wrapper .swiper-button-prev:hover  {
    color: #CCCCCC;
}
#main-swiper-wrapper .swiper-pagination-wrapper{
    bottom: 50px;
}
#main-swiper-wrapper .swiper-pagination {
    position: absolute;
    display: flex;
    text-align: left;
    width: auto;
    bottom: 0;
    z-index: 10;
}
#main-swiper-wrapper span.swiper-pagination-bullet{
	width: 10px;
    height: 10px;
	margin-right: 10px;
	background: #fff;
}




a {
    scale: 1.01;
}


.video-js .vjs-big-play-button {
    font-size: 3em;
    height: 3em !important;
    width: 3em !important;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%)!important;
    margin-top: unset !Important;
    margin-left:unset !Important;
    opacity: 1 !important;
    border: .01em solid rgba(255, 255, 255, 0.5) !important;
    background-color: #2b333f;
    background-color: transparent !Important;
    border-radius: 50% !Important;
}

.video-js .vjs-big-play-button 
.vjs-icon-placeholder:before, 
.video-js .vjs-play-control 
.vjs-icon-placeholder:before, 
.vjs-icon-play:before {
    content: "\f101";
    align-items: center;
    justify-content: center;
    display: flex;
}


/*Typography*/
.articlepage h2 {
    font-size: 1.1rem;
    font-family: 'FiragoMedium';
    font-feature-settings: "case" on !important;
    text-rendering: optimizeLegibility;
    margin: 1rem 0 0.5rem;
}

@font-face {
	font-family: 'Firago';
	src: url('/fonts/FiraGO-SemiBold.ttf') format('truetype'),
		 url('/fonts/FiraGO-SemiBold.woff2') format('woff2'), 
		 url('/fonts/FiraGO-SemiBold.woff') format('woff'),
		 url('/fonts/FiraGO-SemiBold.eot');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'FiragoMedium';
	src: url('/fonts/FiraGO-Medium.ttf') format('truetype'),
		 url('/fonts/FiraGO-Medium.woff2') format('woff2'), 
		 url('/fonts/FiraGO-Medium.woff') format('woff'),
		 url('/fonts/FiraGO-Medium.eot');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'FiragoRegular';
	src:  url('/fonts/FiraGO-Regular.ttf') format('truetype');
	src:  	url('/fonts/FiraGO-Regular.woff2') format('woff2'), 
			url('/fonts/FiraGO-Regular.woff') format('woff'),
			url('/fonts/FiraGO-Regular.eot');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans Georgian Regular';
	src: url('/fonts/NotoSansGeorgian-Regular.ttf') format('truetype'),
		 url('/fonts/NotoSansGeorgian-Regular.woff2') format('woff2'), 
		 url('/fonts/NotoSansGeorgian-Regular.woff') format('woff'),
		 url('/fonts/NotoSansGeorgian-Regular.eot');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.privacy_info h2 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 1rem;
}