.byGoodButton  {
    font-weight: normal;
    padding: 0 60px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    background: #d0112b;
    color: #fff;
    cursor: pointer;
    margin-bottom: 30px;
}

	.byGoodButton:hover {
		color: #fff;
	}


	.cad-catalog-item {
		position: relative;
	}

		.cad-catalog-item .byGoodButtonWrap {
			position: absolute;
			left: 15px;
			bottom: 3px;
		}

			.cad-catalog-item .byGoodButtonWrap .byGoodButton {
				margin: 0px;
			}

body#cad-catalog-school .byGoodButton {
	background: #a4ada0;
}
