@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;
}
/**
 * Сброс стилей
 **/
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: #F0F5FE;
}

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

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

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

.page {
  position: relative;
  overflow-x: hidden;
}

.text-uppercase {
  text-transform: uppercase;
}

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

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
  }
}
main {
  margin-top: 150px;
}

.relative {
  position: relative;
}

.sticky-top {
  top: 30px;
}

@media only screen and (max-width: 768px) {
  main {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 420px) {
  main {
    margin-top: 70px;
  }
}
.heading-text {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 1.3;
}

.heading-short {
  max-width: 460px;
}

.heading-title {
  font-size: clamp(1.25rem, 1.0875rem + 0.8125vw, 2.0625rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0B1F33;
  margin: 20px 0 30px 0;
}

.hblocks .heading-title {
  margin: 20px 0 10px 0;
}

.link {
  display: inline-block;
  padding-bottom: 3px;
  color: #E30125;
  border-bottom: 1px #E30125 dashed;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  cursor: pointer;
}
.link:hover {
  color: rgb(150.8355263158, 0.6644736842, 24.5855263158);
}

.link-white {
  border-bottom: 1px white dashed;
}
.link-white:hover {
  color: #E30125;
  border-bottom: 1px #E30125 dashed;
}

.text-dark {
  color: #0B1F33;
}