@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  background: #ffdd2d;
}

ul {
  list-style: none;
}

.wrapper {
  background: linear-gradient(180deg, #4b57d6 0%, #1d212b 99.99%, #737373 100%);
  padding-bottom: 50px;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

.header {
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #ffdd2d;
  margin-bottom: 26px;
}
.header img {
  margin-right: 26px;
}
.header__title {
  font-weight: 900;
  font-size: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  line-height: 80px;
  margin-bottom: 10px;
}
.header__chanсe {
  max-width: 602px;
  width: 100%;
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  font-weight: 600;
  font-size: 26px;
  text-transform: lowercase;
  text-align: center;
  color: #fff;
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hamster {
  position: relative;
}
.hamster h2 {
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.hamster__btn {
  cursor: pointer;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.hamster__btn ul li {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/money.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 30%;
  top: 50%;
  opacity: 0;
}
.hamster__btn ul li.active {
  animation: animationLogo 0.5s linear;
}
@keyframes animationLogo {
  0% {
    top: 50%;
    opacity: 0;
  }
  50% {
    top: 25%;
    opacity: 1;
  }
  100% {
    top: -10%;
    opacity: 0;
  }
}
.hamster__btn :active {
  transform: scale(0.8);
  transition: 0.5s;
}
.hamster__btn img {
  width: 100%;
}
.hamster__dotter {
  display: flex;
  align-items: center;
  width: 100%;
  height: 103px;
}
.hamster__dotter li {
  border: 4px solid #000;
  width: 103px;
  height: 100%;
  border-right: none;
  transition: 0.5s;
}
.hamster__dotter li:first-child {
  border-radius: 60px 0 0 60px;
  width: 96px;
}
.hamster__dotter li:last-child {
  border-radius: 0 60px 60px 0;
  width: 96px;
  border-right: 4px solid #000;
}
.hamster__dotter li.active {
  background: linear-gradient(180deg, #ffea30 0%, #6b721a 49%, #aebb1e 100%);
}
.hamster__seat {
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -0.01em;
  color: #fff;
  position: absolute;
  position: absolute;
  right: 0;
  bottom: 20%;
}
.partners {
  padding: 25px 0 120px;
}
.partners__container {
  max-width: 1290px;
}
.partners__container h3 {
  font-weight: 900;
  font-size: 90px;
  letter-spacing: -0.01em;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.partners__logo {
  border-radius: 17px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 8px 7px 0 rgba(0, 0, 0, 0.08),
    0 20px 13px 0 rgba(0, 0, 0, 0.1), 0 39px 25px 0 rgba(0, 0, 0, 0.13), 0 65px 47px 0 rgba(0, 0, 0, 0.16),
    0 100px 80px 0 rgba(0, 0, 0, 0.21);
  background: #fff;
  padding: 90px 40px;
}
.partners__logo div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.footer {
  background: #323232;
  padding: 75px 0;
}
.footer__logo {
  display: flex;
  align-items: center;
}
.footer__logo img {
  margin-right: 10px;
}
.footer__logo-text {
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.footer__container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.footer__icon img {
  margin: 15px;
}

.form {
  padding: 80px 0;
  display: none;
  position: relative;
}
/* .form::before {
  content: '';
  background: url(../images/logo-gaz.svg);
  width: 66px;
  height: 76px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
} */
.form form {
  border-radius: 10px;
  max-width: 441px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 30px;
  border: 1px solid #000;
}
.form form h4 {
  font-weight: 900;
  font-size: 40px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #000;
}
.form form p {
  max-width: 300px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.form form input {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #5e5e5e;

  height: 53px;
  margin-bottom: 20px;
  width: 100%;
  padding-left: 20px;
  border: 2px solid #333;
  border-radius: 10px;
}

.form form button:not(.iti__selected-country) {
  background: #333333;
  max-width: 297px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 21px;
  letter-spacing: -0.01em;
  color: #ffdd2d;
  border: none;
  padding: 18px 23px;
  margin: 10px auto;
  margin-bottom: 10px;
  border-radius: 23px;
  cursor: pointer;
}
.form__seat {
  border-radius: 48px;
  width: 160px;
  height: 63px;
  margin: 0 auto;
  background: url(../images/seat.png);
}
@media screen and (max-width: 1290px) {
  .header__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .header {
    align-items: center;
  }
}
@media screen and (max-width: 827px) {
  .footer__logo-text {
    font-size: 32px;
  }
}
@media screen and (max-width: 720px) {
  .header__title {
    font-size: 35px;
    line-height: 33px;
  }
  .header__chanсe {
    font-size: 14px;
  }
  .header img {
    width: 51px;
    margin-right: 10px;
  }
  .footer__logo img {
    width: 54px;
  }
  .hamster h2 {
    font-size: 30px;
  }
  .hamster__dotter {
    height: 41px;
  }
  .hamster__dotter li {
    border: 1px solid #000 !important;
  }
  .partners__container h3 {
    font-size: 46px;
  }

  .form {
    padding: 40px 0;
  }
  .form form h4 {
    font-size: 27px;
  }
  .hamster__seat {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .form::before {
    top: -3%;
    width: 40px;
    height: 46px;
    left: 50%;
    transform: translateX(-50%);
  }
  .partners__logo div {
    justify-content: center;
  }
  .partners__logo div img {
    margin-bottom: 25px;
  }

  .header__title {
    font-size: 20px;
  }
  .footer__logo-text {
    order: 0;
    font-size: 30px;
    max-width: 255px;
  }
  .footer__logo img {
    order: 1;
    margin-right: 0px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 410px) {
  .header__chanсe {
    font-size: 12px;
  }
  .header__title {
    font-size: 16px;
  }
  .form form button {
    font-size: 16px;
    margin-top: 0px;
  }
  .form form p {
    font-size: 17px;
  }
}


img.logo {
    max-width: 100px;
}