Шаблон:SieCalc/styles.css

.sie-calc__main_page {
    display: flex;
    justify-content: space-between;
}
.sie-calc__info-panel {
    position: fixed;
}
.sie-calc__table-result, .sie-calc__table-bonus {
    width: 250px;
}
.sie-calc__table-bonus {
    margin-top: 1em;
}
.sie-calc__table-bonus td {
    text-align: center;
}
.sie-calc__score-table {
    width: 300px;
}
.sie-calc__hero img {
    margin: 2px 3px;
	opacity: .4;
	transition: all .3s ease 0s;
    cursor: pointer;
}
.sie-calc__hero:hover img {
	box-shadow: 0 0 3px 2px #df9125;
	opacity: 1;
	transition: all .3s ease 0s;
}
.active-hero img {
	opacity: 1;
	transition: all .3s ease 0s;
	box-shadow: 0 0 3px 2px #df9125;
	border-radius:10px;     
}
.sie-calc__active_set img, .sie-calc__active_set:hover img {
    box-shadow: 0 0 20px 0 #25cddf;
    border-radius: 10px;
}