body {
    margin: 0;
    padding: 0;
    color: #202124;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.container {
    max-width: 840px;
    width: 90%;
    margin: 0 auto;
}


/*HEADER*/
.header_top h1 {
    font-weight: normal;
}
.header_top {
    display: flex;
    justify-content: center;
}
.header_top h1 span {
    display: block;
    text-align: center;
    color: #689f38;
    margin: 30px 0 40px 0;
}
/*/HEADER*/
.container form h2 {
    margin: 0 0 30px 0;
    font-weight: normal;
}
.forms input[type="text"], .form_one input[type="text"] {
    width: 78%;
    border: none;
    background-color: #f1f3f4;
    border-radius: 6px;
    padding: 18px;
    font-size: 15px;
}
.hidden-element {
    display: none!important;
}
.check-address_info {
    padding: 5px;
    font-size: 0.8em;
    font-weight: bold;
}
.powered_by_google {
    padding: 10px 6px 0px;
    border-top: 1px solid #f1f3f4;
}
.forms .check-address, .form_one .check-address {
    width: 82%;
    display: inline-block;
}
.forms .check-address input[type="text"], .form_one .check-address input[type="text"] {
    width: 100%;
}
.forms input[type="email"], .contribute input[type=email] {
    width: 82%;
    border: none;
    background-color: #f1f3f4;
    border-radius: 6px;
    padding: 18px;
    font-size: 15px;
}
input {
    outline: none;
}
input.error {
    background-color: #ffbfbf!important;
}
.no_licence {
    display: none;
}
.inf_data_one p.success_result {
    text-align: center;
    flex-basis: 100%;
    margin-bottom: 40px;
}
.registraiion p.success_result {
    color: #fff;
    padding: 20px;
}
button {
    position: relative;
    color: #689f38;
    border: none;
    font-size: 15px;
    font-weight: bold;
    margin-left: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
    outline: none;
}
button.no_arrow {
    font-weight: normal;
    font-size: initial;
}
button.no_arrow:after {
    display: none;
}
.check-address_list {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    padding: 10px;
    border-left: 1px solid #f1f3f4;
    border-right: 1px solid #f1f3f4;
    border-bottom: 1px solid #f1f3f4;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0 0 10px 10px;
    z-index: 100;
    display: none;
}
.check-address_list.list_active {
    display: block;
}
.check-address {
    position: relative;
}
.check-address_item {
    display: block;
    padding: 10px 0;
    margin: 5px;
    transition: all 0.2s;
    cursor: pointer;
}
.check-address_item:hover {
    color: #689f38;
}
button:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 13px;
    top: 5px;
    right: -6px;
    background-image: url(../image/vector.svg);
}
button:hover {

}
.forms .container {
    border-radius: 6px;
    border: 1px solid #dadce0;
    padding: 25px;
    margin-bottom: 28px;
}
.volunteer_and_forum {
    margin-top: 60px;
}
.volunteer_and_forum .container {
    display: flex;
}
.volunteer_and_forum .container h2 {
    color: #202124;
    text-align: center;
    font-weight: normal;
}
.volunteer_and_forum .container a {
    text-decoration: none;
    color: #689f38;
    display: flex;
}
.block_left {
    border-right: 1px solid #dadce0;
    width: 50%;
}
.block_left a {
    display: flex;
    justify-content: center;
    margin-top:40px;
}
.block_left img {
    border-radius: 50px;
    margin-right: -20px;
}
.block_right {
    width: 50%;
    padding: 0 40px 40px 40px;

}
.img_volunteers {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    cursor: pointer;
}
.transform {
    transition: all 0.25s ease-out;
}
.transform:hover {
    transform: scale(1.2);
}
/*page2*/
header .n_page {
    margin: 10px 0 40px 40px;
}
.n_page a {
    text-decoration: none;
}
.add span {
    cursor: pointer;
}
p.success_result {
    text-align: center;
}
header span {
    color: #689f38;
    font-size: 15px;
}
.form_two .container {
    border-radius: 6px 6px 0 0;
    border: 1px solid #dadce0;
    padding: 25px 25px 0 25px;
    margin-top: 50px;
}
.item_yes {
    position: relative;
    font-size: 18px;
    margin-left: 50px;
    margin-bottom: 25px;
}
.item_yes:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: -50px;
    border-radius: 50%;
    background-color: #e8f1e1;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-image: url(../image/checkmark.svg);
}

.item_no {
    position: relative;
    font-size: 18px;
    margin-left: 50px;
    margin-bottom: 25px;
}
.item_no:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: -50px;
    border-radius: 50%;
    background-color: #ffbfbf;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-image: url(../image/stopmark.svg);

}
.item_dontknow {
    position: relative;
    font-size: 18px;
    margin-left: 50px;
    margin-bottom: 25px;
}
.item_dontknow:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: -50px;
    border-radius: 50%;
    background-color: #dedede;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-image: url(../image/questionmark.svg);
}
.com_soon {
    margin-top: 40px;
}
.lastupdate {
    color: #818181;
    margin: 22px 0 20px 0;
}
.lastupdate a {
    color: #818181;
}
.registraiion {
    position: absolute;
    right: -302px;
    padding-top: 20px;
    top: 0px;
    width: 270px;
    height: 250px;
    background-color: #689f38;
    border-radius: 6px;
    text-align: center;
}
section.form_two .container {
    position: relative;
}
.registraiion:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -15px;
    width: 27px ;
    height: 45px;
    background-image: url(../image/Layer.svg);
    z-index: -10;
}
.registraiion h2 {
    color: white;
    font-size: 22px;
    margin-bottom: 30px;
}
.registraiion input[type="email"] {
    font-size: 15px;
    border: none;
    border-radius: 6px;
    background-color: #f1f3f4;
    padding: 17px;
}
.contribute .container {
    padding: 25px 25px 40px 25px;
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid #dadce0;
    border-right: 1px solid #dadce0;
    border-left: 1px solid #dadce0;
}
.registraiion button {
    color: white;
    background-color: #689f38;
    margin: 25px 97px 25px 97px;
}
h2 span {
    color: #689f38;
}
footer {
    text-align: center;
    color: #818181;
    font-size: 14px;
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 160px;
}
/*/page2*/
/*page3*/

.inf_data input[type="text"]{
    width: 379px;
    border: none;
    background-color: #f1f3f4;
    border-radius: 6px;
    padding: 18px;
    font-size: 15px;
}
.mask__license {
    width: 379px;
}
.inf_data_two p,.inf_data_three p {
    color: #2f3033;
    font-size: 18px;
}
.inf_data_two {
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
    align-items: start;
}
.inf_data_three {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

.inf_data_one {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.container h3 {
    text-align: center;
    font-size: 22px;
    color: #202124;
    font-weight: normal;
    margin-top: 55px;

}
.list_answer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_answer p {
    margin: 3px 0;
}
.line_answer {
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.radio_button input {
    display: none;
}
.radio_button {
    display: block;
    color: #b4b4b4;
    border: 1px solid #f1f3f4;
    background-color: #ffffff;
    border-radius: 6px;
}

.radio_button label {
    padding: 10px 20px;
    display: inline-block;
}
.radio_button.radio_yes input:checked + label {
    background-color: #e8f1e1;
    color: #689f38;
    border-radius: 6px;
}
.radio_button.radio_no input:checked + label {
    background-color: #ffbfbf;
    color: #ffffff;
    border-radius: 6px;
}
.radio_button.radio_dont_know input:checked + label {
    background-color: #dedede;
    color: #ffffff;
    border-radius: 6px;
}


*,
*:before,
*:after{
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.select {
    display: inline-block;
    vertical-align: top;
    max-width: 320px;
    width: 320px;
}
.inf_data_three .select {
    display: inline-block;
    vertical-align: top;
    max-width: 676px;
    width: 676px;
}

.select-wrap {
    max-width: 700px;
    width: 100%;
    margin: 20px auto;
}

.select-wrap select {
    margin: 20px;
}

.select__gap {
    background: #f1f3f4;
    color: #aeb0b0;
    font-size: 15px;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    padding: 19px;
}

.on.select__gap,
.select__gap:hover {
    color: #aeb0b0;
}

.select__list {
    background: transparent;
    border: 1px solid #aeb0b0;
    margin: 0px 0;
    border-radius: 6px;
}

.select__list.on {
    display: block;
}

.select__item span {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
}

.select__item.selected,
.select__item span:hover {
    color: #aeb0b0;
}

.select__gap:after {
    content: '';
    display: block;
    width: 13px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 32px;
    margin-top: -7px;
    background-image: url(../image/arrow.svg);

    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.on.select__gap:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.inf_data h3 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}
.forms p.um {
    text-align: center;
    color: #72a545;
    font-size: 18px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

/*body {*/
/*    margin: 0;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    background-color: #fff;*/
/*}*/

.tabs {
    text-align: center;
    font-size: 0;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>div {
    /* скрыть контент по умолчанию */
    border-radius: 6px;
    display: none;
    border: 1px solid #e0e0e0;
    padding: 53px 20px 30px 20px;
    font-size: 16px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
    display: block;
}

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #dadce0;
    padding: 15px 80px;
    font-size: 15px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    font-weight: bold;
    color: #5f5f5f
}

.tabs>label:not(:first-of-type) {
    border-left: none;
    border-radius: 6px 6px 0 0;
    color: #5f5f5f;
    font-weight: bold;
}

.tabs>input[type="radio"]:checked+label {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
    color: #689f38;
}
.recommend {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}
.add {
    display: flex;
    justify-content: space-between;
    margin: 32px 10px 0px 0;
}
.add span {
    color: #5f5f5f;
    font-size: 15px;
    font-weight: bold;
}
.recommend input[type="text"],.recommend input[type="email"] {
    width: 375px;
    border: none;
    background-color: #f1f3f4;
    border-radius: 6px;
    padding: 18px;
    font-size: 15px;
}
.container .recommend_counties {
    border-radius: 6px;
    border: 1px solid #dadce0;
    padding: 25px;
    margin-bottom: 60px;
}
.block_answer {
    margin-bottom: 5px;
}
.overall {
    display: flex;
    justify-content: center;
}
.overall span {
    display: flex;
    align-items: center;
    margin-left: 25px;
    color: #72a545;
}
.img_volunteers {
    margin-left: 40px;
}
/*/page3*/

@media (max-width: 880px) {
    .forms .check-address, .form_one .check-address {
        width: 100%;
    }
    .header_top h1 {
        font-weight: normal;
        text-align: center;
    }
    .inf_data_one {
        flex-flow: column;
    }
    .mask__license {
        width: 100%;
    }
    .inf_data input[type="text"] {
        width: 100%;
        margin: 10px 0;
    }
    .inf_data_two {
        flex-flow: column;
    }
    .select {
        max-width: 100%;
        width: 100%;
    }
    .inf_data_three {
        flex-flow: column;
    }
    .inf_data_three .select {
        max-width: 100%;
        width: 100%;
    }
    .list_answer > div {
        flex-flow: column;
        margin: 0px;
    }
    .line_answer {
        width: 100%;
        justify-content: space-around;
        margin: 10px 0 20px;
    }
    .radio_button label {
        padding: 10px 7px;
    }
    .tabs > label {
        padding: 12px 0;
        width: 30%;
    }
    .recommend {
        flex-flow: column;
    }
    .recommend input[type="text"], .recommend input[type="email"] {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }
    .container h3 {
        font-size: 22px;
    }
    .list_answer .item_dontknow:after, .list_answer .item_yes:after, .list_answer .item_no:after {
        display: none;
    }
    .volunteer_and_forum .container {
        flex-flow: column;
    }
    span.send_form_button {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }
    span.send_form_button + p {
        margin-top: 20px;
    }
    span.send_form_button button {
        height: 36px;
        margin-top: 10px;
        padding-right: 15px;
    }
    span.send_form_button button:after {
        right: 2px;
    }
    .block_left {
        width: 100%;
        border-right: unset;
        border-bottom: 1px solid #dadce0;
        padding-bottom: 30px;
    }
    .block_right {
        width: 100%;
        padding: 30px 0 0;
    }
    .forms input[type="text"] {
        width: 100%;
    }
    .forms input[type="email"], .contribute input[type=email] {
        width: 100%;
    }
    button:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 13px;
        top: 12px;
        right: -6px;
        background-image: url(../image/vector.svg);
    }
    .volunteer_and_forum .container a {
        justify-content: center;
        text-align: center;
    }
    section.form_one input[type="text"] {
        width: 100%;
    }
    .registraiion {
        display: none;
    }
    .recommend_counties button::after, #content-1 button::after, #content-2 button::after, #content-3 button::after {
        top: 4px;
    }
    footer {
        max-width: 90%;
        margin: 20px auto;
    }
}
@media (max-width: 420px) {
    .item_yes, .item_no, .item_dontknow {
        padding-top: 3px;
    }
    .form_two .item_yes:after,.form_two .item_no:after, .form_two  .item_dontknow:after {
        top: 0;
    }
    .container form h2 {
        text-align: center;
    }

    form p {
        margin-top: 33px;
        text-align: center;
    }
    .container h3 {
        font-size: 22px;
    }
    .header_top h1 {
        font-size: 22px;
        text-align: center;
    }

}
