.wrapper.wrapper--dvrt {
    max-width: 1720px;
}

.heading__container {
    width: 25%;
    padding: 30px 0;
}

.dvrt_title {
    font-family: 'AeonikPro-Bold', sans-serif;
    font-size: 15px;
    line-height: 18.75px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #000000;
    margin-bottom: 10px
}

.dvrt_title__sub {
    font-family: 'AeonikPro-Regural', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: 0.015em;
    text-align: left;
    color: #555555;
}

.form__container {
    width: 100%;
    max-width: 811px;
    margin: 10% auto 25% auto;
}

.form__advertise {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 30px 0;
}

.inp__container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
}

.form__inp {
    width: 100%;
    padding: 15px 15px 8px 0;
    border: 1px solid transparent;
    font-family: 'AeonikPro-Regural', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.005em;
    text-align: left;
    color: #CCCCCC;
}

.form__inp::placeholder {
    font-family: 'AeonikPro-Regural', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.005em;
    text-align: left;
    color: #CCCCCC;
}

.inp__container.submit__container {
    border-bottom: none;
    justify-content: center;
}

.form__submit {
    background-color: #000;
    color: white;
    border: 1px solid transparent;
    padding: 20px 90px;
    border-radius: 30px;
    font-family: 'AeonikPro-Regural', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 1100px) {
    .heading__container {
        width: 40%;
    }
}

@media screen and (max-width: 500px) {
    .heading__container {
        width: 100%;
    }
}

.contact .invalid::placeholder {
    font-size: 12px;
    color: red;
}

.chk-invalid label p {
    color: red;
}

@media screen and (max-width: 620px) {
    .contact .invalid::placeholder {
        font-size: 15px;
    }
}

.alert__container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 16px 16px;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.alert__container--show {
    z-index: 1001;
    opacity: 1;
}

.alert__message {
    width: 600px;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(232, 232, 232, 1);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
}

@media screen and (max-width: 1299px) {
    .alert__message {
        width: 350px;
        height: 350px;
    }

    .alert--txt {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    .alert__message {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 365px) {
    .alert__message {
        width: 270px;
        height: 270px;
    }
          
    .alert--txt {
        font-size: 20px;
    }
}

.alert--txt {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0;
    opacity: 1;
    color: #000;
    text-align: center;
    font-family: 'AeonikPro-Bold',sans-serif;
    border-radius: 16px;
    padding: 10px;
}

.verification__icon {
    width: 100px;
    height: 100px;
    margin-bottom: 5%;
}


.contact .reserve-btn button {
    border-bottom:none;
    width: unset;
    margin: auto 0;
    padding-right: 14px;
}

.contact button {
    width:calc((100% - 35px)/2);
    border:none;
    border-bottom:0.5px solid #E1C177;
    outline:none;
    background: transparent;
    font-family: 'AeonikPro-Regural',sans-serif;
    font-size:16px;
    padding:15.5px 0;
    margin-bottom: 48.5px;
    margin-right:15px;
    color: #C7C7C7;
}

.for-sale-wrapper{
    justify-content:space-evenly;
}

.response-box {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    font-family: 'AeonikPro-Bold', sans-serif;
    opacity: 0;
}

.response-box--reveal {
    opacity: 1;
    transition: opacity 0.4s ease-in;
}

.response-box.success {
    color: #3bbd50;
}

.response-box.error {
    color: #e86a6a;
}