div#edit-contacts-option {
    margin-bottom: 50px;
}
#edit-contacts-option a {
    color: #000;
}
#edit-contacts-option a:hover {
    color: #2EBFCB;
    text-decoration: none;
}
#edit-contacts-option a img {
  display: online-block;
  margin-right: 5px;
}

.webform-flexbox {
    width: 100%;
    max-width: 900px;
}
.webform-flexbox input {
  border: solid 1px #BDBDBD;
  height: 46px;
  padding: 0 10px;
  width: 100%;
}

.webform-flexbox textarea {
  border: solid 1px #BDBDBD;
  height: 220px;
  padding: 10px;
  width: 100%;
}

.form-required:after {
  filter: grayscale(100%);
}

.webform-button--submit {
    display: inline-block;
    color: #2EBFCB;
    text-transform: uppercase;
    line-height: 24px;
    padding: 10px 40px 10px 10px;
    border: none;
    background-color: #FFF;
    background-image: url("/themes/shp/img/arrowr.svg");
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: auto;
    transition: 0.7s;
    font-size: 28px;
    margin-top: 30px;
    margin-left: -10px !important;
}

.webform-button--submit:hover {
    text-decoration: none;
    background-color: #2EBFCB;
    color: #ffffff;
    background-image: url("/themes/shp/img/arrowr_w.svg");
}

.require-text {
    text-align: right;
    font-size: 12px;
    color: #787B7E;
}

.main .form-text {
    margin-top: 0;
}

input[type=checkbox], input[type=radio] {
    width: auto;
    height: auto;
}

div#edit-flexbox-02 * {
    font-weight: 300 !important;
}

label.option {
    font-weight: 300 !important;
}

.form-item-ya-soglasen-na- {
    margin: 30px 0 !important;
    display: block;
}