﻿
.contact .grid.wide {
    max-width: 1100px;
}

.contact-container h1 {
}

.contact-container h2 {
}

.contact {
    background-image: url(../../../../Design/img/home-room-bg.png);
    background-size: cover;
}

.contact-container {
    padding: 60px 0;
    padding-top: 220px;
}

    .contact-container .base-title {
        margin: 0;
        font-family: 'pathSB';
        font-size: 35px;
        color: var(--color-3);
    }

    .contact-container .base-descript {
        margin: 0;
        font-family: pathSB;
        font-size: 16px;
        max-width: 64%;
        line-height: 155%;
        margin-top: 10px;
        color: var(--color-7);
    }

.contact-wrap {
    display: flex;
    margin-top: 60px;
}

.contact-wrap-left {
    width: 70%;
}

.contact-form {
    padding-right: 60px;
}

.contact-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

    .contact-group.percent .contact-item {
        width: calc(50% - 16px);
    }

.contact-item {
    flex-direction: column;
    display: flex;
    width: 100%;
    position: relative;
    user-select: none;
}

    .contact-item .h {
        position: absolute;
        right: 10px;
        bottom: 10px;
        border-radius: 55px;
        overflow: hidden;
    }

        .contact-item .h img {
            filter: grayscale(1);
        }

    .contact-item .err {
        position: absolute;
        bottom: 0;
        color: transparent !important;
        !i;
        !;
        border-bottom: 1px solid #ff00007d;
        );
        width: 100%;
        border-radius: 8px;
        pointer-events: none;
    }

    .contact-item label {
        font-size: 14px;
        margin-bottom: 8px;
        font-family: 'avertaSB';
        color: var(--text-primary);
        transform: translateY(19px) translateX(14px);
        background-color: #fff;
        width: fit-content;
        border-radius: 55px;
        padding: 4px 12px;
    }


.contact-header {
}

    .contact-header .grid.wide {
    }

.contact-header-container {
    text-align: center;
    position: relative;
}

    .contact-header-container .line {
        color: var(--text-primary);
        font-family: avertaSB;
        font-size: 80px;
        line-height: 130%;
        pointer-events: none;
    }

        .contact-header-container .line strong {
            color: var(--color-3);
        }

    .contact-header-container .image-wrapper {
        border-radius: 25px;
        overflow: hidden;
        width: 145px;
        display: inline-block;
        height: 74px;
    }

        .contact-header-container .image-wrapper img {
        }

        .contact-header-container .image-wrapper.img-1 {
        }

        .contact-header-container .image-wrapper.img-2 {
            width: 122px;
        }

.contact-header-count {
    display: flex;
    justify-content: center;
    margin-top: 26px;
}

    .contact-header-count .item {
        margin: 0 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .contact-header-count .item strong {
            font-size: 50px;
            color: var(--color-1);
            font-family: avertaSB;
        }

        .contact-header-count .item span {
        }

        .contact-header-count .item h3 {
            margin: 0;
            color: #5b513d9c;
            font-weight: 100;
            letter-spacing: 2px;
            font-size: 16px;
        }

.contact-header-subleft {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 22%;
    font-family: avertaSB;
    color: var(--text-primary);
    left: 13%;
}

    .contact-header-subleft strong {
        font-size: 50px;
        text-align: left;
        display: block;
        width: 100%;
    }

        .contact-header-subleft strong sup {
            font-size: 24px;
            transform: translateY(-5px);
            display: inline-block;
        }

    .contact-header-subleft span {
        color: var(--color-text-default);
        font-size: 15px;
        margin-top: 11px;
        text-align: left;
    }

.contact-header-right {
    position: absolute;
    right: 1%;
    bottom: 30%;
}

    .contact-header-right .title {
        margin: 0;
        font-family: avertaSB;
        font-weight: 100;
        font-size: 16px;
        text-align: left;
        color: #525252;
    }

    .contact-header-right span {
        display: block;
        max-width: 200px;
        text-align: left;
        color: #525252;
        font-size: 13px;
        line-height: 147%;
        margin-top: 5px;
        margin-bottom: 12px;
    }

    .contact-header-right a {
        width: fit-content;
        border-radius: 6px;
        background-color: var(--color-3);
        color: var(--color-1);
        font-family: pathB;
        font-size: 13px;
        display: none;
        padding: 6px 20px;
        transition: all .3s;
    }

        .contact-header-right a:hover {
            background-color: var(--color-4);
            color: #fff;
        }

.contact-item input {
    font-size: 15px;
    border-radius: 8px;
    padding: 0 14px;
    height: 58px;
    outline: none;
    border: none;
    box-shadow: 0 0 10px 0 #33333321;
}

.contact-form-title {
    margin: 0;
    font-weight: 100;
    color: var(--color-1);
    font-size: 17px;
    margin-bottom: 7px;
    font-family: barSB;
}

.contact-service-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 0;
    row-gap: 10px;
    padding-right: 19px;
    margin-top: 10px;
    user-select: none;
}

.contact-service-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .contact-service-item .checkbox {
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #3333334d;
        border-radius: 5px;
        font-size: 10px;
        color: #333;
        background-color: #fff;
    }

    .contact-service-item:hover .checkbox i {
        opacity: .3;
    }

    .contact-service-item .checkbox i {
        transition: 0.6s cubic-bezier(.3,2.5,.3,1);
        transform: rotate(-20deg);
        opacity: 0;
    }

    .contact-service-item span {
        color: var(--color-1);
        font-size: 15px;
        margin-left: 9px;
    }

.contact-btn-submit:hover {
    background-color: var(--color-2);
    color: var(--color-1);
}

.contact-btn-submit {
    background-color: var(--color-1);
    color: #fff;
    text-align: center;
    border-radius: 7px;
    font-size: 18px;
    padding: 14px 0;
    margin-top: 23px;
    text-transform: uppercase;
    transition: all .3s;
}

.contact-wrap-right {
    flex: 1;
}

    .contact-wrap-right .right-container {
        margin-bottom: 28px;
    }

    .contact-wrap-right .right-title {
        margin: 0;
        color: var(--color-3);
        font-size: 19px;
        font-weight: 100;
        font-family: 'avertaSB';
        text-transform: uppercase;
    }

    .contact-wrap-right .right-descript {
        margin: 0;
        font-weight: 100;
        font-size: 15px;
        color: #333333c9;
        margin-top: 5px;
    }

    .contact-wrap-right .right-item:last-child {
        margin-bottom: 0;
    }

    .contact-wrap-right .right-list {
        margin-top: 16px;
    }


    .contact-wrap-right .right-item {
        display: flex;
        margin-bottom: 8px;
    }


        .contact-wrap-right .right-item .img {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 4px;
            height: fit-content;
            transform: translateY(2px);
        }

            .contact-wrap-right .right-item .img img {
                width: 16px;
                filter: invert(87%) sepia(23%) saturate(3480%) hue-rotate( 7deg) brightness(59%) contrast(237%);
                opacity: .;
            }

img {
}

.contact-wrap-right .right-item a:hover {
    color: var(--color-1);
}

.contact-wrap-right .right-item a {
    font-size: 14px;
    color: var(--text-primary);
    margin-left: 5px;
    transition: all .3s;
    line-height: 163%;
}

@media(max-width:1023px) {
    .contact-form {
        padding: 0;
    }

    .contact-container {
        padding: 35px 0;
    }

    .contact-header {
        display: none;
    }

    .contact-wrap {
        flex-direction: column;
        margin-top: 0;
    }

    .contact-wrap-left,
    .contact-wrap-right {
        width: 100%;
        padding: 0;
    }

    .contact-wrap-left {
        margin-bottom: 50px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .contact-wrap {
        margin-top: 0;
        flex-direction: column;
    }

    .contact-group {
        flex-direction: column;
    }

        .contact-group.percent .contact-item {
            width: 100%;
        }

    .contact-wrap-left,
    .contact-wrap-right {
        width: 100%;
        padding: 0;
    }

    .contact-wrap-left {
        margin-bottom: 10px;
    }

    .contact-form {
        padding-right: 0;
    }

    .contact-container {
        padding: 25px 0;
    }

    .contact-service-item span {
        font-size: 13px;
    }

    .contact-wrap-right {
        margin-top: 30px;
    }

        .contact-wrap-right .right-container:last-child {
            margin-bottom: 0;
        }

    .contact-container .base-title {
        font-size: 24px;
    }

    .contact-container .base-descript {
        font-size: 13px;
        max-width: 100%;
        line-height: 167%;
    }
}
