/*Стили конвертера валют*/
.ag-price-block {
    font-family: 'Comfortaa';
    font-weight: 800;
}
.currencies {
	font-size: 1.75rem;
	text-align: center;
	margin: 0;
}
.currencies li {
	display: inline-block;
	margin-bottom: 0;
}
.currencies li > a {
    border-bottom: 2px dashed;
    cursor: pointer;
    color: #0094ff;
}
.select_m {
	padding-bottom: 7px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 7px;
}
.hide {
	display:none;
}
.currencies li > a {
	cursor: pointer;
}
.currency-amd:after, .currency-rub:after, .currency-usd:after, .currency-eur:after {
	padding-left: 3px;
}
.currency-amd:after {
	content: "֏";
}
.currency-rub:after {
	content: "₽";
}
.currency-usd:after {
	content: "$";
}
.currency-eur:after {
	content: "€";
}
@media (max-width:700px) {
    .currencies {
        font-size: 20px
    }
}

@media (max-width:520px) {
    .currencies {
        font-size: 16px
    }
}

@media (max-width:400px) {
    .currencies {
        font-size: 22px;
        text-align: center;
        margin: 0;
        line-height: 1em;
        padding-bottom: .5em
    }
}

