/* styles */

body {
    min-width: 480px;
    background: #eee;
    font-family: 'Exo 2.0', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4em;
    color: #333333;
    cursor: default;
}

.main_wrapper {
    margin: 0 auto;
    width: 480px;
    background: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

b {
    font-weight: 700;
}

.section_title {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6em;
    position: relative;
}

.section_title>span {
    color: #e63e4b;
    font-weight: 700;
    display: block;
    font-size: 36px;
}


/* header */

.top_offer {
    min-height: 615px;
    background: url(../game/main4.webp) 50% 0% no-repeat, #204EA4;
    background-size: 480px auto;
    position: relative;
    padding: 0px 0px 30px 0px;
    text-align: center;
}

.top_offer h1 {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 23px;
    letter-spacing: 4px;
    color: #e63e4b;
}

.subtitle {
    text-transform: uppercase;
    color: #7c6a68;
    font-size: 20px;
    text-align: center;
    line-height: 1.4em;
}

.top_offer>a {
    margin-top: 690px;
    display: block;
}

.button {
    width: 400px;
    margin: 0px auto;
    padding: 30px 0px;
    background: #f9c802;
    text-transform: uppercase;
    border-radius: 42px;
    border-bottom: 4px solid #f9a502;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

.product_count {
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin: 30px auto 0px;
    padding: 0px 0px 0px 30px;
    background: url(../images/product_count_icon.png) 0% 50% no-repeat;
}

.product_count>span {
    color: #f9c802;
    font-weight: 700;
}

.product_cost {
    position: absolute;
    top: 590px;
    width: 420px;
    left: 30px;
}

.product_old_cost {
    float: left;
    width: 50%;
    padding: 17px 65px 23px 10px;
    border-radius: 50px 0px 0px 50px;
    font-size: 14px;
    color: #736160;
    text-transform: uppercase;
    text-align: right;
    background: #faf6ed;
}

.product_old_cost>span {
    display: block;
    font-size: 30px;
    text-decoration: line-through;
}

.product_old_cost>span>small {
    font-size: 24px;
}

.product_new_cost {
    float: right;
    width: 50%;
    padding: 17px 10px 23px 65px;
    border-radius: 0px 50px 50px 0px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    background: #e63e4b;
}

.product_new_cost>span {
    display: block;
    font-size: 30px;
}

.product_new_cost>span>small {
    font-size: 24px;
}

.product_sale {
    position: absolute;
    width: 107px;
    height: 105px;
    background: url(../images/offer_sale.png) 50% 50% no-repeat;
    top: -9px;
    left: 157px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 23px 0px 0px 28px;
    text-align: left;
}

.product_sale>span {
    display: block;
    font-size: 28px;
    font-weight: 700;
}


/* section_description */

.section_description {
    padding: 40px 0px 10px;
}

.section_description .section_title {
    padding: 0px 0px 20px;
}

.section_description>img {
    display: block;
}

.description_text {
    text-align: center;
    line-height: 1.6em;
    font-size: 16px;
    margin: 20px 0px;
    padding: 0px 20px;
}


/* product_plus */

.product_plus {
    padding: 50px 0px 70px;
    background: url(../images/product_plus_bg_top.jpg) 50% 0% no-repeat, url(../images/product_plus_bg_bot.jpg) 50% 100% no-repeat, #72605f;
    position: relative;
}

.product_plus .section_title {
    color: #fff;
}

.product_plus .section_title>span {
    color: #f9c802;
}

.product_plus_list {
    margin-top: 30px;
    padding: 0px 20px;
    text-align: center;
}

.product_plus_item {
    float: left;
    width: 210px;
    margin: 0px 20px 20px 0px;
    border-radius: 12px;
    overflow: hidden;
}

.product_plus_item:nth-child(2n) {
    margin: 0px 0px 20px 0px;
}

.product_plus_item:last-child {
    margin: 13px 0px 0px;
}

.product_plus_item>img {
    display: block;
}

.product_plus_item p {
    font-size: 16px;
    background: #fff;
    padding: 20px 12px 20px 12px;
}

.product_plus>a {
    position: absolute;
    bottom: -30px;
    left: 40px;
    z-index: 2;
}


/*how_work*/

.how_work {
    padding: 80px 0px 10px;
}

.how_work_list {
    margin: 30px 0px 0px;
}

.how_work_item {
    min-height: 85px;
    padding: 15px 20px 15px 115px;
    text-align: left;
}

.how_work_item:nth-child(1) {
    background: url(../images/how_work1.png) 20px 50% no-repeat;
}

.how_work_item:nth-child(2) {
    background: url(../images/how_work2.png) 20px 50% no-repeat;
}

.how_work_item:nth-child(3) {
    background: url(../images/how_work3.png) 20px 50% no-repeat;
}

.how_work_item p {
    line-height: 1.6em;
}


/* product_gallery */

.product_gallery {
    padding: 20px 0px 20px;
    text-align: center;
}

.product_gallery h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.product_gallery h2>span {
    font-weight: 700;
}

.auto_gallery {
    margin-top: 20px;
    padding: 0px 20px;
}


/* reviews_section */

.reviews_section {
    background: url(../images/product_plus_bg_bot.jpg) 50% 100% no-repeat, #72605f;
    padding: 40px 0px 60px;
}

.reviews_section .section_title {
    color: #fff;
}

.reviews_section .section_title>span {
    color: #f9c802;
}

.reviews_list {
    margin: 30px 0px 0px;
}

.reviews_item {
    text-align: center;
    padding: 0px 20px;
}

.reviews_item>img {
    /* border-radius: 50%; */
    border: 12px solid rgba(255, 255, 255, 0.1);
}

.reviews_section .owl-carousel .owl-item img {
    width: 260px;
    margin: 0px auto;
}

.reviews_item .reviews_text:after {
    content: '';
    position: absolute;
    width: 123px;
    height: 23px;
    top: -40px;
    left: 160px;
    background: url(../images/reviews_icon.png);
}

.reviews_text {
    position: relative;
    background: #fff;
    padding: 20px 20px;
    border-radius: 12px;
    line-height: 1.6em;
    margin-top: 30px;
}

.reviews_text>span {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
}

.reviews_section .owl-prev {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: url(../images/reviews_arrows.png) 0% 50% no-repeat;
    position: absolute;
    top: 110px;
    left: 70px;
}

.reviews_section .owl-next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: url(../images/reviews_arrows.png) 100% 50% no-repeat;
    position: absolute;
    top: 110px;
    right: 70px;
}


/* section how_order */

.how_order {
    padding: 30px 0px;
}

.order_text {
    width: 100%;
    padding: 5px 20px 5px 120px;
    min-height: 84px;
}

.how_order .order_item:nth-child(1) {
    background: url(../images/how_order_1.png) 20px 50% no-repeat;
}

.how_order .order_item:nth-child(2) {
    background: url(../images/how_order_2.png) 20px 50% no-repeat;
}

.how_order .order_item:nth-child(3) {
    background: url(../images/how_order_3.png) 20px 50% no-repeat;
}

.order_item_list {
    margin: 40px 0px 0px;
}

.order_item {
    margin: 30px 0px 0px;
    min-height: 84px;
}

.order_item span {
    font-weight: 700;
    line-height: 1.6em;
}


/* head_bottom */

.head_bottom h3 {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 23px;
    letter-spacing: 4px;
    color: #e63e4b;
}

.order_form {
    margin: 690px 0px 0px;
    padding: 0px 40px;
}

.order_form input {
    width: 100%;
    height: 80px;
    border: none;
    padding: 0px 30px;
    border-radius: 40px;
    margin-bottom: 10px;
    font-family: 'Exo 2.0', sans-serif;
    font-size: 16px;
}

.order_form button {
    border: none;
    font-family: 'Exo 2.0', sans-serif;
    border-bottom: 4px solid #f9a502;
    width: 100%;
    height: 85px;
    padding: 0px;
}


/*   footer     */

.footer_section {
    padding: 25px 0;
    background: #fff;
    font-size: 14px;
    line-height: 1.6em;
    text-align: center;
}

.footer_section img {
    display: block;
    margin: 0 auto 10px auto;
}

.footer_section a {
    color: inherit;
}