@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  *:focus {
    outline: none;
    border: none;
  }
}

html {
  font-family: "Mulish";
}

body {
  position: relative;
  margin: 0;
  padding: 36px 0 78px 0;
  height: 100%;
  background-image: url("../img/cricket-main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  body {
    background-position: 40% bottom;
  }
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

input {
  border-color: transparent;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1240px;
}

@media only screen and (max-width: 1640px) {
  .container {
    max-width: 1000px;
  }
}

.header {
  position: relative;
  z-index: 5;
}

.header__container {
  margin-bottom: 85px;
}

@media only screen and (max-width: 1640px) {
  .header__container {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 500px) {
  .header__list:first-child {
    margin-bottom: 20px;
  }
}

.header__link_first {
  margin-right: 15px;
}

.connect-link {
  width: 55px;
  height: 55px;
}

@media only screen and (max-width: 1640px) {
  .connect-link {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .connect-link {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .logo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.kh {
  margin-right: 52px;
}

@media only screen and (max-width: 768px) {
  .kh {
    margin-right: 25px;
  }
}

.kh__logo {
  width: 178px;
}

@media only screen and (max-width: 1640px) {
  .kh__logo {
    width: 100px;
  }
}

@media only screen and (max-width: 500px) {
  .kh__logo {
    display: block;
    width: 180px;
    margin-right: 15px;
  }
}

.xbet__logo {
  width: 266px;
}

@media only screen and (max-width: 1640px) {
  .xbet__logo {
    width: 140px;
  }
}

@media only screen and (max-width: 500px) {
  .xbet__logo {
    width: 266px;
  }
}

.main {
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1024px) {
  .main__left-block {
    margin-bottom: 20px;
  }
}

.main__par {
  margin-bottom: 70px;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}

@media only screen and (max-width: 1640px) {
  .main__par {
    font-size: 28px;
  }
}

.main__mark {
  font-weight: 800;
  color: #fff;
  font-size: 36px;
}

@media only screen and (max-width: 1640px) {
  .main__mark {
    font-size: 28px;
  }
}

.main__mark_upper {
  text-transform: uppercase;
}

.main__mark_orange {
  font-weight: 900;
  color: #ff9933;
}

@media only screen and (max-width: 500px) {
  .main__mark_orange {
    display: block;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 82px;
  border-radius: 10px;
  background-color: #636f83;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 1640px) {
  .form {
    padding: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .form {
    width: 100%;
  }
}

.form__input {
  padding-left: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 428px;
  height: 52px;
  color: #fff;
  background-color: transparent;
}

@media only screen and (max-width: 1640px) {
  .form__input {
    width: 300px;
    padding-left: 12px;
    height: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .form__input {
    width: 100%;
  }
}

.form__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.form__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.form__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.form__input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

@media only screen and (max-width: 1640px) {
  .form__input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form__input:-ms-input-placeholder {
    font-size: 14px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 14px;
  }
  .form__input::placeholder {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .form__input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .form__input:-ms-input-placeholder {
    font-size: 12px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 12px;
  }
  .form__input::placeholder {
    font-size: 12px;
  }
}

.form__input:not(:last-child) {
  margin-bottom: 37px;
}

@media only screen and (max-width: 1640px) {
  .form__input:not(:last-child) {
    margin-bottom: 20px;
  }
}

.form__title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.form__link {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 1640px) {
  .form__link {
    margin-bottom: 15px;
  }
}

.form__button {
  padding: 15px 100px;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  background-color: #ff9933;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .form__button:hover {
    background-color: #ff8000;
  }
}

@media only screen and (max-width: 1640px) {
  .form__button {
    padding: 10px 80px;
  }
}

.ring-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.ring-container__ring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  width: 104px;
  height: 104px;
  color: #38404d;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  background-color: #eed5bc;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .ring-container__ring:hover {
    background-color: #e4bc93;
  }
}

@media only screen and (max-width: 1640px) {
  .ring-container__ring {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}

.ring-container__ring:not(:last-child) {
  margin-right: 15px;
}
/*# sourceMappingURL=style.css.map */