.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {

    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {

    .col,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {

    .col,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.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;
    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
}

.price-new-x--top body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
img,
ol,
ul,
li,
form,
input {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: 400;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

.yellow_span {
    color: #f72e2e
}

.header__logo {
    float: left;
    background: url(../images/logo_1.png) no-repeat 0 0;
    width: 203px;
    height: 59px;
    margin-top: 19px;
    -webkit-background-size: contain;
    background-size: contain
}

.header__blocks {
    text-align: center;
    padding-top: 9px
}

.header__block {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 0 42px 0 -8px;
    min-height: 45px;
    padding-left: 51px;
    text-align: left;
    position: relative;
    letter-spacing: -.03em
}

.header__block span {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif
}

.header__block:before {
    content: " ";
    background: url(../images/icon-header.png) no-repeat;
    width: 45px;
    height: 31px;
    position: absolute;
    top: 3px;
    left: 0
}

.header__block--1.header__block:before {
    background-position: 0 0
}

.header__block--2.header__block:before {
    background-position: -45px 0
}

.section1 {
    position: relative;
    padding-bottom: 10px;
    min-height: 789px;
    background: url(../images/green3.jpg);
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover
}

.section1:before {
    background-color: rgba(0, 0, 0, .5);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.main-title {
    color: #fff;
    font-size: 56px;
    line-height: 52px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin: 50px
}

.title-small {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 50px
}

.section-wrap {
    margin-top: 33px
}

.section-wrap:after {
    content: " ";
    clear: both;
    display: block
}

.section1-left {
    float: left;
    width: 336px;
    position: relative;
    z-index: 3;
    margin-top: 17px
}

.do {
    color: #fff;
    font-size: 19px;
    line-height: 22px;
    padding: 15px 0 30px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -.03em;
    position: relative
}

.do:before {
    content: " ";
    position: absolute;
    left: -77px
}

.do--1.do {
    background: url(../images/one.png) no-repeat 24px 12px;
    padding-left: 107px
}

.do--2.do {
    background: url(../images/two.png) no-repeat 8px top;
    padding-left: 107px;
    padding-bottom: 34px
}

.do--3.do {
    background: url(../images/three.png) no-repeat 18px top;
    padding-left: 107px;
    padding-bottom: 35px
}

.do--4.do {
    background: url(../images/four.png) no-repeat 12px top;
    padding-left: 107px
}

.sale-product-img {
    position: relative;
    background: url(uromexil.png) no-repeat 50px center;
    height: 250px;
    overflow: hidden;
    -webkit-background-size: contain;
    background-size: contain
}

.sale_50 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    width: 110px;
    height: 110px;
    background: url(../images/sale-icon.png);
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0;
    padding: 31px 9px;
    font-size: 20px;
    display: inline-block;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none
}

.sale_50 p {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    line-height: 24px
}

.product-sh {
    padding-left: 9px;
    padding-right: 9px
}

.product-sh--text {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -.03em;
    font-family: Arial, Helvetica, sans-serif
}

.product-how-much {
    color: #FFDE00;
    font-size: 14px;
    line-height: 12px;
    padding-top: 2px;
    letter-spacing: -1px;
    font-family: "Roboto-BoldItalic", Arial, Helvetica, sans-serif
}

img.line-dot {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 250px
}

.coast-offer {
    color: #FFDE00;
    font-size: 23px;
    margin-top: 35px;
    line-height: 11px;
    letter-spacing: -1px;
    font-family: Arial, Helvetica, sans-serif
}

.form-bg_top {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(0, 0, 0, .6)
}

.wrap-price--top {
    text-align: center;
    padding-bottom: 10px
}

.price-old-wrap--top,
.price-new-wrap--top {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.price-old-wrap--top {
    padding: 0 5px 0 0
}

.price-new-wrap--top {
    padding: 13px 0 0;
    background: url(../images/price-bg_1.png) no-repeat 0 0;
    width: 142px;
    height: 68px
}

.price-old-text--top {
    color: #fff;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -.03em;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 7px
}

.price-old-x--top {
    max-width: 100px;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto 10px
}

.price-old-currency--top {
    font-size: 17px
}

.price-old-x--top:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 46%;
    left: 0
}

.price-new-text--top {
    color: #FFDE00;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    letter-spacing: -.03em;
    font-family: Arial, Helvetica, sans-serif
}

.price-new-x--top {
    color: #FFDE00;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -1px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center
}

.price-new-currency--top {
    font-size: 18px
}

.timer-wrap {
    width: 291px;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none !important;
    background: url(../images/timer-bg.png) no-repeat
}

.timer-title {
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 2px
}

.timer-title span {
    padding: 0 6px;
    margin-top: -6px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600
}

.timer-new {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 4px
}

.timer__index {
    display: inline-block;
    vertical-align: top;
    background: url(../images/bg-timer.png) no-repeat 0 0;
    width: 55px;
    height: 41px;
    text-align: left
}

.timer__item {
    display: block;
    padding: 3px 0 0 6px;
    letter-spacing: 10px
}

.timer__point {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    position: relative
}

.timer__point:before,
.timer__point:after {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    content: '';
    width: 5px;
    height: 5px;
    left: 3px;
    top: 10px
}

.timer__point:after {
    top: 25px
}

.under-timer {
    text-align: center;
    margin: 0 24px -5px
}

.under-timer span {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    width: 32%
}

.form-main {
    position: relative;
    padding: 11px 9px 0
}

.form-main:after {
    content: ' ';
    background: url(../images/arrow-form.png) no-repeat 0 0;
    width: 42px;
    height: 85px;
    position: absolute;
    bottom: 43px;
    left: -36px;
    z-index: -1
}

.label--top {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 6px
}

.input-form,
.select-form {
    width: 100%;
    border: none;
    padding: 0 10px 0 48px;
    height: 36px;
    color: #000;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 7px;
    font-family: Arial, Helvetica, sans-serif
}

.input-form--name {
    background: url(../images/icon-name.png) no-repeat 11px center #fff
}

.input-form--phone {
    background: url(../images/icon-phone.png) no-repeat 12px center #fff
}

.form-shipment {
    text-align: center;
    color: #fff
}

.form-shipment span {
    font-weight: 700
}

.select-form {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/planet.png), url(../images/select.png);
    background-position: 12px center, 97% center;
    background-repeat: no-repeat, no-repeat;
    background-color: #fff
}

.submit-form {
    width: 100%;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: red;
    height: 65px;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px 1px 3px;
    letter-spacing: -1px;
    outline: none;
    margin-top: 5px
}

.submit-form:hover {
    background: red
}

.section2 {
    padding-top: 14px;
    background-color: #fdfcfc;
    margin: 0 0 50px;
    padding-top: 50px
}

.title {
    color: #000;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 7
}

.sect2-border {
    border-bottom: none;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    position: relative
}

.section2 .title {
    padding: 0 140px;
    margin: 0;
    position: relative;
    z-index: 3
}

.symptom-wrap {
    text-align: left;
    padding-top: 27px;
    padding-bottom: 8px;
    margin: 0 100px
}

.symptom-left {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    padding-left: 30px
}

.symptom-right {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    padding-left: 5px
}

.symptom-block {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    min-height: 110px;
    position: relative;
    margin-bottom: 10px
}

.symptom-block:before {
    content: " ";
    width: 147px;
    height: 105px;
    position: absolute;
    top: 0
}

.symptom-block--1.symptom-block:before {
    background: url(../images/b2-1.png) no-repeat
}

.symptom-block--2.symptom-block:before {
    background: url(../images/b2-2.png) no-repeat
}

.symptom-block--3.symptom-block:before {
    background: url(../images/b2-3.png) no-repeat
}

.symptom-block--7.symptom-block:before {
    background: url(../images/b2-4.png) no-repeat
}

.symptom-block--4.symptom-block:before {
    background: url(../images/b2-5.png) no-repeat
}

.symptom-block--5.symptom-block:before {
    background: url(../images/b2-6.png) no-repeat
}

.symptom-block--6.symptom-block:before {
    background: url(../images/b2-7.png) no-repeat
}

.symptom-block--8.symptom-block:before {
    background: url(../images/b2-8.png) no-repeat
}

.symptom-left .symptom-block:before {
    left: 0
}

.symptom-right .symptom-block:before {
    left: 0
}

.symptom-block--1 {
    padding: 21px 0 0 175px
}

.symptom-block--2 {
    padding: 18px 0 0 175px
}

.symptom-block--3 {
    padding: 3px 0 0 175px
}

.symptom-block--4 {
    padding: 19px 0 0 193px
}

.symptom-block--5 {
    padding: 14px 0 0 193px
}

.symptom-block--6 {
    padding: 4px 0 0 193px
}

.symptom-block.symptom-block--7 {
    padding: 3px 0 0 175px
}

.symptom-block.symptom-block--8 {
    padding: 14px 0 0 193px
}

.symptom-main-wrap {
    background: url(../images/symptom-main_1.png) no-repeat 42px center #463b38;
    padding: 30px 10px 30px 214px;
    position: relative;
    z-index: 2
}

.ifthen {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    letter-spacing: -1px;
    margin: 30px 0
}

.symptom-main-title {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 17px;
    letter-spacing: -1px
}

.symptom-main-text {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 1px
}

.danger-wrap {
    background: url(../images/danger-img.jpg) no-repeat 0 bottom;
    border-left: 1px solid #463b38;
    border-right: 1px solid #463b38;
    padding: 40px 0 10px;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex
}

.danger-wrap-block {
    padding: 0 0 9px;
    width: auto;
    display: inline-block
}

.danger-block {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -1px;
    padding: 0 0 3px 30px;
    color: #3b3b3b;
    background: url(../images/danger-bg.png) no-repeat 0 4px;
    margin-bottom: 30px
}

.danger-wrap-block.db1 {
    padding-left: 25px;
    padding-right: 30px
}

.danger-wrap-block.db2 {
    padding-right: 35px
}

.section-danger-text {
    padding-bottom: 23px
}

.danger-main-text {
    background: #463b38;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 35px 150px 30px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.section4 {
    padding: 0 0 20px
}

p.title {
    margin: 0;
    position: relative;
    z-index: 3;
    color: #000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px
}

.component_wrap {
    padding: 40px 0 0
}

.second_line_component {
    margin-top: 50px
}

.component-wrap_image {
    text-align: right
}

.component-wrap_image img {
    max-width: 150px;
    width: 100%;
    border-radius: 50%;
    transition: ease .3s
}

.component-wrap_image img:hover {
    transform: scale(1.2)
}

.component_wrap_description p {
    padding: 20px 0;
    letter-spacing: 1px;
    font-size: 15px
}

.component_wrap_description h3 {
    font-size: 20px;
    position: relative;
    display: inline-block;
    margin-top: 20px
}

.component_wrap_description h3:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #8cb601
}

.section5 {
    position: relative;
    z-index: 2;
    padding: 35px 0
}

.expert-wrap:before {
    content: " ";
    background: url(../images/expert.png) no-repeat 0 0;
    width: 535px;
    height: 543px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.expert-wrap {
    min-height: 540px;
    padding-top: 30px;
    padding-bottom: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
    background: url(../images/bg-expert_1.png);
    position: relative
}

.expert-block {
    padding: 32px 59px 0 443px;
    position: relative;
    z-index: 2
}

.expert-text {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 23px;
    letter-spacing: -1px
}

.expert-about {
    font-size: 18px;
    line-height: 26px;
    color: #2a5279;
    letter-spacing: -1px;
    text-align: right;
    font-family: "SegoeUI-SemiBoldItalic", Arial, Helvetica, sans-serif
}

.section6 {
    background: url(../images/green3.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.section6:before {
    background-color: rgba(0, 0, 0, .5);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.wrap_inner_section6 .form-bg-title--top {
    color: #FFDE00;
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block
}

.form-bg-title--top:after {
    content: url("../images/line.png");
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 14px;
    left: -19px
}

.wrap_inner_section6 {
    padding: 40px 0
}

.form-main-wrapper--center {
    min-height: 279px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.form-main-wrapper--center:after {
    content: " ";
    clear: both;
    display: block
}

.form-left--center {
    width: 372px;
    padding: 20px 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 5px
}

.wrap-price--center {
    text-align: center;
    padding-bottom: 28px;
    padding-left: 16px
}

.price-old-wrap--center,
.price-new-wrap--center {
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.price-old-wrap--center {
    padding: 14px 5px 0 0
}

.price-new-wrap--center {
    padding: 15px 0 0;
    background: url(../images/price-bg--center.png) no-repeat 0 0;
    width: 176px;
    height: 84px
}

.price-old-text--center {
    color: #fff;
    padding-bottom: 7px;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -.03em;
    padding-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center
}

.price-old-x--center {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.price-old-currency--center {
    font-size: 21px
}

.price-old-x--center:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 46%;
    left: 0
}

.price-new-text--center {
    color: #FFDE00;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    letter-spacing: -.03em;
    font-family: Arial, Helvetica, sans-serif
}

.price-new-x--center {
    color: #FFDE00;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: -1px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center
}

.price-new-currency--center {
    font-size: 23px
}

.sale-wrap--center {
    margin-right: -30px;
    padding: 15px 0 0 21px
}

.sale-title--center {
    font-size: 23px
}

.form-center--center {

    position: relative;
    z-index: 2;
    background: url(uromexil.png) no-repeat 0 0;
    width: 300px;
    height: 391px;
    background-size: contain;
    margin: 0 auto
}

.form-right--center {
    width: 372px;
    padding: 17px 25px 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 5px
}

.form-right--center .product-how-much {
    font-size: 15px;
    margin-bottom: 10px
}

.product-sh--text-center {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -1px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px
}

.product-how-much--center {
    text-align: right;
    margin-top: -3px;
    padding-right: 20px
}

.form-main--center {
    position: relative;
    padding: 1px 0 0
}

.form-main--center:after {
    content: ' ';
    background: url(../images/arrow-form2.png) no-repeat 0 0;
    width: 42px;
    height: 86px;
    position: absolute;
    bottom: 19px;
    left: -47px
}

.form-wrapper--center {
    background: url(../images/form-bg.png);
    border-radius: 10px
}

.section8 {
    background-color: #eaeff5;
    min-height: 488px;
    padding-top: 40px;
    padding-bottom: 20px
}

.section8 .title5 {
    margin-bottom: 50px
}

.text-slide {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-bottom: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important
}

.name-slide {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif
}

.section9 {
    padding: 50px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.section9 .title5 {
    margin-bottom: 40px
}

.wrap_text_point {
    display: inline-block;
    position: relative;
    z-index: 5
}

.wrap_point_span_1,
.wrap_point_span_2,
.wrap_point_span_3,
.wrap_point_span_4 {
    display: inline-block;
    color: #8cb602;
    border-right: 1px solid #8cb602;
    font-size: 48px;
    line-height: 48px;
    position: relative
}

.wrap_point_span_1 span {
    position: absolute;
    bottom: 19px;
    left: -10px
}

.wrap_point_span_2 span {
    position: absolute;
    bottom: 46px;
    left: -10px
}

.wrap_point_span_3 span {
    position: absolute;
    bottom: -11px;
    left: -10px
}

.wrap_point_span_4 span {
    position: absolute;
    bottom: 44px;
    left: -10px
}

.wrap_point img {
    margin-bottom: 10px;
    margin-top: 22px
}

.wrap_point_text {
    max-width: 370px;
    display: inline-block;
    margin-left: 30px
}

.wrap_point_text h5 {
    color: #000;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 1px;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 30px;
    border-bottom: 1px solid #8cb601;
    margin-bottom: 10px
}

.wrap_point_text p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400
}

.point_man {
    position: relative
}

.point_man:before {
    content: " ";
    background: url(../images/menSec9.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 600px;
    min-height: 645px;
    position: absolute;
    top: -13px;
    left: -206px
}

.point_man:after {
    content: " ";
    background: url(uromexil.png) no-repeat 0 0;
    width: 267px;
    height: 391px;
    position: absolute;
    top: 324px;
    right: 54px;
    z-index: 1;
    background-size: contain
}

.section10 {
    background-color: #463b38;
    padding: 50px 0;
    text-align: center
}

.section10 p.title {
    color: #fff;
    margin: 0;
    display: inline-block;
    position: relative
}

.section10 p.title:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0
}

.image_product {
    background: url(uromexil.png) no-repeat 0 0;
    height: 340px;
    margin: 30px 0 0 90px;
    background-size: contain
}

.wrap_accept {
    text-align: left
}

.wrap_accept p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    max-width: 450px;
    margin-top: 60px;
    margin-left: 80px
}

.wrap_accept p:last-child {
    margin-top: 20px
}

.wrap_accept p:first-child:before {
    content: url('../images/drop.png');
    margin-right: 10px;
    width: 100%;
    bottom: 140px;
    left: 10px;
    vertical-align: middle
}

.wrap_accept p:last-child:before {
    content: url('../images/times.png');
    margin-right: 10px;
    width: 100%;
    bottom: 19px;
    left: 8px;
    vertical-align: middle
}

.section11 {
    padding: 50px 0;
    background-color: #fbfbfb
}

.title5 {
    margin: 20px 0;
    color: #000;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 7
}

.work-block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding-top: 150px;
    position: relative
}

.work-block:before {
    content: " ";
    background: url(../images/work-img1.png) no-repeat;
    width: 120px;
    height: 118px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -56px
}

.work-block--1.work-block:before {
    background-position: 0 0
}

.work-block--2.work-block:before {
    background-position: -140px 0
}

.work-block--3.work-block:before {
    background-position: -270px 0
}

.work-name {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
    font-family: "Roboto", sans-serif
}

.cash_pay {
    text-align: center;
    margin-top: 40px;
    font-size: 30px
}

.section12 {
    background: url(../images/green3.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.section12:before {
    background-color: rgba(0, 0, 0, .5);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.wrap_footer {
    display: inline-block;
    padding: 40px 0
}

.section12 .sale-product-img {
    margin-top: 40px
}

.section12 .do-blocks {
    margin-top: 40px
}

@media only screen and (max-width: 1200px) {
    .form-bg_top {
        padding: 10px
    }

    .wrap_point img {
        
    }

    .price-old-x--top {
        font-size: 22px
    }

    .price-old-text--top {
        font-size: 12px
    }

    .coast-offer {
        font-size: 21px
    }

    .do {
        padding: 24px 0
    }

    .do--2.do {
        padding-bottom: 12px
    }

    .form-bg_top .timer-wrap {
        width: 100%
    }

    .timer-wrap {
        -webkit-background-size: contain;
        background-size: contain
    }

    .timer-title {
        font-size: 14px
    }

    .submit-form {
        font-size: 18px
    }

    span.product-how-much {
        top: 30px
    }

    .instructions {
        font-size: 34px
    }

    .wrap_point_span_1 span {
        position: absolute;
        top: 26px;
        left: 5px
    }

    .wrap_point_span_2 span {
        top: 26px;
        left: 5px
    }

    .wrap_point_span_3 span {
        top: 26px;
        left: 5px;
        bottom: auto;
    }

    .wrap_point_span_4 span {
        top: 26px;
        left: 5px
    }

    .wrap_point_text h5 {
        font-size: 20px
    }

    .wrap_point_text p {
        font-size: 16px;
        line-height: 18px
    }

    .wrap_point_span_1,
    .wrap_point_span_2,
    .wrap_point_span_3,
    .wrap_point_span_4 {
        font-size: 38px
    }

    .wrap_point_text {
        margin-left: 40px
    }

    .sale_50 {
        top: 0;
        left: 0
    }

    .point_man:before {
        top: -25px
    }

    .point_man:after {
        top: 334px
    }

    .image_product {
        margin: 20px 0 0
    }

    .form-center--center {
        margin-right: 25px;
        z-index: 0
    }

    .form-right--center {
        width: 322px
    }

    .form-right--center .product-how-much {
        font-size: 20px;
        padding-top: 10px;
        margin-top: 10px
    }
}

@media only screen and (max-width: 992px) {

    .do--1.do,
    .do--2.do,
    .do--3.do,
    .do--4.do {
        -webkit-background-size: contain;
        background-size: contain;
        height: 70px;
        margin: 10px 0
    }

    .sale-product-img {
        background-position: 0 89px;
        height: 280px;
        background-size: 80%;
    }

    .form-bg_top,
    .form-center--center,
    .form-left--center,
    .form-right--center {
        margin: 0 auto;
        width: 290px;
        position: relative;
        padding: 10px;
        border-radius: 5px 5px 0 0
    }

    .symptom-left {
        padding-left: 0
    }

    .symptom-block {
        padding: 110px 0 0 !important;
        text-align: center
    }

    .symptom-left .symptom-block:before,
    .symptom-right .symptom-block:before {
        left: 50%;
        transform: translateX(-50%)
    }

    .laboratory-product {
        display: none
    }

    span.product-how-much {
        top: 50px
    }

    .laboratory-text {
        font-size: 20px;
        line-height: 31px;
        padding: 25px 28px 51px;
        width: 470px;
        margin: 0 auto;
        opacity: .9;
        position: relative
    }

    .laboratory-text:after {
        content: " ";
        background: url(../images/product-dev.png) no-repeat 0 0;
        width: 190px;
        height: 444px;
        position: absolute;
        -webkit-background-size: contain;
        background-size: contain;
        bottom: -370px;
        right: 110px
    }

    .section3 {
        padding-bottom: 200px;
        -webkit-background-size: cover;
        background-size: cover
    }

    .problem-number {
        top: 35px
    }

    .expert-wrap {
        min-height: 500px;
        padding-top: 30px;
        padding-bottom: 0;
        background-position: 15px 107px;
        background-size: 282px
    }

    .expert-wrap:before {
        content: " ";
        background: url(../images/expert-mob.png) no-repeat 0 0;
        width: 557px;
        height: 345px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1
    }

    .expert-block {
        padding: 32px 8px 0
    }

    .expert-wrap {
        box-shadow: none;
        background: none
    }

    .section5 {
        background: url(../images/bg-expert.png);
        padding-bottom: 0
    }

    .expert-wrap {
        box-shadow: none;
        background: none;
        padding-bottom: 237px
    }

    .use-text {
        font-size: 34px
    }

    .instructions {
        font-size: 21px
    }

    .image_product {
        height: 224px;
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 50px auto 0
    }

    .wrap_accept {
        display: inline-block;
        text-align: center
    }

    .wrap_accept p {
        margin: 0 0 0 10px;
        text-align: left
    }

    .wrap_accept p:first-child:before {
        left: -55px
    }

    .wrap_accept p:last-child:before {
        left: -55px
    }

    .wrap_point_span_1,
    .wrap_point_span_2,
    .wrap_point_span_3,
    .wrap_point_span_4 {
        display: none
    }

    .wrap_point {
        text-align: center
    }

    .wrap_point_text {
        margin-left: 0
    }

    .wrap_point img {
        margin: 20px 0
    }

    .point_man {
        display: none
    }

    .effect-group-text {
        font-size: 16px;
        line-height: 17px
    }

    .section6 {
        text-align: center
    }

    .form-center--center {
        background-size: contain;
        background-color: rgba(0, 0, 0, .6);
        width: 290px;
        margin: 0;
        border-radius: 0;
        background-position-x: 42px;
        height: 270px
    }

    .form-right--center {
        width: 290px;
        padding: 10px;
        border-radius: 0 0 5px 5px
    }

    .form-bg-title--top:after {
        left: -17px
    }

    .sale_50 {
        top: 0;
        left: 120px
    }

    .wrap_inner_section6 {
        display: inline-block;
        margin: 0 auto
    }

    .section12>div>.row {
        text-align: center
    }

    .section12 .sale-product-img {
        margin: 30px 0;
        height: 260px;
        background-position: 0 85px;
    }

    .wrap_point_text h5 {
        margin-top: 0
    }

    .component_wrap {
        padding: 0 10px;
        text-align: center;
        margin: 30px 0 0
    }

    .component-wrap_image {
        text-align: center
    }

    p.title4 {
        font-size: 30px
    }

    .second_line_component {
        margin: 0
    }
}

.custom2 {
    max-width: 400px;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .animated {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important
    }

    .header__block {
        display: none
    }

    .header__logo {
        float: none;
        display: flex;
        margin: 20px auto 0
    }

    .danger-wrap {
        display: block;
        height: 415px;
        background-position: center
    }

    .danger-wrap-block.db1 {
        padding-left: 0
    }

    .symptom-main-wrap {
        background: #463b38;
        padding: 50px 10px;
        text-align: center
    }

    .symptom-main-title {
        font-size: 24px;
        position: relative;
        display: inline-block
    }

    .symptom-main-text {
        font-size: 18px;
        line-height: 22px
    }

    .ifthen {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 0;
        letter-spacing: 0;
        margin: 40px 0
    }

    .danger-main-text {
        padding: 30px 10px;
        font-size: 24px
    }

    .symptom-main-title:before {
        content: ' ';
        background: url(../images/symptom-main.png) no-repeat 0 0;
        width: 78px;
        height: 68px;
        position: absolute;
        background-size: contain;
        left: 50px;
        top: -84px
    }

    .use-text {
        font-size: 26px;
        text-align: center
    }

    .instructions {
        font-size: 17px;
        line-height: 27px
    }

    .wrap_accept p {
        font-size: 20px;
        line-height: 24px;
        margin-left: 90px
    }

    .wrap_accept p:first-child:before {
        left: 55px;
        bottom: 75px;
        content: url('../images/drop-small.png')
    }

    .wrap_accept p:last-child:before {
        content: url('../images/times-small.png');
        left: 55px;
        bottom: 7px
    }

    .wrap_use {
        padding: 0;
        float: none;
        text-align: center;
        display: block
    }

    .nopadding {
        margin: auto !important;
        padding: 15px !important
    }

    .sale_50 {
        top: 0;
        left: 0;
        right: 10%
    }

    p.title3,
    .section2 .title,
    p.title4,
    p.title,
    p.title5 {
        padding: 0;
        font-size: 34px;
        line-height: 35px
    }

    .section9 .title5 {
        margin: 0 0 30px
    }

    .symptom-wrap {
        margin: 0
    }

    .symptom-block--4,
    .symptom-block--5,
    .symptom-block--6,
    .symptom-block.symptom-block--8 {
        padding-left: 175px
    }

    .expert-about {
        text-align: left
    }

    .symptom-block {
        font-size: 16px;
        line-height: 20px
    }

    .laboratory-text {
        width: auto;
        font-size: 20px;
        line-height: 23px
    }

    .section4 {
        padding: 35px 0 50px
    }

    .expert-wrap {
        overflow-x: hidden
    }

    .price-new-wrap--center {
        background: url(../images/price-bg.png);
        background-repeat: no-repeat;
        padding: 9px 6px 0 0;
        width: 149px
    }

    .timer-wrap {
        margin: 0
    }

    .wrap-price--center {
        padding-left: 0
    }

    .wrap_inner_section6 .form-bg-title--top {
        margin-bottom: 20px
    }

    .product-how-much--center {
        text-align: right;
        margin-top: -12px;
        padding-right: 6px;
        font-size: 18px
    }

    .form-main--center:after {
        display: none
    }

    .image_product {
        margin: 23px auto
    }

    .section5 {
        overflow-x: hidden
    }

    .section1-left,
    .timer-wrap,
    .wrap_point_text {
        width: 100%
    }

    .timer-wrap {
        background-size: contain;
        height: 124px
    }

    .expert-wrap {
        position: static
    }

    .section5 {
        position: relative
    }

    .section1,
    .section2,
    .section3,
    .section4,
    .section5,
    .section6,
    .section7,
    .section8,
    .section9,
    .section10,
    .section11,
    .section12 {
        overflow-x: hidden
    }
}

.custom {
    max-width: 500px !important;
    width: 100% !important
}

@media only screen and (max-width: 767px) {
    .owl-carousel .owl-item img {
        display: inline-block;
        width: auto;
        border-radius: 50%
    }

    .slide-img {
        text-align: center;
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 480px) {
    .main-title {
        font-size: 35px;
        margin: 10px 0;
        line-height: 32px
    }

    .title-small {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .header__logo {
        margin: 10px auto 0
    }

    .do--2.do {
        background-position: 8px 16px
    }

    .do--1.do,
    .do--2.do,
    .do--3.do,
    .do--4.do {
        -webkit-background-size: auto;
        background-size: auto;
        font-size: 17px
    }

    .problem-number {
        display: none
    }

    .problem-block {
        padding-left: 0
    }

    p.title4 {
        padding: 0 1px;
        font-size: 31px
    }

    .expert-wrap {
        padding-bottom: 325px
    }

    .expert-wrap:before {
        left: -220px
    }

    .effect-percent {
        font-size: 36px;
        font-size: 14px
    }

    .problem-title {
        margin: 30px 0
    }

    .wrap_accept p {
        font-size: 17px;
        line-height: 22px;
        margin-left: 90px;
        margin-left: 50px
    }

    .wrap_accept p:first-child:before {
        left: 20px;
        top: 3px
    }

    .wrap_accept p:last-child:before {
        left: 17px;
        top: 81px
    }

    .form-center--center {
        width: 290px;
        margin: 0 auto;
        background-position-x: 42px;
        height: 270px
    }

    .form-left--center {
        width: 290px;
        margin: 0 auto;
        border-radius: 5px 5px 0 0
    }

    .form-right--center {
        width: 290px;
        margin: 0 auto;
        padding: 10px;
        border-radius: 0 0 5px 5px
    }

    .timer-wrap {
        background-size: contain;
        height: 76px;
        padding-bottom: 100px
    }

    .price-new-wrap--center {
        width: 149px
    }

    .price-new-text--center {
        font-size: 14px;
        padding-left: 6px
    }

    .sale-product-img {
        margin-bottom: 20px
    }

    .form-bg-title--top:after {
        left: -16px
    }

    .wrap_inner_section6 .form-bg-title--top {
        margin-top: 10px
    }

    .symptom-main-title:before {
        left: 30px
    }

    .form-bg_top {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 768px) {
    .sale-product-img,
    .section12 .sale-product-img {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
        background-position: 51px 63px;
    }

    .section12 .sale-product-img {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .image_product {
        height: 175px;
    }
}

@media only screen and (max-width: 992px) {

    .do--1.do,
    .do--2.do,
    .do--3.do,
    .do--4.do {
        max-width: 400px;
        width: 100%;
        margin: 15px auto
    }

    .timer-wrap {
        width: auto
    }

    .form-center--center {
        background-position: 15px 30px;
        background-size: 90%;
    }

    .form-right--center .product-how-much {
        padding-right: 0;
        font-size: 16px
    }

    .custom2 {
        max-width: 254px;
        margin: 0 auto
    }

    .wrap_accept p {
        margin-left: 0
    }
}

@media(max-width: 769px) {
    .danger-block {
        font-size: 22px;
        margin-bottom: 20px
    }

    .danger-wrap-block {
        display: block;
        margin: 0 auto;
        max-width: 300px;
        width: 100%
    }
}

.reducere {
    color: #fff;
    margin: 10px 0;
    text-align: center;
}