@font-face {
  font-family: "Roboto Condensed";
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff2") format("woff2"), url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RobotoCondensed-Bold;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: RobotoCondensed-Italic;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Italic.ttf");
}
@font-face {
  font-family: RobotoCondensed-Light;
  src: url("/common/static/fonts/RobotoCondensed/RobotoCondensed-Light.ttf");
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("/common/static/fonts/bebas-neue/BebasNeue-Regular.woff2") format("woff2"), url("/common/static/fonts/bebas-neue/BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RussoOne-Regular;
  src: url("/common/static/fonts/Russo_One/RussoOne-Regular.ttf");
}
@font-face {
  font-family: "Russo One";
  src: url("/common/static/fonts/Russo_One/RussoOne-Regular.woff2") format("woff2"), url("/common/static/fonts/Russo_One/RussoOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Exo2;
  src: url("/common/static/fonts/Exo_2/Exo2-VariableFont_wght.ttf");
}
@font-face {
  font-family: Comfortaa-Regular;
  src: url("/common/static/fonts/Comfortaa/Comfortaa-Regular.ttf");
}
@font-face {
  font-family: Comfortaa-Bold;
  src: url("/common/static/fonts/Comfortaa/static/Comfortaa-Bold.ttf");
}
@font-face {
  font-family: Race-sport;
  src: url("/common/static/fonts/race-sport/Race-sport.ttf");
}
@font-face {
  font-family: cross-boxed;
  src: url("/common/static/fonts/cross-boxed/cross-boxed.ttf");
}
@font-face {
  font-family: Urbanist-Bold;
  src: url("/common/static/fonts/Urbanist/Urbanist-Bold.ttf");
}
@font-face {
  font-family: Urbanist-Regular;
  src: url("/common/static/fonts/Urbanist/Urbanist-Regular.ttf");
}
@font-face {
  font-family: Urbanist-Light;
  src: url("/common/static/fonts/Urbanist/Urbanist-Light.ttf");
}
@font-face {
  font-family: Urbanist-Thin;
  src: url("/common/static/fonts/Urbanist/Urbanist-Thin.ttf");
}
@font-face {
  font-family: Axiforma-Regular;
  src: url("/common/static/fonts/Axiforma/Axiforma-Light.ttf");
}
@font-face {
  font-family: Hind-bold;
  src: url("/common/static/fonts/Hind/Hind-Bold.ttf");
}
.footer {
  padding: 0px 0px 30px 0px;
  bottom: 0;
  z-index: 2000;
  height: 410px;
  background: #494949;
  width: 100%;
  position: absolute;
}
.footer > div {
  max-width: 1310px;
  width: 1310px;
  margin-left: 10px;
  margin-right: 10px;
}
.footer .middle-block {
  max-width: 1310px;
  margin-top: 20px;
}
.footer .top-block {
  height: 150px;
  background-color: #292929;
  margin-top: -75px;
  border-radius: 15px;
  width: 1310px;
}
.footer .top-block .svc-holder {
  height: 100px;
  margin-top: 20px;
}
.footer .top-block .svc-holder div > div:first-child {
  width: 55px;
  padding: 10px;
  border: 3px solid #FFB300;
  border-radius: 40px;
  height: 55px;
  text-align: center;
}
.footer .top-block .svc-holder div > div:first-child i {
  font-size: 1.6em;
  color: #e4e4e4;
}
.footer .top-block .svc-holder div:last-child {
  font-size: 1.1em;
  color: #FFB300;
  margin-top: 10px;
}
.footer .social-icons {
  margin-top: -10px;
}
.footer .social-icons div div:last-child {
  color: #c9c9c9;
  line-height: 45px;
  font-size: 1em;
  font-family: "RobotoCondensed-Bold", sans-serif;
  padding: 1px;
  padding-left: 5px;
  width: 80px;
}
.footer .social-icons > div {
  width: 110px;
  justify-content: space-between;
}
.footer .footer-column .column-title {
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 1.2em;
  color: #c9c9c9;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer .footer-column .title-divider {
  width: 100px;
  height: 5px;
  background-color: #FFB300;
  margin-bottom: 15px;
  border-radius: 3px;
}
.footer .footer-column .column-item {
  font-family: "RobotoCondensed", sans-serif;
  font-size: 1em;
  color: #c9c9c9;
  margin-bottom: 8px;
  cursor: pointer;
}
.footer .footer-column .column-item:hover {
  text-decoration: underline;
}
.footer .footer-column i {
  font-size: 1.5em;
  color: #c9c9c9;
  cursor: pointer;
  margin-top: 10px;
}
.footer .footer-column i:hover {
  color: #FFB300;
}
.footer .footer-devider {
  height: 1px;
  background-color: #7d7d7d;
  margin-top: 25px;
}
.footer .bottom-block {
  margin-top: 20px;
  color: #c9c9c9;
  font-size: calc(1em * var(--font-scale-factor));
}
.footer .bottom-block > div:first-child {
  width: calc(520px / var(--font-scale-factor));
}

.subscribe-block {
  padding-top: 35px;
  padding-bottom: 100px;
  width: 100%;
  margin-bottom: -75px;
  background-color: #ffffff;
  border-top: #b3b3b3 2px solid;
  margin-top: 20px;
}
.subscribe-block .subscribe-text {
  margin-right: 30px;
}
.subscribe-block .subscribe-text h3 {
  color: #FFB300;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.subscribe-block .subscribe-text p {
  font-size: 1.25em;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #7d7d7d;
  font-weight: 700;
}
.subscribe-block .subscribe-form {
  display: flex;
}
.subscribe-block .subscribe-form input[type=email] {
  padding: 10px;
  border: none;
  border-radius: 5px 0 0 5px;
  font-size: 0.9em;
  width: 250px;
  background-color: #e9e9e9;
}
.subscribe-block .subscribe-form button {
  padding: 5px 10px;
  border: none;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 0.9em;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.subscribe-block .subscribe-form button:hover {
  background-color: rgb(153.5, 153.5, 153.5);
}

/*# sourceMappingURL=main-footer.css.map */
