@font-face {
    font-family: 'Shumi';
    src: url(../fonts/Shumi.eot);
    src: local(â˜º), url(../fonts/Shumi.woff) format("woff"),
    url(../fonts/Shumi.ttf) format("truetype"),
    url(../fonts/Shumi.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "Impact";
    src: url("../fonts/ImpactRegular.eot");
    src: url("../fonts/ImpactRegular.eot") format("embedded-opentype"),
    url("../fonts/ImpactRegular.woff") format("woff"),
    url("../fonts/ImpactRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-width: 320px;
}

body {
    margin: 0;
}

header {
    display: block;
}

a {
    background: 0 0;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

img {
    border: 0;
}

button, input, select {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

h1, h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}


@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


.collapse {
    display: none;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}


.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}


@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}


@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}


@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}


.clearfix:before, .clearfix:after, .container:before, .container:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " ";
}

.clearfix:after, .container:after, .navbar-header:after, .navbar-collapse:after {
    clear: both;
}

html, body, div, p, h1, h2, a, span, img, ul, li, form, input {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000;
}

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #000;
}

.container {
    width: 1170px;
    padding: 0;
}

body {
    font-family: 'Tahoma';
}

.navbar-collapse {
    padding: 0;
}

img {
    max-width: 100%;
}

.first-box {
    background: #000 url(../img/header-bg.jpg) no-repeat center;
    padding-top: 30px;
    padding-bottom: 122px;
    position: relative;
    box-shadow: inset 0 0 40px 25px #000;
}

.first-box:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    background: #f6e30d;
    opacity: .7;
    bottom: -27px;
    left: 47%;
    transform: rotate(45deg);
    z-index: 3;
}

.header__nav {
    text-align: center;
}

.header-navigation__item {
    display: inline-block;
    vertical-align: top;
}

.header-navigation__link {
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 18px;
    line-height: 1.1;
    display: block;
    padding: 15px 30px;
}

.header-navigation__link:hover, .header-navigation__link:active, .header-navigation__link:focus {
    color: #f6e30d;
}

.description__box {
    width: 44%;
    padding-top: 135px;
    padding-bottom: 85px;
    position: relative;
}

.description__main-tittle {
    font-family: "Shumi";
    font-size: 24px;
    color: #fff;
    padding-bottom: 60px;
}

.change-color {
    color: #f6e30d;
    font-size: 48px;
}

.my-title {
    font-size: 24px;
    color: #fff;
}

.my-title_my-text {
    font-size: 14px;
    padding-top: 10px;
}

.buy-btn__box {
    text-align: center;
    padding: 0 460px;
    padding-right: 478px;
}

.buy-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    font-family: "Impact";
    background: #f6e30d;
    border-radius: 15px;
    padding: 0 30px;
}

.buy-btn:hover {
    background: #DFCC00;
    color: #000;
}

.amulet-img__wrap {
    position: absolute;
    top: 220px;
    right: -205px;
}

.amulet {
    width: 150px;
    height: 150px;
    transform-style: preserve-3d;
    animation: my-rotate 10s infinite linear;
}

.box-1 {
    background: url(../img/box-1-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 85px;
    padding-bottom: 30px;
    position: relative;
    box-shadow: 0 1px 30px 5px #000;
}

.why-me_box {
    padding: 0 85px;
}

.title-text {
    font-size: 24px;
    color: #f6e30d;
    text-align: center;
    font-weight: 700;
}

.my-title__uppercase {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding-top: 10px;
}

.box-2 {
    background: url(../img/content-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 30px;
    position: relative;
}

.box-2__wrap {
    position: relative;
}

.box-2__wrap:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f6e30d;
}

.description__main-tittle--align-center {
    text-align: center;
}

.amulet-option__wrap {
    padding: 20px 90px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    margin: 10px 0;
    border-radius: 25px;
}

.amulet-option__img {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 6px 7px 25px 1px #000;
    width: 30%;
}

.amulet-option__text {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    margin: 0 60px;
}

.title-text__option {
    text-align: start;
}

.my-title_my-text--bold {
    font-size: 18px;
}

.box-3 {
    background: url(../img/content-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 35px;
    position: relative;
}

.box-3__title {
    font-size: 40px;
    text-align: center;
    font-family: "Impact";
    color: #f6e30d;
}

.amulet__desc-text {
    color: #fff;
    font-size: 22px;
    font-family: "Impact";
    width: 69%;
}

.amulet__box {
    padding-left: 550px;
    padding-top: 90px;
    position: relative;
    padding-bottom: 85px;
}

.amulet-img__wrap--coordinates {
    top: 90px;
    left: 230px;
    width: 280px;
}

.amulet__desc {
    width: 100%;
    height: inherit;
    border: 3px solid #513a28;
    border-radius: 10px;
}

.countdown-timer {
    position: relative;
}

#countdown_dashboard {
    width: 545px;
    margin: 0 auto;
}

.dash {
    width: 33%;
    height: 114px;
    background: transparent url(../img/dash.png) 0 0 no-repeat;
    float: left;
    position: relative;
}

.dash .digit {
    font-size: 50pt;
    font-weight: 400;
    float: left;
    width: 55px;
    line-height: 55px;
    padding-top: 15px;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    color: #555;
    position: relative;
}

.dash_title {
    position: absolute;
    display: block;
    bottom: 0;
    right: 6px;
    font-size: 9pt;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.countdown-timer__title {
    font-size: 18px;
    color: #f6e30d;
    text-align: center;
    font-family: "Impact";
    padding-bottom: 15px;
    padding-top: 20px;
}

.bonus-box__text {
    font-size: 24px;
    color: #fff;
    font-family: "Shumi";
    text-transform: uppercase;
}

.bonus__box {
    width: 300px;
    text-align: center;
    position: absolute;
    top: 510px;
    right: 100px;
}

.box-3__text {
    font-size: 32px;
    color: #fff;
    font-family: "Impact";
    text-align: center;
}

.box-3__text--change-color {
    font-size: 43px;
    color: #f6e30d;
}

.form {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.form-input__wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}

.form-input {
    background: #fff;
    padding: 0 15px;
    border-radius: 3px;
    border: 1px solid #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form-input:focus {
    background: #f0e68c;
    box-shadow: 0 0 5px 3px #ff0;
}

.send-btn {
    border: none;
    font-size: 29px;
    text-transform: uppercase;
    padding: 0 50px;
}

.send-btn:active {
    box-shadow: 0 0 10px 8px #ff0;
}

.footer {
    background: url(../img/footer-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 85px 0;
}

#amulet {
    position: absolute;
    top: -100px;
}

#amulet-option {
    position: absolute;
    top: 0;
}

.footer {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #6C6E6F;
}

.footer p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer br {
    display: none;
}

.footer img {
    margin: 10px auto !important;
}

.footer a {
    color: #6C6E6F;
    text-decoration: none;
}

.footer a:hover {
    color: #FF0069;
    text-decoration: none;
}

.errField {
    display: none;
    font-size: 14px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.el-timer {
    text-align: center;
    line-height: 1;
    display: block;
}

.el-timer .timebox {
    display: inline-block;
    background: #fff;
    padding: 5px 0;
    width: 90px;
    border-radius: 5px;
}

.el-timer .timebox p {
    font-size: 60px;
}

.el-timer .timebox span {
    font-size: 12px;
}

@keyframes my-rotate {
    100% {
        transform: rotateY(360deg);
    }
}


@media screen and (max-width: 1200px) {
    body {
        overflow-x: hidden;
    }

    .container {
        width: 970px;
    }

    .header-navigation__link {
        padding: 10px 20px;
        font-size: 16px;
    }

    .first-box {
        padding-bottom: 70px;
    }

    .description__main-tittle {
        font-size: 21px;
    }

    .change-color {
        font-size: 38px;
    }

    .my-title {
        font-size: 21px;
        color: #fff;
    }

    .my-title_my-text {
        font-size: 14px;
        padding-top: 10px;
    }

    .buy-btn__box {
        padding: 0;
        padding-right: 10px;
    }

    .description__main-tittle {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .amulet-option__wrap {
        padding: 20px 0;
    }

    .box-3 {
        padding-top: 15px;
    }

    .box-3__title {
        font-size: 38px;
    }

    .amulet__box {
        padding-top: 25px;
        padding-bottom: 40px;
        padding-left: 475px;
    }

    .amulet-img__wrap--coordinates {
        top: 60px;
        left: 235px;
        width: 200px;
    }

    .bonus__box {
        top: 470px;
        right: 0;
    }

    .amulet-option__img {
        margin-left: 60px;
    }
}


@media screen and (max-width: 991px) {
    .container {
        width: 750px;
    }

    .description__box {
        width: 60%;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 180px;
        position: relative;
        text-align: center;
    }

    .amulet-img__wrap {
        position: absolute;
        top: 300px;
        right: 145px;
    }

    .buy-btn__box {
        padding: 0;
        padding-right: 0;
        padding-left: 10px;
    }

    .box-1 {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .box-2 {
        padding-top: 25px;
    }

    .description__main-tittle {
        padding-bottom: 0;
    }

    .amulet-option__img {
        box-shadow: none;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        margin-left: 50px;
        margin-right: 20px;
    }

    .title-text__option {
        text-align: center;
    }

    .amulet-option__text {
        width: 45%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0 10px;
    }

    .amulet__box {
        padding-left: 0;
        text-align: center;
    }

    .amulet__desc-text {
        width: 69%;
        margin: 0 auto;
        padding-top: 275px;
    }

    .amulet-img__wrap {
        top: 385px;
    }

    .countdown-timer__title {
    }

    .countdown-timer {
        position: relative;
        padding-bottom: 40px;
    }

    #countdown_dashboard {
        width: 100%;
    }

    .dash {
        width: 19%;
    }

    .bonus__box {
        top: 780px;
        right: 218px;
    }

    .box-3__text {
        padding-right: 0;
    }

    .form {
        width: 80%;
    }

    .amulet-img__wrap--coordinates {
        top: 20px;
        left: 265px;
    }

    .my-title {
        text-align: center;
    }

    .amulet__desc-text {
        padding-top: 220px;
    }

    .bonus__box {
        position: static;
        margin: 0 auto;
    }

    .countdown-timer {
    }
}


@media screen and (max-width: 767px) {
    .container {
        width: 450px;
    }

    .icon-bar {
        background: #f6e30d;
    }

    .navbar-toggle {
        right: 192px;
    }

    .first-box {
        padding-top: 0;
    }

    .description__box {
        padding-top: 15px;
        width: 70%;
        padding-bottom: 150px;
    }

    .description__main-tittle {
        font-size: 21px;
    }

    .change-color {
        font-size: 28px;
    }

    .amulet-img__wrap {
        top: 385px;
        right: 100px;
    }

    .buy-btn__box {
        padding: 0;
        padding-right: 0;
        padding-left: 0;
        padding-top: 15px;
    }

    .first-box:before {
        left: 45%;
    }

    .why-me_box {
        padding: 0;
    }

    .amulet__box {
        padding-bottom: 15px;
    }

    .dash {
        width: 30%;
    }

    #countdown_dashboard {
        left: 38px;
    }

    .bonus__box {
        top: 695px;
        right: 84px;
    }

    .form {
        width: 100%;
    }

    .footer {
        padding: 25px 0;
        padding-bottom: 160px;
    }

    .amulet {
        width: 125px;
        height: 125px;
    }

    .amulet-option__wrap {
        padding-bottom: 200px;
        position: relative;
    }

    .amulet-option__img {
        width: 50%;
        margin: 0 auto;
        display: block;
    }

    .amulet-option__text {
        width: 75%;
        left: 54px;
        top: 265px;
        position: absolute;
    }

    .amulet__desc {
        width: 200px;
    }

    .amulet-img__wrap--coordinates {
        top: 40px;
        left: 120px;
    }

    .amulet__desc-text {
        width: 95%;
        padding-top: 210px;
    }
}


@media screen and (max-width: 479px) {
    .container {
        width: 310px;
        padding: 0 5px;
    }

    .navbar-toggle {
        right: 113px;
    }

    .header-navigation__link {
        padding: 10px 5px;
        font-size: 14px;
    }

    .description__main-tittle {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .change-color {
        font-size: 27px;
    }

    .my-title {
        font-size: 14px;
    }

    .amulet {
        width: 100%;
        height: inherit;
    }

    .description__box {
        padding-bottom: 109px;
        width: 95%;
    }

    .first-box:before {
        left: 42%;
    }

    .amulet-img__wrap {
        top: 385px;
        right: 0;
        left: 0;
    }

    .amulet {
        width: 100px;
        height: 100px;
    }

    .amulet-option__wrap {
        padding: 10px 0;
        position: relative;
        padding-bottom: 200px;
        padding-top: 15px;
    }

    .amulet-option__text {
        width: 90%;
        position: absolute;
        top: 200px;
        left: 8px;
        padding-top: 0;
    }

    .amulet-img__wrap--coordinates {
        top: 10px;
        left: 50px;
    }

    .box-3__title {
        font-size: 22px;
    }

    .amulet__desc-text {
        width: 100%;
        font-size: 21px;
        padding-top: 130px;
    }

    .amulet__desc {
        width: 195px;
    }

    .dash {
        width: 23%;
        margin-right: 19px;
        height: 57px;
        background-size: cover;
    }

    .dash .digit {
        font-size: 38px;
        width: 34px;
        line-height: 1.1;
        padding-top: 10px;
    }

    .countdown-timer__title {
    }

    #countdown_dashboard {
        left: 27px;
    }

    .countdown-timer {
        position: relative;

    }

    .bonus__box {
        position: static;
    }

    .footer {
        padding-bottom: 125px;
    }

    .title-text {
        font-size: 18px;
    }
}

