/* BEGIN: Setup */
body {
    margin: 0;
}

li {
    list-style: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.common-backgroud {
    position: absolute;
    width: 100%;
    z-index: -1;
}

@font-face {
    font-family: Copperplategothic;
    src: url(../fonts/copperplategothic/unicode.copperpg.ttf);
}

@font-face {
    font-family: CopperplategothicLight;
    src: url(../fonts/copperplate-gothic-light/COPRGTL.TTF);
}

@font-face {
    font-family: CopperplategothicBold;
    src: url(../fonts/copperplate-gothic-bold/COPRGTB.TTF);
}

@font-face {
    font-family: Eras;
    src: url(../fonts/eras-demi-itc/ERASDEMI.TTF);
}

.copperplategothic {
    font-family: Copperplategothic, Arial, sans-serif;
}

.copperplategothic-light {
    font-family: CopperplategothicLight, Arial, sans-serif;
}

.copperplategothic-bold {
    font-family: CopperplategothicBold, Arial, sans-serif;
}

.eras {
    font-family: Eras, Arial, sans-serif;
}

/* END: Setup */

/* BEGIN: Header */
.header {
    padding-bottom: 3%;
    background-image: url(../images/bg_header.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.content-container {
    width: 80%;
    margin: auto;
}

.header__content__logo {
    margin: auto;
    margin-top: 10%;
    padding-left: 10%;
}

.header__content__hero__img {
    width: 100%;
    margin-top: 35%;
}

.header__content__bottom {
    clear: both;
    text-align: center;
    padding-top:100px;
}

.header__content__bottom__title {
    font-family: Copperplategothic, Arial, sans-serif;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
}

.header__content__bottom__title__big {
    font-size: 48px;
    vertical-align: 4px;
}

.header__content__bottom__button__group {
    display: flex;
    padding-top: 2%;
    justify-content: center;
}

.header__content__bottom__button {
    cursor: pointer;
    text-decoration: none !important;
    max-width: 340px;
    position: relative;
    padding: 20px;
}

.header__content__share {
    display: none;
    position: relative;
    margin-top: 30px;
    padding-top: 40px;
    background: #ffffff;
    border: 2px solid #978d85;
}

.header__content__share:after,
.header__content__share:before {
    bottom: 100%;
    left: 72%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.header__content__share:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 24px;
    margin-left: -24px;
}
.header__content__share:before {
    border-color: rgba(151, 141, 133, 0);
    border-bottom-color: #978d85;
    border-width: 27px;
    margin-left: -27px;
}

.header__content__share__close{
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/button_close.png) no-repeat;
    background-size: cover;
}

.header__content__share__wrap {
    text-align: center;
}

.header__content__share__group {
    display: flex;
    justify-content: center;
}

.header__content__share__group li {
    padding: 10px;
}
/* END: Header */

/* BEGIN: Task */
.task {
    position: relative;
}

.task__content__text {
    background-image: url(../images/bg_task.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-left: 185px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.task__content__text li {
    background-image: url(../images/icon_select.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
    padding-left: 28px;
    max-width: 720px;
    font-size: 9px;
    background-size: 14px;
}

.task__content__text li:first-child {
    background-image: none;
    padding-left: 0;
}

.task__content__text__first,
.task__content__text__second {
    display: block;
    font-weight: 700;
}

.task__content__text__first {
    font-size: 18px;
}

.task__content__text__second {
    font-size: 24px;
}

.task__content__text__line {
    background-position: 0 21px;
}

.task__content__text li p {
    margin-bottom: 8px;
}

.task__content__text__line__big {
    font-weight: bold;
    font-size: 26px;
    vertical-align: 2px;
}

.task__image {
    position: absolute;
    right: -115px;
    bottom: 0;
}

.task__image img {
    width: 80%;
}

/* END: Task */

/* BEGIN: Screen shot */
.screen-shot {
    background-image: url(../images/bg_screen_shot_crop.png);
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: contain;
}

.screen-shot__content {
    width: 50%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 155px;
}

.screen-shot__content__title {
    width: 50%;
    padding-bottom: 5px;
}

.screen-shot__content__slider__child:focus {
    outline: unset;
}

.screen-shot__content__slider__child img{
    margin: auto;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 40%;
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -80px;
}
/* END: Screen shot */

/* BEGIN: Interesting */
.interesting {
    padding-bottom: 10px;
}

.interesting__title {
    padding-bottom: 40px;
}

.interesting__content {
    display: flex;
    justify-content: center;
}

.interesting__content__child {
    text-align: center;
}
/* END: Interesting */

/* BEGIN: Hero */
.hero {
    background-image: url(../images/bg_hero.png);
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 80px;
}

.hero__content__title img {
    width: 50%;
}

.hero__content ul {
    display: inline-block;
}

.hero__content__child {
    width: 50%;
    float: left;
}

.hero__content__child:nth-child(odd) {
    text-align: right;
    padding-right: 45px;
}

.hero__content__child:nth-child(even) {
    text-align: left;
}

.hero__content__child:nth-child(2) {
    padding-left: 45px;
}

.hero__content__child:nth-child(4) {
    padding-left: 25px;
}

.hero__content__child:first-child,
.hero__content__child:nth-child(2) {
    padding-bottom: 10px;
}

.hero__content__child img {
    width: 80%;
}
/* END: Hero */

/* BEGIN: Download */
.download__content {
    padding-top: 0;
}

.notify {
    text-align: center;
    padding-top: 60px;
}

.notify__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.notify__message {
    display: none;
}

.notify__input {
    width: 500px;
    height: 57px;
    vertical-align: 19px;
    margin-right: 15px;
    border-radius: 10px;
    border: 2px solid #813012;
    box-sizing: border-box;
    padding-left: 20px;
}

.notify__input:focus {
    outline: unset;
}

.notify__btn {
    background-image: url(../images/btn_notify.png);
    background-repeat: no-repeat;
    width: 170px;
    height: 57px;
    border-radius: 15px;
    cursor: pointer;
}

.notify__note {
    color: #292020;
    padding-top: 15px;
    font-size: 18px;
}
/* END: Download */

/* BEGIN: Footer */
.footer {
    background-image: url(../images/bg_footer.png);
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.footer__content {
    text-align: center;
    padding-top: 50px;
}

.footer__content > a {
    display: block;
    font-size: 18px;
    color: #292020;
}

.footer__content > a:first-child:hover {
    text-decoration: none;
}

.footer__content > a:last-child {
    padding-top: 30px;
    text-decoration: underline;
}
/*END: Footer*/

/*BEGIN: Reponsive*/
@media only screen and (max-width: 1920px) and (min-width: 1632px) {
    .task__content__text {
        padding-top: 130px;
        padding-left: 300px;
    }

    .task__content__text li {
        font-size: 16px;
    }

    .task__content__text__first {
        font-size: 24px;
    }

    .task__content__text__second {
        font-size: 36px;
    }

    .task__content__text li p {
        margin-bottom: 10;
    }

    .task__image {
        right: -30px;
    }

    .task__image img {
        width: 100%;
    }

    .screen-shot__content__title {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .screen-shot__content {
        padding-bottom: 250px;
    }
}

@media only screen and (max-width: 1632px) and (min-width: 1440px) {
    .task__content__text {
        padding-top: 120px;
        padding-left: 245px;
    }

    .task__content__text li {
        font-size: 12px;
    }

    .task__content__text__first {
        font-size: 24px;
    }

    .task__content__text__second {
        font-size: 32px;
    }

    .task__content__text li p {
        margin-bottom: 10;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1280px) {
    .task__content__text {
        padding-left: 215px;
    }

    .task__content__text li {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .header__content__bottom__button__group {
      display: inline-block;
    }

    .header__content__bottom__button {
      width: 50%;
      margin: auto;
    }

    .header__content__share:after,
    .header__content__share:before {
        left: 50%;
    }

    .task__content__text {
        background-image: unset;
        padding-top: 430px;
        padding-bottom: 0;
    }

    .task__content__text li {
        font-size: 12px;
    }

    .task__image {
        top: 0;
        left: 30%;
    }

    .task__image img {
        width: 65%;
    }

    .screen-shot__content {
        padding-top: 20px;
        padding-bottom: 80px;
    }

    .hero {
        background-image: unset;
        padding: 0
    }

    .hero__content__title {
        padding-top: 60px;
    }

    .hero__content__child {
        display: inline-block;
        width: 100%;
        text-align: center !important;
        padding: 0 !important;
    }

    .hero__content__child:nth-child(2) img {
        padding-left: 40px !important;
    }

    .footer__content > a:last-child {
        padding-top: 0;
    }
}

@media only screen and (max-width: 1080px) {
    .interesting__content {
        display: inline-block;
        width: 100%;
    }

    .interesting__content__child {
        width: 50%;
    }

    .interesting__content__child:first-child {
        float: left;
    }

    .interesting__content__child:nth-child(2) {
        float: right;
    }

    .interesting__content__child:last-child {
        margin: auto;
    }
}
/*END: Reponsive*/