@font-face {
    font-family: 'Peace Sans';
    src: url(../fonts/PeaceSans.eot);
    src: url(../fonts/PeaceSans.eot?#iefix) format('embedded-opentype'), url(../fonts/PeaceSans.woff2) format('woff2'), url(../fonts/PeaceSans.woff) format('woff'), url(../fonts/PeaceSans.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

.logo {
    background-image: url(../img/bg-logo.png);
    background-repeat: no-repeat;
    padding-top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif
}



.logo__items ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 35px;
    list-style-type: none;
    display: inline-block;
    color: #fff
}

.logo__items ul li span {
    color: #f4d737
}

.logo__items ul li:first-child {
    background-image: url(../img/1.png);
    background-position: center left;
    background-repeat: no-repeat
}

.logo__items ul li:nth-child(2) {
    background-image: url(../img/2.png);
    background-position: center left;
    background-repeat: no-repeat
}

.logo__items ul li:nth-child(3) {
    background-image: url(../img/3.png);
    background-position: center left;
    background-repeat: no-repeat
}

.logo__items ul li:nth-child(4) {
    background-image: url(../img/4.png);
    background-position: center left;
    background-repeat: no-repeat
}

.form {
    background-image: url('../img/background_04.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover
}

.form__head h1 {
    margin-top: 23px;
    font-size: 45px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Peace Sans', sans-serif
}

.form__head h1 span {
    color: #2a9336
}

.form__head p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 180%;
}

.form__head p span {
    background-color: #2a9336;
    color: #fff;
    padding: 5px
}

.form__features {
    margin-top: 28px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px
}

.form__features span {
    color: #2a9336
}

.form__features ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.form__features li {
    -webkit-box-sizing: border-box;
    margin-bottom: 15px;
    box-sizing: border-box;
    list-style-type: none;
    padding-left: 35px;
    background-image: url(../img/5.png);
    background-repeat: no-repeat;
    background-position: center left
}

.form .landing__form {
    width: 100%;
    background-color: #f4d737;
    padding-top: 20px;
    position: relative;
    margin-bottom: 40px
}

.form .landing__form span {
    color: #b10924;
    display: block;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Peace Sans', sans-serif;
    font-size: 19px;
    text-align: center;
    padding-bottom: 7px
}

.form .landing__form input,
.form .landing__form select {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    width: 100%;
    -webkit-appearance: none;
    height: 44px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif
}


.form .landing__form button {
    width: 243px;
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
    border: 0;
    height: 53px;
    top: 7px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#c50a2c), to(#940618));
    background: -webkit-linear-gradient(top, #c50a2c, #940618);
    background: -o-linear-gradient(top, #c50a2c, #940618);
    background: linear-gradient(to bottom, #c50a2c, #940618);
    -webkit-border-radius: 40px;
    border-radius: 40px
}

.form .landing__form button span {
    color: #f4d737;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    display: inline;
    text-transform: none
}

.form .count p {
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000
}

.form .count .countdown>div {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #999;
    font-size: 43px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 13px;
    color: #72ca72
}

.form .price {
    margin-top: 35px
}

.form .price p {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0
}

.form .price .new_price_val {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 45px;
    color: #2a9336
}

.form .price .new_price_cur {
    color: #000;
    font-size: 41px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif
}

.form .price .old_price_val,
.form .price .old_price_cur,
.form .price .old-price {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: #45734a;
}

.form .price .old-price{
    text-decoration: line-through;
}

.form .price .course {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #6a6a6a;
    text-transform: lowercase
}

.risk {
    background: url('../img/IN_Hemorrex_background_06.png') no-repeat 104%/contain,
                url('../img/background_02.jpg') no-repeat center/cover;
}

@media(max-width: 992px){
    .risk{
        background: url('../img/background_02.jpg') no-repeat center/cover;
    }
}

.risk h2 {
    color: #ffea00;
    margin-bottom: 34px;
    font-family: 'Peace Sans';
    font-size: 55px
}

.risk h2 span {
    color: #fff
}

.risk ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px
}

.risk ul li {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    margin-right: 30px;
    font-size: 18px;
    background-image: url(../img/6.png);
    background-repeat: no-repeat;
    background-position: center left
}

.risk ul li:last-child {
    margin-right: 0
}

.risk ul li span {
    color: #ffea00
}

.risk__warning {
    margin-bottom: 45px;
    margin-top: 20px;
    text-align: center
}

.risk__warning p {
    text-align: center;
    padding: 8px;
    border: 2px dashed #000;
    background-color: #ffea00;
    color: #000;
    text-transform: uppercase;
    font-family: 'Peace Sans';
    font-size: 20px;
}

.risk__warning p span {
    color: #ab0105
}

.complication {
    background-image: url(../img/complaction.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover
}

.complication h2 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 33px;
    font-size: 42px;
    margin-top: 27px;
    font-family: 'Peace Sans';
    text-align: center
}

.complication h2 span {
    color: #9b2827
}

.complication .complictation__items {
    margin-bottom: 30px
}

.complication .complictation__items>div {
    display: inline-block;
    vertical-align: middle;
    min-height: 206px
}

.complication .complictation__items>div span {
    display: block;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px
}

.complication .complictation__items>div img {
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 48px 5px #cd5c5c;
    box-shadow: 0 0 48px 5px #cd5c5c;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    max-width: 200px;
}

.complication .complactation__item_form {
    background-image: url(../img/toForm.png);
    background-repeat: no-repeat;
    background-position: top center
}

.complication .complactation__item_form .toForm {
    display: inline-block;
    padding-left: 17px;
    vertical-align: middle;
    padding-top: 0;
    padding-right: 38px
}

.complication .complactation__item_form .toForm:last-child {
    padding-right: 0;
    padding-top: 10px
}

.complication .complactation__item_form span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 19px
}

.complication .complactation__item_form a {
    width: 300px;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
    text-decoration: none;
    border: 0;
    height: 53px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#c50a2c), to(#940618));
    background: -webkit-linear-gradient(top, #c50a2c, #940618);
    background: -o-linear-gradient(top, #c50a2c, #940618);
    background: linear-gradient(to bottom, #c50a2c, #940618);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-top: 20px;
    padding-top: 13px;
    border-radius: 40px
}

.complication .complactation__item_form a span {
    color: #f4d737;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    display: inline;
    text-transform: none
}

.features {
    background-image: url('../img/background_01.jpg');
    background-repeat: no-repeat;
    background-position: top center
}

.features h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Peace Sans';
    text-shadow: 1px 1px 7px #000;
    font-size: 44px;
    text-align: center;
    margin-top: 31px;
    line-height: 150%;
}

.features__description {
    text-align: center;
    margin-bottom: 39px;
    margin-top: 15px
}

.features__description p {
    text-align: center;
    padding:10px 5px;
    color: #ab0822;
    font-size: 17px;
    font-family: 'Peace Sans';
    background-color: #ffea00;
    line-height: 1.8;
}

.features ul {
    margin: 0;
    padding: 0
}

.features ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    background-image: url(../img/5.png);
    background-repeat: no-repeat;
    background-position: 4px 9px;
    color: #fff;
}

.features ul li span {
    color: #2a9336;
    font-weight: 700
}

.features img {

}

.result {
    background-image: url(../img/result.png);
    background-repeat: no-repeat;
    background-position: top center
}

.result h2 {
    font-family: 'Peace Sans';
    font-size: 58px;
    margin-top: 53px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2;
}

.result h2 span {
    color: #2a9336
}

.result p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.8;
}

.result p span {
    color: #2a9336;
    font-weight: 700
}

.result .toForm {
    margin-top: 424px
}

.result .toForm img {
    display: block;
    margin: 0 auto
}

.result .toForm a {
    width: 300px;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
    text-decoration: none;
    border: 0;
    height: 53px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#c50a2c), to(#940618));
    background: -webkit-linear-gradient(top, #c50a2c, #940618);
    background: -o-linear-gradient(top, #c50a2c, #940618);
    background: linear-gradient(to bottom, #c50a2c, #940618);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-top: 20px;
    padding-top: 13px;
    border-radius: 40px
}

.result .toForm a span {
    color: #f4d737;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    display: inline;
    text-transform: none
}

.result .img {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.result .product {
    margin-top: 326px
}

.expert {
    background-image: url('../img/background_07.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover
}

.expert__header h2 {
    color: #f4d737;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-size: 52px;
    font-family: 'Peace Sans';
    line-height: 1.3;
}

.expert__header h2 span {
    color: #fff
}

.expert__about {
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    padding-left: 111px;
    background-position: top center;
    width: 949px;
    padding-top: 27px;
    height: 497px
}

.expert__about p {
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding-left: 14px;
    padding-right: 36px;
    font-size: 19px
}

.expert__about .green {
    color: #2a9336;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px
}

.expert__features {
    margin-top: 58px
}

.expert__features img {
    display: block;
    margin-bottom: 5px
}

.expert__features span {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px
}

.expert__signature {
    background-color: transparent;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px
}

.expert__signature span {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #f4d737
}

.expert__signature p {
    color: #fff;
    font-size: 17px;
    text-transform: lowercase
}

.expert__img img {
    position: relative;
    z-index: 2;
    right: 4px;
    top: 33px
}

.method {
    background-image: url(../img/sert-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 14px
}

.method h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Peace Sans';
    margin-top: 32px;
    color: #f4d737;
    margin-bottom: 15px
}

.method h2 span {
    color: #fff
}

.method p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding-bottom: 0;
    margin-top: 0
}

.method img {
    width: 100%;
    height: auto;
    margin-top: 20px
}

.guarantee {
    background-image: url('../img/background_04.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 0;
    -webkit-background-size: cover;
    background-size: cover
}

.guarantee img {
    width: 100%
}

.guarantee h2 {
    color: #000;
    font-family: 'Peace Sans';
    line-height: 41px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 18px;
    line-height: 1.8;
}

.guarantee h2 span {
    color: #2a9336
}

.guarantee__items img {
    display: block;
    margin: 0 auto
}

.guarantee__items p {
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000
}

.guarantee__items p span {
    color: #2a9336
}

.guarantee .toForm {
    margin-top: 0
}

.guarantee .toForm a {
    width: 283px;
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin: 0 auto;
    text-decoration: none;
    border: 0;
    height: 65px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#c50a2c), to(#940618));
    background: -webkit-linear-gradient(top, #c50a2c, #940618);
    background: -o-linear-gradient(top, #c50a2c, #940618);
    background: linear-gradient(to bottom, #c50a2c, #940618);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-top: 20px;
    padding-top: 16px;
    border-radius: 40px
}

.guarantee .toForm a span {
    color: #f4d737;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    display: inline;
    text-transform: none
}

.guarantee .girl img {
    
}

.guarantee .warning {
    padding-left: 20px;
    padding-top: 34px
}

.guarantee .warning p {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-family: 'Peace Sans'
}

.guarantee .warning p span {
    color: #9b2827
}

.footer {
    background-image: url('../img/background_04.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 54px
}

.footer h2 {
    color: #000;
    font-family: 'Peace Sans';
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.5;
}

.footer h2 span {
    color: #2a9336
}

.footer__features ul li {
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    margin-bottom: 15px;
    box-sizing: border-box;
    list-style-type: none;
    padding-left: 35px;
    background-image: url(../img/5.png);
    background-repeat: no-repeat;
    background-position: center left
}

.footer__balance {
    margin-top: 20px
}

.footer__balance span:first-child {
    display: inline-block;
    padding: 15px;
    padding-left: 35px;
    background-color: #2a9336;
    color: #fff;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    font-size: 52px;
    margin-right: -4px;
    line-height: 52px
}

.footer__balance span:last-child {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    padding-top: 12px;
    font-size: 20px;
    padding-bottom: 12px;
    padding-right: 5px;
    padding-left: 10px
}

.footer .product img {
    width: 100%;
    margin-top: 102px
}

.footer .count {
    margin-top: 32px
}

.footer .count p {
    margin-top: 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #000
}

.footer .count .countdown {
    text-align: center;
    margin-bottom: 15px
}

.footer .count .countdown>div {
    display: inline-block;
    background-color: #fff;
    line-height: 60px;
    border: 2px solid #999;
    font-size: 57px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 13px;
    color: #72ca72
}

.footer .landing__form {
    background-color: #f4d737;
    padding-left: 22px;
    padding-right: 22px
}

.footer .landing__form span {
    color: #b10924;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 20px;
    font-family: 'Peace Sans';
    display: block;
    margin: 0 auto;
    font-size: 22px
}

.footer .landing__form input,
.footer .landing__form select {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px 0;
    box-shadow: 0 0 3px 0;
    padding-left: 15px;
    font-size: 21px;
    height: 43px;
    margin-bottom: 25px;
    -webkit-appearance: none;
    border: 0
}

.footer .landing__form button {
    width: 100%;
    display: block;
    font-size: 21px;
    margin: 0 auto;
    border: 0;
    height: 62px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#c50a2c), to(#940618));
    background: -webkit-linear-gradient(top, #c50a2c, #940618);
    background: -o-linear-gradient(top, #c50a2c, #940618);
    background: linear-gradient(to bottom, #c50a2c, #940618);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin-top: 20px
}

.footer .landing__form button span {
    color: #f4d737;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    display: inline;
    text-transform: none
}

.footer .landing__form .price {
    text-align: center;
    margin-top: 5px
}

.footer .landing__form .price p {
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0
}

.footer .landing__form .price span {
    display: inline
}

.footer .landing__form .price .new_price_val {
    font-family: 'Roboto', sans-serif;
    display: inline;
    font-weight: 900;
    font-size: 46px;
    color: #2a9336
}

.footer .landing__form .price .new_price_cur {
    color: #000;
    display: inline;
    font-size: 41px;
    text-transform: lowercase;
    font-weight: 900;
    font-family: 'Roboto', sans-serif
}

.footer .landing__form .price .old_price_val,
.footer .landing__form .price .old_price_cur {
    text-decoration: line-through;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: #45734a;

    font-weight: 700
}

.footer .landing__form .price .course {
    font-family: 'Roboto', sans-serif;
    color: #6a6a6a;
    font-size: 15px;
    text-transform: lowercase;
    padding-bottom: 15px
}

.recv {
    background-color: #f1e2bd;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000;
    padding-top: 20px;
    text-transform: uppercase;
    padding-bottom: 11px
}

.recv a {
    text-decoration: none;
    font-weight: 700
}

.product img {
    width: 100%
}

@media (max-width:1200px) {
    .logo__items ul li {
        font-size: 13px
    }
    .form .landing__form input,
    .form .landing__form select {
        width: 90%
    }
    .form .landing__form span {
        font-size: 15px
    }
    .form .landing__form button {
        width: 90%
    }
    .form__head h1 {
        font-size: 45px
    }
    .form__head p {
        font-size: 17px
    }
    .form__features {
        font-size: 15px
    }
    .form .count .countdown>div {
        font-size: 37px
    }
    .form .price .new_price_val {
        font-size: 38px
    }
    .form .price .new_price_cur {
        font-size: 34px
    }
    .form .price .old_price_val,
    .form .price .old_price_cur,
    .form .price .old-price{
    font-size: 22px
    }
    .form .price .course {
        font-size: 11px
    }
    .risk__warning p {
        font-size: 16px
    }
    .risk ul li {
        font-size: 16px
    }
    .complication h2 {
        font-size: 38px
    }
    .complication .complictation__items>div {
        margin-right: 49px
    }
    .complication .complactation__item_form .toForm {
        padding-right: 0;
        padding-left: 8px
    }
    .features ul li {
        font-size: 16px
    }
    .result p {
        font-size: 16px
    }
    .result .product {
        margin-top: 397px
    }
    .expert__img img {
        position: relative;
        z-index: 2;
        right: 62px;
        top: 33px
    }
    .expert__about {
        width: auto
    }
    .expert__about p {
        font-size: 16px
    }
    .expert__about .green {
        color: #2a9336;
        font-weight: 700;
        margin-top: 18px;
        margin-bottom: 20px
    }
    .expert__features span {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 12px
    }
    .expert__signature {
        margin-top: 12px
    }
    .expert {
        padding-bottom: 19px
    }
    .guarantee h2 {
        font-size: 34px
    }
    .guarantee__items p {
        font-size: 14px
    }
    .guarantee .toForm a {
        width: 250px
    }
    .footer .landing__form span {
        font-size: 20px
    }
    .footer .product img {
        width: 100%;
        margin-top: 183px
    }
    .footer__balance span:first-child {
        font-size: 49px
    }
    .footer__balance span:last-child {
        background-color: #fff;
        color: #000;
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        padding-top: 22px;
        font-size: 14px;
        padding-bottom: 22px;
        padding-right: 5px;
        padding-left: 10px
    }
    .footer__features ul li {
        font-weight: 700;
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        -webkit-box-sizing: border-box;
        margin-bottom: 15px;
        box-sizing: border-box;
        list-style-type: none;
        padding-left: 35px;
        background-image: url(../img/5.png);
        background-repeat: no-repeat;
        background-position: center left
    }
    .footer h2 {
        font-size: 45px
    }
    .footer {
        padding-bottom: 39px
    }
}

@media (max-width:993px) {
    .form__head h1 {
        font-size: 53px
    }
    .form__head p {
        font-size: 13px
    }
    .logo__items ul li {
        font-size: 9px
    }
    .logo img {
        padding-top: 0
    }
    .form__features {
        font-size: 11px
    }
    .form .landing__form span {
        font-size: 11px
    }
    .form .count .countdown>div {
        font-size: 22px
    }
    .form .price .new_price_val {
        font-size: 32px
    }
    .form .price .new_price_cur {
        font-size: 25px
    }
    .form .price .old_price_val,
    .form .price .old_price_cur,
    .form .price .old-price{
        font-size: 16px
    }
    .risk ul li {
        font-size: 11px
    }
    .complication h2 {
        font-size: 31px
    }
    .complication .complictation__items>div {
        margin-right: 17px
    }
    .complication .complictation__items>div span {
        font-size: 14px;
        margin:20px 0px;

    }
    .complication .complactation__item_form a {
        width: 190px;
        margin-top: 32px
    }
    .complication .complactation__item_form span {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-style: italic;
        font-size: 14px
    }
    .complication .complactation__item_form .toForm {
        padding-top: 19px
    }
    .complication .complactation__item_form {
        background-image: none;
        background-color: #f7eaa4
    }
    .features ul li {
        font-size: 14px
    }
    .features img {
        position: relative;
        right: 118px
    }
    .result h2 {
        font-size: 49px;
        line-height: 48px
    }
    .result p {
        font-size: 14px
    }
    .result .toForm img {
        display: block;
        margin: 0 auto;
        width: 100%
    }
    .result .toForm {
        margin-top: 396px
    }
    .expert__img img {
        display: none
    }
    .expert__about {
        padding-left: 53px
    }
    .expert__features {
        margin-top: 115px
    }
    .expert__about p {
        font-size: 17px
    }
    .expert__features {
        margin-top: 70px
    }
    .method h2 {
        font-size: 32px
    }
    .method img {
        margin-top: 84px
    }
    .guarantee h2 {
        font-size: 25px;
        line-height: 33px
    }
    .guarantee .girl img {

    }
    .guarantee__items p {
        font-size: 13px
    }
    .guarantee__items p br {
        display: none
    }
    .guarantee .toForm a {
        width: 190px;
        font-size: 21px
    }
    .footer h2 {
        font-size: 33px
    }
    .footer__features ul {
        padding: 0
    }
    .footer__features ul li {
        font-size: 14px
    }
    .footer .count .countdown>div {
        font-size: 37px
    }
    .footer__balance span:first-child {
        font-size: 44px;
        padding-left: 15px
    }
    .footer__balance span:first-child {
        display: inline-block;
        padding: 10px;
        background-color: #2a9336;
        color: #fff;
        font-weight: 900;
        font-family: 'Roboto', sans-serif;
        vertical-align: middle;
        margin-right: -4px;
        line-height: 52px
    }
    .footer__balance span:last-child {
        background-color: #fff;
        color: #000;
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        padding-top: 22px;
        font-size: 12px;
        padding-bottom: 22px;
        padding-right: 1px;
        padding-left: 6px
    }
    .footer .landing__form span {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .footer .landing__form input,
    .footer .landing__form select {
        height: 33px
    }
    .footer .landing__form button {
        font-size: 17px;
        height: 45px
    }
    .footer .landing__form .price p {
        font-size: 15px
    }
    .footer .landing__form .price .new_price_val {
        font-family: 'Roboto', sans-serif;
        display: inline;
        font-weight: 900;
        font-size: 31px;
        color: #2a9336
    }
    .footer .landing__form .price .new_price_cur {
        color: #000;
        display: inline;
        font-size: 28px;
        text-transform: lowercase;
        font-weight: 900;
        font-family: 'Roboto', sans-serif
    }
    .footer .landing__form .price .old_price_val,
    .footer .landing__form .price .old_price_cur {
        text-decoration: line-through;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: #45734a;

        font-weight: 700
    }
    .footer .landing__form .price .course {
        font-size: 11px
    }
    .recv p {
        font-size: 12px
    }
    .recv a {
        font-size: 12px
    }
    .footer .product img {
        margin-top: 243px
    }
}

.carousel__info {
    background-color: transparent
}

.carousel__info img {
    display: inline-block
}

.carousel__info>div {
    display: inline-block;
    vertical-align: middle;
    top: 13px;
    position: relative
}

.carousel__info span {
    color: #fff
}

.carousel__info .name {
    background-color: #f4d737;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    padding: 3px;
    font-weight: 700;
    margin-bottom: 5px
}

.carousel_text {
    background-color: #fff;
    border-top: 4px solid #84abc2
}

.carousel_text p {
    padding: 20px;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
}

.carousel h2 {
    color: #ffff;
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    font-family: 'Peace Sans';
    margin-top: 37px;
    margin-bottom: 35px
}

.carousel h2 span {
    color: #62ed72
}

.carousel {
    background-image: url(../img/carousel.jpg);
    background-position: top center;
    padding-bottom: 47px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.owl-carousel img {
    width: 80px!important;
    height: 80px!important;
    margin-right: 10px
}

.owl-prev {
    width: 35px;
    height: 35px;
    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    left: 40%
}

.owl-next {
    width: 35px;
    height: 35px;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    right: 41%
}

.owl-nav {
    position: relative;
    margin-top: 15px
}

.owl-dot {
    background-color: #fff;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    margin-right: 15px
}

.owl-dots {
    text-align: center
}

.owl-dots .owl-dot.active {
    background-color: #f4d737
}

@media (max-width:767px) {
    .container {
        margin: 0 auto
    }
    .pc {
        display: none
    }
    .logo img {
        display: block;
        margin: 0 auto;
        padding-bottom: 15px;
        padding-top: 3px
    }
    .form__head h1 {
        text-align: center;
        font-size: 35px
    }
    .form__head h1 br {
        display: none
    }
    .form__head p {
        font-size: 18px
    }
    .form__features ul {
        width: auto;
        display: block;
        font-size: 17px
    }

    .form .price {
        margin-top: 45px
    }
    .form .price .new_price_val {
        font-size: 46px
    }
    .form .price .new_price_cur {
        font-size: 40px
    }
    .form .price .old_price_val,
    .form .price .old_price_cur,
    .form .price .old-price{
        font-size: 16px
    }
    .count {
        margin-top: 180px;
        text-align: center;
        margin-bottom: 30px
    }
    .form .count .countdown>div {
        font-size: 43px
    }
    .form .landing__form span {
        font-size: 19px
    }
    .risk h2 {
        font-size: 30px
    }
    .risk ul {
        margin-bottom: 0
    }
    .risk ul li {
        display: block;
        font-size: 19px;
        margin-bottom: 16px
    }
    .risk ul li br {
        display: none
    }

    .risk__warning {
        margin-bottom: 45px;
        margin-top: 50px;
        text-align: center
    }
    .risk__warning p {
        border: 0;
        display: block;
        font-size: 20px
    }
    .complication h2 {
        font-size: 38px
    }
    .complication h2 br {
        display: none
    }
    .complication h2 span {
        display: block;
        font-size: 30px
    }
    .complication .complictation__items>div img {
        width: 100%;
        -webkit-box-shadow: 0 0 17px 5px #cd5c5c;
        box-shadow: 0 0 17px 5px #cd5c5c
    }
    .complication .complictation__items>div {
        margin-right: 0
    }
    .button {
        width: 100%;
        color: #000;
        font-family: 'Roboto', sans-serif;
        height: 65px;
        display: block;
        margin: 0 auto;
        background: -webkit-gradient(linear, left top, left bottom, from(#faec55), to(#eec219));
        background: -webkit-linear-gradient(top, #faec55, #eec219);
        background: -o-linear-gradient(top, #faec55, #eec219);
        background: linear-gradient(to bottom, #faec55, #eec219);
        -webkit-border-radius: 80px;
        border-radius: 80px;
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        line-height: 69px;
        margin-top: 20px;
        margin-bottom: 40px
    }
    .button:active {
        text-decoration: none;
        color: #000
    }
    .complication .complictation__items {
        margin-bottom: 0
    }
    .features img {
        position: static;
        margin-bottom: 32px
    }
    .features h2 {
        font-size: 30px
    }
    .features h2 br {
        display: none
    }

    .features__description {
        margin-top: 62px
    }
    .features p {
        font-size: 18px;
        text-transform: uppercase
    }

    .result h2 {
        font-size: 30px;
        text-transform: uppercase;
        margin-top: 23px;
        color: #000;
        margin-bottom: 16px
    }
    .result .product {
        margin-top: 26px
    }
    .result .product img {
        width: auto
    }
    .result .toForm {
        margin-top: 0
    }
    .result .toForm a {
        margin-top: 0;
        margin-bottom: 30px
    }
    .result .img {
        position: relative;
        bottom: 40px
    }
    .result p {
        font-size: 17px;
        margin-bottom: 0
    }

    .expert h2 {
        font-size: 30px;
    }
    .expert .expert__signature.two {
        position: relative;
        bottom: 38px;
        left: 130px
    }
    .expert__header {
        margin-bottom: 20px
    }
    .expert .p {
        font-size: 19px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        margin-top: 62px
    }

    .method h2 {
        font-size: 26px;
        text-align: center
    }
    .method img {
        margin-top: 21px
    }
    .guarantee .girl img {
        display: none
    }
    .guarantee img {
        width: auto
    }
    .guarantee h2 {
        font-size: 30px;
        text-align: center
    }
    .guarantee h2 span {
        font-size: 30px;
        display: block
    }
    .carousel h2 {
        font-size: 24px;
        text-shadow: 1px 1px 1px #000
    }
    .carousel .owl-prev {
        left: 0
    }
    .carousel .owl-next {
        right: 0
    }
    .carousel__info .name {
        font-size: 14px
    }

    .footer .count .countdown>div {
        font-size: 53px
    }
    .footer .landing__form input,
    .footer .landing__form select {
        height: 45px;
        width: 100%
    }
    .footer .landing__form span {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .footer__balance {
        margin-top: 30px
    }
    .footer__balance span:last-child {
        font-size: 19px
    }
    .footer__balance span:first-child {
        line-height: 78px
    }
    .footer h2 {
        font-size: 30px
    }
    .footer__features ul {
        margin-bottom: 40px
    }
    .footer__features ul li {
        font-size: 18px
    }
    .footer .landing__form .price .new_price_val {
        font-size: 46px
    }
    .footer .landing__form .price .new_price_cur {
        font-size: 40px
    }
    .footer .landing__form .price .old_price_val,
    .footer .landing__form .price .old_price_cur {
        font-size: 22px
    }
    .result .col-md-4 {
        margin-bottom: 20px;
    }
    .result .col-md-4:first-child {
        margin-top: 20px;
    }
    .result .col-md-4:last-child {
        margin-bottom: 0px;
    }
}

@media (min-width:768px) {
    .mob {
        display: none
    }
}

@media (max-width:768px) and (min-width:480px) {
    .form {
        -webkit-background-size: inherit;
        background-size: inherit;
        background-color: #f3efe3
    }
    .risk__warning p {
        display: block
    }
    .result {
        background-color: #e7eff2
    }
    .expert {
        -webkit-background-size: inherit
    }
    .method {
        -webkit-background-size: cover;
        background-size: cover
    }
    .footer {
        background-color: #f3f0e4
    }
}
@media(max-width: 768px){
    .prod-img{
        padding: 0!important;
    }
}
@media(max-width: 576px){
    .row{
        margin: 0;
    }
}
@media(max-width: 400px){
    .old-price{
        margin: 0 0 10px;
        width: 100%;
        display: block;
    }
}
.p1{max-width: 100%}
.p2{ width: 100%}
.p3{text-align: center; color:#000;}
.p3 a{color:#000; font-size: 14px;}
.p4{font-size: 16px}
.p5{font-weight: bold; font-size: 21px; font-family: 'Roboto'; color: #ab0105;line-height: 1.8;}
.p6{background: none}
.p7{color: #2a9336}
.p8{font-size: 14px}
