/* contacts */

.section-contacts {
    padding: 50px 0;
}

.contact-area {
    box-sizing: border-box;
    padding: 50px;
    background-color: var(--black-color);
}

.contacts-data {
    min-width: 70%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cform-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.cdl-l {
    width: 50%;
}

.cdl-r {
    width: 35%;
}

.cdata-line {
    margin-bottom: 75px;
}

.cdata-line:last-child {
    margin-bottom: 0;
}

.cdl-item {
    font-size: 14px;
}

.cdl-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cdl-messengers a {
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    color: var(--red-color);
}

.contacts-data-bot .fl-social a {
    opacity: 1;
}

.onmap a {
    font-size: 12px;
    margin-right: 10px;
    color: var(--red-color);
}

@media screen and (max-width: 900px) {
    .contact-inner {
        display: block;
    }
    .contacts-data {
        width: 100%;
        max-width: 470px;
        min-width: auto;
        margin: 0 auto;
    }
    .cdata-line {
        margin-bottom: 50px;
    }
    .cdata-line:last-child {
        margin-bottom: 0;
    }
    .contacts-data-bot {
        margin-top: 50px;
    }
    .contacts-form {
        width: 100%;
        max-width: 470px;
        margin: 50px auto 0;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 600px) {
    .cdata-line {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .cdl-l {
        width: 100%;
    }
    .cdl-r {
        width: 100%;
    }
    .cdl-item {
        margin-bottom: 30px;
    }
    .contacts-data-bot {
        margin-top: 0;
    }
    .contacts-data-bot .fl-social {
        margin-top: 0;
    }
    .fullpage-picture img, .fullpage-picture source {
        width: 100%;
        height: auto;
    }
    .fullpage-picture {
        max-height: 1000px;
        height: initial;
        overflow: hidden;
    }
    
}