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

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

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

    .contact-container .base-title {
    }

    .contact-container .base-descript {
    }

.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: 15px;
}

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

.contact-item {
    flex-direction: column;
    display: flex;
    width: 100%;
    position: relative;
}
.contact-item .h {
    position: absolute;
    right: 10px;
    bottom: 4px;
    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 {
        color: var(--color-1);
        font-size: 17px;
        margin-bottom: 7px;
        font-family: barSB;
    }

    .contact-item input {
        font-size: 13px;
        border: 1px solid #3333334d;
        border-radius: 8px;
        padding: 0 14px;
        height: 43px;
        outline: none;
    }

.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: transparent;
    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;
    font-family: barM;
    border: 2px solid var(--color-1);
    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-1);
        font-size: 19px;
        font-weight: 100;
        font-family: barM;
    }

    .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;
        align-items: center;
        margin-bottom: 8px;
    }


        .contact-wrap-right .right-item .img {
            width: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .contact-wrap-right .right-item .img img {
                width: 19px;
            }

        .contact-wrap-right .right-item a {
            text-decoration: underline;
            font-size: 15px;
            color: var(--color-1);
            margin-left: 5px;
        }

@media(max-width:1023px) {
    .contact-form {
    padding-right: 30px;
}
    .contact-container {
    padding: 35px 0;
    padding-top: 150px;
}
}

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

@media(max-width:739px) {
    .contact-wrap {
    margin-top: 30px;
    flex-direction: column;
}
    .contact-wrap-left,
    .contact-wrap-right {
        width: 100%;padding: 0;
    }
    .contact-form {
        padding-right: 0;
    }

        .contact-container {
        padding: 25px 0;
        padding-top: 114px;
    }
        .contact-service-item span {
    font-size: 13px;
}
        .contact-wrap-right {
            margin-top: 30px;
        }

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