/* cyrillic-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v23/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FWkUzdYPFkZVOA6w.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v23/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FU0UzdYPFkZVOA6w.woff) format('woff');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v23/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FVUUzdYPFkZVOA6w.woff) format('woff');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v23/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FWUUzdYPFkZVOA6w.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v23/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0UzdYPFkZVO.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.checkbox input {
  position: absolute;
  display: none;
}
.checkbox label {
  cursor: pointer;
  position: relative;
  display: flex;
}
.checkbox label .checkbox_icon {
  flex: 0 0 16px;
  position: relative;
  transition: background 0.3s, color 0.3s;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #003764;
}
.checkbox label .checkbox_icon:hover {
  outline: none !important;
}
.checkbox label .checkbox_icon:before {
  position: absolute;
  content: '';
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: transparent;
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.3s;
}
.checkbox label .checkbox_text {
  flex: 1 1 auto;
  padding-left: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.03em;
}
.checkbox label .checkbox_text a {
  color: inherit;
}
.checkbox label .checkbox_text a:hover {
  text-decoration: underline;
}
.checkbox input:checked ~ label .checkbox_icon:before {
  background: #003764;
}
.clear {
  display: block;
  clear: both;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  height: -webkit-fill-available;
  font-size: 10px;
}
@media (max-width: 1366) {
  html {
    font-size: 0.73206442vw;
  }
}
@-ms-viewport {
  width: device-width;
}
body {
  font-family: 'Asgard Fit Web';
  font-weight: bold;
  font-style: normal;
  color: #003764;
  background: #fdce00;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
.stage {
  display: grid;
  grid-template-rows: 1fr 100px;
  grid-template-columns: 100%;
  background: url(https://sethandrileysgarage.bg/public/images/backgr.jpg) center center no-repeat #fdce00;
  background-size: 100% 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.stage__footer {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
.stage__middle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.stage__middle > form {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.stage__middle .logo {
  display: block;
  margin: 0 auto;
}
.stage__middle .text-01 {
  font-family: 'Asgard Fit Web';
  font-size: 17px;
  padding-top: 5.4em;
  letter-spacing: 0.03em;
  line-height: 1.12;
}
@media (max-width: 768px) {
  .stage__middle .text-01 {
    padding-top: 3em;
  }
}
@media (max-width: 480px) {
  .stage__middle .text-01 {
    padding-top: 30px;
  }
}
.stage__middle .form {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 28px;
  gap: 7px;
}
.stage__middle .form .input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  width: 67px;
  height: 67px;
  border-style: none;
  border-radius: 4px;
  background: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #003764;
  border: 3px solid #fff;
}
.stage__middle .form .input:focus {
  border-color: #003764;
}
.stage__middle .submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  background: #003764;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  font-weight: bold;
  font-size: 18px;
  padding: 0.5em 1.3em;
  border-style: none;
  color: #FFC600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: color 0.3s, background 0.5s;
}
.stage__middle .submit input:hover {
  color: #ffd74d;
  background: #002340;
}
.stage__middle .checkboxes {
  padding-top: 25px;
  max-width: 280px;
  margin: 0 auto;
  text-align: left;
}
.stage__middle .checkboxes .checkbox + .checkbox {
  margin-top: 15px;
}
.soon {
  display: grid;
  grid-template-rows: 115px 1fr 100px;
  grid-template-columns: 100%;
  background: url(https://sethandrileysgarage.bg/public/images/backgr.jpg) center center no-repeat #fdce00;
  background-size: 100% 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .soon {
    grid-template-rows: 115px 1fr auto;
  }
}
.soon__header {
  padding-top: 43px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .soon__header {
    padding-left: 6.51041667vw;
  }
}
@media (max-width: 480px) {
  .soon__header {
    padding-left: 10px;
    padding-top: 30px;
  }
}
.soon__header .logo {
  width: 107px;
  display: block;
}
.soon__footer {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  /*
		max-width:1366px;
		width:100%;
		margin:0 auto;
*/
}
@media (max-width: 1024px) {
  .soon__footer {
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .soon__footer .kum {
    flex: 0 0 100%;
    order: 2;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.soon__footer .social {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .soon__footer .social {
    flex: 0 0 100%;
    order: 1;
    text-align: center;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
.soon__footer .social a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  color: #0E406B;
  display: inline-block;
}
.soon__footer .social a + a {
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .soon__footer .social a + a {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .soon__footer .social a {
    flex: 0 0 50%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .soon__footer .social > div {
    margin: 0 auto;
    padding-bottom: 10px;
    flex: 0 0 100%;
    order: -1;
  }
}
.soon__footer .social img {
  mix-blend-mode: color-dodge;
  transform: translateY(-30%);
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .soon__footer .social img {
    margin-left: 0;
    transform: none;
  }
}
.soon__middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.soon__middle img {
  display: block;
  width: 748px;
  max-width: 100%;
  z-index: 10;
  position: relative;
}
@media (max-width: 480px) {
  .soon__middle img {
    transform: translateX(5%);
  }
}
.badge {
  position: absolute;
  right: 0;
  top: 45px;
}
@media (max-width: 768px) {
  .badge {
    top: 25px;
    width: 36.71875vw;
  }
}
@media (max-width: 480px) {
  .badge {
    top: 35px;
    width: 55.078125vw;
  }
}
body .cc-window {
  background: url(https://sethandrileysgarage.bg/public/images/cookie.png) left 10px center no-repeat #003764;
  box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 768px) {
  body .cc-window {
    background: #003764;
  }
}
body .cc-window .cc-message {
  padding-left: 50px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.03em;
  font-family: 'Asgard Fit Web';
}
@media (max-width: 768px) {
  body .cc-window .cc-message {
    padding-left: 0;
  }
}
body .cc-window .cc-message a.cc-link {
  color: #fff !important;
}
body .cc-window .cc-message a.cc-link:hover {
  color: #FFC600 !important;
  opacity: 1;
}
body .cc-window .cc-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  background: #fff;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  font-weight: bold;
  font-size: 18px;
  padding: 0.5em 1.3em;
  padding-top: 0.55em;
  border-style: none;
  color: #003764;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: color 0.3s, background 0.5s;
}
body .cc-window .cc-btn:hover {
  background: #FFC600;
}
