/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}

*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input{outline: none; padding: 0; border: 0; margin: 0;}

body{
    position: relative;
    width: 100%;
    min-width: 1000px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    color: #333;
    font-weight: 400;
    overflow-x:hidden;
}
b, strong{font-weight: 700;}
.container {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.green-btn {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to top, #75af27, #89cf2e);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0 #56831c;
    -moz-box-shadow: 0 3px 0 #56831c;
    box-shadow: 0 3px 0 #56831c;
    top: 0;
    transition: top 300ms, box-shadow 300ms;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
}

.green-btn:hover {
    cursor: pointer;
    top: 10px;
    -webkit-box-shadow: 0 0 0 #56831c;
    -moz-box-shadow: 0 0 0 #56831c;
    box-shadow: 0 0 0 #56831c;
}
.clearfix:after{content: '';display: block;clear: both;}

.block-1 {
    background: url("../images/bg-1.jpg") center top no-repeat;
    padding: 0 20px;
    height: 650px;
}
.block-1 ul.menu{
    position: relative;
    height: 60px;
    padding: 15px 0 0 280px;
}
.block-1 ul.menu>li{
    position: relative;
    float: left;
    margin-right: 40px;
}
.block-1 ul.menu>li a{
    color: #fefefe;
    text-decoration: none;
}
.block-1 ul.menu>li:hover{
    border-bottom: 1px dotted #fefefe;
}
.block-1 .block-info{
    position: relative;
    padding-top: 45px;
}
.block-1 h1 {
    float: left;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2em;
}

.block-1 .sale {
    position: relative;
    float: right;
    width: 360px;
    background-color: #ffffff;
    padding: 30px 20px;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    -moz-box-shadow:    0px 1px 8px 0px rgb(232, 128, 48);
    box-shadow:         0px 1px 8px 0px rgb(232, 128, 48);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}
.block-1 .sale h2{
    position: relative;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 1em;
    font-weight: 700;
}
.block-1 .sale span.orange{
    position: absolute;
    display: block;
    width: 134px;
    height: 32px;
    right: 0px;
    top: 14px;
    margin: 0px -38px 0 0px;
    background: #84C72C;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    font-size: 24px;
    z-index: 559;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block-1 .sale>p{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 25px;
}
.block-1 .sale>p span{
    display: inline-block;
    padding: 0px 4px;
    background: #f5f5f5;
    margin-bottom: 4px;
}
.sale .cost{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 25px;
}
.sale .cost>span{
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 32px;
    font-weight: 700;
    line-height: 1em;
}
.sale .cost .old-cost{
    color: #ef7d05;
    text-decoration: line-through;
}
.sale .cost .new-cost{
    font-size: 38px;
}
.sale .cost small{
    font-size: 17px;
}

.block-1 .sale .green-btn {
    padding: 20px 10px;
    font-weight: 700;
    font-size: 24px;
}

.block-2 {
    position: relative;
    padding: 10px 0 60px 0;
    overflow: hidden;
    background: url("../images/map-bg.jpg") center top no-repeat;
}

.block-2 .fact {
    width: 16%;
    margin: 10px 2%;
    float: left;
}

.block-2 h2, .block-3 h2, .block-5 h2, .block-7 h2, .block-11 h2, .block-12 h2, .block-13 h2, .block-14 h2{
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.block-2 p {
    padding-top: 20px;
    text-align: center;
}

.block-3 {
    position: relative;
    background: url("../images/bg-2.jpg") center bottom no-repeat;
    text-align: center;
    padding: 40px 20px;
    height: 560px;
}

.block-3 .girl {
    position: relative;
    width: 370px;
    z-index: 10;
    bottom: 0;
    left: 50%;
    margin-left: -185px;
}
.block-3 .container .questions{
    position: relative;
    width: 95%;
    margin: 0 auto;
}
.block-3 .container .questions .left{
    float: left;
}
.block-3 .container .questions .right{
    float: right;
}
.block-3 .container .questions .left>div, .block-3 .container .questions .right>div {
    position: relative;
    width: 240px;
    background: rgba(255,255,255,0.85);
    padding: 12px;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    -moz-box-shadow:    0px 1px 8px 0px rgb(232, 128, 48);
    box-shadow:         0px 1px 8px 0px rgb(232, 128, 48);
}
.block-3 .container div img.icon {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    margin-top: 5px;
}

.block-3 .container div p {
    padding-left: 42px;
    text-align: left;
}



.block-4 {
    position: relative;
    background: url("../images/grey-bg.jpg") center bottom no-repeat;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px;
}
.block-4 .container{
    width: 55%;
}
.block-4 img {
    position: relative;
    display: block;
    float: right;
    margin-top: -20px;
    margin-right: 50px;
}
.block-4 .container h2{
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    color: #fefefe;
    padding-bottom: 30px;
}
.block-4 .container h3{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: left;
    color: #FFE619;
}
.block-4 .container .clearfix{
    padding-bottom: 30px;
}
.block-4 .arrow {
    height: 70px;
    width: 50px;
    position: absolute;
    left: 100px;
    top: 280px;
    z-index: 30;
}

.block-4 .green-btn {
    z-index: 20;
    width: 370px;
    margin: 0 auto;
    text-transform: uppercase;
}

.block-5 {
    position: relative;
    padding: 40px 0 100px;
    background: url("../images/bg-3.jpg") center bottom no-repeat;
}

.block-5 h1 {
    font-family: "SegoeUILight", sans-serif;
    font-size: 1.5em !important;
    color: #2c2c2c;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    font-weight: normal;
    top: 30px;
    margin-bottom: 40px;
}

.block-5 .yellow-line {
    position: relative;
    margin: 30px 50px 0 350px;
    padding-left: 200px;
    text-align: left;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 1%, #ffe300 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 1%,#ffe300 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 1%,#ffe300 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    height: 46px;
    line-height: 46px;
    font-weight: 700;
    font-size: 26px;
}
.block-5 ul.list {
    position: relative;
    width: 400px;
    margin-left: 460px;
    list-style-type: none;
}

.block-5 ul.list li {
    padding: 10px 10px 0;
    z-index: 20;
    margin-top: 30px;
    overflow: hidden;
}

.block-5 ul.list li img {
    position: relative;
    display: block;
    float: left;
    width: 60px;
    height: auto;
}

.block-5 ul.list li p {
    padding-left: 80px;
    text-align: left;
}

.block-5 ul.list li p b span {
    border-bottom: 1px solid #FFE300;
}

.block-7 {
    position: relative;
    padding: 40px 0;
    text-align: center;
}
.block-7 h3{
    position: relative;
    padding-top: 30px;
}
.block-8 {
    padding-top: 30px;
    padding-bottom: 20px;
    background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, #f0f0f0 100%);
}

.block-8 h1 {
    font-family: "Arial", sans-serif;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.5em !important;
}

.block-10 {
    position: relative;
    background: url("../images/bg-4.jpg") center top no-repeat;
    text-align: left;
    height: 570px;
    padding-top: 40px;
}
.block-10 .title{
    position: relative;
    height: 148px;
}
.block-10 h2, .block-10 h3 {
    font-size: 34px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}
.block-10 h3{
    padding-top: 8px;
    text-transform: none;
    font-size: 22px; 
    font-weight: 700;
}
.block-10 .sale {
    position: relative;
    width: 400px;
    padding: 20px 30px;
    text-align: center;
}

.block-10 .sale h4 {
    position: relative;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 1em;
    font-weight: 700;
}
.block-10 .sale .cost{
    padding-bottom: 20px;
}
.block-10 .sale>p{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
}
.block-10 .sale>p span{
    display: inline-block;
    padding: 0px 4px;
    background: #f5f5f5;
    margin-bottom: 4px;
}


.block-11{
    position: relative;
    padding: 40px 0;
}

.block-11 h3 {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 1%, #ffe300 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 1%,#ffe300 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 1%,#ffe300 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    height: 42px;
    line-height: 42px;
    font-weight: 700;
    font-size: 22px;
}
.block-11 .slider-cont{
    position: relative;
    width: 850px;
    margin: 0 auto;
    margin-top: 60px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    overflow: hidden;
    z-index: 99;
}
.block-11 .slider-cont .slider-item{
    position: relative;
    float: left;
    text-align: center;
}
.block-11 .slider-item img{
    position: relative;
    display: block;
    margin: 0 auto;
}
.block-11 .slider-item h4{
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 22px;
}
.block-11 .slider-item .name{
    padding-top: 10px;
    font-weight: 500;
}
.block-11 .yellow-lane {
    height: 50px;
    width: 100%;
    background-color: #fbe201;
    position: absolute;
    top: 380px;
    left: 0;
}
.block-11 .arrow {
    position: absolute;
    top: 330px;
    width: 62px;
    height: 62px;
    z-index: 999;
    cursor: pointer;
}

.block-11 .arrow:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.block-11 .arrow.arrow-left {
    left: 170px;
    background: url("../images/arrow-slider-left-black.png") 0 0 no-repeat;
}

.block-11 .arrow.arrow-right {
    right: 170px;
    background: url("../images/arrow-slider-right-black.png") 0 0 no-repeat;
}

.block-12 {
    position: relative;
    padding: 40px 0;
    background: url("../images/bg-or.jpg") center top no-repeat;
}

.block-12 .fact {
    width: 29%;
    margin: 10px 2%;
    float: left;
    text-align: center;
}

.block-12 .fact img {
    position: relative;
    display: block;
    width: 118px;
    height: auto;
    margin: 0 auto;
}
.block-12 .fact h4{
    padding-top: 30px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.block-12 p {
    padding-top: 10px;
}

.block-13 {
    position: relative;
    padding: 40px 0;
}

.block-13 .offer {
    position: relative;
}
.block-13 .offer .steps{
    position: relative;
    height: 400px;
}
.block-13 .offer .steps .step {
    width: 390px;
    margin-right: 2%;
    position: absolute;
}

.block-13 .offer .steps .step div {
    position: relative;
    width: 390px;
    padding: 12px 0 0 120px;
    text-align: left;
}

.block-13 .offer .steps .step div h4{
    font-size: 22;
    font-weight: 700;
    text-transform: uppercase;
}

.block-13 .offer .steps .step img {
    position: relative;
    display: block;
    width: 100px;
    float: left;
}

.block-13 .offer .steps .step-1 {
    top: 30px;
    left: 50px;
}

.block-13 .offer .steps .step-2 {
    top: 240px;
    left: 148px;
}

.block-13 .offer .steps .step-3 {
    top: 30px;
    left: 500px;
}

.block-13 .offer .steps .step-3 div {
    width: 390px;
}

.block-13 .offer .steps .step-4 {
    top: 240px;
    left: 600px;
}

.block-13 .offer .dashed-arrow-1 {
    position: absolute;
    top: 140px;
    left: 92px;
}

.block-13 .offer .dashed-arrow-2 {
    position: absolute;
    top: 130px;
    left: 324px;
}

.block-13 .offer .dashed-arrow-3 {
    position: absolute;
    top: 140px;
    left: 550px;
}

.block-14 {
    position: relative;
    padding: 40px 0;
    background: url("../images/bg-or.jpg") center top no-repeat;
    background-size: cover;
}

.block-14 .sale {
    position: relative;
    background: url("../images/bg-5.jpg") left bottom no-repeat #fff;
    height: 500px;
    padding: 30px;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(232, 128, 48);
    -moz-box-shadow:    0px 1px 8px 0px rgb(232, 128, 48);
    box-shadow:         0px 1px 8px 0px rgb(232, 128, 48);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}
.block-14 .sale span.orange{
    position: absolute;
    display: block;
    width: 134px;
    height: 32px;
    right: 0px;
    top: 14px;
    margin: 0px -38px 0 0px;
    background: #84C72C;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    font-size: 24px;
    z-index: 559;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block-14 .sale .left{
    position: relative;
    float: left;
    width: 460px;
    text-align: left;
}
.block-14 .sale h3{
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
}
.block-14 .sale .arrow {
    position: absolute;
    left: -10px;
    top: 74px;
}
.block-14 .sale .left>p{
    padding-top: 4px;
}
.block-14 .sale .left .cost{
    width: 80%;
    padding-top: 20px;
    margin: 0;
    text-align: center;
}
.block-14 .sale .left .cost .new-cost{
    background: #f5f5f5;
    padding-top: 6px;
    margin-top: -6px;
}
.block-14 .sale .right{
    position: relative;
    float: right;
    width: 460px;
    text-align: left;
}
.block-14 .sale .timer-title{
    position: relative;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.countbox{padding: 0;margin:0 auto;line-height: 1.2;color: #fff; font-size: 34px; width: 252px; padding-top: 15px; height: 120px; font-weight: 300; text-align: center;}
.countbox .countbox-num{float: left; width:70px; height: 70px; line-height: 26px;}
.countbox .countbox-space{float: left; width: 20px; height: 70px; }
.countbox .countbox-space:before{content: '\003A'; font-weight: 400; color: #222; line-height: 70px;}
.countbox-hours,.countbox-mins,.countbox-secs{text-align: center;background: #ef7d05; margin: 0; height: 70px;width: 70px;z-index:1; line-height: 70px;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; border-bottom: 2px solid #b8660f; font-weight: 500;}
.countbox-hours-text,.countbox-mins-text,.countbox-secs-text{background-position: center;background-repeat:no-repeat;position: absolute;height: 15px;width: 70px; color: #222; font-size: 15px; text-align: center;}

.block-14 .callback-form{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.block-14 form>div{
    padding-top: 10px;
}
.block-14 input, .block-14 button{
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
}
.block-14 input, .block-14 select{
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 10px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #aaa;
}
.block-14 button{
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 10px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to top, #75af27, #89cf2e);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0 #56831c;
    -moz-box-shadow: 0 3px 0 #56831c;
    box-shadow: 0 3px 0 #56831c;
    position: relative;
    top: 0;
    transition: top 300ms, box-shadow 300ms;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
}
.block-14 button:hover {
    cursor: pointer;
    top: 10px;
    -webkit-box-shadow: 0 0 0 #56831c;
    -moz-box-shadow: 0 0 0 #56831c;
    box-shadow: 0 0 0 #56831c;
}
.footer{
    position: relative;
    padding: 20px 0;
    text-align: center;
}