@charset "UTF-8";
* {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a {
  background: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: -moz-max-content;
  height: max-content;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 0;
  margin: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: '“' '”' '‘' '’';
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
*:active,
*:focus,
*:focus-visible {
  outline: none !important;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
  background: #fff;
  font-family: Montserrat, sans-serif;
  color: #1d1d1d;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
img {
  max-width: 100%;
  transition: all 0.25s ease;
}
a,
a[href^='tel'],
a[href^='mailto'] {
  color: #1d1d1d;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-fill-color: inherit;
}
button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
}
body {
  background-color: #e6edf8 !important;
  height: 100vh;
}
body:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../media/sumka.webp) repeat;
  background-size: 140px 120px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1001;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 80px;
}
nav {
  display: flex;
  gap: 40px;
}
.corner-button:before,
.corner-button:after,
.corner-button span:before,
.corner-button span:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
}
.corner-button {
  display: inline-block;
  font-size: 1rem;
  position: relative;
  min-width: 150px;
  min-height: 30px;
  background: none;
  border: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  padding: 4px 10px;
  box-sizing: content-box;
  border: 1.5px solid transparent;
  text-align: center;
  line-height: 30px;
  transition: 0.5s color;
}
.corner-button:before {
  top: -2px;
  left: -2px;
  border-top: 1.5px solid rgb(5, 76, 185);
  border-left: 1.5px solid rgb(5, 76, 185);
  transition: 0.5s all;
}
.corner-button:after {
  top: -2px;
  right: -2px;
  border-top: 1.5px solid rgb(5, 76, 185);
  border-right: 1.5px solid rgb(5, 76, 185);
  transition: 0.5s all;
}
.corner-button span {
  display: block;
}
.corner-button span:before {
  bottom: -2px;
  left: -2px;
  border-bottom: 1.5px solid rgb(5, 76, 185);
  border-left: 1.5px solid rgb(5, 76, 185);
  transition: 0.5s all;
}
.corner-button span:after {
  bottom: -2px;
  right: -2px;
  border-bottom: 1.5px solid rgb(5, 76, 185);
  border-right: 1.5px solid rgb(5, 76, 185);
  transition: 0.5s all;
}
.corner-button:hover {
  color: #000;
}
.corner-button:hover:before,
.corner-button:hover:after {
  border-color: #054cb9;
  width: 100%;
  height: 100%;
}
.corner-button:hover span:before,
.corner-button:hover span:after {
  border-color: #054cb9;
  width: 100%;
  height: 100%;
}
button:hover span:before,
button:hover span:after {
  width: 50px;
  height: 50px;
}
.hero-section {
  padding: 50px 0;
}
.hero__img {
  position: relative;
  z-index: 100 !important;
}
.hero__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero__text h2 {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 620px;
  font-size: 3.3rem;
  font-weight: 400;
  text-transform: uppercase;
}
