.inquiry {
    margin-bottom: .4rem;
    position: relative;
    padding-bottom: .4rem !important;
    background: url(../img/bg/1.jpg)repeat 0 0
}

.inquiry .girl {
    position: absolute;
    top: 170px;
    right: calc(50% - 1.5rem)
}

.inquiry .girl img {
    width: 2.25rem;
    height: auto
}

.inquiry form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    margin-top: 150px;
    background: url(../img/bg/2.jpg)repeat repeat
}

.inquiry form .form.group {
    display: flex;
    flex-direction: column;
    margin-bottom: .16rem
}

.inquiry form .form.group label {
    margin-bottom: .1rem
}

.inquiry form .form.group label span {
    color: #E20D0D
}

.inquiry form .form.group .validation {
    color: #E20D0D;
    display: none;
    margin-top: .1rem;
    font-size: 0.14rem
}

.inquiry form .form.group .field {
    padding: 8px;
    font-size: 18px;
    border: .03rem #000 solid
}

.inquiry form .form.group input::-webkit-outer-spin-button,
.inquiry form .form.group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.inquiry form .form.group input[type=number] {
    -moz-appearance: textfield
}

.inquiry form .custom-select {
    position: relative;
    background-color: #fff
}

.inquiry form select {
    display: none
}

.inquiry form .select-selected {
    border: .03rem #000 solid;
    height: 51px;
    font-size: 18px;
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis
}

.inquiry form .select-selected:after {
    position: absolute;
    content: "";
    top: 24px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent
}

.inquiry form .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px
}

.inquiry form .select-items div,
.select-selected {
    color: #000;
    padding: 8px 24px 8px 8px;
    border: 0.03rem #000 solid;
    border-top: 0;
    cursor: pointer;
    user-select: none
}

.inquiry form .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.inquiry form .select-hide {
    display: none
}

.inquiry form .select-items div:hover,
.same-as-selected {
    background-color: #FFD938
}

.inquiry form .form.group input:focus,
.inquiry form .form.group select:focus,
.inquiry form .form.group textarea:focus {
    outline-color: #FFD938;
    border-color: #FFD938;
    outline: 0
}

.inquiry form .cf-turnstile {
    align-self: center;
    margin-bottom: 20px
}

.inquiry form .button.send {
    width: 200px;
    align-self: center;
    height: 48px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: .02rem;
    cursor: pointer;
    transition: all 300ms ease-in-out
}

.inquiry form .button.send:hover {
    background-color: #FFD938;
    color: #000
}

.inquiry form #btnSubmit:disabled {
    background-color: #a8a8a8 !important;
    color: #000 !important;
    cursor: default !important
}

.inquiry form #btnSubmit:disabled:hover {
    background-color: #a8a8a8 !important;
    color: #000 !important
}

.null-indicator {
    border: .03rem solid red !important
}

@media(min-width:750px) {
    .inquiry .girl {
        position: absolute;
        top: 80px;
        right: calc(50% - 380px)
    }

    .inquiry .girl img {
        width: 295px;
        height: auto
    }

    .inquiry form {
        margin: 0 auto;
        width: 40%
    }

    .inquiry form .select-selected {
        font-size: inherit;
        line-height: 24px;
        height: 42px
    }

    .inquiry form .select-selected:after {
        top: 18px
    }

    .inquiry form .button.send {
        height: 36px
    }
}