*,*::before,*::after{
  box-sizing: border-box;
}
body{
  overflow-x: hidden;
  position: relative;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  background: #D01D1D;
}
.overflow{
  overflow: hidden;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
a,button{
  color: inherit;
  transition: .3s;
}
b,strong{
  font-weight: 900;
}
h1{
  margin: 0;
  color: #ffffff;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.2;
}
h2{
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
}
.d-flex{
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-none{
  display: none;
}
.align-items-center{
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-end{
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
.justify-content-center{
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-end{
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important;
}
.justify-content-between{
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.flex-wrap{
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-row-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-uppercase{
  text-transform: uppercase;
}
.w-100{
  width: 100%;
}
.w-50{
  width: 50%;
}
.wrapper{
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.gift{
  position: absolute;
  display: block;
}
.gift-red{
  color: #030202;
  opacity: .8;
}
.gift-white{
  color: #ffffff;
}
.page-header .logo{
  max-width: 360px;
  margin: 40px auto auto;
}
.section-top{
  padding-top: 100px;
  padding-bottom: 60px;
}
.section-top .wrapper{
  position: relative;
}
.section-top .text{
  padding-bottom: 80px;
  font-size: 24px;
}
.section-top .text p{
  margin: auto;
}
.section-top .gift-1{
  left: 5%;
  top: -10%;
}
.section-top .gift-2{
  left: 1%;
  top: 30%;
}
.section-top .gift-3{
  left: 19%;
  top: 11%;
}

.section-top .gift-4{
  left: 26%;
  top: -17%;
}
.section-top .gift-5{
  left: 10%;
  top: 58%;
}
.section-top .gift-6{
  top: 5%;
  right: 10%;
}
.section-top .gift-7{
  top: 45%;
  right: 15%;
}
.section-top .gift-8{
  right: -2%;
  top: 21%;
}
.section-top .gift-9{
  right: 0;
  top: -6%;
}
.section-top .gift-10{
  right: 25%;
  top: -18%;
}



.angle-25{
  transform: rotate(25deg);
}
.angle-32{
  transform: rotate(32deg);
}
.angle-66{
  transform: rotate(66deg);
}
.angle-120{
  transform: rotate(120deg);
}
.angle-250{
  transform: rotate(250deg);
}
.angle-345{
  transform: rotate(345deg);
}
.list{
  max-width: 1000px;
  margin: 80px auto;
  font-size: 28px;
  font-weight: 400;
  list-style-position: inside;
}
.list-m li + li{
  margin-top: 30px;
}
.list p{
  margin: 0;
}
.list .image{
  margin: 20px auto;
  max-width: 460px;
  overflow: hidden;
  border-radius: 25px;
}
.form{
  max-width: 760px;
  margin: 20px auto 80px;
}
.form .form-input,
.form .form-button{
  color: #120808;
}
.form .form-input{
  width: 100%;
  padding: 15px 34px;
  font-size: 24px;
  border-radius: 130px;
  border: 2px solid;
}
.form .form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #120808;
}
.form .form-input::-moz-placeholder { /* Firefox 19+ */
  color: #120808;
}
.form .form-input:-ms-input-placeholder { /* IE 10+ */
  color: #120808;
}
.form .form-input:-moz-placeholder { /* Firefox 18- */
  color: #120808;
}
.form .form-button{
  padding: 16px 100px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 30px;
  border: 2px solid;
  cursor: pointer;
}
.form .form-check{
  position: relative;
  font-size: 18px;
}
.form .form-check a{
  text-decoration: underline;
}
.form .form-check a:hover{
  text-decoration: none;
}
.form .form-check-input{
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  visibility: hidden;
  z-index: -1;
}
.form .form-check-label{
  margin-left: 26px;
}
.form .form-check-label a{
  color: inherit;
}
.form .form-check-label:before{
  content: '';
  flex: 0 0 auto;
  display: block;
  width: 36px;
  height: 36px;
  background: #ffffff;
  margin-right: 15px;
  border: 2px solid #000000;
  border-radius: 10px;
}
.form .form-check-input:checked + .form-check-label:after{
  content: '';
  position: absolute;
  left: 32px;
  display: block;
  width: 24px;
  height: 24px;
  background: #120808;
  border-radius: 6px;
}
.form .form-row + .form-row{
  margin-top: 20px;
}
.form-check-input:focus,.form-input:focus{
  outline: 0;
  box-shadow: none;
}
.view-results{
  max-width: 1000px;
  margin: 100px auto;
  padding: 40px 140px 40px 80px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
  background: #ffffff;
}
.view-results-qr{
  flex: 0 0 auto;
  margin-right: 20px;
  max-width: 240px;
}
.view-results-info{
  color: #030202;
  font-size: 24px;
  line-height: 1.3;
}
.view-results-info h3{
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
}
.view-results-info p{
}
.view-results-info a{
  color: inherit;
}
.section-salon-addresses{
  margin-bottom: 100px;
  font-size: 18px;
  font-weight: 800;
}
.section-salon-addresses p{
  margin: 0;
}
.section-conditions .wrapper{
  position: relative;
  padding-bottom: 200px;
}
.section-conditions .gift-1{
  left: 20%;
  top: 34%;
}
.section-conditions .gift-2{
  left: 30%;
  top: 37%;
}
.section-conditions .gift-3{
  right: 26%;
  top: 35%;
}
.section-conditions .gift-4{
  right: 18%;
  top: 57%;
}
.section-conditions .gift-5{
  left: 12%;
  top: 67%;
}
.section-conditions .gift-6{
  right: 29%;
  top: 80%;
}
.section-conditions .gift-7{
  right: 46%;
  top: 85%;
}
.section-conditions .gift-8{
  left: 29%;
  top: 80%;
}
.section-form{
  position: relative;
  padding-bottom: 100px;
}
.section-form .gift-1{
  left: 20%;
  bottom: 8%;
}
.section-form .gift-2{
  left: 44%;
  bottom: 0;
}
.section-form .gift-3{
  right: 26%;
  bottom: 10%;
}
.section-form .gift-4{
  left: 53%;
  bottom: -3%;
}
.page-footer{
  padding-bottom: 60px;
  font-size: 18px;
}
.page-footer .wrapper > div + div{
  margin-top: 40px;
}
