*,
: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%;
}

.bx-next {
    float: right;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1;
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

.wrapper {
    overflow: hidden;
}

.container {
    width: 970px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.timer {
    font-size: 0;
    max-width: 268px;
    margin: 0 auto;
}

.timer__item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    position: relative;
}

.timer__item:not(:last-child):after {
    content: ':';
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 35px;
}

.timer__item div {
    font-size: 35px;
    text-align: center;
}

.present {
    padding: 35px 0;
    position: relative;
}

.present:before {
    content: '';
    width: 894px;
    height: 1342px;
    background: url("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: 50px;
    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: 10px 25px;
    background: #459a05;
    display: table;
    margin: 0 auto;
    color: #ffffff;
    cursor: pointer;
    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;
}

.full-btn {
    width: 100%;
}

/*
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;
}
*/

.subbutton {
    letter-spacing: 1px;
    margin: 0;
}

.sale {
    min-width: 125px;
    min-height: 125px;
    margin: 0 30px 0 auto;
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("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:after {
    content: '';
    width: 260px;
    height: 454px;
    background: url("product.png") center no-repeat;
    position: absolute;
    top: 100%;
    right: 0;
    margin: -75px 17px 0 0;
}

.sale:before {
    content: '';
    width: 244px;
    height: 436px;
    background: url("product_tube_shadow.png") center no-repeat;
    position: absolute;
    top: 100%;
    right: 0;
    margin: -60px 0 0 0;
}

.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;
}

form {
    width: 316px;
}

.form__wrap {
    background: #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.3;
    padding: 20px;
    margin: 20px 0 20px;
    position: relative;
    z-index: 1;
}

.form__title {
    font-size: 18px;
    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: 0px 0 10px 0px;
    text-align: center;
}

.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: 8px 0 10px 0px;
}

.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: 100%;
    max-width: 100%;
    height: 976px;
    background: url("bg_02.jpg") center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    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("composition_icon_01.png") center no-repeat;
}

.composition__item_02:before {
    background: url("composition_icon_02.png") center no-repeat;
}

.composition__item_03:before {
    background: url("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("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: 100%;
    max-width: 100%;
    height: 662px;
    background: url("bg_03.jpg") center bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0%;
    margin: 0 0 0 0px;
}

.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("use_pict_01.png") center no-repeat;
    background-size: contain;
}

.use__item_02:before {
    background: url("use_pict_02.png") center no-repeat;
    background-size: contain;
}

.use__item_03:before {
    background: url("use_pict_03.png") center no-repeat;
    background-size: contain;
}

.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("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("user_ava_01.jpg") center no-repeat;
}

.user_02:before {
    background: url("user_ava_02.jpg") center no-repeat;
}

.user_03:before {
    background: url("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 .timer {
    max-width: 265px;
    margin-top: 20px;
}

.order:before {
    content: '';
    background: url("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: 46%;
    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("product.png") center no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 300px -235px 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;
}

.experts__item {
    position: relative;
    margin-bottom: 100px;
    padding-left: 345px;
    min-height: 230px;
}

.experts__item-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url(retina.png);
    background-position: 0 0;
    width: 310px;
    height: 310px;
}

.experts__item-image {
    position: absolute;
    left: 42px;
    bottom: 2px;
    border: none;
    width: 240px;
}

.experts__item-title {
    position: absolute;
    right: 27px;
    bottom: -50px;
    text-align: right;
}

.experts__item-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fc0326;
}

.experts__item-post {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.experts__item-text {
    position: relative;
    padding: 52px 40px 24px 60px;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    background-image: url(expert1-bg.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.experts__item-text:after,
.experts__item-text:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background-color: #1c98d2;
}

.experts__item-text:before {
    position: absolute;
    left: -23px;
    width: 40px;
    height: 3px;
}

.experts__item-text p {
    margin-bottom: 25px;
}

.experts__item-text p:last-child {
    margin-bottom: 0;
}

.experts__item-text span {
    font-weight: 700;
}

.experts__item:nth-child(even) {
    padding-right: 345px;
    padding-left: 0;
    margin-top: 70px;
}

.experts__item:last-child {
    margin-bottom: 0;
}

.experts__item:nth-child(even) .experts__item-image-wrapper {
    right: 0;
    left: auto;
    bottom: 2px;
}

.experts__item:nth-child(even) .experts__item-image-wrapper {
    background-image: url(retina.png);
    background-position: -318px 0;
    width: 310px;
    height: 310px;
}

.experts__item:nth-child(even) .experts__item-image {
    bottom: 4px;
    left: 25px;
}

.experts__item:nth-child(even) .experts__item-title {
    right: auto;
    left: 27px;
    text-align: left;
}

.experts__item:nth-child(even) .experts__item-text {
    background-image: url(expert2-bg.png);
}

.experts__item:nth-child(even) .experts__item-text:before {
    right: -40px;
    left: auto;
}

.experts__item:nth-child(even) .experts__item-text:after {
    right: -41px;
    left: auto;
}

.experts__item-text:after {
    left: -25px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.form__field label {
    float: left;
    color: #000;
    width: 38px;
    padding: 9px 10px;
    font-size: 14px;
    font-family: arial;
}

.phone-input {
    color: #000;
    background: #fff;
    border: 0;
    width: calc(100% - 38px) !important;
    padding: 0px 15px;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 20px;
    /* margin-bottom: 10px; */
    display: flex;
    transition: all .15s ease-in-out;
}

.left-100 {
    left: -164px;
}

@media (max-width: 679px) {
    .left-100 {
        left: 0px;
        right: 0px;
    }
}

.discount-text {
    color: #ff0001;
    font-weight: bold;
    font-size: 23px;
}

@media (max-width: 375px) {
    form {
        width: 342px;
    }
}

@media (max-width: 320px) {
    form {
        width: 290px;
    }
}

.header-call {
    color: #ff0004;
    border-radius: 0 0 10px 10px;
    padding: 0 0 0 10px;
    display: inline-block;
    background: #00ffe4;
    font-size: 24px;
    font-weight: 900;
}

.header-call a {
    color: #000;
    text-shadow: 0 1px 1px #fff;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    background: #00ffe4;
    font-size: 30px;
    font-weight: 900;
    transition: 0.5s;
}

.header-call a:hover {
    text-decoration: none;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
}

@media (max-width: 768px) {
    .header-call {
        font-size: 18px;
        font-weight: 900;
    }
    .header-call a {
        font-size: 28px;
    }
}

.header {
    text-align: center;
    color: coral;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 80px;
}

.niche {
    background: maroon;
    text-align: center;
    background-position: bottom;
    position: fixed;
    bottom: 0;
    border-top: solid 1px #000;
    padding: 10px 0;
    z-index: 9;
    width: 100%
}

.niche h1 {
    font-size: 24px;
    color: white;
    font-weight: 900;
    display: inline-block
}

.niche a {
    color: white;
    padding: 10px 0
}