#wpcf7-f5304-p5305-o1 input[type="submit"].wpcf7-submit{
margin: 25px 0px 26px;
} .wpcf7-field-group-add, .wpcf7-field-group-remove {
appearance: none;
background-color: #FAFBFC;
border: 1px solid rgba(27, 31, 35, 0.15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
box-sizing: border-box;
color: #24292E;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 500;
line-height: 20px;
list-style: none;
padding: 6px 16px;
position: relative;
transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
word-wrap: break-word;
margin-right: 0.3rem;
}
.wpcf7-field-group-add:hover, .wpcf7-field-group-remove:hover {
background-color: #F3F4F6;
text-decoration: none;
transition-duration: 0.1s;
}
.wpcf7-field-group-add:disabled, .wpcf7-field-group-remove:disabled {
background-color: #FAFBFC;
border-color: rgba(27, 31, 35, 0.15);
color: #959DA5;
cursor: default;
}
.wpcf7-field-group-add:active, .wpcf7-field-group-remove:active {
background-color: #EDEFF2;
box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
transition: none 0s;
}
.wpcf7-field-group-add:focus, .wpcf7-field-group-remove:focus {
outline: 1px transparent;
}
.wpcf7-field-group-add:before, .wpcf7-field-group-remove:before {
display: none;
}
.wpcf7-field-group-add:-webkit-details-marker, .wpcf7-field-group-remove:-webkit-details-marker {
display: none;
} .wpcf7-field-groups {
counter-reset: repeatable-fields-counter;
}
.wpcf7-field-group {
counter-increment: repeatable-fields-counter;
}
.referents-group-index:after, .films-group-index:after {
content: counter(repeatable-fields-counter);
} .altcha-no-javascript {
display: none; 
}