.popup-block {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000a3;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
}
.popup-block.show {
    display: flex;
}
.form-block {
	background: #FFF;
    padding: 30px;
    position: relative;	
}
.form-block #form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.form-block #form input, .form-block #form textarea {
    padding: 10px 20px;
    border: none;
    background: #eeeeee;
}
.form-block #form button {
    border: none;
    color: #FFF;
    background: #f7b70b;
    padding: 10px 20px;
    cursor: pointer;
}
.form-block #form_close {
	position: absolute;
    top: 5px;
    right: 10px;
    color: #000;	
}.link_style_1 {	position: relative;    z-index: 10;	display: block;    margin: auto;    width: 250px;    text-align: center;    border: 2px solid #fd7e14;    padding: 15px 10px;    text-decoration: underline;}@media screen and (max-width: 760px){	h1.g-font-size-65 {		font-size: 2.5rem !important;	}}