.Paddingparent {
    padding-bottom: 10px;
    display: flex;
}

.block {
    margin: 1em 0;
    text-align: center;
}

.block img {
    width: 29vw;
    height: 18vw;
    object-fit: contain;
}


.Paddingparent .components-unit-control-wrapper {
    float: left;
    width: 25% !important;
    margin-left: 10px;
}

.Paddingparent .components-unit-control-wrapper:first-child {
    margin-left: 0;
}

.css-iifrkg-Root {
    width: 100%;
}

.padding-data {
    width: 20%;
    white-space: nowrap;
    display: inline-block;
    margin-right: 10px;
}

.user-gender label {
    clear: both;
    width: 100%;
    margin-top: 10px;
}

.user-gender .components-radio-control__option {
    float: left;
    margin-right: 10px;
}

.btn-form {
    width: 100%;
    display: block;
    font-size: 18px !important;
}

.contact-subtitle {
    font-size: 18px !important;
    margin: 0 0 10px 0 !important;
}

.contact-maintitle {
    font-size: 35px !important;
    margin: 20px 0 15px 0 !important;

}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}


.onecolumnfieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 10px 0 10px 0 !important;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
    width: 100%;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #0CF;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #09C;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}