html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

figure {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

picture {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}

button {
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-size: inherit;
  border: none;
}

@font-face {
  font-family: "GothamPro";
  src: local("gothampro"), url("../fonts/gothampro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GothamPro";
  src: local("gothampro_light"),
    url("../fonts/gothampro_light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GothamPro";
  src: local("gothampro_bold"),
    url("../fonts/gothampro_bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Cel";
  src: local("Celestina"),
    url("../fonts/Celestina.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Bahnschrift";
  src: local("Bahnschrift"), url("../fonts/Bahnschrift.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

.bona-nova-regular {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  font-style: normal;
}

.bona-nova-bold {
  font-family: "Bona Nova", serif;
  font-weight: 700;
  font-style: normal;
}

.bona-nova-regular-italic {
  font-family: "Bona Nova", serif;
  font-weight: 400;
  font-style: italic;
}


:root {
  --white: #fff;
  --black: #000;
  --soft-gray: #747474;
  --yellow: #fff134;
  --soft-w: #F5F6F7;
  --shadow-8-light: 0px 0px 0px rgba(240, 239, 239, 1),
    1px 1px 30px rgba(242, 241, 241, 1);
  --shadow-y: 0 12px 56px rgba(252, 240, 8, 0.762),
    0 12px 56px rgba(251, 239, 6, 0.908);
}

body {
  font-family: "GothamPro", sans-serif;
  font-weight: 400;
  color: var(--black);
}

.container {
  width: 100%;
  padding: 0 241px;
  margin: 0 auto;
}

input, textarea {
  border-radius: 0 !important;
}

button:disabled {
  opacity: 0.5;
}

