
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}
#img122{
    border-radius: 70%;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr, fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400
}

ul li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

.row::after, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

img {
    max-width: 100%;
    height: auto
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff
}

.main-wrapper {
    overflow: hidden
}

.container {
    width: 970px;
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row::after {
    content: "";
    clear: both
}

@supports (-ms-accelerator:true) {
    body, html {
        overflow: hidden;
        height: 100%
    }

    body {
        overflow: auto
    }
}

.text {
    font-size: 12px;
    letter-spacing: .4px;
    color: #484848;
    line-height: 1.65em;
    font-weight: 700;
}

.text__g {
    color: #72910c
}

.text__r {
    color: #de2525
}

.text_wh {
    color: #fff
}

.text_xl {
    font-size: 23px;
    font-weight: 700
}

.text_m {
    font-size: 25px;
}

.media__img {
    display: block;
    transform: scale(1.5);
}

.media__img, .media__video {
    max-width: 100%;
    margin: 0 auto;
}

.media_circle {
    border-radius: 50%;
    overflow: hidden
}

.title {
    font-size: 23px;
    letter-spacing: .6px;
    color: #484848;
    font-weight: 700;
    text-align: center;
    direction: rtl;

}

.board {
    border-radius: 3px;
    background: #72910c linear-gradient(to bottom, #9fc700 0%, #4e6405 100%);
    padding: 27px 20px;
    text-align: right;

}

.board__text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .4px
}

.board_leaf {
    background: #72910c;
    border-radius: 40px 0 40px 0
}

.price {
    background-color: #e12525;
    padding: 5px 15px;
    display: table;
    border-radius: 3px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 21px
}

.price:after, .price:before {
    content: '';
    height: 51%;
    right: 15px;
    background-color: #e12525;
    display: block;
    position: absolute;
    width: 100%
}
.symptom-wrap{
    width:32%;
    /* float:left; */
    display: inline-block;
}

.price:before {
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    top: 0
}

.price:after {
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
    bottom: 0
}

.price__value {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .8px;
    position: relative;
    z-index: 1
}

.old-price__value {
    color: #484848;
    font-size: 26px;
    letter-spacing: .7px;
    text-decoration: line-through;
    font-weight: 700
}



.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: #c7c7c7
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #72910c
}

.quiz-result {
    display: none
}

.logo__img {
    display: block;
    max-width: 100%
}
.logo h1 {
    font-size: 42px;
}

.btn, .btn__text {
    text-align: center
}

.btn {
    background-color: #9fc700;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .55);
    padding: 26px;
    cursor: pointer;
    transition: all 150ms ease;
    border-radius: 3px;
    display: block;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
    width: 100%;
    color: #fff;
}
.badges{
    text-align:center;
}

.btn__text {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff
}

.btn:hover {
    box-shadow: none
}

.btn_yell {
    background-image: linear-gradient(to top, #cb7300, #fde800)
}

.btn_yell .btn__text {
    color: #000
}

.btn_m {
    padding: 17px
}

.card__img {
    display: block;
    margin: 0 auto 35px;
    max-width: 100%
}

.card__text {
    text-align: center
}

.list__item {
    position: relative;
    padding-left: 77px;
    margin-bottom: 10px;
}

.list__item:last-child {
    margin-bottom: 0
}

.list__item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #72910c
}
.boxForm{
        width: 42%;
        float: left;
}
.discBox2 {
    font-size: 20px !important;
    text-transform: uppercase;
    text-align: center;
    color: #d0320e !important;
    font-weight: bold !important;
    border: none !important;
    padding: 0px 0px 0px 0px;
    line-height: 28px;
}
.initial_price {
    font-size: 30px;
    color: #F00;
    text-decoration: line-through;
    text-shadow: 1px 1px 2px black;
}
.real_price {
    font-size: 39px;
    color: limegreen;
    text-shadow: 1px 1px 2px black;
}
.highlight-title {
    text-align: center
}

.highlight-title__text {
    font-size: 32px;
    text-align: justify;
    color: #d92719;
    position: relative;
    font-weight: 900;
    letter-spacing: -1.5px
}

.highlight-title__text_g {
    color: #69900b
}

.double-card__item:last-child .card__img {
    max-width: 196px
}

.double-card__item:first-child {
    position: relative;
    margin-bottom: 150px;
    height: 300px
}

.double-card__item:first-child:after {
    content: '';
    overflow: hidden;
    background: url(../images/arr_dwn.png) bottom;
    width: 29px;
    height: 49px;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto
}

.option {
    font-size: 0
}

.option__check {
    border: solid 3px #bebebe;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative
}

.option__check:checked + .option__check:before {
    content: '';
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border-radius: 50%;
    background-color: #bebebe;
    position: absolute
}



.option__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: .4px;
    max-width: calc(100% - 45px);
    width: 100%;
    margin-left: 15px
}

.quiz {
    font-size: 0
}

.quiz__media {
    width: 270px;
    display: inline-block;
    vertical-align: top
}



.quiz__title {
    font-size: 16px;
    color: #484848;
    letter-spacing: .4px;
    margin-bottom: 37px
}

.quiz__option {
    margin-bottom: 25px
}

.form__item:last-child, .quiz__option:last-child {
    margin-bottom: 0
}

.quiz__progress {
    margin-top: 49px
}

.quiz__btn {
    margin-top: 44px;
    display: none
}

.progress {
    text-align: center;
    font-size: 16px;
    color: #484848
}

.comment__head {
    font-size: 0;
    margin-bottom: 27px
}

.comment__ava {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px
}

.comment__name, .comment__text {
    font-size: 16px;
    letter-spacing: .4px;
    color: #fff;

}

.comment__name {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 95px)
}

.comment__text {
    line-height: 1.6em;
    direction: rtl;

}

.comment__media {
    margin: 15px auto 0;
    max-width: 300px
}

.form {
    padding: 56px 26px 53px
}

.form__title {
    font-size: 16px;
    letter-spacing: .4px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 45px
}

.form__item {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px;
    position: relative
}

.form__item_arr:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 3.5px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    right: 17px;
    top: 3px;
    bottom: 0;
    margin: auto
}

.form__item_arr:before, .sort:after {
    content: '';
    position: absolute;
    top: 0;
    margin: auto
}

.form__item_arr:before {
    border-radius: 50%;
    display: block;
    bottom: 0;
    background-color: #72910c;
    width: 21px;
    height: 21px;
    right: 10px
}
.footer{
    text-align:center;
}
#popUp{
    display:none;
}
#popUp {
    position: fixed;
    bottom: 10px;
    right: 50px;
    max-width: 300px;
    padding: 20px;
    font-size: 16px;
    box-shadow: 1px 1px 5px #999;
    font-weight: 100;
    background-color: rgba(0,0,0, 0.70);
    z-index: 999999999999999999;
    color: white;
    display: none;
}

.form__inp, .form__select {
    display: block;
    width: 100%;
    border: 0;
    padding: 11px 15px;
    font-size: 16px
}

.form__select {
    -webkit-appearance: none;
    -moz-appearance: none
}

.form__inp {
    outline: 0
}

.form__btn {
    margin-top: 42px
}

.sort {
    position: relative
}

.sort:after {

    width: 37px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    right: 0
}

.sort__media {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 11px
}

.sort__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sort__text {
    font-size: 9px;
    color: #484848;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.sec-header {
    padding-top: 28px
}

.sec-header .head-card-wrap, .sec-header .head-logo-wrap {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    width: calc(50% - 30px)
}


.sec-header .head-card-wrap {
    font-size: 0
}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.sec-header .head-card-wrap .card {
    width: 50%;
    display: inline-block;
    vertical-align: middle
}

.sec-header .head-card-wrap .card:first-child {
    padding-right: 7.5px
}

.sec-header .head-card-wrap .card:last-child {
    padding-left: 7.5px
}

.sec-action {
    margin-top: 20px;
}

.sec-action .action-list-wrap, .sec-action .action-media-wrap {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    float: left
}

.sec-action .action-media-wrap {
    margin-right: calc(8.33333% + 15px);
    width: 44%;
}
.quiz__item{
    width:33%;
    display:inline-block;
}




.sec-action .action-list-wrap .list {
    margin-bottom: 66px
}

.sec-action .action-list-wrap .list__item {
    padding-left: 30px
}
  .clock{
            margin-bottom: 30px;
        text-align: center;
    }

    .clock img{
        position: inherit !important;
        left:0 !important;
    }

    .time li{
            display: inline-block;
            width: 23%;
            margin-right: 5%;
            font-size: 15px;
    }
    .time li div {
        font-size: 35px;
        font-weight: bold;
        background: red;
        border-radius: 5px;
        color: #fff;
        margin-bottom: 4px;
        padding: 5px;
    }

    .clock ul{
        padding:0;
    }
.sec-action .action-list-wrap .list__item:last-child {
    border-bottom: 0
}

.sec-action .action-sorts-wrap {
    display: none;
    margin-bottom: -30px;
    position: relative;
    font-size: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
}

.sec-action .action-sorts-wrap::after {
    display: block;
    content: "";
    clear: both
}

.sec-action .action-sorts-wrap .highlight-title {
    margin-top: -40px
}

.sec-action .action-sorts-wrap .highlight-title__text {
    font-size: 14px;
    text-shadow: none
}

.sec-action .action-sorts-wrap .sort-wrap {
    width: 50%;
    float: left;
    margin-bottom: 30px
}

.sec-action .action-sorts-wrap .sort-wrap:nth-child(odd) {
    padding-right: 60px
}

.sec-action .action-sorts-wrap .sort-wrap:nth-child(odd) .sort {
    margin-left: auto
}

.sec-action .action-sorts-wrap .sort-wrap:nth-child(even) {
    padding-left: 60px
}

.sec-action .action-sorts-wrap .sort {
    max-width: 80px
}

.sec-action .action-sorts-wrap .media {
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    bottom: 0;
    margin: auto;
    width: 114px;
    height: 190px
}

.sec-action .action-sorts-wrap .media__img {
    width: 199px;
    max-width: initial
}

.sec-risk {
    padding-top: 30px;
    padding-bottom: 40px
}

.sec-risk .card-wrap .card, .sec-risk .container {
    position: relative
}

.sec-risk .container:after, .sec-risk .container:before {
    content: '';
    background: url(../images/skull.gif) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 72px;
    position: absolute
}

.sec-risk .container:before {
    left: 50px;
    top: 30px
}

.sec-risk .container:after {
    right: 50px;
    top: 29px
}

.sec-risk .row {
    font-size: 0;
    margin-top: 64px
}

.sec-risk .card-wrap {
    margin-bottom: 60px;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 30px)
}

.sec-risk .card-wrap .card__text:before {
    content: '';
    display: block;
    background: no-repeat center;
    background-size: cover;
    width: 131px;
    height: 131px;
    z-index: 1;
    margin-top: -181px;
    margin-bottom: 35px;
    margin-left: 15px
}

.sec-risk .card-wrap:first-child .card__text {
    position: relative
}

.sec-risk .card-wrap:first-child .card__text:before {
    background-image: url(../images/organ_1.png)
}

.sec-risk .card-wrap:nth-child(2) .card__text, .sec-risk .card-wrap:nth-child(3) .card__text, .sec-risk .card-wrap:nth-child(4) .card__text {
    position: relative
}

.sec-risk .card-wrap:nth-child(2) .card__text:before {
    background-image: url(../images/organ_2.png)
}

.sec-risk .card-wrap:nth-child(3) .card__text:before {
    background-image: url(../images/organ_3.png)
}

.sec-risk .card-wrap:nth-child(4) .card__text:before {
    background-image: url(../images/organ_4.png)
}

.sec-risk .card-wrap:nth-last-child(-n+2) {
    margin-bottom: 0
}

.sec-risk .card__img {
    width: 100%
}

.sec-accent {
    text-align: center;
    background-color: #e12525;
    padding-top: 43px;
    padding-bottom: 43px;
    font-size: 0
}

.sec-accent.flag .accent-content-wrap, .sec-accent.flag .accent-media-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 40%
}

.sec-accent.flag .accent-content-wrap {
    width: 60%
}

.sec-accent.flag .text {
    margin-bottom: 15px
}

.sec-accent.flag .btn {
    max-width: 255px
}

.sec-accent.danger .accent-content-wrap, .sec-accent.danger .accent-media-wrap {
    display: inline-block;
    vertical-align: middle
}

.sec-accent.danger .accent-content-wrap {
    max-width: calc(100% - 130px);
    margin-right: 30px
}

.sec-accent.danger .text {
    text-align: left
}

.sec-symptoms .container {
    position: relative;
    padding-top: 68px;
    padding-bottom: 100px
}

.sec-symptoms .container:after, .sec-symptoms .container:before {
    content: '';
    background: url(../images/siren.gif) no-repeat center;
    background-size: contain;
    width: 219px;
    height: 180px;
    position: absolute
}

.sec-symptoms .container:before {
    left: 0;
    top: -30px
}

.sec-symptoms .container:after {
    right: 0;
    top: 30px
}

.sec-symptoms .symptoms-list-wrap {
    margin-top: 54px;
}

.sec-symptoms .double-card {
    max-width: 290px;
    margin: 0 auto
}

.sec-symptoms .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    height: 66px
}

.sec-symptoms .owl-carousel .owl-nav button.owl-next, .sec-symptoms .owl-carousel .owl-nav button.owl-prev {
    width: 56px;
    height: 56px;

    background-size: contain
}

.sec-symptoms .owl-carousel .owl-nav button.owl-prev {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-right: 160px
}

.sec-quiz .container {
    padding-top: 66px;
    padding-bottom: 50px
}

.sec-quiz .quiz {
    margin-top: 56px;
    text-align: center;
}

.sec-quiz .quiz__media .media {
    width: 214px;
    height: 214px;
    overflow: hidden;
    border-radius: 50%
}

.sec-quiz .quiz__media .media__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sec-quiz .quiz__btn {
    max-width: 363px;
    margin: 44px auto 0
}

.sec-prod {
    background-color: #eee
}

.sec-prod .row {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
    direction: rtl
}

.sec-prod .container {
    padding-top: 44px;
    padding-bottom: 52px
}

.sec-prod .prod-content-wrap {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    width: calc(44.16667% - 30px);
    vertical-align: middle;
    direction: ltr;
    margin-top: 30px;
    text-align: center
}

.sec-prod .prod-content-wrap .text {
    margin-bottom: 30px;
    text-align: left
}

.sec-prod .prod-content-wrap .text:last-child {
    margin-top: 50px
}

.sec-prod .prod-meida-wrap {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    width: calc(55.83333% - 30px);
    vertical-align: middle;
    direction: ltr
}

.sec-prod .prod-meida-wrap .media {
    margin: 0 auto;
    display: table
}

.sec-prod .prod-meida-wrap .btn {
    max-width: 363px;
    margin: -110px auto 0;
    position: relative
}

.sec-components .container {
    padding-top: 92px;
    padding-bottom: 80px;
    position: relative
}

.sec-components .components {
    margin-top: 40px;
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 20px;
    display: block
}

.sec-components .components__item {
    display: inline-block;
    width: 50%;
    vertical-align: middle
}

.sec-components .components__item:nth-child(even) .card {
    margin-left: auto
}

.sec-components .components__item:first-child .card {
    margin-left: 95px
}

.sec-components .components__item:nth-child(2) {
    margin-top: 145px
}

.sec-components .components__item:nth-child(2) .card {
    margin-right: 45px
}

.sec-components .components__item:nth-child(3) {
    margin-top: -260px
}

.sec-components .components__item:nth-child(3) .card {
    margin-left: -45px
}

.sec-components .components__item:nth-child(4) {
    margin-top: 40px
}

.sec-components .components__item:nth-child(5) {
    margin-top: -200px;
    margin-left: 119px;
}

.sec-components .media {

    margin-top: 142px;
    position: relative
}

.sec-components .card {
    display: table
}

.sec-components .card__text {
    max-width: 170px;
    margin: 0 auto
}

.sec-components .board {
    max-width: 296px;
    margin: 100px auto 0;
    position: relative;
}

.sec-components .owl-theme .owl-dots {
    margin-top: 25px
}

.sec-components .owl-carousel .owl-nav {
    z-index: -1;
    position: absolute;
    bottom: 60px;
    margin: auto;
    right: 0;
    left: 0;
    height: 66px
}

.sec-components .owl-carousel .owl-nav button.owl-next, .sec-components .owl-carousel .owl-nav button.owl-prev {
    width: 56px;
    height: 56px;

    background-size: contain
}

.sec-components .owl-carousel .owl-nav button.owl-prev {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-right: 160px
}

.sec-reviews .container {
    padding-top: 73px
}

.sec-reviews .reviews-wrap {
    margin-top: 70px
}

.sec-footer .container {
    padding-top: 75px;
    padding-bottom: 45px
}

.sec-footer .row {
    margin-top: 53px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0
}

.sec-footer .footer-media-wrap {
    width: calc(66.66667% - 30px)
}

.sec-footer .footer-media-wrap .media {
    margin-left: -100px
}

.sec-footer .footer-form-wrap, .sec-footer .footer-media-wrap, .sec-footer .footer-video-wrap {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top
}

.sec-footer .footer-video-wrap {
    margin-left: calc(-47.5% + 15px);
    width: calc(45% - 30px)
}

.sec-footer .footer-video-wrap .media {
    margin: 0 auto 50px;
    display: table;
    padding: 10px
}

.sec-footer .footer-video-wrap .price {
    margin-left: auto;
    margin-right: 81px;
    margin-bottom: 20px
}

.sec-footer .footer-video-wrap .old-price {
    margin-left: auto;
    display: table;
    margin-right: 46px
}

.sec-footer .footer-form-wrap {
    width: calc(35.83333% - 30px)
}

@media screen and (max-width: 991px) {
    .media__img{
        margin:0 auto;
    }
    .sec-components .card{
        display:inherit;
    }
    .owl-carousel{
        text-align:center;
    }
    .container {
        width: 768px
    }
    
    .sec-components .components__item:nth-child(2){
        margin-top:10px;
    }
    .sec-components .components__item:nth-child(2) .card{
        margin-right:0;
    }
    .sec-components .components__item:nth-child(3){
        margin-top:0;
    }
    .sec-components .components__item:nth-child(3) .card{
        margin-left:0;
    }
    .sec-components .components__item:nth-child(4){
        margin-top:0;
    }
    .sec-components .components__item:nth-child(5){
        margin-top:0;
        margin-left:0;
    }
    .sec-action .action-media-wrap {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px
    }

    

    .sec-risk .card-wrap .card__text:before {
        width: 80px;
        height: 80px;
        margin-top: -131px
    }

    .sec-prod .prod-content-wrap, .sec-prod .prod-meida-wrap {
        width: calc(100% - 30px)
    }

    .sec-prod .prod-meida-wrap .btn {
        margin-top: -50px
    }

    .sec-components .components {
        position: static
    }

    .sec-components .components__item {
        width: 33%;
    }

    

    .sec-components .components__item:first-child .card {
        margin: 0 auto
    }

    .sec-components .media {
        right: 0;
        margin-top: 42px;
        width: auto;
    }

   

    .sec-footer .footer-media-wrap, .sec-footer .footer-video-wrap {
        width: calc(100% - 30px)
    }

    .sec-footer .footer-media-wrap .media {
        margin: 0 auto;
        display: block;
        width: 520px;
        position: relative;
        right: -150px;
    }

    .sec-footer .footer-video-wrap {
        margin-left: 15px
    }

    .sec-footer .footer-video-wrap .price {
        margin-left: auto;
        margin-right: auto
    }

    .sec-footer .footer-video-wrap .old-price {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: 50px
    }

    .sec-footer .footer-form-wrap {
        width: calc(100% - 30px);
        margin-left: calc(0 + 15px);
        margin-top: 25px
    }

    .sec-footer .footer-form-wrap .form {
        max-width: 300px;
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    .sec-components .components__item{
        width:100%;
    }
    .media__img{
        width:70%;
    }
    .boxForm {
    width: 80%;
    display: block;
    margin: 0 auto;
    float: none;
}
    .comment__head{
        margin-bottom:0;
    }
    .double-card__item:last-child .card__img {
    max-width: 100px;
}
    .quiz__item{
        width:100%;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 575px
    }

    .btn__text {
        font-size: 16px
    }

    .card__text {
        font-size: 14px;
        font-weight: 400;
        text-transform: lowercase
    }

    .card__text:first-letter, .sec-action .action-list-wrap .list__item:first-letter {
        text-transform: uppercase
    }

    .list__item:before {
        top: 18px;
        bottom: auto
    }

    .double-card__item:first-child {
        height: auto;
        margin-bottom: 60px
    }

    .double-card__item:first-child:after {
        bottom: -45px;
        height: 29px
    }

    .quiz__content, .quiz__media {
        width: 100%
    }

    .quiz__title {
        margin-top: 25px
    }

    .quiz__progress {
        display: none
    }

    .sec-header .head-logo-wrap {
        width: calc(100% - 30px);
        margin-bottom: 0px;
    }

    .sec-header .head-logo-wrap .logo__img {
        margin: 0 auto
    }

    .sec-header .head-logo-wrap .text {
        text-align: center
    }

    .sec-action .action-list-wrap, .sec-action .action-media-wrap, .sec-action .action-sorts-wrap, .sec-header .head-card-wrap {
        width: calc(100% - 30px)
    }

    .sec-action {
        margin-top: 0;
    }

    

    .sec-action .action-list-wrap .list {
        margin-top: 0;
        margin-bottom: 0px;
    }

    .sec-action .action-list-wrap .list__item {
        font-size: 14px;
        font-weight: 400;
        text-transform: lowercase;
        margin-bottom: 0;
        padding-top: 16px;
        padding-bottom: 1px;
        border-bottom: 1px solid rgba(0, 0, 0, .02);
    }

    .sec-action .action-sorts-wrap {
        display: block
    }

    .sec-risk {
        padding-top: 80px;
        padding-bottom: 15px
    }

    .sec-risk .container:before {
        left: 0;
        right: 0;
        margin: auto;
        top: -80px
    }

    .sec-action .action-list-wrap .btn, .sec-risk .container:after {
        display: none
    }

    .sec-risk .row {
        margin-top: 36px
    }

    .sec-risk .card-wrap {
        width: calc(100% - 30px);
        margin-bottom: 15px
    }

    .sec-risk .card-wrap .card__text:before {
        margin-top: -111px
    }

    .sec-risk .card-wrap:nth-last-child(-n+2) {
        margin-bottom: 15px
    }

    .sec-risk .card__img {
        margin-bottom: 15px
    }

    .sec-accent {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .sec-accent.flag .accent-media-wrap .media {
        max-width: 130px;
        margin: 0 auto
    }

    .sec-accent.flag .accent-content-wrap, .sec-accent.flag .accent-media-wrap {
        width: 100%
    }

    .sec-accent.flag .btn, .sec-accent.flag .text {
        font-size: 16px;
        text-align: center;
        font-weight: 400
    }

    .sec-accent.flag .text {
        text-transform: lowercase;
        margin-top: 21px;

    }

    .sec-accent.flag .text:first-letter, .sec-prod .prod-content-wrap .text:first-letter {
        text-transform: uppercase
    }

    .sec-accent.flag .btn {
        margin: 0 auto
    }

    .sec-accent.danger {
        display: none
    }

    .sec-symptoms .container {
        padding-top: 118px
    }

    .sec-symptoms .container:before {
        left: 0;
        right: 0;
        margin: auto;
        top: -30px
    }

    .sec-symptoms .container:after {
        display: none
    }

    .sec-quiz .container {
        padding-top: 20px
    }

    .sec-quiz .quiz__media {
        margin: 0 auto;
        width: 170px;
        display: block
    }

    .sec-quiz .quiz__media .media {
        width: 170px;
        height: 170px
    }

    .sec-prod .container {
        padding-bottom: 30px
    }

    .sec-prod .prod-content-wrap .text {
        text-align: center
    }

    .sec-prod .prod-content-wrap .text:not(:last-child) {
        font-size: 14px;
        text-transform: lowercase;
        font-weight: 400;
        line-height: initial
    }

    .sec-prod .prod-meida-wrap .btn {
        margin-top: -20px
    }

    .sec-components .container {
        padding-top: 30px
    }

    .sec-components .media {
        /* right: -30%; */
        /* margin-top: 42px; */
        width: auto;
    }

    .sec-components .board {
        margin-top: 0;
    }

    .sec-reviews .container {
        padding-top: 25px
    }

    .sec-reviews .reviews-wrap {
        margin-top: 25px
    }
    .card__img {
    display: block;
    margin: 0 auto 3px;
    max-width: 100%;
}
    .sec-header{
        padding-top:0;
    }
    .sec-symptoms .symptoms-list-wrap{
        height:375px;
    }
    .symptom-wrap{
        float:left;
    }
}

@media screen and (max-width: 574px) {
    .container {
        width: 100%
    }
    .sec-footer .footer-media-wrap .media {
        width: 100%;
        right: -30%;
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    body, html {
        overflow: hidden;
        height: 100%
    }

    body {
        overflow: auto
    }
}
.cc_widget {
  position: fixed;
  top: 0;
  right: -500px;
  display: none;
  width: 0;
  z-index: 10000;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  font-family: 'Roboto', sans-serif; }
  .cc_widget .clearfix:after, .cc_widget .clearfix:before {
    display: table;
    content: ''; }
  .cc_widget .clearfix:after {
    clear: both; }
  .cc_widget * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }


  .cc_widget__shipment, .cc_widget__pl, .cc_widget__customer {
    max-width: 500px;
    min-width: 350px;
    font-weight: 500;
    float: right; }

.cc_widget b b {
  font-weight: 900; }

.cc_widget .cc_dtable {
  display: table; }
.cc_widget .cc_dtc {
  display: table-cell;
  vertical-align: middle; }
.cc_widget .cc_dtc.vtop {
  vertical-align: top; }
.cc_widget .cc_dtc.bot {
  vertical-align: bottom; }

.cc_widget__customer.another {
  background: #2b8dc4;
  border-color: #2b6f8d; }
.cc_widget__customer {
  display: table;
  background: #5fba4d;
  border: 2px solid #518d46;
  margin-top: 30px;
  min-width: 300px;
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px; }

.cc_widget__customer .cc_dtc {
  padding: 10px;
  color: #fff;
  font-size: 17px; }
.cc_widget__customer .cc_dtc:first-child {
  width: 60px;
  padding-right: 0; }
.cc_widget__customer .cc_dtc:first-child img {
  max-width: 100%; }
.cc_widget__customer .cc_dtc b {
  font-size: 15px; }
.cc_widget__customer .cc_dtc text {
  display: block; }
.cc_widget__customer .cc_dtc span {
  color: #1eff00; }

.cc_widget__customer {
  display: table;
  background: #5fba4d;
  border: 2px solid #518d46;
  margin-top: 30px;
  min-width: 300px;
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px; }

.cc_widget__customer .cc_dtc {
  padding: 10px;
  color: #fff;
  font-size: 17px; }
.cc_widget__customer .cc_dtc:first-child {
  width: 60px;
  padding-right: 0; }
.cc_widget__customer .cc_dtc:first-child img {
  max-width: 100%; }
.cc_widget__customer .cc_dtc b {
  font-size: 15px; }
.cc_widget__customer .cc_dtc text {
  display: block; }
.cc_widget__customer .cc_dtc span {
  color: #1eff00; }



@media screen and (max-width:991px) {
  .cc_widget__shipment,.cc_widget__customer.another,.cc_widget__pl,.cc_dtc,.cc_widget__customer.make_offer,.cc_widget__call.c-alarm__button,.cc_widget.cc_wrapper {
    display:none!important;
  }
}


.new-button-s1 {
    display: block;
    margin: 5px auto 5px;
    border: none;
    background: red;
    font-size: 1.9em;
    color: #fff;
    max-width: 80%;
    border-radius: 15px;
    padding: 10px;
    font-weight: bold;
    box-shadow: 0px 0px 10px #000;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.new-button-s1:hover {
    box-shadow: none;
}

.nnpercent {
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    padding: 5px;
}

.main-wrapper .action-list-wrap {
    margin-top: 30%;
}
.clear {clear: both;}

@media screen and (max-width: 720px) {
    .list__item:before {top: 5px;}
    .sec-action .action-list-wrap .list__item {padding-bottom: 0;padding-top: 6px;}
    .main-wrapper .action-list-wrap {margin-top: 0;}
    .head-card-wrap {display: none;}
    .media__img, .logo__img {max-width: 60%;}
    .new-button-s1 {font-size: 1.6em;max-width: 90%;}
}
.copyright a {
    text-decoration: none;
    font-size: 12px;
    color: black;
}
.copyright {
    margin-top: 30px;
    margin-bottom: 30px;
}