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

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1;
    background: #000;
    color: #fff;
}

.wrapper {
    overflow: hidden;
}

.container {
    width: 970px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.present {
    padding: 35px 0;
    position: relative;
}

.present:before {
    content: '';
    width: 894px;
    height: 1342px;
    background: url("../img/bg_01.jpg") center no-repeat;
    position: absolute;
    top: -50%;
    left: 50%;
    margin: -55px 0 0 -1000px;
    opacity: .7;
}

.container_logo-mod {
    padding: 0 50px 0 110px;
}

.logo {
    font-size: 35px;
    font-weight: 900;
    line-height: 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -50%;
    margin: 10px 0 0 45px;
}

.present__title {
    font-size: 48px;
    font-weight: bold;
    padding: 5px 0 20px;
}

.clr-mod {
    color: #ffba00;
}

.clr-mod_02 {
    color: #d92b2b;
}

.clr-mod_03 {
    color: #000;
}

.present__wrap {
    display: table;
    width: 100%;
    /*table-layout: fixed;*/
}

.present__cell {
    display: table-cell;
    vertical-align: top;
}

.present__text {
    font-size: 19px;
    line-height: 2;
    padding: 0 0 30px;
    width: 75%;
}

.advantage {
    width: 75%;
    font-size: 19px;
    font-weight: bold;
    list-style: none;
    padding: 0 0 30px;
    position: relative;
    z-index: 2;
}

.advantage__item {
    padding: 10px 0 15px 55px;
    position: relative;
}

.advantage__item:before {
    content: '';
    width: 40px;
    height: 40px;
    border: 3px solid #fdb900;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.advantage__item:after {
    content: '';
    width: 16px;
    height: 10px;
    border: 3px solid transparent;
    border-left: 3px solid #fdb900;
    border-bottom: 3px solid #fdb900;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 14px 0 0 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

button {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px ;
    background: #ff1e19;
    display: table;
    margin: 0 auto;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 5px;
    position: relative;
    z-index: 5;
    text-shadow: 0 0 0 #000;
    overflow: hidden;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.button__wrap {
    position: relative;
    z-index: 2;
}

button:before {
    content: '';
    width: 98%;
    height: 96%;
    position: absolute;
    top: 2%;
    left: 1%;
    box-shadow: inset 0 0 0 0 #000;
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    z-index: 1;
}

button:after {
    content: '';
    width: 98%;
    height: 96%;
    position: absolute;
    top: 2%;
    left: 1%;
    background: #ffba00;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

button:hover {
    color: #000;
}

button:hover:before {
    box-shadow: inset 0 0 7px 3px #000;
}

button:hover:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.subbutton {
    letter-spacing: 1px;
    margin: 0;
}

.sale {
    min-width: 125px;
    min-height: 125px;
    margin: 0 30px 0 auto;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("../img/sale_bg.png") center no-repeat;
    position: relative;
    z-index: 1;
    display: table;
}

.sale__wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.sale:before {
    content: '';
    width: 215px;
    height: 190px;
    background: url("../img/product.png") center no-repeat;
    position: absolute;
    top: 202px;
    right: 0;
    margin: -60px -13px 0 0;
    background-size: cover;
}

.sale__text {
    display: block;
}

.sale__value {
    font-size: 43px;
    position: relative;
}

.sale__value:after {
    content: '%';
    font-size: 29px;
    font-weight: 400;
    line-height: 1.43;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 5px;
}

.sale_text {
    font-weight: 400;
    font-size: 10px;
    display: block;
}

form {
    width: 265px;
}

.form__wrap {
    background: #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.3;
    padding: 20px;
    margin: 30px 0 20px;
    position: relative;
    z-index: 1;
}

.form__title {
    font-size: 20px;
    color: #000;
    padding: 0 0 10px;
    text-align: center;
}

.form__field {
    background: #ffffff;
    margin: 10px 0;
    border: 1px solid #a6a6a6;
    position: relative;
}

.form__field_select:before {
    content: '';
    border: 4px solid transparent;
    border-top-color: #000;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -2px 0 0 0;
}

.form__field input,
.form__field select {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    line-height: 1;
}

select::-ms-expand {
    display: none;
}

.price {
    padding: 10px 0 0;
}

.price__old {
    font-size: 20px;
    color: #000;
}

.price__old span {
    text-decoration: line-through;
}

.price__new {
    font-size: 30px;
    font-weight: bold;
    color: #a62121;
    padding: 10px 0 0;
}

.statistic {
    padding: 40px 0;
}

.subtitle {
    font-size: 35px;
    font-weight: bold;
    padding: 20px 10px;
    text-align: center;
    line-height: 1.3;
}

.subtitle_mod {
    font-weight: 400;
    padding: 0 0 50px;
}

.subtitle_l-mod {
    text-align: left;
}

.statistic__photo {
    float: left;
    margin: 0 -90px 0 0;
    position: relative;
}

.statistic__photo:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #535353;
    position: absolute;
    top: 30px;
    left: 100px;
}

.statistic__photo img {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 10px 0 60px 2px #000;;
    -moz-box-shadow: 10px 0 60px 2px #000;;
    box-shadow: 10px 0 60px 2px #000;;
}

.statistic__wrap {
    background: #fff;
    padding: 10px 40px 30px;
    color: #000;
    width: 52%;
    margin: 45px 90px 0 auto;
    position: relative;
    z-index: 1;
    line-height: 1.3;
}

.statistic__text {
    font-size: 20px;
    line-height: 1.8;
}

.statistic__text:before {
    content: '';
    width: 100px;
    border: 1px solid #e42929;
    display: block;
    margin: 0 0 10px;
}

.promo {
    padding: 40px 0;
    position: relative;
}

.promo__video {
    padding: 40px 0 15px;
    display: table;
    margin: 0 auto;
}

.promo__video video {
    width: 100%;
}

.promo__text {
    font-size: 22px;
    text-align: center;
}

.composition {
    padding: 70px 0 120px;
    position: relative;
}

.composition:before {
    content: '';
    width: 848px;
    height: 976px;
    background: url("../img/bg_02.jpg") center  no-repeat;
    position: absolute;
    bottom: 0;
    left: 120px;
    opacity: .3;
}

.title {
    font-size: 39px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.title_p-mod {
    padding: 0 10px;
}

.composition__wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 90px 0 50px;
}

.composition__cell {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 10px;
    position: relative;
}

.composition__cell:before {
    content: '';
    width: 146px;
    height: 146px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 40px;
}

.composition__item_01:before {
    background: url("../img/composition_icon_01.png") center no-repeat;
}

.composition__item_02:before {
    background: url("../img/composition_icon_02.png") center no-repeat;
}

.composition__item_03:before {
    background: url("../img/composition_icon_03.png") center no-repeat;
}

.composition__title {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3;
    padding: 20px 0;
    width: 70%;
}

.composition__title:after {
    content: '';
    width: 70px;
    border-top: 1px solid #e42929;
    display: block;
    margin: 10px 0 0;
}

.composition__text {
    line-height: 1.7;
}

.effect {
    padding: 80px 0 90px;
    background: #eeeeee;
    position: relative;
    z-index: 2;
}

.subtitle_w-mod {
    width: 70%;
    margin: 0 auto;
}

.effect__wrap {
    display: table;
    width: 75%;
    padding: 0 15px 0 35px;
    margin: 0 auto;
    table-layout: fixed;
    background: url("../img/efeect-scale_bg.png") top center no-repeat;
    height: 465px;
}

.effect__cell {
    display: table-cell;
    vertical-align: bottom;
}

.effect__pict img {
    margin: 0 auto;
}

.effect__data {
    display: table;
    padding: 10px;
    background: #000;
    margin: 45px auto 0;
}

.effect__parameter {
    font-size: 18px;
    font-weight: bold;
}

.effect__parameter:after {
    content: '';
    width: 50px;
    border-top: 1px solid #e42929;
    display: block;
    margin: 15px 0;
}

.effect__parameter:last-child:after {
    display: none;
}

.effect__parameter span {
    display: block;
}

.use {
    padding: 110px 0;
    position: relative;
}

.use:before {
    content: '';
    width: 2000px;
    height: 662px;
    background: url("../img/bg_03.jpg") center bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -1000px;
}

.use__wrap {
    display: table;
    width: 95%;
    margin: 0 auto;
    table-layout: fixed;
    padding: 70px 0 0;
}

.use__cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding: 0 10px;
}

.use__pict {
    width: 146px;
    height: 146px;
    background: #a1a1a1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.use__cell:before {
    content: '';
    width: 146px;
    height: 146px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.use__item_01:before {
    background: url("../img/use_pict_01.png") center no-repeat;
}

.use__item_02:before {
    background: url("../img/use_pict_02.png") center no-repeat;
}

.use__item_03:before {
    background: url("../img/use_pict_03.png") center no-repeat;
}

.use__title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    padding: 20px 0;
}

.use__title:after {
    content: '';
    width: 70px;
    border-top: 1px solid #e42929;
    display: block;
    margin: 10px auto 0;
}

.use__text {
    line-height: 1.7;
    width: 85%;
    margin: 0 auto;
}

.review {
    padding: 90px 0 70px;
    position: relative;
    z-index: 2;
    background: #fff;
    color: #000;
}

.review:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/bg_04.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: .17;
    position: absolute;
}

.user {
    padding: 50px;
    display: table;
    width: 100%;
}

.user:before {
    content: '';
    width: 146px;
    height: 146px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 20px 0 0;
}

.user_01:before {
    background: url("../img/user_ava_01.jpg") center no-repeat;
}

.user_02:before {
    background: url("../img/user_ava_02.jpg") center no-repeat;
}

.user_03:before {
    background: url("../img/user_ava_03.jpg") center no-repeat;
}

.user__data {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
    border-left: 1px solid #ff0000;
}

.user__info {
    font-size: 24px;
    padding: 0 0 15px;
}

.user__name {
    font-weight: bold;
}

.user__age {
}

.review__text {
    line-height: 1.7;
}

.order {
    padding: 55px 0 160px;
    position: relative;
}

.order:before {
    content: '';
    background: url("../img/bg_05.jpg") right top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
}

.order__wrap {
    display: table;
    width: 65%;
    margin: 0 auto;
    direction: rtl;
}

.order__cell {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
}

.sale__order {
    margin: 30px 10px 0 0;
}

.sale__order:before {
    display: none;
}

.sale__order:after {
    display: none;
}

.product__order {
    width: 260px;
}

.product__order:after {
    content: '';
    width: 368px;
    height: 504px;
    background: url("../img/product.png") center no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 165px -20px 0;
}

.order__btn {
    margin: 0 auto;
}

.use .owl-item {
    opacity: .4;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.use .owl-item .use__title,
.use .owl-item .use__text {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.use .owl-item.center .use__title,
.use .owl-item.center .use__text {
    opacity: 1;
}

.use .owl-item.center{
    opacity: 1;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    display: inline-block;
}

.owl-dot.active span {
    background-color: #000;
}

/*DECORE*/

.effect__arrow {
    width: 100px;
    height: 8px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #ff2a00), to(transparent));
    background: -webkit-linear-gradient(right, #ff2a00 50%, transparent);
    background: -moz-linear-gradient(right, #ff2a00 50%, transparent);
    background: -o-linear-gradient(right, #ff2a00 50%, transparent);
    background: linear-gradient(to left, #ff2a00 50%, transparent);
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
    transform-origin: left bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -320px;
}

.effect__arrow_move {
    -webkit-animation: arrow-rise 2.5s forwards linear;
    -o-animation: arrow-rise 2.5s forwards linear;
    animation: arrow-rise 2.5s forwards linear;
}

@-webkit-keyframes arrow-rise {
    from {
        width: 100px;
    }
    to {
        width: 600px;
    }
}
@-moz-keyframes arrow-rise {
    from {
        width: 100px;
    }
    to {
        width: 600px;
    }
}
@-o-keyframes arrow-rise {
    from {
        width: 100px;
    }
    to {
        width: 600px;
    }
}
@keyframes arrow-rise {
    from {
        width: 100px;
    }
    to {
        width: 600px;
    }
}

.effect__arrow:after {
    content: '';
    width: 24px;
    height: 24px;
    border: 6px solid transparent;
    border-bottom-color: red;
    border-right-color: red;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: -8px 0 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.glare {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.glare__item {
    width: 1px;
    height: 1px;
    background: rgba(126, 126, 126, .7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.glare__item_01 {
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 280px 180px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 280px 180px rgba(126, 126, 126, .7);
    box-shadow: 0 0 280px 180px rgba(126, 126, 126, .7);
}

.glare__item_02 {
    top: -10%;
    right: 30%;
    -webkit-box-shadow: 0 0 430px 330px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 430px 330px rgba(126, 126, 126, .7);
    box-shadow: 0 0 430px 330px rgba(126, 126, 126, .7);
}

.glare__item_03 {
    top: 60%;
    left: 30%;
    -webkit-box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
    box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
    z-index: 1;
}

.glare__item_04 {
    top: 45%;
    left: 45%;
    -webkit-box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
    box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
    z-index: 1;
}

.glare__item_05 {
    top: 0;
    left: 55%;
    -webkit-box-shadow: 0 0 530px 430px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 530px 430px rgba(126, 126, 126, .7);
    box-shadow: 0 0 530px 430px rgba(126, 126, 126, .7);
}

.glare__item_06 {
    top: 10%;
    left: 40%;
    -webkit-box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
    box-shadow: 0 0 480px 380px rgba(126, 126, 126, .7);
}

.glare__item_07 {
    top: 25%;
    right: 0;
    -webkit-box-shadow: 0 0 330px 230px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 330px 230px rgba(126, 126, 126, .7);
    box-shadow: 0 0 330px 230px rgba(126, 126, 126, .7);
}

.glare__item_08 {
    bottom: -10%;
    left: 5%;
    -webkit-box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
    -moz-box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
    box-shadow: 0 0 380px 280px rgba(126, 126, 126, .7);
}

.use .bx-viewport {
    overflow: visible !important;
}

.bx-pager.bx-default-pager {
    text-align: center;
}

.bx-pager-item {
    margin: 0 10px;
    display: inline-block;
    font-size: 0;
}

.bx-pager-link {
    display: block;
    border: 1px solid #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
}

.active {
    background: #000;
}