.page { display: flex; flex-direction: column; min-height: 100%; padding-top: 200px;}
/*.page > .header { position: sticky;top: -40px;z-index: 1000; height: 213px; width: 100%;}*/
.page > .header { position: fixed;top: 0px;z-index: 1000; height: 213px; width: 100%; pointer-events: none;}
.mobile-header { position: fixed;top: 0px;z-index: 1000; height: 70px;width: 100%; pointer-events: none;}
.page > .content { flex-grow: 1; display: flex; flex-direction: column; }
.page > .footer { }

.page .wrapper {width: 1150px; margin: 0 auto; position: relative;}

.split-3 {display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin: 50px 0;}
.split-2 {display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; margin: 50px 0;}

#page {background: #fff;}



.page > .footer {
    --column-gap: 50px;
}

.page > .footer { height: 460px; background: linear-gradient(180deg, #717171, #3a3a3a); color: #fff; display: flex; align-items: center; font-size: 14px;}
.page > .footer .split { display: flex; gap: var(--column-gap); }
.page > .footer .split .column { display: flex; flex-direction: column;line-height: 1.4; }
.page > .footer .split .column:not(:last-child) {  border-right: 1px solid rgba(255,255,255,0.2); padding-right: var(--column-gap); }
.page > .footer .split .column .top { margin-bottom: 30px; }
.page > .footer .split .column .bottom { display: flex; gap: 50px; }
.page > .footer .split .column .right { display: flex; flex-direction: column; gap: 7px; }
.page > .footer a {text-decoration: none;}
.page > .footer a:hover {text-decoration: underline;}
.page > .footer .button {width: 225px; height: 75px; background: #0a3373; color: #fff; font-family: var(--font-1); font-size: 18px; display: flex; justify-content: center; align-items: center; user-select: none; cursor: pointer;}
.page > .footer .button:hover {background: #1756b4;}


.page > .ad-space { position: sticky;top: 90px;left: 0;}
.page > .ad-space .ad-container {width: 300px;position: absolute;top: 6px;}
.page > .ad-space .ad-container:nth-child(1) {left: -320px;}
.page > .ad-space .ad-container:nth-child(2) {right: -320px;}


#menu:not( .mm-menu ) {
    display: none;
}