.contact-form {
    width: 100%;
}
.contact-form.reverse .wrapper {
    flex-direction: row-reverse;
}
.contact-form .linki {
    margin-top: 20px;
}
.contact-form .linki .link {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-form .linki .link.email .link-photo {
    background-image: url('/img/email.svg');
}
.contact-form .linki .link.address .link-photo {
    background-image: url('/img/mark.svg');
}
.contact-form .linki .link.telephone .link-photo {
    background-image: url('/img/tel.svg');
}
.contact-form .linki .link-photo {
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    min-width: 60rem;
    width: 60rem;
    height: 60rem;
    border: 2px solid var(--light-bg2);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-bg);
    border-radius: 50%;
}
.contact-form .wrapper {
    display: flex;
    flex-wrap: wrap;
}
.contact-form .text {
    flex: 1 1 50%;
}
.contact-form .form {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
}
.contact-form .form .checkbox-label .checkbox-styled {
    background-color: var(--primary-bg);
    border-color: var(--dark-bg);
}
.contact-form .form .checkbox-label .checkbox-styled span {
    font-size: 22px;
    font-weight: bold;
}
.contact-form .form-inner {
    padding-left: 110px;
    max-width: 735px;
    padding-top: 20px;
}

.start-form {
    background-image: url('/code-images/bg-contact-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.start-form .contact-form .text {
    display: none;
}
.start-form .contact-form .form {
    justify-content: center;
    background-color: unset;
}
.start-form .contact-form .form .title {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 55px;
}
.start-form .contact-form .form .title h3 {
    font-weight: 300;
    font-family: 'Lora';
}
.start-form .contact-form .form form .row {
    flex-direction: column;
    align-items: center;
}
.start-form .contact-form .form form input:not(input[type='submit']),
.start-form .contact-form .form form textarea {
    border: 1px solid var(--element1-color);
    border-radius: 3px;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 18rem;
}
.start-form .contact-form .form form textarea {
    height: 125px;
}

.form-reverse-bg {
    background-image: url('/code-images/bg-contact-1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.form-reverse-bg .start-form {
    background: transparent;
}

@media (max-width: 575.5px) {
    .start-form {
        background-size: cover;
    }
    .start-form .title h3 {
        font-size: 35rem !important;
    }
    .start-form .icon {
        width: 10% !important;
        height: auto !important;
        margin-right: 0 !important;
    }
    form input:not(input[type='submit']),
    form textarea {
        font-size: 20rem !important;
    }
    .contact-form .foto {
        flex: 1 1 100%;
    }
    .contact-form .form {
        flex: 1 1 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.5px) {
    .start-form {
        background-size: cover;
    }
    .start-form .title h3 {
        font-size: 35rem !important;
    }
    .start-form .icon {
        width: 10% !important;
        height: auto !important;
        margin-right: 0 !important;
    }
    form input:not(input[type='submit']),
    form textarea {
        font-size: 20rem !important;
    }
    .contact-form .foto {
        flex: 1 1 100%;
    }
    .contact-form .form {
        flex: 1 1 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.5px) {
    .start-form .title h3 {
        font-size: 35rem !important;
    }
    .start-form .icon {
        width: 7.5% !important;
        height: auto !important;
        margin-right: 0 !important;
    }
    form input:not(input[type='submit']),
    form textarea {
        font-size: 20rem !important;
    }
    .contact-form .foto {
        flex: 1 1 100%;
    }
    .contact-form .form {
        flex: 1 1 100%;
    }
}
