/* Local overrides: fonts, hero, consent checkbox */
html, body, input, button, textarea, select, a, p, h1, h2, h3, h4, h5, h6, span, li,
.cta__button, .nav-link, .obr-banner-title, .send-order__nav-top {
    font-family: 'Museo Sans Cyrl 500', 'Museo Sans Cyrl 300', Arial, Helvetica, sans-serif !important;
}

.nav-top__main,
.header.new-head,
.new_nav_top {
    background-color: #2B2F3B !important;
}

.head__fluid {
    background: #3E424C !important;
    background-image: none !important;
}

.form-obr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.form-obr input[type="text"],
.form-obr input[type="submit"],
.form-obr .form-obr-file {
    order: 1;
    box-sizing: border-box !important;
    width: calc(50% - 10px);
    min-width: 0;
    height: 44px;
    margin: 5px;
    padding: 10px 16px !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.form-obr input[type="text"] {
    text-align: left;
}

.form-obr input[type="submit"] {
    font-size: 13pt;
}

.form-obr-file {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #eee;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
}

.form-obr-file::before {
    content: "";
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFD633' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E") center / contain no-repeat;
}

.form-obr-file input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
}

.form-obr-file-text {
    display: block;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
}

.form-obr-file.has-file .form-obr-file-text {
    color: #fff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .form-obr {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        max-width: 320px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .form-obr input[type="text"],
    .form-obr input[type="submit"],
    .form-obr .form-obr-file {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .pd-consent {
        padding: 0;
        justify-content: center;
    }
}

.pd-consent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    order: 2;
    flex: 1 0 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
    width: 100%;
    max-width: none;
    margin: 16px 0 8px;
    padding: 0 16px;
    text-align: left;
    font-weight: 400;
    cursor: pointer;
}

.pd-consent input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: checkbox;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin: 0;
    align-self: center;
    cursor: pointer;
    accent-color: #FFD633;
    flex-shrink: 0;
}

.pd-consent span {
    display: inline;
    flex: 0 1 auto;
}

.pd-consent a {
    color: #FFD633;
    text-decoration: underline;
    display: inline;
    white-space: nowrap;
}

.gmap .map iframe,
.article-content .map iframe {
    display: block;
    width: 100%;
    border: 0;
}

.requisites-block h5 {
    margin-top: 16px;
}

.requisites-block p {
    margin-bottom: 6px;
}

.page-content a,
.page-content li a {
    color: #0b66c3;
    text-decoration: underline;
    font-weight: 500;
}

.page-content a:hover,
.page-content a:focus,
.page-content a:active,
.page-content li a:hover {
    color: #084a8c;
    text-decoration: underline;
}
