@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=latin,cyrillic);

html, body {
    background-color: #fcfcfc;
}

body {
    display: grid;
    align-content: space-between;
}

form {
    max-width: 100%;
    margin: 0 auto;
}

.h1, p, label, .button-link {
    color: #333333;
    font-family: 'Roboto', Arial, sans-serif;
    text-align: left;
}

.h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: 40px;
}

p {
    margin: 10px 0 0 0;
}

p, label {

    font-size: 18px;
    line-height: 28px;
}

.label-wrapper {
    display: block;
    margin-top: 4px;
}

.button-link {
    background-color: #333333;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    padding: 12px 25px 10px;
    text-decoration: none;
    text-shadow: none;
    letter-spacing: 0.4px;
    margin-top: 15px;
}

.button-wrapper {
    margin-bottom: 25px;
}

.button-link:hover {
    background-color: #4d4d4d;
}

.confirmUrl, .spam {
    color: #ffffff!important;
}
.spam {
    padding-left: 1rem;
    background-color: #e74c3c!important;
}
.spam:hover {
    background-color: #f97162!important;
}

.confirmUrl {
    padding-left: 1rem;
    background-color: #0783d9;
}

.confirmUrl:hover {
    background-color: #1b9cf8;
}

.button-link:focus {
    outline: none;
}

label {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
}

input[type=radio] {
    display: none;
}

label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #d8d8d8;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.radio label:before {
    border-radius: 8px;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #333333;
    font-size: 41px;
    text-align: center;
    line-height: 20px;
}
.mailganer {
    margin-bottom: 15px;
}
.mailganer, .mailganer a {
    font-size: 15px;
    color: #9B9B9B;
    text-align: center
}
.samotpravil {
    text-decoration: none;
}
