.hero {
    background: #ffffff url('../img/hero.jpg') no-repeat center center;
    width: 100%;
    height: 540px;
    border-bottom: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
}
.hero__content {
    margin-top: 50px;
}
.countdown {
    width: 320px;
    text-align: center;
}
.countdown__content {
    padding: 0 50px 0 10px;
}
.countdown__item {
    display: inline-block;
}
.countdown__number {
    position: relative;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 5px;
    font-size: 3.4em;
    border: 2px solid #ff067f;
    margin: 20px 0 10px;
}
.countdown__number::after {
    content: ':';
    color: #ff067f;
    position: absolute;
    right: -12px;
    top: -5px;
}
.countdown__item:last-child .countdown__number::after {
    display: none;
}
.countdown__label {
    font-size: 2.1em;
}
.promo {
    padding-top: 10px;
    padding: 10px 5px;
    text-align: center;
    width: 245px;
    height: 190px;
    border-radius: 3px;
    position: relative;
}
.promo__overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 190px;
    top: 0;
    left: 0;
    padding: 50px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 2.3em;
    text-align: center;
    border-radius: 3px;
}
input[type="text"].promo__input {
    height: 45px;
    border-color: #ff067f;
    margin: 20px 0;
}
.promo__text {
    color: #fff;
    display: block;
    margin-bottom: 13px;
}
.promo__submit {
    font-size: 2em;
    font-weight: 300;
}
.hero__button {
    position: relative;
    margin: 132px auto 0;
    display: block;
    width: 400px;
    font-size: 2.4em;
    line-height: 35px;
    height: 55px;
    padding-left: 15px;
    padding-right: 40px;
}
.what {
    padding: 35px 0;
}
.what__text {
    width: 610px;
}
.what__content {
    margin-top: 20px;
}
.what__text p {
    font-size: 2em;
    line-height: 1.3;
    padding: 10px 0;
}
.what__text strong {
    font-weight: 500;
}
.what__text small {
    font-size: 70%;
}
.what__img {
    padding-top: 10px;
    width: 500px;
    text-align: center;
    margin-left: -10px;
}
.what__img > img {
    max-width: 100%;
}
.what__button {
    margin-left: 10px;
    padding: 5px 60px;
}
.steps {
    text-align: center;
    color: #fff;
    padding: 40px 0;
    background-image: url('../img/pattern_snow.png');
}
.steps__content {
    margin-top: 20px;
}
.steps__item {
    display: inline-block;
    width: 270px;
}
.steps__count {
    display: inline-block;
    width: 190px;
    height: 190px;
    line-height: 190px;
    text-align: center;
    background-image: url('../img/step.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 4em;
    margin-bottom: 30px;
}
.steps__title {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 2.2em;
    text-transform: uppercase;
}
.steps__text {
    font-size: 2.1em;
}
.check {
    text-align: center;
    padding: 60px 0;
}
.invite {
    text-align: center;
    padding: 70px 0;
    color: #fff;
    background-image: url('../img/pattern_gift.png');
}
.invite__message {
    float: right;
    width: 280px;
    background-color: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    border-radius: 3px;
    position: relative;
    text-align: left;
}
.invite__message::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -6px;
    top: 25px;
}
.invite__message p {
    margin-bottom: 10px;
}
.check__text {
    margin: 30px 0;
    font-size: 2.2em;
}
.check__form, .invite__form {
    width: 485px;
    display: block;
    margin: 0 auto;
}
.invite__form {
    margin-top: 30px;
}
.check__button, .invite__button {
    font-size: 2.2em;
}
.follow {
    padding: 70px 0 30px;
}
.follow__content {
    width: 640px;
    margin: 40px auto;
}
.follow__button {
    width: 260px;
    height: 55px;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}
.follow__button_vk {
    background-color: #5b74a0;
    border-color: #5b74a0;
}
.follow__button_fb {
    background-color: #3b5a9a;
    border-color: #3b5a9a;
}
.follow__button_up {
    display: block;
    margin: 0 auto;
    background-color: #f1f5fb;
    border-color: #f1f5fb;
    color: #d6dae0 !important;
}
