@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body {
    font-family: "Roboto", sans-serif;
}

h1, h2 {
    padding: 0 15px;
}

.s1 {
    background: url(../img/bg1.jpg), no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
}

.s1 .container {
    position: relative;
}

.s1 .sport-man {
    height: 110%;
    position: absolute;
    left: -150px;
    top: -20px;
}

.s1 h1 {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
}

.s1 h2 {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

.s1 .list {
    padding: 20px 0 0 30px;
    color: #fff;
    list-style: none;
}

.s1 .list li {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bolder;
}

.s1 .price-block {
    margin-top: 40px;
    padding-right: 40px;
    text-align: right;
}

.s1 .price-block .old-price {
    display: inline-block;
    position: relative;
    color: #f5a900;
    font-size: 36px;
    font-weight: bolder;
}

.s1 .price-block i {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 5px;
    background: #e63c2e;
}

.s1 .price-block .new-price {
    display: inline-block;
    padding-left: 10px;
    font-size: 56px;
    font-weight: bolder;
    color: #fff;
}

.s1 .price-block .spec {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    color: red;
}

.s1 .form {
    padding-left: 40px;
}

.s1 .form form {
    background: url(../img/form_bg.png) repeat-y right 0 #ff0013;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 30px 15px 15px;
}

.s1 .form form .form-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: bolder;
}

.s1 .form form .form-title div:first-child {
    font-size: 14px;
}

.s1 .form form .form-title div:last-child {
    color: #fff;
    margin-bottom: 10px;
}

.form select,
.form input {
    background: #fff;
    color: #7c7c7c;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: none;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/select.png) no-repeat 98% center #fff;
}

.form .form-delivery {
    margin-bottom: 10px;
    font-size: 16px;
}

.form .form-delivery p {
    color: #fff;
    margin: 0;
}

.order-btn {
    background: #fdd000; /* Old browsers */
    background: -moz-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd000), color-stop(50%, #fdd000), color-stop(51%, #fdc52f), color-stop(100%, #d6902a), color-stop(100%, #d6902a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdd000 0%, #fdd000 50%, #fdc52f 51%, #d6902a 100%, #d6902a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd000', endColorstr='#d6902a', GradientType=0); /* IE6-9 */
    color: #0a1828;
    text-transform: uppercase;
    font-size: 20px;
    height: 40px;
    border: none;
    border-right: 1px solid #0a1828;
    border-bottom: 1px solid #0a1828;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.order-btn:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.s2 {
    background: #000;
    min-height: 600px;
    position: relative;
    margin-top: -2px;
}

.s2 .billet {
    position: absolute;
    left: -150px;
    top: -30px;
    width: 1200px;
}

.s2 .man-woman {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.s2 h1 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}

.s2 h1 span {
    font-size: 72px;
}

.s2 h2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

.s2 .c-list {
    position: relative;
    z-index: 2;
}

.s2 .count-list,
.s3 .count-list {
    list-style: none;
    color: #fff;
    padding: 0;
    counter-reset: num;
}

.s2 .count-list li,
.s2 .jackdaw-list li,
.s3 .count-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
    font-size: 20px;
}

.s2 .count-list li span,
.s2 .jackdaw-list li span {
    text-transform: uppercase;
}

.s2 .count-list li:before,
.s3 .count-list li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    counter-increment: num;
    content: counter(num);
    font-size: 16px;
    border-radius: 50%;
    background: #f5aa00;
    color: #000;
    padding: 0 6px;

    font-weight: bolder;
}

.s2 .jackdaw-list {
    list-style: none;
    color: #ffbc3d;
    padding: 0;
}

.s2 .jackdaw-list li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/list_marker.png) no-repeat;
    width: 23px;
    height: 24px;
    content: "";
}

.s3 {
    background: url(../img/bg3.png) no-repeat #000;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 100px;
    margin-top: -1px;
    z-index: 1;
}

.s3 .bottom-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.s3 h1 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}

.s3 h1 span {
    font-size: 72px;
}

.s3 h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

.s3 h2 span {
    font-size: 48px;
}

.s3 .count-list {
    margin-top: 10px;
}

.s3 .count-list li span {
    display: block;
}

.s4 {
    background: #f70000;
    padding-bottom: 20px;
    margin-top: -1px;
    z-index: 1;
    position: relative;
}

.s4 .form .form-title {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.s4 .form input:last-child {
    margin-left: 10px;
}

.s4 .clock-title,
.s4 .offer-info {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
}

.s4 .offer-info {
    margin: 10px 0;
    font-size: 16px;
    font-weight: normal;
}

.s4 .clocks {
    zoom: 1.5;
}

.clocks > div {
    float: left;
    background: url('../img/clock.png') 0 0 no-repeat;
    background-size: 40px 50px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    color: #cecece;
    margin-right: 1px;
    padding-left: 7px;
    position: relative;
}

.clocks > div span {
    position: absolute;
    bottom: -50px;
    left: 0;
    color: #fff;
    font-size: 14px;
    width: 80px;
    text-align: center;
}

.clocks .margin {
    margin-right: 10px;
}

.clocks span {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin: 10px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Landscape phone to portrait tablet */
@media (max-width: 991px) {
    .s1 .sport-man, .s2 .man-woman, .s2 .billet {
        display: none;
    }

    h1, h2 {
        text-align: center;
    }

    .s1 h1 {
        font-size: 45px;
    }

    .s1 h2 {
        font-size: 32px;
    }

    .s1 .list {
        padding-left: 0;
		text-align: center;
    }
	
	.s1 .price-block {
        text-align: center;
        margin: 20px 0;
        padding-right: 0;
    }

    .s1 .form,
    .s4 .form {
        padding: 0;
        width: 280px;
        margin: 0 auto;
    }

    .s1 .form{
        width: 450px;
    }

    .s2 h1 {
        font-size: 32px;
    }

    .s2 h1 span {
        font-size: 36px;
    }

    .s3 h1 {
        font-size: 32px;
    }

    .s3 h1 span {
        font-size: 45px;
    }

    .s3 h2 {
        font-size: 24px;
    }

    .s3 h2 span {
        font-size: 32px;
    }

    .s3 img {
        margin: 0 auto;
    }

    .s4 {
        padding: 20px 0 30px;
    }

    .s4 .clock-block {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .s4 .clocks {
        width: 265px;
        margin: 0 auto;
        zoom: 1;
    }

    .s4 .clock-title, .s4 .offer-info {
        text-align: center;
    }

}

/* Landscape phones and down */
@media (max-width: 480px) {
    .s1 h1 {
        font-size: 34px;
    }
	
	.s1 .list li {
        font-size: 18px;
    }

    .s1 .form{
        width: 280px;
    }
    
}
.footer {
background:black!important;
color:white!important;
}