@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

*,
::after,
::before {
    box-sizing: inherit
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 0
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

dl,
ol {
    margin-top: 0
}

dl,
ol,
ul {
    margin-bottom: 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

table {
    border-collapse: collapse
}

button:focus {
    outline: 5px auto -webkit-focus-ring-color
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@-ms-viewport {
    width: device-width
}

button {
    border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.text-center {
    text-align: center !important
}

.text-white {
    color: #fff !important
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-stretch {
    align-items: stretch !important
}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat
}

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

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: 'slick';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→'
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    width: inherit;
    height: inherit;
    padding: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button:focus {
    outline: 0
}

.slick-dots li button:before {
    font-family: 'slick';
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    opacity: 1;
    color: #f4e3b6;
    transition: all 400ms ease
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #e5b32a
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

::-webkit-scrollbar-button {
    width: 3px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #32312e;
    box-shadow: 0 0 3px #000 inset
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #693290;
    box-shadow: 0 1px 1px #fff inset
}

::-webkit-resizer {
    width: 3px;
    height: 0
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

a,
a:hover {
    text-decoration: none
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: 700;
    margin: 0
}

.logo span img,
.obj {
    position: absolute;
    z-index: 1
}

.img_box img,
.obj img {
    width: 100%
}

main {
    overflow: hidden
}

.block_01,
.container {
    position: relative;
    z-index: 99
}

.block_01 {
    z-index: 9;
    padding: 60px 0 40px;
    background: #794c99;
    background: linear-gradient(to bottom, #794c99 0, #4d2967 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#794c99', endColorstr='#4d2967', GradientType=0)
}

.obj_01,
.obj_02 {
    z-index: 1;
    opacity: .4;
    bottom: 0
}

.obj_01 {
    left: 0
}

.obj_02 {
    right: 0
}

.obj_03 {
    z-index: 3;
    left: -20px;
    bottom: -25px;
    opacity: .7;
    width: 100%;
    font-size: 226px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
    color: #794c99
}

.obj_04 {
    z-index: 4;
    left: -65px;
    width: 445px;
    bottom: -40px
}

.logo,
.logo-title {
    font-weight: 700;
    line-height: 1
}

.logo {
    font-size: 98px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #e5b32a;
    text-shadow: 0 0 20px #e5b32a;
    -webkit-text-stroke: 2px #fdc62e;
    margin-bottom: 5px
}

.logo span {
    position: relative;
    display: inline-block
}

.logo span img {
    left: -8px;
    top: 0;
    z-index: 2;
    width: 90px
}

.logo-title {
    font-size: 36px;
    font-style: italic;
    color: #b673e5;
    margin-bottom: 30px
}

.result-title {
    font-size: 20px;
    font-weight: 700;
    color: #e5b32a;
    margin-bottom: 15px
}

.result-item {
    position: relative;
    z-index: 6;
    margin-bottom: 10px
}

.result-item__icon {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    background: #e5b32a;
    border-radius: 50%
}

.result-item__icon:before {
    content: "";
    position: absolute;
    left: 7px;
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #693290;
    border-bottom: 5px solid transparent
}

.result-item__title {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 1px 1px 6px #161616
}

.product {
    position: relative
}

.product-box,
.rhino-gif {
    position: absolute;
    z-index: 7;
    width: 410px;
    left: -20px
}

.rhino-gif {
    z-index: 8;
    width: 140px !important;
    left: 15px;
    top: 135px
}

.form {
    position: relative;
    z-index: 9;
    max-width: 340px;
    padding: 30px 50px;
    border: 1px solid #e5b32a;
    background: rgba(52, 31, 67, .76);
    border-radius: 50px
}

.form-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    color: #794c99
}

.customSelect,
.input-field {
    margin-bottom: 5px
}

.customSelect,
.input-field input {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #4d2966;
    outline: 0;
    border: 2px solid transparent;
    box-shadow: none;
    padding: 14px 20px;
    background: #fff;
    transition: all 400ms ease
}

.input-field input:focus {
    border-color: #e5b32a;
    padding: 14px 30px;
    border-radius: 2px;
    transform: scale(1.1);
    box-shadow: 0 0 15px 0 #e5b32a
}

.customSelect {
    background: #fff url(../img/custom_select.png) no-repeat 96% 20px
}

::-webkit-input-placeholder {
    color: #4d2966
}

::-moz-placeholder {
    color: #4d2966
}

:-ms-input-placeholder {
    color: #4d2966
}

:-moz-placeholder {
    color: #4d2966
}

.custom-button {
    flex: 1 1 auto;
    width: 100%;
    max-width: 320px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #4d2966;
    outline: 0;
    cursor: pointer;
    border: 2px solid transparent;
    letter-spacing: 4px;
    padding: 18px 10px;
    background: #e5b32a;
    border-radius: 40px;
    box-shadow: 0 6px 20px 0 #e5b32a;
    transition: all 400ms ease
}

.custom-button:hover {
    color: #e5b32a;
    border-color: #e5b32a;
    background: #4d2966
}

.prices-item {
    flex: 0 0 55%;
    width: 55%;
    padding: 0 15px
}

.prices-item:first-of-type {
    flex: 0 0 45%;
    width: 45%
}

.oldPrice {
    color: #794c99
}

.oldPrice-title {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 5px
}

.oldPrice-amount {
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through
}

.newPrice-title {
    font-size: 14px;
    font-style: italic;
    color: #fff;
    margin-bottom: 5px
}

.newPrice-amount {
    font-size: 24px;
    font-weight: 700;
    color: #e5b32a
}

.block_02 {
    position: relative;
    z-index: 8;
    padding: 80px 0 60px;
    background: #faf8f2
}

.content-subtitle {
    font-size: 60px;
    font-weight: 700;
    color: #794c99
}

.content-subtitle span {
    color: #e5b32a;
    padding: 4px 12px 6px;
    background: #794c99;
    box-shadow: 0 0 20px 0 #794c99;
    border-radius: 2px
}

.silent {
    position: relative
}

.silent-item {
    margin-bottom: 20px
}

.silent-item.item-1,
.silent-item.item-2 {
    flex: 1 1 auto;
    max-width: 370px
}

.silent-item__image {
    position: relative;
    z-index: 3
}

.silent-item__percent {
    left: 22px;
    bottom: -10px;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #e5b32a;
    text-shadow: 1px 1px 6px #1e1e1e
}

.silent-item__percent span {
    opacity: 1
}

.silent-item__progress {
    position: relative;
    padding: 16px 22px;
    background: #8c0e1d
}

.silent-item__progress:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background: #f31932;
    transition: all 1500ms ease-in-out;
    -webkit-animation-delay: 550ms;
    animation-delay: 550ms
}

.silent-item.item-1.animate .silent-item__progress:before {
    width: 92%
}

.progress-title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #fff
}

.silent-item.item-2 {
    max-width: 550px
}

.silent-item.item-2.animate .silent-item__progress:before,
.silent-item.item-3.animate .silent-item__progress:before {
    width: 87%
}

.silent-item.item-3 {
    max-width: 614px
}

.silent-item.item-3,
.silent-item.item-4,
.silent-item.item-5 {
    flex: 1 1 auto
}

.silent-item.item-4 {
    max-width: 307px;
    margin-top: -250px
}

.silent-item.item-4.animate .silent-item__progress:before {
    width: 68%
}

.silent-item.item-5 {
    z-index: 3;
    max-width: 220px;
    left: 50%;
    bottom: 207px;
    transform: translateX(-36%)
}

.silent-item.item-5.animate .silent-item__progress:before {
    width: 79%
}

.block_03 {
    overflow: hidden;
    position: relative;
    z-index: 9;
    padding: 50px 0 60px;
    background: #794c99;
    background: linear-gradient(to bottom, #794c99 0, #4d2967 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#794c99', endColorstr='#4d2967', GradientType=0)
}

.obj_05,
.obj_06 {
    opacity: .2;
    bottom: -60px
}

.obj_05 {
    left: -150px
}

.obj_06 {
    right: 0
}

.block_03-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.block_03-title span {
    color: #573172;
    white-space: nowrap;
    padding: 3px 6px;
    background: #e5b32a;
    border-radius: 1px;
    box-shadow: 0 0 24px 0 #e5b32a
}

.table-title {
    font-size: 16px;
    color: #fff;
    text-shadow: -1px -1px 4px #1e1e1e
}

.custom-table {
    border: 1px solid #794c99
}

.table-header>.custom-table__item {
    background: #4d2966
}

.table-row {
    border-top: 1px solid #794c99
}

.table-header {
    border-top: none
}

.table-row>.custom-table__item {
    position: relative;
    flex: 1 1 auto;
    width: 23%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-style: italic;
    color: #fff;
    border-left: 1px solid #794c99;
    padding: 18px 12px
}

.table-row>.custom-table__item:first-of-type {
    flex: 1 1 auto;
    width: 30%;
    border-left: none;
    background: #4d2966
}

.table-body>.custom-table__item:first-of-type img {
    top: 50%;
    left: 15px;
    transform: translateY(-50%)
}

.table-row>.custom-table__item:first-of-type span {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 90px
}

.icon {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.icon-minus {
    background: #774b97
}

.icon-minus:after,
.icon-minus:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #643b81;
    border-radius: 1px
}

.icon-minus:before {
    top: 5px;
    left: 9px;
    transform: rotate(45deg)
}

.icon-minus:after {
    top: 5px;
    right: 9px;
    transform: rotate(-45deg)
}

.icon-plus {
    background: #e5b32a
}

.icon-plus:after,
.icon-plus:before {
    content: "";
    position: absolute;
    width: 2px;
    background: #643b81;
    border-radius: 1px
}

.icon-plus:before {
    top: 6px;
    right: 7px;
    height: 10px;
    transform: rotate(35deg)
}

.icon-plus:after {
    top: 9px;
    left: 6px;
    height: 6px;
    transform: rotate(-45deg)
}

.table-body:last-of-type>.custom-table__item:first-of-type {
    color: #e5b32a
}

.table-body:last-of-type>.custom-table__item:first-of-type img {
    width: 65px
}

.plus-item {
    flex: 1 1 auto;
    max-width: 30%
}

.plus-item__image {
    width: 100px
}

.plus-item__title {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #e5b32a
}

.plus-item__text {
    font-size: 16px;
    color: #fff
}

.block_04 {
    position: relative;
    padding: 60px 0 90px;
    background: #faf8f2
}

#scene {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.nut_01,
.nut_02 {
    width: 136px;
    top: 80% !important;
    left: 10% !important
}

.nut_02 {
    z-index: 3;
    width: 180px;
    top: 20% !important
}

.nut_03 {
    width: 51px;
    top: 3% !important;
    left: 33% !important
}

.nut_04,
.nut_05 {
    z-index: 101;
    width: 59px;
    top: 35% !important;
    left: 24% !important
}

.nut_05 {
    width: 68px;
    top: 56% !important;
    left: 80% !important
}

.nut_06 {
    width: 124px;
    top: 10% !important;
    left: 75% !important
}

.nut_07 {
    width: 170px;
    left: 80% !important;
    top: 85% !important
}

.nut_08 {
    z-index: 2;
    width: 228px;
    top: 45% !important;
    left: 78% !important
}

.nut_09 {
    width: 281px;
    top: 30% !important;
    left: 73% !important
}

.nut_10 {
    width: 452px;
    top: 20% !important;
    left: -50px !important
}

.logo.logo-purple {
    color: #794c99;
    text-shadow: 0 0 20px #794c99;
    -webkit-text-stroke: 2px #ac5ce6
}

.block_04-title {
    font-size: 40px;
    font-weight: 700;
    color: #e5b32a;
    margin-bottom: 100px
}

.slider-box {
    position: relative;
    margin-bottom: 100px
}

.block_04 .slick-list,
.block_04 .slick-track {
    overflow: visible
}

.slider-product {
    top: -55px;
    left: 54%;
    width: 340px;
    transform: translateX(-50%)
}

.slider-product .rhino-gif {
    width: 105px !important;
    left: 17px
}

.slick-slide {
    outline: 0
}

.component-item {
    flex: 0 0 auto;
    width: 33%;
    outline: 0
}

.component-item__image {
    position: relative
}

.component-name {
    z-index: 9;
    left: -6px;
    bottom: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    color: #e5b32a;
    padding: 8px 9px;
    background: #794c99;
    border-radius: 1px;
    box-shadow: 0 0 24px 0 #794c99
}

.component-item__text {
    font-size: 14px;
    color: #332d38
}

.slick-dots {
    bottom: -70px
}

.slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    left: 48%;
    top: 48%;
    width: 7px;
    height: 7px;
    background: #fff;
    transform: translateX(-45%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 10px -1px #0b0112
}

.review-item__content span:hover,
.slick-dots li:hover button:before {
    color: #e5b32a
}

.slick-next,
.slick-prev {
    z-index: 999;
    top: inherit;
    bottom: -79px
}

.slick-next:before,
.slick-prev:before {
    opacity: .5;
    font-size: 24px;
    color: #e5b32a;
    transition: all 400ms ease
}

.slick-next:hover:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-prev {
    left: 42%
}

.slick-next {
    right: 43%
}

.block_05 {
    position: relative;
    padding: 60px 0 90px;
    background: #794c99;
    background: linear-gradient(to bottom, #794c99 0, #4d2967 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#794c99', endColorstr='#4d2967', GradientType=0)
}

.doctor {
    z-index: 9;
    width: 320px;
    left: 50%;
    bottom: 0
}

.doc-men {
    position: relative;
    z-index: 3
}

.doc-bg {
    z-index: 2;
    left: -40%;
    top: 50px;
    width: 600px !important
}

.autograph {
    z-index: 3;
    bottom: 20px;
    left: -100px;
    width: 175px !important
}

.doctor-name {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #e5b32a
}

.doctor-name span {
    display: block
}

.doc-icon {
    opacity: .4;
    flex: 0 0 61px;
    width: 61px;
    margin-right: 10px
}

.doc-review {
    position: relative;
    z-index: 99;
    flex: 1 1 auto;
    width: 100%
}

.doc-review__text {
    font-size: 15px;
    line-height: 1.4;
    color: #fff
}

.doc-review__text span {
    -webkit-text-decoration: dashed;
    text-decoration: dashed;
    color: #e5b32a
}

.block_06 {
    padding: 80px 0 70px;
    background: #faf8f2
}

.block_07 .container,
.use-item,
.use-item__image {
    position: relative
}

.use-item__image img {
    display: block;
    margin: 0 auto
}

.use-numb {
    bottom: 0;
    left: 0;
    font-size: 100px;
    line-height: .9;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 0 12px rgba(152, 131, 168, .8)
}

.use-item__title {
    font-size: 16px;
    font-weight: 700;
    color: #332d38
}

.obj-use__1 {
    left: 62%;
    top: 25px;
    width: 480px
}

.obj-use__2 {
    right: 100%;
    top: 70%;
    width: 305px
}

.obj-use__3 {
    right: 75%;
    top: 10%;
    width: 640px
}

.block_07 {
    padding: 5px 0;
    background: #e2310e
}

.lubricant-title,
.note {
    font-weight: 700;
    text-align: center
}

.note {
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    opacity: .9;
    font-size: 80px;
    line-height: .8;
    text-transform: uppercase;
    color: #cc2c0c;
    border: 1px dashed #fff;
    padding-bottom: 5px;
    transform: translateY(-50%)
}

.lubricant-title {
    position: relative;
    z-index: 3;
    font-size: 22px;
    color: #fff;
    padding: 16px 0
}

.lubr-icon {
    position: absolute;
    z-index: 3;
    width: 114px;
    top: -20px;
    left: 60px
}

.lubr-icon:last-of-type {
    left: inherit;
    right: 60px
}

.block_08 {
    position: relative;
    padding: 60px 0 90px;
    background: #faf8f2
}

.photo1 {
    z-index: 1;
    left: 180px;
    top: 200px;
    width: 277px
}

.photo2 {
    z-index: 2;
    left: 60px;
    top: 160px;
    width: 216px
}

.photo3 {
    z-index: 6;
    left: 220px;
    top: 355px;
    width: 245px
}

.photo4 {
    z-index: 3;
    left: 200px;
    top: 475px;
    width: 285px
}

.photo5 {
    z-index: 2;
    left: 40px;
    top: 425px;
    width: 223px
}

.photo6 {
    z-index: 1;
    left: 100px;
    top: 645px;
    width: 339px
}

.photo7 {
    z-index: 2;
    right: 195px;
    top: 200px;
    width: 232px
}

.photo8,
.photo9 {
    z-index: 1;
    right: 20px;
    top: 215px;
    width: 294px
}

.photo9 {
    top: 500px;
    width: 243px
}

.photo10 {
    z-index: 3;
    right: 230px;
    top: 475px;
    width: 205px
}

.photo11 {
    z-index: 2;
    right: 160px;
    top: 710px;
    width: 293px
}

.block_08 .content-subtitle {
    font-size: 40px
}

.reviews {
    position: relative
}

.review-item {
    margin: 0 10px 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 1px;
    transition: all 400ms ease
}

.review-item:hover {
    box-shadow: 0 3px 11px -4px #0b0112
}

.review-item__image {
    position: relative
}

.review-item__name {
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #e5b32a;
    padding: 4px 8px;
    background: #000
}

.review-item__name span {
    font-size: 14px;
    color: #794c99
}

.review-item__content {
    font-size: 14px;
    line-height: 1.3;
    color: #332d38;
    padding: 12px 18px
}

.review-item__content span {
    color: #794c99;
    transition: all 400ms ease
}

.block_08 .slick-prev {
    left: 36%
}

.block_08 .slick-next {
    right: 36%
}

.block_09 {
    padding: 60px 0;
    background: #f1ebee
}

.block_09 .content-subtitle {
    font-size: 48px
}

.step-item {
    flex: 0 0 31%;
    width: 31%;
    padding-top: 50px
}

.step-item,
.step-item__image {
    position: relative
}

.step-number {
    width: 100%;
    top: -5px;
    left: 0;
    font-size: 100px;
    line-height: .7;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 1px 0 12px rgba(152, 131, 168, .8)
}

.step-item__image .product {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 55%;
    max-width: 100px;
    transform: translateX(-50%)
}

.step-item__image .product .rhino-gif {
    width: 30px !important;
    left: 6px;
    top: 38px
}

.button-text,
.step-item__title {
    font-size: 14px;
    line-height: 1;
    font-weight: 700
}

.button-text {
    position: absolute;
    top: 180px;
    left: 5px;
    z-index: 2;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #4d2966
}

.step-item__title {
    color: #332d38;
    padding: 0 15px
}

.step-item__subtitle {
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 70px;
    width: 60%;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #332d38;
    text-align: center;
    text-transform: uppercase
}

.step-item__title span {
    border-bottom: 1px dashed #daab28;
    color: #daab28;
    cursor: pointer
}

.step-item:nth-child(2) .step-item__image {
    width: 137px;
    margin: 0 auto
}

.step-item:last-of-type .step-item__image {
    margin: 0 -15px
}

.block_10 {
    overflow: hidden;
    padding: 60px 0 40px;
    background: #794c99;
    background: linear-gradient(to bottom, #794c99 0, #4d2967 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#794c99', endColorstr='#4d2967', GradientType=0)
}

.block_10,
.block_10 .container {
    position: relative
}

.block_10 .logo {
    font-size: 130px;
    line-height: .8
}

.sex {
    z-index: 15;
    bottom: -40px;
    left: 51%;
    width: 330px;
    transform: translateX(-50%)
}

.obj_10 {
    width: 448px !important;
    top: 37%;
    right: 62%
}

.results {
    max-width: 320px
}

.block_10 .form .product-box {
    position: relative;
    left: inherit;
    width: 285px;
    margin: -80px -20px 15px 0
}

.block_10 .form .product-box .rhino-gif {
    width: 90px !important;
    left: 15px;
    top: 105px
}

.block_10 .logo-title {
    margin-bottom: 65px
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .offset-sm-0 {
        margin-left: 0
    }
}

@media (min-width:768px) {

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .container {
        max-width: 720px
    }

    .col-md-6,
    .col-md-8 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-between,
    .justify-content-md-between {
        justify-content: space-between !important
    }
}

@media (min-width:992px) {
    .flex-wrap {
        flex-wrap: wrap !important
    }

    .justify-content-center {
        justify-content: center !important
    }

    .align-items-start {
        align-items: flex-start !important
    }

    .align-items-end {
        align-items: flex-end !important
    }

    .align-items-center {
        align-items: center !important
    }

    .align-items-stretch {
        align-items: stretch !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-between,
    .justify-content-md-between {
        justify-content: space-between !important
    }

    .container {
        max-width: 960px
    }

    .col-lg-3,
    .col-lg-4 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5,
    .col-lg-6 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-10,
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .d-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 970px
    }
}

@media screen and (max-width:1200px) {
    .obj_03 {
        bottom: -10px;
        font-size: 116px
    }

    .silent-item.item-2 {
        max-width: 545px
    }

    .silent-item.item-3 {
        max-width: 605px
    }

    .silent-item.item-4 {
        max-width: 307px
    }

    .silent-item.item-5 {
        bottom: 205px
    }
}

@media screen and (max-width:992px) {

    .logo,
    .logo-title {
        font-size: 64px;
        text-align: center
    }

    .logo-title {
        font-size: 40px
    }

    .product-box {
        width: 225px;
        left: 155px
    }

    .rhino-gif {
        width: 70px !important;
        left: 13px;
        top: 85px
    }

    .content-subtitle {
        font-size: 42px
    }

    .silent-item.item-1,
    .silent-item.item-2,
    .silent-item.item-3,
    .silent-item.item-4,
    .silent-item.item-5 {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
        transform: inherit;
        margin-top: inherit
    }

    .silent-item.item-5 {
        margin-top: 20px
    }

    .plus-item {
        flex: 1 1 auto;
        max-width: 50%;
        margin-bottom: 20px
    }

    .block_04-title {
        font-size: 30px
    }

    .slider-product {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
        margin: 0 auto 20px
    }

    .component-item {
        width: 48%;
        margin-bottom: 20px
    }

    .doctor {
        opacity: .2;
        width: 270px
    }

    .logo span img {
        width: 65px
    }

    .block_03-title {
        font-size: 30px
    }

    .lubr-icon {
        left: 0
    }

    .lubr-icon:last-of-type {
        right: 0
    }

    .block_08 .slick-prev {
        left: 32%
    }

    .block_08 .slick-next {
        right: 32%
    }

    .sex {
        left: 25%;
        width: 140px
    }

    .block_10 .logo,
    .note {
        font-size: 60px
    }

    .lubricant-title {
        padding: 16px 22px
    }

    .block_10 .logo-title {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {

    .obj_04,
    .product-box {
        position: relative;
        left: inherit
    }

    .obj_04 {
        width: 100%
    }

    .product-box {
        display: block;
        margin: 0 auto 25px
    }

    .custom-table {
        width: 700px
    }

    .plus-item {
        max-width: 100%
    }

    .plus-item__image {
        margin: 0 auto
    }

    .plus-item__text,
    .plus-item__title {
        text-align: center
    }

    .component-item {
        width: 100%
    }

    .slick-prev {
        left: 35%
    }

    .slick-next {
        right: 35%
    }

    .lubr-icon {
        width: 60px;
        top: 3px;
        left: -30px
    }

    .lubr-icon:last-of-type {
        right: -30px
    }

    #scene .obj,
    .photo1,
    .photo10,
    .photo11,
    .photo2,
    .photo3,
    .photo4,
    .photo5,
    .photo6,
    .photo7,
    .photo8,
    .photo9 {
        opacity: .3
    }

    .block_08 .slick-next {
        right: 10%
    }

    .block_08 .slick-prev {
        left: 10%
    }

    .block_09 .content-subtitle {
        font-size: 32px
    }

    .step-item {
        flex: 0 0 51%;
        width: 51%;
        margin-bottom: 30px
    }

    .step-item__image .product {
        width: 80px
    }

    .step-item__image .product .rhino-gif {
        width: 22px !important;
        left: 5px;
        top: 30px
    }

    .button-text {
        top: 167px;
        font-size: 12px
    }

    .block_10 .form {
        width: 100%;
        margin-top: 50px
    }

    .sex {
        position: relative;
        left: inherit;
        width: 260px;
        margin: 0 auto;
        transform: inherit
    }

    .block_10 .form .product-box {
        width: 100%;
        margin: -50px auto 25px;
        transform: translateX(10%)
    }
}

@media screen and (max-width:539px) {
    .step-item {
        flex: 0 0 290px;
        width: 290px
    }

    .button-text {
        top: 180px;
        font-size: 12px
    }

    .block_10 .logo {
        font-size: 46px;
        line-height: 1
    }
}

@media screen and (max-width:439px) {
    .logo {
        font-size: 46px
    }

    .logo-title {
        font-size: 34px
    }

    .form {
        padding: 30px 20px
    }

    .slider-product .rhino-gif {
        left: 20px;
        top: 120px
    }

    .slick-prev {
        left: 25%
    }

    .slick-next {
        right: 25%
    }

    .logo span img {
        width: 45px
    }

    .block_03-title {
        font-size: 24px
    }

    .doc-icon {
        flex: 0 0 40px;
        width: 40px
    }

    .content-subtitle {
        font-size: 30px
    }

    .lubricant-title {
        font-size: 16px
    }

    .note {
        font-size: 52px
    }
}

@media screen and (max-width:349px) {
    .block_09 .content-subtitle {
        font-size: 24px
    }
}