#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 250;
}

.pop-up {
    width: 555px;
    height: 620px;
    border-radius: 30px;
    border: 10px solid #f3f3f3;
    background: #FFF;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 300;
    overflow-y: auto;
}

.pop-up__close {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

.pop-up form {
    height: 100%;
    width: 100%;
}
.pop-up__content {
    margin: auto;
    padding: 55px 65px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pop-up_content__subtitle {
	color: #8C8C8C;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 44px;
}

.pop-up_content__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    color: #DD4D4D;
    margin-bottom: 10px;
}

.pop-up__content input {
    width: 100%;
    height: 47px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 20px;
    margin-bottom: -7px;
}

.pop-up__content .pop-up_submit_button {
    border-radius: 100px;
    background: #DD4D4D;
    color: #fff;
    width: 240px;
    padding-left: 0;
    margin-top: 13px;
    font-weight: 300;
    padding: 15px;
}



#popup2 {
    width: 785px;
    height: 650px;
    overflow: hidden;
}
#popup2 .pop-up_submit_button {
    margin-top: 0px;
}

.pop-up__close {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}

.pop-up__comment {
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    width: 100%;
    height: 170px;
    padding: 20px;
    resize: none;
}
.form__btn {
    background-color: #DD4D4D;
    color: #fff;
    border-radius: 100px;
    padding: 15px 30px;
    cursor: pointer;
    margin-top: 26px;
    line-height: 25px;
    transition-duration: .3s;
    border: none;
}
#popup_success img {
	width: 90px;
	  height: 90px;
	  margin: 0 auto;
}