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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-Regular.eot");
  src: url("../fonts/UZSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/UZSans-Regular.woff2") format("woff2"),
    url("../../fonts/UZSans-Regular.woff") format("woff"),
    url("../fonts/UZSans-Regular.ttf") format("truetype"),
    url("../fonts/UZSans-Regular.svg#UZSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-Bold.eot");
  src: url("../fonts/UZSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/UZSans-Bold.woff2") format("woff2"),
    url("../fonts/UZSans-Bold.woff") format("woff"),
    url("../fonts/UZSans-Bold.ttf") format("truetype"),
    url("../fonts/UZSans-Bold.svg#UZSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UZ Sans Md";
  src: url("../fonts/UZSans-Medium.eot");
  src: url("../fonts/UZSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/UZSans-Medium.woff2") format("woff2"),
    url("../../fonts/UZSans-Medium.woff") format("woff"),
    url("../fonts/UZSans-Medium.ttf") format("truetype"),
    url("../fonts/UZSans-Medium.svg#UZSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UZ Sans SmBd";
  src: url("../fonts/UZSans-SemiBold.eot");
  src: url("../fonts/UZSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/UZSans-SemiBold.woff2") format("woff2"),
    url("../../fonts/UZSans-SemiBold.woff") format("woff"),
    url("../fonts/UZSans-SemiBold.ttf") format("truetype"),
    url("../fonts/UZSans-SemiBold.svg#UZSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UZ Sans";
  src: url("../fonts/UZSans-Light.eot");
  src: url("../fonts/UZSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/UZSans-Light.woff2") format("woff2"),
    url("../fonts/UZSans-Light.woff") format("woff"),
    url("../fonts/UZSans-Light.ttf") format("truetype"),
    url("../fonts/UZSans-Light.svg#UZSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "UZ Sans";
}

.wrapper {
  position: relative;
}

.container {
  max-width: 1267px;
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
}

/* === header-wrapper === */

.header-wrapper {
  position: relative;
  z-index: 1;
  background: #191d7b;
}
/* === header-wrapper === */

/* === main-text === */

.main-text {
  position: relative;
  font-size: 18px;

  color: #111111;
  line-height: 1.5;
}

.main-text h1 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
  color: #191d7b;
}

.main-text h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.text-block {
  position: relative;
  margin-bottom: 50px;
}

.main-text p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.main-text ul {
  list-style: disc;
  margin: 20px 0;
  margin-left: 30px;
}

.text-block--center {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #191d7b;
}

/* === main-text === */

/* === footer-wrapper === */

.footer-wrapper {
  position: relative;
  margin-top: 140px;
  background: #191d7b;
  padding: 50px 0;
}

.footer__in {
  position: relative;
}

.footer-copy {
  text-align: center;
  color: #6779bb;
  font-family: "UZ Sans Md";
}

/* === footer-wrapper === */

/* === main-text--second === */

/* .main-text--second {
  position: relative;
  margin-top: 100px;
  padding-top: 100px;
  border-top: 4px solid #191d7b;
  font-size: 12px;
} */

.main-text--second {
  position: relative;
  font-size: 14px;
}

.main-text--second h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  color: #191d7b;
}

.main-text--second h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  color: #191d7b;
}

.main-text--second ol {
  counter-reset: li;
  margin-bottom: 30px;
}

.main-text--second li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.main-text--second ol li ol {
  margin-left: 15px;
  margin-top: 5px;
}

.main-text--second ol li {
  margin-bottom: 15px;
}

.main-text--second ol b {
  font-weight: bold;
}
/* === main-text--second === */
