html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Golos Text";
  src: url("../fonts/Golos/GolosText-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/Golos/GolosText-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/Golos/GolosText-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller/Fontfabric-MullerBold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller/Fontfabric-MullerRegular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller/Fontfabric-MullerLight.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Muller";
  src: url("../fonts/Muller/Fontfabric-MullerThin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "CeraPro";
  src: url("../fonts/CeraPro/CeraPro-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Druk";
  src: url("../fonts/CeraPro/DrukWideCyrBold.otf");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  line-height: normal;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: inherit;
  transition: inherit;
  scrollbar-width: thin;
}

html {
  scrollbar-width: thin;
  background: #2d3e52;
  font-size: 16px;
  line-height: normal;
  scroll-behavior: smooth;
}

body {
  font-family: "Golos Text", sans-serif;
  font-style: normal;
  color: #fff;
  line-height: normal;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  position: relative;
  scrollbar-width: thin;
  overflow-x: hidden;
}

input {
  padding: 0;
  margin: 0;
  border: 0;
  border: none;
  outline: none;
  resize: none;
  text-align: left;
  background: none;
  font-size: 1rem;
  border-radius: 0;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

label {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  font-family: inherit;
  color: inherit;
  background-color: transparent;
  transition: opacity 1s ease-in-out;
  display: inline-block;
  cursor: pointer;
}

ul {
  padding: 0;
}

p {
  margin: 0;
}
p a {
  color: #fff;
}

a {
  text-decoration: none;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
  display: inline;
  color: inherit;
  letter-spacing: 0.01em;
}
a:hover {
  opacity: 0.5;
}

textarea {
  resize: none;
  scrollbar-width: thin;
}
textarea::-webkit-scrollbar {
  width: 0;
}

ul {
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input {
  max-width: 100%;
  width: 100%;
  background: none;
  border: none;
  line-height: normal;
  font-size: 1rem;
}

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

input:disabled {
  opacity: 0.4;
  pointer-events: none;
}

textarea:focus {
  outline: none;
}

.hidden {
  opacity: 0;
}

section {
  scroll-margin-top: 10rem;
}

.text-08 {
  font-size: 0.88rem;
  color: #6e758c;
  font-family: "Golos Text", sans-serif;
}
.text-15 {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #2d3e52;
  font-family: "Golos Text", sans-serif;
}
.text-1 {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.text-125 {
  font-size: 1.25rem;
  color: #2d3e52;
}
.text-15 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
.text-2 {
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "Golos Text", sans-serif;
}
.text-25 {
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  color: #fff;
}
.text-3 {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}
.text-6 {
  font-weight: 700;
  font-size: 6rem;
  color: #fff;
}

.fw-4 {
  font-weight: 400;
}
.fw-7 {
  font-weight: 700;
}

.link {
  border-radius: 1.5rem;
  padding: 13px 48px 10.6px 48px;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #fff;
  background: #e64d3d;
  display: block;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.link:hover {
  opacity: 1;
  background: #fff;
  color: #e64d3d;
}

.section-content {
  padding: 0 16px;
  max-width: 1376px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header {
  position: relative;
  z-index: 3;
}
.header-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  padding: 24px 16px;
  max-width: 1376px;
  margin: 0 auto;
}
.header-content::before {
  position: absolute;
  bottom: 0;
  width: calc(100% - 32px);
  left: 16px;
  display: block;
  content: "";
  height: 1px;
  background: #fff;
}
.header__logo {
  font-weight: 400;
  font-size: 0.88rem;
  color: #fff;
  font-family: "Golos Text", sans-serif;
}
.header .burger {
  width: 2rem;
  display: flex;
  flex-shrink: 0;
  position: relative;
  z-index: 8;
}
.header-menu {
  top: 82px;
  position: absolute;
  width: calc(100% - 32px);
  left: 16px;
  background: #fff;
  border-radius: 0.25rem;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 24px 0;
}
.header-menu__link {
  padding: 16px 64px 14px 64px;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #000;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-menu__link:hover {
  color: #fff;
  background: #e64d3d;
  opacity: 1;
}
.header-menu__link-icon {
  position: relative;
  top: -3px;
}
.header-menu__link--active {
  color: #fff;
  background: #e64d3d;
}
.header-menu--open {
  pointer-events: all;
  opacity: 1;
}
.header-menu-bg {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.header-menu-bg--open {
  pointer-events: all;
  opacity: 1;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-actions {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.red-line {
  background: #e64d3d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  border-radius: 0 0 0.25rem 0.25rem;
}

.grid-2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  row-gap: 32px;
}

.grid-4 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  row-gap: 32px;
}

.no-container {
  padding: 0;
  max-width: 100%;
}

.container {
  padding: 0 16px;
  max-width: 1376px;
  margin: 0 auto;
}

.test-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=all.css.map */