* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "geometria_medium";
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

h1 {
  font-family: "NewakeFont";
}

@font-face {
  font-family: "NewakeFont";
  src: url(../fonts/NewakeFont-Demo.otf);
}
@font-face {
  font-family: "geometria_bold";
  src: url(../fonts/geometria_bold.otf);
}
@font-face {
  font-family: "geometria_medium";
  src: url(../fonts/geometria_medium.otf);
}
@font-face {
  font-family: "geometria_light";
  src: url(../fonts/geometria_light.otf);
}
@font-face {
  font-family: "geometria_extrabold";
  src: url(../fonts/geometria_extrabold.otf);
}
.header .header-top {
  padding-bottom: 32px;
}
.header .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top .container .logo img {
  width: 160px;
}
.header .header-top .container .login-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .header-text {
  background-color: #E60002;
  color: #FFFFFF;
}
.header .header-text .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-text .container .text {
  position: relative;
}
.header .header-text .container .text .fg-1 {
  width: 87px;
  position: absolute;
  top: 14px;
  left: -47px;
}
.header .header-text .container .text .fg-2 {
  width: 87px;
  position: absolute;
  top: -26px;
  right: 51px;
}
.header .header-text .container .text .fg-3 {
  width: 32px;
  position: absolute;
  top: 220px;
  left: 524px;
}
.header .header-text .container .text .fg-4 {
  width: 32px;
  position: absolute;
  top: 160px;
  right: 137px;
}
.header .header-text .container .text p {
  margin-bottom: 16px;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "geometria_bold";
}
.header .header-text .container .text h1 {
  font-size: 93px;
  line-height: 93px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header .header-text .container .text .a-header {
  display: inline-block;
  margin-top: 32px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #FFFFFF;
  border: 1px solid #fff;
  text-decoration: none;
  background-color: #E60002;
}
.header .header-text .container .text .a-header img {
  width: 32px;
  margin-left: 8px;
  text-transform: uppercase;
}
.header .header-text .container .text .a-header:hover {
  color: #FFFFFF;
}
.header .header-text .container .img {
  width: 460px;
}
.header .header-text .container .img img {
  width: 460px;
}

.btn-reg {
  padding: 12px 16px;
  border-radius: 999px;
  color: #E60002;
  border: 1px solid #CCCCCC;
  text-decoration: none;
}
.btn-reg:hover {
  color: #E60002;
}

.btn-login {
  padding: 12px 16px;
  border-radius: 999px;
  color: #FFFFFF;
  border: 1px solid #E60002;
  text-decoration: none;
  background-color: #E60002;
}
.btn-login:hover {
  color: #FFFFFF;
}

.items-block-text {
  padding: 160px 0;
}
.items-block-text .title {
  width: 100%;
  max-width: 480px;
  color: #E60002;
  margin-bottom: 50px;
}
.items-block-text .title h2 {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "NewakeFont";
}
.items-block-text .title p {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "geometria_bold";
}
.items-block-text .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
.items-block-text .items .item {
  border-radius: 999px;
  background: linear-gradient(99deg, rgb(128, 0, 1) 0%, rgb(230, 0, 2) 75%);
  padding: 40px 150px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.items-block-text .items .item .text {
  width: 100%;
  max-width: 430px;
}
.items-block-text .items .item .text h3 {
  text-transform: uppercase;
  font-family: "geometria_bold";
  text-align: center;
  font-size: 32px;
  margin-bottom: 35px;
}
.items-block-text .items .item .text h3 img {
  width: 49px;
  margin-left: 8px;
}
.items-block-text .items .item .text p {
  font-size: 20px;
  margin-bottom: 0;
  font-family: "geometria_bold";
}
.items-block-text .items .item-1 {
  position: relative;
}
.items-block-text .items .item-1 .img img {
  position: absolute;
  right: 100px;
  top: -240px;
  width: 660px;
}
.items-block-text .items .item-2 {
  background: linear-gradient(99deg, rgb(230, 0, 2) 0%, rgb(128, 0, 1) 75%);
  position: relative;
  text-align: right;
}
.items-block-text .items .item-2 .img img {
  position: absolute;
  left: 100px;
  top: -70px;
  width: 460px;
}
.items-block-text .items .item-2 .text h3 {
  text-align: right;
}
.items-block-text .items .item-3 {
  position: relative;
  text-align: left;
}
.items-block-text .items .item-3 .text h3 {
  text-align: left;
}
.items-block-text .items .item-3 .img img {
  position: absolute;
  right: 100px;
  top: -70px;
  width: 460px;
}

.footer {
  background-color: #480000;
  color: #fff;
  padding: 32px 0;
}
.footer h3 {
  font-family: "geometria_extrabold";
  margin-bottom: 48px;
  font-size: 32px;
}
.footer .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .block .text {
  width: 70%;
}
.footer .block .text p {
  font-size: 16px;
  margin-bottom: 48px;
}
.footer .block .text p a {
  color: #fff;
}
.footer .block .text .f-img {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}
.footer .block .text .f-img img {
  width: auto;
  height: 94px;
}
.footer .block .text ul {
  margin-bottom: 48px;
  display: flex;
  margin-left: 0;
  padding: 0;
  gap: 48px;
}
.footer .block .text ul a {
  color: #fff;
  font-family: "geometria_bold";
  text-decoration: none;
}
.footer .block .text h6 {
  font-size: 14px;
  font-family: "geometria_bold";
  margin-bottom: 0;
}
.footer .block .img-18 {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .block .img-18 img {
  width: 138px;
}

.privacy-policy {
  padding: 100px 0;
}
.privacy-policy h2 {
  color: #E60002;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "geometria_bold";
}
.privacy-policy .title {
  margin-bottom: 50px;
}
.privacy-policy .items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.privacy-policy .items .h2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #F8DBEC;
  padding-bottom: 30px;
  gap: 30px;
}
.privacy-policy .items .h2 div, .privacy-policy .items .h2 p, .privacy-policy .items .h2 li {
  font-size: 16px;
  font-family: "geometria_light";
}

.login {
  background-color: #E60002;
  color: #fff;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 100px;
}
.login .title {
  text-align: center;
}
.login .title h2 {
  font-family: "NewakeFont";
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 48px;
}
.login .title p {
  margin-bottom: 40px;
  font-family: "geometria_light";
}

.login .bigest-form {
  width: 100%;
  max-width: 505px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.login .bigest-form small {
  color: #fff;
  font-size: 12px;
  font-family: "geometria_light";
}

.login input[type=text], .login input[type=email], .login input[type=password] {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  outline: none;
}

input::-moz-placeholder {
  color: #D2D2D2;
  font-family: "geometria_light";
}

input::placeholder {
  color: #D2D2D2;
  font-family: "geometria_light";
}

.login .name-fields {
  display: flex;
  gap: 10px;
}

.login .name-fields input {
  flex: 1;
}

.login .submit-btn {
  background-color: #E60002;
  border: none;
  padding: 10px;
  color: #fff;
  width: 100%;
  border-radius: 99px;
  border: 1px solid #fff;
  font-weight: bold;
  cursor: pointer;
  margin-top: 16px;
}

.login .terms {
  font-size: 12px;
  margin-top: 10px;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: "geometria_light";
}

.login .terms a {
  color: #fff;
  font-family: "geometria_light";
}

.login .eye-icon {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}

.login .input-wrapper {
  position: relative;
}

.login .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.login .modal-content {
  background-color: #480000;
  padding: 30px 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
  color: #fff;
}

.login .modal-content input[type=number] {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: none;
  outline: none;
}

.login .modal-content p {
  margin: 10px 0;
}

.login .generated-code {
  font-size: 20px;
  font-weight: bold;
  color: #00ffff;
}

.login .close-btn {
  background-color: #fff;
  border: none;
  padding: 10px;
  color: #E60002;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
}

.login .form-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.login .form-policy a {
  color: #fff;
}

.login .eye-icon {
  font-size: 14px;
}

.close-btn, .x-btn {
  background-color: #ff00aa;
  border: none;
  padding: 10px;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
}

.x-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  color: white;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .header .header-text .container .text h1 {
    font-size: 68px;
    line-height: 67px;
  }
  .header .header-text .container .text .fg-4 {
    width: 27px;
    position: absolute;
    top: 126px;
    right: 143px;
  }
  .header .header-text .container .text .fg-3 {
    width: 25px;
    position: absolute;
    top: 171px;
    left: 524px;
  }
  .items-block-text .items .item {
    padding: 40px 100px;
  }
}
@media (max-width: 1200px) {
  .header .header-text .container .text h1 {
    font-size: 57px;
    line-height: 57px;
  }
  .header .header-text .container .text .fg-1 {
    width: 87px;
    position: absolute;
    top: 42px;
    left: -47px;
  }
  .header .header-text .container .text .fg-4 {
    width: 27px;
    position: absolute;
    top: 141px;
    right: 44px;
  }
  .header .header-text .container .text p {
    font-size: 16px;
  }
  .header .header-text .container .text .fg-2 {
    width: 61px;
    position: absolute;
    top: 8px;
    right: -23px;
  }
  .header .header-text .container .text .fg-4 {
    width: 27px;
    position: absolute;
    top: 106px;
    right: 44px;
  }
  .header .header-text .container .text .fg-1 {
    width: 67px;
    position: absolute;
    top: 18px;
    left: -39px;
  }
  .items-block-text .items .item-1 .img img {
    position: absolute;
    right: -25px;
    top: -195px;
    width: 571px;
  }
  .items-block-text .items .item-2 .img img {
    position: absolute;
    left: -38px;
    top: -58px;
    width: 460px;
  }
  .items-block-text .items .item-3 .img img {
    position: absolute;
    right: 16px;
    top: -44px;
    width: 413px;
  }
  .footer .block {
    flex-direction: column;
  }
  .footer .block .text {
    width: 100%;
  }
  .footer .block .img-18 {
    width: 100%;
    padding-top: 45px;
  }
}
@media (max-width: 991px) {
  .header .header-text .container {
    flex-direction: column;
    text-align: center;
    padding: 24px 0;
  }
  .header .header-text .container .text {
    width: 100%;
    max-width: 360px;
  }
  .header .header-text .container .img img {
    width: 100%;
    max-width: 360px;
  }
  .header .header-text .container .text h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .header .header-text .container .text .fg-1 {
    width: 67px;
    position: absolute;
    top: 36px;
    left: -1px;
  }
  .header .header-text .container .text .fg-2 {
    width: 61px;
    position: absolute;
    top: 21px;
    right: -69px;
  }
  .header .header-text .container .text .fg-3 {
    left: auto;
    right: -5px;
    top: 141px;
  }
  .header .header-top .container {
    flex-direction: column;
    gap: 16px;
  }
  .header .header-top .container .login-block {
    width: 100%;
    justify-content: space-between;
  }
  .header .header-text .container .text .fg-4 {
    width: 17px;
    position: absolute;
    top: 118px;
    right: 15px;
  }
  .items-block-text .items .item {
    border-radius: 0;
    padding: 40px 16px;
  }
  .items-block-text .items .item-2 {
    background: linear-gradient(99deg, rgb(128, 0, 1) 0%, rgb(230, 0, 2) 75%);
    text-align: left;
  }
  .items-block-text .items .item .text h3 {
    font-size: 24px;
    margin-bottom: 48px;
    text-align: left;
    width: 100%;
    max-width: 210px;
  }
  .items-block-text .items .item .text h3 img {
    display: none;
  }
  .items-block-text .items .item .text p {
    font-size: 16px;
  }
  .items-block-text .items .item-1 .img img {
    position: absolute;
    right: -25px;
    top: -174px;
    width: 341px;
  }
  .items-block-text .items .item-2 .img img {
    left: auto;
    right: 100px;
    top: -50px;
    width: 250px;
  }
  .items-block-text .items .item {
    flex-direction: column;
    align-items: start;
  }
  .items-block-text .items .item-2 .img img {
    left: auto;
    right: 19px;
    top: -75px;
    width: 228px;
  }
  .items-block-text .items .item-3 .img img {
    position: absolute;
    right: 16px;
    top: -44px;
    width: 221px;
  }
  .footer .block .text .f-img {
    flex-wrap: wrap;
  }
  .items-block-text {
    padding: 100px 0;
  }
}
@media (max-width: 500px) {
  .items-block-text .items .item .text h3 {
    max-width: 150px;
  }
  .items-block-text .items .item-1 .img img {
    position: absolute;
    right: -62px;
    top: -103px;
    width: 301px;
  }
  .items-block-text .items .item-2 .img img {
    left: auto;
    right: -1px;
    top: -59px;
    width: 228px;
  }
  .items-block-text .items .item-3 .img img {
    position: absolute;
    right: -13px;
    top: -26px;
    width: 180px;
  }
  .items-block-text .title {
    margin-bottom: 100px;
    text-align: center;
  }
  .items-block-text .title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .items-block-text .title p {
    text-align: center;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */