@charset "UTF-8";
/*---------------------------------------------------------------------------------
 Theme Name:   Akademia profesjonalistów GAZUNO
 Theme URI:
 Description:
 Author:       imaggo.pl
 Author URI:   https://imaggo.pl
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
.et_pb_equal_columns > .et_pb_column {
  margin-top: auto;
  margin-bottom: auto; }

.wpcf7 {
  max-width: 730px;
  margin: 0 auto; }

.wpcf7 .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 768px) {
  .wpcf7 .fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }
.wpcf7 .field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px; }

.wpcf7 label {
  text-align: center; }

.wpcf7 a,
.wpcf7 label {
  font-size: 12px;
  line-height: 16px;
  display: block; }

.wpcf7 a {
  padding: 0 24px;
  color: #212529; }

.wpcf7 input,
.wpcf7 select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #212529;
  padding: 16px 40px; }

.wpcf7 .acceptance .wpcf7-list-item,
.wpcf7 .newsletter .wpcf7-list-item {
  margin-left: 0; }

.wpcf7 .acceptance label,
.wpcf7 .newsletter label {
  text-align: left; }

.wpcf7 .acceptance input,
.wpcf7 .newsletter input {
  width: auto;
  opacity: 0; }

.wpcf7 .acceptance input ~ .wpcf7-list-item-label,
.wpcf7 .newsletter input ~ .wpcf7-list-item-label {
  position: relative; }

.wpcf7 .acceptance input ~ .wpcf7-list-item-label:after,
.wpcf7 .newsletter input ~ .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: -20px;
  border: 1px solid #212529; }

.wpcf7 .acceptance input:checked ~ .wpcf7-list-item-label:after,
.wpcf7 .newsletter input:checked ~ .wpcf7-list-item-label:after {
  background-color: #f68b19; }

.wpcf7 .wpcf7-submit {
  -webkit-appearance: none;
  border-radius: 34px;
  display: block;
  width: auto;
  border: none;
  background-color: #212529;
  color: #fff;
  padding: 19px 70px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  max-width: 100%;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }

.wpcf7 .wpcf7-submit:focus,
.wpcf7 .wpcf7-submit:hover {
  background-color: #f68b19; }

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output {
  font-size: 13px; }

.your-tel {
  position: relative;
  overflow: visible; }
  .your-tel .wpcf7-tel {
    padding-left: 70px; }
  .your-tel:before {
    content: "+48";
    display: block;
    position: absolute;
    top: -3px;
    left: 40px;
    width: 25px;
    height: 25px;
    z-index: 9999999; }
