

/* === contact-form === */


#contact-form-1187 {
	 --contact-form-accent-color: #000;
	 --contact-form-label-color: #000;
}

.contact-form {
    padding: 55px 0;
}
    .contact-form .social-links {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }
        .contact-form .social-links a {
            display: flex;
            width: 62px;
            height: 62px;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: .3s all;
            overflow: hidden;
            border-radius: 5px;
            background-color: #f6a9b5;
            color: #151515;
        }
.col-form-label {
    color: var(--contact-form-label-color);
    padding: 0 0 7px;
}

.contact-info-block {
    margin-top: 20px;
}

.contact-form h2 {
    margin-bottom: 20px;
}
.contact-info-text {
    font-size:22px;
}
.contact-info-text a,
.map_link {
    text-decoration: underline;
    color: var(--contact-form-accent-color)
}

    .contact-info-text a:hover,
    .map_link:hover {
        color: var(--contact-form-accent-color);
        text-decoration: none
    }

.contact-social-wrapper {
    margin-top: 25px;
}

.form-control {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid #cccccc;
}

.form-group {
    margin-bottom: 10px;
}

.required-star {
    color: var(--required_color);
}

.contact-info a {
    color: var(--contact-form-accent-color);
    text-decoration: underline;
}

.contact-info .fab {
    margin-right: 10px;
    padding-top: 3px;
    color: var(--contact-form-accent-color);
}

.bottom-box {
    position: relative;
}

    .bottom-box .required {
        position: absolute;
        top: -5px;
        right: 0;
        font-size: 14px;
        color: var(--required_color)
    }

.contact-form .contact-info {
    margin-bottom: 2px;
    color: #ef95a3;
    font-size: 18px;
    font-family: 'Uniform 4';
}
.contact-form .adress-block {
    margin-bottom: 20px;
}
.contact-form .col-form-label {
    color: #2f2f2f;
    padding: 0 0 7px;
    font-size:16px;
}
.contact-form .contact-info a {
    text-decoration: none;
    color: #ef95a3;
    font-size: 18px;
    font-family: 'Uniform 4';
}
.contact-form .social-links a i {
    font-size: 20px;
}
.contact-form form .checkbox + label::before {
    background-color: #e5e5e5;
    box-shadow: none;
    border: 0;
}
.contact-form .form-control {
    background-color: #e5e5e5;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
}

.contact-form .contact-info a:hover {
    text-decoration: none;
}

.contact-form .social a {
    margin-right: 5px;
}

    .contact-form .social a .fab {
        font-size: 20px;
        color: #021c33;
    }

    .contact-form .social a svg {
        width: 30px;
        height: auto;
        margin-top: -13px;
    }

.contact-info i {
    margin-right: 10px;
}

.social {
    margin: 6px 0;
}

@media screen and (max-width: 992px) {

    .bottom-box .required {
        position: static;
        display: block;
        margin-top: 10px;
    }
}

@media screen and (max-width: 576px) {

    .contact-container {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {

    .contact-social-wrapper {
        margin-bottom: 25px;
    }
}

/* === contact-form === */



/* === contact-form-thankyou === */

.contact-thankyou {
    padding: 120px 0px;
}

    .contact-thankyou h2 {
        margin-bottom: 30px;
    }


    .contact-thankyou .text {
        margin-bottom: 45px;
    }

    .contact-thankyou .cty-feat-itme {
        height: 300px;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 0px 7px 6px #0000003b;
        border-radius: 5px;
    }

        .contact-thankyou .cty-feat-itme img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

.cty-feat-itme > a {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cty-feat-itme .title {
    display: block;
    padding: 10px 0px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

    .cty-feat-itme .title b,
    .cty-feat-itme .title strong {
        font-weight: 600;
    }

.cty-feat-itme.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .cty-feat-itme.social .title {
        position: static;
    }

.cty-feat-itme .social-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 45px;
    justify-content: space-around;
}

    .cty-feat-itme .social-list a {
        background-color: #1d1d1d;
        width: calc(25% - 10px);
        height: auto;
        display: flex;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 30px;
        text-decoration: none;
        padding-bottom: calc(25% - 10px);
        position: relative;
        margin-top: 10px;
        position: relative;
    }

        .cty-feat-itme .social-list a > * {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

        .cty-feat-itme .social-list a svg {
            fill: #fff;
            width: 40px;
            height: 40px;
        }

@media(max-width: 1399px) {
    .cty-feat-itme .social-list a {
        width: calc(33.3% - 10px);
        padding-bottom: calc(33.3% - 10px);
    }
}

/* === contact-form-thankyou === */



/* === footer-01 === */

.footer-01 {
    color: var(--footer-textcolor);
    background-color: var(--footer-background);
    padding: 45px 0 60px;
}

.footer-01 a {
    color: var(--footer-textcolor);
    text-decoration: none;
}

.footer-01 img {
    height: 17px;
    width: auto;
}

.footer-01 .separator {
    font-style: normal;
    padding: 0 3px
}

    .footer-01 .footer-menu {
        display: flex;
        line-height: 1;
        grid-area: 1 / span 2;
        justify-content: space-between;
        font-size: 18px;
        text-transform: uppercase;
     
    }

.footer-01 .footer-menu > .nav-item {
    width: auto;
    z-index: 1;
    text-align: center;
}

.footer-01 .footer-menu > .nav-item .nav-link {
    color: #fff !important;
    padding: 0 !important;
}

.footer-01 .footer-menu > .nav-item .nav-link .dd-caret {
    display: none;
}

.footer-01 .container {
    display: grid;
    grid: auto auto / auto auto;
    align-items: baseline;
    justify-content: space-between;
    row-gap: 30px;
}

.footer-01 .company-name,
.footer-01 .website-design {
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.025em;
}

.footer-01 .website-design {
    text-align: end;
}

.footer-01 .dropdown-item-menu {
    display: none;
}

@media(max-width: 991.98px) {
    .footer-01 .footer-menu > .nav-item .nav-link {
        color: #f6a9b5 !important;
        padding: 0 !important;
        font-size: 16px;
        font-family: 'Uniform 3';
    }
    .footer-01 {
        padding: 30px 0 45px;
    }

    .footer-01 .container {
        grid: auto-flow / 1fr;
        row-gap: 0;
    }

    .footer-01 .footer-menu {
        display: block;
        grid-area: 1;
        width: 100%;
        font-size: 16px;
        text-align: left;
        column-count: 2;
    }

    .footer-01 .container {
        grid: auto;
    }

    .footer-01 .company-name,
    .footer-01 .website-design {
        margin-top: 8px;
    }

    .footer-01 .company-name {
        margin-top: 36px;
    }

    .footer-01 .footer-menu > .nav-item {
        padding-top: 20px;
        text-align: left;
    }

    .footer-01 .website-design {
        text-align: left;
    }
}

@media(max-width: 767.98px) {
    .footer-01 {
        padding: 30px 0 50px;
    }
}

@media(max-width: 575.98px) {
    .footer-01 {
        padding: 25px 0 45px;
    }

    .footer-01 .footer-menu {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        row-gap: 14px;
        column-count: 1;
    }

    .footer-01 .website-design {
        margin-top: 10px;
    }

    .footer-01 .separator {
        display: none;
    }

    .footer-01 .footer-menu > .nav-item {
        padding-top: 32px;
    }
}

/* === footer-01 === */

