  body {
                    padding: 0;
                    margin: 0;
                    background: url(body-bg.gif) repeat scroll 0% 0% transparent;
                }
                body * {
                    font-family: Arial;
                }
                h1,
                h2 {
                    font-weight: normal;
                    margin: 0;
                }
                h1 {
                    font-size: 27px;
                }
                h2 {
                    font-size: 21px;
                }
                a {
                    color: rgb(186, 0, 9);
                }
                a:hover {
                    text-decoration: none;
                    color: rgb(255, 0, 0);
                }
                .wrap {
                    background: #fff;
                    min-width: 320px;
                    margin: 0 auto;
                }
                body img {
                    max-width: 100%;
                }
                .content {
                    width: 100%;
                    max-width: 1000px;
                    margin: 0 auto;
                    background: none repeat scroll 0% 0% rgb(255, 255, 255);
                }
                .breadcrumbs {
                    background: none repeat scroll 0% 0% rgb(186, 0, 9);
                    padding: 2px 2px 2px 15px;
                    width: 140px;
                    font-size: 12px;
                    color: rgb(255, 255, 255);
                    position: relative;
                    top: 15px;
                    margin-bottom: 25px;
                }
                .topic {
                    height: 80px;
                    width: 300px;
                    background: url(bg-blogs.png) no-repeat scroll 0% 0% transparent;
                    border: 1px solid rgb(204, 204, 204);
                    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
                    position: relative;
                    margin: 15px auto 5px;
                }
                .topic span {
                    float: left;
                    display: block;
                }
                .topic .title {
                    width: 100%;
                    text-align: center;
                    font-size: 21px;
                    margin-bottom: 5px;
                    color: rgb(186, 0, 9);
                    position: relative;
                    top: 5px;
                }
                .topic .text {
                    font-size: 12px;
                }
                .post {
                    padding: 15px;
                    font-size: 15px;
                }
                .post .info {
                    color: rgb(153, 153, 153);
                    font-size: 11px;
                    font-style: italic;
                    margin: 5px 0;
                }
                .post a {
                    font-size: 19px;
                }
                .comments {
                    max-width: 1000px;
                    margin: 5px auto 0;
                    padding: 0 15px;
                    background: none repeat scroll 0% 0% rgb(255, 255, 255);
                }
                .comment {
                    padding: 15px 0;
                    border-bottom: 1px solid rgb(204, 204, 204);
                }
                .comment .avatar {
                    float: left;
                    width: 35px;
                    height: 35px;
                }
                .comment .text {
                    margin-left: 45px;
                    font-size: 15px;
                }
                .comment .text .login {
                    color: rgb(186, 0, 9);
                    font-weight: bold;
                }
                .comment .text .date {
                    color: rgb(153, 153, 153);
                    font-size: 11px;
                    font-style: italic;
                }
                .comment .text .data {
                    display: block;
                    margin-top: 2px;
                    width: 100%;
                }
                .comment .text .data img {
                    display: block;
                    position: relative;
                    top: 5px;
                }
                .header {
                    width: 100%;
                    background: #000;
                    text-align: center;
                }
                .float_img {
                    float: right;
                    margin: 0 20px;
                }
                @media screen and (max-width: 768px) {
                    .float_img {
                        float: none;
                        display: block;
                        margin: 0 auto;
                    }
                }
                .sec-one-form {
                    background-color: #ffffff;
                    -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
                    border-radius: 50px;
                    padding: 20px;
                    width: 100%;
                    max-width: 400px;
                    margin: 15px auto;
                    text-align: center;
                }
                .sec-one-form .form-group {
                    margin: 0 auto;
                    width: 100%;
                    max-width: 265px;
                }
                .sec-one-form__timer {
                    font-weight: 400;
                }
                .sec-one__prices {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin: 10px 0;
                }
                .price-old {
                    font-size: 18px;
                    position: relative;
                    font-weight: 700;
                }
                .price-new {
                    margin-left: 30px;
                    font-weight: 700;
                }
                .price-new_currency {
                    font-size: 17px;
                    color: #3ba301;
                    font-weight: 700;
                }
                .price-old::after {
                    content: " ";
                    display: block;
                    position: absolute;
                    top: 40%;
                    left: 20%;
                    width: 60px;
                    height: 50px;
                    border-top: solid 5px #3ba301;
                    -webkit-transform: rotate(-25deg);
                    transform: rotate(-25deg);
                }
                .price-new {
                    font-size: 36px;
                    color: #3ba301;
                }
                .sec-one-form__discount {
                    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
                    font-size: 36px;
                    font-weight: 700;
                    text-transform: uppercase;
                    color: #0987e0;
                }
                select,
                input {
                    display: block;
                    width: 100%;
                    box-sizing: border-box;
                }
                .form-control,
                .form-control {
                    background-color: #ebebeb;
                    height: 50px;
                    border: none;
                    border-radius: 5px;
                    outline: none;
                    color: #333333;
                    font-size: 16px;
                    padding: 0 35px;
                    -webkit-transition: 0.1s ease;
                    transition: 0.1s ease;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    margin: 0 auto 10px;
                }
                .btn-buy {
                    display: block;
                    width: 100%;
                    max-width: 265px;
                    background-color: #57b721;
                    color: #ffffff;
                    border-radius: 50px;
                    text-transform: uppercase;
                    border: none;
                    font-weight: bold;
                    font-size: 30px;
                    padding: 10px 0;
                    -webkit-transition: 0.1s ease;
                    transition: 0.1s ease;
                    outline: none;
                    text-align: center;
                    margin: 10px auto;
                }
                .btn-buy:focus,
                .btn-buy:hover,
                .btn-buy:active {
                    -webkit-box-shadow: inset 0 4px 5px 2px rgba(0, 0, 0, 0.1);
                    box-shadow: inset 0 4px 5px 2px rgba(0, 0, 0, 0.1);
                }
                a,
                button {
                    cursor: pointer;
                }
                @media screen and (max-width: 500px) {
                    .sec-one-form {
                        padding: 20px 0;
                    }
                }