/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.17.0
Requires at least:    5.4.0
Requires PHP:         5.6.20
WC requires at least: 4.7.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/




.firstform {
width: 100%;
border: 1px solid grey;
border-radius: 10px;
margin: 60px auto;
box-shadow: -1px 7px 62px 0px rgba(0,0,0,0.75);
padding: 30px;
background-color: #ffffff;
text-align: center;
position: relative;
}

.firstform img {
display: block;
margin: 0 auto 30px; /* Центрируем картинку */
width: 150px; /* Увеличение размера картинки */
height: 150px; /* Увеличение размера картинки */
border-radius: 50%; /* Оставляем круглый вид */
position: relative;
top: -100px; /* Поднимаем картинку на половину её диаметра + 25px */
}

@media (max-width: 425px) {
.contact_action_form {
display: block !important;
text-align: center;
}
.nopadd {
padding-left: 0px !important;
padding-right: 0px !important;
}
}
.firstform .quizle-header {
margin-top: 30px !important; /* Уменьшаем отступ сверху */
}

.firstform .quizle-container {
margin-top: -100px !important; /* Дополнительно уменьшаем пространство сверху */
}