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

body {
    padding: 0;
    margin: 0;
    font-family: 'Hind', sans-serif;
    line-height: 1.2;
}

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

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

.hidden-x {
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

.hidden-x {
    overflow-x: hidden;
}

.relative {
    position: relative;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}
.prod{
    width: 60%;
    margin-left: 20px;
}
.upper {
    text-transform: uppercase;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

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

.container-mini {
    margin: 0 auto;
}

header, footer {
    position: relative;
    background: #000 url(../img/header.jpg) no-repeat center;
    padding-bottom: 70px;
    -webkit-background-size: cover;
    background-size: cover;
}

header {
    background-position: center;
}

footer {
    padding-bottom: 0
}

header:after {
}

.main-text {
    background-color: #ffc000;
    max-width: 500px;
    font-size: 25px;
    position: relative;
    z-index: 42;
    display: table;
    padding: 9px 6px 6px 6px;
    font-weight: bold;
}

.main-text:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -9999px;
    background-color: #ffc000;
    z-index: -1;
}

.main-text:after {
    top: auto;
    bottom: 0;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    background: #ffc000;
    right: -23px;
    top: 0;
    z-index: -1;
}

.sex-header {
    position: relative;
    bottom: -42px;
}

.logo {
    position: relative;
    left: -73px;
    top: 3px;
    z-index: 4;
    width: 450px;
}

.logo-girl {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: -112px;
    right: 0;
    top: 0;
}

.product-main {
    position: absolute;
    right: -245px;
    top: 239px;
}

.discont {
    width: 222px;
    height: 187px;
    position: absolute;
    top: -87px;
    right: -149px;
}

.discont__int {
    position: relative;
    font-size: 43px;
    color: #ff3600;
    font-weight: bold;
    top: 65px;
    left: 37px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    -webkit-transform: matrix(0.9844, -0.2687, 0.1757, 1.0069, 0, 0);
    -moz-transform: matrix(0.9844, -0.2687, 0.1757, 1.0069, 0, 0);
    -ms-transform: matrix(0.9844, -0.2687, 0.1757, 1.0069, 0, 0);
    -o-transform: matrix(0.9844, -0.2687, 0.1757, 1.0069, 0, 0);
    transform: matrix(0.9844, -0.2687, 0.1757, 1.0069, 0, 0);
}

.section-1 {
    background-color: #000;
    color: #fff;
    padding-top: 36px;
    padding-bottom: 55px;
}

.order-block {
    margin-bottom: 60px;
}

.order-block__left {
    font-size: 68px;
    display: table-cell;
    vertical-align: middle;
    max-width: 470px;
    font-weight: bold;
    text-transform: uppercase;
}

.order-block__right {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
}

.price {
}

.price-new {
    color: #ffc000;
    font-size: 70px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.45);
}

.price-old {
    font-size: 45px;
    color: #ff3000;
    font-weight: bold;
    text-decoration: line-through;
    display: block;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.45);
}

.btn-order {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: -moz-linear-gradient(269deg, rgba(222, 38, 60, 1) 0%, rgba(37, 127, 176, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(222, 38, 60, 1)), color-stop(100%, rgba(37, 127, 176, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(269deg, rgba(222, 38, 60, 1) 0%, rgba(37, 127, 176, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(269deg, rgba(222, 38, 60, 1) 0%, rgba(37, 127, 176, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(269deg, rgba(222, 38, 60, 1) 0%, rgba(37, 127, 176, 1) 100%);
    /* ie10+ */
    background: linear-gradient(181deg, rgba(222, 38, 60, 1) 0%, rgba(37, 127, 176, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de263c', endColorstr='#257fb0', GradientType=0);
    /* ie6-9 */
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    display: inline-block;
    padding: 15px;
    min-width: 150px;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    font-weight: 900;
}

.btn-order:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    text-decoration: none;
}

.advantages__icon {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    text-align: center;
}

.advantages__text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 24px;
}

.advantages__item {
    margin-bottom: 10px;
}

.advantages {
    color: #fff;
    display: block;
    vertical-align: middle;
    width: 65%;
    padding-right: 10px;
}

.cunt {
    position: absolute;
    left: -310px;
    top: 50%;
    margin-top: -192px;
}

.section-2 {
    background: url("../img/section-1.jpg")/*tpa=http://jiomobi.com/drindex/assets/img/section-1.jpg*/ no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    position: relative;
}

.section-header {
    background-color: #fff;
    padding: 30px;
    color: #000;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -45px;
}

.section-header__title1 {
    font-size: 40px;
}

.section-header__title2 {
    font-size: 23px;
}

.section-header__logo {
    font-size: 35px;
    color: #dd273d;
    text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.45);
}

.features__wrap {
    background: url(../img/substarte_marker_2.png)/*tpa=http://jiomobi.com/drindex/assets/img/substarte_marker_2.png*/ no-repeat;
    width: 100%;
    height: 240px;
    position: relative;
    background-size: contain;
}

.features__item .features__wrap:first-child {
    background: url(../img/substarte_marker_2.png)/*tpa=http://jiomobi.com/drindex/assets/img/substarte_marker_2.png*/ no-repeat;
}

.features__text {
    font-size: 21px;
    position: absolute;
    top: 50%;
    margin-top: -82px;
}

.features__text__left {
    padding: 33px 110px 0px 238px;
}

.features__img {
    position: absolute;
    z-index: 3;
    width: 200px;
    left: 22px;
    top: 50%;
    margin-top: -106px;
}

.features__border {
    border-radius: 50%;
    border: 5px solid #fff;
}

.features__item {
    position: relative;
    margin-bottom: -60px;
}

section {
    background-color: #ffffff;
    padding-bottom: 30px;
}

.section-3__header {
    -webkit-box-shadow: 2px 53px 102px 20px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 2px 53px 102px 20px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 53px 102px 20px rgba(0, 0, 0, 0.13);
}

.about-img {
    display: table-cell;
    vertical-align: middle;
    min-width: 245px;
    position: relative;
    z-index: 2;
}

.about-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    padding-left: 20px;
}

.about-text__item {
    margin-bottom: 40px;
    position: relative;
}

.about-text__item:before {
    content: "";
    background: url("../img/line.png")/*tpa=http://jiomobi.com/drindex/assets/img/line.png*/ no-repeat;
    width: 141px;
    height: 20px;
    position: absolute;
    left: -154px;
    top: 23px;
}

.about-product {
    max-width: 640px;
    margin: 0 auto;
}

.section-4 {
    background: url("../img/section-4.jpg")/*tpa=http://jiomobi.com/drindex/assets/img/section-4.jpg*/ no-repeat;
    padding: 80px 0;
    background-size: cover;
}

.section-4__title {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.profit {
    font-size: 0;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
}

.profit__item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding-left: 10px;
    text-align: center;
    padding-right: 10px;
}

.profit-text {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

.section-4__block {
    top: 0;
    margin-top: 50px;
}

.section-4__block .section-header__title1 {
    margin-bottom: 10px;
    font-size: 23px;
}

.review {
    margin-top: 50px;
}

.review__img {
    display: table-cell;
    vertical-align: top;
    width: 365px;
}

.review__text {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    font-size: 23px;
    color: #fff;
}

.review__text__author {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.review__item {
    margin-bottom: 30px;
}

.review__border {
    border: 5px solid #fff;
}

.second-text {
    font-size: 48px;
    max-width: 400px;
    color: #fff;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.45);
}

.buy-block-bg {
    color: #fff;
    padding: 20px 0;
}

.buy-block {
    display: table;
    width: 100%;
}

.buy-block__left {
    display: table-cell;
    vertical-align: bottom;
    width: 55%;
}

.buy-block__right {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 30px;
    width: 45%;
    position: relative;
    z-index: 2;
}

.form-content__element {
    padding: 16px;
    width: 100%;
    margin-bottom: 16px;
    border: 2px solid #ccc;
    font-size: 20px;
    color: #757575;
}

.form-wrap {
    padding: 26px;
    background-color: #fff;
}

.center {
    text-align: center;
}

.price-new__big {
    font-size: 70px;
}

.price-old__big {
    font-size: 58px;
}

.timer__items {
    text-align: center;
    font-size: 60px;
    color: #c0362f;
    font-weight: bold;
    display: table;
    margin: 0 auto;
}

.timer__item {
    display: inline-block;
}

.timer-block {
    background-color: #fff;
    color: #000;
    width: 90%;
    padding: 7px;
    font-size: 37px;
    text-align: center;
    font-weight: bold;
}

.main-wrap {
    /* overflow: hidden; */
    /* height: 400px; */
    /* background-color: #000; */
}

footer .main-wrap {
    height: 475px;
}

footer .logo {
    top: 0px;
}

footer .product-main {
    top: -306px;
}


.form-content__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff !important;
}

.btn-relative {
    margin: 0 auto -65px;
    display: table;
}

.visible-mob {
    display: none;
}

.girl-img {
    position: absolute;
    right: -344px;
    bottom: 0;
    width: 961px;
}

.features__item__right .features__img {
    right: 0;
    left: inherit;
}

.main-content {
    display: table;
    width: 100%;
}

.fire-text {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 420px;
    margin-bottom: 21px;
}

.features__item__right .features__text__left {
    padding: 24px 197px 0px 262px;
}

.red {
    color: #dd273d;
}
