<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http: */.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em;
}
.fa, .fa-stack {
    display: inline-block;
}
.promo {
    position: absolute;
    width: 140px;
    right: 9px;
    bottom: 65px;
    z-index: 99;
}
.cta-block{
    width:291px;
    margin-right:50px;
    float:right;
    text-align:center
}
.cta-block p{
color:#fcd026;
font-size:24px;
margin:0;
line-height:1.2
}
.cta-block p span{
    color:#fff
}
.btn-wrapper{
    margin-top:5px;
    width:100%;
    height:48px;
    -webkit-border-radius:24px;
    border-radius:24px;
    background-color:#f49602}
.btn-wrapper:hover{
    background-color:#df8902;
    -webkit-box-shadow:0 0 10px 0 rgba(251,222,94,.4);
    box-shadow:0 0 10px 0 rgba(251,222,94,.4)}
.btn-wrapper:hover .btn{
    background:-webkit-gradient(linear,left top,left bottom,from(#e9c103),to(#e7a913));
    background:-webkit-linear-gradient(top,#e9c103,#e7a913);
    background:linear-gradient(to bottom,#e9c103,#e7a913)
}
.l-span{
    font-weight:300
}
.m-span{
    font-weight:500
}
.b-span{
    font-weight:600;
    color:#c10910
}
.btn{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-shadow: 1px -1px 0 #fcd026;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    height: 54px;
    -webkit-border-radius:22px;
    border-radius:22px;
    background:-webkit-gradient(linear,left top,left bottom,from(#f4ca02),to(#f2b113));
    background:-webkit-linear-gradient(top,#f4ca02,#f2b113);
    background:linear-gradient(to bottom,#f4ca02,#f2b113);
    padding-top:12px;-webkit-box-shadow:0 -1px 1px 0 #fff;
    box-shadow:0 -1px 1px 0 #fff}

.fa-inverse, .two {
    color: #fff;
}
.four .block-content, .two .form {
    -webkit-box-shadow: 1.8px 2.4px 3px rgba(0, 0, 0, .22);
}
.fa-ul, .seven ul.left li, .seven ul.right li {
    list-style-type: none;
}
.form-button, .how-to-work .item-title, .nine .item span, .two p span {
    text-transform: uppercase;
}
@font-face {
    font-family: FontAwesome;
    src: url(./fonts/fontawesome/fontawesome-webfont.eot);
    src: url(./fonts/fontawesome/fontawesome-webfont.eot) format("embedded-opentype"), url(./fonts/fontawesome/fontawesome-webfont.woff2) format("woff2"), url(./fonts/fontawesome/fontawesome-webfont.woff) format("woff"), url(./fonts/fontawesome/fontawesome-webfont.ttf) format("truetype"), url(./fonts/fontawesome/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
}
.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em;
}
.fa-ul&gt;li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right, .pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,  mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,  mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-glass:before {
    content: "\f000"}
.fa-music:before {
    content: "\f001"}
.fa-search:before {
    content: "\f002"}
.fa-envelope-o:before {
    content: "\f003"}
.fa-heart:before {
    content: "\f004"}
.fa-star:before {
    content: "\f005"}
.fa-star-o:before {
    content: "\f006"}
.fa-user:before {
    content: "\f007"}
.fa-film:before {
    content: "\f008"}
.fa-th-large:before {
    content: "\f009"}
.fa-th:before {
    content: "\f00a"}
.fa-th-list:before {
    content: "\f00b"}
.fa-check:before {
    content: "\f00c"}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-search-minus:before {
    content: "\f010"}
.fa-power-off:before {
    content: "\f011"}
.fa-signal:before {
    content: "\f012"}
.fa-cog:before, .fa-gear:before {
    content: "\f013"}
.fa-trash-o:before {
    content: "\f014"}
.fa-home:before {
    content: "\f015"}
.fa-file-o:before {
    content: "\f016"}
.fa-clock-o:before {
    content: "\f017"}
.fa-road:before {
    content: "\f018"}
.fa-download:before {
    content: "\f019"}
.fa-arrow-circle-o-down:before {
    content: "\f01a"}
.fa-arrow-circle-o-up:before {
    content: "\f01b"}
.fa-inbox:before {
    content: "\f01c"}
.fa-play-circle-o:before {
    content: "\f01d"}
.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"}
.fa-refresh:before {
    content: "\f021"}
.fa-list-alt:before {
    content: "\f022"}
.fa-lock:before {
    content: "\f023"}
.fa-flag:before {
    content: "\f024"}
.fa-headphones:before {
    content: "\f025"}
.fa-volume-off:before {
    content: "\f026"}
.fa-volume-down:before {
    content: "\f027"}
.fa-volume-up:before {
    content: "\f028"}
.fa-qrcode:before {
    content: "\f029"}
.fa-barcode:before {
    content: "\f02a"}
.fa-tag:before {
    content: "\f02b"}
.fa-tags:before {
    content: "\f02c"}
.fa-book:before {
    content: "\f02d"}
.fa-bookmark:before {
    content: "\f02e"}
.fa-print:before {
    content: "\f02f"}
.fa-camera:before {
    content: "\f030"}
.fa-font:before {
    content: "\f031"}
.fa-bold:before {
    content: "\f032"}
.fa-italic:before {
    content: "\f033"}
.fa-text-height:before {
    content: "\f034"}
.fa-text-width:before {
    content: "\f035"}
.fa-align-left:before {
    content: "\f036"}
.fa-align-center:before {
    content: "\f037"}
.fa-align-right:before {
    content: "\f038"}
.fa-align-justify:before {
    content: "\f039"}
.fa-list:before {
    content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"}
.fa-indent:before {
    content: "\f03c"}
.fa-video-camera:before {
    content: "\f03d"}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"}
.fa-pencil:before {
    content: "\f040"}
.fa-map-marker:before {
    content: "\f041"}
.fa-adjust:before {
    content: "\f042"}
.fa-tint:before {
    content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"}
.fa-share-square-o:before {
    content: "\f045"}
.fa-check-square-o:before {
    content: "\f046"}
.fa-arrows:before {
    content: "\f047"}
.fa-step-backward:before {
    content: "\f048"}
.fa-fast-backward:before {
    content: "\f049"}
.fa-backward:before {
    content: "\f04a"}
.fa-play:before {
    content: "\f04b"}
.fa-pause:before {
    content: "\f04c"}
.fa-stop:before {
    content: "\f04d"}
.fa-forward:before {
    content: "\f04e"}
.fa-fast-forward:before {
    content: "\f050"}
.fa-step-forward:before {
    content: "\f051"}
.fa-eject:before {
    content: "\f052"}
.fa-chevron-left:before {
    content: "\f053"}
.fa-chevron-right:before {
    content: "\f054"}
.fa-plus-circle:before {
    content: "\f055"}
.fa-minus-circle:before {
    content: "\f056"}
.fa-times-circle:before {
    content: "\f057"}
.fa-check-circle:before {
    content: "\f058"}
.fa-question-circle:before {
    content: "\f059"}
.fa-info-circle:before {
    content: "\f05a"}
.fa-crosshairs:before {
    content: "\f05b"}
.fa-times-circle-o:before {
    content: "\f05c"}
.fa-check-circle-o:before {
    content: "\f05d"}
.fa-ban:before {
    content: "\f05e"}
.fa-arrow-left:before {
    content: "\f060"}
.fa-arrow-right:before {
    content: "\f061"}
.fa-arrow-up:before {
    content: "\f062"}
.fa-arrow-down:before {
    content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"}
.fa-expand:before {
    content: "\f065"}
.fa-compress:before {
    content: "\f066"}
.fa-plus:before {
    content: "\f067"}
.fa-minus:before {
    content: "\f068"}
.fa-asterisk:before {
    content: "\f069"}
.fa-exclamation-circle:before {
    content: "\f06a"}
.fa-gift:before {
    content: "\f06b"}
.fa-leaf:before {
    content: "\f06c"}
.fa-fire:before {
    content: "\f06d"}
.fa-eye:before {
    content: "\f06e"}
.fa-eye-slash:before {
    content: "\f070"}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"}
.fa-plane:before {
    content: "\f072"}
.fa-calendar:before {
    content: "\f073"}
.fa-random:before {
    content: "\f074"}
.fa-comment:before {
    content: "\f075"}
.fa-magnet:before {
    content: "\f076"}
.fa-chevron-up:before {
    content: "\f077"}
.fa-chevron-down:before {
    content: "\f078"}
.fa-retweet:before {
    content: "\f079"}
.fa-shopping-cart:before {
    content: "\f07a"}
.fa-folder:before {
    content: "\f07b"}
.fa-folder-open:before {
    content: "\f07c"}
.fa-arrows-v:before {
    content: "\f07d"}
.fa-arrows-h:before {
    content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"}
.fa-twitter-square:before {
    content: "\f081"}
.fa-facebook-square:before {
    content: "\f082"}
.fa-camera-retro:before {
    content: "\f083"}
.fa-key:before {
    content: "\f084"}
.fa-cogs:before, .fa-gears:before {
    content: "\f085"}
.fa-comments:before {
    content: "\f086"}
.fa-thumbs-o-up:before {
    content: "\f087"}
.fa-thumbs-o-down:before {
    content: "\f088"}
.fa-star-half:before {
    content: "\f089"}
.fa-heart-o:before {
    content: "\f08a"}
.fa-sign-out:before {
    content: "\f08b"}
.fa-linkedin-square:before {
    content: "\f08c"}
.fa-thumb-tack:before {
    content: "\f08d"}
.fa-external-link:before {
    content: "\f08e"}
.fa-sign-in:before {
    content: "\f090"}
.fa-trophy:before {
    content: "\f091"}
.fa-github-square:before {
    content: "\f092"}
.fa-upload:before {
    content: "\f093"}
.fa-lemon-o:before {
    content: "\f094"}
.fa-phone:before {
    content: "\f095"}
.fa-square-o:before {
    content: "\f096"}
.fa-bookmark-o:before {
    content: "\f097"}
.fa-phone-square:before {
    content: "\f098"}
.fa-twitter:before {
    content: "\f099"}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"}
.fa-github:before {
    content: "\f09b"}
.fa-unlock:before {
    content: "\f09c"}
.fa-credit-card:before {
    content: "\f09d"}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"}
.fa-hdd-o:before {
    content: "\f0a0"}
.fa-bullhorn:before {
    content: "\f0a1"}
.fa-bell:before {
    content: "\f0f3"}
.fa-certificate:before {
    content: "\f0a3"}
.fa-hand-o-right:before {
    content: "\f0a4"}
.fa-hand-o-left:before {
    content: "\f0a5"}
.fa-hand-o-up:before {
    content: "\f0a6"}
.fa-hand-o-down:before {
    content: "\f0a7"}
.fa-arrow-circle-left:before {
    content: "\f0a8"}
.fa-arrow-circle-right:before {
    content: "\f0a9"}
.fa-arrow-circle-up:before {
    content: "\f0aa"}
.fa-arrow-circle-down:before {
    content: "\f0ab"}
.fa-globe:before {
    content: "\f0ac"}
.fa-wrench:before {
    content: "\f0ad"}
.fa-tasks:before {
    content: "\f0ae"}
.fa-filter:before {
    content: "\f0b0"}
.fa-briefcase:before {
    content: "\f0b1"}
.fa-arrows-alt:before {
    content: "\f0b2"}
.fa-group:before, .fa-users:before {
    content: "\f0c0"}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"}
.fa-cloud:before {
    content: "\f0c2"}
.fa-flask:before {
    content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"}
.fa-paperclip:before {
    content: "\f0c6"}
.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"}
.fa-square:before {
    content: "\f0c8"}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"}
.fa-list-ul:before {
    content: "\f0ca"}
.fa-list-ol:before {
    content: "\f0cb"}
.fa-strikethrough:before {
    content: "\f0cc"}
.fa-underline:before {
    content: "\f0cd"}
.fa-table:before {
    content: "\f0ce"}
.fa-magic:before {
    content: "\f0d0"}
.fa-truck:before {
    content: "\f0d1"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-pinterest-square:before {
    content: "\f0d3"}
.fa-google-plus-square:before {
    content: "\f0d4"}
.fa-google-plus:before {
    content: "\f0d5"}
.fa-money:before {
    content: "\f0d6"}
.fa-caret-down:before {
    content: "\f0d7"}
.fa-caret-up:before {
    content: "\f0d8"}
.fa-caret-left:before {
    content: "\f0d9"}
.fa-caret-right:before {
    content: "\f0da"}
.fa-columns:before {
    content: "\f0db"}
.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-linkedin:before {
    content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"}
.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"}
.fa-comment-o:before {
    content: "\f0e5"}
.fa-comments-o:before {
    content: "\f0e6"}
.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"}
.fa-sitemap:before {
    content: "\f0e8"}
.fa-umbrella:before {
    content: "\f0e9"}
.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"}
.fa-lightbulb-o:before {
    content: "\f0eb"}
.fa-exchange:before {
    content: "\f0ec"}
.fa-cloud-download:before {
    content: "\f0ed"}
.fa-cloud-upload:before {
    content: "\f0ee"}
.fa-user-md:before {
    content: "\f0f0"}
.fa-stethoscope:before {
    content: "\f0f1"}
.fa-suitcase:before {
    content: "\f0f2"}
.fa-bell-o:before {
    content: "\f0a2"}
.fa-coffee:before {
    content: "\f0f4"}
.fa-cutlery:before {
    content: "\f0f5"}
.fa-file-text-o:before {
    content: "\f0f6"}
.fa-building-o:before {
    content: "\f0f7"}
.fa-hospital-o:before {
    content: "\f0f8"}
.fa-ambulance:before {
    content: "\f0f9"}
.fa-medkit:before {
    content: "\f0fa"}
.fa-fighter-jet:before {
    content: "\f0fb"}
.fa-beer:before {
    content: "\f0fc"}
.fa-h-square:before {
    content: "\f0fd"}
.fa-plus-square:before {
    content: "\f0fe"}
.fa-angle-double-left:before {
    content: "\f100"}
.fa-angle-double-right:before {
    content: "\f101"}
.fa-angle-double-up:before {
    content: "\f102"}
.fa-angle-double-down:before {
    content: "\f103"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-angle-up:before {
    content: "\f106"}
.fa-angle-down:before {
    content: "\f107"}
.fa-desktop:before {
    content: "\f108"}
.fa-laptop:before {
    content: "\f109"}
.fa-tablet:before {
    content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"}
.fa-circle-o:before {
    content: "\f10c"}
.fa-quote-left:before {
    content: "\f10d"}
.fa-quote-right:before {
    content: "\f10e"}
.fa-spinner:before {
    content: "\f110"}
.fa-circle:before {
    content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"}
.fa-github-alt:before {
    content: "\f113"}
.fa-folder-o:before {
    content: "\f114"}
.fa-folder-open-o:before {
    content: "\f115"}
.fa-smile-o:before {
    content: "\f118"}
.fa-frown-o:before {
    content: "\f119"}
.fa-meh-o:before {
    content: "\f11a"}
.fa-gamepad:before {
    content: "\f11b"}
.fa-keyboard-o:before {
    content: "\f11c"}
.fa-flag-o:before {
    content: "\f11d"}
.fa-flag-checkered:before {
    content: "\f11e"}
.fa-terminal:before {
    content: "\f120"}
.fa-code:before {
    content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"}
.fa-location-arrow:before {
    content: "\f124"}
.fa-crop:before {
    content: "\f125"}
.fa-code-fork:before {
    content: "\f126"}
.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"}
.fa-question:before {
    content: "\f128"}
.fa-info:before {
    content: "\f129"}
.fa-exclamation:before {
    content: "\f12a"}
.fa-superscript:before {
    content: "\f12b"}
.fa-subscript:before {
    content: "\f12c"}
.fa-eraser:before {
    content: "\f12d"}
.fa-puzzle-piece:before {
    content: "\f12e"}
.fa-microphone:before {
    content: "\f130"}
.fa-microphone-slash:before {
    content: "\f131"}
.fa-shield:before {
    content: "\f132"}
.fa-calendar-o:before {
    content: "\f133"}
.fa-fire-extinguisher:before {
    content: "\f134"}
.fa-rocket:before {
    content: "\f135"}
.fa-maxcdn:before {
    content: "\f136"}
.fa-chevron-circle-left:before {
    content: "\f137"}
.fa-chevron-circle-right:before {
    content: "\f138"}
.fa-chevron-circle-up:before {
    content: "\f139"}
.fa-chevron-circle-down:before {
    content: "\f13a"}
.fa-html5:before {
    content: "\f13b"}
.fa-css3:before {
    content: "\f13c"}
.fa-anchor:before {
    content: "\f13d"}
.fa-unlock-alt:before {
    content: "\f13e"}
.fa-bullseye:before {
    content: "\f140"}
.fa-ellipsis-h:before {
    content: "\f141"}
.fa-ellipsis-v:before {
    content: "\f142"}
.fa-rss-square:before {
    content: "\f143"}
.fa-play-circle:before {
    content: "\f144"}
.fa-ticket:before {
    content: "\f145"}
.fa-minus-square:before {
    content: "\f146"}
.fa-minus-square-o:before {
    content: "\f147"}
.fa-level-up:before {
    content: "\f148"}
.fa-level-down:before {
    content: "\f149"}
.fa-check-square:before {
    content: "\f14a"}
.fa-pencil-square:before {
    content: "\f14b"}
.fa-external-link-square:before {
    content: "\f14c"}
.fa-share-square:before {
    content: "\f14d"}
.fa-compass:before {
    content: "\f14e"}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"}
.fa-eur:before, .fa-euro:before {
    content: "\f153"}
.fa-gbp:before {
    content: "\f154"}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"}
.fa-inr:before, .fa-rupee:before {
    content: "\f156"}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"}
.fa-krw:before, .fa-won:before {
    content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"}
.fa-file:before {
    content: "\f15b"}
.fa-file-text:before {
    content: "\f15c"}
.fa-sort-alpha-asc:before {
    content: "\f15d"}
.fa-sort-alpha-desc:before {
    content: "\f15e"}
.fa-sort-amount-asc:before {
    content: "\f160"}
.fa-sort-amount-desc:before {
    content: "\f161"}
.fa-sort-numeric-asc:before {
    content: "\f162"}
.fa-sort-numeric-desc:before {
    content: "\f163"}
.fa-thumbs-up:before {
    content: "\f164"}
.fa-thumbs-down:before {
    content: "\f165"}
.fa-youtube-square:before {
    content: "\f166"}
.fa-youtube:before {
    content: "\f167"}
.fa-xing:before {
    content: "\f168"}
.fa-xing-square:before {
    content: "\f169"}
.fa-youtube-play:before {
    content: "\f16a"}
.fa-dropbox:before {
    content: "\f16b"}
.fa-stack-overflow:before {
    content: "\f16c"}
.fa-instagram:before {
    content: "\f16d"}
.fa-flickr:before {
    content: "\f16e"}
.fa-adn:before {
    content: "\f170"}
.fa-bitbucket:before {
    content: "\f171"}
.fa-bitbucket-square:before {
    content: "\f172"}
.fa-tumblr:before {
    content: "\f173"}
.fa-tumblr-square:before {
    content: "\f174"}
.fa-long-arrow-down:before {
    content: "\f175"}
.fa-long-arrow-up:before {
    content: "\f176"}
.fa-long-arrow-left:before {
    content: "\f177"}
.fa-long-arrow-right:before {
    content: "\f178"}
.fa-apple:before {
    content: "\f179"}
.fa-windows:before {
    content: "\f17a"}
.fa-android:before {
    content: "\f17b"}
.fa-linux:before {
    content: "\f17c"}
.fa-dribbble:before {
    content: "\f17d"}
.fa-skype:before {
    content: "\f17e"}
.fa-foursquare:before {
    content: "\f180"}
.fa-trello:before {
    content: "\f181"}
.fa-female:before {
    content: "\f182"}
.fa-male:before {
    content: "\f183"}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"}
.fa-sun-o:before {
    content: "\f185"}
.fa-moon-o:before {
    content: "\f186"}
.fa-archive:before {
    content: "\f187"}
.fa-bug:before {
    content: "\f188"}
.fa-vk:before {
    content: "\f189"}
.fa-weibo:before {
    content: "\f18a"}
.fa-renren:before {
    content: "\f18b"}
.fa-pagelines:before {
    content: "\f18c"}
.fa-stack-exchange:before {
    content: "\f18d"}
.fa-arrow-circle-o-right:before {
    content: "\f18e"}
.fa-arrow-circle-o-left:before {
    content: "\f190"}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"}
.fa-dot-circle-o:before {
    content: "\f192"}
.fa-wheelchair:before {
    content: "\f193"}
.fa-vimeo-square:before {
    content: "\f194"}
.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"}
.fa-plus-square-o:before {
    content: "\f196"}
.fa-space-shuttle:before {
    content: "\f197"}
.fa-slack:before {
    content: "\f198"}
.fa-envelope-square:before {
    content: "\f199"}
.fa-wordpress:before {
    content: "\f19a"}
.fa-openid:before {
    content: "\f19b"}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"}
.fa-yahoo:before {
    content: "\f19e"}
.fa-google:before {
    content: "\f1a0"}
.fa-reddit:before {
    content: "\f1a1"}
.fa-reddit-square:before {
    content: "\f1a2"}
.fa-stumbleupon-circle:before {
    content: "\f1a3"}
.fa-stumbleupon:before {
    content: "\f1a4"}
.fa-delicious:before {
    content: "\f1a5"}
.fa-digg:before {
    content: "\f1a6"}
.fa-pied-piper-pp:before {
    content: "\f1a7"}
.fa-pied-piper-alt:before {
    content: "\f1a8"}
.fa-drupal:before {
    content: "\f1a9"}
.fa-joomla:before {
    content: "\f1aa"}
.fa-language:before {
    content: "\f1ab"}
.fa-fax:before {
    content: "\f1ac"}
.fa-building:before {
    content: "\f1ad"}
.fa-child:before {
    content: "\f1ae"}
.fa-paw:before {
    content: "\f1b0"}
.fa-spoon:before {
    content: "\f1b1"}
.fa-cube:before {
    content: "\f1b2"}
.fa-cubes:before {
    content: "\f1b3"}
.fa-behance:before {
    content: "\f1b4"}
.fa-behance-square:before {
    content: "\f1b5"}
.fa-steam:before {
    content: "\f1b6"}
.fa-steam-square:before {
    content: "\f1b7"}
.fa-recycle:before {
    content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"}
.fa-tree:before {
    content: "\f1bb"}
.fa-spotify:before {
    content: "\f1bc"}
.fa-deviantart:before {
    content: "\f1bd"}
.fa-soundcloud:before {
    content: "\f1be"}
.fa-database:before {
    content: "\f1c0"}
.fa-file-pdf-o:before {
    content: "\f1c1"}
.fa-file-word-o:before {
    content: "\f1c2"}
.fa-file-excel-o:before {
    content: "\f1c3"}
.fa-file-powerpoint-o:before {
    content: "\f1c4"}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"}
.fa-file-code-o:before {
    content: "\f1c9"}
.fa-vine:before {
    content: "\f1ca"}
.fa-codepen:before {
    content: "\f1cb"}
.fa-jsfiddle:before {
    content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"}
.fa-circle-o-notch:before {
    content: "\f1ce"}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"}
.fa-empire:before, .fa-ge:before {
    content: "\f1d1"}
.fa-git-square:before {
    content: "\f1d2"}
.fa-git:before {
    content: "\f1d3"}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"}
.fa-tencent-weibo:before {
    content: "\f1d5"}
.fa-qq:before {
    content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"}
.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"}
.fa-history:before {
    content: "\f1da"}
.fa-circle-thin:before {
    content: "\f1db"}
.fa-header:before {
    content: "\f1dc"}
.fa-paragraph:before {
    content: "\f1dd"}
.fa-sliders:before {
    content: "\f1de"}
.fa-share-alt:before {
    content: "\f1e0"}
.fa-share-alt-square:before {
    content: "\f1e1"}
.fa-bomb:before {
    content: "\f1e2"}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"}
.fa-tty:before {
    content: "\f1e4"}
.fa-binoculars:before {
    content: "\f1e5"}
.fa-plug:before {
    content: "\f1e6"}
.fa-slideshare:before {
    content: "\f1e7"}
.fa-twitch:before {
    content: "\f1e8"}
.fa-yelp:before {
    content: "\f1e9"}
.fa-newspaper-o:before {
    content: "\f1ea"}
.fa-wifi:before {
    content: "\f1eb"}
.fa-calculator:before {
    content: "\f1ec"}
.fa-paypal:before {
    content: "\f1ed"}
.fa-google-wallet:before {
    content: "\f1ee"}
.fa-cc-visa:before {
    content: "\f1f0"}
.fa-cc-mastercard:before {
    content: "\f1f1"}
.fa-cc-discover:before {
    content: "\f1f2"}
.fa-cc-amex:before {
    content: "\f1f3"}
.fa-cc-paypal:before {
    content: "\f1f4"}
.fa-cc-stripe:before {
    content: "\f1f5"}
.fa-bell-slash:before {
    content: "\f1f6"}
.fa-bell-slash-o:before {
    content: "\f1f7"}
.fa-trash:before {
    content: "\f1f8"}
.fa-copyright:before {
    content: "\f1f9"}
.fa-at:before {
    content: "\f1fa"}
.fa-eyedropper:before {
    content: "\f1fb"}
.fa-paint-brush:before {
    content: "\f1fc"}
.fa-birthday-cake:before {
    content: "\f1fd"}
.fa-area-chart:before {
    content: "\f1fe"}
.fa-pie-chart:before {
    content: "\f200"}
.fa-line-chart:before {
    content: "\f201"}
.fa-lastfm:before {
    content: "\f202"}
.fa-lastfm-square:before {
    content: "\f203"}
.fa-toggle-off:before {
    content: "\f204"}
.fa-toggle-on:before {
    content: "\f205"}
.fa-bicycle:before {
    content: "\f206"}
.fa-bus:before {
    content: "\f207"}
.fa-ioxhost:before {
    content: "\f208"}
.fa-angellist:before {
    content: "\f209"}
.fa-cc:before {
    content: "\f20a"}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"}
.fa-meanpath:before {
    content: "\f20c"}
.fa-buysellads:before {
    content: "\f20d"}
.fa-connectdevelop:before {
    content: "\f20e"}
.fa-dashcube:before {
    content: "\f210"}
.fa-forumbee:before {
    content: "\f211"}
.fa-leanpub:before {
    content: "\f212"}
.fa-sellsy:before {
    content: "\f213"}
.fa-shirtsinbulk:before {
    content: "\f214"}
.fa-simplybuilt:before {
    content: "\f215"}
.fa-skyatlas:before {
    content: "\f216"}
.fa-cart-plus:before {
    content: "\f217"}
.fa-cart-arrow-down:before {
    content: "\f218"}
.fa-diamond:before {
    content: "\f219"}
.fa-ship:before {
    content: "\f21a"}
.fa-user-secret:before {
    content: "\f21b"}
.fa-motorcycle:before {
    content: "\f21c"}
.fa-street-view:before {
    content: "\f21d"}
.fa-heartbeat:before {
    content: "\f21e"}
.fa-venus:before {
    content: "\f221"}
.fa-mars:before {
    content: "\f222"}
.fa-mercury:before {
    content: "\f223"}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"}
.fa-transgender-alt:before {
    content: "\f225"}
.fa-venus-double:before {
    content: "\f226"}
.fa-mars-double:before {
    content: "\f227"}
.fa-venus-mars:before {
    content: "\f228"}
.fa-mars-stroke:before {
    content: "\f229"}
.fa-mars-stroke-v:before {
    content: "\f22a"}
.fa-mars-stroke-h:before {
    content: "\f22b"}
.fa-neuter:before {
    content: "\f22c"}
.fa-genderless:before {
    content: "\f22d"}
.fa-facebook-official:before {
    content: "\f230"}
.fa-pinterest-p:before {
    content: "\f231"}
.fa-whatsapp:before {
    content: "\f232"}
.fa-server:before {
    content: "\f233"}
.fa-user-plus:before {
    content: "\f234"}
.fa-user-times:before {
    content: "\f235"}
.fa-bed:before, .fa-hotel:before {
    content: "\f236"}
.fa-viacoin:before {
    content: "\f237"}
.fa-train:before {
    content: "\f238"}
.fa-subway:before {
    content: "\f239"}
.fa-medium:before {
    content: "\f23a"}
.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"}
.fa-optin-monster:before {
    content: "\f23c"}
.fa-opencart:before {
    content: "\f23d"}
.fa-expeditedssl:before {
    content: "\f23e"}
.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"}
.fa-mouse-pointer:before {
    content: "\f245"}
.fa-i-cursor:before {
    content: "\f246"}
.fa-object-group:before {
    content: "\f247"}
.fa-object-ungroup:before {
    content: "\f248"}
.fa-sticky-note:before {
    content: "\f249"}
.fa-sticky-note-o:before {
    content: "\f24a"}
.fa-cc-jcb:before {
    content: "\f24b"}
.fa-cc-diners-club:before {
    content: "\f24c"}
.fa-clone:before {
    content: "\f24d"}
.fa-balance-scale:before {
    content: "\f24e"}
.fa-hourglass-o:before {
    content: "\f250"}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"}
.fa-hourglass:before {
    content: "\f254"}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"}
.fa-hand-scissors-o:before {
    content: "\f257"}
.fa-hand-lizard-o:before {
    content: "\f258"}
.fa-hand-spock-o:before {
    content: "\f259"}
.fa-hand-pointer-o:before {
    content: "\f25a"}
.fa-hand-peace-o:before {
    content: "\f25b"}
.fa-trademark:before {
    content: "\f25c"}
.fa-registered:before {
    content: "\f25d"}
.fa-creative-commons:before {
    content: "\f25e"}
.fa-gg:before {
    content: "\f260"}
.fa-gg-circle:before {
    content: "\f261"}
.fa-tripadvisor:before {
    content: "\f262"}
.fa-odnoklassniki:before {
    content: "\f263"}
.fa-odnoklassniki-square:before {
    content: "\f264"}
.fa-get-pocket:before {
    content: "\f265"}
.fa-wikipedia-w:before {
    content: "\f266"}
.fa-safari:before {
    content: "\f267"}
.fa-chrome:before {
    content: "\f268"}
.fa-firefox:before {
    content: "\f269"}
.fa-opera:before {
    content: "\f26a"}
.fa-internet-explorer:before {
    content: "\f26b"}
.fa-television:before, .fa-tv:before {
    content: "\f26c"}
.fa-contao:before {
    content: "\f26d"}
.fa-500px:before {
    content: "\f26e"}
.fa-amazon:before {
    content: "\f270"}
.fa-calendar-plus-o:before {
    content: "\f271"}
.fa-calendar-minus-o:before {
    content: "\f272"}
.fa-calendar-times-o:before {
    content: "\f273"}
.fa-calendar-check-o:before {
    content: "\f274"}
.fa-industry:before {
    content: "\f275"}
.fa-map-pin:before {
    content: "\f276"}
.fa-map-signs:before {
    content: "\f277"}
.fa-map-o:before {
    content: "\f278"}
.fa-map:before {
    content: "\f279"}
.fa-commenting:before {
    content: "\f27a"}
.fa-commenting-o:before {
    content: "\f27b"}
.fa-houzz:before {
    content: "\f27c"}
.fa-vimeo:before {
    content: "\f27d"}
.fa-black-tie:before {
    content: "\f27e"}
.fa-fonticons:before {
    content: "\f280"}
.fa-reddit-alien:before {
    content: "\f281"}
.fa-edge:before {
    content: "\f282"}
.fa-credit-card-alt:before {
    content: "\f283"}
.fa-codiepie:before {
    content: "\f284"}
.fa-modx:before {
    content: "\f285"}
.fa-fort-awesome:before {
    content: "\f286"}
.fa-usb:before {
    content: "\f287"}
.fa-product-hunt:before {
    content: "\f288"}
.fa-mixcloud:before {
    content: "\f289"}
.fa-scribd:before {
    content: "\f28a"}
.fa-pause-circle:before {
    content: "\f28b"}
.fa-pause-circle-o:before {
    content: "\f28c"}
.fa-stop-circle:before {
    content: "\f28d"}
.fa-stop-circle-o:before {
    content: "\f28e"}
.fa-shopping-bag:before {
    content: "\f290"}
.fa-shopping-basket:before {
    content: "\f291"}
.fa-hashtag:before {
    content: "\f292"}
.fa-bluetooth:before {
    content: "\f293"}
.fa-bluetooth-b:before {
    content: "\f294"}
.fa-percent:before {
    content: "\f295"}
.fa-gitlab:before {
    content: "\f296"}
.fa-wpbeginner:before {
    content: "\f297"}
.fa-wpforms:before {
    content: "\f298"}
.fa-envira:before {
    content: "\f299"}
.fa-universal-access:before {
    content: "\f29a"}
.fa-wheelchair-alt:before {
    content: "\f29b"}
.fa-question-circle-o:before {
    content: "\f29c"}
.fa-blind:before {
    content: "\f29d"}
.fa-audio-description:before {
    content: "\f29e"}
.fa-volume-control-phone:before {
    content: "\f2a0"}
.fa-braille:before {
    content: "\f2a1"}
.fa-assistive-listening-systems:before {
    content: "\f2a2"}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"}
.fa-glide:before {
    content: "\f2a5"}
.fa-glide-g:before {
    content: "\f2a6"}
.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"}
.fa-low-vision:before {
    content: "\f2a8"}
.fa-viadeo:before {
    content: "\f2a9"}
.fa-viadeo-square:before {
    content: "\f2aa"}
.fa-snapchat:before {
    content: "\f2ab"}
.fa-snapchat-ghost:before {
    content: "\f2ac"}
.fa-snapchat-square:before {
    content: "\f2ad"}
.fa-pied-piper:before {
    content: "\f2ae"}
.fa-first-order:before {
    content: "\f2b0"}
.fa-yoast:before {
    content: "\f2b1"}
.fa-themeisle:before {
    content: "\f2b2"}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"}
.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.ie .header .first-screen .h2 {
    font-size: 1px!important;
}
.two {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff5d6), color-stop(2%, rgba(255, 245, 214, .98)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #fff5d6 0, rgba(255, 245, 214, .98) 2%, transparent 100%);
    background-image: linear-gradient(to top, #fff5d6 0, rgba(255, 245, 214, .98) 2%, transparent 100%);
    width: 100%;
    height: auto;
    padding: 35px 0;
}
.two .h2 {
    line-height: 45px;
    margin-bottom: 15px;
    font-size: 2.5625em;
    font-family: FiraSansBold, sans-serif;
    color: #cf0d0d;
}
.two .date {
    background-color: #ffcb00;
    background-image: -webkit-linear-gradient(16deg, #e10019 0, #ab0517 100%);
    background-image: linear-gradient(74deg, #e10019 0, #ab0517 100%);
    padding: 5px 10px;
    color: #ffd119;
    width: 335px;
    position: relative;
    z-index: 1;
    font-size: 2.1875em;
    font-family: FiraSansMedium, sans-serif;
}
.africa .text-block p b, .africa .text-block p span, .africa .two-title, .form-button, .four .block-content .left-tape span, .four .block-content p b, .four .three-title, .two .date b, .two p b {
    font-family: FiraSansBold, sans-serif;
}
.two p {
    font-size: 1.75em;
    line-height: 35px;
    color: #000;
}
.two .form .form-title, .two p span {
    font-family: FiraSansMedium, sans-serif;
}
.two p span {
    color: #cf0d0d;
}
.two .counter {
    font-size: 1.375em;
    color: #cf0d0d;
}
.two .counter span {
    margin-bottom: 3px;
    display: block;
}
.two .product-img {
    margin-left: -78px;
    margin-top: -15px;
    position: relative;
    z-index: 2;
    width: 475px;
    max-width: 500px;
}
.two .form {
    width: 298px;
    background-color: #FFF;
    color: #1c1d1d;
    box-shadow: 1.8px 2.4px 3px rgba(0, 0, 0, .22);
    margin-top: 5px;
}
.two .form .form-title {
    height: 89px;
    background-color: #f5ae00;
    background-image: -webkit-linear-gradient(16deg, #e10019 0, #ab0517 100%);
    background-image: linear-gradient(74deg, #e10019 0, #ab0517 100%);
    padding: 15px 25px;
    font-size: 1.4375em;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    position: relative;
}
.two .form .form-title img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.two .form form {
    padding: 25px 15px 0;
    height: auto;
}
.two .form form label {
    margin-bottom: 20px;
    display: block;
}
.two .form form label span {
    font-size: 1.125em;
    display: block;
    font-weight: 400;
}
.two .form form label input, .two .form form label select {
    width: 270px;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(26%, #fff), color-stop(99%, #edefef), to(#edefef));
    background-image: -webkit-linear-gradient(bottom, #fff 0, #fff 26%, #edefef 99%, #edefef 100%);
    background-image: linear-gradient(to top, #fff 0, #fff 26%, #edefef 99%, #edefef 100%);
    border: 1px solid #ac2c44;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.two .form form p {
    color: black;
    font-size: .9375em;
    text-align: center;
    margin-top: 15px;
    padding: 0;
    padding-bottom: 5px;
}
.form-button { /*
    width: 258px;
    height: 51px;
    background-image: -webkit-linear-gradient(89deg, #ff9000 0, #fc0 100%), -webkit-linear-gradient(bottom, #014efd 0, #17b5ff 99%, #17b5ff 100%);
    background-image: linear-gradient(1deg, #ff9000 0, #fc0 100%), linear-gradient(to top, #014efd 0, #17b5ff 99%, #17b5ff 100%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: .5px .9px 1px #000;
    box-shadow: .5px .9px 1px #000;
    color: #2c2c2c;
    font-size: 1.24937em;
    line-height: 19.99px;
    padding-top: 10px;
    outline: 0;
    text-align: center;
    border: none;
    background-color: transparent;
    display: block;
    margin: 0 auto; */
	
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    background-color: transparent;	
}
.africa {
    background-image: url(../img/africa-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 940px;
}
.africa .two-title {
    text-shadow: .5px .8px 3px rgba(0, 0, 0, .22);
    color: #cf0d0d;
    font-size: 3.125em;
    line-height: 50px;
    text-align: center;
    margin-top: 50px;
}
.africa .text-block {
    background-image: url(../img/africa-text-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 35px 25px;
    color: #000;
    font-size: 1.4375em;
    line-height: 33px;
    margin: 25px;
}
.africa .text-block p {
    margin: 15px;
    text-indent: 22px;
}
.africa .text-block p span {
    background-color: #ffb401;
}
.four {
    background-image: -webkit-linear-gradient(27deg, #520e12 0, #520e12 2%, #c43432 100%);
    background-image: linear-gradient(63deg, #520e12 0, #520e12 2%, #c43432 100%);
    padding: 30px 0;
}
.four .three-title {
    font-size: 3.125em;
    line-height: 53px;
    color: #fff;
    text-align: center;
    padding: 0 50px;
    margin-bottom: 25px;
}
.four .three-title span {
    color: #fdcc09;
}
.four .block-content {
    background-color: #fff;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    padding: 15px 0 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 1.8px 2.4px 3px rgba(0, 0, 0, .22);
    font-size: 1.5em;
}
.four .block-content p {
    padding: 0 20px;
}
.four .block-content .left-tape {
    background-image: url(../img/left-tape.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 184px;
    position: relative;
    margin-top: 25px;
}
.four .block-content .left-tape span {
    display: block;
    padding: 25px 120px;
    line-height: 45px;
    color: #cf0d0d;
    font-size: 22px;
}
.four .block-content .left-tape img {
    position: absolute;
    top: 0;
    right: 35px;
}
.four .block-content .line-bg {
    background-image: -webkit-linear-gradient(16deg, #e10019 0, #ab0517 100%);
    background-image: linear-gradient(74deg, #e10019 0, #ab0517 100%);
    font-size: 18px;
    line-height: 36px;
    font-family: FiraSansMedium, sans-serif;
    color: #fdcc09;
    position: relative;
    z-index: 5;
    height: 132px;
}
.five .block-content .green-line, .five .five-title, .four .block-content .botton-line {
    font-family: FiraSansBold, sans-serif;
}
.four .block-content .left-tape2 {
    background-image: url(../img/left-tape1.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: -25px;
    z-index: 15;
    height: 186px;
}
.four .block-content .left-tape2 p {
    padding: 15px 15px 15px 150px;
}
.four .block-content .left-tape2 p b {
    font-size: 35px;
}
.four .block-content .botton-line {
    background-color: #fdcc09;
    margin-top: -25px;
    padding: 35px 0 5px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}
.four .block-content .botton-line p {
    font-size: 37px;
    line-height: 46px;
}
.four .block-content .botton-line p b {
    font-size: 48px;
    padding: 10px 10px 5px;
    color: #cf0d0d;
    background-color: #000;
}
.four .block-content .prostatit-img {
    margin: 25px;
    float: left;
    display: block;
}
.five {
    background-image: url(../img/how-to-work-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 0;
}
.five .five-title {
    text-shadow: 2.2px 2px 2px rgba(0, 0, 0, .74);
    color: #fff;
    font-size: 3.125em;
    text-align: center;
    margin-bottom: 15px;
}
.five .block-content {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 1.8px 2.4px 3px rgba(0, 0, 0, .22);
    box-shadow: 1.8px 2.4px 3px rgba(0, 0, 0, .22);
    background-image: url(../img/bottom-color.png);
    background-repeat: no-repeat;
    width: 917px;
    height: 697px;
    background-position: center top;
    margin: 0 auto;
    padding-top: 30px;
}
.five .block-content .green-line {
    background-image: -webkit-linear-gradient(27deg, #10951a 0, #6cb700 100%);
    background-image: linear-gradient(63deg, #10951a 0, #6cb700 100%);
    -webkit-box-shadow: .5px .9px 3px rgba(0, 0, 0, .41);
    box-shadow: .5px .9px 3px rgba(0, 0, 0, .41);
    color: #fdcc09;
    font-size: 1.75em;
    padding: 12px 75px;
}
.five .block-content .green-line span {
    font-family: FiraSansRegular, sans-serif;
    color: #fff;
}
.five .block-content .right-text b, .six .line2 b, .six .line3, .six .line3 b, .six .one-tape p b, .six .six-title, .six .three-tape p b, .six .two-tape p b {
    font-family: FiraSansBold, sans-serif;
}
.five .block-content img {
    float: left;
    display: block;
    margin-top: 35px;
}
.five .block-content .right-text {
    font-size: 14px;
    color: #000;
    line-height: 35px;
}
.five .block-content .right-text p {
    margin-bottom: 30px;
}
.five .block-content .right-text p:last-child {
    margin-top: -10px;
    margin-left: 85px;
    position: absolute;
}
.six {
    padding: 75px 0 175px;
    background-image: url(../img/six-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.six .six-title {
    font-size: 3.3125em;
    line-height: 45.02px;
    text-align: center;
    text-shadow: .7px .7px 2px rgba(0, 0, 0, .61);
    color: #cf0d0d;
}
.six .one-tape, .six .three-tape, .six .two-tape {
    background-image: url(../img/triangle-top.png);
    max-width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center top;
    text-align: center;
    padding-top: 65px;
    margin-top: 50px;
}
.six .one-tape span, .six .three-tape span, .six .two-tape span {
    font-size: 2em;
    font-family: FiraSansBold, sans-serif;
    color: #fff;
}
.six .one-tape p, .six .three-tape p, .six .two-tape p {
    font-size: 15px;
    line-height: 36px;
    padding-top: 12px;
}
.six .two-tape {
    background-image: url(../img/triangle-top2.png);
}
.six .three-tape {
    background-image: url(../img/triangle-top3.png);
}
.six .line2, .six .line3 {
    font-size: 1.4375em;
    color: #272727;
    line-height: 33px;
    margin-top: 25px;
}
.six .line2 img, .six .line3 img {
    margin: 25px 50px 25px 25px;
}
.six .line2 .left, .six .line3 .left {
    float: left;
}
.six .line2 .right, .six .line3 .right {
    float: right;
}
.six .line3 {
    line-height: 45px;
    margin-top: 35px;
    margin-left: 25px;
}
.seven .line-bg, .six .line4 {
    font-family: FiraSansMedium, sans-serif;
}
.six .line3 img {
    margin-top: -140px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.six .line3 span.line1, .six .line3 span.line2 {
    background-color: #ffb401;
    padding: 0 10px;
    font-size: 1.625em;
}
.six .line4 {
    margin-top: 50px;
    text-align: center;
    color: #272727;
    font-size: 2.25em;
    line-height: 40px;
}
.six .line4 .form-button {
    font-size: 19.92px;
}
.seven {
    margin-top: -75px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff5d6), color-stop(1%, #fff5d6), to(white));
    background-image: -webkit-linear-gradient(bottom, #fff5d6 0, #fff5d6 1%, #fff 100%);
    background-image: linear-gradient(to top, #fff5d6 0, #fff5d6 1%, #fff 100%);
    height: auto;
    padding-bottom: 150px;
}
.seven .line-bg {
    background-image: -webkit-linear-gradient(16deg, #e10019 0, #ab0517 100%);
    background-image: linear-gradient(74deg, #e10019 0, #ab0517 100%);
    -webkit-box-shadow: 1.5px 1.3px 2px rgba(0, 0, 0, .61);
    box-shadow: 1.5px 1.3px 2px rgba(0, 0, 0, .61);
    font-size: 25px;
    line-height: 36px;
    color: #fdcc09;
    position: relative;
    width: 100%;
    z-index: 5;
    height: 132px;
}
.nine .h1, .seven .seven-title {
    text-shadow: .7px .7px 2px rgba(0, 0, 0, .61);
    font-family: FiraSansBold, sans-serif;
    display: block;
}
.seven .left-tape2 {
    background-image: url(../img/left-tape1.png);
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: -25px;
    z-index: 15;
    height: 186px;
}
.seven .left-tape2 p {
    padding: 15px 15px 15px 150px;
}
.seven .left-tape2 p b {
    font-size: 35px;
}
.seven .seven-title {
    background-image: url(../img/seven-title-shadow.png);
    background-position: center 80px;
    background-repeat: no-repeat;
    background-size: 55% 40px;
    height: 120px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    font-size: 3.125em;
    color: #cf0d0d;
}
.nine, .ten {
    background-size: cover;
}
.seven .center-li, .seven ul li {
    color: #272727;
    font-size: 1.4375em;
}
.seven ul li {
    line-height: 30px;
    margin: 15px 0 45px;
}
.seven ul li img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.seven ul.left {
    float: left;
    padding: 0;
    width: 450px;
}
.seven ul.right {
    float: right;
}
.seven ul.right li:last-child {
    padding-top: 25px;
}
.seven ul.right li:last-child img {
    margin-top: -25px;
}
.seven ul.right li {
    text-align: right;
}
.nine .h1, .nine .item .left, .seven .center-li {
    text-align: center;
}
.seven ul.right li img {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.seven .capsula-center {
    margin-left: 50px;
}
.seven .center-li {
    margin-top: 95px;
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
}
.seven .center-li img {
    display: block;
    margin: 0 auto;
}
.nine {
    background-image: url(../img/nine-bg.png);
    background-position: center top;
    padding: 35px 0;
    color: #000;
}
.nine .h1 {
    margin-top: 15px;
    padding-top: 40px;
    height: 121px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(27deg, #3fab46 0, #06cd10 100%);
    background-image: linear-gradient(63deg, #3fab46 0, #06cd10 100%);
    -webkit-box-shadow: .5px .9px 3px rgba(0, 0, 0, .41);
    box-shadow: .5px .9px 3px rgba(0, 0, 0, .41);
    color: #fff;
    -webkit-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}
.nine .block-bg {
    margin-top: -5px;
    background-color: #fff;
    -webkit-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
    padding: 0 50px;
}
.nine .item:nth-child(1) {
    padding-top: 15px;
}
.nine .item:nth-child(1) span {
    color: #0eb319;
}
.nine .item:nth-child(1) .right {
    margin-top: 75px;
}
.nine .item:nth-child(2) img, .nine .item:nth-child(3) img {
    margin-top: -50px;
}
.nine .item:nth-child(2) .right {
    padding-top: 5px;
}
.nine .item:nth-child(2) span {
    color: #cf0d0d;
}
.nine .item:nth-child(2) b {
    color: #000;
}
.nine .item:nth-child(3) {
    padding-top: 25px;
}
.nine .item:nth-child(3) span {
    color: #ff8a00;
}
.nine .item:nth-child(3) .left {
    padding-top: 5px;
}
.nine .item:nth-child(4) span {
    color: #0eb319;
}
.nine .item:nth-child(4) .right {
    padding-top: 15px;
}
.nine .item:nth-child(4) img {
    margin-top: -35px;
}
.nine .item:nth-child(5) {
    margin-top: 10px;
}
.nine .item:nth-child(5) span {
    color: #fc1328;
}
.nine .item:nth-child(5) img {
    margin-top: -55px;
}
.nine .item:nth-child(6) {
    margin-top: 25px;
}
.nine .item:nth-child(6) span {
    color: #606060;
}
.nine .item:nth-child(6) img {
    margin-top: -55px;
}
.nine .item span {
    font-family: FiraSansMedium, sans-serif;
}
.reviews .h1, .ten .quote .autor, .ten .quote b, .ten .top-line {
    font-family: FiraSansBold, sans-serif;
}
.nine .item b {
    color: #000;
}
.nine .item .right {
    font-size: 1.4375em;
    line-height: 30px;
}
.ten {
    background-image: url(../img/ten-bg.png);
    background-position: center bottom;
    width: 100%;
    height: auto;
    padding: 45px 0 0;
}
.ten img {
    position: absolute;
    left: -155px;
    top: -15px;
}
.ten .top-line {
    color: #cf0d0d;
}
.ten .quote {
    height: 437px;
    font-size: 1.4375em;
    background: url(../img/professor-bg.png) center top #fff;
    background-size: 105% 105%;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 25px 50px;
    margin: 30px 50px 0;
    color: #272727;
}
.reviews, .reviews .reviews-item .reviews-text {
    background-size: cover;
    background-position: center top;
}
.ten .quote p {
    padding-left: 55px;
}
.ten .quote .autor {
    text-align: right;
    margin: 25px 50px 25px 0;
}
.ten .shadow-line {
    width: 100%;
    height: 35px;
    background-image: url(../img/professor-shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    margin-top: 75px;
}
.reviews {
    background-image: url(../img/six-bg.jpg);
    width: 100%;
    height: auto;
    padding: 35px 0;
    color: #fff;
    margin-top: -3px;
}
.reviews .h1 {
    margin-bottom: 25px;
    color: #cf0d0d;
}
.reviews .reviews-item .img1 {
    background-image: url(../img/reviews-block1.png);
}
.reviews .reviews-item .img2 {
    background-image: url(../img/reviews-block2.png);
}
.reviews .reviews-item .reviews-text {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 210px;
    z-index: 1;
    margin-top: 25px;
    color: #000;
    font-size: 16px;
    font-family: FiraSansItalic, sans-serif;
    line-height: 30px;
    padding-left: 250px;
}
.reviews .reviews-item .reviews-text .wrap-img {
    width: 100%;
    text-align: center;
    height: 254px;
    overflow: hidden;
}
.reviews .reviews-item .reviews-text .wrap-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.reviews .reviews-item .reviews-text b {
    color: #cf0d0d;
    font-family: FiraSansMediumItalic, sans-serif;
    font-weight: 400;
}
.reviews .reviews-item .reviews-text p {
    padding-top: 15px;
}
.reviews .reviews-item .reviews-text span {
    text-align: right;
    width: 100%;
    display: block;
    margin-top: -15px;
    padding-right: 15px;
}
.how-to-work {
    background-image: -webkit-linear-gradient(27deg, #520e12 0, #520e12 2%, #c43432 100%);
    background-image: linear-gradient(63deg, #520e12 0, #520e12 2%, #c43432 100%);
    width: 100%;
    height: auto;
    padding: 35px 0;
}
.how-to-work .how-to-work-bg {
    background-image: url(../img/how-we-work-bg.png);
    width: 100%;
    height: 560px;
    background-size: 100% 100%;
    background-position: center top;
    padding: 30px 0;
}
.how-to-work .h1 {
    color: #fff;
    margin-bottom: 35px;
    font-family: FiraSansBold, sans-serif;
}
.how-to-work .item-img {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.how-to-work .col-sm-6:nth-child(2) .item-img img {
    padding-top: 15px;
}
.how-to-work .col-sm-6:nth-child(4) .item-img img {
    padding-top: 25px;
}
.how-to-work .item-desc img {
    position: absolute;
    left: 25px;
    margin-top: 0;
    z-index: 2;
}
.how-to-work .item-text {
    background-color: rgba(21, 21, 21, .65);
    padding: 15px 20px;
    height: 200px;
}
.how-to-work .item-title {
    text-align: center;
    font-size: 1.375em;
    color: #f4b829;
    font-family: FiraSansMedium, sans-serif;
    line-height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.how-to-work .item-desc {
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-size: 1.12625em;
    line-height: 21px;
    letter-spacing: -1px;
}
.how-to-work form {
    background-color: #fff;
    padding: 25px;
    margin: 75px 35px 0;
	padding-bottom: 50px;
}
.how-to-work form:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 55px;
    left: 420px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 20px solid #fff;
}
.how-to-work form label {
    display: block;
    float: left;
    width: 310px;
    margin-left: 15px;
    margin-right: 15px;
}
.how-to-work form button {
    display: inline-block;
    margin-left: 45px;
    margin-top: 30px;
    padding-top: 8px;
}
.quality, .quality .h2 {
    margin-top: 35px;
}
.how-to-work form input, .how-to-work form select {
    width: 300px;
    height: 35px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(26%, #fff), color-stop(99%, #edefef), to(#edefef));
    background-image: -webkit-linear-gradient(bottom, #fff 0, #fff 26%, #edefef 99%, #edefef 100%);
    background-image: linear-gradient(to top, #fff 0, #fff 26%, #edefef 99%, #edefef 100%);
    border: 1px solid #ac2c44;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
}
.quality .h2 {
    font-size: 2.6875em;
    font-family: FiraSansBold, sans-serif;
    line-height: 45px;
    color: #ffc300;
    text-align: left;
    padding-top: 85px;
    position: relative;
    z-index: 2;
    margin-left: 50px;
    display: inline-block;
    float: left;
}
.quality img {
    float: left;
    display: inline-block;
}
.invisibility {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #000), color-stop(100%, #151515), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #000 1%, #151515 100%, transparent 100%);
    background-image: linear-gradient(to top, #000 1%, #151515 100%, transparent 100%);
    color: #fff;
    padding: 15px 0 55px;
    margin-bottom: 15px;
    position: relative;
}
.invisibility:after {
    content: '';
    position: absolute;
    background-image: url(../img/invisibility-line.png);
    width: 100%;
    height: 10px;
    bottom: -10px;
}
.invisibility p:first-child {
    padding-left: 105px;
}
.invisibility p:nth-child(2) {
    padding-left: 55px;
}
.invisibility p {
    font-size: 1.4375em;
    margin: 0;
    width: 50%;
    display: block;
    float: left;
    line-height: 30px;
    position: relative;
    z-index: 2;
}
.invisibility .invisibility-img {
    position: absolute;
    right: 100px;
    top: -280px;
    max-width: 350px;
    z-index: 1;
}
@media only screen and (min-width:1200px) and (max-width:1800px) {
    header .first-screen-img {
    top: 138px;
    width: 689px;
    overflow: hidden;
}
header .first-screen-img img {
    max-width: 140%}
}@media only screen and (max-width:1200px) {
    .africa .text-block br, .four .block-content .left-tape2 br, .nine .item br, .quality p br, .reviews .reviews-item .reviews-text br, .seven .left-tape2 br, .ten .quote br, header .first-screen .h2 br {
    display: none;
}
header .first-screen ul li {
    font-size: 1.25em;
    padding-right: 0;
}
header .first-screen-img {
    top: 206px;
    width: 565px;
    overflow: hidden;
}
header .first-screen-img img {
    max-width: 140%}
header .first-screen .h2 {
    font-size: 2.375em;
}
header .first-screen .ul-bg ul li {
    font-size: 1.375em;
}
.two .product-img {
    max-width: 377px;
    margin-left: -85px;
    margin-top: 0;
}
.africa .two-title {
    font-size: 2.375em;
    padding: 0 25px;
}
.africa .text-block {
    font-size: 1.25em;
    background-size: 100% 100%}
.four .three-title {
    font-size: 2.625em;
    padding: 0 100px;
    margin-bottom: 30px;
}
.four .block-content, .four .block-content .left-tape span {
    font-size: 1.375em;
}
.seven .left-tape2 p b {
    font-size: 28px;
}
.four .block-content .left-tape2, .seven .left-tape2 {
    font-size: 1em;
}
.four .block-content .left-tape2 p b {
    font-size: 28px;
}
.four .block-content .botton-line {
    margin-top: 0;
}
.six .one-tape, .six .three-tape, .six .two-tape {
    padding-top: 55px;
}
.six .one-tape p, .six .three-tape p, .six .two-tape p {
    font-size: 1.25em;
}
.six .line3 span.line1, .six .line3 span.line2 {
    font-size: 1.375em;
}
.six .line3 img {
    width: 275px;
    margin-top: -100px;
}
.six {
    padding: 75px 0 135px;
}
.four .block-content .botton-line p {
    font-size: 30px;
    margin-top: 5px;
}
.seven ul li {
    font-size: 1.25em;
    margin: 15px 0 35px;
}
.seven .capsula-center {
    margin-left: -25px;
    margin-top: 50px;
    margin-bottom: 55px;
    width: 110px;
}
.six .line3 {
    margin-left: 0;
}
.nine .item:nth-child(2) img, .nine .item:nth-child(3) img {
    margin-top: -35px;
}
.nine .item:nth-child(3) {
    padding-top: 45px;
}
.nine .item:nth-child(4) img {
    margin-top: -25px;
}
.nine .item:nth-child(4) {
    padding-top: 25px;
}
.nine .item:nth-child(5) img {
    margin-top: -35px;
}
.nine .item:nth-child(6) img, .reviews .reviews-item .reviews-text span {
    margin-top: -30px;
}
.nine .item:nth-child(5) {
    padding-top: 30px;
}
.reviews .reviews-item .reviews-text {
    padding-left: 200px;
}
.reviews .reviews-item .reviews-text p {
    padding-top: 0;
}
.invisibility .invisibility-img {
    right: 0;
    top: -41px;
    max-width: 300px;
}
.how-to-work form .button-bg {
    display: block;
    float: none;
    margin: 40px auto 0;
}
.seven ul.right li:nth-child(3) {
    padding-top: 15px;
}
.four .block-content .botton-line p br {
    margin-bottom: 15px;
}
.how-to-work .item-desc {
    font-size: 1em;
}
.how-to-work form button {
    margin-left: 0;
    margin-top: 31px;
}
.how-to-work form {
    padding-left: 0;
}
.how-to-work form label {
    width: 260px;
    margin-left: 15px;
}
.how-to-work form:before {
    left: 349px;
}
.how-to-work form input, .how-to-work form select {
    width: 250px;
}
.quality .h2 {
    font-size: 2.375em;
}
.ten .quote p {
    padding-left: 100px;
    font-size: .875em;
}
.ten .quote .autor {
    margin: 0;
    font-size: .875em;
}
.ten .shadow-line {
    margin-top: 40px;
}
.invisibility {
    padding-bottom: 35px;
}
.invisibility p {
    padding-top: 20px;
}
}@media only screen and (width:992px) {
    header .first-screen-img {
    top: 513px;
    width: 365px;
}
header .top-line .buy {
    width: 258px;
}
.two .form {
    width: 100%}
}@media only screen and (max-width:992px) {
    .five .block-content .right-text p br, .six .line3 br, .six .one-tape p br, .six .three-tape p br, .six .two-tape p br, header .first-screen-img {
    display: none;
}
header .top-line .buy {
    width: 100%}
header .col-sm-3 {
    padding: 0;
}
header .first-screen ul {
    margin-top: 15px;
}
header .first-screen .ul-bg ul {
    padding-left: 0;
}
header .first-screen .ul-bg ul li {
    font-size: 1.25em;
}
.two .form {
    margin: 0 auto;
    width: 398px;
}
.two .form form label input, .two .form form label select {
    width: 100%}
.two .form form .button-bg {
    width: 100%;
    background-position: center top;
    text-align: center;
    padding-left: 0;
}
.four .three-title {
    padding: 0 50px;
}
.four .block-content .left-tape img {
    top: 35px;
    width: 200px;
    right: 15px;
}
.africa .text-block p {
    text-align: justify;
}
.four .block-content .prostatit-img {
    max-width: 200px;
}
.four .block-content .line-bg {
    margin-top: 50px;
}
.four .block-content .left-tape2, .seven .left-tape2 {
    font-size: .875em;
    line-height: 28px;
}
.four .block-content .left-tape2 p b {
    font-size: 28px;
}
.four .block-content .botton-line {
    padding-top: 55px;
}
.four .block-content .botton-line p b {
    font-size: 44px;
}
.four .block-content .botton-line p {
    font-size: 26px;
}
.four .block-content .left-tape span {
    font-size: 1.25em;
}
.five .block-content {
    width: 100%;
    height: 100%;
    padding-bottom: 75px;
    background-size: 105% 105%}
.five .block-content img {
    max-width: 265px;
    margin-bottom: 150px;
}
.five .block-content .right-text p:first-child {
    margin-top: 35px;
}
.five .block-content .right-text p {
    padding-right: 10px;
    margin-bottom: 15px;
    font-size: .875em;
}
.five .block-content .green-line {
    font-size: 1.375em;
}
.five .block-content .right-text p:last-child {
    margin-left: 65px;
    margin-right: 25px;
}
.six .six-title {
    font-size: 2.375em;
}
.six .one-tape p, .six .three-tape p, .six .two-tape p {
    padding-top: 0;
    font-size: 1.125em;
    line-height: 30px;
}
.six .one-tape, .six .three-tape, .six .two-tape {
    width: 300px;
    height: 300px;
    padding-top: 45px;
}
.six .line3 img {
    position: relative;
    margin: -35px 0 0;
    width: 230px;
}
.six .line3 span.line1, .six .line3 span.line2 {
    font-size: 1.375em;
    line-height: 30px;
}
.six .line4 {
    margin-top: 0;
}
.seven .seven-title {
    margin-top: 100px;
    font-size: 2.375em;
    background-position: center 70px;
    background-size: 75% 20px;
}
.seven .center-li {
    clear: both;
    position: relative;
}
.seven .capsula-center {
    margin: 50px;
}
.capsula-center.left {
    clear: both;
    position: absolute;
    margin: 125px 100px;
    display: block;
}
.seven {
    padding-bottom: 55px;
}
.seven ul.left {
    width: inherit;
}
.seven .center-li img {
    margin: 15px auto;
}
.nine .h1 {
    margin-top: 0;
}
.nine .item:nth-child(1) .right, .nine .item:nth-child(2) img, .nine .item:nth-child(3) img, .nine .item:nth-child(4) img {
    margin-top: 15px;
}
.nine .item {
    font-size: .9375em;
    padding-top: 15px;
}
.nine .item:nth-child(5) .left, .nine .item:nth-child(6) .left, .nine .item:nth-child(7) .left {
    padding-top: 35px;
}
.ten img {
    display: none;
}
.ten .quote p {
    text-align: center;
    padding: 0;
}
.ten .quote {
    text-align: center;
    margin-top: 25px;
    height: auto;
}
.reviews .reviews-item img {
    margin-top: 35px;
}
.how-to-work .item-desc img {
    max-width: 200px;
    left: 85px;
}
.how-to-work form {
    text-align: center;
    padding-left: 25px;
    width: 95%;
    margin: 70px auto;
}
.how-to-work form label {
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
}
.how-to-work form label input {
    width: 85%}
.how-to-work form label span {
    display: block;
    text-align: left;
    padding-left: 25px;
}
.quality .h2 {
    font-size: 2.5em;
    margin: 0;
    padding: 0 50px;
}
.quality .h2:last-child {
    margin: -85px 50px;
    padding: 0;
}
.invisibility .invisibility-img {
    opacity: .4;
}
.quality img {
    margin-left: 150px;
}
.how-to-work, .reviews, .reviews .reviews-item .reviews-text {
    background-position: left top;
}
.reviews .reviews-item .reviews-text.img2 p {
    padding-top: 25px;
}
.how-to-work .how-to-work-bg {
    height: 915px;
}
.how-to-work .item-img {
    margin-top: 45px;
}
.how-to-work .h1 {
    margin-bottom: 0;
}
.invisibility p:first-child {
    padding-left: 15px;
}
.invisibility p br {
    display: none;
}
}
@media only screen and (max-width:1000px) {
    .cta-block{
        display: none;
    }
}
@media only screen and (width:768px) {
    .cta-block{
        display: none;
    }
    .six .one-tape, .six .three-tape, .six .two-tape {
    height: 355px;
}
.six .one-tape p, .six .three-tape p, .six .two-tape p {
    font-size: 1.25em!important;
}
.six .three-tape p {
    padding-top: 25px;
}
header .top-line .buy {
    width: 100%!important;
    margin-top: 85px!important;
}
}@media only screen and (max-width:768px) {
    header .first-screen .h2, header .top-line, header .top-line .top-nav {
    text-align: center;
}
.quality .h2:last-child {
    margin: 0;
}
.quality {
    margin-top: 0;
}
header .top-line {
    background-size: cover;
}
header .logo {
    margin-bottom: 25px;
}
header .top-line .buy {
    width: 50%;
    margin: 0 auto;
    float: none;
}
header .top-line .top-nav li {
    padding: 0 15px;
    margin: 0 0 15px;
}
.two .form {
    width: 65%;
    margin: 25px auto;
}
.two .form label {
    text-align: left;
}
.how-to-work form, .nine .item .right, .two {
    text-align: center;
}
.nine .item {
    margin-top: 0;
}
.nine .item .left {
    margin-bottom: 10px;
    margin-top: 0;
}
.nine .item:nth-child(4) .right, .nine .item:nth-child(5) .right, .nine .item:nth-child(6) .right, .nine .item:nth-child(7) .right {
    padding-top: 10px;
}
.reviews .reviews-item img {
    display: block;
    margin: 0 auto;
}
.reviews .reviews-item br {
    display: none;
}
.reviews .reviews-item .reviews-text {
    padding: 35px 50px 2px;
}
.how-to-work .item-desc img {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    left: 0;
}
.col-sm-6:nth-child(4) {
    margin-bottom: 50px;
}
.how-to-work form {
    padding-left: 25px;
    width: 95%;
    margin: 70px auto;
}
.how-to-work form label {
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
}
.how-to-work form label input {
    width: 85%}
.how-to-work form label span {
    display: block;
    text-align: left;
    padding-left: 25px;
}
.fa-ul, .invisibility p, .quality, .quality .h2, .quality img, .seven ul.left li, .seven ul.right li {
    text-align: center;
}
.how-to-work form:before {
    left: 50%;
    margin-left: -19px;
}
.how-to-work {
    background-size: inherit;
}
.quality .h2, .quality img {
    display: block;
    float: none;
    margin: 15px auto;
}
.quality .h2 {
    padding-top: 15px;
}
.invisibility p {
    margin: 0 0 55px;
    padding: 0!important;
    float: none;
    display: block;
    width: 100%}
.invisibility p:nth-child(2) {
    margin-bottom: 0;
}
header .first-screen .h2, header .first-screen ul {
    margin-left: 0;
}
.two .date {
    margin: 0 auto;
}
.africa {
    height: auto;
}
.four .block-content .left-tape img {
    display: none;
}
.four .block-content .left-tape span {
    padding-right: 0;
}
.nine .h1 {
    font-size: 2.625em;
}
.seven ul li img, .seven ul.right li img {
    float: none;
    display: block;
    margin: 0 auto 15px;
}
.seven .center-li, .six .line2 p br, .six .line4 br {
    display: none;
}
.seven ul.left, .seven ul.right {
    width: 100%;
    padding: 0;
    margin: 0;
}
.seven ul.right li:last-child img {
    margin-top: -20px;
}
.six .one-tape, .six .three-tape, .six .two-tape {
    margin: 30px auto 0;
}
.six .one-tape p {
    margin-top: 30px;
    font-size: 1.5em;
}
.six .three-tape p, .six .two-tape p {
    margin-top: 30px;
    font-size: 1.375em;
}
.six .line2 p, .six .line4 {
    padding-top: 25px;
}
.four .block-content .botton-line p b {
    font-size: 38px;
}
.four .block-content .left-tape2, .seven .left-tape2 {
    background: 0 0;
}
.four .block-content .line-bg, .seven .line-bg {
    height: 150px;
}
.four .block-content .left-tape2 p, .seven .left-tape2 p {
    padding: 25px 35px;
    text-align: center;
}
.reviews .reviews-item .reviews-text {
    background: url(../img/bottom-color.png) center top;
    margin: 25px 15px;
    padding-bottom: 15px;
    background-size: 100% 100%;
    display: block;
    height: auto;
}
.ten .quote {
    padding: 25px 10px;
}
.how-to-work .item-text {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.how-to-work .how-to-work-bg {
    background: 0 0;
}
.invisibility .invisibility-img {
    top: inherit;
    bottom: -35px;
    left: 0;
}
}@media only screen and (width:640px) {
    .seven .seven-title {
    background-position: center 72px!important;
    height: 115px!important;
}
}@media only screen and (max-width:640px) {
    .four .block-content p, .invisibility, .invisibility .h2, .six .line2 p, .six .line3 {
    text-align: center;
}
.reviews .reviews-item .reviews-text br {
    display: none;
}
.how-to-work form {
    width: 95%}
.quality p {
    margin-left: 0;
}
.quality .h2 {
    line-height: 40px;
}
.four .block-content .prostatit-img {
    float: none;
    display: block;
    margin: 0 auto;
}
.four .three-title {
    padding: 0;
}
.seven .left-tape2 {
    margin-left: -25px;
}
.four .block-content .botton-line p b {
    font-size: 34px;
}
.four .block-content .botton-line p {
    font-size: 19px;
}
.five .block-content .green-line {
    text-align: center;
    font-size: 1.25em;
}
.five .block-content .right-text p {
    font-size: .8125em;
    line-height: 23px;
}
.nine .h1, .reviews .h1, .ten .h1 {
    font-size: 2.375em;
}
.seven .seven-title {
    margin-top: 45px;
    background-position: center 120px;
    height: 150px;
}
.four .block-content .line-bg, .seven .line-bg {
    height: 170px;
}
.six .line2 .left, .six .line2 .right, .six .line3 .left, .six .line3 .right {
    float: none;
    display: block;
    margin: 0 auto;
}
.nine .block-bg {
    padding: 0 50px 25px;
}
.reviews .reviews-item .reviews-text span {
    margin-top: -5px;
}
.invisibility p br, .invisibility:after {
    display: none;
}
}@media only screen and (max-width:555px) {
    .two .form, header .first-screen .logo {
    width: 100%}
header .first-screen .logo .logo-img {
    float: none;
    margin: 0 auto;
}
header .first-screen .logo .logo-line, header .first-screen .logo span {
    display: none;
}
header .top-line .buy {
    width: 85%}
header .top-line .top-nav li {
    padding: 0 14px;
}
.four .block-content .left-tape img {
    position: absolute;
    left: 35%;
    display: block;
    margin: 0;
    padding: 0;
}
.four .block-content .left-tape span {
    display: none;
}
.four .block-content .small-xs {
    color: red;
    width: 100%;
    padding: 0 25px;
    font-size: 1.125em;
    font-family: FiraSansMediumItalic, sans-serif;
    text-align: center;
    display: block;
}
.five .block-content .right-text p, .how-to-work form {
    padding-left: 25px;
}
.five .block-content img {
    margin-bottom: 0;
}
.five .block-content .right-text p:last-child {
    position: relative;
    margin: 0;
}
.five .block-content {
    padding-bottom: 35px;
}
.six .one-tape p, .six .three-tape p, .six .two-tape p {
    font-size: 1.5em;
}
.six .line2 p br {
    display: none;
}
.four .block-content .line-bg, .seven .line-bg {
    height: 205px;
}
.how-to-work form {
    text-align: center;
    width: 100%;
    margin: 70px auto;
}
.how-to-work form label {
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
    text-align: center;
}
.how-to-work form label span {
    display: block;
    text-align: left;
    margin-top: 15px;
    padding-left: 35px;
}
}@media only screen and (max-width:515px) {
    header .logo {
    width: 294px;
    margin: 0 auto 25px;
    overflow: hidden;
}
header .logo img {
    max-width: inherit;
}
.four .block-content .botton-line {
    padding-top: 25px;
}
.four .block-content .botton-line p b {
    font-size: 26px;
}
.four .block-content .botton-line p {
    font-size: 15px;
}
.five .block-content .green-line {
    padding: 15px 25px;
}
.six .three-tape p, .six .two-tape p {
    margin-top: 20px;
}
.nine .h1 {
    font-size: 2.25em;
}
.how-to-work form:before {
    top: 56px;
}
}@media only screen and (max-width:480px) {
    header .first-screen ul li {
    font-size: 1.125em;
}
.africa .two-title, .quality .h2 {
    font-size: 2.25em;
}
.how-to-work form {
    width: 100%;
    padding: 20px 0 25px;
    margin: 75px 0 15px;
}
.how-to-work form input, .how-to-work form label, .how-to-work form select {
    width: 100%}
.how-to-work form:before {
    top: 56px;
}
.col-sm-6:nth-child(4) {
    margin-bottom: 0;
}
.four .block-content p br {
    display: none;
}
.africa .text-block {
    margin: 25px 0;
}
}@media only screen and (max-width:400px) {
    header .first-screen .h2, header .first-screen ul {
    margin-left: 0;
}
.how-to-work .item-text {
    height: auto;
}
.how-to-work .button-bg {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    padding-top: 3.5px;
}
.button-bg .form-button {
    width: 100%;
    height: 55px;
    margin-left: -5px;
    font-size: 1em;
}
.how-to-work form:before {
    margin-left: -20px;
}
.invisibility .h2 {
    font-size: 1.625em;
    text-align: center;
    margin: 0 0 25px;
}
.invisibility p {
    font-size: 1.25em;
}
.quality .h2 {
    font-size: 1.75em;
}
.africa .two-title, .five .five-title, .four .three-title, .nine .h1, .six .six-title, header .first-screen .h2 {
    font-size: 1.75em;
    text-align: center;
    line-height: 35px;
}
header .first-screen .ul-bg ul li {
    font-size: 1.125em;
}
.africa .two-title {
    font-size: 1.625em;
}
.africa .text-block p {
    text-align: left;
    padding: 0;
    font-size: .875em;
}
.africa .text-block {
    padding: 35px 0;
}
.four .block-content .botton-line p {
    font-size: 16px;
    line-height: 25px;
}
.four .block-content .botton-line p b {
    font-size: 18px;
    line-height: 35px;
}
.five .block-content {
    text-align: center;
}
.five .block-content img {
    margin: 25px auto 0;
    display: block;
    float: none;
}
.five .block-content .right-text p {
    padding: 0 25px;
}
.four .block-content .left-tape2 p, .seven .left-tape2 p {
    font-size: 1em;
    padding: 25px 20px 25px 35px;
}
.four .block-content .line-bg, .seven .line-bg {
    height: 300px;
}
.nine .block-bg {
    padding: 25px;
}
.four .block-content .left-tape2 p {
    padding: 25px 5px;
}
.six .line3 span.line1, .six .line3 span.line2 {
    padding: 0;
}
.six .three-tape p {
    padding-top: 20px;
}
.six .two-tape p {
    margin-top: 15px;
}
header .first-screen .ul-bg ul li {
    padding-right: 5px;
}
header .first-screen .ul-bg {
    padding: 25px 0 25px 15px;
}
.reviews .reviews-item .reviews-text, .ten .quote {
    margin: 25px 0;
    padding: 15px;
}
.ten .quote p {
    font-size: .875em;
    text-align: justify;
}
.reviews .reviews-item .reviews-text p {
    font-size: .9375em;
    text-align: center;
}
.ten .col-md-9 {
    padding: 0;
}
.ten .quote .autor {
    margin: 0;
    font-size: .875em;
}
.two .date {
    width: 100%}
}@media only screen and (max-width:320px) {
    header .first-screen .logo {
    height: auto;
}
header .first-screen .logo .logo-img {
    max-width: 85%}
.two .date {
    font-size: 1.8125em;
    width: 100%}
.nine .h1, .ten .h1 {
    font-size: 2.875em;
}
.ten .quote {
    font-size: 1.25em;
}
.reviews .reviews-item .reviews-text {
    font-size: 1.0625em;
    padding: 35px 10px 2px;
}
.how-to-work .button-bg {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    padding-top: 5.5px;
}
.button-bg .form-button {
    width: 100%;
    height: 45px;
    margin: -7px -4px 0;
    font-size: .9375em;
}
.two .form .form-title img {
    width: 50px;
}
.africa .two-title {
    padding: 0;
}
.africa .text-block {
    padding: 5px 0 15px;
}
.africa .two-title, .five .five-title, .four .three-title, .nine .h1, .six .six-title, header .first-screen .h2 {
    font-size: 1.625em;
}
.five .block-content .right-text p, .four .block-content .left-tape2 p, .four .block-content p, .invisibility, .invisibility .h2, .six .line2 p, .six .line3 {
    font-size: .875em;
}
.five .block-content .green-line {
    font-size: 1em;
}
.four .block-content .left-tape img {
    width: 150px;
    margin: 15px auto;
}
.four .block-content p {
    padding: 0 5px;
}
.four .block-content .botton-line p b {
    font-size: 17px;
}
.six .line3 {
    line-height: 27px;
    font-size: 1em;
}
.seven .seven-title, .six .line4 {
    font-size: 1.625em;
    background-position: center 90px;
}
.four .block-content .left-tape2 p br, .seven .left-tape2 p br {
    display: none;
}
.four .block-content .left-tape2 p, .seven .left-tape2 p {
    font-size: .875em;
}
.four .block-content .left-tape2 p b, .seven .left-tape2 p b {
    font-size: 1.375em;
}
}@media only screen and (min-width:555px) {
    span.small-xs {
    display: none;
}
}.win.ie .four .block-content .botton-line p b {
    line-height: 125px;
}
.win.gecko .two .date {
    width: 338px;
}
.form-button a {color: black;}

#kontent{font-size: 18px; font-weight: 300; line-height: 45px; margin: 0 auto; padding: 25px; width: 650px;}
#my_form {background: rgba(95, 89, 89, 0.89); height: 100%; position: fixed; top: 0; width: 100%; z-index: 100; display:none;}
#form_my_form{display:none;position:fixed;top:30%;left:28%;z-index:200;}
#bl-abb {cursor: pointer; display: block; float: right; height: 50px; margin: -6px -97px 0 0; position: relative; width: 50px; z-index: 1;}
.aplle_form{}
.aplle_form div{position:relative;}
.apple_inp, .apple_inp{background:#FFFFFF url() repeat-x;border:1px solid #d936ac !important;border-radius:22px;height:48px;-moz-box-sizing:content-box;padding-left:25px;outline:none;width:404px;margin:0 0 0 250px;}

.modal_form .submit-btn {margin-left: 20px;width: 425px; margin-top: 41px;}
.submit-btn {background: #8f001b none repeat scroll 0 0; border: medium none; border-radius: 30px; color: #fff; cursor: pointer; display: block; font-size: 18px; height: 50px; line-height: 53px; margin: 10px auto 20px; outline: 0 none; text-decoration: none; width: 350px;}
.how_title, .small-form .submit-btn2, .submit-btn {font-weight: 700; text-transform: uppercase;}
.how_item, .info, .reviews_item, .submit-btn {text-align: center;}

.country_select, form input[type="text"] {background: #e0e6e8 none repeat scroll 0 0; border: 1px solid #afb8bb; box-sizing: border-box; display: block; height: 40px; margin: 15px auto 10px; padding: 0 10px; width: 270px;}
.modal_form input[type="text"], .modal_form select {margin: 0 0 15px;}
.modal_form label {float: left; padding-top: 10px; width: 100px; margin-left: 20px;}
.modal_form form label {color: #000; display: block; font-size: 19px; line-height: 20px; margin-left: auto; margin-right: auto; width: 342px;}

/*
.modal_form .form_block::before {bottom: -78px; color: #620721; content: "Ð’Ð°Ñˆ Ð¿Ð¾Ð´Ð°Ñ€Ð¾Ðº*"; font-size: 30px; font-weight: 700; height: 154px; line-height: 38px; padding-top: 0; position: absolute; right: 52px; text-align: center; text-transform: uppercase; top: 223px; width: 201px; z-index: 2;}
*/


.modal_form .form_block {background-image: url("../img/product3.png"); background-position: 355px 5px; background-repeat: no-repeat; background-size: 344px 366px; height: 360px !important;}
/*.modal_form .form_block::after {background: url(http://predstavit-popup.erogandrops.com/images/product3.png) no-repeat; height: 366px; position: absolute; right: -90px; top: -30px; width: 345px;} */
.modal_form {background: url("../img/modal-form.png") no-repeat scroll center top; font-size: 20px; font-weight: 300; line-height: 25px; margin: 0 auto 0 -50px; padding: 25px; width: 735px; height: 515px; font-family: Arial;}
.red-background {background: #a90018 none repeat scroll 0 0; color: #fff; margin-bottom: 40px; padding: 0 5px;}
.yellow {color: #ffc813; font-weight: 500;}
.modal_form p {color: #000; text-align: center;}
.info {color: #9ea4a6; font-size: 16px;}
.modal .info {margin-top: 0px;width: 485px;}
.pop-title {font-size: 29px !important; margin-top: 30px; line-height: 13px;}


/* FLIPCLOCK */
/* FLIPCLOCK */
.flip-clock-wrapper.clearfix:after, .flip-clock-wrapper.clearfix:before, .flip-clock-wrapper:after, .flip-clock-wrapper:before {content: " "; display: table;}
.flip-clock-wrapper.clearfix:after, .flip-clock-wrapper:after {clear: both;}
.flip-clock-wrapper * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden;}
.flip-clock-wrapper a {cursor: pointer; text-decoration: none; color: #ccc; }
.flip-clock-wrapper a:hover {color: #fff; }
.flip-clock-wrapper ul {list-style: none; }
.flip-clock-wrapper.clearfix:before,.flip-clock-wrapper.clearfix:after {content: " "; display: table; }
.flip-clock-wrapper.clearfix:after {clear: both; }
.flip-clock-wrapper.clearfix {*zoom: 1; }
.flip-clock-wrapper {font: normal 11px "Helvetica Neue", Helvetica, sans-serif; -webkit-user-select: none; }
.flip-clock-meridium{background:0 0!important;box-shadow:0 0 0!important;font-size:36px!important}
.flip-clock-meridium a{color:#313333}
.flip-clock-wrapper{teposition:relative;width:100%;margin:1em}
.flip-clock-wrapper:after,.flip-clock-wrapper:before{content:" ";display:table}
.flip-clock-wrapper:after{clear:both}
.flip-clock-wrapper ul{position:relative;float:left;margin:2px;width:41px;height:63px;font-size:18px;font-weight:700;line-height:65px;border-radius:6px;background:#000}
.flip-clock-wrapper ul li{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;text-decoration:none!important}
.flip-clock-wrapper ul li:first-child{z-index:2}
.flip-clock-wrapper ul li a{display:block;height:100%;-webkit-perspective:200px;-moz-perspective:200px;perspective:200px;margin:0!important;overflow:visible!important;cursor:default!important}
.flip-clock-wrapper ul li a div{z-index:1;position:absolute;left:0;width:100%;height:50%;font-size:80px;overflow:hidden}
.flip-clock-wrapper ul li a div .shadow{position:absolute;width:100%;height:100%;z-index:2}
.flip-clock-wrapper ul li a div.up{-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;top:0}
.flip-clock-wrapper ul li a div.up:after{content:"";position:absolute;top:44px;left:0;z-index:5;width:100%;height:3px;background-color:#000;background-color:rgba(0,0,0,.4)}
.flip-clock-wrapper ul li a div.down{-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;bottom:0}
.flip-clock-wrapper ul li a div div.inn {position: absolute;left: 0; z-index: 1; width: 100%; height: 200%; color: #ccc; text-shadow: 0 1px 2px #000; text-align: center; background-color: #4c4c4c; border-radius: 6px; font-size: 57px; }
.flip-clock-wrapper ul li a div.up div.inn {top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {bottom: 0; }
.flip-clock-wrapper ul.play li.flip-clock-before {z-index: 3; }
.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
.flip-clock-wrapper ul.play li.flip-clock-active {-webkit-animation: asd 0.5s 0.5s linear both; -moz-animation: asd 0.5s 0.5s linear both; animation: asd 0.5s 0.5s linear both; z-index: 5; }
.flip-clock-divider {float: left; display: inline-block; position: relative; width: 17px; height: 85px;}
.flip-clock-divider:first-child {width: 0; }
.flip-clock-dot {display: block; background: white; width: 7px; height: 7px; position: absolute; border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); left: 5px; }
.flip-clock-divider .flip-clock-label {position: absolute; top: -1.5em; right: -86px; color: black; text-shadow: none; display: none;  }
.flip-clock-divider.minutes .flip-clock-label {right: -88px; }
.flip-clock-divider.seconds .flip-clock-label {right: -91px; }
.flip-clock-dot.top {top: 25px; }
.flip-clock-dot.bottom {bottom: 40px; }
.flip-clock-wrapper ul li.flip-clock-active {z-index: 3; }

@-webkit-keyframes asd{0%{z-index:2}100%,20%{z-index:4}}@-moz-keyframes asd{0%{z-index:2}100%,20%{z-index:4}}@-o-keyframes asd{0%{z-index:2}100%,20%{z-index:4}}@keyframes asd{0%{z-index:2}100%,20%{z-index:4}}
.flip-clock-wrapper ul.play li.flip-clock-active .down {z-index: 2; -webkit-animation: turn 0.5s 0.5s linear both; -moz-animation: turn 0.5s 0.5s linear both; animation: turn 0.5s 0.5s linear both; }
@-webkit-keyframes turn{0%{-webkit-transform:rotateX(90deg)}100%{-webkit-transform:rotateX(0)}}@-moz-keyframes turn{0%{-moz-transform:rotateX(90deg)}100%{-moz-transform:rotateX(0)}}@-o-keyframes turn{0%{-o-transform:rotateX(90deg)}100%{-o-transform:rotateX(0)}}@keyframes turn{0%{transform:rotateX(90deg)}100%{transform:rotateX(0)}}
.flip-clock-wrapper ul.play li.flip-clock-before .up {z-index: 2; -webkit-animation: turn2 0.5s linear both; -moz-animation: turn2 0.5s linear both; animation: turn2 0.5s linear both; }
@-webkit-keyframes turn2{0%{-webkit-transform:rotateX(0)}100%{-webkit-transform:rotateX(-90deg)}}@-moz-keyframes turn2{0%{-moz-transform:rotateX(0)}100%{-moz-transform:rotateX(-90deg)}}@-o-keyframes turn2{0%{-o-transform:rotateX(0)}100%{-o-transform:rotateX(-90deg)}}@keyframes turn2{0%{transform:rotateX(0)}100%{transform:rotateX(-90deg)}}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show{0%{opacity:0}100%{opacity:1}}@-moz-keyframes show{0%{opacity:0}100%{opacity:1}}@-o-keyframes show{0%{opacity:0}100%{opacity:1}}@keyframes show{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes hide{0%{opacity:1}100%{opacity:0}}@-moz-keyframes hide{0%{opacity:1}100%{opacity:0}}@-o-keyframes hide{0%{opacity:1}100%{opacity:0}}@keyframes hide{0%{opacity:1}100%{opacity:0}}
	
.flip-clock-label, .flip-clock-divider.days, .flip-clock-divider.hours,
ul.flip:nth-child(4), ul.flip:nth-child(5), ul.flip:nth-child(6){display: none !important;}

.timer {padding-top: 34px;}
.title {font-size: 3.3125em; margin-top: 100px;}
.timer {background-image: url(../img/big-timer-bg.png); background-repeat: no-repeat; width: 325px; position: relative; height: 155px; padding: 34px 0px 0px; margin: 0 auto;}
.timer .button-bg {margin: 45px auto 0; display: block;}

@media all and (min-width: 769px) and (max-width:992px) {.two .counter {margin: -10px 0px 35px -75px !important;}	}
@media all and (min-width: 992px) {.two .counter {margin: -10px 0px 18px -50px !important;}}

.button-bg {width: 259px; height: 52px; background-image: url(../img/polychit.png); background-repeat: no-repeat; margin-left: 5px; margin-top: 40px; display: block; padding-top: 7.5px; padding-left: 9px;}
.but-bg2 {width: 216px !important; height: 52px !important; background-image: url(../img/besp-cons.png) !important;}
.ord2 {margin: 0 auto;}

.how-to-work form input {display: block !important;}
.how-to-work form label {width: 100%; margin: 0px !important; float: none !important; display: block; text-align: center;}


@media all and (min-width:992px) {.countdown-block {margin-left: -55px !important;} .how-to-work form .button-bg {display: block !important; float: none !important; margin: 30px auto 0 !important;} }

@media all and (min-width: 767px) {.dnn {display:none;}}
@media all and (min-width: 0px) and (max-width:767px) {.dnn{display: block}}
@media all and (min-width: 401px) and (max-width:468px) {.four .block-content .left-tape2 p, .seven .left-tape2 p{font-size: 70%} .seven .left-tape2 p b {font-size: 25px;}.nine .h1 {font-size: 2em;line-height: 1.2em;padding-top: 23px;}.five .block-content img {margin: 0 auto !important;float: none !important;}}
	
@media all and (min-width: 767px) and (max-width:970px) {
@-moz-document url-prefix() { 
  .seven ul.right {
     float: none;
  }
}
</pre></body></html>