/*кнопки*/

.button_2 {
    cursor: pointer;
    padding: 5px 20px 5px 20px;
    background-color: #009846 !important;
    border-radius: 5px;
    border-color: #CCCCCC;
    color: #FFF;
    display: inline-block;
    font-size: 16px;

    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;


    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Safari и Chrome */
}

.button_2 a {
    color: #FFF;
    text-decoration: none;


}

.button_2:hover {
    background-color: #666666 !important;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

.achtung {
    background-color: #9c1418;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.button_answer {
    cursor: pointer;
    padding: 5px 20px 7px 20px;
    background-color: #009846 !important;
    border-radius: 5px;
    border-color: #CCCCCC;
    color: #FFF;
    display: inline-block;
    font-size: 22px;

    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;


    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Safari и Chrome */
}

.button_answer a {
    color: #FFF;
    text-decoration: none;


}

.button_answer:hover {
    background-color: #666666 !important;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

.button_1 {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;


    cursor: pointer;
    padding: 3px 7px 3px 7px;
    background-color: #009846 !important;
    border-radius: 5px;
    border-color: #CCCCCC;
    color: #FFF;
    display: inline-block;
    font-size: 12px;

    box-shadow: 0 0 5px black; /* Параметры тени */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Safari и Chrome */
}

.button_1 a {
    color: #FFF;
    text-decoration: none
}

.button_1:hover {
    background-color: #666666 !important;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;

    transform: scale(1.05);
    transition: transform 200ms ease 0ms;
}


.button_3 {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;


    cursor: pointer;
    padding: 15px 30px 15px 30px;
    background-color: #009846 !important;
    border-radius: 5px;
    border-color: #CCCCCC;
    color: #FFF;
    display: inline-block;
    font-size: 16px;

    box-shadow: 0 0 5px black; /* Параметры тени */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Safari и Chrome */
}

.button_3 a {
    color: #FFF;
    text-decoration: none;


}

.button_3:hover {
    background-color: #666666 !important;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}


.button_4 {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;


    cursor: pointer;
    padding: 5px 5px 7px 5px;
    background-color: #009846 !important;
    border-radius: 5px;
    border-color: #CCCCCC;
    color: #FFF;
    display: inline-block;
    font-size: 14px;

    box-shadow: 0 0 5px black; /* Параметры тени */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Safari и Chrome */
}

.button_4 a {
    color: #FFF;
    text-decoration: none
}

.button_4:hover {
    background-color: #666666 !important;


    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;


}


.button_5 {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    padding: 5px 5px 7px 5px;
    border: none;
    background-color: transparent;
    border-radius: 5px;
    color: #4e4e4e;
    display: inline-block;
    font-size: 14px;

}

.button_5:hover {
    text-decoration-line: underline;
}


.button_6 {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;


    cursor: pointer;
    padding: 5px 5px 7px 5px;
    border: none;
    background-color: transparent;
    border-radius: 5px;
    color: #4e4e4e;
    display: inline-block;
    font-size: 14px;
    transition: transform 200ms ease 0ms;


}

.button_6:hover {
    transform: scale(1.3);
    transition: transform 200ms ease 0ms;
}


.zaochniki_button {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;


    cursor: pointer;
    font-family: 'DIN PRO Medium';
    padding: 10px 20px 10px 20px;
    background-color: #690 !important;
    border-radius: 5px;
    border-color: #CCCCCC;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    margin: 10px 0px 10px 0px;

    box-shadow: 0 0 5px black; /* Параметры тени */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* Для Safari и Chrome */
}

.zaochniki_button a {
    color: #FFF;
    text-decoration: none;
}

.zaochniki_button:hover {
    background-color: #666666 !important;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}


