h1 {
	font-family: "ProximaNova-Regular";
	font-size: 36px;
	color: #036;
}

h2 {
	font-family: "ProximaNova-SemiBold";
	color: #036;
}

blockquote {
    font-size: 19px!important;
    font-family: "ProximaNova-BoldItalic"!important;
    color: #000!important;
    padding: 20px 14px!important;
    text-align: unset;
    quotes: "\201C""\201D""\2018""\2019";
    background: #eeeeee52;
	border-left: unset !important;
	background-image: url(https://aktual.ge/images/quote.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-x: 0px;
}
/*blockquote:before {
    content: "\201C" !important;
    line-height: 0;
    left: -24px;
    position: relative;
    font-weight: bold;
    top: 0;
    font-size: 72px !important;
    font-family: sans-serif, serif;
    background-color: red;
    background-image: linear-gradient(
50deg
, #48c8ef, #035);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}*/
hr {
    border-top: 1px solid #000 !important;
}
.detail-content > p a {
    color: #036;
    border-bottom: 0.5px solid #036;
}

.detail-content > p a:hover {
	color: #00AFEF;
	border-bottom: 0.5px dotted #036;
}



.detail-content strong,b {font-family: "ProximaNova-SemiBold";}
.detail-content em strong, strong em {font-family: "ProximaNova-SemiBoldItalic";}
.detail-content em { font-family: "ProximaNova-Italic"; }
