@charset "UTF-8";
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/../fonts/SFProDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/../fonts/SFProDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/../fonts/SFProDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/../fonts/SFProDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roadradio";
  src: url("../fonts/../fonts/RoadRadio.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roadradio";
  src: url("../fonts/../fonts/RoadRadio-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
 * Сброс стилей
 **/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "SFProDisplay", sans-serif;
  background-color: #F8F8F8;
  color: #0B1F33;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

button:active,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

:target {
  scroll-margin-top: 118px;
}

main {
  margin-top: 170px;
}

@media only screen and (max-width: 946px) {
  main {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 578px) {
  main {
    margin-top: 50px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}
p {
  font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
  padding: 3px 0;
  line-height: 1.4;
}

ul:not nav ul {
  padding: 7px 0 7px 15px;
}

li:not nav li {
  font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
  line-height: 1.4;
  padding: 3px 0;
}

.link {
  display: inline;
  padding-bottom: 2px;
  border-bottom: 1px dashed #FD5A42;
  font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
  color: #FD5A42;
}
.link:hover {
  color: #02818A;
  border-bottom: 1px dashed #02818A;
}

.heading__wrp {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.heading h2 {
  font-size: clamp(1.5rem, 1.375rem + 0.625vw, 2.125rem);
  line-height: 1.3;
  font-family: RoadRadio;
  font-weight: 700;
}
.heading__badge {
  display: inline-flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #E7E9ED;
  font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
  align-self: flex-start;
  color: #0B1F33;
}

@media only screen and (max-width: 578px) {
  .heading__wrp {
    flex-direction: column;
  }
  .heading__badge {
    order: 1;
  }
  .heading h1,
  .heading h2,
  .heading h3,
  .heading h4 {
    order: 2;
  }
}
.checkbox-hidden {
  display: none;
}

.relative {
  position: relative;
}