
/*
@font-face {
    font-family: 'BPG';
    src: url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.eot');
    src: url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.woff2') format('woff2'),
         url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.woff') format('woff'),
         url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.ttf') format('truetype'),
         url('../fonts/nino-mtavruli/bpg-nino-mtavruli-webfont.svg#bpg_nino_mtavruliregular') format('svg');
}

@font-face {
	font-family: 'CLG';
	src: url('../fonts/3d/calligraphy.ttf') format('TrueType');
}
*/
@font-face {
	font-family: 'HelveticaNeueBlack';
	src: url('../fonts/Helvetica/HelveticaNeue-CondensedBlack.ttf') format('TrueType');
}
@font-face {
	font-family: 'HelveticaNeueMedium';
	src: url('../fonts/Helvetica/HelveticaNeue-CondensedMedium.ttf') format('TrueType');
}
@font-face {
	font-family: 'HelveticaNeueBold';
	src: url('../fonts/Helvetica/HelveticaNeue-CondensedBold.ttf') format('TrueType');
}

@font-face {
	font-family: 'BPG';
	src: url('../fonts/bpg_mrgvlovani_caps_2010.ttf') format('TrueType');
}

@font-face {
	font-family: 'ALK Sanet';
	src: url('../fonts/bpg_nino_mtavruli_normal.ttf') format('TrueType');
}
@font-face {
	font-family: 'bpgArial';
	src: url('../fonts/bpg_arial_2009.ttf') format('TrueType');
}
@font-face {
	font-family: 'VAG';
	src: url('../fonts/VAG Rounded Black.ttf') format('TrueType');
}
@font-face {
	font-family: 'TBCC';
	src: url('../fonts/TBCContractica-Medium.ttf');
}

body,
html {
	font-family: HelveticaNeueMedium;
	letter-spacing: normal;
	line-height: 1.3rem;
	color: #313131;
	text-align: left;
	margin: 0;
	background: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
body,form,input,textarea,select,button,h1,h2,h3,h4,h5,h5,a,p,div {
	font-family: HelveticaNeueMedium;
}
.btn { font-size: 15px; }
.main-menu { font-size: 16px; }

.five-line-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}


.news-slide .img-container { display: block; overflow: hidden; }
.news-slide .img-container::before { position: absolute; z-index: 1; width: 100%; height: 100%; content: ' '; background: #000; opacity: 0.3; }
.news-slide .news-slide-description { position: absolute; padding: 10px; z-index: 2; bottom: 0px; width: 100%; color: #fff; }
.news-slide .news-slide-description a { color: #fff; }
.news-slide .img-fluid { transition: 0.3s all; }
.news-slide:hover .img-fluid { transform: scale(1.3); }

.category-title {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 5px 8px;
    background: -ms-linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(285deg, #f92a28 27%, #da1752 100%, #fff 100%);
    line-height: 15px;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
}

.news-slide2-container {
    background: #f2f3f5;
    margin-top: 30px;
}

.card__post__title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.article__content {
	min-height: 80px;
}
.article__content h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#main_nav99 .nav-link {
	font-family: BPG;
	font-weight: 500;
}
.topbar-text ,.topbar-link a ,.border_section {
	font-family: BPG;
}
.border_section {
	font-size: 18px!important;
}
.navbar-nav .nav-link { font-family: BPG; }


.breadcrumbs .breadcrumbs__item:last-child .breadcrumbs__url {
    /*color: #c00;*/
}

.relative { position: relative; }

@media (min-width:992px) {    
    .image-sm {
        position: relative;
        max-width: 100%;
        flex: 0 0 40%;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        background-color: #000;
        display: inline-block;
        margin-bottom: 0;
    }
    .image-sm img {
        height: auto;
    }
}

.swiper-news .date {
    color: dodgerblue;
}
.front-right-news .col-8 {
    padding-left: 0;
    padding-right: 0;
}
.front-right-news .date {
    color: dodgerblue;
}

.two-line-text {
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    overflow: hidden;
}
.card__post__category  { position: static!important; }

@media (max-width:992px) {
	.hide992 {
		display: none!important;
	}
	.show992 {
		display: none;
	}
}
@media (min-width:992px) {
	.hide-992 {
		display: none!important;
	}
	.show-992 {
		display: none;
	}
}
@media (max-width: 767px) {
	.hide768 {
		display: none;
	}
}
@media (min-width: 768px) {
	.hide-768 {
		display: none;
	}
}



.dropdown-wrapper {
	position: relative;
	width: 60px;
	padding: 8px 10px 6px 10px;
	background: #d8572a;
	border-radius: 5px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	outline: none;
	color: #fff;
	transition: all 0.3s ease-out;
}
.dropdown-wrapper:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #fff transparent;
}
.dropdown-wrapper.is-active {
	border-radius: 5px 5px 0 0;
	background: #8d3719;
	box-shadow: none;
	border-bottom: none;
	color: white;
}
.dropdown-wrapper.is-active:after {
	border-color: #ffffff transparent;
	transform: rotate(180deg);
}
.dropdown-wrapper.is-active .dropdown-list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	max-height: 400px;
}
.dropdown-wrapper span { color: #fff; }
.dropdown-list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	background: #fff;
	border-radius: 0 0 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: none;
	border-bottom: none;
	list-style: none;
	transition: all 0.3s ease-out;
	max-height: 0;
	overflow: hidden;
}
.dropdown-list li {
	padding: 0 10px;
}
.dropdown-list li:hover a {
	color: #000;
}
.dropdown-list li:last-of-type a {
	border: none;
}
.dropdown-list a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px 0;
	transition: all 0.3s ease-out;
	border-bottom: 1px solid #e6e8ea;
}