@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --l-grey: #403f3e;
  --l-red: #ee3a3e;
  --red: #E9001B;
  --white: #ffffff;
  --black: #151515;
}
html{
  scroll-behavior: smooth;
}

*{
  margin: 0px;
  padding: 0px;
  font-family: 'Montserrat', sans-serif;
}
body{
  background-color: var(--white);
}


.line{
  width: 100%;
  overflow: hidden;
}
.container{
max-width: 1200px;
margin: 0px auto;
display: flex;
margin-bottom: -25px;
}
.first-screen{
  padding-top: 10px;
}
.first-screen,.product-screen{

  /* background-image: url("/img/main-bg.png"); */
  background-color: var(--red);
  background-size: cover;
  background-repeat: no-repeat;
}
.first-screen img{
  display: block;
  max-height: 405px;
  max-width: 730px;
  position: absolute;
  bottom: 90px;
  right: 130px;
  width: 330px;
}
.first-screen .container{
  position: relative;
  z-index: 999;
}
.fs-caption{
  color: var(--white);
  max-width: 400px;
  margin-bottom: 30px;
  z-index: 2;
  margin-left: 150px;
  margin-bottom: 100px;
}
.fs-caption h1 span, .fs-caption h2{
  font-size: 25px;
  font-weight: 400;
}
.fs-caption h1{
  font-size: 67px;
  font-weight: 700;
}
.fs-caption h2{
  /* text-align: right; */
}
.last-word{
  display: block;
  /* text-align: right; */
  font-size: 25px;
  font-weight: 300;
  margin-top: 20px;
  border-radius: 22px;
  opacity: 100%; 
padding-left: 15px;
padding-bottom: 5px;
padding-top: 5px; 
background-color: var(--white);
}

.second-screen .container{
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.second-screen{
  background-image: url("/img/challenge-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  padding-bottom: 30px;
}
.second-screen h2{
  padding: 50px 0px;
  color: var(--l-grey);
  text-align: center;
}
.my-list .number{
  color: var(--white);
  font-size: 45px;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: red;
  display: block;
  font-size: 800;
  margin-right: 20px;
}
.my-list{
  list-style-type: none;
}
.my-list li{
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  font-size: 27px;
  color: var(--l-red);
}

.second-h2{
  padding: 0px 0px 30px 0px !important;
}
.second-screen p{
  font-size: 20px;
  text-align: center;
}
.red{
  color: var(--l-red);
}
.phone-img{
  width: 175px;
  height: 326px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  z-index: 0;
}
.phone-img img{
  width: 100%;
}
.nom-screen{
  position: relative;
}
.nom-screen:after{
  content: ' ';
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    z-index: 1;
    opacity: 0.25;
    background-image: url("/img/nominations-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.nom-container{
    z-index: 999;
}
.nom-screen .container{
  flex-direction: column;

}
.nom-container{
  display:flex;
  justify-content: space-between;
}

.nom-block img {
max-width: 150px;
max-height: 150px;
background-color: #ffffff;
background-size: auto;
border: 3px solid var(--red);
border-radius: 35px;
align-items: center;
}

.nom-block{
  width: 100%;
  text-align: center;
  padding: 3%;
  padding-top: 0px;
  border: 2px solid var(--l-red);
  border-radius: 30px;
  background-color: var(--white);
  position: relative;
  margin-top: -85px;
  margin-bottom: 15px;

}
.nom-block img{
  margin-top: -50px;
  margin-bottom: 30px;
  margin-right: 0%;
}
.nom-block p{
  text-align: left;
  font-weight: 500;
}
.nom-block h3{
  color: var(--l-red);
  font-size: 30px;
  font-weight: 700;
}
.nom-block .grey{
  color: var(--l-grey);
  text-align: center;
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 400;
}
.nom-block .red{
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
}
.nom-screen .container h1{
  margin: 50px 0px 150px 0px;;
  text-align: center;
  color: var(--l-red);
  font-weight: 500;
}
.nom-screen .container h1 b{
  font-weight: 800;
}
.nom-block .regular{
  margin-bottom: 20px;
}
.nom-screen h1{
  color: var(--l-red);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.product-screen .container{
  flex-direction: column;
}
.product-container{
  display: flex;
  justify-content: space-between;
}
.product-block{
  width: 20%;
  padding: 0px 5% 30px 5%;
}
.product-block .product-image img{
  width: 100%;
}
.product-screen .container h1{
  color: var(--white);
  text-align: center;
  margin: 60px 0px;
  font-weight: 600;
  font-size: 40px;
}
.product-block p{
  text-align: center;
  color: var(--white);
  font-weight: 500;
}
.prizes-screen .container, .example-screen .container{
  flex-direction: column;
}
.prizes-container{
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
}
.prizes-screen .container h1{
  margin: 50px 0px;
  text-align: center;
  color: var(--white);
  font-weight: 600;
}
.prizes-block{
  margin: 0px 10px;
  text-align: center;
}
.prizes-block img{
  width: 210px;
  max-width: 500px;
  height: 210px;
}
.prizes-block1 img{
  width: 130px;
  max-width: 190px;
  height: 165px;
  margin-left: 25px;
  margin-top: 25px;
}

  .prizes-block2 img{
    width: 120px;
    max-width: 190px;
    height: 130px;
  margin-left: 25px;
  margin-top: 55px;
  }

  .prizes-block3 img{
    width: 175px;
    max-width: 170px;
    height: 150px;
    margin-left: 50px;
    margin-top: 30px;
  }
  .prizes-block4 img{
    width: 200px;
    max-width: 220px;
    height: 190px;
    margin-left: 50px;
    margin-top: 15px;
  }

.prizes-block p{
  color: var(--white);
  font-weight: 700;
  text-align: center;
  padding-top: 10px;

}
.prizes-block1 p{
  color: var(--white);
  font-weight: 400;
  text-align: center;
  padding-top: 40px;
  padding-left: 10px;
}
.prizes-block2 p{
  color: var(--white);
  font-weight: 400;
  text-align: center;
  padding-top: 45px;

}
.prizes-block3 p{
  color: var(--white);
  font-weight: 400;
  text-align: center;
  padding-top: 50px;
  padding-left: 85px;
}
.prizes-block4 p{
  color: var(--white);
  font-weight: 400;
  text-align: center;
  padding-top: 25px;
  padding-left: 85px;

}
.prizes-screen{
  padding-bottom: 100px;
  background-color: var(--red);
}
.form-screen .container{
  flex-direction: column;
}
.form-screen .container h1, .form-screen .container h2{
  text-align: center;
  color: var(--l-red);
}
#ajax_form{
  display: flex;
  flex-direction: column;
  margin: 30px auto;
  text-align: center;
  max-width: 450px;
  justify-content: center;
}
.form-number{
  font-size: 67px;
  color: var(--l-red);
  font-weight: 700;
  width: 60px;
}
#ajax_form input, #ajax_form select{
  font-size: 20px;
  padding: 0px 5px;
  width: 100%;
  display: block;
  border: 2px solid var(--l-red);
  border-radius: 20px;
}
#ajax_form div{
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  justify-content: center;
}
#input-button{
  font-size: 24px;
  color: var(--white);
  width: 100%;
  background-color: var(--l-red);
  text-transform: uppercase;
  border: 0px;
  border-radius: 15px;
  font-weight: 600;
  cursor: pointer;
}
#input-button:hover{
  background-color: var(--red)
}
#submit-button{
  font-size: 24px;
  color: var(--white);
  width: 100%;
  background-color: var(--l-red);
  text-transform: uppercase;
  border: 0px;
  border-radius: 15px;
  font-weight: 600;
  cursor: pointer;
  line-height: 82px;
}
.form-screen-caption{
  max-width: 450px;
  margin: 30px auto;
  text-align: center;
}
.img-social-block{
  display: flex;
  justify-content: space-around;
  aling-items: center;
  margin-top: 30px;
}
.img-social-block img{
  width: 80px;
}
.example-screen{
  text-align: center;
}
.examples-block{
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.examples-block img{
  width: 280px;
  height: 180px;
  margin-bottom: 35px;
}
.example-screen .container span{
  color: #737373;
  font-weight: 500;
}
.footer{
  padding: 20px 0px;
  background-color: var(--black);
  margin-top: 50px;
}
.footer .container{
  text-align: center;
}
.footer .container span{
  color: var(--white);
  margin: 0px auto;
}
#mytooltip{
  display: inline-block;
  color: var(--white);
  background-color: var(--black);
  border-radius: 30px;
  width: 19px;
  cursor: pointer;
}
.first-screen,.product-screen{
  position: relative;
  /* box-shadow: 0px -100px 100px 100px rgba(37, 37, 37, 0.2) inset; */
}
.product-image{
  margin-bottom: 20px;
}
.mouse{
  position: absolute;
  opacity: 0.5;
}
#img1 {
        top: 10px;
        left: 20px;
      }
#img2 {
        bottom: 80px;
        right: 80px;
        height: 150px;
        width: 150px;
      }
      .header{
        background-color:var(--red);
      }

      .header .container{
        justify-content: space-between;
        padding: 20px 0px;
        align-items: center;
        flex-wrap: wrap;
      }
      .logo-block{
        width: 80px;
      }
      .logo-block img{
        width: 100%;
      }
      .header .container p{
        color: var(--white);
        font-weight: 600;
        font-size: 20px;
        text-align: center;
      }
#result{
  flex-direction: column !important;
}
#loader img{
  width: 100%;
}
.muzhik{margin-right: 250px;}