/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

html{
    font-size: 20px;
    line-height: 22px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background: #2391ca ;
    color: #344046;
    min-width: 320px;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main-wrap{
    width:100%;
    max-width: 480px;
    margin:0 auto;
    padding:0 10px;
}
.wrapper-hidden{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.wrapper{
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 460px;
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

li {
    line-height: 20px;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}
.block1{
    width:100%;
}
.block1__title {
    height: 90px;
    background: #15354d;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 47px;
    font-family: "PT Sans Narrow", sans-serif;
    color: #ffffff;
    line-height: 41px;
}
.block1__title span{
    white-space: nowrap;
}
.block1__title span span{
    color:#d02247;
}
.block2{
    background:url('../img/img1.jpg') center top  no-repeat;
    background-size:100%;
    height:471px;
    width:100%;
}
.block2 .block2__form{
    background:#ffffff;
    display: inline-block;
    width: 96%;
    margin:451px 2%;
}
.block2 .block2__form input, .block2 .block2__form select{
    width:90%;
    padding:7px;
    border:1px solid #aaaa8b;
    color:#afc04f;
    margin:10px 5%;
    height: 40px;
}
.block2 .block2__form button{
    width: 90%;
    height:50px;
    background-image: -moz-linear-gradient( 90deg, rgb(108,157,2) 26%, rgb(211,236,62) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(108,157,2) 26%, rgb(211,236,62) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(108,157,2) 26%, rgb(211,236,62) 100%);
    border:none;
    border-radius:5px;
    margin:10px 5%;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color:#ffffff;
    font-size:23px;
    font-weight: 300;
}
.block2 .block2__form button span{
    color:#ffea00;
}
.block3{
    width:100%;
}
.block2__price{
    position: absolute;
    top:304px;
    left:220px;

}
.block2__price .newprice {
    display: inline-block;
    margin-right: 15px;
}
.block2__price .newprice span {
    font-size: 25px;
    color: #a40f39;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    width: 120px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 4px;
}
.block2__price .oldprice {
    display: block;
}
.block2__price .oldprice span {
    font-family: "PT Sans Narrow", sans-serif;
    font-size:15px;
    color:#d1ed32;
    text-transform: uppercase;
}
.block2__price .oldprice span {
    font-size:25px;
    color:#ffffff;
    font-weight: normal;    
}
.block2__price .oldprice span {
  
    text-decoration: line-through;
}
.oldprice_txt {
    display: inline-block;
    font-family: "PT Sans Narrow", sans-serif;
    font-size:15px;
    color:#d1ed32;
    margin-left:20px;
    text-transform: uppercase;
}
.block3{
    display: inline-block;
    width:100%;
    color:#ffffff;
    margin-top:280px;
}
.block3 .italic{
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size:21px;
    margin-top:25px;
    margin-bottom:25px;

}
.block3 ul{
    background:#1a7fb6;
    padding:10px;
    list-style-type: none;
    margin:0 0 25px 0;
}
.block3 ul li{
    line-height: 45px;
    font-weight: 400;
    font-family: "PT Sans Narrow", sans-serif;
    font-size:25px;
}
.block3 ul li:before{
    content:"";
    background:url("../img/img2.png");
    width:27px;
    height: 27px;
    display: inline-block;
    margin-right:20px;
    margin-left:10px;
    line-height: 45px;
    vertical-align: middle;
}
.block3 .block3__imgtext{
    width:100%;

}
.block3 .block3__imgbefore{
    display: inline-block;
    width:60%;
    font-size: 20px;
    font-weight: normal;
    font-family: "PT Sans Narrow", sans-serif;
    line-height: 30px;
}
.block3 .block3__img{
    background: url('../img/img3.png');
    height: 146px;
    width: 140px;
    display: inline-block;
    margin-right:25px;
    vertical-align: top;
    margin-top:40px;
}
.block4{
    display: inline-block;
    width:100%;
    margin:20px auto 0;
    padding:10px 10px 0;
    background:#ffffff;
}
.block4__title{
    font-size: 24px;
    font-family:"PT Sans Narrow", sans-serif ;
    text-align: center;
    color:#364851;
    text-transform: uppercase;
    font-weight: bold;
    padding:20px 0;
    line-height: 25px;
}
.block4__title span{
    color:#9eb804;
}

.block4 .block4__row{
    width:100%;
    display: inline-block;
    margin-top:15px;
}

.block4 .block4__row .block4__img{
    width:40%;
    display: inline-block;
    font-size:21px;
    font-family: "PT Sans Narrow", sans-serif;
    color:#9eb804;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.block4 .block4__row .block4__img span{
    position: absolute;

}
.block4 .block4__row .block4__text{
    width:45%;
    display: inline-block;
    color:#364248;
    font-size:20px;
    font-family: "PT Sans Narrow", sans-serif;
    line-height: 30px;
}
.block4 .block4__row .block4__text p{
    margin:0;
    padding:0;
}
.block4 .block4__row .block4__text .block4__text_title{
    font-size:25px;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    color:#2391ca;
}
.block4 .block4__row_1 .block4__img{
    background:url('../img/img4.png') left center no-repeat;
    width: 217px;
    height: 184px;
    display: inline-block;
    vertical-align: top;
}
.block4 .block4__row_1 .block4__img span {
    top: 35px;
    left: 132px;
    font-size: 19px;
}
.block4 .block4__row_2 .block4__img span {
    top: 44px;
    left: 121px;
    font-size: 19px;
}
.block4 .block4__row_3 .block4__img span {
    top: 49px;
    left: 109px;
    font-size: 19px;
}


.block4 .block4__row_2 .block4__img{
    background:url('../img/img5.png') left center no-repeat;
    width: 217px;
    height: 184px;
    display: inline-block;
    vertical-align: top;
}

.block4 .block4__row_3 .block4__img{
    background:url('../img/img6.png') left center no-repeat;
    width: 217px;
    height: 184px;
    display: inline-block;
    vertical-align: top;
}
.block5{
    display: inline-block;
    width:100%;
    margin:0 auto;
    background: #f4f7e5;
    padding:5px 0 70px;
}
.block5 .block5__row{
    width:100%;
}
.block5 .block5__row .block5__img{
    background: url('../img/img7.png') center center no-repeat;
    width:418px;
    height:129px;
    text-align: center;
    margin:0 auto;
}
.block5 .block5__row .block5__text{
    width:49%;
    display: block;
    text-align: center;
    font-size:20px;
    font-family: "PT Sans Narrow", sans-serif;
    line-height: 30px;
    padding:0 10px;
    float:left;
}
.block5 .block5__row .block5__text p{
    margin:0;
    padding:0;
}

.block5 .block5__row .block5__text .block5__text_title{
    color:#2391ca ;
    font-size:25px;
    font-family: "PT Sans Narrow" , sans-serif;
    text-align: center;
    margin-top:10px;
}

.block6{
    display: inline-block;
    width:100%;
    background:#ffffff;
    margin-top:-32px;

}

.block6 .wrapper{
    background: #d4f033;
    padding:20px 0;
}
.block6 .block6__img{
    background:url('../img/img8.png');
    width: 460px;
    height: 263px;
    display: inline-block;
    margin-top:-70px;
}
.block6 .block6__img .block6__img_text {
    text-align: center;
    margin-top: 200px;
}
.block6 .block6__img .block6__img_text .block6__row1{
    background: #414a10;
    padding:5px 12px;
    color:#ffffff;
    font-size:32px;
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    display: inline-block;

}
.block6 .block6__img .block6__img_text .block6__row2{
    padding:15px 12px 10px;
    color:#414a10;
    font-size:48px;
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

.block6 .block6__img .block6__img_text .block6__row3{
    padding:5px 12px;
    color:#414a10;
    font-size:36px;
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}
.block6 .block6__row {

        padding:10px;
}
.block6 .block6__row .block6__text{
    font-size:20px;
    font-family:"PT Sans Narrow", sans-serif;
    color: #414a10;
    line-height: 30px;
}
.block6 .block6__row .block6__stat{
    background: url('../img/img9.png');
    width: 429px;
    height: 192px;
    display: inline-block;

}
.block7 {
    margin-top: 50px;
    height: 428px;
}
.block7 .glide ul{
    margin:0;
}
.block7 .block7__slider .glide__arrows{
    top:40px;
    width:100%;
    margin-left:0;
}
.block7 .block7__slider .slider__arrows-item--right {
    top: 50px;
    right: 10px;
    text-align: right;
    padding-right: 25px;
    background: url("../img/slider-next.png") no-repeat right center;
    width: 38px;
    height: 76px;
    border:none;
}
.block7 .block7__slider .slider__arrows-item--left {
    top: 50px;
    left: 10px;
    padding-left: 25px;
    background: url("../img/slider-prev.png") no-repeat 0 center;
    width: 38px;
    height: 76px;
    border:none;
}
.block7 .block7__slider  .block7__author{
    width: 154px;
    height: 171px;
    display: block;
    margin:0 auto;
    text-align: center;
}
.block7 .block7__slider .block7__slide1 .block7__author{
    background: url('../img/auth-1.png');
}
.block7 .block7__slider .block7__slide2 .block7__author{
    background: url('../img/auth-2.png');
}
.block7 .block7__slider .block7__slide3 .block7__author{
    background: url('../img/auth-3.png');
}
.block7 .block7__slider  .block7__slide-text{
    font-size:18px;
    font-family: Georgia, sans-serif;
    font-weight: 200;
    font-style: italic;
    color:#ffffff;
    line-height: 25px;
    text-align: center;
    margin-top:20px;

}
.block7 .block7__slider .block7__slide-name{
    font-size:18px;
    font-family: Georgia, sans-serif;
    font-weight: normal;
    color:#7cd2ff;
    text-align: center;
    padding-top:20px;
    font-style: italic;
}
.block8{
    background: #ffffff;
    padding:15px 15px 2px;
}
.block8 .block8__text-title{
    font-size:25px;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    color:#9eb804;
    padding:20px 0 30px;
    line-height: 40px;
}
.block8 .block8__text{
    font-size: 20px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: normal;
    line-height: 30px;
    color: #344046;
    padding-bottom:40px;
}
.block8 .block8__text-name{
    font-size: 20px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: normal;
    line-height: 30px;
    color: #2391ca;
}
.block8 .block8__image{
    background: url('../img/img10.png')  left bottom no-repeat;
    display: inline-block;
    width: 470px;
    height: 452px;
    margin-left:-30px;
}
.block9{
    background:url("../img/img11.png");
    height: 459px;
    width:460px;
    margin-top: -4px;
}
.block9 .block9__price{
    position: absolute;
    right:52px;
    top:50px;
    width:158px;

}
.block9{
    text-align: center;
}
.block9 .wrapper{
    height:480px;
}
.block9 .block9__price .block9__discount{
    color: #db3737;
    font-size:51px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    line-height:50px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    left: -64px;
    top:15px;
    width:274px;
}
.block9 .block9__price .price{
    font-size:40px;
    color: #a40f39;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    line-height:50px;
    position: absolute;
    top:133px;
    left:-74px;
    text-transform: uppercase;
    width:274px;
    text-align: center;
}
.block9 .block9__price .newprice span{
    margin-left:10px;
}
.block9 .block9__price .oldprice_txt {
    font-size:25px;
    color: #425116;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: normal;
    line-height:50px;
    position: absolute;
    top:205px;
    left:-84px;
    text-align: center;
    text-transform: uppercase;
    width:274px;
}
.block9 .block9__price .oldprice {
    font-weight: bold;
    text-decoration: line-through;
}
..block9 .block9__price .oldprice span:first-child {
     margin-right:10px;
}
.block9 .block9__price .block9__timer-text{
    position: absolute;
    top:345px;
    left:-64px;
    color:#425116;
    width:274px;
    text-align: center;
    text-transform: uppercase;
    font-size:24px;
    font-family: "PT Sans Narrow", sans-serif;

}
.block9 .block9__button{
    font-size:28px;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    color:#a40f39;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,247,35) 26%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,247,35) 26%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,247,35) 26%, rgb(255,255,255) 100%);
    box-shadow: 0px 2px 3px 0px rgba(29, 121, 168, 0.004);
    width:200px;
    height:60px;
    text-align: center;
    vertical-align: middle;
    line-height: 67px;
    text-transform: uppercase;
    display:inline-block;
    margin:10px 0 30px;
    cursor:pointer
}
.block9 .block9__button a{
    text-decoration: none;
    color:#a40f39;
}
.block9 .block9__timer{
    text-align: center;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    width: 274px;
    left:-64px;
    top:275px;

}

.block9 .block9__timer .timer
{
    display: block;
    width: 274px;
    margin: 12px auto;
    padding: 0 0;
}

.block9 .block9__timer .span{
    display: inline-block;
}
.block9 .block9__timer .timer em{
    display: none;
}
.block9 .block9__timer .timebox{
    display: inline-block;
    margin:0 10px;
}
.block9 .block9__timer .timebox span{
    padding: 0 8px;
    background: url("../img/img12.png");
    height: 42px;
    width: 28px;
    display: inline-block;
    font-size: 25px;
    color:#ffffff;
    line-height: 40px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
}

.block10 {
    margin-top:110px;
}
.block10 .block10__text{
    font-family: Georgia, sans-serif;
    font-style: italic;
    color:#77c3ea;
    text-align: center;
    margin:20px 0 20px;
    font-size:18px;
    line-height: 25px;
}
.js__pack {
    max-width:100%;
}
.js__pack img {
    width:100%;
    height: 100%;
}
.pack1 {
    position: absolute;
    width: 223px;
    height: 300px;
    left: -10px;
    top: 150px;
}
.pack1 img {
    width:80%;
    height:80%;
    margin:54px 0 0 24px;
}
.pack2 {
    width: 157px;
    height: 424px;
    top: 130px;
    position: absolute;
}

@media screen and (min-width: 480px){
    .main-wrap{
        min-width:480px;
    }
}

@media screen and ( min-width:320px) and (max-width:479px){
    .block9 .block9__price .oldprice_txt {
        font-size: 20px;
        color: #425116;
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: normal;
        line-height: 50px;
        position: absolute;
        top: 125px;
        left: -64px;
        text-align: center;
        text-transform: uppercase;
        width: 274px;
    }
    .main-wrap{
        max-width: 320px;
    }
.block1__title {
    font-size: 30px;
}
    .pack1 img {
    width: 70%;
    height: 70%;
    margin: 45px 0 0 20px;
    }
    .block2{
        background-size:100%;
    }
.block2__price {
    position: absolute;
    top: 190px;
    left: 141px;
    line-height: 14px;
}
    .block2 .block2__price .oldprice span{
        font-size:16px;
    }
.block2__price .newprice {
    font-size: 18px;
    width: 56px;
}
    .block2 .block2__form{
        margin: 294px 2%;
    }
    .block2__price .oldprice{
        margin-left:8px;
        line-height: 12px;
        font-size:12px;
    }
    .block3{
        margin-top:100px;
    }
.block3 .italic {
    font-size: 19px;
    line-height: 28px;
}
    .block3 ul li{
        font-size:17px;
    }
    .block3 ul li:before{
        background-size: 100%;
        width:20px;
        height:20px;
    }
    .block3 .block3__img{
        background-repeat: no-repeat;
        background-size:100%;
        width:30%;
        margin-right:5%;
    }
    .block3 .block3__imgbefore{
        font-size:15px;
        line-height: 26px;
    }
    .block4 .block4__row .block4__img{
        width:50%;
        background-size:100%;

    }
    .block4 .block4__title{
        font-size:15px;
    }

    .block4 .block4__row .block4__text .block4__text_title{
        font-size:16px;
    }
.block4 .block4__row_1 .block4__img span {
    top: 52px;
    left: 81px;
    font-size: 14px;
    line-height: 18px;
}
.block4 .block4__row_2 .block4__img span {
    top: 56px;
    left: 78px;
    font-size: 14px;
    line-height: 18px;
}
    .block4 .block4__row .block4__text {
    line-height: 22px;
    }
.block4 .block4__row_3 .block4__img span {
    top: 61px;
    left: 70px;
    font-size: 14px;
    line-height: 18px;
}
    .block6 .block6__img .block6__img_text {
    text-align: center;
    margin-top: 160px;
}
    .block4 .block4__row .block4__text{
        font-size:15px;
    }
    .block5 .block5__row .block5__img{
        background-size:100%;
        width:100%;
    }
    .block5 .block5__row .block5__text .block5__text_title{
        font-size:20px;
    }
    .block5 .block5__row .block5__text{
        font-size:14px;
    }
    .block6 .block6__img{
        width:100%;
        background-size:100%;
        background-repeat: no-repeat;
    }
    .block6 .block6__row{
        margin-top:30px;
    }
    .block6 .block6__row .block6__stat{
        width:100%;
        background-size:100%;
        background-repeat: no-repeat;
        height:150px;
    }
.block7 {
    height: 496px;
}
    .block7 .block7__slider .block7__slide-text {
    font-size: 16px;
    line-height: 22px;
    }
    .block8 .block8__text-title{
        font-size:17px;
        line-height:24px;
    }
    .block8 .block8__image{
        background-size:100%;
        background-repeat: no-repeat;
        width:100%;
        height:206px;

    }
    .block9{
        height: 400px;
        background-size:100%;
        width:100%;
        background-repeat: no-repeat;
    }
    .block9 .block9__price .price, .block9 .block9__price .block9__discount, .block9 .block9__price .oldprice, .block9 .block9__price .block9__timer-text{
        width:117%;
        left:-20px;
    }
    .block9 .block9__price{
        right: 6px;
        top:21px;

    }
    .block9 .block9__price .block9__discount{
        font-size: 31px;
        line-height: 33px;
    }
    .block9 .block9__price .price{
        font-size:26px;
        top:91px;
    }
    .block9 .block9__price .oldprice{
        font-size:16px;
        top:137px;
    }
    .block9 .block9__timer{
        top:180px;
        width:200px;
        left:-26px;
    }

    .block9 .block9__timer .timebox{
        display: inline-block;
        margin:0 5px;
    }
    .block9 .block9__timer .timer{
        width:200px;
    }
    .block9 .block9__timer .timebox span{
        padding: 0 8px;
        background: url("../img/img12.png");
        background-size:100%;
        background-repeat: no-repeat;
        height: 36px;
        width: 21px;
        display: inline-block;
        font-size: 15px;
        color:#ffffff;
        line-height: 33px;
        font-family: "PT Sans Narrow", sans-serif;
        font-weight: bold;
    }
.block9 .block9__price .block9__timer-text {
    font-size: 16px;
    top: 229px;
}
    .block9 .wrapper{
        height: 340px;
    }
    .block10{
        margin-top:30px;
    }
.block10 .block10__text {
    font-size: 12px;
}
    .pack1 {
        position: absolute;
        width: 153px;
        height: 200px;
        left: -5px;
        top: 100px;
    }
    .pack2 {
        width: 103px;
        height: 279px;
        top: 86px;
        position: absolute;
    }
    .block2__price .newprice span{
        font-size: 20px;
    }
    .oldprice_txt {
        font-size: 13px;
        margin-left: 0;
        margin-top: 9px;
    }
}

