.contact {
    display: flex;
    flex-wrap: wrap;
}
.contact .heading-line {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 800;
}
.contact .heading-line span {
    display: inline;
    font-weight: 400;
    font-size: 24px;
    color: #000;
}
.contact .heading-line sup {
    font-weight: 400;
    font-size: 10px;
}
.contact .heading-line span strong {
    font-weight: 800;
}
.contact .heading-line:before {
    width: 220px;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.contact .heading-line:after {
    left: calc(50% + 100px);
}
.contact__right,
.contact__left {
    max-width: 50%;
    flex: 0 0 50%;
}
.contact__left {
    padding-left: 10vw;
    padding-right: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.contact__office {
    flex: 0 0 50%;
    color: #595857;
    max-width: 50%;
}
.contact__form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
}
.contact__office a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #595857;
}
.contact__office a svg {
    margin-right: 10px;
}
.contact__adres {
    margin-top: 60px;
    line-height: 20px;
    color: #595857;
}
.contact__adres a {
    font-size: 14px;
    color: #595857;
}
.contact__rest {
    margin-top: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 14px;
    color: #595857;
}
.contact__form .heading-line:after {
    right: 0;
}
.cf select {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #FECC27;
    border-radius: 21px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px 25px;
    resize: none;
    width: 80%;
    appearance: none;
    font-size: 14px;
    color: #595857;
    position: relative;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
}
.cf .menu-606:after {
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FECC27;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    content: "";
    z-index: 98;
}
.cf input:not([type='submit']):not([type='checkbox']),
.cf textarea {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #FECC27;
    border-radius: 21px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px 25px;
    resize: none;
    width: 80%;
    font-size: 14px;
}
.cf input:not([type='submit']):not([type='checkbox'])::placeholder,
.cf textarea::placeholder {
    color: #D1D1D1;
}
.cf input[type='submit'] {
    font-size: 14px;
    background: #3e3f41;
    border-radius: 25px;
    padding: 6px 20px;
    color: #FFCA00;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: .3s;
    margin-left: auto;
    margin-right: auto;
}
.cf input[type='submit']:hover {
    background: #FFCA00;
    color: #1A1919;
}

.contact .contact__form h2 {
    margin-bottom: 0;
}
.contact__right {
    padding-top: 40px;
}
.contact__map {
    position: relative;
}
.contact__map:before {
    content: '';
    background: #F2F2F2;
    position: absolute;
    width: 70%;
    top: -35px;
    bottom: -30px;
    display: inline-block;
    z-index: -99;
    left: 50%;
    transform: translateX(-50%);
}
.contact__map:after {
    content: '';
    position: absolute;
    width: 200px;
    background-image: url('../images/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    top: -55px;
    bottom: -50px;
    display: inline-block;
    z-index: -9;
    right: 10%;
}
.contact__map iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px 0px 0px 10px;
    border: 2px solid #FECC27;
    border-right: none;
}
.contact__content {
    font-size: 14px;
    line-height: 20px;
    color: #595857;
    padding-left: 8vw;
    margin-top: 60px;
}
.contact .contact__content h2:before {
    left: -10px;
    transform: translateX(0);
}
.contact .contact__content h2:after {
    left: 210px;
    right: initial;
}

span.rcaptcha {
    width: 80%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 12px;
}
.grecaptcha-badge {
    visibility: hidden;
    z-index: -9999999;
    height: 0;
    width: 0;
    opacity: 0;
}
@media(max-width: 992px) {
    .contact__right,
    .contact__left {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .contact__left {
        padding: 0 15px;
    }
    .contact__right {
        margin-top: 30px;
    }
    .contact__map iframe {
        border-radius: 0;
        height: 300px;
    }
    
    .contact__office,
    .contact__adres {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact__office:not(:first-child) {
        margin-top: 60px;
    }
}