
[class*="__container"] {
    max-width: 1120px;
}


body.page-template-default .main-content,
body.error404 .main-content {
    max-width: 100%;
}

body.page-template-default main {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
}


body.page-template-default
.footer__wrapper {
    max-width: 1120px;
    margin: auto;
    padding: 0 16px;
}


.modal-send,
.modal-error {
    display: none;
}

.sendaccess {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	transform: translate(-50%, -50%);
	padding: 30px;
	border-radius: 8px;
	border: 2px solid;
	overflow: hidden;
	width: 80%;
}

.sendaccess::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
     background: #fff;
    backdrop-filter: blur(80px);
    opacity: .85;
    z-index: -1;
}

.sendaccess-content {
    font-size: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 38px;
}



h2.wp-block-heading {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
}

figure {
    margin: 2em 0 2em;
}

.\34 04text {
    display: block;
    text-align: center;
    width: 100%;
}


@media screen and (max-width: 782px) {
    html #wpadminbar {
        position: fixed;
    }
}
