.kontakt-component h1 {
    color: #141B56;
    font-size: 64px;
    font-weight: 500;
    line-height: 110%;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 61px;
}

.kontakt-component h1:after {
    width: 134px;
    height: 3px;
    background: #141B56;
    content: '';
    position: absolute;
    left: 6px;
    bottom: -6px;
}

.kontakt-subtitle {
    color: #141B56;
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 31px;
}

.wpcf7 .wpcf7-submit:disabled{
	opacity:0.7;
}

.kontakt-field {
    border: 1px solid #e8e9ef;
    padding: 11px 20px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.kontakt-field span {
    color: #141B56;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.gender-field>div{
    height: 100%;
}

.gender-field p{
    margin-bottom: 0;
    padding-bottom: 1rem;
    height: 100%;
}

.kontakt-field select, .kontakt-field select:focus-visible{
    width: 100%;
    border: none;
    outline: none;
}

.checkboxes .wpcf7-list-item{
    background: #E8E9EF;
    color: #141B56;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    padding: 14px 30px;
    border-radius: 50px;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.checkboxes .wpcf7-list-item input{
    display: none;
}

.checkboxes .wpcf7-list-item:has(input:checked){
    background: #141B56;
    color:#FFF;
}
.wpcf7-not-valid-tip{
    color: #dc3232!important;
}

.wpcf7-acceptance, .wpcf7-acceptance a {
    color: #141B56;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.kontakt-field input, .kontakt-field textarea {
    border: none;
    font-family: Urbanist;
    color: #141B56;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.kontakt-field input:active, .kontakt-field input:focus-visible, .kontakt-field textarea:active, .kontakt-field textarea:focus-visible {
    outline: none;
    border: none
}

.wpcf7-submit {
    background: #141B56;
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    padding: 14px 30px;
    border: none;
    border-radius: 40px;
}

.kontakt-title {
    color: #141B56;
    font-size: 26px;
    font-weight: 500;
    line-height: 120%;
    margin-top: 35px;
    margin-bottom: 20px;
}

.kontakt-text{
    color: #141B56;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
}

.icon{
    margin-right: 16px;
    width: 32px;
    height: 32px;
}

@media(max-width: 1200px){
	iframe{
		width: 100%;
	}
}
