@charset "UTF-8";

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

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

@font-face {
    font-family: "ProximaNovaT-Thin";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/ProximaNova/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova/ProximaNovaT-Thin.woff") format("woff"), url("fonts/ProximaNova/ProximaNovaT-Thin.ttf") format("truetype");
}

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

@font-face {
    font-family: MuseoCyrl300;
    src: url("fonts/MuseoCyrillic/MuseoCyrl300.otf") format("opentype");
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.icon-award {
    font-size: 2.4rem;
    width: 1em;
}

.icon-buildings {
    font-size: 52.248rem;
    width: 1em;
}

.icon-cart {
    font-size: 16.1rem;
    width: 0.91925em;
}

.icon-check {
    font-size: 51.2rem;
    width: 1em;
}

.icon-check-bold {
    font-size: 44.2533rem;
    width: 1em;
}

.icon-credit-card {
    font-size: 2.4rem;
    width: 1em;
}

.icon-credit-card-2 {
    font-size: 2.4rem;
    width: 1em;
}

.icon-del {
    font-size: 61.2rem;
    width: 1em;
}

.icon-delivery {
    font-size: 51.2rem;
    width: 1em;
}

.icon-down-arrow {
    font-size: 51.2rem;
    width: 1em;
}

.icon-down-chevron {
    font-size: 40.426rem;
    width: 1em;
}

.icon-exit {
    font-size: 5.5rem;
    width: 1em;
}

.icon-fb {
    font-size: 51.2rem;
    width: 1em;
}

.icon-gmail {
    font-size: 51.2rem;
    width: 1em;
}

.icon-home {
    font-size: 46.0297rem;
    width: 1.0em;
}

.icon-house {
    font-size: 2.4rem;
    width: 1em;
}

.icon-instagram {
    font-size: 47.2rem;
    width: 1em;
}

.icon-left-chevron {
    font-size: 40.744rem;
    width: 1em;
}

.icon-light-del {
    font-size: 41.4299rem;
    width: 1.0em;
}

.icon-mail {
    font-size: 3.1797rem;
    width: 1em;
}

.icon-phone {
    font-size: 46.301rem;
    width: 1em;
}

.icon-profile-user {
    font-size: 5.5rem;
    width: 1em;
}

.icon-return {
    font-size: 50.8rem;
    width: 1em;
}

.icon-right-chevron {
    font-size: 40.744rem;
    width: 1em;
}

.icon-search {
    font-size: 5.363rem;
    width: 1em;
}

.icon-skype {
    font-size: 61.6832rem;
    width: 1em;
}

.icon-slider-left-chevron {
    font-size: 51.164rem;
    width: 1em;
}

.icon-slider-right-chevron {
    font-size: 51.195rem;
    width: 1em;
}

.icon-star {
    font-size: 5.587rem;
    width: 1em;
}

.icon-transport {
    font-size: 2.816rem;
    width: 1em;
}

.icon-up-chevron {
    font-size: 20.1463rem;
    width: 1.0em;
}

.icon-user {
    font-size: 3rem;
    width: 1em;
}

.icon-user-plus {
    font-size: 14.173rem;
    width: 1.40006em;
}

.icon-viber {
    font-size: 5.251rem;
    width: 1em;
}

.icon-vk {
    font-size: 160rem;
    width: 1em;
}

.custom-scroll_container {
    overflow: hidden !important;
    position: relative;
}

.custom-scroll_inner {
    overflow: scroll;
    height: 100%;
    *position: absolute;
    /* ie7 fix */
    *left: 0;
    *right: 0;
}

.custom-scroll_inner::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.custom-scroll_inner {
    -ms-overflow-style: none;
}

.custom-scroll_bar-y,
.custom-scroll_bar-x {
    cursor: default;
    position: absolute;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    z-index: 1;
    background: #888;
    opacity: .4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.custom-scroll_bar-y {
    top: 0;
    right: 1px;
    width: 8px;
}

.custom-scroll_bar-x {
    left: 0;
    bottom: 1px;
    height: 8px;
}

.custom-scroll_bar-y:hover,
.custom-scroll_bar-x:hover {
    opacity: .7;
}

.custom-scroll_bar-y:active,
.custom-scroll_bar-x:active {
    opacity: 1;
}

.custom-scroll_hidden-y > .custom-scroll_bar-y,
.custom-scroll_hidden-x > .custom-scroll_bar-x {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility step-end .3s;
    transition: opacity .2s, visibility step-end .3s;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    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;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    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-slide img {
    display: block;
}

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

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

.slick-initialized .slick-slide {
    display: block;
}

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

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

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

/* Slider */

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

/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    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#slick") format("svg");
}

/* Arrows */

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

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

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

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

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

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

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

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

.slick-next {
    right: -25px;
}

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

.slick-next:before {
    content: '→';
}

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

/* Dots */

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

.slick-dots {
    position: absolute;
    bottom: -25px;
    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;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

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

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute;
}

.tooltipster-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tooltipster-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

@-webkit-keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading .4s;
    animation: tooltipster-fading .4s;
}

@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }

    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating .6s;
    animation: tooltipster-rotating .6s;
}

@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling .6s;
    animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 auto;
    background-color: #fff;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    display: none;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -ms-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -ms-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

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

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

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

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

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

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

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

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

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

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

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

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

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

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

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

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "ProximaNova-Light", sans-serif;
    font-weight: normal;
    font-size: 15px;
    min-width: 320px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #333333;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: red;
}

body input:required:valid,
body textarea:required:valid {
    color: green;
}

input {
    outline: none;
}

.icon-cart {
    font-size: 30px;
    color: #009bfd;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.section-title,
.page-title {
    margin-top: 0;
    margin-bottom: 33px;
    font-size: 34.41px;
    line-height: 40.52px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

.main-page-reviews .section-title {
    font-size: 28px;
}

.main-page-reviews .main-page-reviews__text {
    font-size: 14px;
}

.page-header {
    position: relative;
    margin-bottom: 30px;
}

.page-header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.page-title {
    font-family: "ProximaNova-Regular", sans-serif;
    color: #fff;
}

.button {
    padding: 8px 12px;
    font-size: 12px;
    color: #181818;
    border: 1px solid #D7D7D7;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button:hover,
.button:active {
    background-color: #009bfd;
    border-color: transparent;
    color: #fff;
}

.header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    z-index: 500;
}

.justify {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    overflow: hidden;
    visibility: hidden;
    line-height: 0;
}

.toggle-mnu {
    display: none;
    width: 35px;
    height: 26px;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
}

.toggle-mnu span:after {
    top: 23px;
}

.toggle-mnu.on span:after,
.toggle-mnu.on span:before {
    top: 17px;
}

.toggle-mnu.on span:after {
    top: 33px;
}

.toggle-mnu span {
    position: relative;
    display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 3px;
    background-color: #009bfd;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.toggle-mnu.on span {
    background-color: transparent;
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(6px, 0px);
    -ms-transform: rotate(45deg) translate(6px, 0px);
    transform: rotate(45deg) translate(6px, 0px);
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(12px, -6px);
    -ms-transform: rotate(-45deg) translate(12px, -6px);
    transform: rotate(-45deg) translate(12px, -6px);
}

header {
    padding: 30px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-inner .menu__item {
    margin-left: 35px;
    list-style-type: none;
    display: inline-block;
}

.header-inner .menu__item:first-child {
    margin-left: 0;
}

.header-inner .menu__item--hidden {
    display: none;
}

.header-inner .header-inner__mobile-search {
    display: none;
}

.menu__link {
    display: block;
    position: relative;
    font-size: 18px;
    text-decoration: none;
    color: #333333;
    text-shadow: 1px 0px 0px #969696;
    text-decoration: none;
}

.menu__link--actions {
    color: #009bfd;
}

.menu__link .menu__link-hover {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #009bfd;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.menu__link .menu__link-hover span {
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    right: 4px;
    background-color: #fff;
}

.menu__link:hover,
.menu__link:active {
    text-decoration: none;
    color: #009bfd;
}

.menu__link:hover .menu__link-hover,
.menu__link:active .menu__link-hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.menu .dropdown-menu-catalog {
    position: absolute !important;
    z-index: 999;
    margin-top: 20px;
    margin-left: 85px;
    visibility: hidden;
    opacity: 0;
    transition: visibility ease 0.5s, opacity ease 0.5s
}

.menu .menu__link:hover .dropdown-menu-catalog {
    visibility: visible;
    opacity: 1;
}

.menu .dropdown-menu-collection {
    position: absolute !important;

    z-index: 999;
    margin-top: 20px;
    margin-left: 88px;
    visibility: hidden;
    opacity: 0;
    transition: visibility ease 0.5s, opacity ease 0.5s
}

.menu .menu__link:hover .dropdown-menu-collection {
    visibility: visible;
    opacity: 1;
}

#search:hover {
    cursor: pointer;
}

.mobile-search-wrap {
    width: 100%;
    margin-top: 72px;
    position: relative;
    padding: 0 30px;
}

.mobile-search-input {
    width: 100%;
    padding: 20px 20px;
    padding-left: 70px;
    border: 1px solid #009bfd;
    font-size: 20px !important;
}

.mobile-search-magnifier {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
}

.mobile-search-magnifier .icon-search {
    font-size: 40px;
    color: #009bfd;
}

.header-inner__right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-inner__icons .container-2 {
    display: none;
}

.header-inner__icons > li {
    margin-left: 40px;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
        max-width: 35px;
}

.header-inner__icons > li:first-child {
    margin-left: 20px;
}

.header-inner__icons .icon {
    color: #009bfd;
    font-size: 28px;
}

.header-inner__icons .icon-cart {
    font-size: 27px;
}

.icon-profile-user {
	display:none;
}
.popup-content--contacts__bottom .popup-content--contacts__item {
	display:none;
}

.header-inner__logo {
    margin-left: 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header-inner__logo img {
    width: 100%;
}

.header-scroll .header-inner__logo {
    width: 160px;
}

.main-page-subheader {
    position: relative;
}

.main-page-subheader:after {
    content: '';
    display: block;
    width: 100%;
}

.main-page-subheader__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 58px;
    min-height: 564px;
}

.main-page-subheader__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
    color: #333333;
    text-decoration: none;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.main-page-subheader__item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    max-height: 240px;
}

.main-page-subheader__item:hover,
.main-page-subheader__item:active {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
}

.main-page-subheader__item:hover .main-page-subheader__name,
.main-page-subheader__item:active .main-page-subheader__name {
    color: #009bfd;
    text-decoration: underline;
}

.main-page-subheader__visual {
    position: absolute;
    width: 100%;
    height: 115%;
    left: 0;
    top: 0;
    -webkit-border-radius: 0 97px 0 0;
    border-radius: 0 97px 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-page-subheader__visual img {
    max-width: 100%;
}

.main-page-subheader__name {
    margin-left: 40px;
}

.main-page-subheader__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(41.66667% - 16px);
    width: calc(41.66667% - 16px);
    position: relative;
    font-size: 41px;
    color: #fff;
    z-index: 2;
    line-height: 43px;
    text-transform: uppercase;
}

.main-page-subheader__coll {
    font-family: "ProximaNovaT-Thin", sans-serif;
}

.main-page-subheader__brand {
    font-family: "ProximaNova-Bold", sans-serif;
}

.header-inner__search {
    display: block;
    position: relative;
    text-decoration: none;
}

.header-inner__search input {
    display: none;
    position: absolute;
    left: -500%;
    top: 0;
    width: 127px;
    line-height: 27px;
    padding: 0 10px;
    border: none;
    font-size: 17.27px;
    border-bottom: 1px solid #5BD2FF;
    box-shadow: none;
}

.header-inner__search input::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

.header-inner__search input::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

.header-inner__search input:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

.header-inner__search input:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

.main-page-categories {
    position: relative;
    margin-top: -218px;
    padding-bottom: 183px;
    background-size: cover;
}

.main-page-categories > * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.main-page-categories__stripes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -30px;
    left: -180px;
    right: 0;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
  /*  background: url(../img/categories-stripes2.png) center top no-repeat;*/
    z-index: 0;
}

.main-page-categories__back {
    position: absolute;
    width: 100%;
    height: 140%;
    top: /*55px;*/ -50px;
    left: 0;
    right: 0;
 /*   -webkit-transform: skewY(-9deg);
    -ms-transform: skewY(-9deg);
    transform: skewY(-9deg);*/
    background: url(../img/main-sect2-bg.png) center top no-repeat;
    background-size: cover;
    z-index: 0;
}

.main-page-subheader .owl-wrapper-outer {
    border: none;
}

.main-page-subheader .owl-wrapper-outer .item {
    background-repeat: no-repeat;
    height: 642px;
}

.main-page-subheader .owl-carousel {
    z-index: 0;
}
.main-page-subheader .owl-carousel .owl-buttons div{
    opacity: 1;
}
.main-page-categories__inner,
.main-page-categories__title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.main-page-categories__inner .main-title,
.main-page-categories__title-wrap .main-title {
    width: 100%;
    text-align: right;
	color: #ffffff;
}

.main-page-categories__inner {
    margin-top: -20px;
}

.main-page-categories__title-wrap {
    margin-top: 50px;
}

.main-page-categories__name {
    color: #ffffff;
    text-decoration: none;
	font-weight: bold;
}

.main-page-categories__item {
    position: relative;
    text-align: center;
    width: -webkit-calc(25% - 1px);
    width: calc(25% - 1px);
    margin-bottom: 60px;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.main-page-categories__item:hover,
.main-page-categories__item:active {
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
}

.main-page-categories__item-back {
    position: absolute;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: 220%;
 /*   top: -70%; */
    top: 0;
    left: -15px;
    z-index: 0;
}

.main-page-categories__img-wrap {
    height: 215px;
    position: relative;
    display: block;
    margin-bottom: 6px;
    z-index: 1;
}

.main-page-categories__img-wrap img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
}

.main-page-about {
    padding-top: 267px;
    position: relative;
    padding-bottom: 123px;
    background: url(../img/main-sect3-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}

.main-page-about:before {
    content: '';
    position: absolute;
    top: -248px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 500px;
    display: block;
    background: url(../img/main-sect-3-top.png) center no-repeat;
    background-size: cover;
    z-index: 3;
}

.main-page-about:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.main-page-about__back {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    transform: skewY(7deg);
    background: url(../img/main-sect3-bg-mob.jpg) center no-repeat;
    background-size: cover;
}

.main-page-about__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.main-page-about__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
}

.main-page-about__title {
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
    font-family: "ProximaNovaT-Thin", sans-serif;
    line-height: 30px;
    opacity: 0;
}

.main-page-about__picture {
    max-width: 100%;
    margin-bottom: 15px;
    opacity: 0;
}

.main-page-about__text {
    font-size: 14px;
    line-height: 18.35px;
    color: #fff;
    opacity: 0;
}

section.main-page-purity {
    position: relative;
    margin-top: -150px;
    height: 800px;
    background-size: cover !important;

}

.main-page-purity__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-page-purity__inner h2 {
    font-size: 55px;
    text-transform: none;
    color: #044a87;
    text-align: left;
    line-height: 50px;
}

.main-page-purity__inner h2 span {
    display: block;
    margin-left: 67px;
}

.main-page-purity__title-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(41.66667% - 16px);
    width: calc(41.66667% - 16px);
    margin-top: 100px;
}

.main-page-actions {
    position: relative;
    margin-top: -100px;
    position: relative;
    padding-bottom: 94px;
}

.main-page-actions:before {
    content: '';
    width: 100%;
    height: 100px;
    display: block;
    background: transparent;
    /* Old browsers */
    /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #fff));*/
    /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, transparent 0%, #fff 100%);*/
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
   /* background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);*/
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    background: url(../img/gradient.png) 0 0 repeat-x;
}

.main-page-actions__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-page-actions__slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(83.33333% - 16px);
    width: calc(83.33333% - 16px);
}

.main-page-actions__item {
    color: #333333;
    text-decoration: none;
    text-align: center;
}

.main-page-actions__item img {
    margin: 0 auto;
    margin-bottom: 15px;
    max-height: 234px;
}

.main-page-actions__item span {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
}

.main-page-actions__name {
    margin-bottom: 8px;
    font-size: 18px;
}

.slick-prev,
.slick-next {
    width: 33px;
    height: 64px;
}

.slick-prev::before,
.slick-next::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons-svg/slider-left-chevron.svg);
    font-size: 67px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.slick-next::before {
    background-image: url(../img/icons-svg/slider-right-chevron.svg);
}

.main-page-reviews {
    position: relative;
    padding-bottom: 30px;
    color: #fff;
    background-size: cover;
}

.main-page-reviews h2 {
    padding-top: 93px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.main-page-reviews__back {
    position: absolute;
    width: 100%;
    height: 120%;
    background: url(../img/../img/main-sect-last-bg.jpg) center no-repeat;
    background-size: cover;
    z-index: 0;
    -webkit-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    transform: skewY(6deg);
}

.main-page-reviews__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.main-page-reviews__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(41.66667% - 16px);
    width: calc(41.66667% - 16px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.main-page-reviews__userpic {
    width: 104px;
    height: 104px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.main-page-reviews__text {
    margin-left: 23px;
    font-size: 18px;
}

.main-page-reviews__content {
    margin: 0;
}

.main-page-reviews__username {
    text-transform: uppercase;
}

.main-page-reviews__text {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 20px;
    line-height: 22px;
}

.main-page-reviews__text p {
    margin: 0;
}

.main-page-reviews__photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-page-reviews__photo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(33.33333% - 16px);
    width: calc(33.33333% - 16px);
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

.main-page-reviews__photo img {
    width: 100%;
}

.page-header,
.category__header {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
                           
}
.category__header-inner {
    display: inline-block;
    cursor: pointer;
}

.page-header-categories {
    height: 326px;
    padding-top: 136px;
    background-image: url(../img/categories-title-bg.jpg);
}

.category__toggle-icon--animation {
    /*  -webkit-animation: up-down .5s infinite alternate;
  animation: up-down .5s infinite alternate; */
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.category {
    position: relative;

}

.category-bello {
    margin-top: -20px;
}

.category-bello .category__header {
    height: 143px; 
    padding-top: 37px; 
    background-image: url(../img/category-bello-header-bg.png);
}

.category-grande {
    margin-top: 0;
}

.category-grande .category__header {
    height: 126px;
    padding-top: 35px; 
    background-image: url(../img/category-grande-header-bg.jpg);
}

.category-solido {
    margin-top: -17px;
    /*z-index: 5;*/
}

.category-solido .category__header {
    height: 138px; 
    padding-top: 33px; 
    background-image: url(../img/category-solido-header-bg.png);
}

.category-lungo {
    margin-top: -17px;
    z-index: 5;
}

.category-lungo .category__header {
    height:98px; 
    padding-top: 33px; 
    background-image: url(../img/category-lungo-header-bg.jpg);
}

.category-lungo .category__header-inner {
    margin-top: -12px;
}

.category-lungo__footer {
    height:  445px; 
    background: url(../img/category-lungo-footer-bg.jpg) center top no-repeat;
    background-size: cover; 
}

.category__header .section-title {
    margin-bottom: 5px;
    color: #fff;
    cursor: pointer;
}

.category-maggio {
    margin-top: -84px;
}

.category-maggio .category__header {
    height: 137px; 
    padding-top: 55px; 
}

.category__toggle-icon {
    width: 26px;
    height: 14px;
    margin: 0 auto;
    cursor: pointer;
/*      background: url(../img/icons-svg/down-arrow.svg) 0 no-repeat;*/

    background: url(../img/icons/fatarrow2.png) 0 no-repeat;
    background-size: 100%;
}

.category__toggle-icon.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.category__toggle-icon--bottom {
    padding-top: 22px;
    display: inline-block;
    cursor: pointer;
    background: url(../img/icons-svg/up-chevron.svg) center top no-repeat;
    background-size: 29px auto;
}

.product-collection-5
.category__bottom {
    margin-top: 8px;
    margin-bottom: 40px;
    text-align: center;
}

.category__content {
    display: none;
    margin-top: 33px;
    padding-bottom: 30px;
}

.page-header-for-soap {
    height: 317px;
    padding-top: 100px;
    background-image: url(../img/for-soap-title-bg.jpg);
}

.page-header-for-soap .page-title {
    color: #333333;
}

.product-special .pull-right {
	display: none;
}
.products-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-top: -90px;
    padding-bottom: 30px;
    z-index: 5;
}

.ocfilter .list-group-item {
    vertical-align: top;
    display: inline-block;
}

.products-filter--consumable .filter-menu {
    /*width: 115px;*/
    min-width: auto;
    width: 25%;
    display: inline-block;
}


.products-filter--consumable .filter-dropdown .option-values a {
    color: #333;
    font-size: 11px;
}

.products-filter--consumable .filter-menu--consume {
    width: 186px;
}

.products-filter--consumable .filter-menu--digital .filter-body {
    width: auto;
    padding: 0 10px;
}

.filter-top {
    margin-top: 150px;
}

.products-filter__top {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #5A5A5A;
}

.products-filter__top .icon-del {
    cursor: pointer;
    font-size: 12px;
    vertical-align: middle;
    color: #888888;
}

.products-filter__bottom {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.products-filter__bottom .button {
    width: 130px;
    padding: 4px 0;
    font-size: 11px;
    font-family: "ProximaNova-Regular", sans-serif;
    color: #009bfd;
    text-align: center;
    border-color: #F2F2F2;
    cursor: pointer;
    background-color: #ffffff;
}

.products-filter__bottom .button:hover {
    color: #ffffff;
    background-color: #009bfd;
}

.option-values label {
    width: 100%;
}

.filtered-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 17px;
    line-height: 10px;
    margin-bottom: 15px;
}

.filtered-item__value {
    display: inline-block;
    vertical-align: middle;
    color: #009bfd;
    font-size: 16px;
}

.filtered-item__value button {
    border: none;
    background: transparent;
}

.filter-menu {
    /*width: 130px;*/
    position: relative;
    padding: 0px 5px;
    font-size: 11px;
    font-family: "ProximaNova-Regular", sans-serif;
    border: 1px solid #F2F2F2;
    margin-right: 15px;
}

.filter-menu__inner {
    display: table;
    width: 100%;
}

.filter-menu .icon-down-arrow {
    display: table-cell;
    cursor: pointer;
    font-size: 10px;
    color: #000;
    margin-top: 5px;
}

.filter-menu--opened {
    z-index: 99;
}

.filter-menu--opened .icon-down-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-paremeter {
    display: table-cell;
    vertical-align: middle;
    margin-right: 3px;
    color: #009bfd;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 3px;
}

.filter-body {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 3px;
    text-align: center;
    overflow: hidden;
}

.filter-dropdown__custom {
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #C7C7C7;
}

.filter-dropdown__custom .icon-check {
    font-size: 12px;
}

.filter-dropdown__custom span {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: -4px;
    position: relative;
}

.filter-dropdown {
    display: none;
    position: absolute;
    width: 101%;
    left: -1px;
    top: 100%;
    background-color: #fff;
    border: 1px solid #F2F2F2;
}

.filter-dropdown li {
    padding: 4px 8px;
    border-bottom: 1px solid #F2F2F2;
    list-style-type: none;
}

.filter-dropdown li:before,
.filter-dropdown li:after {
    content: '';
    display: table;
}

.filter-dropdown li:after {
    clear: both;
}

.filter-dropdown li:last-child {
    border-bottom: none;
}

.filter-dropdown li input {
    position: absolute;
    left: /*-9999px; */ 10px;
}

.filter-dropdown li input:checked + .filter-dropdown__custom span {
    display: block;
}

.filter-dropdown__left {
    float: left;
}

.filter-dropdown__right {
    display: block;
    margin-left: 25px;
}

.filter-body__count {
    margin-left: 3px;
}

.page-header-cunsumable {
    height: 294px;
    padding-top: 126px;
    background-image: url(../img/consumable-title-bg.jpg);
}

.products-filter--consumable {
    margin-top: 0;
}

.ocfilter {
    width: 100%;
}

.gallery .page-header {
    height: 294px;
    padding-top: 137px;
    background-image: url(../img/consumable-title-bg.jpg);
}

.information-gallery img.mfp-img {
    background: none;
}

.information-gallery  .text-center.error {
    width: 100%;
}

.gallery-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.gallery-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(33.33333% - 16px);
    width: calc(33.33333% - 16px);
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-item img {
    width: 100%;
}

.gallery-item.fade {
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    opacity: 0;
}

.order .page-header {
    height: 403px;
    padding-top: 200px;
    background-image: url(../img/order-title-bg.jpg);
}

.order-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-info__custom-check .icon.icon-check {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: -3px;
    font-size: 14px;
}

.order-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(33.33333% - 16px);
    width: calc(33.33333% - 16px);
}

.order-info input[type="checkbox"],
.order-info input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.order-info input[type="checkbox"]:checked + .order-info__custom-check svg,
.order-info input[type="checkbox"]:checked + .order-info__custom-check:before,
.order-info input[type="radio"]:checked + .order-info__custom-check svg,
.order-info input[type="radio"]:checked + .order-info__custom-check:before {
    display: block;
}

.order-info .order-info__custom-check {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 1px solid #D8D8D8;
}

.order-info__client {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.order-summary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
    position: relative;
}

.order-summary__back {
    position: absolute;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    height: -webkit-calc(100% + 60px);
    height: calc(100% + 60px);
    left: -30px;
    top: -30px;
    border: 1px solid #F0F0F0;
    z-index: 0;
}

.order-summary__front {
    position: relative;
    z-index: 1;
}

.order-info__block {
    margin-bottom: 30px;
}

.order-info__block h2 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 19px;
}

.order-info__block h2 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -2px;
    width: 20px;
    height: 20px;
    font-size: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 18px;
    border: 1px solid #009bfd;
    text-align: center;
}

.order-info__label-width {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}

.order-info__label-width input[type="text"] {
    width: 100%;
    border: none;
    padding: 2px 10px;
    border: 1px solid #E2E2E2;
}

.require-star {
    margin-left: 3px;
    color: #ff0000;
}

.order-info__require {
    display: inline-block;
    margin-left: 15px;
    color: #666666;
    font-family: "ProximaNova-Regular", sans-serif;
}

.order-info__label-callback {
    width: 100%;
    margin-top: -8px;
    display: block;
    text-align: right;
    font-size: 13px;
}

.order-info__label-callback .order-info__custom-check {
    margin-right: 0;
}

.order-info__delivery-div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.order-info__delivery-div--comments {
    display: block;
    margin-top: 48px;
    margin-bottom: 8px;
}

.order-info__delivery-div--comments .order-info__delivery-title {
    margin-bottom: 12px;
}

.order-info__delivery-div--comments textarea {
    padding: 5px;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 127px;
    font-size: 14px;
    font-family: "ProximaNova-Light", sans-serif;
    border: 1px solid #E2E2E2;
}

.order-info__delivery-div--submit {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.order-info__delivery-div--submit .button {
    padding: 4px 25px;
    background-color: transparent;
}

.order-info__delivery-div--submit .button:hover,
.order-info__delivery-div--submit .button:active {
    background-color: #009bfd;
}

.order-info__delivery-method,
.product-delivery {
    width: 60%;
    font-size: 13px;
}

.order-info__delivery-method label,
.product-delivery label {
    display: block;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.order-info__delivery-method .order-info__custom-check,
.product-delivery .order-info__custom-check {
    width: 8px;
    height: 8px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #A8A8A8;
}

.order-info__delivery-method .order-info__custom-check:before,
.product-delivery .order-info__custom-check:before {
    content: '';
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #676767;
}

.order-info__delivery-method input[type="checkbox"]:checked + .order-info__custom-check:before,
.product-delivery input[type="checkbox"]:checked + .order-info__custom-check:before {
    display: block;
}

.order-info__delivery-method input[type="text"],
.product-delivery input[type="text"] {
    width: 100%;
    padding: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #dfdfdf;
}

.order-info__delivery-method input[type="text"]::-webkit-input-placeholder,
.product-delivery input[type="text"]::-webkit-input-placeholder {
    color: #666666;
    opacity: 1;
}

.order-info__delivery-method input[type="text"]::-moz-placeholder,
.product-delivery input[type="text"]::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.order-info__delivery-method input[type="text"]:-moz-placeholder,
.product-delivery input[type="text"]:-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.order-info__delivery-method input[type="text"]:-ms-input-placeholder,
.product-delivery input[type="text"]:-ms-input-placeholder {
    color: #666666;
    opacity: 1;
}

.delivery-item {
    margin-bottom: 12px;
}

.delivery-checkbox {
    margin-bottom: 6px;
}

.order-info__delivery-title {
    margin-left: 10px;
    font-size: 17px;
    color: #666666;
}

.order-summary__title {
    margin-bottom: 17px;
    font-size: 19px;
}

.order-summary__table {
    margin-bottom: 15px;
}

.order-summary__item {
    width: 100%;
    display: table;
    margin-bottom: 6px;
    font-size: 12.5px;
    color: #666666;
}

.order-summary__name,
.order-summary__count,
.order-summary__price {
    display: table-cell;
    width: 1%;
}

.order-summary__name {
    width: 100%;
    padding-right: 15px;
}

.order-summary__count {
    padding-right: 20px;
}

.order-summary__price span {
    margin-left: 3px;
}

.order-summary__bottom {
    padding: 0 15px;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 19px;
    color: #0463ff;
}

.order-summary__summ-price {
    margin-left: 3px;
}

.order-summary__confirmation-button,
.product-info__button {
    padding: 4px 0;
    width: 220px;
    margin: 0 auto;
    font-size: 19px;
    color: #009bfd;
    font-family: "ProximaNova-Regular", sans-serif;
    border: 1px solid #939393;
    text-align: center;
    cursor: pointer;
}

.category__bottom {
    text-align: center;
}

.products-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}
.products-wrapper h1, .products-wrapper h2, .products-wrapper h3, .products-wrapper p {
    width: 100%;
}
.products-wrapper ul{
        padding-inline-start: 40px;
            margin-bottom: 10px;
}
.products-wrapper ul li{
        list-style-type: disc;
}

.products-wrapper ol li{
        list-style-type: decimal;
}
.product-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(16.66667% - 16px);
    width: calc(16.66667% - 16px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    background-color: #fff;
    text-align: center;
}

.product-item .button {
    position: relative;
    padding: 5px 30px;
    font-size: 10.77px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.product-item--noname .product-item__brand,
.product-item--noname .product-item__model {
    margin: 0;
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 15.5px;
    color: #333333;
}

.product-item--noname .product-item__model {
    margin-bottom: 11px;
}

.product-item--noname .product-item__img {
    margin-bottom: 10px;
}

.product-item--consumable .product-item__brand {
    margin-bottom: 12px;
}

.product-item--consumable .product-item__model {
    display: none;
}

.product-item__bottom {
    margin-top: auto;
}

.product-item__border {
    position: absolute;
    display: none;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    height: -webkit-calc(100% + 15px);
    height: calc(100% + 15px);
    top: 0;
    left: -15px;
    border: 1px solid #b7b7b7;
    /*border-bottom: none;*/
    z-index: 0;
}

.product-item__img {
    position: relative;
    height: 142px;
    margin-bottom: 22px;
    display: block;
}

.product-item__img img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    bottom: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.product-item__name {
    position: relative;
    margin-bottom: 10px;
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 13px;
}

.product-item__brand {
    position: relative;
    margin-bottom: 8px;
    font-size: 12.23px;
    color: #666666;
}

.product-item__price {
    position: relative;
    margin-bottom: 10px;
    color: #009bfd;
}

span.product-item__price-val {
    margin-right: 5px;
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 16.82px;
}

.product-item__info {
    display: none;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    padding: 0 13px;
    padding-bottom: 12px;
    position: absolute;
    top: 100%;
    left: -15px;
    bottom: 15px;
    font-size: 12.23px;
    border: 1px solid #b7b7b7;
    background-color: inherit;
    border-top: none;
    border-collapse: inherit;
}

.product-item__info tr td {
    padding-bottom: 8px;
    line-height: 12px;
}

.product-item__char {
    text-align: left;
    width: 50%;
    vertical-align: middle;
}

.product-item__char-val {
    text-align: right;
    color: #666666;
    width: 50%;
    vertical-align: middle;
}

.product-item:hover,
.product-item:active {
    z-index: 100;
}

.product-item:hover .product-item__info,
.product-item:active .product-item__info {
    display: table;
}

.product-item:hover .product-item__border,
.product-item:active .product-item__border {
    display: block;
}

.product .page-header {
    height: 245px;
    padding-top: 93px;
    background-image: url(../img/product-title-bg.jpg);
}

.product-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.product-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
}

.product-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
}

.product-delivery {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    /* width: -webkit-calc(25% - 16px);
  width: calc(25% - 16px); */
    width: 100%;
    padding-left: 50px;
}

.product-slider__display .slick-dots {
    position: static;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-slider__display .slick-dots li {
    width: auto;
    height: auto;
}

.product-slider__display .slick-dots li a {
    display: block;
    width: 60px;
}

.product-slider__display .slick-dots li a img {
    width: 100%;
}

.product-slider__display .slick-prev,
.product-slider__display .slick-next {
    width: 100px;
    height: 100px;
    opacity: .5;
}

.product-slider__display .slick-prev {
    left: -90px;
}

.product-slider__display .slick-next {
    right: -90px;
}

.product-slider__display .slick-slide img {
    width: 100%;
}

.product__div-name {
    margin-bottom: 15px;
    color: #999999;
    font-size: 15.5px;
}

.product-info__description p {
	font-family: "ProximaNova-Regular", sans-serif;
}

.instruction a{
    font-weight: bold;
    color: #333333;
}
.instruction a:hover{
    text-decoration: underline;
}

.instruction img{
    max-width: 20px;
    margin-right: 5px;
}
.product-info__name {
    margin-bottom: 22px;
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 27px;
    line-height: 38px;
}

.product-info__colors .radio {
    float: left;
    margin: 0;
}

.product-info__colors .radio input[type=radio] {
    margin-left: -15px;
}

.product-info__name--hidden {
    display: none;
}

.product-info__parameters {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.product-info__colors_checkbox {
    display: none;
}
.simplecheckout-cart .form-control {
    height: 23px;
    padding: 2px 12px;
}
.simplecheckout .row-shipping_address_donotcall > label{
    opacity: 0;
}
.color-label {
    margin-right: 13px;
    float: left;
}

.color-label .product-top__div-name {
    margin-bottom: 5px;
}

.color-label .icon-check {
    display: none;
    margin-left: 4px;
    margin-top: 3px;
    font-size: 15px;
}

.color-label input {
    position: absolute;
    left: -9999px;
}

.color-label input:checked + .product-info__color-sample svg {
    display: block;
}

.product-info__color-sample {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
}

.product-info__color-sample img {
    position: relative;
}

.product-info__color-sample:hover,
.product-info__color-sample:active {
    border-width: 2px;
    border-color: #009bfd;
}

.product-info__color-sample--black {
    background-color: #000;
}

.product-info__color-sample--black .icon-check {
    color: #fff;
}

.product-info__color-sample--gray {
    background-color: #898989;
}

.product-info__color-sample--white {
    background-color: #fff;
}

.product-info__color-sample--blue {
    background-color: #009CFF;
}

.product-info__calc .icon {
    vertical-align: middle;
    font-size: 20px;
}

.product-info__calc-count {
    margin: 0;
    font-size: 27px;
    font-family: "ProximaNova-Regular", sans-serif;
    vertical-align: middle;
}

.product-info__calc-count #input-quantity, .cart-count__num #input-quan-cart {
    border: none;
    text-align: center;
}

.product-info__calc-minus,
.product-info__calc-minus {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.product-info__price-value {
    font-size: 31px;
    font-family: "ProximaNova-Regular", sans-serif;
    color: #009bfd;
}

.price-old {
    color: #333333;
    font-size: 14px;
    text-decoration: line-through;
}

.product-info__price-value .price-old {
    margin-top: 10px;
}

.product-info__price-value span {
    margin-left: 4px;
    font-size: 19px;
}

.product-info__button-wrap {
    text-align: right;
}

.product-info__button {
    display: inline-block;
    text-decoration: none;
    width: /*145px; */ 215px;
    background: #ffffff;
    /*height: 30px;*/
    line-height: 100%;
}
.product-item__bottom   #button-cart {margin-top: 15px;}
.product-delivery .product__div-name {
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: #F4FCFE;
    color: #333333;
}

.product-delivery .product-delivery__toggle {
    padding-left: 10px;
    margin-bottom: 5px;
    color: #999999;
    font-family: "ProximaNova-Regular", sans-serif;
}

.product-characteristics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    padding-top: 15px;
    margin-bottom: 70px;
    border-top: 1px solid #99d7fe;
}

.product-characteristics__table,
.product-characteristics__video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
}

.product-characteristics__table .product__div-name {
    margin-left: 30px;
}

.product-characteristics__table table {
    width: 100%;
    border-collapse: collapse;
}

.product-characteristics__table table tr span {
    display: block;
    font-family: "ProximaNova-Regular", sans-serif;
    padding: 5px 0 5px 30px;
}

.product-characteristics__table table tr:nth-child(odd) {
    background-color: #F5FBFF;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

iframe {
    border: none;
}

.video-container iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-characteristics__video-title {
    margin-bottom: 10px;
    width: 90%;
    font-size: 20px;
    font-family: "ProximaNova-Regular", sans-serif;
    line-height: 25px;
}

.consumable .section-title,
.alternative .section-title {
    margin-bottom: 20px;
}

.consumable {
    margin-bottom: 40px;
}

.consumable__slider-container,
.alternative__slider-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.consumable__slider,
.alternative__slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(91.66667% - 16px);
    width: calc(91.66667% - 16px);
}

.product-item--consume {
    padding-top: 0;
}

.product-item--consume .product-item__img {
    height: 125px;
    display: block;
    margin-bottom: 15px;
}

.product-item--alternative .product-item__img {
    display: block;
}

.product-item__brand {
    font-size: 13px;
}

.cart .page-header, .contact__container .page-header {
    height: 333px;
    padding-top: 170px;
    background-image: url(../img/cart-title-bg.jpg);
}

.cart-del .icon {
    font-size: 16px;
    color: #818181;
}

.cart-count .icon {
    font-size: 12px;
}

.cart-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 14px;
}

.cart-row:last-child {
    margin-bottom: 0;
}

.cart-row .icon {
    cursor: pointer;
}

.cart-row__item {
    padding-top: 49px;
}

.cart-del,
.cart-img {
    padding-top: 0;
}

.cart-row:first-child .cart-row__item {
    position: relative;
}

.cart-row:first-child .cart-row__item:before {
    position: absolute;
    display: block;
    top: -32px;
    width: 100%;
    content: attr(data-title);
    color: #999999;
    font-size: 14px;
}

.cart-del {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-del:before {
    top: 0px;
}

.cart-name {
    width: 26%;
    margin-left: -30px;
}

.cart-img {
    width: 15%;
}

.cart-img img {
    max-width: 100%;
    max-height: 135px;
}

.cart-img:before {
    text-align: center;
}

.cart-overal {
    width: 10%;
    text-align: right;
}

.cart-count {
    width: 8%;
    font-size: 15.5px;
}

.cart-count span {
    display: inline-block;
    vertical-align: middle;
}

.cart-count__num {
    margin: 0 10px;
}

.cart .cart-count__num input {
    max-width: 35px;
}

.cart-price span,
.cart-overal span {
    margin-left: 4px;
}

.cart-clearfix {
    position: static;
    display: none;
}

.cart-clearfix:before,
.cart-clearfix:after {
    content: '';
    display: table;
}

.cart-clearfix:after {
    clear: both;
}

.cart__button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart__button-wrap .button {
    padding-top: 6px;
    padding-bottom: 6px;
}

.cart__button-wrap .button:last-child {
    margin-left: 33px;
}

.cart-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 34px;
}

.cart-summary__price-value {
    margin-left: 30px;
    font-size: 20px;
    color: #009bfd;
}

.cart-summary__price-value span {
    margin-left: 5px;
    font-size: 13px;
}

.popup-content {
    position: relative;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 1, 0.2);
    box-shadow: -1px 1px 3px rgba(0, 0, 1, 0.2);
}

.popup-content--collections {
    width: 492px;
}

.popup-content--catalog {
    width: 673px;
}

.menu__item open .popup-content {
    position: absolute;
}

.popup-content--catalog .header-tooltip-item {
    width: -webkit-calc(25% - 4px);
    width: calc(25% - 4px);
    display: inline-block;
}

.popup-content--catalog .popup-wrap {
    padding-left: 15px;
}

.popup-content--collections {
    width: 492px;
}

.popup-content--collections .header-tooltip-item {
    width: -webkit-calc(33.33333% - 16px);
    width: calc(33.33333% - 16px);
}

.popup-content:before {
    content: '';
    position: absolute;
    display: block;
    width: 24px;
    height: 30px;
}

.popup-content--contacts {
    width: 560px;
    padding-left: 36px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 17px;
}

.popup-content--contacts .popup-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
}

.popup-content--cart {
    /* width: 332px;*/
    padding: 15px 12px 18px 16px;
    background-color: #fff;
    -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 1, 0.2);
    box-shadow: -1px 1px 3px rgba(0, 0, 1, 0.2);
}

#cart .popup-content {
    position: absolute;
}

.tooltip {
    z-index: 9;
}

.dop {
    display: block;
}

.popup-content.side-left:before {
    top: -29px;
    left: -3px;
    background: url(../img/icons/popup-arrow-left.png) 0 0 no-repeat;
}

.popup-content.side-right:before {
    background-image: url(../img/icons/popup-arrow-right.png);
    left: auto;
    right: 0;
    top: -29px;
    right: -2px;
}

.popup-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 25px;
}

.header-tooltip-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
    margin-bottom: 35px;
    text-align: center;
    color: #333333;
    text-decoration: none;
}

.header-tooltip-item__img-wrap {
    width: 100%;
    height: 80px;
    position: relative;
}

.header-tooltip-item__img {
    max-width: 100%;
    max-height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.header-tooltip-item__name-wrap {
    margin-top: 15px;
    margin-bottom: 9px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.popup-content--catalog .header-tooltip-item__name-wrap {
    min-height: 38px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-align: center;
}

.header-tooltip-item__name {
    font-size: 14px;
    width: 100%;
    line-height: 16px;
}

.popup-content--contacts__block {
    width: 52%;
}

.popup-content--contacts__block .icon {
    margin-right: 9px;
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
}

.popup-content--contacts__block-left {
    width: 40%;
}

.popup-content--contacts__bottom {
    width: 100%;
}

.popup-content--contacts__item {
    margin-bottom: 25px;
}

.popup-content--contacts__item span, .popup-content--contacts__item .contact__subtitle,
.popup-content--contacts__item a {
    vertical-align: middle;
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 17px;
}

.information-contact .contact__title {
    vertical-align: middle;
    font-family: "ProximaNovaT-Thin", sans-serif;
    font-size: 20px;
    margin-bottom: 8px
}
.contact__list .contact__link img{margin-right: 15px;}

.popup-content--contacts__item a {
    color: #333;
}

.popup-content--contacts__bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.popup-content--contacts__bottom .popup-content--contacts__block {
    width: 46%;
}

.popup-content--contacts__bottom .icon {
    font-size: 30px;
    color: #000000;
}

.popup-content--cabinet {
    width: 334px;
    padding: 33px 33px 33px;
    font-family: "ProximaNovaT-Thin", sans-serif;
}

.popup-cabinet__top {
    margin-bottom: 5px;
    text-align: center;
}

.popup-cabinet__name {
    font-size: 15.29px;
    color: #666666;
}

.popup-cabinet__body {
    padding: 14px 0;
    border-top: 1px solid #D2F3FF;
    border-bottom: 1px solid #D2F3FF;
}

.popup-cabinet__item {
    display: block;
    margin-left: 50px;
    margin-bottom: 22px;
    text-decoration: none;
    color: #333333;
    font-family: "ProximaNovaT-Thin", sans-serif;
}

.popup-cabinet__body a {
    display: block;
    margin-left: 50px;
    margin-bottom: 22px;
    text-decoration: none;
    color: #333333;
    font-family: "ProximaNova-Regular", sans-serif;
}

.popup-cabinet__item:last-child {
    margin-bottom: 0;
}

.popup-cabinet__item .icon {
    vertical-align: middle;
    font-size: 31px;
}

.popup-cabinet__item .icon-user {
    vertical-align: middle;
    font-size: 31px;
}

.popup-cabinet__item .icon.icon-user-plus {
    margin-left: -9px;
}

.popup-cabinet__body span {
    margin-left: 32px;
    font-size: 17px;
}

.popup-cabinet__item span {
    margin-left: 32px;
    font-size: 17px;
}

.cart-popup__top {
    height: 190px; 
    margin-bottom: 14px;
    overflow-y: auto;
}

.cart-popup__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}

.cart-popup__item .icon {
    font-size: 11px;
    cursor: pointer;
    color: #000000;
}

.cart-popup__close-icon button {
    background: transparent;
    border: none;
}

.cart-popup__prod-image {
    max-height: 42px;
    width: 54px;
    height: 51px;
    position: relative;
    margin-left: 7px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cart-popup__prod-image img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.cart-popup__text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px;
}

.cart-popup__title {
    margin-bottom: 8px;
    width: 100%;
    font-size: 15px;
    text-align: left;
}

.cart-popup__title a {
    color: #000000;
}

.cart-popup__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.cart-popup__count {
    width: 47px;
    padding: 2px 0;
    font-size: 9px;
    text-align: center;
    border: 1px solid #E2E2E2;
}

.cart-popup__count span,
.cart-popup__count svg {
    display: inline-block;
    vertical-align: middle;
}

.cart-popup__count .icon {
    cursor: pointer;
    font-size: 7px;
}

.popup-count-num {
    display: inline-block;
    margin-left: 7px;
    margin-right: 6px;
    margin-top: 1px;
}

.cart-popup__price span {
    font-size: 9px;
    color: #333333;
}

.cart-popup__price .cart-popup__price-count {
    color: #666666;
    font-family: "ProximaNova-Regular", sans-serif;
    margin-right: 4px;
    font-size: 18px;
}

.cart-popup__bottom {
    padding-top: 9px;
    margin: 0 auto;
    width: 85%;
    border-top: 1px solid #D2F3FF;
    min-width: 350px;
}

.cart-popup__summary-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 12px;
    margin: 12px 0;
    font-size: 15.3px;
}

.cart-popup__summ-price {
    color: #009bfd;
}

.cart-popup__price {
    margin-right: 5px;
    font-family: "ProximaNova-Regular", sans-serif;
    font-size: 18px;
}

.cart-popup__buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom-scroll_bar-y {
    /*стилизация ползунка*/
    background-color: #b7b7b7;
    border: 1px solid #d7d7d7;
    right: 0;
    opacity: 1;
    width: 6px;
}

.custom-scroll-advanced_container {
    overflow: hidden !important;
    position: relative;
}

.test-box {
    height: 250px;
}
.information-information-10 .box{
    width: 50%;
    margin: 0 auto;
}
.information-information-10 #content li{
    margin-left: 45px;
    list-style-type: disc;
}
.information-information-10 .box .form-control {
    min-height: 36px;
 	border-radius: inherit;
}

#signup {
    display:none;
}
.information-information-10 #signup {
    display:block;
}
#signup .form-box{
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
.form-box span{
    width: 50%;
    display: inline-block;
}
.form-box .button {
    margin-right: 16%;
}
.custom-scroll-advanced_inner {
    overflow: hidden;
    height: 100%;
    *position: absolute;
    /* ie7 fix */
    *left: 0;
    *right: 0;
}

.custom-scroll-advanced_inner::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.custom-scroll-advanced_inner {
    -ms-overflow-style: none;
}

.custom-scroll-advanced_bar-y,
.custom-scroll-advanced_bar-x {
    cursor: default;
    position: absolute;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    z-index: 1;
    background: #888;
    opacity: .4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.custom-scroll-advanced_bar-y {
    top: 0;
    right: 1px;
    width: 8px;
}

.custom-scroll-advanced_bar-x {
    left: 0;
    bottom: 1px;
    height: 8px;
}

.custom-scroll-advanced_bar-y:hover,
.custom-scroll-advanced_bar-x:hover {
    opacity: .7;
}

.custom-scroll-advanced_bar-y:active,
.custom-scroll-advanced_bar-x:active {
    opacity: 1;
}

.custom-scroll-advanced_hidden-y > .custom-scroll-advanced_bar-y,
.custom-scroll-advanced_hidden-x > .custom-scroll-advanced_bar-x {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility step-end .3s;
    transition: opacity .2s, visibility step-end .3s;
}

/* changes */

.custom-scroll-advanced_track-y {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 6px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #b7b7b7;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.custom-scroll-advanced_track-y > .arrow {
    position: absolute;
    right: 0;
    width: 5px;
    height: 6px;
    border: 1px solid #b7b7b7;
    border-left: none;
    border-right: none;
    cursor: pointer;
}

.custom-scroll-advanced_track-y > .arrow .icon {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    font-size: 4px;
}

.custom-scroll-advanced_track-y > .top {
    top: 0;
    border-top: none;
}

.custom-scroll-advanced_track-y > .top .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.custom-scroll-advanced_track-y > .bottom {
    bottom: 0;
    border-bottom: none;
}

.custom-scroll-advanced_track-y > .bottom .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.custom-scroll-advanced_track-y > .arrow:hover {
    background-color: #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-scroll-advanced_track-y:hover {
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.2);
}

.custom-scroll-advanced_hidden-y > .custom-scroll-advanced_track-y,
.custom-scroll-advanced_hidden-y > .custom-scroll-advanced_bar-y {
    opacity: 0;
    height: 100%;
    top: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, height .3s, top .1s, visibility step-end .3s;
    transition: opacity .3s, height .3s, top .1s, visibility step-end .3s;
}

.custom-scroll_bar-x {
    display: none;
}

.custom-scroll_inner {
    padding-right: 30px !important;
}

.popups-container {
    display: none;
}

.tooltipster-sidetip .tooltipster-box {
    background-color: transparent;
    border: none;
}

.tooltipster-sidetip .tooltipster-content {
    color: inherit;
    line-height: inherit;
    padding: 0;
}

.tooltipster-content {
    overflow: visible;
}

.error-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.error-content__img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(75% - 16px);
    width: calc(75% - 16px);
}

.error-content__img img {
    max-width: 100%;
}

.error-content__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
}

.error-content__text h1 {
    font-size: 43px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.error-content__text h2 {
    font-family: "ProximaNova-Regular", sans-serif;
    font-weight: normal;
    font-size: 22px;
}

.error-content__text ul li {
    font-family: "ProximaNova-Regular", sans-serif;
    list-style-type: none;
    font-size: 16px;
}

.error-return {
    display: inline-block;
    margin-top: 22px;
    margin-bottom: 50px;
    font-size: 30px;
    color: #009bfd;
}

.error-wrap {
    text-align: center;
}

footer {
    position: relative;
    height: 602px;
    padding-top: 152px;
    background: url(../img/footer-bg.png) center top no-repeat;
    background-size: cover;
    color: #fff;
}

.product-collection footer.footer-ordinary {
    margin-top: -300px;
    position: relative;
    z-index: 6;
    background-image: url(../img/footer-ordinary-bg.png);
}

footer.footer-ordinary {
    margin-top: -300px;
    position: relative;
    z-index: 6;
    background-image: url(../img/footer-ordinary-bg.png);
}

footer.footer-standart {
    margin-top: 0;
}

.product-collection-5 footer.footer-standart {
    margin-top: -300px;
}

.common-home footer {
    position: relative;
    height: 602px;
    padding-top: 152px;
    background: url(../img/footer-bg.png) center top no-repeat;
    background-size: cover;
    color: #fff;
}

.footer-ordinary__back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    background: url(../img/footer-ordinary-bg.jpg) center top no-repeat;
    background-size: cover;
    -webkit-transform: skewY(-9deg);
    -ms-transform: skewY(-9deg);
    transform: skewY(-9deg);
}

.footer-logo {
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    bottom: auto;
    top: 126px;
}

.footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-contacts {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 45px;
    text-align: right;
    font-size: 21px;
}

.footer-contacts a {
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
}

.footer-contacts .icon-mail {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 23px;
    color: #fff;
}

.footer-contacts .footer-phone {
    margin-bottom: 15px;
}

.footer-socials li {
    margin-left: 13px;
    display: inline-block;
    list-style-type: none;
}

.footer-socials a {
    text-decoration: none;
}

.footer-socials .icon {
    font-size: 30px;
    color: #fff;
}

.footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}

.footer-menu__left,
.footer-menu__right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}

.footer-menu__left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(41.66667% - 16px);
    width: calc(41.66667% - 16px);
    padding-right: 30px;
}

.footer-menu__right {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
    margin-right: 8px;
    word-wrap: break-word;
    width: -webkit-calc(58.33333% - 16px);
    width: calc(58.33333% - 16px);
}

.footer-menu__title {
    width: 100%;
    font-size: 15.3px;
    font-family: "ProximaNova-Regular", sans-serif;
    margin-bottom: 12px;
    line-height: 17px;
}

.footer-menu__block-name {
    margin-bottom: 7px;
    font-size: 13px;
}

.footer-menu__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-menu__list li {
    list-style-type: none;
}

.footer-menu__list a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.buttons .btn {
    padding: 5px 20px;
    margin: 0 auto;
    font-size: 16px;
    color: #009bfd;
    font-family: "ProximaNova-Regular", sans-serif;
    border: 1px solid #939393;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
}

.btn.btn-primary, .btn.btn-danger {
    border-radius: 0;
}

.buttons .btn.btn-primary {
    background: none;
}

.btn.btn-default {
    background: #e7e7e7;
}

.buttons .btn:hover, .buttons .btn:active, .buttons .btn:focus,
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus,
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
    background: #009bfd;
    border-color: transparent;
    color: #fff;
}

.header-inner__logo-text {
    font-family: MuseoCyrl300;
    font-size: 9px;
    line-height: 12px;
    color: #000;
    letter-spacing: 0.3px;
    text-decoration: none;
    display: inline-block;
    max-width: 125px;
    text-align: left;
    float: right;
    padding-left: 5px;
}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */

/* Medium Devices, Desktops */

/* Small Devices, Tablets */

/* Extra Small Devices, Phones */

/* Custom, iPhone Retina */

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

/* Extra Small Devices, Phones */

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

@media only screen and (min-width: 320px) {
    /**/
}

@media only screen and (min-width: 480px) {
    /**/
}

@media only screen and (min-width: 768px) {
    /**/
}

@media only screen and (min-width: 1200px) {
    /**/
}

@media only screen and (min-width: 1300px) {
    .main-page-about::before {
        top: -250px;
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

@media only screen and (min-width: 1450px) {
    .main-page-about::before {
        top: -267px;
        -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        transform: rotate(-4deg);
        background-position-y: 7px;
        height: 536px;
    }

    .main-page-categories {
        padding-bottom: 210px;
        margin-top: -170px;
    }
    
    .main-page-subheader .owl-controls .owl-buttons .owl-prev,
    .main-page-subheader .owl-controls .owl-buttons .owl-next{
        top: 40%;
    }

    .main-page-categories__back {
      /*  top: 30px;*/ top: -140px;
    }

    .main-page-categories__stripes {
        top: -44px;
    }

    section.main-page-purity {
        margin-top: -171px;
    }

    .main-page-about {
        padding-bottom: 173px;
    }

    .main-page-purity__title-wrap {
        margin-top: 130px;
    }
/*
    .category-maggio .category__header {
        height: 141px;
    } */
}

@media only screen and (min-width: 1600px) {
    .main-page-about::before {
        top: -363px;
        height: 680px;
    }
	.page-header-for-soap .page-title{
		margin-top: 60px;
	}
    .main-page-categories__back {
    /*    -webkit-transform: skewY(-8deg);
        -ms-transform: skewY(-8deg);
        transform: skewY(-8deg);*/
    }

    .main-page-categories__stripes {
        top: -52px;
    }

    section.main-page-purity {
        margin-top: -200px;
    }

    .main-page-about {
        padding-bottom: 200px;
    }

    .category-solido .category__header {
        height: 154px;
    }

    .category-lungo .category__header {
        height: 107px;
    }

    .category-bello .category__header {
        height: 129px;
    } 

    .cart .page-header {
        height: 368px;
    }

    .category-maggio .category__header {
        height: 151px;
    } 
}

@media only screen and (min-width: 1700px) {
    .category-solido .category__header {
        height: 163px;
    }

    .category-bello {
        margin-top: -24px;
    }

    .category-bello .category__header {
        height: 137px;
    }

    .category-magio {
        margin-top: -61px;
    }

    .category-maggio .category__header {
        height: 161px;
    }

    .page-header-categories {
        height: 365px;
    }

    .category-magio {
        margin-top: -72px;
    } 
}

@media only screen and (min-width: 1750px) {
    .category-lungo {
        margin-top: -13px;
    }

    .category-lungo .category__header {
        height: 116px;
    }

    .cart .page-header {
        height: 409px;
    }

    .category-maggio .category__header {
        height: 161px;
    }
}

@media only screen and (min-width: 1800px) {
    .main-page-about::before {
        height: 625px;
    }

    section.main-page-purity {
        margin-top: -232px;
    }

    .category-lungo {
        margin-top: -9px;
    }

    .page-header-categories {
        height: 350px;
    }

    .category-bello .category__header {
        height: 146px;
    }

    .category-maggio .category__header {
        height: 169px;
        margin-top: -87px;
    }

    .page-header-categories {
        height: 397px;
    } 
}

@media only screen and (min-width: 1850px) {
    .category-lungo {
        margin-top: -5px;
    }

    .category-lungo .category__header {
        height: 123px;
    }

    .page-header-categories {
        height: /*372px; */ 420px;
    }

    .category-maggio .category__header {
        height: 174px;
    } 
}

@media only screen and (min-width: 1900px) {
   .category-solido .category__header {
        height: 171px;
    }

    .category-bello .category__header {
        height: 153px;
    }

    .cart .page-header {
        height: 445px;
    }

    .category-maggio .category__header {
        height: 174px;
    } 
	.product .page-header {
		height: 295px;
	}
} 
@media only screen and (min-width: 1930px) {
	.main-page-subheader__inner{
		min-height: 642px;
	}
	.main-page-categories__back{
		top: -245px;
	}
}
@media only screen and (max-width: 1200px) {
    #signup .form-box {
        width: 45%;
    }
    /**/
}

@media screen and (max-width: 1100px) {
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-subheader__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-categories__inner,
    .main-page-categories__title-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-about__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-purity__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-actions__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__photos {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-filter {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-characteristics {
        padding-left: 15px;
        padding-right: 15px;
    }

    .consumable__slider-container,
    .alternative__slider-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart__button-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-summary {
        padding-left: 15px;
        padding-right: 15px;
    }

    .error-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1100px) {
    .main-page-reviews__text {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 992px) {
    #signup .form-box {
        width: 100%;
    }
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-subheader__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-subheader__title {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .main-page-categories__inner,
    .main-page-categories__title-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-about__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-about__item {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .main-page-purity__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-purity__title-wrap {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .main-page-actions__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__photos {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-filter {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order-info {
        width: -webkit-calc(58.33333% - 16px);
        width: calc(58.33333% - 16px);
    }

    .order-summary {
        width: -webkit-calc(33.33333% - 16px);
        width: calc(33.33333% - 16px);
    }

    .products-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-item {
        width: -webkit-calc(25% - 16px);
        width: calc(25% - 16px);
    }

    .product-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-slider {
        width: -webkit-calc(33.33333% - 16px);
        width: calc(33.33333% - 16px);
    }

    .product-info {
        width: -webkit-calc(66.66667% - 16px);
        width: calc(66.66667% - 16px);
    }

    .product-characteristics {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-characteristics__table,
    .product-characteristics__video {
        width: -webkit-calc(83.33333% - 16px);
        width: calc(83.33333% - 16px);
    }

    .consumable__slider-container,
    .alternative__slider-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart__button-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-summary {
        padding-left: 15px;
        padding-right: 15px;
    }

    .error-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .error-content__img {
        width: -webkit-calc(91.66667% - 16px);
        width: calc(91.66667% - 16px);
    }

    .error-content__text {
        width: -webkit-calc(58.33333% - 16px);
        width: calc(58.33333% - 16px);
    }

    .footer-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 992px) {
    header {
        padding: 9px 30px;
        position: relative;
        z-index: 999;
    }

    .header-inner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header-inner nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: 80vh;
        overflow: auto;
        background-color: #fff;
    }

    .header-inner .menu__item,
    .header-inner .menu__item--hidden {
        display: block;
    }

    .header-inner .menu__link {
        padding: 40px 0;
        font-size: 50px;
    }

    /*-------------------------------*/
    .menu .dropdown-menu-catalog {
        visibility: visible;
        opacity: 1;
        position: relative !important;
        margin: 0;
    }

    .popup-content.side-left:before {
        display: none;
    }

    .popup-content {
        box-shadow: none;
    }

    .popup-content--catalog {
        width: 100%;
    }

    .popup-content--catalog .popup-wrap {
        padding: 0;
    }

    .popup-content--catalog .header-tooltip-item {
        width: 100%;
        margin-bottom: 0;
    }

    .popup-content--catalog .header-tooltip-item__name-wrap {
        text-align: left;
    }

    .header-tooltip-item__img-wrap {
        display: none;
    }

    /*--------------------------------------------------------*/
    .header-inner .menu__link--actions {
        border-bottom: 1px solid #009bfd;
    }

    .header-inner__logo {
        margin-left: 0;
    }

    .header-inner__icons {
        display: none;
    }
	.header-inner__icons {
        display: block;
    }
	#cart {
		position: inherit;
	}
	.header-inner__icons > li {
		margin-left: 0;
		margin-right: 20px;
	}
	.popup-content.side-right:before {
		display: none;
	}
	

    .menu__link-hover {
        display: none;
    }

    .header-inner__search {
        display: none;
    }

    .toggle-mnu {
        display: block;
    }

    .header-inner__right .tooltip {
        display: none;
    }

    .main-page-subheader__item {
        display: none;
    }

    .main-page-subheader__visual {
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .main-page-subheader__inner {
        min-height: 662px;
    }

    .main-page-subheader__title {
        font-size: 62px;
        line-height: 69px;
    }

    .main-page-categorie {
        margin-top: -174px;
    }

    .main-page-categories__back {
        top: 17px;
    }

    .main-page-categories__title-wrap {
        margin-top: 124px;
    }

    .main-page-categories__title-wrap .main-title {
        font-size: 46px;
    }

    .main-page-categories__stripes {
        display: none;
    }

    .main-page-categories__name {
        margin-left: 30px;
        position: relative;
        font-size: 30px;
        line-height: 28px;
        text-align: left;
        z-index: 1;
    }

    .main-page-categories__item {
        width: 100%;
        padding: 60px 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main-page-categories__item:nth-child(even) {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .main-page-categories__item:nth-child(even) .main-page-categories__img-wrap {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .main-page-categories__item:nth-child(even) .main-page-categories__name {
        margin-left: 0;
        margin-right: 30px;
    }

    .main-page-categories__item:nth-child(odd) .main-page-categories__item-back {
        background: url(../img/category-item-bg.png) center no-repeat;
        background-size: 100%;
    }

    .main-page-categories__item:first-child .main-page-categories__item-back {
        top: -63%;
        background: url(../img/category-item-first-bg.png) center no-repeat;
        background-size: 100%;
    }

    .main-page-categories__item:last-child .main-page-categories__item-back {
        top: -42%;
        background: url(../img/category-item-last-bg.png) center no-repeat;
        background-size: 100%;
    }

    .main-page-categories__img-wrap {
        display: inline-block;
        height: auto;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .main-page-categories__img-wrap img {
        position: static;
        height: 215px;
    }

    .main-page-about::before {
        display: none;
    }

    .main-page-about {
        background-image: none;
    }

    .main-page-about__back {
        display: block;
    }

    .main-page-about::after {
        background-color: transparent;
    }

    .main-page-about {
        padding-top: 100px;
        z-index: 2;
    }

    .main-page-categories {
        padding-bottom: 0;
    }

    .main-page-about__text {
        font-size: 32px;
        line-height: 37px;
    }

    .main-page-about__title {
        text-align: center;
        font-size: 40px;
        line-height: 45px;
    }

    .main-page-about__picture {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
    }

    .main-page-about__item {
        margin-bottom: 50px;
    }

    section.main-page-purity {
        position: relative;
        margin-top: -203px;
        z-index: 3;
        background-image: url(../img/main-sect-4-mob-bg.png);
    }

    .main-page-purity__inner h2 {
        margin-left: 120px;
        color: #fff;
        font-family: "ProximaNovaT-Thin", sans-serif;
    }

    .main-page-actions {
        z-index: 4;
    }

    .main-page-purity__title-wrap {
        margin-top: 150px;
    }

    .main-page-reviews__text {
        font-size: 30px;
        line-height: 35px;
    }

    .main-page-reviews__photo:nth-child(2),
    .main-page-reviews__photo:last-child {
        display: none;
    }

    .main-page-reviews__back {
        height: 108%;
        background-image: url(../img/main-sect-last-mibile-bg.jpg);
    }

    footer {
        padding-top: 197px;
        height: auto;
        background-image: url(../img/footer-bg-mobile.png);
    }

    .footer-menu {
        display: none;
    }

    .footer-logo {
        top: 40px;
    }

    .footer-ordinary .footer-logo {
        top: 74px;
    }

    .footer-contacts {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .footer-mail,
    .footer-phone {
        width: 50%;
        margin-bottom: 0;
        font-size: 40px;
    }

    .footer-contacts a {
        margin-bottom: 0;
    }

    .footer-mail {
        text-align: left;
    }

    .footer-contacts .footer-phone {
        margin-bottom: 0;
        text-align: right;
    }

    .footer-socials {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 60px;
        padding-bottom: 30px;
    }

    .footer-contacts .icon-mail {
        font-size: 39px;
    }

    .footer-socials .icon {
        font-size: 78px;
    }

    .product-delivery {
        display: none;
    }

    .product-characteristics__video {
    /*    display: none; */
        margin-top: 40px;
    }

    .cart-count__num {
        margin: 0 10px;
    }

    .products-filter__bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .products-filter__bottom .button {
        width: 50%;
        font-size: 18px;
    }

    .products-filter__bottom .button:hover,
    .products-filter__bottom .button:active {
        color: #fff;
    }

    .filter-menu,
    .products-filter--consumable .filter-menu {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .filter-body {
        text-align: right;
    }

    .products-filter--consumable .filter-menu--digital .filter-body {
        width: 100%;
    }

    .filter-menu--consume .filter-paremeter {
        width: 100%;
    }

    .filter-dropdown {
        position: static;
        width: 100%;
        margin-top: 15px;
    }

    .filter-dropdown li {
        position: relative;
    }

    .filter-dropdown li .filter-dropdown__custom {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        right: auto;
        left: 10px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media screen and (max-width: 780px) {
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-subheader__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-categories__inner,
    .main-page-categories__title-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-about__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-purity__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-actions__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__photos {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__photo {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .products-filter {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery-item {
        width: -webkit-calc(50% - 16px);
        width: calc(50% - 16px);
    }

    .order-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order-info {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .order-summary {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .products-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-item {
        width: -webkit-calc(33.33333% - 16px);
        width: calc(33.33333% - 16px);
    }

    .product-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-top {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-slider {
        width: -webkit-calc(66.66667% - 16px);
        width: calc(66.66667% - 16px);
        margin-bottom: 40px;
    }

    .product-info {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .product-characteristics {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-characteristics__table,
    .product-characteristics__video {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .consumable__slider-container,
    .alternative__slider-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart__button-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-summary {
        padding-left: 15px;
        padding-right: 15px;
    }

    .error-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .error-content__img {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .error-content__text {
        width: -webkit-calc(83.33333% - 16px);
        width: calc(83.33333% - 16px);
    }

    .footer-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .header-inner .menu__link {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu .dropdown-menu-catalog {

    }

    /*Disable Animation on Mobile Devices*/
    .animated {
        /*CSS transitions*/
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        animation: none !important;
    }

    .main-page-categories__title-wrap {
        position: relative;
        padding-top: 40px;
        z-index: 5;
    }

    .main-page-categories {
        padding-bottom: 0;
    }

    .main-page-categories__item {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-page-categories__item:last-child .main-page-categories__item-back {
        top: -129px;
    }

    .main-page-about {
        position: relative;
        z-index: 2;
    }

    .footer-mail,
    .footer-phone {
        width: 50%;
        font-size: 25px;
    }

    .footer-socials .icon {
        font-size: 50px;
    }

    .product__div-name {
        font-size: 30px;
        line-height: 34px;
        text-align: center;
    }

    .product-info__name {
        display: none;
        font-size: 50px;
        line-height: 51px;
    }

    .product-info__name--hidden {
        display: block;
    }

    .product-slider .product__div-name {
        display: none;
    }

    .product__div-name--tohidden {
        display: none;
    }

    .product-info__parameters {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-info__color {
        width: 100%;
    }

    .product-info__color-sample {
        width: 53px;
        height: 53px;
        position: relative;
    }

    .product-info__color-sample .icon {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        font-size: 35px;
    }

    .product-info__color {
        padding-bottom: 50px;
    }

    .product-info__calc-count {
        font-size: 65px;
    }

    .product-info__colors{
    	width: 100%;
    	text-align: center;
	}

	.product-info__colors .color-label {
    	display: inline-block;
    	float: none;
	}

    .product-info__calc{
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 25px;
	}
	.product-info__price{
		display: inline-block;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 15px;
	}

	.product-info__price-value .price-old {
    	margin-top: 25px;
    	font-size: 30px;
	}

    .product-info__calc .icon {
        font-size: 40px;
    }

    .product-info__price-value {
        font-size: 53px;
    }

    .product-info__price-value span {
        font-size: 49px;
    }

    .product-info__price .product__div-name {
        display: none;
    }

    .product-info__button {
        width: 100%;
        padding: 12px 0;
        margin-bottom: 43px;
        font-size: 40px;
        border-width: 2px;
    }

    .product-info__description p {
        font-size: 30px;
        line-height: 36px;
    }

    .product-characteristics__table table tr span {
        font-size: 30px;
    }

    .cart-clearfix {
        display: block;
    }

    .cart-row:first-child .cart-row__item:before {
        display: none;
    }

    .cart-row__item {
        padding-top: 0;
    }

    .cart-row {
        display: block;
        position: relative;
    }

    .cart-row:before,
    .cart-row:after {
        content: '';
        display: table;
    }

    .cart-row:after {
        clear: both;
    }

    .cart-del,
    .cart-img,
    .cart-name,
    .cart-color,
    .cart-material {
        float: left;
    }

    .cart-del {
        position: absolute !important;
        top: 40%;
    }

    .cart-color,
    .cart-material {
        font-size: 20px;
    }

    .cart-row:first-child .cart-row__item.cart-img {
        position: absolute;
    }

    .cart-img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        height: 100%;
        width: -webkit-calc(25% - 30px);
        width: calc(25% - 30px);
        margin-left: 30px;
    }

    .cart-img img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        max-width: 100%;
    }

    .cart-color {
        margin-left: 25%;
        margin-bottom: 20px;
    }

    .cart-material {
        margin-left: 45px;
        margin-bottom: 20px;
    }

    .cart-name {
        width: -webkit-calc(73% - 15px);
        width: calc(73% - 15px);
        padding-top: 15px;
        margin-left: 25%;
        margin-bottom: 15px;
        font-size: 27px;
        line-height: 35px;
    }

    .cart-count,
    .cart-price,
    .cart-overal {
        width: auto;
        display: inline-block;
        font-size: 45px;
    }

    .cart-price {
        float: left;
        margin-left: 25%;
    }

    .cart-price span {
        font-size: 25px;
    }

    .cart-overal span {
        font-size: 25px;
    }

    .cart-count {
        margin: 0 4%;
        font-size: 40px;
    }

    .cart-count .icon {
        font-size: 29px;
    }

    .cart__button-wrap {
        margin-top: 70px;
    }

    .cart__button-wrap .button {
        display: block;
        width: 100%;
        margin: 0 0 30px;
        padding: 12px 0;
        font-family: "ProximaNova-Regular", sans-serif;
        font-size: 54px;
        text-align: center;
        border-width: 2px;
    }

    .cart__button-wrap .button:last-child {
        margin-left: 0;
        color: #009bfd;
    }

    .cart__button-wrap .button:last-child:hover,
    .cart__button-wrap .button:last-child:active {
        color: #fff;
    }

    .cart__button-wrap .button:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-summary__back {
        display: none;
    }

    .cart-summary {
        margin-top: 60px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cart-summary__price-value {
        font-size: 68px;
    }

    .cart-summary__price-value span {
        font-size: 42px;
    }
}

@media only screen and (max-width: 700px) {
    .cart-name {
        width: -webkit-calc(60% - 15px);
        width: calc(60% - 15px);
        margin-left: 40%;
        font-size: 20px;
        line-height: 25px;
    }

    .cart-img {
        height: 100%;
        width: -webkit-calc(40% - 30px);
        width: calc(40% - 30px);
    }

    .cart-img img {
        max-height: 100%;
    }

    .cart-count,
    .cart-price,
    .cart-overal {
        width: auto;
        display: inline-block;
        font-size: 20px;
    }

    .cart-count .icon {
        font-size: 17px;
    }

    .cart-price {
        margin-left: 40%;
    }

    .cart-price span {
        font-size: 15px;
    }

    .cart-overal span {
        font-size: 15px;
    }

    .cart-color {
        margin-left: 40%;
        margin-bottom: 20px;
        font-size: 17px;
    }

    .cart-material {
        margin-left: 15px;
        margin-bottom: 20px;
        font-size: 17px;
    }
}

@media screen and (max-width: 560px) {
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-subheader__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-categories__inner,
    .main-page-categories__title-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-about__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-purity__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-actions__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__photos {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-filter {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-item {
        width: -webkit-calc(50% - 16px);
        width: calc(50% - 16px);
    }

    .product-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-characteristics {
        padding-left: 15px;
        padding-right: 15px;
    }

    .consumable__slider-container,
    .alternative__slider-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart__button-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-summary {
        padding-left: 15px;
        padding-right: 15px;
    }

    .error-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .error-content__text {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .footer-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .header-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-page-subheader__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-categories__inner,
    .main-page-categories__title-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-about__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-purity__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-actions__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__block {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-page-reviews__photos {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-filter {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery-item {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .order-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-item {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
    }

    .product-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-characteristics {
        padding-left: 15px;
        padding-right: 15px;
    }

    .consumable__slider-container,
    .alternative__slider-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart__button-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-summary {
        padding-left: 15px;
        padding-right: 15px;
    }

    .error-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 480px) {
	.main-page-subheader {
	    display: none;
	}

	.main-page-categories__title-wrap .main-title {
    	color: #000;
	}

	.main-page-categories {
	   	margin-top: -130px;
	}

	.main-page-categories__back {
    	top: -185px;
    	background: transparent;
	}
    header {
        padding-left: 0;
        padding-right: 0;
    }

    .main-page-subheader__title {
        font-size: 40px;
        line-height: 40px;
    }

    .main-page-categories__title-wrap .main-title {
        font-size: 33px;
    }

    .main-page-categories__item {
    	width: 50%;
        padding:  0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-page-categories__item-back {
        background-image: none;
        height: 100%;
        width: -webkit-calc(100% + 25px);
        width: calc(100% + 25px);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        left: -15px;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .main-page-categories__item:nth-child(odd) .main-page-categories__item-back {
        background-image: none;
    }

    .main-page-categories__item:nth-child(odd) .main-page-categories__name {
        margin-left: 0;
        margin-right: 0;
    }
    .main-page-categories__item:first-child .main-page-categories__name {
        width: 60%;
    }

    .main-page-categories__item:nth-child(even) .main-page-categories__img-wrap {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .main-page-categories__item:nth-child(even) .main-page-categories__name {
        margin-left: 0;
        margin-right: 0;
    }

    .main-page-categories__img-wrap {
        margin-bottom: 0;
    }

    .main-page-categories__img-wrap img {
        height: 150px;
    }

    .main-page-categories__name {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        color: #333333;
    }
    section.main-page-purity {
   		 height: 470px;
	}
    .main-page-about__text {
        font-size: 16px;
        line-height: 24px;
    }

    .main-page-about__title {
        text-align: center;
        font-size: 24px;
        line-height: 26px;
    }

    .main-page-about__picture {
        width: 80%;
    }

    .main-page-purity__inner h2 {
        margin-top: 60px;
        margin-left: 60px;
        font-size: 43px;
        line-height: 38px;
    }

    .main-page-purity__title-wrap {
        margin-top: 50px;
    }

    .main-page-reviews__text {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-contacts .footer-mail,
    .footer-contacts .footer-phone {
        width: 100%;
        text-align: center;
    }

    .footer-socials {
        margin-top: 20px;
    }

    .footer-socials .icon {
        font-size: 38px;
    }

    .header-inner .menu__link {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .menu > li {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .product-info__name {
        font-size: 30px;
        line-height: 32px;
    }

    .product-characteristics__table table tr span {
        font-size: 15px;
    }

    .product-info__description p {
        font-size: 20px;
        line-height: 30px;
    }

    .product-slider__display .slick-prev,
    .product-slider__display .slick-next {
        width: 60px;
        height: 60px;
    }

    .product-slider__display .slick-prev {
        left: -62px;
    }

    .product-slider__display .slick-next {
        right: -62px;
    }

    .cart-del {
        top: 0;
    }

    .cart-img {
        width: 100%;
        margin-left: 0;
        position: static;
        text-align: center;
    }

    .cart-img img {
        position: static;
    }

    .cart-row:first-child .cart-row__item.cart-img {
        position: static;
    }

    .cart-name {
        width: 100%;
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .cart-color,
    .cart-material {
        float: none;
        display: inline-block;
        width: 49%;
        text-align: center;
        margin-left: 0;
    }

    .cart-row {
        margin-bottom: 50px;
    }

    .cart-count {
        margin: 0 auto;
        width: 40%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        top: auto;
    }

    .cart-row:first-child .cart-row__item.cart-count {
        position: absolute;
    }

    .cart-price,
    .cart-count,
    .cart-overal {
        margin-bottom: 0;
        text-align: center;
    }

    .cart-price {
        float: left;
        margin-left: 0;
    }

    .cart-overal {
        float: right;
    }

    .cart__button-wrap .button {
        font-size: 23px;
    }

    .order-info__delivery-div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .order-info__delivery-div .order-info__delivery-title {
        margin-bottom: 10px;
    }

    .order-info__delivery-method {
        width: 100%;
    }

    .filter-menu {
        width: 100%;
    }

    .products-filter__bottom .button {
        width: 100%;
    }

    .filter-menu,
    .products-filter--consumable .filter-menu {
        width: 100%;
    }

    .error-content__text h1 {
        font-size: 34px;
    }

    .error-return {
        font-size: 20px;
    }

    .cart-summary__price-value {
        font-size: 30px;
    }

    .cart-summary__price-value span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 360px) {
    .main-page-purity__inner h2 {
        margin-top: 60px;
        margin-left: 0;
        font-size: 35px;
        line-height: 38px;
    }

    .product-info__price-value {
        font-size: 80px;
    }

    .error-content__text h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 320px) {
    /**/
}

/*# sourceMappingURL=maps/main.css.map */
