@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes container-rotate {
    to {
        transform: rotate(360deg)
    }
}
@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg)
    }
    25% {
        transform: rotate(270deg)
    }
    37.5% {
        transform: rotate(405deg)
    }
    50% {
        transform: rotate(540deg)
    }
    62.5% {
        transform: rotate(675deg)
    }
    75% {
        transform: rotate(810deg)
    }
    87.5% {
        transform: rotate(945deg)
    }
    to {
        transform: rotate(1080deg)
    }
}
@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg)
    }
    25% {
        transform: rotate(270deg)
    }
    37.5% {
        transform: rotate(405deg)
    }
    50% {
        transform: rotate(540deg)
    }
    62.5% {
        transform: rotate(675deg)
    }
    75% {
        transform: rotate(810deg)
    }
    87.5% {
        transform: rotate(945deg)
    }
    to {
        transform: rotate(1080deg)
    }
}
@-webkit-keyframes blue-fade-in-out {
    0%,
    25%,
    90%,
    to {
        opacity: 1
    }
    26%,
    89% {
        opacity: 0
    }
}
@keyframes blue-fade-in-out {
    0%,
    25%,
    90%,
    to {
        opacity: 1
    }
    26%,
    89% {
        opacity: 0
    }
}
@-webkit-keyframes left-spin {
    0%,
    to {
        transform: rotate(130deg)
    }
    50% {
        transform: rotate(-5deg)
    }
}
@keyframes left-spin {
    0%,
    to {
        transform: rotate(130deg)
    }
    50% {
        transform: rotate(-5deg)
    }
}
@-webkit-keyframes right-spin {
    0%,
    to {
        transform: rotate(-130deg)
    }
    50% {
        transform: rotate(5deg)
    }
}
@keyframes right-spin {
    0%,
    to {
        transform: rotate(-130deg)
    }
    50% {
        transform: rotate(5deg)
    }
}
@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}
@-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 rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@-webkit-keyframes rightEnd {
    0%,
    to {
        left: 0
    }
    50% {
        left: -15px
    }
}
@keyframes rightEnd {
    0%,
    to {
        left: 0
    }
    50% {
        left: -15px
    }
}
@-webkit-keyframes topEnd {
    0%,
    to {
        top: 0
    }
    50% {
        top: -15px
    }
}
@keyframes topEnd {
    0%,
    to {
        top: 0
    }
    50% {
        top: -15px
    }
}
@-webkit-keyframes leftEnd {
    0%,
    to {
        left: 0
    }
    50% {
        left: 15px
    }
}
@keyframes leftEnd {
    0%,
    to {
        left: 0
    }
    50% {
        left: 15px
    }
}
@-webkit-keyframes bottomEnd {
    0%,
    to {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}
@keyframes bottomEnd {
    0%,
    to {
        bottom: 0
    }
    50% {
        bottom: -15px
    }
}
.blue {
    background-color: #2196f3 !important
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, .87)
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #039be5;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}
b,
strong {
    font-weight: bolder
}
img {
    border-style: none
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button,
input {
    overflow: visible
}
button,
select {
    text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}
*,
:after,
:before {
    box-sizing: inherit
}
button,
input,
optgroup,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none
}
ul:not(.browser-default)>li {
    list-style-type: none
}
.valign-wrapper {
    display: flex;
    align-items: center
}
.lSSlideWrapper>.lightSlider:after {
    clear: both
}
.btn,
.btn-floating,
.btn-large,
.btn-small,
.card,
.card-panel,
.collapsible,
.dropdown-content,
.sidenav,
.toast,
.z-depth-1,
nav {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}
.btn-floating:hover,
.btn-large:hover,
.btn-small:hover,
.btn:hover,
.z-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}
i {
    line-height: inherit
}
table,
td,
th {
    border: 0
}
table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0
}
tr {
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}
td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px
}
.center,
.center-align {
    text-align: center
}
.left {
    float: left !important
}
.right {
    float: right !important
}
.circle {
    border-radius: 50%
}
.material-icons {
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga'
}
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%
}
.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}
.row:after {
    content: "";
    display: table;
    clear: both
}
.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px
}
.row .col.s12,
.row .col.s4,
.row .col.s8 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto
}
.row .col.s12,
.row .col.s8 {
    width: 66.66666667%
}
.row .col.s12 {
    width: 100%
}
h2 {
    font-size: 3.56rem;
    margin: 2.37333333rem 0 1.424rem
}
h3 {
    font-size: 2.92rem;
    margin: 1.94666667rem 0 1.168rem
}
.btn,
.btn-flat,
.btn-large,
.btn-small {
    border: 0;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent
}
.btn,
.btn-flat,
.btn-floating,
.btn-large,
.btn-small {
    font-size: 14px;
    outline: 0
}
.btn-floating:focus,
.btn-large:focus,
.btn-small:focus,
.btn:focus {
    background-color: #1d7d74
}
.btn,
.btn-large,
.btn-small {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    transition: background-color .2s ease-out;
    cursor: pointer
}
.btn-large:hover,
.btn-small:hover,
.btn:hover {
    background-color: #2bbbad
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out
}
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    transition: all .7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none;
    z-index: -1
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .45)
}
select:focus {
    outline: 1px solid #c9f3ef
}
button:focus {
    outline: 0;
    background-color: #2ab7a9
}
label {
    font-size: .8rem;
    color: #9e9e9e
}
::-webkit-input-placeholder {
    color: #d1d1d1
}
::-moz-placeholder {
    color: #d1d1d1
}
:-ms-input-placeholder {
    color: #d1d1d1
}
::-ms-input-placeholder {
    color: #d1d1d1
}
::placeholder {
    color: #d1d1d1
}
input:not([type]),
input[type=date]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=search]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=text]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=url]:not(.browser-default),
textarea.materialize-textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: box-shadow .3s, border .3s
}
input:not([type]):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a
}
input:not([type]):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #26a69a
}
.select-wrapper+label:after,
input:not([type])+label:after,
input[type=date]:not(.browser-default)+label:after,
input[type=datetime-local]:not(.browser-default)+label:after,
input[type=datetime]:not(.browser-default)+label:after,
input[type=email]:not(.browser-default)+label:after,
input[type=number]:not(.browser-default)+label:after,
input[type=password]:not(.browser-default)+label:after,
input[type=search]:not(.browser-default)+label:after,
input[type=tel]:not(.browser-default)+label:after,
input[type=text]:not(.browser-default)+label:after,
input[type=time]:not(.browser-default)+label:after,
input[type=url]:not(.browser-default)+label:after,
textarea.materialize-textarea+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out
}
.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem
}
.input-field>.input_label {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: transform .2s ease-out, color .2s ease-out;
    transform-origin: 0 100%;
    text-align: initial;
    transform: translateY(12px)
}
.input-field>.input_label.active {
    transform: translateY(-14px) scale(.8);
    transform-origin: 0 0
}
label.error {
    color: rgb(231, 76, 60)!important;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-left: 3rem;
}
.input-field input.error {
    border-color: rgb(231, 76, 60);
}
.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s;
    top: .5rem
}
.input-field .prefix.active {
    color: #26a69a
}
.input-field .prefix~.autocomplete-content,
.input-field .prefix~.helper-text,
.input-field .prefix~.validate~.input_label,
.input-field .prefix~input,
.input-field .prefix~.input_label,
.input-field .prefix~textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}
.input-field .prefix~.input_label {
    top: -5px
}
.prefix~.input_label {
    margin-left: 3rem
}
select {
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    padding: 5px;
    border-radius: 2px;
    height: 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border: 0;
    border-bottom: 1px solid #9e9e9e
}
.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px
}
.preloader-wrapper.small {
    width: 36px;
    height: 36px
}
.preloader-wrapper.big {
    width: 64px;
    height: 64px
}
.preloader-wrapper.active {
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite
}
.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a
}
.spinner-blue,
.spinner-blue-only {
    border-color: #4285f4
}
.active .spinner-layer.spinner-blue {
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-green-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only {
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}
.gap-patch .circle {
    width: 1000%;
    left: -450%
}
.circle-clipper,
.lSSlideOuter .lSPager.lSpg>li a {
    display: inline-block;
    overflow: hidden;
    position: relative
}
.circle-clipper,
.circle-clipper .circle {
    width: 50%;
    height: 100%;
    border-color: inherit
}
.circle-clipper .circle {
    width: 200%;
    border-width: 3px;
    border-style: solid;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}
.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    transform: rotate(129deg)
}
.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg)
}
.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}
.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
.lSSlideOuter {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before,
.lightSlider:after,
.lightSlider:before {
    content: " ";
    display: table
}
.lightSlider,
body {
    margin: 0
}
.lSSlideWrapper {
    max-width: 100%;
    position: relative
}
.lSSlideWrapper .lSSlide,
.lSSlideWrapper.usingCss .lSFade>* {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important
}
.lSSlideWrapper .lSSlide {
    transform: translate(0, 0);
    transition: all 1s;
    transition-property: transform, height
}
.lSSlideWrapper .lSFade {
    position: relative
}
.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%
}
.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    transition-delay: 0s;
    transition-property: opacity
}
.lSSlideWrapper .lSFade>.active {
    z-index: 10
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    top: 20px;
    position: relative;
}
.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}
.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #222;
    border-radius: 30px;
    height: 8px;
    text-indent: -999em;
    width: 8px;
    z-index: 99;
    transition: all .5s linear 0s
}
.lSSlideOuter .media {
    opacity: .8
}
.lSAction>a:hover,
.lSSlideOuter .media.active,
.lSSlideWrapper.usingCss .lSFade>.active {
    opacity: 1
}
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    transition: border-radius .12s linear 0s .35s linear 0s
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both
}
.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../images/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    transition: opacity .35s linear 0s
}
.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px
}
.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px
}
.lSAction>a.disabled {
    pointer-events: none
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}
.lSSlideOuter.vertical {
    position: relative
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0 !important
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0
}
.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important
}
.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0
}
.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto
}
.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px
}
.lSSlideOuter.lSrtl {
    direction: rtl
}
.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none outside none
}
.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}
.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider>* {
    float: left
}
.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider>* {
    float: right !important
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd .3s;
    animation: topEnd .3s;
    position: relative
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd .3s;
    animation: bottomEnd .3s;
    position: relative
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}
.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}
.b2-left ul,
.b3-right ul,
.b6-left ul,
.b8-left ul,
.hb-center ul,
ul li {
    list-style-type: none
}
.alert h3,
.b6-right p,
.block-10 .client-info,
.hb-center .promo,
.stage,
h2 {
    text-transform: uppercase
}
body {
    width: 100%;
    font-size: 18px;
    color: #000;
    padding: 0;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif
}
h2 {
    font-size: 56px;
    font-family: 'Open Sans', sans-serif
}
.clearfix {
    clear: both
}
.factor {
    text-align: center
}
.landing__countdown span {
    box-sizing: border-box;
    text-align: center
}
.b2-left ul li:before,
.b3-right ul li:before {
    content: "";
    top: 5px;
    left: -45px
}
.block-2 {
    padding: 40px 0 50px
}
::-webkit-scrollbar-button {
    width: 3px;
    height: 0
}
::-webkit-scrollbar-track {
    background-color: #32312e;
    box-shadow: 0 0 3px #000 inset
}
::-webkit-scrollbar-thumb {
    background-color: #781242;
    border-radius: 5px;
    box-shadow: 0 1px 1px #fff inset
}
::-webkit-resizer {
    width: 3px;
    height: 0
}
::-webkit-scrollbar {
    width: 3px;
    height: 3px
}
.preloader-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}
.spinner-layer {
    max-width: 50px;
    max-height: 50px
}
ul {
    margin: 0;
    padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1
}
.img_box img,
.obj img {
    width: 100%
}
.block-01 .img_box img {
    margin-top: 150px
}
.ttu {
    text-transform: uppercase
}
.fwb {
    font-weight: 700
}
.dflex {
    display: flex
}
main {
    overflow: hidden
}
section {
    padding: 50px 0
}
.container {
    position: relative
}
.block-01 {
    background: url(../images/bg_01.jpg) no-repeat center bottom;
    background-size: cover
}
.block-01__subtitle {
    margin-bottom: 10px;
    font-size: 42px;
    color: #fff
}
.block-01__title {
    font-weight: 900;
    font-size: 56px;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px
}
.block-01__dashes {
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify
}
.block-01__dashes-item {
    margin: 0 0 30px;
    padding: 15px 0;
    background: url(../images/ht-1.png) no-repeat center;
    background-size: contain
}
.dashes-item__text {
    max-width: 195px;
    padding: 37px 25px;
    font-size: 14px;
    text-align: center;
    color: #fff722;
    transform: rotate(-15deg)
}
.dashes-item__text span {
    display: block;
    font-size: 14px;
    color: #ce5c76
}
.block-01__dashes-item:nth-child(2) {
    background: url(../images/ht-2.png) no-repeat center;
    background-size: contain
}
.block-01__dashes-item:nth-child(2) .dashes-item__text {
    padding: 55px 35px 35px;
    font-size: 48px;
    line-height: 1
}
.block-01__dashes-item:nth-child(3) {
    background: url(../images/ht-3.png) no-repeat center;
    background-size: contain
}
.block-01__dashes-item:nth-child(3) .dashes-item__text {
    padding: 50px 31px 23px;
    font-size: 12px;
    color: #000
}
.block-01__dashes-item:nth-child(3) .dashes-item__text span {
    font-size: 10px;
    color: #063d33
}
.block-01__prod-plus {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px
}
.block-01__prod-plus:before {
    width: 30px;
    height: 30px;
    background: url(../images/check-circle.png) no-repeat left top
}
.prod-pluses__title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff
}
.prod-pluses__text {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.block-01__prod-price {
    padding: 10px 15px;
    background: #910439;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px
}
.prod-price__old {
    font-size: 22px;
    color: #cd5c76;
    text-decoration: line-through
}
.prod-price__new {
    font-weight: 900;
    font-size: 32px;
    color: #fff722
}
.percent-box {
    position: relative;
    margin-bottom: 15px;
    padding-left: 60px
}
.block-01__prod-plus:before,
.block-2__cause:before,
.percent-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain
}
.percent-box:before {
    width: 50px;
    height: 50px;
    background: url(../images/percent.png) no-repeat center
}
.percent-box__title {
    font-size: 24px;
    color: #fff
}
.percent-box__percent {
    font-weight: 900;
    font-size: 26px;
    line-height: 1;
    color: #fff722
}
.no-form-box .btn {
    margin: 20px auto 0;
    display: block;
    max-width: 320px;
}
@media only screen and (min-width: 601px) {
    .no-form-box .btn {
        margin-top: 45px;
        margin-left: 60px;
        display: block;
        max-width: 320px;
    }
    .block-01 .percent-box .percent-box__title {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}
.form-box {
    padding: 5px 15px 30px;
    background: #e5e9ea;
    border-radius: 5px 5px 5px 5px
}
.input_item {
    margin-bottom: 20px
}
.custom_select {
    background: url(../images/custom_select.png) no-repeat 95% 17px
}
.custom_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: inherit;
    padding: 5px 25px;
    font-size: 22px;
    text-transform: uppercase
}
.block-2__subtitle {
    font-size: 42px;
    color: #2b1429
}
.block-2__title {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 63px;
    line-height: 1;
    color: #2b1429
}
.block-2__title span {
    display: block;
    color: #fb382a
}
.block-2__text {
    margin-bottom: 40px;
    font-size: 22px
}
.block-2__text span {
    font-weight: 700
}
.block-2__cause {
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 24px;
    line-height: 1.4;
    color: #000
}
.block-2__cause:before {
    width: 30px;
    height: 30px;
    background: url(../images/alert.png) no-repeat center/contain
}
.block-2__cause span {
    font-weight: 700;
    color: #d82a1d
}
.b3-right ul li,
.block-2__cause,
.block-2__image {
    position: relative
}
.block-2__image_text {
    position: absolute;
    top: 20px;
    left: 30%;
    font-size: 20px;
    color: #2b1429;
    border-bottom: 2px solid #2b1429
}
.row.valign-wrapper {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}
.block-3 {
    padding: 40px 0 50px;
    background-image: url(../images/b3-bg.jpg);
    background-size: cover
}
.b3-left img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0
}
.b3-right h2 {
    font-weight: 400;
    line-height: .9;
    font-family: 'Open Sans', sans-serif;
    color: #000
}
.b3-right h2 span {
    display: block;
    font-size: 26px;
    line-height: 1
}
.b3-right h2 .str-2,
.b3-right h2 .str-3,
.b3-right ul {
    font-size: 42px;
    font-family: 'Open Sans', sans-serif
}
.b3-right h2 .str-2 {
    color: #e60000
}
.b3-right ul {
    margin: 30px 0 0;
    padding-left: 45px;
    font-size: 19px
}
.b3-right ul li {
    margin-bottom: 20px;
    line-height: 1.5
}
.b3-right ul li:last-child,
.b6-left ul li:last-child {
    margin-bottom: 0
}
.b3-right ul li:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/arrow-right.png) center center no-repeat;
    background-size: contain
}
.b6-left ul li:before,
.b8-left ul li:before {
    content: "";
    top: 3px
}
.b3-right ul li span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #d82a1d
}
.block-4 {
    padding: 60px 0;
    overflow: hidden
}
.b4-left {
    position: relative;
    z-index: 1
}
.b4-left p,
.b4l-right h2 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif
}
.b4l-left {
    float: left;
    width: 90px
}
.b4l-left img {
    max-width: 100%;
    margin-top: 15px
}
.b4l-right {
    padding-left: 100px
}
.b4l-right h2 {
    font-size: 46px;
    line-height: 1;
    color: #2b1429
}
.b4l-right h2 .str-2 {
    display: block;
    font-size: 60px;
    color: #d70000
}
.b4-right {
    position: absolute;
    right: 0;
    bottom: -80px;
    z-index: 0;
    width: 500px
}
.b4-right img {
    display: block
}
.block-5 {
    padding: 15px 0 20px;
    background-color: #f1efdd
}
.b5-left img {
    position: relative;
    width: 100%;
    margin-top: 100px
}
.b5-right h2 {
    line-height: .9
}
.b5-right h2 .str-1 {
    padding: 0 10px;
    font-size: 38px;
    line-height: 1.5;
    color: #fff;
    background-color: #145d1a
}
.b5-right h2 .str-2 {
    display: block;
    font-size: 45px;
    color: #2b1429
}
.b5-right h2 .str-3 {
    font-size: 45px;
    color: #257e2d
}
.b5-right p,
.b6-left ul {
    font-size: 18px;
    line-height: 1.6
}
.b5-right p,
.b5-right p span {
    font-family: 'Open Sans', sans-serif
}
.b5-right p {
    margin-top: 30px
}
.b5-right p span {
    font-weight: 700
}
.block-5_list li {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    font-family: "'Roboto'", sans-serif
}
.block-5_list li b {
    color: #4397cb
}
.block-6 {
    padding: 50px 0;
    background: url(../images/b6-bg.jpg) center bottom no-repeat #e0eaf0;
    background-size: cover
}
.b6-left ul {
    margin: 0;
    padding: 15px 15px 20px 65px;
    border: 4px solid #fff
}
.b6-left ul li {
    margin-bottom: 25px
}
.b6-left ul li:before {
    position: absolute;
    left: -40px;
    width: 25px;
    height: 25px;
    background: url(../images/check-round.png) center center no-repeat;
    background-size: contain
}
.b6-left ul li span {
    font-weight: 700;
    color: #097d27
}
.b6-left ul li,
.b6-right {
    position: relative
}
.b6-left ul,
.b6-left ul li span,
.b6-right h2,
.b6-right h2 span {
    font-family: 'Open Sans', sans-serif
}
.b6-right h2 {
    font-size: 48px;
    line-height: .9
}
.b6-right h2 span {
    display: block;
    font-size: 68px
}
.b6-right p {
    margin: 40px 0 0;
    font-size: 24px
}
.b6-right h2,
.b6-right p span {
    color: #4397cb
}
.b6-right img {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0
}
.block-7 {
    padding: 40px 0
}
.block-7 h2 {
    font-size: 48px;
    line-height: 1.1;
    text-align: center
}
.b6-right p,
.b6-right p span,
.block-7 h2,
.block-7 h2 span,
.factor p {
    font-family: 'Open Sans', sans-serif
}
.block-7 h2 span {
    display: block;
    font-size: 53px
}
.factor {
    box-sizing: border-box
}
.factor p {
    margin: 0;
    font-size: 19px;
    line-height: 1.4
}
.b7-bottom,
.b7-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap
}
.b9-right p span,
.factor p span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}
.b7-top .factor {
    width: 25%;
    margin-bottom: 30px;
    padding: 0 10px
}
.block-8 {
    padding: 30px 0;
    text-align: center
}
.block_8-title {
    margin-bottom: 30px;
    font-size: 40px;
    text-transform: uppercase
}
.block_8-subtitle {
    margin-bottom: 50px;
    font-size: 18px
}
.info-num {
    font-weight: 700;
    font-size: 28px;
    color: #5c6171
}
.info-num div {
    font-weight: 700;
    font-size: 92px;
    line-height: 1
}
.block_8-bottom-text {
    margin-top: 40px
}
.block_8-bottom-text b {
    font-size: 30px
}
.block_8-top {
    padding-bottom: 100px;
    background: url(../images/section8_arrow.jpg) no-repeat center bottom;
    background-size: 90%
}
.percents {
    margin-top: 30px
}
.percent_column {
    position: relative;
    width: 100%;
    height: 350px
}
.percent_column-inner {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    margin: 0 auto 0 -40%;
    padding-top: 10px;
    font-weight: 700;
    font-size: 30px;
    background: #f7c700;
    border-top: 7px solid #707480
}
.percent_column-wrap:nth-child(1) .percent_column-inner {
    height: 100%
}
.percent_column-wrap:nth-child(2) .percent_column-inner {
    height: 99.5%
}
.percent_column-wrap:nth-child(3) .percent_column-inner {
    height: 92%
}
.percent_column-wrap:nth-child(4) .percent_column-inner {
    height: 74%
}
.percent_column-wrap:nth-child(5) .percent_column-inner {
    height: 92.5%
}
.percent_column-wrap:nth-child(6) .percent_column-inner {
    height: 100%
}
.block-9 {
    padding: 10px 0 30px;
    background: url(../images/b9-bg.png) left top no-repeat #f7f7f7;
    background-size: contain
}
.b9-left img {
    position: relative
}
.alert h3,
.b9-right h2 {
    margin: 50px 0 20px;
    font-size: 56px;
    line-height: 1;
    color: #7c204b
}
.b9-right p {
    margin: 20px 0 0;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif
}
.block-10 {
    padding: 50px 0;
    background-color: #d9e4eb
}
.block-10 h2 {
    margin: 0 auto 40px;
    font-size: 40px
}
.block-10 h2 span {
    color: #50203d
}
.rw-slide-inner {
    max-width: 350px;
    min-height: 520px;
    margin: 0 auto;
    padding-bottom: 40px;
    background: #fff url(../images/bottom-icons.jpg) no-repeat center bottom;
    background-size: contain;
    box-shadow: 0 0 15px 0 #9696967d
}
.lSSlideOuter,
.lSSlideWrapper,
.lightSlider {
    overflow: visible
}
.review-name {
    padding: 15px 15px 15px 5px;
    font-size: 0
}
.review-name img,
.review-name span {
    display: inline-block;
    vertical-align: middle
}
.review-name img {
    width: 42px;
    margin-right: 10px;
    border-radius: 50%
}
.review-name span {
    font-weight: 900;
    font-size: 12px
}
.review-image {
    width: 100%;
    margin-bottom: 5px
}
.likes {
    padding: 10px;
    font-weight: 700;
    font-size: 12px
}
.rw-slide-inner p {
    margin: 0;
    padding: 0 10px 10px;
    font-size: 14px
}
.post-manage {
    min-height: 40px;
    background: url(../images/icons.jpg) no-repeat center top;
    background-size: contain
}
.block-10 .lSSlideOuter .lSPager.lSpg>li a,
.block-7 .lSSlideOuter .lSPager.lSpg>li a {
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 #ababab
}
.block-7 .lSSlideOuter .lSPager.lSpg>li a {
    width: 15px;
    height: 15px
}
.block-10 .lSSlideOuter .lSPager.lSpg>li {
    padding: 0 10px
}
.block-7 .lSSlideOuter .lSPager.lSpg>li {
    padding: 0 5px
}
.block-10 .lSSlideOuter .lSPager.lSpg {
    padding-top: 30px;
    padding-bottom: 10px
}
.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #ff5d55
}
.why-slider {
    margin-bottom: 30px
}
.block-11 {
    padding: 20px 0 50px;
    background-color: #f9eded
}
.b11-right {
    position: relative
}
.b11-right img {
    display: block;
    width: 100%;
    margin: 0 auto
}
.alert {
    margin-top: 20px;
    padding: 25px 20px;
    background-color: #fff
}
.alert h3 {
    margin: 0 0 30px;
    font-size: 32px;
    color: red
}
.alert h3 span {
    font-size: 69px;
    color: #000
}
.alert p {
    margin: 0;
    font-size: 19px;
    line-height: 1.4
}
.alert h3,
.alert h3 span,
.alert p,
.alert p span,
.quality {
    font-family: 'Open Sans', sans-serif
}
.alert p span {
    font-weight: 700
}
.quality {
    margin: 15px 0 0 30px;
    font-size: 26px;
    line-height: 1;
    color: #a81b5d
}
.block-12 {
    padding: 40px 0
}
.block-12 h2 {
    margin-bottom: 40px;
    font-size: 44px
}
.stages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap
}
.stage {
    position: relative;
    width: 33%;
    padding: 0 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center
}
.stage .arrow {
    position: absolute;
    top: 40px;
    right: -10px;
    width: 22px;
    height: 67px
}
.stage p {
    margin: 20px 0 0
}
@media only screen and (min-width:0) {
    html {
        font-size: 14px
    }
}
@media only screen and (min-width:601px) {
    .hide-on-med-and-up {
        display: none !important
    }
    .container {
        width: 85%
    }
    .row .col.m4 {
        width: 33.33333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m12,
    .row .col.m6,
    .row .col.m8 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.m12,
    .row .col.m8 {
        width: 66.66666667%
    }
    .row .col.m12 {
        width: 100%
    }
    .row .col.offset-m2 {
        margin-left: 16.66666667%
    }
}
@media only screen and (min-width:992px) {
    html {
        font-size: 14.5px
    }
}
@media only screen and (min-width:993px) {
    .container {
        width: 70%
    }
    .row .col.l2 {
        width: 16.66666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l4,
    .row .col.l5,
    .row .col.l6 {
        width: 33.33333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l5,
    .row .col.l6 {
        width: 41.66666667%
    }
    .row .col.l6 {
        width: 50%
    }
    .row .col.l12,
    .row .col.l7,
    .row .col.l8 {
        width: 58.33333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.l12,
    .row .col.l8 {
        width: 66.66666667%
    }
    .row .col.l12 {
        width: 100%
    }
}
@media only screen and (min-width:1200px) {
    html {
        font-size: 15px
    }
}
@media only screen and (min-width:1201px) {
    .row .col.xl4,
    .row .col.xl5,
    .row .col.xl6 {
        width: 33.33333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl5,
    .row .col.xl6 {
        width: 41.66666667%
    }
    .row .col.xl6 {
        width: 50%
    }
    .row .col.xl10,
    .row .col.xl12,
    .row .col.xl7 {
        width: 58.33333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }
    .row .col.xl10,
    .row .col.xl12 {
        width: 83.33333333%
    }
    .row .col.xl12 {
        width: 100%
    }
    .row .col.offset-xl1 {
        margin-left: 8.33333333%
    }
}
@media screen and (max-width:1170px) {
    .block-01__subtitle {
        font-size: 36px
    }
    .block-01__title {
        font-size: 40px
    }
    .block-2__title {
        font-size: 50px
    }
    .b4-right {
        right: -100px
    }
    .b6-left ul li {
        margin-bottom: 15px
    }
    .b6-right h2 span {
        font-size: 64px
    }
    .b9-left img {
        margin-left: -30px
    }
    .b9-left p {
        margin: -50px 0 0;
        font-weight: 700;
        text-align: center
    }
    .block-11 {
        padding: 40px 0
    }
}
@media only screen and (max-width:992px) {
    .input-field .prefix~input {
        width: 86%;
        width: calc(100% - 3rem)
    }
}
@media screen and (max-width:992px) {
    .block_8-bottom-text b {
        font-size: 20px
    }
    .b4l-right {
        padding-left: 0
    }
    .block_8-top {
        padding-bottom: 50px
    }
    .percent_column {
        height: auto;
        margin-bottom: 0
    }
    .percent_column-inner {
        position: relative;
        left: 0;
        width: 100%;
        margin-left: 0;
        padding: 10px;
        text-align: right
    }
    .percent_column-wrap p {
        margin-top: 5px;
        margin-bottom: 20px
    }
    .percent_column-wrap:nth-child(1) .percent_column-inner {
        width: 100%
    }
    .percent_column-wrap:nth-child(2) .percent_column-inner {
        width: 99.5%
    }
    .percent_column-wrap:nth-child(3) .percent_column-inner {
        width: 92%
    }
    .percent_column-wrap:nth-child(4) .percent_column-inner {
        width: 74%
    }
    .percent_column-wrap:nth-child(5) .percent_column-inner {
        width: 92.5%
    }
    .percent_column-wrap:nth-child(6) .percent_column-inner {
        width: 100%
    }
    .block-01 .img_box img {
        margin-top: 20px
    }
    .b5-left img {
        margin-top: 30px
    }
    .block-01__dashes {
        margin: 20px 0
    }
    .block-01__prod-image {
        max-width: 400px;
        margin: 0 auto 30px
    }
    .block-2__image {
        max-width: 400px;
        margin: 0 auto
    }
    .b3-right h2 .str-2 {
        font-size: 32px
    }
    .b3-left img {
        margin-bottom: 50px
    }
    .b4l-right h2 {
        font-size: 24px;
        text-align: center
    }
    .b4l-right h2 .str-2 {
        font-size: 30px;
        text-align: center
    }
    .b4l-left {
        float: none;
        margin: 0 auto
    }
    .b4l-left img {
        margin: 0
    }
    .b4-right {
        width: 385px
    }
    .b5-left {
        width: 300px;
        margin: 0 auto 30px
    }
    .b5-right h2 .str-2 {
        font-size: 30px
    }
    .b5-right h2 .str-3 {
        font-size: 40px
    }
    .b6-right {
        margin-top: 30px
    }
    .b6-right h2 span {
        font-size: 50px
    }
    .b7-top .factor {
        width: 50%
    }
    .b9-left img {
        width: 100%
    }
    .block-10 {
        padding: 50px 0 10px
    }
}
@media screen and (max-width:759px) {
    .block-01__subtitle,
    .block-01__title {
        font-size: 32px;
        text-align: center
    }
    .block-01__dashes {
        flex-wrap: wrap;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        -ms-flex-wrap: wrap
    }
    .block-2__subtitle,
    .block-2__title {
        font-size: 34px
    }
    .block-2__image_text {
        top: 5px;
        left: 20%
    }
    .b4-right {
        display: none
    }
    .b4-left p {
        text-align: center
    }
    .b5-left,
    .b7-top .factor {
        width: 100%
    }
    .b5-right h2 .str-2 {
        font-size: 26px
    }
    .b5-right h2 .str-3 {
        line-height: 1;
        font-size: 18px
    }
    .b6-right h2 {
        font-size: 36px
    }
    .b6-right h2 span,
    .block-7 h2 span {
        font-size: 40px
    }
    .block-7 h2 {
        font-size: 34px;
        text-align: center
    }
    .b9-left img {
        margin: 0
    }
    .b9-left p {
        margin: 0;
        text-align: right
    }
    .b9-right h2 {
        font-size: 32px
    }
    .block-10 h2 {
        font-size: 26px
    }
    .alert h3,
    .quality {
        font-size: 22px;
        text-align: center
    }
    .alert h3 span {
        font-size: 36px
    }
    .quality {
        margin: 20px 0;
        font-size: 24px
    }
    .block-12 h2 {
        font-size: 30px
    }
    .stage {
        width: 100%;
        margin: 0 0 50px;
        padding: 0
    }
    .stage img {
        display: block;
        margin: 0 auto
    }
    .stage .arrow {
        top: inherit;
        right: inherit;
        bottom: -55px;
        left: 50%;
        margin-left: -11px;
        transform: rotate(90deg)
    }
}
@media only screen and (max-width:600px) {
    .hide-on-small-and-down,
    .hide-on-small-only {
        display: none !important
    }
    .input-field .prefix~input {
        width: 80%;
        width: calc(100% - 3rem)
    }
}
@media screen and (max-width:600px) {
    body {
        font-size: 16px
    }
    .dashes-item__text {
        font-size: 10px;
        max-width: 120px;
        /* padding: 12px 15px */
    }
    .dashes-item__text span {
        font-size: 10px
    }
    .block-01__dashes {
        margin: 0
    }
    .block-01__dashes-item {
        margin: -20px 0 25px;
        padding: 8px 0;
        background-size: 90px;
    }
    .block-01__dashes-item:nth-child(2) .dashes-item__text {
        font-size: 26px;
        padding: 47px 24px 32px
    }
    .block-01__dashes-item:nth-child(3) .dashes-item__text {
        padding: 44px 22px 20px
    }
    .prod-pluses__title {
        font-size: 16px
    }
    .prod-pluses__text {
        font-size: 14px
    }
    .block-01__prod-plus {
        padding-left: 20px;
        margin-bottom: 68px
    }
    .block-01__prod-plus:before {
        width: 15px;
        height: 15px
    }
    .block-2__cause,
    .block-2__text {
        font-size: 18px
    }
    .alert p,
    .b3-right ul,
    .b4-left p,
    .b5-right p,
    .b6-left ul,
    .b9-right p,
    .block-5_list li,
    .factor p,
    .stage {
        font-size: 16px
    }
    .block-4 {
        padding: 30px 0
    }
    .factor img,
    .stage img {
        max-width: 100px
    }
    .info-num div {
        font-size: 70px
    }
}
@media screen and (min-width:992px) and (max-width:1366px) {
    .container {
        width: 90%
    }
}

/* ac_footer */

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #A12000;
}
.ac_footer a {
    color: #A12000;
}
.ac_footer p {
    text-align: center;
}
img[height="1"],
img[width="1"] {
    display: none !important;
}