@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: white;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-BoldItalic.eot);
    src: local("Gotham Pro Bold Italic"), local("GothamPro-BoldItalic"), url(../fonts/GothamPro-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-BoldItalic.woff) format("woff"), url(../fonts/GothamPro-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Italic.eot);
    src: local("Gotham Pro Italic"), local("GothamPro-Italic"), url(../fonts/GothamPro-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Italic.woff) format("woff"), url(../fonts/GothamPro-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Medium.eot);
    src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url(../fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Medium.woff) format("woff"), url(../fonts/GothamPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-BlackItalic.eot);
    src: local("Gotham Pro Black Italic"), local("GothamPro-BlackItalic"), url(../fonts/GothamPro-BlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-BlackItalic.woff) format("woff"), url(../fonts/GothamPro-BlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

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

@font-face {
    font-display: swap;
    font-family: Gotham Pro Narrow;
    src: url(../fonts/GothamProNarrow-Bold.eot);
    src: local("Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url(../fonts/GothamProNarrow-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamProNarrow-Bold.woff) format("woff"), url(../fonts/GothamProNarrow-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro Narrow;
    src: url(../fonts/GothamProNarrow-Medium.eot);
    src: local("Gotham Pro Narrow Medium"), local("GothamProNarrow-Medium"), url(../fonts/GothamProNarrow-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamProNarrow-Medium.woff) format("woff"), url(../fonts/GothamProNarrow-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-LightItalic.eot);
    src: local("Gotham Pro Light Italic"), local("GothamPro-LightItalic"), url(../fonts/GothamPro-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-LightItalic.woff) format("woff"), url(../fonts/GothamPro-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

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

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Black.eot);
    src: local("Gotham Pro Black"), local("GothamPro-Black"), url(../fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-Black.woff) format("woff"), url(../fonts/GothamPro-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro.eot);
    src: local("Gotham Pro"), local("GothamPro"), url(../fonts/GothamPro.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro.woff) format("woff"), url(../fonts/GothamPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-MediumItalic.eot);
    src: local("Gotham Pro Medium Italic"), local("GothamPro-MediumItalic"), url(../fonts/GothamPro-MediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/GothamPro-MediumItalic.woff) format("woff"), url(../fonts/GothamPro-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

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

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

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

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

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

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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)
    }
}

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

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

@-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)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@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)
    }
    to {
        opacity: 0;
        -webkit-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)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-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)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-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)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@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)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

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

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        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)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

.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)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

.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)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

.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)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

.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)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

.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)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

.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)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

.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)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-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) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -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) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-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) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-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) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -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) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

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

@-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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@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)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.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
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-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: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        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: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(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
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(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
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-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
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-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
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(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
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@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: rotate(80deg);
        transform: rotate(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: rotate(60deg);
        transform: rotate(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
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-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(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-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(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

.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.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-2-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-3-5s {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-4-5s {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.delay-5-5s {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s
}

.animated.delay-6s {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.animated.delay-p1 {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.animated.delay-p2 {
    -webkit-animation-delay: 333ms;
    animation-delay: 333ms
}

.animated.delay-p3 {
    -webkit-animation-delay: 999ms;
    animation-delay: 999ms
}

.animated.delay-p4 {
    -webkit-animation-delay: 1332ms;
    animation-delay: 1332ms
}

.animated.delay-p5 {
    -webkit-animation-delay: 1665ms;
    animation-delay: 1665ms
}

.animated.delay-p6 {
    -webkit-animation-delay: 1998ms;
    animation-delay: 1998ms
}

.animated.delay-p7 {
    -webkit-animation-delay: 2331ms;
    animation-delay: 2331ms
}

.animated.delay-p8 {
    -webkit-animation-delay: 2664ms;
    animation-delay: 2664ms
}

.animated.delay-p9 {
    -webkit-animation-delay: 2997ms;
    animation-delay: 2997ms
}

.animated.delay-p10 {
    -webkit-animation-delay: 3.33s;
    animation-delay: 3.33s
}

.animated.delay-p11 {
    -webkit-animation-delay: 3663ms;
    animation-delay: 3663ms
}

.animated.delay-p12 {
    -webkit-animation-delay: 3996ms;
    animation-delay: 3996ms
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

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

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce), (print) {
    .animated {
        -webkit-animation-duration: 1ms!important;
        animation-duration: 1ms!important;
        -webkit-transition-duration: 1ms!important;
        transition-duration: 1ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important
    }
}

i.icon {
    display: inline-block;
    width: 36px;
    min-height: 36px;
    background-size: cover;
    cursor: pointer
}

i.icon.slider-arrow-right {
    width: 15px;
    min-height: 25px;
    background: url(../images/arrow_slider_right.svg) no-repeat;
    background-size: contain
}

i.icon.slider-arrow-left {
    width: 15px;
    min-height: 25px;
    background: url(../images/arrow_slider_left.svg) no-repeat;
    background-size: contain
}

i.icon.user {
    background: url(../images/user-grey.svg)
}

i.icon.time, i.icon.user {
    width: 13px;
    min-height: 13px
}

i.icon.time {
    background: url(../images/time.svg)
}

i.icon.place {
    width: 9px;
    min-height: 13px;
    background: url(../images/place.svg)
}

i.icon.basket {
    width: 28px;
    min-height: 28px;
    background: url(../images/basket.svg)
}

i.icon.icon_search {
    width: 12px;
    min-height: 11px;
    background: url(../images/icon_search.svg)
}

i.icon.dev {
    width: 20px;
    min-height: 20px;
    background: url(../images/logo_dev.png)
}

i.icon.arrow-right {
    width: 40px;
    min-height: 8px;
    background: url(../images/arrow-right.svg)
}

i.icon.arrow-left {
    width: 36px;
    min-height: 8px;
    background: url(../images/arrow-left.svg)
}

i.icon.ico-video {
    width: 32px;
    min-height: 34px;
    width: 33px;
    min-height: 35px;
    background: url(../images/play_icon.svg)
}

i.icon.ico-down {
    width: 33px;
    min-height: 35px;
    background: url(../images/down_icon.svg)
}

i.icon.ico-logo {
    width: 33px;
    min-height: 32px;
    background: url(../images/logo_icon.svg)
}

i.icon.arrow-more {
    width: 20px;
    min-height: 6px;
    background: url(../images/ico-more.svg)
}

i.icon.ico-search {
    width: 16px;
    min-height: 16px;
    background: url(../images/ico-search.svg)
}

i.icon.arrow-lang {
    width: 8px;
    min-height: 4px;
    background: url(../images/arrow-lang.svg)
}

i.icon.fb {
    width: 8px;
    min-height: 14px;
    background: url(../images/facebook.svg)
}

i.icon.fb.style2 {
    width: 8px;
    min-height: 14px;
    background: url(../images/fb_2.svg) no-repeat;
    background-size: contain
}

i.icon.vk {
    width: 16px;
    min-height: 10px;
    background: url(../images/vk.svg)
}

i.icon.vk.style2 {
    width: 16px;
    min-height: 10px;
    background: url(../images/vk_2.svg) no-repeat;
    background-size: contain
}

i.icon.inst {
    background: url(../images/instagram-logo-2016-new.svg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

i.icon.google, i.icon.inst {
    width: 60px;
    height: 60px
}

i.icon.google {
    background: url(../images/google.svg) no-repeat;
    background-size: contain
}

i.icon.close_icon {
    width: 19px;
    min-height: 19px;
    border-radius: 50%;
    background: url(../images/close.svg)
}

i.icon.close_icon:hover {
    background: url(../images/close_hover_2.svg) 0 0;
    border: 1px solid #000000;
    background-size: contain
}

i.icon.quality {
    width: 0;
    min-height: 0;
    background: none
}

i.icon.pass {
    width: 17px;
    min-height: 22px;
    background: url(../images/pass.svg)
}

i.icon.edit {
    width: 21px;
    min-height: 22px;
    background: url(../images/edit.svg)
}

i.icon.remove {
    width: 25px;
    min-height: 26px;
    background: url(../images/remove.svg)
}

i.icon.place_c {
    width: 41px;
    background: url(../images/place_c.svg) no-repeat;
    background-size: contain
}

i.icon.burger {
    width: 25px;
    min-height: 16px;
    background: url(../images/burger.svg) no-repeat;
    background-size: contain
}

i.icon.footer-loc {
    width: 50px;
    min-height: 50px;
    background: url(../images/footer-loc.svg) no-repeat;
    background-size: contain
}

i.icon.footer-time {
    width: 50px;
    min-height: 50px;
    background: url(../images/footer-time.svg) no-repeat;
    background-size: contain
}

i.icon.footer-phone {
    width: 50px;
    min-height: 50px;
    background: url(../images/footer-phone.svg) no-repeat;
    background-size: contain
}

i.icon.filter-icon {
    width: 21px;
    min-height: 21px;
    background: url(../images/filter.svg) no-repeat;
    background-size: contain
}

i.icon.phone_c {
    width: 41px;
    background: url(../images/phone_c.svg) no-repeat;
    background-size: contain
}

i.icon.email_c {
    width: 41px;
    background: url(../images/email_C.svg) no-repeat;
    background-size: contain
}

i.icon.req {
    width: 41px;
    background: url(../images/reqvi.svg) no-repeat;
    background-size: contain
}

i.icon.linked {
    width: 26px;
    min-height: 26px;
    background: url(../images/linked.svg)
}

i.icon.tube {
    width: 31px;
    min-height: 23px;
    background: url(../images/youtube.svg)
}

.normalize_li {
    padding: 0;
    margin: 0;
    list-style: none
}

.border_main {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px
}

.cats_block {
    margin-top: 35px;
    padding: 0
}

.cats_block .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px
}

.cats_block .list .item {
    align-items: center;
    flex: 0 0 200px;
    height: 185px;
    margin: 0 10px 20px
}

.cats_block .list .item a {
    display: flex;
    background: hsla(0, 0%, 100%, .8);
    border: 1px dashed rgba(0, 166, 81, .3);
    padding: 20px 5px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    height: 100%
}

.cats_block .list .item a img {
    margin-bottom: 10px
}

.cats_block .list .item a span {
    flex: 100%;
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}

.cats_block .list .item a:hover {
    text-decoration: none;
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%)
}

.cats_block .list .item a:hover span {
    color: #fff
}

.tabs {
    border: 1px dashed rgba(0, 166, 81, .3);
    box-sizing: border-box;
    padding: 0;
    margin-top: 40px
}

.tabs .tab_head {
    padding: 0;
    margin: 0;
    list-style: none;
    border-right: 1px dashed rgba(0, 166, 81, .3)
}

.tabs .tab_head li {
    padding: 20px 20px 15px;
    border-bottom: 1px dashed rgba(0, 166, 81, .3);
    cursor: pointer;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase
}

.tabs .tab_head li.active, .tabs .tab_head li:hover {
    background: linear-gradient(97.4deg, rgba(3, 156, 84, .8) 11.76%, rgba(6, 139, 78, .8) 91.14%);
    color: #fff
}

.tabs .tab_head li:last-child {
    border-bottom: 0
}

.tabs .tab_content {
    padding-top: 10px;
    padding-bottom: 10px
}

.tabs .tab_content .tab {
    display: none;
    padding: 0 40px 0 0
}

.tabs .tab_content .tab .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px
}

.tabs .tab_content .tab .line:last-child {
    margin-bottom: 0
}

.tabs .tab_content .tab .line p {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    margin-bottom: 0
}

.tabs .tab_content .tab .line p span {
    color: #00a651;
    font-size: 18px;
    margin-right: 5px
}

.tabs .tab_content .tab.active {
    display: block
}

.item .informer {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 10px
}

.item .informer li {
    margin-top: 20px
}

.item .informer li span {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    justify-content: center
}

.item .informer li.sale span {
    background: #f62559
}

.item .informer li.new span {
    background: #4caf50
}

.item .informer li.hit span {
    background: #c81f9e
}

.item img {
    width: 100%
}

.item .title a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 16px
}

.item .title a:before {
    display: none
}

.item .title a:hover {
    color: #c81f9e;
    text-decoration: none
}

.item .price {
    margin-top: 10px;
    font-size: 14px;
    color: #c81f9e;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

.item .price span {
    margin-right: 5px;
    font-size: 20px;
    color: #c81f9e;
    font-weight: 500
}

.item .price span sub {
    bottom: 0
}

.item .system {
    display: flex;
    height: 20px;
    align-items: center;
    justify-content: space-between
}

.item .system .reviews {
    display: none
}

.item .system .reviews a {
    font-size: 14px;
    color: #909293;
    font-weight: 400;
    text-decoration: underline
}

.item .system .stars {
    display: none;
    height: 20px;
    background: url(../images/stars.svg) no-repeat;
    max-width: 100px;
    min-width: 0;
    background-size: auto
}

.item .add_busket {
    width: 11rem;
    height: 2.5rem;
    text-align: center;
    background: #c81f9e;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px auto 0;
    padding: 5px;
    opacity: 0
}

.lite_item {
    transition: all .25s ease-in 0ms
}

.lite_item:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 10
}

.lite_item:hover .system .reviews, .lite_item:hover .system .stars {
    display: block
}

.lite_item:hover .add_busket {
    opacity: 1
}

.more_full_box {
    display: none
}

.more_show_text {
    padding-top: 40px
}

.big_text {
    font-size: 44px;
    color: #00a651;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 64px
}

.buttons {
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    padding: 15px 30px;
    display: inline-flex;
    align-items: center
}

.buttons.news_but {
    text-transform: uppercase
}

.buttons.down_but, .buttons.news_but, .buttons.video_but {
    font-size: 12px;
    color: #929292;
    font-weight: 300;
    font-family: Open Sans, sans-serif;
    text-decoration: underline
}

.buttons i {
    margin-right: 10px
}

.breadcrumbs {
    margin-top: 20px
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 13px;
    color: #000;
    font-weight: 500
}

.breadcrumbs ul li a {
    font-size: 12px;
    color: #000;
    font-weight: 400
}

.breadcrumbs ul li a:hover {
    text-decoration: none
}

.breadcrumbs ul li:after {
    content: "\00B7";
    display: inline-block;
    padding: 0 3px
}

.breadcrumbs ul li:last-child {
    color: #000
}

.breadcrumbs ul li:last-child:after {
    content: "\00B7";
    display: none;
    padding: 0 3px
}

.breadcrumbs.mob ul li:after {
    display: none
}

.breadcrumbs.mob ul li a {
    text-decoration: none
}

.left_bar .box {
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 25px;
    transition: .2s;
}

.left_bar .box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: .2s;
}

.left_bar .box .sub {
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin: 10px 0
}

.left_bar .box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.left_bar .box ul li {
    margin: 10px 0
}

.left_bar .box ul li a {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    border-bottom: 1px dashed #333
}

.left_bar .box ul li a:hover {
    text-decoration: none
}

.left_bar .box ul li.active a {
    font-weight: 500
}

.left_bar .box .sbr_email {
    font-size: 13px
}

.left_bar .slider_one {
    position: relative
}

.left_bar .slider_one .slick-arrow {
    position: absolute;
    z-index: 1
}

.left_bar .slider_one .slick-arrow.slider-arrow-left {
    left: 0;
    top: 40%
}

.left_bar .slider_one .slick-arrow.slider-arrow-right {
    right: 0;
    top: 40%
}

.left_bar .slider_one .slick-dots li button:before {
    font-size: 13px;
    color: #adadad
}

.left_bar .slider_one .slick-dots li.slick-active button:before {
    font-size: 13px;
    color: #c81f9e
}

.left_bar .slide_system {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.left_bar .slide_system p {
    font-weight: 600;
    font-size: 13px
}

.left_bar .slide_system a {
    font-size: 13px;
    color: #2b2b2b;
    font-weight: 400;
    text-decoration: underline
}

.pagination {
    margin-bottom: 50px
}

.pagination__inner {
    display: flex;
    justify-content: center;
    align-items: center
}

.pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    text-align: left;
    display: inline-flex
}

.pagination ul li {
    display: inline-flex;
    margin-left: -5px;
    font-size: 13px;
    color: #000;
    font-weight: 500
}

.pagination ul li.active a {
    color: #000;
    border-bottom: 2px solid #000
}

.pagination ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 14px 25px;
    text-align: center;
    justify-content: center;
    display: flex;
    border-bottom: 2px solid #d7d7d7
}

.pagination ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #000
}

.form.padding {
    margin-bottom: 50px
}

.form.subcribe {
    position: relative
}

.form.subcribe input {
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 8px
}

.form.subcribe button {
    background: #fff;
    width: 28px;
    height: 28px;
    border: 1px solid #d7d7d7;
    top: 4px;
    position: absolute;
    right: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #d7d7d7
}

.form .select select {
    background: #fff url(../images/arrow_select.png) no-repeat 95% 50%;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px 35px 10px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    color: #878787;
    font-weight: 400
}

.form .select select:after {
    content: "22"
}

.form .select select:focus {
    outline: none
}

.form .select.dark select {
    width: 100%;
    background-color: #e9e9e9
}

.form .checkbox {
    display: flex;
    align-items: center
}

.form .checkbox input {
    display: none;
    opacity: 1
}

.form .checkbox input:checked+i {
    background: url(../images/check_active.svg)
}

.form .checkbox input:checked+i+span {
    color: #c81f9e
}

.form .checkbox i {
    background: url(../images/check.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px
}

.form .checkbox label {
    cursor: pointer
}

.form .check {
    display: inline-flex;
    align-items: center
}

.form .check input {
    display: none;
    opacity: 1
}

.form .check input:checked+span {
    color: #c81f9e
}

.form .check input:checked+span+i {
    background: url(../images/close.svg);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    margin-left: 3px
}

.form .check label {
    cursor: pointer;
    background: #e9e9e9;
    border-radius: 2px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.form .reset {
    display: inline-flex
}

.form .reset input {
    background: 0;
    padding: 0;
    margin-left: 10px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    cursor: pointer
}

.form .reset input:focus {
    border: none;
    outline: none
}

.form input, .form textarea {
    border-radius: 8px;
    background: #e9e9e9;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 12px 10px;
    border: 0;
    width: 100%
}

.form input:focus, .form textarea:focus {
    outline: 0 solid
}

.form textarea {
    min-height: 90px;
    font-size: 14px;
    color: #878787;
    font-weight: 400
}

.form .sale input {
    width: 55%;
    background: #fff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    padding: 5px
}

.form .sale input[type=button] {
    width: 40%;
    background: #e9e9e9;
    margin-left: 0
}

.form .line {
    margin: 20px 0
}

.form .send {
    margin-top: 25px
}

.form button {
    box-sizing: border-box;
    /*background: #e9e9e9;*/
    padding: 10px;
    /*max-width: 40%;*/
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase
}

.form .file label {
    background: #e9e9e9 url(../images/add_file.jpg) no-repeat 100% 0;
    font-size: 13px;
    color: #878787;
    font-weight: 400;
    padding: 12px 10px;
    border: 0;
    width: 100%
}

.form .file label:focus {
    outline: 2px solid
}

.form .file label input {
    display: none
}

.button {
    border: 2px solid #333;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    display: inline-block;
    text-align: center;
    max-width: 40%;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase
}

.button.pink {
    background: #c81f9e;
    color: #fff;
    width: 25%;
    border: none
}

.button.pink:hover {
    text-decoration: none
}

.button.lite {
    margin-left: 10px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    width: 20%
}

.modal_dark {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(26, 26, 26, .3);
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none
}

.modal_dark .message {
    padding: 20px;
    text-align: center;
}

.modal_dark .slider_one_colors {
    position: relative
}

.modal_dark .slider_one_colors i.icon.slider-arrow-left {
    position: absolute;
    top: 40%;
    left: -40px
}

.modal_dark .slider_one_colors i.icon.slider-arrow-right {
    position: absolute;
    top: 40%;
    right: -40px
}

.modal_dark .types_color {
    padding: 0 5px 5px;
    margin-top: 25px
}

.modal_dark .types_color::-webkit-scrollbar {
    width: 6px
}

.modal_dark .types_color::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .31);
    border-radius: 2px
}

.modal_dark .types_color::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #333
}

.modal_dark .types_color input {
    display: none
}

.modal_dark .types_color input:checked+img {
    border-color: red
}

.modal_dark .types_color .img {
    text-align: center
}

.modal_dark .types_color img {
    border: 1px solid #c4c4c4;
    padding: 3px
}

.modal_dark.sm .content_modal {
    width: 30vw;
    left: 35vw
}

.modal_dark.lg .content_modal {
    width: 70vw;
    left: 15vw
}

.modal_dark .content_modal {
    width: 30vw;
    background: #fff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .25);
    left: 25vw;
    position: absolute;
    top: 55px;
    border-radius: 8px
}

.modal_dark .content_modal .close_icon {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 1
}

.modal_dark .content_modal .title {
    text-align: center;
    font-size: 24px;
    color: #04773c;
    font-weight: 300;
    margin-bottom: 20px
}

.modal_dark .content_modal .text {
    text-align: center
}

.modal_dark .content_modal .text p {
    text-align: center;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.modal_dark .content_modal.feed_clients {
    padding: 20px 60px;
    overflow-y: auto;
    max-height: 95vh
}

.modal_dark .content_modal.feed_clients::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.modal_dark .content_modal.feed_clients::-webkit-scrollbar-button, .modal_dark .content_modal.feed_clients::-webkit-scrollbar-track {
    background-color: #ccc
}

.modal_dark .content_modal.feed_clients::-webkit-scrollbar-track-piece {
    background-color: #fff
}

.modal_dark .content_modal.feed_clients::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: green;
    border-radius: 3px
}

.modal_dark .content_modal.feed_clients::-webkit-resizer, .modal_dark .content_modal.feed_clients::-webkit-scrollbar-corner {
    background-color: #444
}

.modal_dark .content_modal.feed_clients .portfolio .card_box {
    padding: 0;
    box-shadow: none
}

.modal_dark .content_modal.feed_clients .portfolio p {
    text-align: left
}

.modal_dark .content_modal.feed_clients .portfolio .title {
    text-align: left;
    font-size: 30px;
    color: #444;
    font-weight: 300;
    line-height: 130%
}

.modal_dark .content_modal.feed_clients .portfolio .full_text {
    margin-top: 10px
}

.modal_dark .content_modal.feed_clients .portfolio .full_text .title_in.lite {
    margin-bottom: 20px;
    font-weight: 400
}

.modal_dark .content_modal.feed_clients .portfolio .img_client img {
    width: 100%
}

.modal_dark .content_modal.feed_clients .portfolio #carousel {
    padding: 0 50px
}

.modal_dark .content_modal.feed_clients .portfolio #carousel .slider-arrow-left {
    position: absolute;
    top: 30%;
    left: 10px
}

.modal_dark .content_modal.feed_clients .portfolio #carousel .slider-arrow-right {
    position: absolute;
    top: 30%;
    right: 10px
}

.modal_dark .content_modal.feed_clients .portfolio #carousel div {
    padding: 2px;
    cursor: pointer
}

.modal_dark .content_modal.feed_clients .portfolio #carousel div img {
    width: 100%
}

.modal_dark .content_modal .page_rotate ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal_dark .content_modal .page_rotate ul li {
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 300;
    line-height: 150%
}

.modal_dark .content_modal .page_rotate ul li a {
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.modal_dark .content_modal .page_rotate ul li a:hover {
    color: #04773c;
    text-decoration: none
}

.modal_dark .content_modal .page_rotate ul li:first-child a:before {
    content: "\27A4";
    display: inline-block;
    margin-right: 4px;
    transform: rotate(180deg)
}

.modal_dark .content_modal .page_rotate ul li:last-child a {
    color: #04773c
}

.modal_dark .content_modal .page_rotate ul li:last-child a:after {
    content: "\27A4";
    display: inline-block;
    margin-left: 4px
}

.modal_dark.active {
    display: block
}

.modal_dark .text .phones {
    margin-right: 0
}

.modal_dark .text .phones ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.modal_dark .text .phones ul li {
    display: inline-block;
    font-size: 12px;
    color: #444;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.modal_dark .text .phones ul li a {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 600
}

.modal_dark .text .phones p {
    text-align: left;
    padding-left: 15px
}

.modal_dark.big .content_modal {
    width: 70vw;
    left: 15vw
}

.price_modal .content_modal {
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden
}

.price_modal .content_modal::-webkit-scrollbar {
    width: 6px
}

.price_modal .content_modal::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .31);
    border-radius: 2px
}

.price_modal .content_modal::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #333
}

.price_modal .text_message .h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 16px
}

.price_modal .radio {
    padding: 0 55px
}

.price_modal .radio label {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.price_modal .radio label input {
    width: auto;
    margin-right: 10px;
    display: none
}

.price_modal .radio label input:checked+span:before {
    background: #c81f9e
}

.price_modal .radio label span {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 400
}

.price_modal .radio label span:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 3px;
    left: -10px
}

.price_modal .button_action .button {
    font-size: 13px;
    color: #878787;
    font-weight: 600;
    text-transform: uppercase;
    background: none
}

.price_modal .button_action .button.pink {
    width: 40%;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    background: #c81f9e
}

.price_modal .notification {
    padding: 0 45px
}

.price_modal .notification .checkbox label span {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 400
}

.price_modal .notification .line {
    text-align: center;
    margin-top: 0
}

.price_modal .notification .line button {
    margin-top: 20px;
    width: 100%;
    max-width: 80%;
    background: #9c28b0;
    color: #fff;
    border-radius: 25px;
}

.price_modal .about {
    background: none;
    padding: 0 45px
}

.price_modal .about .line {
    margin-top: 0;
    margin-bottom: 15px
}

.price_modal .title_main {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px
}

.price_modal .left_none {
    padding-left: 10px
}

.price_modal .right_none {
    padding-right: 10px
}

.price_modal .cats {
    padding: 0 45px
}

.price_modal .cats .cats_info .checkbox label {
    display: flex;
    align-items: center
}

.price_modal .cats .cats_info .title {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px
}

.price_modal .cats .cats_info .info {
    border: 1px solid #d7d7d7;
    padding: 10px;
    margin-bottom: 20px
}

.price_modal .boxer {
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
    margin-top: 15px
}

.price_modal .you {
    font-size: 14px;
    color: #333;
    font-weight: 500
}

@keyframes fade-in {
    0% {
        opacity: 0;
        min-height: 0
    }
    to {
        opacity: 1;
        min-height: 100px
    }
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

body, html {
    font-family: Gotham Pro, sans-serif;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    scroll-behavior: smooth
}

h1 {
    font-size: 30px;
    color: #04773c;
    font-weight: 600
}

p, ul li {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 150%
}

.top_menu {
    background: #f3f3f3;
    min-height: 20px
}

.top_menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex
}

.top_menu ul.sub {
    justify-content: flex-end
}

.top_menu ul>li {
    display: flex;
    align-items: center;
    position: relative
}

.top_menu ul>li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 12px;
    color: #555555;
    font-weight: 500
}

.top_menu ul>li a:hover {
    color: #c81f9e;
    text-decoration: none
}

.top_menu ul>li>a:hover {
    background: none;
    color: #0b0d13;
    text-decoration: none
}

.top_menu ul>li.arrow:hover>a:after {
    content: "▲"
}

.top_menu ul>li.arrow>a:after {
    content: "▼";
    display: inline-block;
    font-size: 8px;
    color: #fff;
    position: relative;
    margin-left: 3px
}

.top_menu ul>li span {
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 12px;
    color: #77797f;
    font-weight: 500
}

.top_menu ul>li span:hover {
    color: #0b0d13;
}

.top_menu ul>li span i {
    font-style: normal;
    cursor: pointer;
    margin-right: 5px
}

.top_menu ul>li>ol {
    position: absolute;
    border: 1px solid #c4c4c4;
    top: 42px;
    display: none;
    width: 200%;
    background: #fff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .25);
    border-radius: 3px;
    z-index: 1;
    padding: 0;
    margin: 0;
    list-style: none
}

.top_menu ul>li>ol:before {
    content: "";
    background: url(../images/arrow_top.svg) no-repeat;
    width: 25px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 20px
}

.top_menu ul>li>ol>li a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #c4c4c4
}

.top_menu ul>li>ol>li:last-child a {
    border-bottom: 0
}

.top_menu ul>li:hover>ol {
    display: block
}

.top_menu ul>li.active a {
    background: #f62559;
    color: #fff;
    border-radius: 20px;
    padding: 4px 15px;
}

.header {
    padding: 0
}

.header .top_menu_nav>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.header .top_menu_nav>ul>li {
    margin-right: 18px
}

.header .top_menu_nav>ul>li:last-child {
    margin-right: 0
}

.header .top_menu_nav>ul>li:hover {
    text-decoration: none
}

.header .top_menu_nav>ul>li:hover>div {
    display: block
}

.header .top_menu_nav>ul>li:hover:after {
    background: #04773c
}

.header .top_menu_nav>ul>li:hover>span:before {
    color: #c81f9e;
    content: "▲"
}

@media (min-width: 992px) {
    .header .top_menu_nav>ul>li:hover>a {
        color: #c81f9e
    }
}

.header .top_menu_nav>ul>li.active:after {
    background: #04773c
}

.header .top_menu_nav>ul>li>span {
    position: relative;
    top: -3px
}

.header .top_menu_nav>ul>li>span:before {
    content: "▼";
    font-size: 8px;
    color: #333;
    position: relative;
    margin-left: 3px
}

.header .top_menu_nav>ul>li>a {
    color: #0b0e14;
    font-weight: 400;
    font-size: 13px;
    padding: 15px 0;
    display: inline-block;
    text-transform: uppercase;
}

.header .top_menu_nav>ul>li>a:hover {
    text-decoration: none;
    color: #c81f9e
}

.header .top_menu_nav>ul>li>div {
    display: none;
    background: #fff;
    margin-top: 3px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .1)
}

.header .top_menu_nav>ul>li .small {
    position: absolute;
    z-index: 2;
    padding: 20px
}

.header .top_menu_nav>ul>li .small ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header .top_menu_nav>ul>li .small ul li {
    margin-bottom: 20px
}

.header .top_menu_nav>ul>li .small ul li a {
    font-size: 12px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase
}

.header .top_menu_nav>ul>li .small ul li:last-child {
    margin-bottom: 0
}

.header .top_menu_nav>ul>li .big {
    position: absolute;
    width: 100%;
    left: 0;
    top: 49px;
    padding: 20px;
    z-index: 99;
    background: #fff
}

.header .top_menu_nav>ul>li .big .items>div {
    display: none
}

.header .top_menu_nav>ul>li .big .items>div:first-child {
    display: block
}

.header .top_menu_nav>ul>li .big .items>div .title {
    margin-bottom: 10px
}

.header .top_menu_nav>ul>li .big .items>div .title a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-decoration: none
}

.header .top_menu_nav>ul>li .big .items>div .title a:hover {
    color: #c81f9e
}

.header .top_menu_nav>ul>li .big .items>div ul {
    padding: 0;
    list-style: none;
    margin: 0 0 30px
}

.header .top_menu_nav>ul>li .big .items>div ul li {
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
    color: #444;
    font-weight: 600
}

.header .top_menu_nav>ul>li .big .items>div ul li a {
    text-transform: inherit;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 400
}

.header .top_menu_nav>ul>li .big .items>div ul li a:hover {
    color: #c81f9e;
    text-decoration: none
}

.header .top_menu_nav>ul>li .big .items>div ul li ol {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 5px 0
}

.header .top_menu_nav>ul>li .big .pages ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.header .top_menu_nav>ul>li .big .pages ul li {
    font-family: Open Sans, sans-serif
}

.header .top_menu_nav>ul>li .big .pages ul li.sep {
    padding: 0 3px
}

.header .top_menu_nav>ul>li .big .pages ul .pager_left, .header .top_menu_nav>ul>li .big .pages ul .pager_right {
    color: #04773c;
    cursor: pointer;
    padding: 0 3px
}

.header .top_menu_nav>ul>li .big .pages ul .pager_active {
    font-size: 19px;
    color: #04773c;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

.header .title, .header .title a {
    font-size: 12px;
    color: rgba(26, 26, 26, .7);
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.header .title a, .header .title a:hover {
    text-decoration: none
}

.header .logo {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.header .logo img {
    margin-top: 15px
}

.header .logo p {
    font-size: 13px;
    color: #343538;
    font-weight: 400;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: .03em;
    background: url(../images/line_logo.svg) no-repeat 0 0;
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 10px
}

.header .head_main {
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    display: flex;
    width: 100%
}

.header .head_main>.row {
    width: 100%
}

.header .basket_top {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .basket_top span {
    position: absolute;
    width: 23px;
    height: 23px;
    display: flex;
    background: #212832;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    align-items: center;
    font-style: normal;
    justify-content: center;
    top: -8px;
    right: -18px
}

.header .basket_top i {
    position: relative;
    font-style: normal
}

.header .basket_top i:hover {
    background-image: url(../images/basket_hov.svg)
}

.header .basket_top i:hover span {
    background: #c81f9e;
    color: #fff
}

.header .phones {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .phones ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.header .phones ul li {
    font-size: 12px;
    color: #343538;
    font-weight: 400;
}

.header .phones ul li:first-child {
    margin-right: 10px
}

.header .phones ul li a {
    font-size: 12px;
    color: #343538;
    font-weight: 500
}

.header .phones ul li a:hover {
    color: #c81f9e;
    text-decoration: none
}

.header .search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .search input {
    background: #fff;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 6px 15px;
    width: 150px;
    font-size: 14px;
    color: #696969;
    font-weight: 100
}

.header .search input:focus {
    outline: none
}

.header .search button {
    border: none;
    background: none;
    margin-left: -35px
}

.header .search button:focus {
    outline: none
}

.header .address_link {
    border: 1px solid #212832;
    box-sizing: border-box;
    border-radius: 13px;
    display: inline-block;
    /*background: url(../images/point.svg) no-repeat 6px 3px;*/
    margin-left: 25px;
    text-decoration: none;
    font-size: 12px;
    color: #212832;
    font-weight: 400;
    padding: 5px 20px;
}

.header .address_link:hover {
    color: #fff;
    border-color: #c81f9e;
    /*background-image: url(../images/point_hov.svg);*/
    background-color: #c81f9e
}

.header .main_menu {
    /*border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;*/
    margin: 20px 0 30px 0;
    /*padding: 10px 0;*/
    border-top: 1px solid #cacaca;
}

.header .main_menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    margin-top: 0
}

.big_banner {
    background-size: contain
}

.big_banner .slider_big .item {
    padding: 0;
    width: 1140px!important;
    
}

.big_banner .slick-slide .item {
    position: relative;
    border-radius: 20px;
    padding: 0 20px;
}

.big_banner .slick-slide .item:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: hsla(0, 0%, 76.9%, .4);
    z-index: 1000;
    transition: 0;
    border-radius: 20px;
}

.big_banner .slick-slide.slick-current .item:before {
    display: none
}

.big_banner .slick-arrow {
    position: absolute;
    z-index: 8
}

.big_banner .slick-arrow.slider-arrow-left {
    width: 11%;
    background-size: 12px;
    background-position-y: center;
    background-position-x: 10%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}

.big_banner .slick-arrow.slider-arrow-right {
    width: 12%;
    background-size: 11px;
    background-position-y: center;
    background-position-x: 90%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
}

.shops_wrap .shops {
    margin-top: 30px
}

.shops_wrap .shops .shop_item {
    margin-bottom: 25px
}

.shops_wrap .shops .shop_item .address {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px
}

.shops_wrap .shops .shop_item .time p {
    margin-bottom: 0;
    font-size: 13px;
    color: #838383;
    font-weight: 400
}

.shops_wrap .shops .shop_item .title {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px
}

.shops_wrap .shops .shop_item select {
    width: 80%;
    margin-bottom: 20px
}

.shops_wrap .map_shop {
    margin-bottom: 30px
}

.learn .items.disabled {
    opacity: .2
}

.learn .items .curs_item {
    margin-bottom: 25px;
    border: 1px solid #c4c4c4
}

.learn .items .curs_item .img {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 0;
    position: relative
}

.learn .items .curs_item .img .type {
    position: absolute;
    padding: 5px 10px;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, .5);
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.learn .items .curs_item .time p {
    margin-bottom: 5px;
    font-size: 13px;
    color: #838383;
    font-weight: 400
}

.learn .items .curs_item .time i {
    margin-right: 10px
}

.learn .items .curs_item .title {
    padding: 10px 0;
    margin-bottom: 10px
}

.learn .items .curs_item .title a {
    font-size: 15px;
    color: #333;
    font-weight: 600
}

.learn .items .curs_item .title a:hover {
    color: #c81f9e
}

.learn .items .curs_item select {
    width: 80%;
    margin-bottom: 20px
}

.learn .seo {
    margin: 45px 0
}

.learn .seo .text-center {
    margin-bottom: 40px
}

.news_lite {
    margin-bottom: 20px
}

.news_lite:last-child {
    margin-bottom: 0
}

.news_lite a {
    font-size: 13px;
    color: #333;
    font-weight: 400
}

.news_lite .none {
    padding-right: 0
}

.sitemap {
    margin-bottom: 25px
}

.sitemap ul {
    padding-left: 20px
}

.sitemap ul li {
    list-style: disc;
    margin: 10px 0 15px
}

.sitemap ul li a {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    text-decoration: underline
}

.cats {
    position: relative
}

.cats>.title {
    text-align: center;
    margin-bottom: 28px
}

.cats>.title a {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase
}

.cats>.title a:before {
    content: "\2014";
    display: inline-block;
    margin-right: 10px
}

.cats>.title a:after {
    content: "\2014";
    display: inline-block;
    margin-left: 10px
}

.cats>.title a:hover {
    text-decoration: none;
    color: #c81f9e
}

.cats>.title.sub {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase
}

.cats>.title.sub p {
    font-size: 15px
}

.cats>.title.sub h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500
}

.cats>.title.acc {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cats>.title.acc p {
    font-size: 14px
}

.cats>.title.acc h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500
}

.cats .subtitle p {
    color: #000;
    font-weight: 500;
    text-transform: uppercase
}

.cats.inside {
    margin-top: 20px
}

.cats .slick-list {
    padding: 20px 10px
}

.cats .slick-slide {
    transition: all .25s ease-in 0ms
}

.cats .slick-slide:hover {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    position: relative
}

.cats .slick-slide:hover .system .reviews, .cats .slick-slide:hover .system .stars {
    display: block
}

.cats .slick-slide:hover .add_busket {
    opacity: 1
}

.cats .slick-arrow {
    position: absolute
}

.cats .slick-arrow.slider-arrow-right {
    top: 50%;
    right: -35px
}

.cats .slick-arrow.slider-arrow-left {
    top: 50%;
    left: -35px
}

.content .h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px
}

.content p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 25px
}

.search_box {
    margin-top: 40px;
    margin-bottom: 20px
}

.company {
    position: relative;
    background: linear-gradient(180deg, #f5f5f5, #fdfdfd 49.48%, #f6f6f6 99.48%);
    padding: 20px 0
}

.company .slick-arrow {
    position: absolute
}

.company .slick-arrow.slider-arrow-right {
    top: 30%;
    right: -15px
}

.company .slick-arrow.slider-arrow-left {
    top: 30%;
    left: -15px
}

.company .item_company {
    text-align: center
}

.company .item_company img {
    display: inline-flex
}

.seo {
    margin-top: 40px
}

.seo .container {
    padding: 0 60px
}

.seo.style2 .button {
    margin-top: 30px;
    border: 2px solid #c81f9e;
    width: 100%;
    max-width: 66%;
    padding: 32px 10px;
    font-size: 23px;
    text-transform: none;
    font-weight: 400
}

.seo .timing {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.seo .timing li {
    display: inline-block;
    margin: 10px 30px;
    font-size: 14px;
    color: #333;
    font-weight: 600
}

.seo .more_show_text {
    text-align: center
}

.seo .more_show_text span {
    border-radius: 1px;
    background: #c81f9e;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px
}

.seo p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 150%
}

.instagram {
    margin-bottom: 40px
}

.instagram .slider_inst {
    margin-left: -3px;
    margin-right: -3px
}

.instagram .item_inst {
    padding: 0 3px
}

.instagram .item_inst img {
    width: 100%
}

.about {
    background: url(../images/logo_bg.png) no-repeat 100% 50px
}

.about .bonus_info {
    margin-top: 20px;
    margin-bottom: 20px
}

.about .bonus_info .item_bonus {
    display: flex;
    align-items: center
}

.about .bonus_info .item_bonus span {
    font-size: 44px;
    color: #00a651;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    line-height: 64px;
    margin-right: 15px
}

.about .bonus_info .item_bonus p {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 22px
}

.about .bonus_info.text .item_bonus p {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.about .city {
    background: url(../images/map_main.svg) no-repeat 0 0;
    padding-top: 40px;
    padding-bottom: 20px
}

.about .city .info .head_title {
    font-size: 17px;
    color: #04773c;
    font-weight: 500;
    line-height: 26px
}

.about .city .info .head_title #select_city {
    text-decoration: underline;
    cursor: pointer
}

.about .city .info .head_title i {
    font-size: 10px;
    position: relative;
    left: 5px
}

.about .city .info ul {
    margin: 0;
    list-style: none;
    padding: 20px 0
}

.about .city .info ul li {
    display: inline-block;
    width: 48%;
    font-size: 16px;
    color: #444;
    padding: 5px 0
}

.about .city .info p, .about .city .info ul li {
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

.about .city .info p {
    font-size: 14px;
    color: #999
}

.about .city .info .towns div {
    display: none
}

.about .city .info .towns div:first-child {
    display: block
}

.about .city #city {
    display: none;
    position: absolute;
    right: 0
}

.about .city #city ul {
    padding: 20px;
    background: #fff;
    margin-top: 3px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .1)
}

.about .city #city ul li {
    width: 100%;
    cursor: pointer
}

.about .video_download {
    text-align: right;
    margin-top: 35px;
    margin-right: 10%
}

.about .video_download a {
    margin-right: 90px
}

.clients {
    margin-top: 20px;
    padding-top: 20px;
    background: #f9f9f9
}

.sections {
    margin-top: 10px
}

.sections.pages {
    margin-top: 50px
}

.sections.pages.left .info {
    padding: 0
}

.sections.pages.left .info p {
    text-align: left
}

.sections .text .head {
    font-size: 32px;
    color: #444;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center
}

.sections .text .head span {
    font-weight: 700
}

.sections .text .info {
    text-align: center;
    padding: 0 100px
}

.sections .text .info p {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    color: #444;
    font-weight: 400;
    line-height: 26px;
    text-align: center
}

.sections.inside {
    margin-top: 30px
}

.clients {
    margin-bottom: 0;
    padding-bottom: 20px
}

.clients img {
    width: 100%
}

.clients .item {
    display: flex;
    height: 100%;
    justify-content: center
}

.clients .slider_run_clients .slider-arrow-left {
    position: absolute;
    top: 25%;
    left: -20px
}

.clients .slider_run_clients .slider-arrow-right {
    position: absolute;
    top: 25%;
    right: -20px
}

.lifestyle {
    background: url(../images/sheme_life.png) no-repeat 10% top;
    padding-bottom: 105px
}

.lifestyle .img {
    text-align: right
}

.lifestyle .text {
    margin-bottom: 40px
}

.lifestyle ul.list {
    padding: 0;
    list-style: none;
    margin: 25px 0 0
}

.lifestyle ul.list li {
    display: inline-block
}

.lifestyle ul.list li:after {
    content: " | ";
    color: #04773c;
    padding: 0 15px 0 20px
}

.lifestyle ul.list li a {
    font-size: 15px;
    color: #04773c;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0, 148, 68, 0)
}

.lifestyle ul.list li a:hover {
    border-bottom: 2px solid rgba(0, 148, 68, .5)
}

.lifestyle ul.list li:last-child:after {
    display: none
}

.news {
    margin-bottom: 40px
}

.news .news_item {
    margin-bottom: 25px
}

.news .news_item .date {
    font-size: 13px;
    color: #838383;
    font-weight: 500;
    padding: 10px 0
}

.news .news_item .title_news a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    line-height: 130%
}

.news .news_item .title_news a:hover {
    color: #c81f9e
}

.news .last_news {
    padding: 0;
    margin: 0;
    list-style: none
}

.news .last_news li {
    display: none;
    min-height: 130px
}

.news .last_news li.active, .news .last_news li:first-child {
    display: block
}

.news .last_news li a {
    font-size: 30px;
    color: #444;
    font-weight: 300;
    display: inline-block;
    width: 80%;
    position: relative;
    line-height: 140%
}

.news .last_news li a span {
    position: absolute;
    font-size: 16px;
    color: #04773c;
    font-weight: 600;
    text-transform: uppercase;
    top: -5px;
    right: 0
}

.news .last_news li a:hover {
    text-decoration: none
}

.news .last_news_pager {
    padding: 0;
    list-style: none;
    margin: 30px 0 0
}

.news .last_news_pager li {
    display: inline-block
}

.news .last_news_pager li.title {
    font-size: 11px;
    color: #04773c;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px
}

.news .last_news_cats {
    padding: 0;
    list-style: none;
    margin: 80px 0 0;
    display: flex;
    justify-content: space-between
}

.news .last_news_cats li {
    display: flex;
    align-items: center;
    flex: 0 0 140px;
    cursor: pointer;
    font-size: 11px;
    color: #04773c;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    border-bottom: 2px solid transparent
}

.news .last_news_cats li.active, .news .last_news_cats li:hover {
    border-bottom: 2px solid rgba(0, 148, 68, .5)
}

.news .more_news .title {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    text-transform: uppercase
}

.news .more_news ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.news .more_news ul li {
    padding: 0 25px 0 0;
    margin-top: 25px;
    border-bottom: 1px solid rgba(0, 166, 81, .2)
}

.news .more_news ul li:last-child {
    border-bottom: 0
}

.news .more_news ul li .cat_name {
    font-size: 11px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px
}

.news .more_news ul li a {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    text-transform: none
}

.news .all_news {
    margin-top: 45px
}

.cooperation .img {
    margin-bottom: 40px
}

.cooperation .top {
    margin-top: 20px
}

.cooperation .order {
    margin: 30px 0
}

.cooperation .order p span {
    box-sizing: border-box;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 90px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 25px;
    background: #9c28b0;
}

.cooperation .order .pink {
    text-transform: uppercase;
    font-size: 24px;
    color: #c81f9e;
    font-weight: 600
}

.cooperation .order .sub {
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin: 10px 0 24px
}

.cooperation .order ul {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 15px
}

.cooperation .order ul li {
    margin-bottom: 18px;
    line-height: 150%;
    font-size: 15px;
    color: #333;
    font-weight: 400
}

.cooperation p {
    margin-bottom: 32px
}

.vacancy {
    margin-top: 30px
}

.vacancy .img {
    margin-bottom: 40px;
    position: relative
}

.vacancy .img .text {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 500
}

.vacancy .form_box {
    margin-top: 80px
}

.vacancy .top {
    margin-top: 20px
}

.vacancy .sub {
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin: 10px 0
}

.vacancy .sub_lite {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin: 20px 0 10px
}

.vacancy ul {
    margin-top: 25px;
    margin-left: 0;
    padding-left: 15px
}

.vacancy ul li {
    margin-bottom: 20px
}

.category .seo_text {
    margin-top: 10px;
    margin-bottom: 10px
}

.category .seo_text p {
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.category .pagination ul {
    text-align: left
}

.category .seo {
    margin-top: 0;
    margin-bottom: 40px
}

.category .filter {
    border-top: 1px solid #d7d7d7;
    margin-top: 40px;
    padding-top: 20px
}

.category .filter .sort {
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.category .filter ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 0 0 0 5px
}

.category .filter ul li {
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    border-right: 1px solid #333;
    padding-right: 10px;
    padding-left: 10px;
}

.category .filter ul li:after {
    content: ""
}

.category .filter ul li.asc {
    color: #c81f9e
}

.category .filter ul li.desc {
    color: #c81f9e
}

.category .left_bar {
    margin-top: 20px
}

.category .left_bar .box {
    border: none;
    /*border-top: 1px solid #d7d7d7;*/
    padding: 5px 10px;
    margin-bottom: 0
}

.category .left_bar .sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-transform: none
}

.category .left_bar .sub:after {
    content: "▼";
    font-size: 8px;
    color: #333;
    position: relative;
    margin-left: 3px
}

.category .left_bar .sub.active:after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/close.svg);
    background-size: cover
}

.category .left_bar .inside_filter {
    display: none;
    margin-bottom: 20px
}

.category .left_bar .inside_filter.active {
    display: block
}

.category .left_bar .inside_filter.scroll {
    height: 100%;
    max-height: 165px;
    overflow-y: scroll;
    font-size: 12px;
}

.category .left_bar .inside_filter.scroll::-webkit-scrollbar {
    width: 4px
}

.category .left_bar .inside_filter.scroll::-webkit-scrollbar-track {
    background: #ecedee;
}

.category .left_bar .inside_filter.scroll::-webkit-scrollbar-thumb {
    background: #aeaeae
}

.category .left_bar .inside_filter .lite {
    display: flex
}

.category .left_bar .inside_filter .lite input {
    background: #fff;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    padding: 6px 10px;
    width: 50%;
    border: 1px solid #d7d7d7;
    margin-right: 10px
}

.category .left_bar .inside_filter .lite input:last-child {
    margin-left: -1px
}

.category .left_bar .inside_filter.reset input {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    text-transform: none;
    border: 1px solid #d7d7d7
}

.category .cats_list {
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-top: 20px
}

.category .img {
    margin-bottom: 40px;
    position: relative
}

.category .img .text {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 500
}

.category .form_box {
    margin-top: 80px
}

.category .top {
    margin-top: 20px
}

.category .sub {
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 10px 0
}

.category .sub_lite {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin: 40px 0 10px
}

.category ul {
    margin-top: 25px;
    margin-left: 0;
    padding-left: 15px
}

.category ul li {
    margin-bottom: 20px
}

.product .seo_text {
    margin-top: 10px;
    margin-bottom: 10px
}

.product .seo_text p {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 150%
}

.product .big_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.product .big_img .informer {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 10px;
    display: flex
}

.product .big_img .informer li {
    margin-right: 16px
}

.product .big_img .informer li:last-child {
    margin-right: 0
}

.product .big_img .informer li span {
    /*display: inline-block;*/
    width: 50px;
    height: 50px;
    background: #4caf50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    justify-content: center
}

.product .big_img .informer li.sale span {
    background: #f62559
}

.product .big_img .informer li.new span {
    background: #4caf50
}

.product .big_img .informer li.hit span {
    background: #9c27b0
}

.product .info_product h1 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 5px
}

.product .info_product ul.main {
    padding: 0;
    list-style: none;
    margin: 0 0 10px
}

.product .info_product ul.main li, .no_cart .avail.red {
    display: inline-block;
    font-size: 15px;
    color: #909293;
    font-weight: 400
}

.product .info_product ul.main li:after {
    content: "●";
    display: inline-block;
    padding: 0 3px 0 5px
}

.product .info_product ul.main li.none:after {
    content: "●";
    display: none
}

.product .info_product ul.main li:last-child:after {
    content: "2";
    display: none
}

.product .info_product ul.main li a {
    font-weight: 500;
    color: #909293
}

.product .info_product ul.main li.size {
    font-weight: 500
}

.product .info_product ul.main li.avail:before, .no_cart .avail:before {
    /*content: "✔";*/
    content: "✦";
    font-weight: 900;
    color: #ffffff !important;
    margin-left: 10px;
    background: #56d995;
    padding: 7px 8px;
    border-radius: 7px;
    font-size: 16px;
    margin-right: 5px;
}

.product .info_product ul.main li.avail.red:before, .no_cart .avail.red:before{
	content: "×";
    font-weight: 900;
    color: #ffffff;
    margin-left: 10px;
    background: #ff527d;
    padding: 7px 10px;
    border-radius: 7px;
    font-size: 16px;
    margin-right: 5px;
}

/*.product .info_product ul.main li.notavail:before {
    content: "×";
    color: red;
    margin-left: 10px;
    padding-right: 5px
}*/

.product .info_product ul.main.last {
    margin-bottom: 0;
    text-align: right
}

.product .info_product .system {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right
}

.product .info_product .system li {
    margin-left: 10px;
    text-align: right;
    display: inline-block;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
    cursor: pointer
}

.product .info_product .system li, .product .info_product .system li a {
    font-size: 14px;
    color: #909293;
    font-weight: 400;
    text-decoration: underline
}

.product .info_product .system li i {
    margin-right: 5px
}

.product .info_product .info {
    margin-bottom: 0
}

.product .info_product .info ul li {
    margin-bottom: 0
}

.product .info_product .info .star_block {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.product .info_product .info .star_block .stars {
    height: 20px;
    background: url(../images/stars.svg) no-repeat;
    max-width: 100px;
    min-width: 0;
    background-size: auto
}

.product .info_product .buy {
    margin-bottom: 10px;
    margin-top: 25px
}

.product .info_product .buy .price ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.product .info_product .buy .price ul li {
    margin-bottom: 0
}

.product .info_product .buy .price .old {
    font-size: 13px;
    color: #000;
    font-weight: 300;
    text-decoration: line-through
}

.product .info_product .buy .price .new {
    font-size: 14px;
    color: #ce39a9;
    font-weight: 500;
    text-transform: uppercase
}

.product .info_product .buy .count ul {
    border: 1px solid #c4c4c4;
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.product .info_product .buy .count ul li {
    padding: 0 3px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    color: #c4c4c4;
    font-weight: 400
}

.product .info_product .buy .count ul li:first-child, .product .info_product .buy .count ul li:last-child {
    cursor: pointer
}

.product .info_product .buy .buy_button span {
    background: #c81f9e;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.product .info_product .desc {
    margin-top: 0
}

.product .info_product .desc ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%
}

.product .info_product .desc ul li {
    width: 100%;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 0
}

.product .info_product .desc ul li span {
    font-size: 14px;
    color: #383838;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 10px 10px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product .info_product .desc ul li span:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/plus-icon.svg) no-repeat
}

.product .info_product .desc ul li div {
    display: none;
}

.product .info_product .desc ul li div, .product .info_product .desc ul li div p {
    font-size: 13px;
    color: #333;
    font-weight: 400
}

.product .info_product .desc ul li.active div {
    display: block
}

.product .info_product .desc ul li.active span:after {
    content: "";
    width: 15px;
    margin-right: -3px;
    height: 22px;
    background: url(../images/close-icon.svg) no-repeat
}

.product .info_product .colors {
    display: flex;
    justify-content: center;
    align-items: center
}

.product .info_product .colors span:hover {
    color: #b41b8e;
    text-decoration: none;
    border-color: #b41b8e
}

.product .info_product .colors span {
    display: inline-block;
    height: 50px;
    background: #fff;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    font-size: 13px;
    color: #676767;
    font-weight: 500;
    padding: 14px 30px;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 25px;
    transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s
}

.product .full_text {
    margin-bottom: 45px;
    margin-top: 25px
}

.product .full_text .sub, .product .reviews .sub {
    font-size: 15px
}

.product .reviews .add_review {
    margin-top: 25px;
    margin-bottom: 45px
}

.product .reviews .add_review span {
    border: 1px solid #ce39a9;
    box-sizing: border-box;
    font-size: 14px;
    color: #c81f9e;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 20px
}

.product .reviews .review_info {
    margin-bottom: 45px
}

.product .reviews .review_info img {
    width: 80px;
    border-radius: 50%;
    background: #ececec;
}

.product .reviews .review_info .text .name {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px
}

.product .reviews .review_info .text .date {
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 400
}

.product .reviews .review_info .text .info_text {
    margin-top: 25px;
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 400
}

.product .filter {
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-top: 20px
}

.product .filter .sort {
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.product .filter ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 0 0 0 5px
}

.product .filter ul li {
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-left: 5px;
    cursor: pointer
}

.product .filter ul li:after {
    content: ""
}

.product .filter ul li.asc {
    color: #c81f9e
}

.product .filter ul li.asc:after {
    content: "▼";
    font-size: 10px;
    color: #c81f9e
}

.product .filter ul li.desc {
    color: #c81f9e
}

.product .filter ul li.desc:after {
    content: "▲";
    font-size: 10px;
    color: #c81f9e
}

.product .left_bar {
    margin-top: 20px
}

.product .left_bar .box {
    border: none;
    border-top: 1px solid #d7d7d7;
    padding: 5px 10px;
    margin-bottom: 0
}

.product .left_bar .sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-transform: none
}

.product .left_bar .sub:after {
    content: "▼";
    font-size: 8px;
    color: #333;
    position: relative;
    margin-left: 3px
}

.product .left_bar .sub.active:after {
    content: "";
    width: 13px;
    height: 13px;
    background: url(../images/close.svg);
    background-size: cover
}

.product .left_bar .inside_filter {
    display: none;
    margin-bottom: 20px
}

.product .left_bar .inside_filter.active {
    display: block
}

.product .left_bar .inside_filter.scroll {
    height: 100%;
    max-height: 165px;
    overflow-y: scroll
}

.product .left_bar .inside_filter.scroll::-webkit-scrollbar {
    width: 6px
}

.product .left_bar .inside_filter.scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .31);
    border-radius: 2px
}

.product .left_bar .inside_filter.scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #333
}

.product .left_bar .inside_filter .lite {
    display: flex
}

.product .left_bar .inside_filter .lite input {
    background: #fff;
    font-size: 13px;
    color: #878787;
    font-weight: 400;
    padding: 6px 10px;
    width: 50%;
    border: 2px solid #d7d7d7
}

.product .left_bar .inside_filter.reset input {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    text-transform: none;
    border: 2px solid rgba(33, 40, 50, .3)
}

.product .cats_list {
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-top: 20px
}

.product .img {
    margin-bottom: 40px;
    position: relative
}

.product .img .text {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 500
}

.product .form_box {
    margin-top: 80px
}

.product .top {
    margin-top: 20px
}

.product .sub {
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 10px 0
}

.product .sub_lite {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin: 40px 0 10px
}

.product ul {
    margin-top: 25px;
    margin-left: 0;
    padding-left: 15px
}

.product ul li {
    margin-bottom: 20px
}

.auth .modals {
    margin-top: 10px
}

.auth .tabs {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 10px
}

.auth .tabs ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.auth .tabs ul li {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-left: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    cursor: pointer
}

.auth .tabs ul li.active, .auth .tabs ul li:hover {
    border-bottom: 1px solid #ce39a9
}

.auth .forms_tabs>div {
    display: none
}

.auth .forms_tabs>div.active {
    display: block
}

.auth .auth_so p {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px
}

.auth .informer {
    margin-top: 10px
}

.auth .informer p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0
}

.auth .informer p.sub {
    font-size: 15px
}

.auth .informer ul {
    color: pink;
    margin-top: 2px;
    padding: 0 0 0 15px
}

.auth .informer ul li {
    font-size: 13px;
    color: #333;
    font-weight: 300
}

.auth .but {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.auth .but button {
    background: #ce39a9;
    border-radius: 25px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    max-width: 230px;
    border: 2px solid transparent;
    cursor: pointer
}

.auth .but button:focus {
    outline: none
}

.auth .but button:hover {
    background: #fff;
    border: 2px solid #c81f9e;
    color: #c81f9e
}

.auth .but button.w50 {
    width: 50%
}

.auth .but span {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    border: 0;
}

.auth .but span:hover {
    color: #c81f9e
}

.auth .social {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.auth .social li {
    display: inline-block;
    margin-right: 15px
}

.auth .social li a {
    display: flex;
    align-items: center
}

.review_modals .form {
    padding: 20px
}

.review_modals .text_message p {
    font-size: 13px;
    color: #000;
    font-weight: 400
}

.review_modals textarea {
    min-height: 140px
}

.review_modals button {
    height: 40px;
    background: #c81f9e;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
    border: none
}

.review_modals .start span {
    display: inline-block;
    width: 240px;
    height: 34px;
    background: url(../images/starts_big.svg) no-repeat
}

.contacts .img {
    margin-bottom: 0;
    position: relative
}

.contacts .img .text {
    position: absolute;
    top: 50%;
    text-align: left;
    left: 10%;
    width: 90%;
    font-size: 20px;
    color: #fff;
    font-weight: 500
}

.contacts .form_box {
    margin-top: 80px
}

.contacts .top {
    margin-top: 20px
}

.contacts .sub {
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 10px 0
}

.contacts .sub.inside {
    margin-bottom: 50px
}

.contacts .sub_lite {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin: 40px 0 10px
}

.contacts ul {
    margin-top: 25px;
    margin-left: 0;
    padding-left: 15px
}

.contacts ul li {
    margin-bottom: 20px
}

.contacts .left_bar .box .sub {
    font-size: 13px;
    text-transform: none;
    text-align: center
}

.contacts .left_bar .box .select {
    text-align: center
}

.contacts .left_bar .box .select select {
    text-align: left;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    padding: 10px 30px 10px 20px
}

.contacts .boss {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.contacts .boss .type div {
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.contacts .boss .type p {
    font-size: 14px;
    color: rgba(51, 51, 51, .5);
    font-weight: 600;
    text-transform: uppercase
}

.contacts .boss .image img {
    border-radius: 50%
}

.contacts .boss ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.contacts .boss ul, .contacts .boss ul li {
    font-size: 13px;
    color: #333;
    font-weight: 400
}

.contacts .boss ul li {
    margin-bottom: 3px
}

.contacts .boss ul li a {
    font-size: 13px;
    color: #333;
    font-weight: 400
}

.contacts .boss.right {
    text-align: center
}

.contacts .boss.right .image {
    margin-bottom: 10px
}

.contacts .boss.right .type p {
    text-transform: none;
    font-size: 13px;
    color: #2b2b2b;
    font-weight: 400
}

.contacts .boss.right ul {
    padding: 0;
    list-style: none;
    margin: 0 0 10px;
    font-size: 13px;
    color: #333;
    font-weight: 400
}

.contacts .boss.right ul li {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #838383;
    font-weight: 400
}

.contacts .boss.right ul li a {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    border-bottom: none
}

.contacts .region {
    margin-top: 30px
}

.contacts .map_active {
    margin-bottom: 30px;
    position: relative
}

.contacts .map_active .contacts_info {
    position: absolute;
    width: 300px;
    top: 10px;
    left: 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    padding: 20px 0
}

.contacts .map_active .contacts_info>div {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.contacts .map_active .contacts_info>div i {
    margin-right: 20px;
    width: 35px;
    flex: 0 0 35px
}

.contacts .map_active .contacts_info>div p {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase
}

.contacts .map_active .contacts_info>div ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.contacts .map_active .contacts_info>div ul li {
    padding: 0;
    margin: 0
}

.contacts .map_active .contacts_info>div ul li a {
    font-size: 13px;
    color: #333;
    font-weight: 500
}

.contacts .map_active .contacts_info .email {
    margin-top: 15px
}

.contacts .map_active .contacts_info .email a {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline
}

.contacts .map_active .contacts_info .req {
    margin-top: 5px;
    position: relative
}

.contacts .map_active .contacts_info .req p {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 0;
    cursor: pointer
}

.contacts .map_active .contacts_info .req div {
    position: absolute;
    width: 300px;
    display: none;
    top: 55px;
    left: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    padding: 20px
}

.contacts .map_active .contacts_info .req div p {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none
}

.contacts .map_active .lite {
    border: 2px solid #333;
    color: #333;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    margin-left: 0;
    margin-top: 10px
}

.basket.account {
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 0 15px
}

.basket .basket_item {
    border: 1px solid #e6e6e6;
    padding: 15px 0;
    border-radius: 30px;
    margin-bottom: 15px;
    transition: .2s;
}

.basket .basket_item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: .2s;
}

.basket .basket_item .img img {
    border: 1px solid #e6e6e6;
    padding: 3px
}

.basket .basket_item .count, .basket .basket_item .sale, .basket .basket_item .text {
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.basket .basket_item .count p, .basket .basket_item .price p, .basket .basket_item .sale p, .basket .basket_item .text p {
    display: none
}

.basket .basket_item .price .new {
    font-size: 14px;
    color: #c81f9e;
    font-weight: 600;
    display: block
}

.basket .basket_item .price .old {
    font-size: 14px;
    color: #979797;
    font-weight: 400;
    display: block;
    text-decoration: line-through
}

.basket .basket_item .count ul {
    border: 1px solid #c4c4c4;
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 3px 10px
}

.basket .basket_item .count ul li {
    padding: 0 3px;
    display: inline-block;
    font-size: 14px;
    color: #c4c4c4;
    font-weight: 400
}

.basket .basket_item .count ul li:first-child, .basket .basket_item .count ul li:last-child {
    cursor: pointer
}

.basket .basket_item .info p {
    font-size: 11px;
    color: #939393;
    font-weight: 400
}

.basket .basket_item .info p a {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 12px
}

.basket .basket_item .info p a:hover {
    text-decoration: underline
}

.basket .basket_item .action i:hover {
    background: url(../images/close_hover_2.svg);
    background-size: cover
}

.basket .line {
    background: #f2f2f2
}

.basket .line>div {
    font-size: 14px;
    color: #828282;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.basket .line>div.none {
    padding: 0
}

.basket .line.none {
    background: none
}

.basket .line.total {
    padding: 5px 0
}

.basket .line.total>div {
    justify-content: left
}

.basket .line.total .price p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0
}

.basket .line.total .price p span {
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
    color: #ce39a9;
    font-size: 16px;
}

.basket .line.total .remove_all {
    display: block;
}

.basket .line.total .remove_all i {
    margin-right: 5px
}

.basket .line.total .remove_all p {
    margin-bottom: 0;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    border-bottom: 1px dotted #333;
    cursor: pointer;
    text-transform: uppercase
}

.basket .orders_buttons {
    margin-top: 20px
}

.basket .orders_buttons-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.basket .sub_lite {
    font-size: 16px;
    margin: 40px 0 10px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}

.basket .sub_lite, .basket .title {
    color: #333;
    font-weight: 600;
    text-transform: uppercase
}

.basket .title {
    font-size: 13px;
    margin-top: 20px;
    padding-bottom: 20px
}

.basket .form p, .basket .info_dev {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin: 20px 10px
}

.basket .list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.basket .list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 0
}

.basket .list ul li span {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    position: relative;
    top: 3px;
    top: 12px;
    background: #fff
}

.basket .list ul li span:last-child {
    font-weight: 600
}

.basket .list ul li:last-child {
    margin-top: 20px;
    margin-bottom: 20px
}

.basket .list ul li:last-child span:last-child {
    font-size: 16px;
    color: #c81f9e;
    font-weight: 600
}

.basket .order {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 25px;
    margin-right: 0px;
    font-size: 15px;
    color: fff;
    font-weight: 600;
    text-transform: none
}

.basket .bonus {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.basket .bonus .bold-text {
    font-weight: 500
}

.basket .bonus>div {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
    font-weight: 500
}

.basket .bonus>div:first-child {
    flex: 0 0 69%
}

.sum {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: none
}

.sum span {
    font-weight: 600
}

.account .personal {
    margin-top: 25px;
    margin-bottom: 25px
}

.account .personal .sub {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px
}

.account .personal .sub.lite {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 10px
}

.account .addr {
    border: 1px solid #a8a8a8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.account .addr span {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding: 0 10px 0 0
}

.account .textarea__title {
    margin-bottom: 16px;
    display: inline-block;
    font-family: Roboto, sans-serif
}

.account textarea {
    min-height: 100px;
    /*margin-bottom: 15px*/
}

.account .sale_personal {
    margin-top: 10px
}

.account .sale_personal .title {
    font-size: 20px;
    color: #333;
    font-weight: 300
}

.account .sale_personal .title span {
    color: #c81f9e;
    font-weight: 500
}

.account .sale_personal .progress_discount {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    margin-bottom: 16px
}

.account .sale_personal ul {
    padding: 0;
    list-style: none;
    display: flex;
    border: 1px solid #c81f9e;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 10px 0 0
}

.account .sale_personal ul li {
    position: relative;
    min-height: 40px;
    width: 110px;
    top: -1px;
    margin-bottom: -2px
}

.account .sale_personal ul li span {
    position: relative;
    bottom: -45px
}

.account .sale_personal ul li.active {
    background: #c81f9e
}

.account .sale_personal ul li.active span {
    color: #c81f9e
}

.account .sale_personal ul li.check span {
    color: #c81f9e;
    font-weight: 600;
    bottom: -35px
}

.account .data {
    margin-top: 40px
}

.account .data .line {
    margin: 0 0 15px
}

.account .data select {
    border: none
}

.account .data button {
    width: 100%;
    max-width: 100%;
    border-radius: 25px;
}

.account .data .pass {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    height: 100%
}

.account .data .pass a {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #878787;
    font-weight: 500;
    text-transform: uppercase
}

.account .data .pass a i {
    margin-right: 10px
}

.account .avator {
    border: 1px solid #a8a8a8;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 8px;
    text-align: center
}

.account .avator p {
    font-size: 12px;
    margin-top: 10px;
    color: #878787;
}

.account .avator label {
    cursor: pointer
}

.account .avator label input {
    display: none
}

.account .avator a {
    display: inline-block;
    margin: 20px 0 10px;
    border: 1px solid #a8a8a8;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
}

.account.discount {
    background: #f1f1f1;
    border-radius: 30px;
    padding: 33px;
    margin: 40px 0 32px
}

.account.discount .sale_personal {
    margin-top: 0
}

.account.discount .sale_personal ul li {
    font-size: 20px;
    color: #a8a8a8;
    font-weight: 600
}

.account.discount .sale_personal ul li span {
    font-size: 20px;
    font-weight: 600
}

.account.discount .sale_personal ul li.check span {
    bottom: -45px
}

.account.discount .discount_info .info {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 23px;
    color: #333;
    font-weight: 300
}

.account.discount .discount_info .info span {
    font-size: 23px;
    color: #c81f9e;
    font-weight: 600;
    margin-left: 5px
}

.account.discount .discount_info .text {
    font-size: 16px;
    color: #333;
    font-weight: 300
}

.account.discount .discount_info .text span {
    font-size: 16px;
    color: #c81f9e;
    font-weight: 600
}

.discount_text {
    margin-bottom: 80px
}

.discount_text .sub {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 25px
}

.discount_text p {
    font-size: 14px;
    color: #333;
    font-weight: 400
}

.reg_for {
    margin-bottom: 10px
}

.reg_for .pink {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    width: 208px
}

.inside_seminar .time {
    display: inline-flex
}

.inside_seminar .time-field {
    display: flex
}

.inside_seminar .time i {
    margin-right: 10px
}

.inside_seminar .time p {
    font-size: 13px;
    color: #464646;
    font-weight: 400
}

.inside_seminar .time p:last-child {
    margin-left: 34px
}

.inside_seminar .h3 {
    font-size: 14px;
    color: #333;
    margin-top: 30px
}

.inside_seminar .h3, .inside_seminar .sub_lite {
    font-weight: 600;
    text-transform: uppercase
}

.inside_seminar .sub_lite.news {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 20px
}

.inside_seminar ol {
    padding: 0 0 10px 15px;
    margin-top: 25px
}

.inside_seminar ol li {
    padding: 5px 0;
    color: #000;
    margin-bottom: 10px
}

.inside_seminar ol li, .inside_seminar p {
    font-size: 15px;
    font-weight: 400;
    line-height: 150%
}

.inside_seminar p {
    color: #333;
    margin-bottom: 20px
}

.more_news {
    margin-top: 80px;
    margin-bottom: 20px
}

.more_news .title {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 40px
}

.more_news .more_news_info .type {
    font-size: 10px;
    color: #c81f9e;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}

.more_news .more_news_info p a {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 150%
}

.slider_news {
    margin-top: 45px;
    padding: 0 150px
}

.slider_news .slider-nav .slick-current {
    box-sizing: border-box
}

.slider_news .slider-nav .slick-current img {
    border: 3px solid #d7d7d7
}

.slider_news .slider-nav .col-lg-12 {
    padding: 0;
    display: flex!important
}

.slider_news .slider-nav img {
    width: 100%
}

.slider_news .slider-for {
    position: relative
}

.slider_news .slider-for .col-lg-12 {
    padding: 0
}

.slider_news .slider-for .col-lg-12 img {
    width: 100%
}

.slider_news .slider-for .slider-arrow-right {
    position: absolute;
    top: 50%;
    right: -35px;
    width: 29px;
    height: 20px;
    background-image: url(../images/right-news.svg)
}

.slider_news .slider-for .slider-arrow-left {
    position: absolute;
    top: 50%;
    left: -35px;
    width: 29px;
    height: 20px;
    background-image: url(../images/left-news.svg)
}

.inside_news .time {
    display: inline-flex
}

.inside_news .time i {
    margin-right: 10px
}

.inside_news .time p {
    font-size: 13px;
    color: #464646;
    font-weight: 400
}

.inside_news .time p:last-child {
    margin-left: 34px
}

.inside_news .h3 {
    font-size: 14px;
    color: #333;
    margin-top: 30px
}

.inside_news .h3, .inside_news .sub_lite {
    font-weight: 600;
    text-transform: uppercase
}

.inside_news .sub_lite {
    margin-top: 0
}

.inside_news .sub_lite.news {
    font-size: 16px;
    text-transform: none;
    margin-bottom: 20px
}

.inside_news .cats {
    margin-top: 40px
}

.inside_news .cats ul li {
    padding: 0 0 8px;
    margin-bottom: 0
}

.inside_news .cats ul li a {
    font-size: 16px;
    color: #c81f9e;
    font-weight: 600;
    text-decoration: underline
}

.inside_news .cats ul li a:hover {
    text-decoration: none
}

.inside_news .cats .more_assot a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    background: #c81f9e;
    border-radius: 3px;
    padding: 14px 20px;
    text-transform: uppercase
}

.inside_news .cats .more_assot a:hover {
    text-decoration: none
}

.inside_news ol {
    padding: 0 0 10px 15px;
    margin-top: 25px
}

.inside_news ol li {
    padding: 5px 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px
}

.inside_news ul {
    padding: 0 0 10px 15px;
    margin-top: 25px
}

.inside_news ul li {
    padding: 5px 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px
}

.inside_news ul.line {
    padding: 0;
    margin: 0;
    list-style: none
}

.inside_news ul.line li {
    padding: 0 0 8px;
    margin-bottom: 0
}

.inside_news ul.line li:before {
    content: "—";
    display: inline-block;
    margin-right: 5px
}

.inside_news p {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 150%
}

.sub_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.sub_menu li {
    display: inline-block
}

.sub_menu li a {
    font-size: 14px;
    color: #333;
    font-weight: 300
}

.sub_menu li.active a {
    font-weight: 700
}

.sub_menu li:after {
    content: "/";
    display: inline-block;
    padding: 0 3px
}

.sub_menu li:last-child:after {
    content: ""
}

footer {
    background: #f3f3f3;
    padding: 30px 0;
    overflow: hidden
}

footer .menu {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap
}

footer .menu.menu-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

footer .menu p {
    font-size: 13px;
    font-weight: 300
}

footer .menu p, footer .menu p a {
    color: #0b0d13;
}

footer .menu ul {
    padding: 0;
    list-style: none;
    margin: 0 0 30px
}

footer .menu ul li {
    margin: 6px 0
}

footer .menu ul li a {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

footer .menu ul li.head {
    margin-bottom: 10px
}

footer .menu ul li.head a {
    text-transform: uppercase;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 600
}

footer .menu ul.social li {
    margin: 0 10px;
    display: inline-block
}

footer .phones {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center
}

footer .phones p {
    font-size: 13px;
    color: #0b0d13;
    font-weight: 300;
    margin-right: 10px
}

footer .phones ul {
    margin-top: -2px!important;
    padding: 0;
    margin: 0;
    list-style: none
}

footer .phones ul li {
    margin: 0
}

footer .phones ul li a {
    font-size: 12px;
    color: #0b0d13;
    font-weight: 400;
    text-decoration: none
}

footer .phones ul li a:hover {
    color: #c81f9e
}

footer .phones ul li.head {
    margin-bottom: 10px
}

footer .phones ul li.head a {
    text-transform: uppercase;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 600
}

footer .product_footer {
    margin: 40px -15px
}

footer .product_footer .title {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

footer .product_footer .list ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .product_footer .list ul li {
    display: inline-block
}

footer .product_footer .list ul li:after {
    content: " | ";
    display: inline-block;
    padding: 0 20px 0 25px;
    color: #fff
}

footer .product_footer .list ul li:last-child:after {
    content: " | ";
    display: none
}

footer .product_footer .list ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

footer .informer .logo img {
    width: 100%
}

footer .informer .address ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .informer .address ul li {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

footer .informer .address ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

footer .informer .phones ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer .informer .phones ul li, footer .informer .phones ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-family: Open Sans, sans-serif
}

footer .informer .phones ul li a:hover {
    color: #c81f9e
}

footer .informer .social ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0
}

footer .informer .social ul li {
    display: inline-block
}

footer .system {
    margin-top: 30px;
    align-items: center
}

footer .system .dev {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .7);
    font-weight: 400;
    text-transform: uppercase;
    opacity: .9;
    text-align: center
}

footer .system .dev p {
    margin: 0 10px;
    display: inline-block
}

footer .system .dev p:first-child {
    text-transform: none;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
    font-weight: 400
}

footer .system .dev p i {
    position: relative;
    top: 5px
}

footer .system .dev p a {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .7);
    font-weight: 400
}

footer .system .copy {
    text-align: right;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .7);
    font-weight: 400;
    opacity: .9
}

footer .system .copy p {
    margin: 0
}

footer .email {
    position: relative
}

footer .email:after {
    /*background: url(../images/footer_email.svg) no-repeat;*/
    content: "";
    position: absolute;
    right: 65px;
    top: -25px;
    width: 150px;
    height: 120px;
}

footer .line_email {
    background: url(../images/line.png) no-repeat 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

footer .line_email p {
    font-size: 11px;
    color: #0b0d13;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0
}

footer .line_email input {
    border: none;
    border-bottom: 1px solid #0b0d13;
    background: none;
    outline: none;
    text-align: center;
    width: 80%;
    font-size: 13px;
    color: #0b0d13;
    font-weight: 300
}

footer .line_email input::-webkit-input-placeholder {
    font-size: 13px;
    color: #0b0d13;
    font-weight: 300
}

footer .line_email input:-ms-input-placeholder {
    font-size: 13px;
    color: #0b0d13;
    font-weight: 300
}

footer .line_email input:-moz-placeholder, footer .line_email input::-moz-placeholder {
    font-size: 13px;
    color: #0b0d13;
    font-weight: 300
}

footer .line_email button {
    border: 1px solid #0b0d13;
    box-sizing: border-box;
    background: none;
    font-size: 13px;
    color: #0b0d13;
    border-radius: 20px;
    font-weight: 400;
    margin-top: 20px;
    width: 80%;
    padding: 5px 0
}

footer .line_email button:focus {
    outline: none
}

footer .line_email button:hover {
    background: #fff;
    color: #333;
    cursor: pointer
}

.footer_system {
    background: #202020;
    padding: 8px 0
}

.footer_system p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

.footer_system p a {
    font-size: 12px;
    color: #fff;
    font-weight: 500
}

.footer_system .map {
    text-align: center
}

.footer_system .map a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-decoration: underline
}

.footer_system .dev {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.footer_system .dev a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    text-decoration: underline
}

.footer_system .dev i {
    margin-left: 10px
}

.form-elem__title {
    margin-bottom: 16px!important;
    display: inline-block;
    font-family: Roboto, sans-serif;
    color: #000!important;
    text-align: left!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-left: 0!important
}

.form .line {
    margin: 0 0 20px
}

.boss-img {
    width: 86px;
    height: 86px
}

.bos-image-wrapper {
    display: flex;
    justify-content: center
}

body.menu-opened {
    overflow: hidden
}

.button-wrapper {
    display: none
}

.summ-price {
    margin-left: 5px
}

.button-wrap {
    text-align: center;
    margin-bottom: 30px
}

.basket_item .link-wrap {
    background: url(../images/icon-order-wrap.svg) no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 35px
}

.basket_item .link-delete {
    background: url(../images/icon-order-delete.svg) no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block
}

.form {
    padding-top: 20px
}

.contact-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.contact-form__left, .contact-form__right {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%
}

.contact-form__right .contact-action {
    display: flex;
    justify-content: flex-end;
    padding-left: 20px
}

.contact-form__right .button {
    display: block;
    width: 50%;
    white-space: nowrap;
    max-width: 100%
}

.contact-form__right .contact-block__wrapper {
    display: flex;
    margin-left: -10px;
    margin-right: -10px
}

.contact-form__right .contact-form__block {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px
}

.contact-form__right .contact-form__block .contact-textarea {
    resize: none;
    height: 104px
}

.basket-item-description .desc-row {
    margin-bottom: 40px
}

.basket-item-description .desc-col.right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.basket-item-description .desc-col .col-title {
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    margin-bottom: 27px;
    text-transform: uppercase
}

.basket-item-description .desc-col .col-list {
    list-style-type: none;
    padding-left: 0
}

.basket-item-description .desc-col .col-list__item {
    display: flex;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 16px
}

.basket-item-description .desc-col .col-list__item:last-child {
    margin-bottom: 0
}

.basket-item-description .desc-col .col-list__item .item-left {
    margin-right: 30px;
    text-align: right
}

.basket-item-description .button {
    display: block;
    width: 216px;
    max-width: 100%;
    text-decoration: none
}

.basket-item-description .button.pink {
    width: 216px;
    max-width: 100%
}

.container.accout-orders-container {
    padding-bottom: 80px
}

.basket_item-title {
    display: none
}

.delete-order-info {
    padding: 56px
}

.delete-order-info .info-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

.delete-order-info .info-action {
    display: flex;
    justify-content: center;
    align-items: center
}

.delete-order-info .info-action .button {
    width: 85px
}

.delete-order-info .info-action .button.close-but {
    width: auto
}

.delete-order-info .info-action .pink {
    margin-right: 30px
}

.product .info_product .system-item {
    position: relative
}

.product .info_product .system-item:hover, .product .info_product .system-item:hover .title {
    color: #ce39a9
}

.product .info_product .system-item:hover .tooltip-garant {
    display: block;
    color: #909293
}

.product .info_product .system-item .tooltip-garant {
    transition: .3s;
    text-decoration: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    text-align: left;
    padding: 18px;
    border: 2px solid #ce39a9;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .25);
    z-index: 1000;
    background-color: #fff;
    width: 250px;
    display: none
}

.product .info_product .system-item .tooltip-garant:after, .product .info_product .system-item .tooltip-garant:before {
    bottom: 100%;
    left: 80%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.product .info_product .system-item .tooltip-garant:after {
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #fff;
    border-width: 10px;
    margin-left: -10px
}

.product .info_product .system-item .tooltip-garant:before {
    border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #ce39a9;
    border-width: 13px;
    margin-left: -13px
}

.form.subcribe {
    padding-top: 0
}

@media (min-width:240px) and (max-width:766px) {
    .i .icon .quality {

    }
    .lite_item:hover {
    background: #fff;
    box-shadow: none;
    position: relative;
    z-index: 10
}
    .modile_header {
        position: fixed;
        z-index: 9;
        top: 0;
        background: #fff;
        padding: 0 0 15px;
        border-bottom: 1px solid #d7d7d7
    }
    .modile_header .top_menu_nav>ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .modile_header .top_menu_nav>ul>li {
        margin-right: 18px;
        flex: 1 0 100%
    }
    .modile_header .top_menu_nav>ul>li:last-child {
        margin-right: 0
    }
    .modile_header .top_menu_nav>ul>li.active a {
        color: #c81f9e;
        text-decoration: none
    }
    .modile_header .top_menu_nav>ul>li.active>span:before {
        color: #c81f9e;
        content: "▲"
    }
    .modile_header .top_menu_nav>ul>li>span {
        position: relative;
        top: -3px;
        padding-left: 3px
    }
    .modile_header .top_menu_nav>ul>li>span:before {
        content: "▼";
        font-size: 8px;
        color: #333;
        position: relative;
        margin-left: 3px
    }
    .modile_header .top_menu_nav>ul>li>a {
        font-size: 16px;
        color: #333;
        font-weight: 400;
        padding: 10px 0;
        display: inline-block
    }
    .modile_header .top_menu_nav>ul>li>a:hover {
        text-decoration: none
    }
    .modile_header .top_menu_nav>ul>li>div {
        display: none;
        background: #fff
    }
    .modile_header .top_menu_nav>ul>li .small {
        position: absolute;
        z-index: 2;
        padding: 20px
    }
    .modile_header .top_menu_nav>ul>li .small ul {
        padding: 0;
        margin: 0;
        list-style: none
    }
    .modile_header .top_menu_nav>ul>li .small ul li {
        margin-bottom: 20px
    }
    .modile_header .top_menu_nav>ul>li .small ul li a {
        font-size: 12px;
        color: #444;
        font-weight: 600;
        text-transform: uppercase
    }
    .modile_header .top_menu_nav>ul>li .small ul li:last-child {
        margin-bottom: 0
    }
    .modile_header .top_menu_nav>ul>li .big {
        position: relative;
        width: 100%;
        left: 0;
        z-index: 99;
        background: #fff
    }
    .modile_header .top_menu_nav>ul>li .big .items>div {
        display: none
    }
    .modile_header .top_menu_nav>ul>li .big .items>div:first-child {
        display: block
    }
    .modile_header .top_menu_nav>ul>li .big .items>div .title {
        margin-bottom: 10px
    }
    .modile_header .top_menu_nav>ul>li .big .items>div .title a {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        text-decoration: none
    }
    .modile_header .top_menu_nav>ul>li .big .items>div .title a:hover {
        color: #c81f9e
    }
    .modile_header .top_menu_nav>ul>li .big .items>div ul {
        padding: 0;
        list-style: none;
        margin: 0 0 30px
    }
    .modile_header .top_menu_nav>ul>li .big .items>div ul li {
        padding: 0;
        margin-bottom: 10px;
        font-size: 12px;
        color: #444;
        font-weight: 600
    }
    .modile_header .top_menu_nav>ul>li .big .items>div ul li a {
        text-transform: inherit;
        font-size: 12px;
        color: #4d4d4d;
        font-weight: 400
    }
    .modile_header .top_menu_nav>ul>li .big .items>div ul li a:hover {
        color: #c81f9e;
        text-decoration: none
    }
    .modile_header .top_menu_nav>ul>li .big .items>div ul li ol {
        list-style: none;
        padding: 0 0 0 10px;
        margin: 5px 0
    }
    .modile_header .top_menu_nav>ul>li .big .pages ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none
    }
    .modile_header .top_menu_nav>ul>li .big .pages ul li {
        font-family: Open Sans, sans-serif
    }
    .modile_header .top_menu_nav>ul>li .big .pages ul li.sep {
        padding: 0 3px
    }
    .modile_header .top_menu_nav>ul>li .big .pages ul .pager_left, .modile_header .top_menu_nav>ul>li .big .pages ul .pager_right {
        color: #04773c;
        cursor: pointer;
        padding: 0 3px
    }
    .modile_header .top_menu_nav>ul>li .big .pages ul .pager_active {
        font-size: 19px;
        color: #04773c;
        font-weight: 600;
        font-family: Open Sans, sans-serif
    }
    .modile_header .top_menu_nav.second>ul {
        margin-top: 20px;
        margin-bottom: 10px
    }
    .modile_header .top_menu_nav.second>ul>li>a {
        font-weight: 500
    }
    .modile_header .title, .modile_header .title a {
        font-size: 12px;
        color: rgba(26, 26, 26, .7);
        font-weight: 400;
        font-family: Open Sans, sans-serif
    }
    .modile_header .title a, .modile_header .title a:hover {
        text-decoration: none
    }
    .modile_header .logo {
        display: flex;
        align-items: center
    }
    .modile_header .logo img {
        margin-top: 15px
    }
    .modile_header .logo p {
        font-size: 13px;
        color: #000;
        font-weight: 400;
        margin-left: 15px;
        margin-top: 20px;
        margin-bottom: 0;
        text-transform: uppercase;
        line-height: 12px;
        letter-spacing: .03em;
        background: url(../images/line_logo.svg) no-repeat 0 0;
        display: flex;
        height: 100%;
        align-items: center;
        padding-left: 10px
    }
    .modile_header .head_main .login {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 10px
    }
    .modile_header .head_main .login ul {
        padding: 0;
        margin: 0;
        list-style: none
    }
    .modile_header .head_main .login ul li {
        margin-left: 0
    }
    .modile_header .head_main .login i {
        background: url(../images/user-grey.svg);
        margin-right: 5px
    }
    .modile_header .head_main .login span {
        font-size: 12px;
        color: #90959c;
        font-weight: 500
    }
    .modile_header .head_main ul {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        list-style: none;
        margin: 20px 0 0;
        float: right
    }
    .modile_header .head_main ul li {
        margin-left: 35px
    }
    .modile_header .basket_top {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
    .modile_header .basket_top span {
        position: absolute;
        width: 20px;
        height: 20px;
        display: flex;
        background: #212832;
        border-radius: 50%;
        font-size: 11px;
        color: #fff;
        font-weight: 300;
        align-items: center;
        font-style: normal;
        justify-content: center;
        top: -8px;
        right: -15px
    }
    .modile_header .basket_top i {
        position: relative;
        font-style: normal
    }
    .modile_header .basket_top i:hover {
        background-image: url(../images/basket_hov.svg)
    }
    .modile_header .basket_top i:hover span {
        background: #c81f9e;
        color: #fff
    }
    .modile_header .burger_top {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
    .modile_header .burger_top span {
        position: absolute;
        width: 20px;
        height: 20px;
        display: flex;
        background: #212832;
        border-radius: 50%;
        font-size: 11px;
        color: #fff;
        font-weight: 300;
        align-items: center;
        font-style: normal;
        justify-content: center;
        top: -8px;
        right: -15px
    }
    .modile_header .burger_top i {
        position: relative;
        font-style: normal
    }
    .modile_header .burger_top i.active {
        background-image: url(../images/burger_close.svg)
    }
    .modile_header .burger_top i.active span {
        background: #c81f9e;
        color: #fff
    }
    .modile_header .phones {
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
    .modile_header .phones ul {
        padding: 0;
        margin: 0;
        list-style: none
    }
    .modile_header .phones ul li {
        font-size: 12px;
        color: #444;
        font-weight: 600;
        font-family: Open Sans, sans-serif
    }
    .modile_header .phones ul li:first-child {
        margin-right: 10px
    }
    .modile_header .phones ul li a {
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        color: #444;
        font-weight: 600
    }
    .modile_header .phones ul li a:hover {
        color: #c81f9e;
        text-decoration: none
    }
    .modile_header .search {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 15px;
        margin-bottom: 15px
    }
    .modile_header .search form {
        width: 100%
    }
    .modile_header .search input {
        background: #eaeaea;
        border: none;
        box-sizing: border-box;
        padding: 8px 15px;
        width: 100%;
        font-size: 16px;
        color: #8a8a8a;
        font-weight: 400;
        line-height: 18px
    }
    .modile_header .search input:focus {
        outline: none
    }
    .modile_header .search button {
        border: none;
        background: none;
        margin-left: -35px
    }
    .modile_header .search button:focus {
        outline: none
    }
    .modile_header .address_link {
        border: 1px solid #90959c;
        box-sizing: border-box;
        border-radius: 13px;
        display: inline-block;
        background: url(../images/point.svg) no-repeat 6px 9px;
        text-decoration: none;
        font-size: 12px;
        color: #90959c;
        font-weight: 400;
        padding: 7px 15px 7px 25px
    }
    .modile_header .address_link:hover {
        color: #fff;
        border-color: #c81f9e;
        background-image: url(../images/point_hov.svg);
        background-color: #c81f9e
    }
    .modile_header .main_menu {
        border-bottom: 1px solid #c4c4c4;
        margin-top: 16px;
        padding-top: 15px;
        z-index: 99;
        position: fixed;
        background: #fff;
        height: 100vh;
        right: 0;
        width: 90vw;
        overflow-y: scroll;
        padding-bottom: 60px;
        display: none
    }
    .modile_header .main_menu:before {
        content: "";
        background: rgba(0, 0, 0, .3);
        width: 10vw;
        height: 100vh;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 0
    }
    .big_banner {
        margin-top: 60px;
    }
    .news_lite a {
        font-size: 12px
    }
    .learn .curs_item .img {
        margin-bottom: 20px
    }
    .learn .curs_item .img img {
        height: auto;
        width: 100%
    }
    .learn .curs_item .inside_seminar .time {
        justify-content: space-between;
        display: flex
    }
    .learn .curs_item .inside_seminar .time p {
        width: 50%
    }
    .learn .curs_item .inside_seminar .time p i {
        width: 100%;
        background-repeat: no-repeat;
        margin-bottom: 5px
    }
    .learn .curs_item .inside_seminar .time p:last-child {
        margin-left: 0
    }
    .learn .curs_item .inside_seminar .sub_lite {
        font-size: 13px;
        margin-top: 10px
    }
    .learn .curs_item .inside_seminar .h3 {
        font-size: 13px
    }
    .learn .curs_item .inside_seminar ol li, .learn .curs_item .inside_seminar ul li {
        font-size: 13px;
        line-height: 150%;
        margin-bottom: 0
    }
    .learn .items .curs_item {
        margin-left: 0;
        margin-right: 0
    }
    .learn .items .curs_item .title a {
        font-size: 12px;
        line-height: 150%;
        font-weight: 600
    }
    .learn .items .curs_item .time p {
        font-size: 13px;
        color: #464646;
        font-weight: 400
    }
    .learn .items .curs_item .img {
        order: -1;
        padding: 0
    }
    .learn .items .curs_item .img img {
        height: auto;
        width: 100%
    }
    .learn .items.disabled .curs_item {
        background: #f1f1f1
    }
    .learn .seo {
        margin-top: 20px
    }
    .learn .seo .button {
        max-width: 100%
    }
    .learn .seo .text-center {
        margin-bottom: 20px
    }
    .learn .seo.style2 {
        margin-top: 0
    }
    .learn .seo.style2 .timing li {
        text-transform: uppercase;
        font-size: 13px;
        line-height: 12px
    }
    .learn .seo.style2 .button {
        font-size: 16px;
        color: #333;
        font-weight: 400;
        line-height: 150%;
        padding: 15px
    }
    .learn .seo.style2 .button a {
        font-size: 16px;
        color: #333;
        font-weight: 400;
        text-decoration: underline
    }
    .category .left_bar {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 99;
        overflow: visible;
        width: 90vw;
        height: 100vh;
        margin-top: 0;
        padding-bottom: 40px
    }
    .category .left_bar .close_filter {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0
    }
    .category .left_bar .close_filter i {
        background: url(../images/burger_close.svg) no-repeat;
        background-size: contain
    }
    .category .left_bar .inside_filter.active.mobile {
        display: flex;
        position: fixed;
        bottom: 0;
        background: #fff;
        box-shadow: 0 -3px 8px rgba(0, 0, 0, .15);
        width: 90vw;
        right: 0;
        margin: 0;
        align-items: center;
        justify-content: space-around;
        padding: 10px 8px 40px
    }
    .category .left_bar .inside_filter.active.mobile>div {
        flex: 0 0 45%
    }
    .category .left_bar .inside_filter.active.mobile button, .category .left_bar .inside_filter.active.mobile input {
        margin: 0;
        border: 2px solid #212832;
        text-transform: none;
        padding: 8px 13px;
        font-size: 12px;
        color: #333;
        font-weight: 400
    }
    .category .left_bar .inside_filter.active.mobile button {
        color: #fff;
        background: #c81f9e;
        border-color: #c81f9e
    }
    .category .seo_text img {
        width: 100%;
        margin-bottom: 20px
    }
    .category .seo_text p {
        font-size: 13px
    }
    .category .filter {
        padding-top: 10px;
        margin-top: 0;
        border: none
    }
    .category .filter .sort {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 99;
        overflow: visible;
        height: 100vh;
        width: 90vw;
        margin-top: 0;
        padding-bottom: 40px
    }
    .category .filter .sort .close_filter {
        font-size: 14px;
        color: #333;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
    }
    .category .filter .sort .close_filter i {
        background: url(../images/burger_close.svg) no-repeat;
        background-size: contain
    }
    .category .filter .sort span {
        display: none
    }
    .category .filter .sort ul {
        width: 100%;
        margin: 0
    }
    .category .filter .sort ul li {
        width: 100%;
        border-top: 1px solid #d7d7d7;
        margin: 0;
        padding: 20px 0
    }
    .category .filter .sort ul li:last-child {
        border-bottom: 1px solid #d7d7d7
    }
    .category .filter .reset {
        display: none
    }
    .category .cats_list {
        padding-top: 10px;
        margin-top: 0;
        border: none
    }
    .category .seo {
        margin-top: 40px
    }
    .category .sections.cats {
        margin-top: 0
    }
    .category .pagination.mobi ul {
        margin-top: 20px
    }
    .category ul {
        margin-top: 0
    }
    .product .big_img .informer {
        left: 0;
        display: inline-flex
    }
    .product .big_img .informer li {
        margin-right: 5px
    }
    .product .production {
        margin-bottom: 45px
    }
    .product .reviews .review_info {
        margin-bottom: 25px
    }
    .product .reviews .review_info .text .name {
        text-transform: none;
        font-weight: 500;
        font-size: 13px;
        line-height: 12px;
        display: none
    }
    .product .reviews .review_info .text .date {
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        display: none
    }
    .product .reviews .review_info .text.mobi-review .date, .product .reviews .review_info .text.mobi-review .name {
        display: block
    }
    .product .reviews .review_info .text .info_text {
        margin-top: 10px
    }
    .product .reviews .review_info .text .info_text li, .product .reviews .review_info .text .info_text p {
        font-size: 13px;
        color: #6d6d6d;
        font-weight: 400
    }
    .product .full_text {
        margin-top: 10px
    }
    .product .full_text li, .product .full_text p {
        font-size: 13px
    }
    .product .info_product h1 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 15px
    }
    .product .info_product.mobile {
        position: absolute;
        right: 0;
        top: 5px
    }
    .product .info_product.mobile .system {
        display: block
    }
    .product .info_product.mobile .system li a {
        font-size: 10px
    }
    .product .info_product.mobile .system li span {
        font-size: 10px;
        display: flex
    }
    .product .info_product.mobile .star_block .stars {
        height: 15px;
        background: url(../images/stars.svg) no-repeat;
        max-width: 100px;
        min-width: 0;
        float: right
    }
    .product .info_product ul.main {
        margin-bottom: 0
    }
    .product .info_product ul.main li {
        font-size: 14px;
        margin-bottom: 0
    }
    .product .info_product .buy {
        margin-top: 30px;
    }
    .product .info_product .buy .price {
        margin-bottom: 0px
    }
    .product .info_product .buy .count ul {
        padding: 10px
    }
    .product .info_product .info .star_block, .product .info_product .system {
        display: none !important
    }
    .mobile_filter {
        padding: 10px 0 0
    }
    .mobile_filter ul {
        padding: 0;
        list-style: none;
        justify-content: space-between
    }
    .mobile_filter ul, .mobile_filter ul li {
        margin: 0;
        display: flex;
        align-items: center;
        background: #e9e9e9
    }
    .mobile_filter ul li {
        flex: 1 0 50%;
        font-size: 12px;
        color: #333;
        font-weight: 600;
        line-height: 11px;
        justify-content: center;
        padding: 15px 0
    }
    .mobile_filter ul li:last-child {
        border-left: 1px solid #d7d7d7
    }
    .mobile_filter ul li i {
        padding: 0;
        border: none;
        margin: 0 5px 0 0
    }
    .breadcrumbs {
        padding-top: 45px
    }
    .breadcrumbs ul li, .breadcrumbs ul li a {
        font-size: 11px
    }
    .breadcrumbs ul li:after {
        padding: 0
    }
    .sections.inside {
        margin-top: 20px
    }
    .form .select.dark {
        margin-bottom: 15px
    }
    .form .file label {
        background-image: none;
        position: relative;
        margin-bottom: 45px
    }
    .form .file label:after {
        content: "";
        display: block;
        width: 100%;
        background: #fff url(../images/add_file_mobi.jpg) top no-repeat;
        position: absolute;
        left: 0;
        bottom: -45px;
        height: 45px;
        border: 2px solid #333
    }
    .form button {
        width: 100%;
        max-width: 100%
    }
    .reg_for {
        display: none
    }
    .discount_text {
        margin-bottom: 60px
    }
    .discount_text, .discount_text p {
        font-size: 13px;
        line-height: 150%
    }
    .discount_text .sub {
        font-size: 14px;
        color: #333;
        font-weight: 500
    }
    .account.discount {
        padding: 16px 12px 25px;
        margin: 32px 0 40px
    }
    .account.discount .progress_discount {
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 25px
    }
    .account.discount .personal {
        margin-bottom: 0;
        margin-top: 0
    }
    .account.discount .discount_info .info {
        font-size: 18px;
        padding: 8px 17px 8px 8px;
        margin-bottom: 8px
    }
    .account.discount .discount_info .info span {
        font-size: 18px
    }
    .account.discount .discount_info .text, .account.discount .discount_info .text span {
        font-size: 13px
    }
    .account.discount .sale_personal ul li span {
        font-size: 12px
    }
    .account.discount .sale_personal ul li.check span {
        font-size: 14px
    }
    .account .personal .sub {
        font-size: 12px;
        font-weight: 600
    }
    .account .personal .sub.lite {
        font-size: 15px;
        color: #000;
        font-weight: 400;
        text-transform: none;
        margin-bottom: 10px
    }
    .account .sale_personal {
        margin-bottom: 20px
    }
    .account .sale_personal .title {
        font-size: 13px
    }
    .account .sale_personal ul li {
        font-size: 12px
    }
    .account .avator p {
        display: none
    }
    .account .label a {
        font-weight: 600;
        padding: 10px 35px
    }
    .account .addr {
        flex-wrap: wrap
    }
    .account .addr div {
        flex: 1 0 100%;
        margin-top: 10px
    }
    .account .addr div a {
        display: inline-block;
        margin-right: 10px
    }
    .account .data button {
        width: 50%
    }
    .account .data .pass {
        padding: 20px 0 25px;
        align-items: center;
        justify-content: center;
    
    }
    .account .data .pass i {
        background-repeat: no-repeat;
        background-size: contain;
        height: 20px
    }
    .account .data .pass a {
        align-items: flex-start
    }
    .basket.account {
        margin-top: 10px
    }
    .basket .order {
        width: 70%;
        max-width: 80%;
        margin-bottom: 20px;
        margin-top: 15px;
        border-radius: 3px
    }
    .basket .basket_item {
        padding: 15px 0;
        border: 0;
        position: relative
    }
    .basket .basket_item .main_info {
        margin-bottom: 15px
    }
    .basket .basket_item .info p {
        margin-right: 15px;
    }
    .basket .basket_item .action {
        position: absolute;
        top: 15px;
        right: 15px;
        text-align: right;
        width: 14px;
        margin: 0;
        padding: 0
    }
    .basket .basket_item .base {
        order: -1;
        padding: 0
    }
    .basket .basket_item .sale {
        display: flex;
        text-align: left!important;
        justify-content: flex-start;
        align-items: center;
        margin: 10px 0 15px;
        padding: 0
    }
    .basket .basket_item .sale p {
        display: block;
        margin: 0;
        padding-right: 20px;
        font-size: 12px;
        color: #828282;
        font-weight: 400
    }
    .basket .basket_item .text {
        display: none
    }
    .basket .basket_item .date {
        order: 1;
        padding: 0;
        text-align: right!important;
        margin: 10px 0 15px
    }
    .basket .basket_item .date p {
        display: block;
        margin: 0;
        flex: 1 0 100%;
        font-size: 12px;
        color: #828282;
        font-weight: 400
    }
    .basket .basket_item .price {
        order: 3;
        padding: 0
    }
    .basket .basket_item .price .old {
        font-size: 14px
    }
    .basket .basket_item .price.main {
        order: 2
    }
    .basket .basket_item .price p {
        display: block;
        flex: 1 0 100%;
        font-size: 12px;
        color: #828282;
        font-weight: 400
    }
    .basket .basket_item .count {
        order: 3
    }
    .basket .basket_item .count p {
        display: block;
        flex: 1 0 100%;
        font-size: 12px;
        color: #828282;
        font-weight: 400
    }
    .basket .sub_lite {
        font-size: 13px
    }
    .basket .bonus {
        flex-wrap: wrap
    }
    .basket .bonus>div {
        flex: 1 0 100%;
        flex-wrap: wrap
    }
    .basket .bonus>div:first-child {
        flex: 1 0 100%;
        order: 2;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .basket .bonus>div:first-child input:first-child {
        width: 60%;
        border: 1px solid #e9e9e9;
        box-sizing: border-box;
        border-radius: 3px 0 0 3px
    }
    .basket .bonus>div:first-child input:last-child {
        color: #333
    }
    .basket .bonus>div:last-child {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 10px;
        color: #333
    }
    .basket .form .border {
        border: 0 solid #dee2e6!important
    }
    .basket .form .select select, .basket .form textarea {
        margin-top: 15px
    }
    .basket .form .line {
        margin: 15px 0
    }
    .basket .form .title {
        border-bottom: 0;
        padding-bottom: 0
    }
    .basket .form p {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 15px;
        color: #2b2b2b
    }
    .basket .orders_buttons>div {
        text-align: center!important
    }
    .basket .orders_buttons .button.pink {
        width: 80%;
        max-width: 100%;
        font-size: 13px
    }
    .basket .line>div {
        display: none;
        font-size: 11px
    }
    .basket .line>div:first-child {
        display: flex;
        align-items: flex-start;
        text-align: left;
        justify-content: flex-start
    }
    .basket .line.total .price p {
        font-size: 14px
    }
    .basket .line.total .remove_all {
        justify-content: flex-end
    }
    .cats>.title a {
        font-size: 14px;
        color: #333;
        font-weight: 500
    }
    .cats>.title.sub h1 {
        font-size: 16px;
        padding-top: 15px
    }
    .cats>.title.sub p {
        font-size: 12px;
        margin-top: 15px;
        font-weight: 500
    }
    .cats>.title.acc {
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left
    }
    .cats>.title.acc h1 {
        font-size: 16px;
        flex: 1 0 100%;
        margin-bottom: 24px
    }
    .cats>.title.acc .sum {
        font-size: 11px
    }
    .cats>.title.acc .sum span {
        margin-left: 10px
    }
    .cats .informer {
        display: none
    }
    .cats .slick-slide:hover {
        background: none;
        box-shadow: none
    }
    .cats .slick-list, .cats .slick-list .slick-slide>div>div {
        padding: 0
    }
    .cats .slick-arrow.slider-arrow-right {
        top: 40%;
        right: 0;
        z-index: 1
    }
    .cats .slick-arrow.slider-arrow-left {
        top: 40%;
        left: 0;
        z-index: 1
    }
    .company .slick-arrow.slider-arrow-right {
        right: 10px
    }
    .company .slick-arrow.slider-arrow-left {
        left: 10px
    }
    .company .item_company img {
        width: 100%
    }
    
    .item .title {
        padding: 0 5px;
        margin-top: 15px
    }
    .item .title a {
        font-size: 10px;
        color: #000;
        font-weight: 500
    }
    .item .price span {
        font-size: 14px
    }
    .item .system {
        display: flex;
        padding: 0 8px
    }
    .item .system .stars {
        display: block;
        height: 11px;
        max-width: 60px;
        min-width: 0;
        background-size: unset;
        background-image: url(../images/stars_lite.svg)
    }
    .item .system .reviews {
        display: flex
    }
    .item .system .reviews a {
        font-size: 10px;
        display: inline-block;
        margin-right: 0
    }
    .item .add_busket {
        display: none
    }
    .seo .container {
        padding: 0 15px
    }
    .instagram .main img {
        width: 150px
    }
    .instagram .slider_inst {
        padding-bottom: 30px
    }
    .instagram .slider_inst .item_inst {
        padding: 0 15px
    }
    .instagram .slider_inst img {
        width: 100%
    }
    .instagram .slick-dots {
        bottom: -15px
    }
    .instagram .slick-dots li.slick-active button:before {
        color: #c81f9e
    }
    .instagram .slider-arrow-left {
        position: absolute;
        bottom: -15px;
        left: 15px;
        z-index: 1
    }
    .instagram .slider-arrow-right {
        position: absolute;
        bottom: -15px;
        right: 15px;
        z-index: 1
    }
    .contacts .map_active {
        display: flex;
        flex-wrap: wrap
    }
    .contacts .map_active iframe {
        width: 100%;
        padding: 0;
        position: relative;
        left: 0;
        top: 0
    }
    .contacts .map_active .contacts_info {
        order: -1;
        width: auto;
        padding: 20px 5px;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 -15px
    }
    .contacts .map_active .contacts_info>div p, .contacts .map_active .contacts_info>div p a, .contacts .map_active .contacts_info>div ul li a {
        font-weight: 600
    }
    .contacts .map_active .contacts_info .req div {
        width: 100%
    }
    .contacts .map_active .contacts_info .email a, .contacts .map_active .contacts_info .email p, .contacts .map_active .contacts_info .req a, .contacts .map_active .contacts_info .req p {
        font-weight: 600
    }
    .contacts .left_bar .box {
        border: none;
        padding: 0
    }
    .contacts .boss.right .type {
        padding: 0 15px
    }
    .contacts .boss.right .type p {
        color: #2b2b2b;
        font-size: 10px
    }
    .contacts .boss.right ul li {
        font-size: 10px
    }
    .contacts .boss.right ul li a {
        text-align: left;
        font-size: 10px;
        font-weight: 600
    }
    .contacts .boss.right .image img {
        max-width: 65%
    }
    .contacts .boss .type div {
        font-size: 14px;
        line-height: 150%
    }
    .contacts .boss .type p {
        font-size: 10px;
        line-height: 10px
    }
    .contacts .boss .time {
        margin-top: 10px
    }
    .contacts .boss .nine {
        padding-left: 0;
        padding-right: 10px;
        line-height: 150%
    }
    .contacts .boss ul, .contacts .boss ul li, .contacts .boss ul li a {
        font-size: 12px;
        line-height: 150%
    }
    .contacts .boss ul li:last-child {
        padding-left: 0
    }
    .contacts .sub.inside {
        font-size: 20px;
        line-height: 100%;
        text-transform: none
    }
    .contacts .img {
        position: relative;
        margin: 0;
        padding: 0;
        order: 3
    }
    .contacts .img img {
        min-height: 170px
    }
    .contacts .img .text {
        font-size: 18px;
        display: flex;
        flex-wrap: wrap;
        top: 30%;
        text-align: center;
        justify-content: center
    }
    .contacts .img .text .button {
        width: 90%;
        max-width: 100%;
        padding: 10px 0;
        margin: 15px 0 0
    }
    .left_bar {
        order: 1
    }
    .left_bar .box .slider_product .item .price, .left_bar .box .slider_product .item .system {
        display: none
    }
    .left_bar .box .sbr_email {
        color: #2b2b2b
    }
    .left_bar .slider_one .slick-arrow, .left_bar .slider_one .slick-arrow.slider-arrow-right {
        display: none!important
    }
    .left_bar .slick-dots {
        position: relative
    }
    .shops_wrap .shops .shop_item img {
        width: 100%
    }
    .shops_wrap .shops .shop_item .title {
        margin-top: 10px;
        font-size: 14px;
        color: #333;
        font-weight: 500
    }
    .shops_wrap .shops .shop_item .time {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .shops_wrap .shops .shop_item .time p {
        font-size: 12px
    }
    .shops_wrap .form .select select {
        width: 100%
    }
    .sitemap ul li {
        margin: 10px 0
    }
    .sitemap ul li a {
        font-size: 13px
    }
    .pagination ul {
        padding-left: 0!important;
        border-bottom: 2px solid #d7d7d7;
        justify-content: space-between
    }
    .pagination ul li {
        margin-bottom: -2px
    }
    .pagination ul li a {
        font-size: 12px;
        padding: 2px 5px;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        border-bottom: 2px solid #d7d7d7
    }
    .pagination ul li:last-child {
        display: none
    }
    .pagination.mobi {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .pagination.mobi ul {
        justify-content: space-between;
        border-bottom: 0 solid #d7d7d7
    }
    .pagination.mobi ul li:last-child {
        display: block
    }
    .pagination.mobi ul li a {
        border-bottom: 0;
        color: #c4c4c4;
        padding: 0
    }
    .sub_menu li a {
        font-size: 13px
    }
    .news .news_item .date {
        font-size: 11px
    }
    .news .news_item .title_news a {
        font-weight: 500;
        font-size: 12px;
        line-height: 150%
    }
    .cooperation p {
        font-weight: 400;
        font-size: 13px;
        line-height: 150%
    }
    .cooperation .img, .cooperation p {
        margin-bottom: 20px
    }
    .cooperation .order {
        margin-top: 0;
        margin-bottom: 0
    }
    .cooperation .order .sub, .cooperation .order ul li {
        font-size: 13px;
        line-height: 150%
    }
    .cooperation .order ul li {
        font-weight: 400
    }
    .cooperation .top {
        margin-top: 0
    }
    .vacancy .img img {
        height: 80px
    }
    .vacancy .img .text {
        top: 15%;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 18px
    }
    .vacancy .info_vacancy {
        order: 2
    }
    .vacancy .sub {
        font-size: 18px
    }
    .vacancy p, .vacancy ul li {
        font-size: 13px
    }
    .vacancy .form_box {
        margin-top: 40px
    }
    .content .h2 {
        font-size: 16px;
        color: #333;
        font-weight: 600;
        margin: 20px 0
    }
    .content p {
        font-size: 13px;
        margin-bottom: 20px
    }
    .search_box {
        margin-top: 10px
    }
    .cats-mobile {
        margin-top: 32px
    }
    footer .email {
        background: none
    }
    footer .menu .mod_menu_footer {
        margin: 0 -15px
    }
    footer .menu .mod_menu_footer li {
        display: flex;
        margin: 0
    }
    footer .menu .mod_menu_footer li, footer .menu .mod_menu_footer li a {
        font-size: 13px;
        color: #0b0e14;
        font-weight: 300
    }
    footer .menu .mod_menu_footer li>div:first-child {
        flex: 0 0 50px;
        padding-right: 10px
    }
    footer .icons_so {
        margin-top: 0;
        margin-bottom: -65px
    }
    footer .icons_so p {
        display: none
    }
    footer .icons_so .social {
        display: flex;
        align-items: center;
        justify-content: center
    }
    footer .icons_so .social li {
        margin-right: 56px!important;
        margin-left: 0!important
    }
    footer .icons_so .social li:last-child {
        margin-right: 0!important
    }
    footer .icons_so .social li i {
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-size: contain
    }
    footer .icons_so .social li i.vk {
        height: 17px
    }
    footer .line_email {
        padding: 32px 0 0;
        border-top: 1px solid hsla(0, 0%, 100%, .17);
        background: none
    }
    footer .line_email p {
        font-size: 14px;
        margin-bottom: 30px
    }
    footer .line_email input {
        width: 100%;
        padding: 10px
    }
    footer .line_email button {
        padding: 10px 0;
        width: 100%
    }
    .footer_system {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center
    }
    .footer_system .map {
        margin: 15px 0
    }
    .footer_system .dev {
        text-align: center;
        justify-content: center
    }
    .price_modal .text_message .h2 {
        font-size: 14px
    }
    .price_modal .you {
        margin-bottom: 10px
    }
    .price_modal .about, .price_modal .cats, .price_modal .notification, .price_modal .radio {
        padding: 0 35px
    }
    .price_modal .right_none {
        padding-right: 15px
    }
    .price_modal .left_none {
        padding-left: 15px
    }
    .price_modal .radio label span {
        font-size: 12px
    }
    .price_modal .radio label span:before {
        left: 0;
        margin-right: 10px
    }
    .price_modal .content_modal {
        padding-bottom: 60px
    }
    .price_modal .button_action {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .price_modal .button_action .button {
        font-size: 13px;
        color: #878787;
        font-weight: 600;
        text-transform: uppercase;
        background: none
    }
    .price_modal .button_action .button.pink {
        width: 50%;
        max-width: 50%;
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        background: #c81f9e
    }
    .modal_dark {
        top: 60px;
        background: none;
        width: 90vw;
        left: auto;
        right: 0
    }
    .modal_dark.filter_modal {
        width: 100vw;
        left: 0
    }
    .modal_dark.filter_modal .content_modal:before {
        display: none
    }
    .modal_dark .content_modal {
        left: auto
    }
    .modal_dark .content_modal:before {
        content: "";
        background: rgba(0, 0, 0, .3);
        width: 10vw;
        height: 100vh;
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 0
    }
    .modal_dark .slider_one_colors i.icon.slider-arrow-right {
        right: 0
    }
    .modal_dark .slider_one_colors i.icon.slider-arrow-left {
        left: 0
    }
    .modal_dark .message, .modal_dark .message p {
        font-size: 13px
    }
    .modal_dark .content_modal {
        width: 100%;
        left: 0;
        top: 0;
        border: 0;
        border-radius: 8px;
        box-shadow: none;
        height: 100vh;
        overflow-y: scroll
    }
    .modal_dark .content_modal .logo_modal, .modal_dark .content_modal .modals img {
        display: none
    }
    .modal_dark.sm .content_modal {
        width: 100%;
        left: auto;
        right: 0;
        top: 40px;
        border: 0;
        border-radius: 8px;
        height: 100vh;
        overflow-y: scroll
    }
    .modal_dark.sm .content_modal .modals img {
        display: none
    }
    .modal_dark.lg .content_modal {
        width: 100%;
        right: 0;
        left: auto;
        top: 0;
        border: 0;
        border-radius: 8px;
        height: 100vh;
        overflow-y: scroll;
        padding: 0 0 50px
    }
    .modal_dark.lg .content_modal .modals img {
        display: none
    }
    .inside_news .sub_lite.news {
        font-size: 13px
    }
    .inside_news .slider_news {
        padding: 0
    }
    .inside_news .slider_news .slider-for {
        padding: 0 15px
    }
    .inside_news .slider_news .slider-for .slider-arrow-left, .inside_news .slider_news .slider-for .slider-arrow-right {
        display: none!important
    }
    .inside_news .slider_news .slider-nav {
        padding: 0 15px
    }
    .inside_news .cats ul li a {
        font-size: 13px;
        line-height: 150%
    }
    .inside_news .cats .more_assot a {
        display: none
    }
    .more_news {
        margin-top: 20px
    }
    .more_news .title {
        font-size: 20px
    }
    .more_news .more_news_info .type {
        margin-bottom: 5px
    }
    .more_news .more_news_info p a {
        font-size: 13px;
        line-height: 150%
    }
    .more_news .more_news_info>div:last-child {
        padding-left: 0
    }
    .more_news .more_news_info>div:first-child {
        padding-right: 10px
    }
    .review_modals .start p {
        font-size: 13px
    }
    .auth .tabs {
        margin-top: 20px
    }
    .auth .but button {
        max-width: 200px
    }
    .auth .but button.w50 {
        width: 40%
    }
    .auth .auth_so p {
        margin-top: 15px
    }
    .button-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 62px;
        width: 100%
    }
    .pagination-arrow, .pagination-number {
        width: 100%
    }
    .boss-img {
        width: 70px;
        height: 70px
    }
    .form .line {
        margin-bottom: 16px!important
    }
    .news .news_item {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .news .news_item a {
        display: block;
        width: 100%
    }
    .news .news_item a img {
        width: 100%
    }
    .more_news .items {
        margin-bottom: 15px
    }
    .time-field span {
        margin-right: 5px
    }
    .vacancy .img img {
        height: 102px
    }
    .basket-item-description .desc-col.right {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: flex-start
    }
    .contact-form {
        flex-direction: column
    }
    .contact-form__left {
        width: 100%;
        margin-bottom: 20px
    }
    .contact-form__right {
        width: 100%
    }
    .contact-form__right .contact-action {
        display: flex;
        justify-content: flex-end;
        padding-left: 20px
    }
    .contact-form .button {
        width: 100%
    }
    .contact-form .contact-action {
        justify-content: center;
        padding-left: 0
    }
    .basket_item .order-col {
        display: flex
    }
    .basket_item-title {
        display: block;
        margin-right: 20px;
        font-weight: 700
    }
    .close-col {
        display: flex;
        justify-content: center
    }
}

.big_banner .slick-arrow.category .filter ul li.desc:after