.wrap.wrap-sub-header{
	z-index: -1;
}

.navigation_list{
	justify-content: center;
}
.contacts_form_line > p {
	width: 100%;
}

.contacts_form_line.flex > p{
	display: flex;
}
.contacts_form_input.ml{
	width: calc(100% - 20px);
}

.checkbox {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.checkbox span{
	margin-left: 6px;
}

.footer.footer-soglasie{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding: 0;
}

.footer a{
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
	text-decoration: none;
}

.cookies-modal {
    display: none;
    position: fixed;
    z-index: 1000000000;
    bottom: 0px;
    left: 0px;
    transform: translateX(-50%);
    margin: 0px -50% 15px 50%;
    padding: 9px 43px 9px 14px;
    font-size: 12px;
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    text-align: left;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.95);
    pointer-events: auto;
    max-width: 1280px;
    box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
    color: #5c5c5c;
}
.cookies-modal a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    color: #00adef;
}
.cookies-modal .cookies-btns {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
	margin-top: 6px;
}
.cookies-modal .cookies-btns .cookies-btn {
    border: 1px solid #00adef;
    color: #00adef;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}
.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
    margin-left: 0px;
    color: #fff;
    background-color: #00adef;
}
.cookies-modal .cookie-policy-button {
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 7px;
    display: inline-block;
    width: 28px;
    color: rgb(92, 99, 112);
    text-align: center;
}