@font-face {
  font-family: "MonaSans";
  src: url("./assets/fonts/MonaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans";
  src: url("./assets/fonts/MonaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans";
  src: url("./assets/fonts/MonaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-size: 16px;
  background: #FFFFFF;
  color: #0F0F0F;
  display: flex;
  flex-direction: column;
}

button {
  cursor: pointer;
}

input,
button,
textarea,
select {
  font-family: "MonaSans";
}

img,
picture,
video,
canvas,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img:not([alt]),
img[alt=""] {
  filter: blur(10px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: #0f0f0f;
  margin-bottom: 1em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

footer {
  margin-top: auto;
}

.container {
  max-width: 1352px;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  padding: 12px 16px;
  background-color: #0f0f0f;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
}
.btn:hover {
  color: #EE6731;
  opacity: 0.9;
}

::selection {
  background-color: #0f0f0f;
  color: #FFFFFF;
}

header {
  position: relative;
  padding: 16px 0px;
}
header > .container {
  display: flex;
  align-items: center;
}
header .header-logo {
  z-index: 2;
}
header .mobile-container {
  margin-left: auto;
}
header .btn-burger {
  margin-left: auto;
  position: relative;
  width: 42px;
  height: 20px;
  background-color: transparent;
  border: none;
}
header .btn-burger span {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #EE6731;
  transition: 0.3s;
}
header .btn-burger span:nth-child(2) {
  top: 8px;
}
header .btn-burger span:last-child {
  top: 16px;
}
header .btn-burger.active span {
  transform: rotate(45deg);
  top: 10px;
}
header .btn-burger.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 11px;
}
header .btn-burger.active span:last-child {
  opacity: 0;
}
header .header-nav__list {
  display: flex;
  gap: 32px;
}
header .header-nav__link {
  text-decoration: none;
  color: #0F0F0F;
}
header .header-nav__link:hover {
  color: #EE6731;
}
header #header-started {
  margin-left: auto;
}

footer {
  background-color: #0F0F0F;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}
footer > .container {
  width: 100%;
}
footer .footer-firstrow {
  display: flex;
  margin-bottom: 80px;
}
footer .footer-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
}
footer .footer-nav__title {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 16px;
}
footer .footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-list__link {
  color: #FFFFFF;
  opacity: 0.64;
  text-decoration: none;
  font-size: 16px;
}
footer .footer-list__link:hover {
  opacity: 1;
  color: #EE6731;
}
footer .footer-subscribe {
  margin-left: auto;
  position: relative;
  max-width: 364px;
  width: 100%;
}
footer .footer-subscribe__title {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  max-width: 232px;
  width: 100%;
}
footer .footer-subscribe__inp {
  padding: 14px;
  width: 100%;
  font-size: 14px;
  color: rgba(15, 15, 15, 0.64);
}
footer .footer-subscribe__btn {
  position: absolute;
  top: 84px;
  right: 8px;
  padding: 8px 20px;
}
footer .footer-secondrow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 14px;
}
footer .footer-terms {
  color: #FFFFFF;
  opacity: 0.64;
  text-decoration: none;
  font-size: 16px;
}

@media (min-width: 1025px) {
  .btn-burger {
    display: none;
  }
  #burger-started {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-container {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 25px 45px;
    background-color: #F6F6F6;
    transition: 0.5s;
    transform: translate(0, -100%);
    z-index: 1;
  }
  .mobile-container.show {
    visibility: visible;
    top: 81px;
    transform: translate(0, 0);
  }
  #header-started {
    display: none;
  }
  .header-nav__list {
    flex-direction: column;
    gap: 22px;
    margin-bottom: 22px;
  }
  footer .footer-firstrow {
    display: grid;
    grid-template-rows: 2, 1fr;
    gap: 64px;
  }
  footer .footer-subscribe {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  footer {
    padding-top: 44px;
  }
  footer .footer-firstrow {
    gap: 44px;
  }
  footer .footer-firstrow,
  footer .footer-secondrow {
    margin-bottom: 44px;
  }
  footer .footer-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*# sourceMappingURL=style.css.map */
