.sc_themes_preview .columns_wrap {
    margin-right: -100px;
}
.sc_themes_preview .columns_wrap .column-1_2{
    padding-right: 100px;
    padding-bottom: 70px;
    margin-right: -3px;
}
.sc_themes_preview_item{
	position: relative;
	overflow: hidden;
	padding-top: 30px;
    max-width: 685px;
    margin: auto;
}
.sc_themes_preview_sites {
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    color: #081d3a;
    text-align:  center;
    width:  110px;
    height:  110px;
    border-radius: 50%;
    background:  #16d078;
    display: table;
    position:  absolute;
    top: 8px;
    right: 40px;
    z-index: 3;
    box-shadow: 4px 4px #0000000f;
}
.sc_themes_preview_sites_inner {
    display: table-cell;
    vertical-align: middle;
}
.sc_themes_preview_sites_inner span {
    font-size:23px;
    line-height: 1em;
    display: block;
}
.sc_themes_preview_hover {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -100%;
	padding: 63px 70px 70px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.sc_themes_preview_item:hover .sc_themes_preview_hover {
	bottom: 0;
}
.sc_themes_preview_name {
	font-size: 1.67rem;
	line-height: 1.16em;
	font-weight: 700;
	width: 70%;
	display: inline-block;
	vertical-align: middle;
}
.sc_themes_preview_price{
	font-size: 1.44rem;
	font-weight: 700;
	width: 30%;
	display: inline-block;
	margin-right: -5px;
	text-align: right;
	vertical-align: middle;
}
.sc_themes_preview_buttons{
	margin-top: 2rem;
}
.sc_themes_preview_buttons a{
	font-size: 13px;
	line-height: 69px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-block;
	width: calc(50% - 15px);
	border: 3px solid;
	text-align: center;
    box-sizing: border-box;
}
.sc_themes_preview_buttons a.order{
	float: right;
}