.button--outline>a {
    text-decoration: none;
    padding: 1.3rem 1rem;
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    text-transform: uppercase;
    letter-spacing: normal;
    display: block;
    text-align: center;
    line-height: normal;
    transition: .2s ease-in-out;
    position: relative;
}

@media (min-width: 64em) {
.link--register {
    margin: 20px auto 20px auto;
}
}
@media (min-width: 48em){
.link--register {
    max-width: 250px;
    margin: 60px auto 0 auto;
}
}

.link--register {
	//width: 300px;
	position: relative;
}
.box.no-background {
    box-shadow: none;
	display: block;
    width: 100%;
	max-width:100%;
	width: 100%;
    position: relative;
    text-align: center;
}

@media (min-width: 30em){
.box.no-background {
    padding: 0;
    margin: 0;
}
}
.box.no-background {
    background-color: transparent;
}


.bubble.bubble--register {
   // right: 110%;
}

.bubble {
    position: absolute;
    background-color: #e2001a;
    padding: 15px 16px 16px 16px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 16px;
    color: #fff;
    letter-spacing: normal;
    font-weight: normal;
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    display: none;
    text-align: center;
    font-family: 'gslight';
}
.bubble:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #e2001a;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: calc(100% - 3px);
    transform: translateY(-50%);
}
input[type="submit"] {
    padding: 13px 80px;
    padding: 1.3rem 8rem;
    width: 100%;
	сolor: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    background-color: transparent;
}
@media (min-width: 78.75em) {
.bubble {
    width: 340px;
}
}
@media (min-width: 48em) {
.bubble {
    display: block;
}
}

input[type="submit"]:before {
    content: "";
    display: inline-block;
    background: url(img/icons/arrow_right_white.svg) no-repeat center center;
    width: 50px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}