@font-face {
  font-family: 'X5Sans';
  src: url("../fonts/X5Sans-Regular.woff2") format("woff2"), url("../fonts/X5Sans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'X5Sans';
  src: url("../fonts/X5Sans-Medium.woff2") format("woff2"), url("../fonts/X5Sans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'X5Sans';
  src: url("../fonts/X5Sans-Bold.woff2") format("woff2"), url("../fonts/X5Sans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  letter-spacing: -0.02em;
}

html, body, .wrap {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'X5Sans', Arial;
  font-weight: 400;
  color: #000;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: 600ms opacity;
}

body.load{
  opacity: 1;
}

body.overflow{
  overflow: hidden;
} 

button {
  cursor: pointer;
  border: none; }

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a[href] {
  cursor: pointer;
}

img {
  outline: none;
}

* {
  box-sizing: border-box;
}

input {
  font-family: 'X5Sans', Arial; }

input::-webkit-input-placeholder {
  color: #000; }

input::-moz-placeholder {
  color: #000; }

input:-ms-input-placeholder {
  color: #000; }

input:-moz-placeholder {
  color: #000; }

input {
  border-radius: 0;
  -webkit-appearance: none;
}

.center{
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
}

.top{
  background: #FFEB9F;
  padding-top: 55px;
  position: relative;
  top: 5;
}

.top__logo{
  margin-left: 80px;
  margin-bottom: 140px;
  width: 211px;
  height: auto;
  display: block;
}

.top__title{
  width: 590px;
  height: auto;
  margin-left: 173px;
  margin-bottom: 35px;
  display: block;
}

.top__txt-wrap{
  max-width: 500px;
  margin-left: 344px;
  padding-bottom: 182px;
}

.top__txt-title{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 27px;
}

.top__txt{
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 40px;
}

.top__txt a{
  text-decoration: underline;
  color: #E95657;
}

.button{
  background: #E95657;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  padding: 0 28px;
  height: 77px;
  border-radius: 77px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 300ms color, 300ms background;
}

.button.disabled{
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%);
}

.top__bg{
  width: 813px;
  right: 80px;
  bottom: -171px;
  height: auto;
  position: absolute;
}

.second{
  position: relative;
  z-index: 4;
}

.second .center{
  padding-top: 284px;
  padding-bottom: 259px;
  padding-left: 863px;
  padding-right: 81px;
}

.second__bg{
  position: absolute;
  height: auto;
  top: 143px;
  left: 153px;
  width: 610px;
}

.second__title{
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: -0.02em;
}

.second__title span{
  color: #E95657;
}

.second__list > div{
  display: flex;
  align-items: center;
  margin-bottom: 51px;
  font-size: 24px;
  font-weight: 700;
}

.second__list > div:last-child{
  margin-bottom: 0;
}

.second__list img{
  height: auto;
}

.second__list > div > div{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
}

.second__list > div:nth-child(1) img{
  width: 76px;
}

.second__list > div:nth-child(2) img{
  width: 69px;
}

.second__list > div:nth-child(3) img{
  width: 67px;
}

.form{
  background: #FAA028;
  position: relative;
  z-index: 3;
}

.form .center{
  padding-top: 311px;
  padding-bottom: 336px;
}

.form__bg1{
  height: auto;
  width: 758px;
  position: absolute;
  left: -170px;
  top: -77px;
  z-index: 2;
}

.form__bg2-wrap{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.form__bg2{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -700px;
  height: 100%;
}

.form__chel{
  position: absolute;
  right: 135px;
  top: 106px;
  width: 781px; 
}

.form__title{
  position: relative;
  z-index: 2;
  font-weight: 700;
  margin-left: 170px;
  padding-bottom: 80px;
  max-width: 731px;
  font-size: 48px;
  letter-spacing: -0.02em;
}

.form__in{
  max-width: 616px;
  margin-left: 297px;
  position: relative;
  z-index: 2;
}

.form__in input{
  font-family: 'X5Sans';
  font-weight: 700;
  padding: 0;
  border: none;
  outline: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
  font-weight: 700px;
  font-size: 24px;
  color: #000;
  width: 100%;
  background: none;
  margin-bottom: 64px;
}

.form__in input.error{
  border-color: #E95657;
}

.bottom .center{
  padding-top: 333px;
  padding-bottom: 484px;
}

.bottom__bg{
  position: absolute;
  height: auto;
  left: -223px;
  width: 1042px;
  bottom: 0;
}

.bottom__title{
  position: absolute;
  height: auto;
  right: 80px;
  width: 914px;
  bottom: 0;
}

.bottom__logo{
  position: absolute;
  height: auto;
  width: 152px;
  right: 80px;
  bottom: 77px;
}

.bottom__box{
  position: relative;
  z-index: 3;
  margin-left: 860px;
  max-width: 736px;
}

.bottom__stitle{
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 60px;
  letter-spacing: -0.02em;
}

.bottom__box .button{
  margin-left: 89px;
}

.bottom__text{
  padding-left: 89px;
  margin-bottom: 46px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
}

.popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: 600ms opacity, 600ms visibility;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup.active{
  opacity: 1;
  visibility: visible;
}

.popup__bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.97);
  z-index: 1;
}

.popup__box{
  position: relative;
  background: #fff;
  box-shadow: 0px 30px 58px rgba(203, 203, 203, 0.44);
  width: 1246px;
  z-index: 2;
}

.popup__close{
  position: absolute;
  width: 43px;
  height: auto;
  top: -63px;
  right: 20px;
  cursor: pointer;
  transition: 300ms transform;
}

.popup[data-type="sert"] .popup__box{
  padding-left: 97px;
  padding-top: 42px;
  padding-bottom: 69px;
  padding-right: 64px;
}

.popup__title-sert{
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 71px;
  line-height: 1;
  color: #E95657;
}

.popup__subtitle-sert{
  max-width: 434px;
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 27px;
  line-height: 1;
}

.popup__text-sert{
  max-width: 414px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.popup__box-in-sert{
  display: flex;
  align-items: center;
}

.popup__box-in-sert > div{
  position: relative;
}

.popup__img1-sert{
  max-width: 542px;
  margin-left: 20px;
}

.popup__img2-sert{
  float: right;
  height: auto;
  width: 321px;
  margin-top: -20px;
}

.popup[data-type="priz"]{
  align-items: flex-start;
  padding-top: 85px;
}

.popup[data-type="priz"] .popup__box{
  padding-top: 50px;
  padding-bottom: 130px;
}

.popup__title-priz{
  text-align: center;
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 71px;
  line-height: 1;
  color: #E95657;
  position: relative;
  z-index: 3;
}

.popup__subtitle-priz{
  text-align: center;
  font-weight: 400;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 26px;
  position: relative;
  z-index: 3;
}

.popup__text-priz{
  max-width: 791px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.popup__img1-priz{
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 50px;
  width: 552px;
  height: auto;
}

.popup__img2-priz{
  position: absolute;
  left: 0;
  top: 0;
  width: 534px;
  z-index: 0;
  height: auto;
}

.popup__box-in-priz{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.popup__box-in-priz > div:first-child img{
  width: 373px;
  height: auto;
  margin-right: 43px;
}

.popup__box-in-priz > div:last-child img{
  width: 448px;
  height: auto;
  margin-left: 43px;
}

.popup[data-type="ball"] .popup__box{
  padding-left: 97px;
  padding-top: 16px;
  padding-bottom: 69px;
  padding-right: 55px;
}

.popup__title-ball{
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 71px;
  line-height: 66px;
  color: #E95657;
}

.popup__subtitle-ball{
  max-width: 486px;
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 27px;
  line-height: 1;
}

.popup__subtitle-ball a{
  text-decoration: underline;
  color: #E95657;
}

.popup__box-in-ball{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup__box-in-ball > div{
  position: relative;
}

.popup__img1-ball{
  max-width: 409px;
}

.popup__img2-ball{
  float: right;
  height: auto;
  width: 321px;
  margin-top: -20px;
  position: relative;
  left: 100px;
  margin-bottom: -50px;
}

.form__error{
  font-weight: 500px;
  font-size: 16px;
  padding-top: 20px;
  color: #E95657;
  height: 60px;
}

@media (min-width: 1000px) {
  .button:hover{
    background: #000;
  }

  .popup__close:hover{
    transform: scale(0.8);
  }

  .popup__subtitle-ball a:hover{
    text-decoration: none;
  }

  .top__txt a:hover{
    text-decoration: none;
  }
}