.block.graphek_button {
margin: 20px 0px;
}
.block.graphek_button.is-style-bordered a.g_button {
line-height: 1;
border: 1px solid #C00D1E;
padding: 7px 15px;
color: #C00D1E;
font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
}
.block.graphek_button.is-style-bordered a.g_button:hover {
background: #C00D1E;
color: #fff;
}
.block.graphek_button.is-style-bordered a.g_button:after {
right: -40px;
top: -1px;
height: -webkit-calc(100% + 2px);
height: -moz-calc(100% + 2px);
height: calc(100% + 2px);
width: 40px;
}
.block.graphek_button.is-style-filled a.g_button {
line-height: 1;
border: 1px solid #C00D1E;
padding: 7px 15px;
font-family: aktiv-grotesk, sans-serif;
font-weight: 400;
font-style: normal;
background: #C00D1E;
color: #fff;
}
.block.graphek_button.is-style-filled a.g_button:hover {
background: none;
color: #C00D1E;
}
.block.graphek_button.is-style-filled a.g_button:after {
right: -40px;
top: -1px;
height: -webkit-calc(100% + 2px);
height: -moz-calc(100% + 2px);
height: calc(100% + 2px);
width: 40px;
}
.block.graphek_button.is-style-links a.g_button {
padding-left: 30px;
}
.block.graphek_button.is-style-links a.g_button:after {
right: auto;
left: 0px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.block.graphek_button.center {
text-align: center;
}
.block.graphek_button.center.is-style-filled {
margin-left: -40px;
}
.block.graphek_button.big a.g_button {
font-size: 20px;
}
.block.graphek_button.large a.g_button {
font-size: 26px;
}