:root {
    --h1: 40px;
}

html, body {
    color: var(--mk-text-color);
}

html, body,
.select-box, .input-text,
.button {
    font-family: var(--font-mk);
}
h1, h2, h3, h4 {
    text-transform: uppercase;
}
h3 {
    border-top: 2px solid var(--border-color);
    font-size: var(--h3);
    padding: 30px 0;
    font-weight: 700;
}
p {
    font-size: 16px;
    color: var(--mk-p-color);
    line-height: 24px;
}
.label__title, h4 {
    font-size: 16px;
    font-weight: 600;
}
.block__description h2 {
    font-weight: 700;
}
.select-box.date {
    width: 142px;
}
.block__fieldset-row.date {
    margin-top: 15px;
}
.button {
    background: var(--mk-button);
    transition: all .09s linear;
    font-size: 16px;
    height: auto;
    line-height: 1.15em;
    padding: 10px 40px;
    text-transform: uppercase;
}
.button:hover {
    background: var(--mk-button-hover);
}
.button-yellow {
    background: var(--mk-yellow-color);
}
.button-yellow:hover {
    background: var(--mk-button-yellow);
}
.header {
    background: var(--mk-logo) var(--mk-brand-color) no-repeat center center;
    overflow: hidden;
}

.block__fieldset-item input[type="radio"] + label span.check_mark,
.block__fieldset-item input[type="checkbox"] + label span.check_mark {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}
.block__fieldset-item span.check_mark:after {
    width: 18px;
    height: 12px;
}
.block__fieldset-item input[type="radio"]:checked + label span.check_mark:after {
    height: 10px;
    width: 10px;
    margin-top: 3px;
    left: 3px;
}
.block__fieldset-item.checkbox span.check_mark:after {
    width: 18px;
    height: 18px;
    background-position: 1px 1px;
}

.block__fieldset.checkbox {
    margin-top: 0;
}

.wrapper.fr .block__fieldset-item.checkbox {
    flex: 1 1 300px;
}

@media only screen and (max-width: 480px) {
    .block__fieldset-row.preferences .block__fieldset-item.checkbox {
        margin-right: 0;
    }
}
