.btn-primary {
  border: 1px solid #DF4133;
  padding: 16px 48px;
  background-color: #FFF;
  color: #DF4133;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  position: relative;
  text-transform: uppercase;
  transition: 200ms ease;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  text-align: center;
}
@media all and (max-width: 767px) {
  .btn-primary {
    padding: 16px 48px;
  }
}
.btn-primary:disabled {
  border: 1px solid #DF4133;
  padding: 16px 48px;
  background-color: #BDBDBD;
  color: #FFF;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  position: relative;
  text-transform: uppercase;
  transition: 200ms ease;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  border-color: #BDBDBD;
  cursor: default;
}
@media all and (max-width: 767px) {
  .btn-primary:disabled {
    padding: 16px 48px;
  }
}
.btn-primary:disabled:hover {
  color: #FFF;
  background-color: #BDBDBD;
  cursor: default;
}
.btn-primary:hover {
  color: #FFF;
  background-color: #DF4133;
}

.btn-small {
  border: 1px solid #DF4133;
  padding: 16px 48px;
  background-color: #FFF;
  color: #DF4133;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  position: relative;
  text-transform: uppercase;
  transition: 200ms ease;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .btn-small {
    padding: 16px 48px;
  }
}
.btn-small:disabled {
  border: 1px solid #DF4133;
  padding: 16px 48px;
  background-color: #BDBDBD;
  color: #FFF;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  position: relative;
  text-transform: uppercase;
  transition: 200ms ease;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  border-color: #BDBDBD;
  cursor: default;
}
@media all and (max-width: 767px) {
  .btn-small:disabled {
    padding: 16px 48px;
  }
}
.btn-small:disabled:hover {
  color: #FFF;
  background-color: #BDBDBD;
  cursor: default;
}
.btn-small:hover {
  color: #FFF;
  background-color: #DF4133;
}

.btn-secondary {
  border: 1px solid #DF4133;
  padding: 16px 48px;
  background-color: transparent;
  color: #BDBDBD;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  position: relative;
  text-transform: uppercase;
  transition: 200ms ease;
  font-weight: 500;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  border-color: #BDBDBD;
}
@media all and (max-width: 767px) {
  .btn-secondary {
    padding: 16px 48px;
  }
}
.btn-secondary:hover {
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
  line-height: 1.5em;
  font-family: "Roboto", sans-serif;
  color: #000;
}

html {
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  image-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

img {
  pointer-events: none;
}

a {
  text-decoration: none;
  transition: 200ms ease;
}

::-moz-selection {
  background: #DF4133;
}

::selection {
  background: #DF4133;
}

.container {
  max-width: 1256px;
  margin: 0 80px;
  display: flex;
  position: relative;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .container {
    margin: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .container {
    margin: 0 16px;
  }
}

span, a {
  vertical-align: middle;
  line-height: normal;
}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 32px;
}
.fs-40 {
  font-size: 40px;
}
.fs-56 {
  font-size: 56px;
}
@media all and (max-width: 767px) {
  .fs-56 {
    font-size: 40px;
  }
}

.svgs {
  display: none;
}

header, main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.15;
  margin-top: 32px;
  width: 100%;
}
.title * {
  font-family: inherit;
  line-height: 1.15;
}

.lines {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.lines div {
  height: 100%;
  width: 1px;
  background-color: rgba(237, 239, 242, 0.4);
}

main {
  max-height: 100vh;
  height: 100vh;
  max-height: -webkit-fill-available;
  width: 100%;
  flex-direction: column;
}
@media all and (max-width: 1200px) {
  main {
    max-height: none;
    height: auto;
  }
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 999998;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

em {
  font-style: italic;
  color: #000;
}