.hero {
    background: #ffffff url('../img/c173.png') no-repeat center top;
    width: 100%;
    border-bottom: 0px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    height: 580px;
    overflow: hidden;
}
.hero__content {
    padding-top: 20px;
}
.hero__left{
    width: 350px;
}
.hero__center{
    width: 340px;
}
.hero__right{
    width: 330px;
    position: relative;
}
.countdown {
    text-align: center;
        background-color: rgba(255, 255, 255, 1);
    width: 290px;
    height: 185px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
padding:         20px 0px 80px;
}
.hero__slider-wrap{
    display: block;
    width: 100%;
}
.countdown__content {
    border-top: 2px solid #d2b27d;
    margin-top: 10px;
    padding: 20px;
}
.countdown__item {
    display: inline-block;
    border: 2px solid #d2b27d;
    width: 50px;
    height: 45px;
    border-radius: 5px;
    text-align: center;
}
.countdown__number {
    position: relative;
    text-align: center;
    color: goldenrod;
    font-size: 3.4em;
    font-family: 'k-bold';
    padding-top: 8px;
}
.countdown__number::after {
    content: ':';
    font-family: 'k-regular';
    color: #d2b27d;
    position: absolute;
    right: -12px;
    top: 10px;
}
.swiper-container {
}      
#slidr h5{
    margin-bottom: 20px;
}
#slidr>li{
    width: 340px;
    height: 370px;
    display: block;
    text-align: center;
}
aside[id*="-breadcrumbs"]{
    width: 100%;
    text-align: center;
}
.countdown__item:last-child .countdown__number::after {
    display: none;
}
.countdown__label {
    font-size: 1.5em;
}
.promo__collaj{
    position: absolute;
    bottom: 310px;
    left: 32px;


}
.promo {
    text-align: center;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}
.promo__overlay {
    background-color: rgba(255, 255, 255, 1);
    width: 290px;
    padding: 20px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  border-radius: 10px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.promo__button{
    font-size: 2.4em;
}
input[type="text"].promo__input {
    height: 45px;
    border-color: #ff067f;
    margin: 20px 0;
}
.promo__text {
    display: block;
    margin-bottom: 13px;
    margin-top: 80px;
    text-transform: inherit;
}
.promo__submit {
    font-size: 2em;
    font-weight: 300;
}
.hero__button {
    position: relative;
    margin: 20px auto;
    display: block;
    width: 300px;
    font-size: 2.2em;
    line-height: 35px;
    height: 55px;
    padding-left: 15px;
    padding-right: 40px;
}
.what {
    padding: 110px 0;
    background: #ffffff url('../img/c177.png') no-repeat center top;
    width: 100%;
    margin-left: -70px;
    margin-top: 0px;
}
.doplogo {
    position: absolute;
    top: 830px;
    right: 50px;
}
.what__text {
    width: 610px;
    font-size: 8px;
}
.what__content {
    margin-top: 20px;
}
.what__text p {
    font-size: 2em;
    line-height: 1.3;
    padding: 10px 0;
}
.what__text strong {
    font-weight: 500;
    font-family: "k-bold";
}
.what__text small {
    font-size: 70%;
}
.what__img {
    padding-top: 0px;
    width: 500px;
    text-align: center;
    margin-left: -140px;
}
.what__img > img {
    position: absolute;
    top: 830px;
    right: 32px;
}
.what__button {
    margin-left: 10px;
    padding: 5px 60px;
}
.steps {
    text-align: center;
    color: #fff;
    padding: 40px 0;
    background: #ffffff url('../img/c171.png') no-repeat center top;
    width: 100%
}
.steps__content {
    margin-top: 20px;
    margin-bottom: 50px;
}
.steps__item {
    display: inline-block;
    width: 340px;
}
.steps__count {
    display: inline-block;
    width: 190px;
    height: 190px;
    line-height: 190px;
    text-align: center;
    background-image: url('../img/romb14.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;
}
.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;
    color: #FFF;
    background: #ffffff url('../img/c172.png') no-repeat center top;
}
.follow_white {
    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;
}
.follow__button:hover {
    background-color: #348FFF;
    border-color: #348FFF;
}
/*.alert-success{
    font-size: 14px;
}*/

.agent-reg-field{
    display: none;
}
