.container{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.events__img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
    height: 100%;
    width: 100%;
}

.events__form {
    max-width: 390px;
    margin: 0 auto;
}

.events__title {
    font-size: 36px;
    line-height: 47px;
    letter-spacing: -0.8px;
    color: #262626;
    margin-bottom: 45px;
}

.events__inp {
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.8px;
    color: #000;
    border: 2px solid #000000;
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin: 5px 0;
    background: rgba(196, 196, 196, 0.2);
    resize: none;
}

.events__inp::placeholder {
    color: #9B9B9B;
    opacity: 1;
}

.events__inp:-ms-input-placeholder {
    color: #9B9B9B;
}

.events__inp::-ms-input-placeholder {
    color: #9B9B9B;
}

.events__form__box {
    max-width: 50%;
}

.inp__box {
    display: flex;
    margin: -5px -4px;
}

.inp__box .events__inp {
    margin: 5px 4px;
}

.events__main {
    background: #F1E9E5;
}

.events {
    min-height: calc(100vh - 66px);
    display: flex;
    align-items: center;
    margin-top: 66px;
    position: relative;
}

.events__select {
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.8px;
    text-align: left;
    padding: 8px 25px 8px 12px;
    appearance: none;
    -webkit-appearance: none;
    background: none;
}

.events__area {
    padding: 25px 12px 15px;
}

.events__btn {
    color: #040404;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.8px;
    padding: 10px 50px;
    background: #D9C8B8;
    border: 1px solid #000000;
    margin-top: 20px;
}
.select__box{
    background: rgba(196, 196, 196, 0.2);
    position: relative;
}
.select__box:before {
    width: 7px;
    content: '';
    background-image: url(../img/Vector.svg);
    background-size: 7px 10px;
    background-position: center right;
    background-repeat: no-repeat;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
