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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.slider_popup {
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    -webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}

.slider_popup .slider_popup_content {
    width: 90%;
    height: auto;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.11);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider_popup .slider_popup_content .close {
    position: absolute;
    background: url(../img/close.png) no-repeat 50%;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    padding: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 3;
    cursor: pointer
}

.slider_popup .slider_popup_content .slick-slider {
    padding: 30px 30px 40px
}

.slider_popup .slider_popup_content .slick-slider img {
    display: block;
    width: 210px;
    margin: 0 auto
}

.slider_popup .slider_popup_content .slick-slider .slick-arrow {
    display: none !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-indent: -9999px;
    background: transparent;
    cursor: pointer;
    border: none
}

.slider_popup .slider_popup_content .slick-slider .slick-prev {
    left: -35px
}

.slider_popup .slider_popup_content .slick-slider .slick-prev img {
    width: 21px;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider_popup .slider_popup_content .slick-slider .slick-prev img:hover {
    opacity: 1
}

.slider_popup .slider_popup_content .slick-slider .slick-next {
    right: -35px
}

.slider_popup .slider_popup_content .slick-slider .slick-next img {
    width: 21px;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.slider_popup .slider_popup_content .slick-slider .slick-next img:hover {
    opacity: 1
}

.slider_popup .slider_popup_content .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0
}

.slider_popup .slider_popup_content .slick-dots li {
    display: inline-block;
    margin: 0 3px
}

.slider_popup .slider_popup_content .slick-dots li button {
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border: none;
    background: #cfd0d2;
    border-radius: 50%;
    cursor: pointer
}

.slider_popup .slider_popup_content .slick-dots .slick-active button {
    background: #77bd00
}

.slider_popup.active {
    opacity: 1;
    z-index: 9;
    -webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s
}

@media screen and (min-width: 768px) {
    .slider_popup {
        height: 92vh;
        bottom: 0
    }

    .slider_popup .slider_popup_content {
        width: 600px;
        max-height: 90%
    }

    .slider_popup .slider_popup_content .slick-slider .slick-slide img {
        width: auto;
        height: auto;
        max-height: 66vh
    }

    .slider_popup .slider_popup_content .slick-slider .slick-arrow {
        display: inline-block !important
    }
}

@media screen and (min-width: 1280px) {
    .slider_popup .slider_popup_content {
        width: 800px
    }
}

@media screen and (min-width: 1370px) {
    .slider_popup {
        height: 94vh
    }

    .slider_popup .slider_popup_content .close {
        padding: 19px
    }
}

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

Copyright (c) 2015 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none
    }
    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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none
    }
    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(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

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

@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        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: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        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: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

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

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

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

@-webkit-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 {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeOutDownBig {
    from {
        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 {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@keyframes fadeOutLeftBig {
    from {
        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 {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@keyframes fadeOutRightBig {
    from {
        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 {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

@keyframes fadeOutUpBig {
    from {
        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 {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

@keyframes lightSpeedOut {
    from {
        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 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    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: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

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

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

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

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

.product .menu-desc {
    display: none
}

.product .product-item {
    margin-top: 20px;
    margin-bottom: 20px
}

.product .product-item .items {
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.product .product-item .items:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.product .product-item .items .product-img {
    width: 100%;
    position: relative
}

.product .product-item .items .product-img img {
    cursor: pointer;
    width: 200px;
    display: block;
    margin: 0 auto 20px
}

.product .product-item .items .product-img .pl {
    position: absolute;
    top: 10px;
    left: 20px;
    background: #77BC01;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    padding: 5px 10px;
    color: #FFFFFF
}

.product .product-item .items .description li.unavailable a {
    cursor: default;
    opacity: 0.3
}

.product .product-item .items .description li.inactive.unavailable  {
    position: relative;
}

.product .product-item .items .description li.inactive.unavailable span {
    opacity: 0;
    transition: all 0.3s;
    width: max-content;
    position: absolute;
    bottom: -23px;
    left: 10px;
    color: #333;
    padding: 5px;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 37%);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 37%);
    font-size: 10px;
    border-radius: 2px;
    background: #e7e7e7
}

.product .product-item .items .description li.inactive.unavailable:hover span{
    opacity: 1;
}

.product .product-item .items .description .model {
    display: none;
    margin-bottom: 20px
}

.product .product-item .items .description .model .model-item {
    text-align: center
}

.product .product-item .items .description .model .model-item li {
    padding-bottom: 10px
}

.product .product-item .items .description .model .model-item li .more-prod-but {
    cursor: pointer;
    display: flex;
    width: max-content;
    align-items: center;
    padding: 5px 12px;
    transition: all 0.5s;
    background: #77BC01;
    border: 1px solid #77BC01;
    border-radius: 12px;
    position: relative
}

.product .product-item .items .description .model .model-item li .more-prod-but span {
    display: block;
    transition: all 0.3s;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    margin-right: 5px;
    color: #FFFFFF
}

.product .product-item .items .description .model .model-item li .more-prod-but svg path {
    transition: all 0.3s
}

.product .product-item .items .description .model .model-item li .more-prod-but:hover {
    background: #fff;
    border: 1px solid #77BC01
}

.product .product-item .items .description .model .model-item li .more-prod-but:hover span {
    color: #77BC01
}

.product .product-item .items .description .model .model-item li .more-prod-but:hover svg path {
    fill: #77BC01
}


.product .product-item .items.not-available .description .model .model-item li .more-prod-but {
    background: #fff577;
    border: 1px solid #fff577
}

.product .product-item .items.not-available .description .model .model-item li .more-prod-but span {
    color: #343434
}

.product .product-item .items.not-available .description .model .model-item li .more-prod-but svg path {
    transition: all 0.3s;
    fill: #343434
}

.product .product-item .items.not-available .description .model .model-item li .more-prod-but:hover {
    background: #fff;
    border: 1px solid #fff577
}

.product .product-item .items.not-available .description .model .model-item li .more-prod-but:hover span {
    color: #343434
}

.product .product-item .items.not-available .description .model .model-item li .more-prod-but:hover svg path {
    fill: #343434
}


.product .product-item .items.for-preorder .description .model .model-item li .more-prod-but {
    background: #439FE2;
    border: 1px solid #439FE2
}

.product .product-item .items.for-preorder .description .model .model-item li .more-prod-but span {
    color: #fff
}

.product .product-item .items.for-preorder .description .model .model-item li .more-prod-but svg path {
    transition: all 0.3s;
    fill: #fff
}

.product .product-item .items.for-preorder .description .model .model-item li .more-prod-but:hover {
    background: #fff;
    border: 1px solid #439FE2
}

.product .product-item .items.for-preorder .description .model .model-item li .more-prod-but:hover span {
    color: #439FE2
}

.product .product-item .items.for-preorder .description .model .model-item li .more-prod-but:hover svg path {
    fill: #439FE2
}



.product .product-item .items.not-active .description .model .model-item li .more-prod-but {
    background: #E0E0E0;
    cursor: not-allowed;
    border: 1px solid #E0E0E0
}

.product .product-item .items.not-active .description .model .model-item li .more-prod-but span {
    color: #fff
}

.product .product-item .items.not-active .description .model .model-item li .more-prod-but svg path {
    transition: all 0.3s;
    fill: #fff
}



.product .product-item .items .description .title .part{
    display:none !important;
}
.product .product-item .items .description .title .more-prod-but {
    cursor: pointer;
    display: flex;
    width: max-content;
    align-items: center;
    padding: 5px 12px;
    margin: 0 auto 15px;
    transition: all 0.5s;
    background: #77BC01;
    border: 1px solid #77BC01;
    border-radius: 12px;
    position: relative
}

.product .product-item .items .description .title .more-prod-but span {
    display: block;
    transition: all 0.3s;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    margin-right: 5px;
    color: #FFFFFF
}

.product .product-item .items .description .title .more-prod-but svg path {
    transition: all 0.3s
}

.product .product-item .items .description .title .more-prod-but:hover {
    background: #fff;
    border: 1px solid #77BC01
}

.product .product-item .items .description .title .more-prod-but:hover span {
    color: #77BC01
}

.product .product-item .items .description .title .more-prod-but:hover svg path {
    fill: #77BC01
}



.product .product-item .items.not-available .description .title .more-prod-but {
    background: #fff577;
    border: 1px solid #fff577
}

.product .product-item .items.not-available .description .title .more-prod-but span {
    color: #343434
}

.product .product-item .items.not-available .description .title .more-prod-but svg path {
    transition: all 0.3s;
    fill: #343434
}

.product .product-item .items.not-available .description .title .more-prod-but:hover {
    background: #fff;
    border: 1px solid #fff577
}

.product .product-item .items.not-available .description .title .more-prod-but:hover span {
    color: #343434
}

.product .product-item .items.not-available .description .title .more-prod-but:hover svg path {
    fill: #343434
}


.product .product-item .items.for-preorder .description .title .more-prod-but {
    background: #439FE2;
    border: 1px solid #439FE2
}

.product .product-item .items.for-preorder .description .title .more-prod-but span {
    color: #fff
}

.product .product-item .items.for-preorder .description .title .more-prod-but svg path {
    transition: all 0.3s;
    fill: #fff
}

.product .product-item .items.for-preorder .description .title .more-prod-but:hover {
    background: #fff;
    border: 1px solid #439FE2
}

.product .product-item .items.for-preorder .description .title .more-prod-but:hover span {
    color: #439FE2
}

.product .product-item .items.for-preorder .description .title .more-prod-but:hover svg path {
    fill: #439FE2
}



.product .product-item .items.not-active .description .title .more-prod-but {
    background: #E0E0E0;
    cursor: not-allowed;
    border: 1px solid #E0E0E0
}

.product .product-item .items.not-active .description .title .more-prod-but span {
    color: #fff
}

.product .product-item .items.not-active .description .title .more-prod-but svg path {
    transition: all 0.3s;
    fill: #fff
}



.product .product-item .items .description .model .model-item li:last-child {
    padding-bottom: 0
}

.product .product-item .items .description .model .model-item li ul {
    padding-top: 5px
}

.product .product-item .items .description .model .model-item li ul li {
    padding-bottom: 5px
}

.product .product-item .items .description .model .model-item li ul li a {
    text-align: center;
    width: 200px;
    cursor: pointer;
    display: inline-block;
    color: #343434;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    background-color: #e7e7e7;
    border-radius: 20px;
    border: 1px solid #e7e7e7
}

.product .product-item .items .description .model .model-item li ul li a:hover {
    background-color: transparent;
    border: 1px solid #9b9b9b
}

.product .product-item .items .description .model .model-item li ul li.active a {
    background-color: transparent;
    border: 1px solid #9b9b9b
}

.product .product-item .items .description .model .model-item li >p {
    font-size: 16px;
    color: #575757;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase
}

.product .product-item .items .description .model .model-item li div ul li {
    padding-top: 5px;
    font-size: 14px;
    color: #575757;
    font-weight: 300;
    line-height: 18px
}

.product .product-item .items .description .model .model-item li div ul li:nth-child(even) {
    font-size: 14px;
    color: #343434;
    font-weight: 500;
    line-height: 18px
}

.product .product-item .items .description .model .model-item li p {
    padding-top: 5px;
    font-size: 14px;
    color: #575757;
    font-weight: 300;
    line-height: 18px
}

.product .product-item .items .description .model .model-item li span {
    font-size: 14px;
    color: #343434;
    font-weight: 500;
    line-height: 18px
}

.product .product-item .items .description .title {
    text-align: center
}

.product .product-item .items .description .title > li a {
    cursor: pointer;
    display: flex;
    margin: 0 auto 10px;
    width: max-content;
    align-items: center;
    padding: 5px 12px;
    transition: all 0.5s;
    background: #77BC01;
    border: 1px solid #77BC01;
    border-radius: 12px;
    position: relative
}

.product .product-item .items .description .title > li a span {
    display: block;
    transition: all 0.3s;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
    margin-right: 5px;
    margin-top: 2px;
    color: #FFFFFF
}

.product .product-item .items .description .title > li a svg path {
    transition: all 0.3s
}

.product .product-item .items .description .title > li a:hover {
    background: #fff;
    border: 1px solid #77BC01
}

.product .product-item .items .description .title > li a:hover span {
    color: #77BC01
}

.product .product-item .items .description .title > li a:hover svg path {
    fill: #77BC01
}

.product .product-item .items .description .title >p {
    color: #343434;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative
}

.product .product-item .items .description .title >p span {
    display: block;
    color: #5d5d5d;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px
}

.product .product-item .items .description .title .color >p, .product .product-item .items .description .title .attribute >p{
    color: #343434;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.product .product-item .items .description .title .color {
    margin-bottom: 15px
}

.product .product-item .items .description .title .color li {
    display: inline-block;
    padding: 0 10px
}

.product .product-item .items .description .title .color li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative
}

.product .product-item .items .description .title .color li a:hover:after {
    border: 1px solid #cfd0d2
}

.product .product-item .items .description .title .color li a:after {
    content: '';
    width: 40px;
    opacity: 1;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .color li a:before {
    opacity: 0;
    content: '';
    width: 120%;
    height: 2px;
    background: #9b9b9b;
    border: none;
    position: absolute;
    top: 9px;
    left: -2px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .color li.active a:after {
    border: 1px solid #9b9b9b
}

.product .product-item .items .description .title .color .unavailable a {
    opacity: 1 !important
}

.product .product-item .items .description .title .color .unavailable a:before {
    opacity: 1
}

.product .product-item .items .description .title .color .unavailable a:after {
    opacity: 0
}

.product .product-item .items .description .title .memory {
    margin-bottom: 15px
}

.product .product-item .items .description .title .memory li {
    margin-right: 4px;
    display: inline-block
}

.product .product-item .items .description .title .memory li a {
    display: inline-block;
    width: 60px;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #343434;
    padding: 6px 3px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .memory li a:hover {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .memory li.active a {
    border: 1px solid #9b9b9b;
    background: transparent
}
/*************************************************************************************************************/

.product .product-item .items .description .title .attribute,
.product .product-item .items .description .title .cpu_cores,
.product .product-item .items .description .title .gpu_cores {
    margin-bottom: 15px
}

.product .product-item .items .description .title .attribute li,
.product .product-item .items .description .title .cpu_cores li,
.product .product-item .items .description .title .gpu_cores li {
    margin-right: 4px;
    cursor: pointer;
    display: inline-block
}

.product .product-item .items .description .title .attribute li a,
.product .product-item .items .description .title .cpu_cores li a,
.product .product-item .items .description .title .gpu_cores li a {
    display: inline-block;
    width: 65px;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #343434;
    padding: 6px 3px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .attribute li a:hover,
.product .product-item .items .description .title .cpu_cores li a:hover,
.product .product-item .items .description .title .gpu_cores li a:hover {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .attribute li.active a,
.product .product-item .items .description .title .cpu_cores li.active a,
.product .product-item .items .description .title .gpu_cores li.active a {
    border: 1px solid #9b9b9b;
    background: transparent
}
/*************************************************************************************************************/

@-webkit-keyframes shakeX {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

    50% {
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0);
    }
}
@keyframes shakeX {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

    50% {
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0);
    }
}
.product .product-item .items .description .title .attribute li.inactive.available {
    transition: all 0.3s;
}
.product .product-item .items .description .title .attribute li.inactive.available.animate {
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
    animation-duration: 0.8s;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.product .product-item .items .description .title .color li.inactive.available {
    transition: all 0.3s;
}
.product .product-item .items .description .title .color li.inactive.available.animate {
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
    animation-duration: 0.8s;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.product .product-item .items .description li.inactive.unavailable a{
    transition:all 0.3s;
    cursor: pointer;
}
.product .product-item .items .description li.inactive.unavailable a:active, .product .product-item .items .description li.inactive.unavailable a.active{
    border: 1px solid #9b9b9b;
    color: #343434;
    opacity:1;
}

.product .product-item .items .description .title .connectivity {
    margin-bottom: 10px
}

.product .product-item .items .description .title .connectivity li {
    margin-right: 4px;
    display: inline-block
}

.product .product-item .items .description .title .connectivity li a {
    display: inline-block;
    width: 60px;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #343434;
    padding: 6px 3px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .connectivity li a:hover {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .connectivity li.active a {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .processor {
    margin-bottom: 15px
}

.product .product-item .items .description .title .processor li {
    margin-right: 4px;
    display: inline-block
}

.product .product-item .items .description .title .processor li a {
    display: inline-block;
    width: 60px;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #343434;
    padding: 6px 3px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .processor li a:hover {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .processor li.active a {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .drive {
    margin-bottom: 15px
}

.product .product-item .items .description .title .drive li {
    margin-right: 4px;
    display: inline-block
}

.product .product-item .items .description .title .drive li a {
    display: inline-block;
    width: 60px;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #343434;
    padding: 6px 3px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .drive li a:hover {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .drive li.active a {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .ethernet {
    margin-bottom: 15px
}

.product .product-item .items .description .title .ethernet li {
    margin-right: 4px;
    display: inline-block
}

.product .product-item .items .description .title .ethernet li a {
    display: inline-block;
    width: 60px;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #343434;
    padding: 6px 3px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .ethernet li a:hover {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .ethernet li.active a {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .graphics {
    margin-bottom: 15px
}

.product .product-item .items .description .title .graphics li {
    margin-right: 4px;
    display: inline-block
}

.product .product-item .items .description .title .graphics li a {
    display: inline-block;
    width: 60px;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #343434;
    padding: 6px 3px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .graphics li a:hover {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .graphics li.active a {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .size {
    margin-bottom: 15px
}

.product .product-item .items .description .title .size li {
    margin-right: 4px;
    display: inline-block
}

.product .product-item .items .description .title .size li a {
    display: inline-block;
    width: 60px;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #343434;
    padding: 6px 3px;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .size li a:hover {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .size li.active a {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .strap {
    margin-bottom: 15px
}

.product .product-item .items .description .title .strap li {
    display: block;
    padding-bottom: 10px;
    width: 260px;
    margin: 0 auto
}

.product .product-item .items .description .title .strap li:last-child {
    padding-bottom: 0
}

.product .product-item .items .description .title .strap li a {
    display: inline-block;
    width: 100%;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #343434;
    padding: 6px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .strap li a:hover {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .strap li.active a {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .band {
    margin-bottom: 15px
}

.product .product-item .items .description .title .band li {
    display: block;
    padding-bottom: 4px;
    width: 260px;
    margin: 0 auto
}

.product .product-item .items .description .title .band li:last-child {
    padding-bottom: 0
}

.product .product-item .items .description .title .band li a {
    display: inline-block;
    width: 100%;
    background-color: #e7e7e7;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #343434;
    padding: 6px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .band li a:hover {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .band li.active a {
    border: 1px solid #9b9b9b;
    background: transparent
}

.product .product-item .items .description .title .sum-link {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    min-height: 47px;
    text-align: left
}

.product .product-item .items .description .title .sum-link .link {
    flex-basis: 64%;
    float: left;
    min-height: 55px;
    text-align: center
}

.product .product-item .items .description .title .sum-link .link .buy {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #77bd00;
    border: 1px solid #77bd00;
    border-radius: 40px;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .sum-link .link .buy p {
    display: block;
    color: white;
    width: max-content;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .sum-link .link .buy:hover {
    background-color: #fff
}

.product .product-item .items .description .title .sum-link .link .buy:hover p {
    color: #77bd00
}

.product .product-item .items .description .title .sum-link .link .buy.hid {
    width: 28%;
    overflow: hidden
}

.product .product-item .items .description .title .sum-link .link .buy.hid p {
    white-space: nowrap;
    color: transparent
}

.product .product-item .items .description .title .sum-link .link .cr {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    color: #ff5400;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    background-color: #e7e7e7;
    border-radius: 40px;
    padding: 5px 35px 5px 63px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden
}

.product .product-item .items .description .title .sum-link .link .cr img {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 20px;
    transform: translate(0, -50%)
}

.product .product-item .items .description .title .sum-link .link .cr p span {
    display: inline-block
}

.product .product-item .items .description .title .sum-link .link .buy_pred {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    background-color: #77bd00;
    border: 1px solid #77bd00;
    border-radius: 40px;
    padding: 16px 0 14px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product .product-item .items .description .title .sum-link .link .buy_pred:hover {
    background-color: transparent;
    color: #77bd00
}

.product .product-item .items .description .title .sum-link .link .installments {
    display: inline-block;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .sum-link .link .installments:hover {
    opacity: 0.5
}

.product .product-item .items .description .title .sum-link .link.w-cr {
    display: flex;
    position: relative;
    justify-content: flex-end
}

.product .product-item .items .description .title .sum-link .link.w-cr .buy {
    top: 0;
    left: 0;
    position: absolute
}

.product .product-item .items .description .title .sum-link .sum {
    flex-basis: 32%;
    margin-left: 2%;
    float: left
}

.product .product-item .items .description .title .sum-link .sum p {
    color: #343434;
    line-height: 18px;
    font-size: 18px;
    font-weight: 500
}

.product .product-item .items .description .title .sum-link .sum p span {
    font-size: 16px;
    font-weight: 300
}

.product .product-item .items .description .title .sum-link .sum > span {
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.product .product-item .items .description .title .sum-link .sum i {
    font-style: normal;
    display: block;
    font-size: 9px;
    color: #77bd00;
    font-weight: 500;
    line-height: 12px;
    padding-top: 2px
}

.product .product-item .items .description .title .sum-link .trade-but {
    order: 4;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    display: flex;
    width: max-content;
    color: #61779d;
    align-items: center;
    margin-top: 10px;
    transition: all 0.3s;
}

.product .product-item .items .description .title .sum-link .trade-but svg {
    margin-left: 5px;
    width: 15px;
    height: auto;
    transition: all 0.6s
}

.product .product-item .items .description .title .sum-link .trade-but svg path {
    fill: #61779d;
    transition: all 0.3s
}

.product .product-item .items .description .title .sum-link .trade-but:hover {
    color: #738dbb
}

.product .product-item .items .description .title .sum-link .trade-but:hover svg {
    transform: rotate(180deg)
}

.product .product-item .items .description .title .sum-link .trade-but:hover svg path {
    fill: #738dbb
}

/* part buttons*/
.product .product-item .part{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.product .product-item .part p{
    font-size: 13px;
    color: #575757;
    font-weight: 400;
    line-height: 18px;
    padding-top: 15px;
    margin-bottom:10px;
    flex-basis:100%;
    text-align:left;
    display: none;
}
.product .product-item .part span{
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
    padding: 0.5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 17%);
}
.product .product-item .part span .i{
    opacity:0;
    position: absolute;
    right: 0;
    top: 33px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    width: 280px;
    background: #f4f4f4;
    font-size: 12px;
    color: #575757;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    flex-basis: 100%;
    transition:all 0.3s;
    z-index:2;
    visibility:hidden;
    text-align:left;
}
.product .product-item .part >span:hover .i{
    opacity:1;
    visibility:visible;
}
.product .product-item .part span .i .h4{margin-top:0;padding-top:0;display:block;font-size: 14px;color: #343434;font-weight: 500;line-height: 18px;margin-bottom:10px;text-align:left;}
.product .product-item .part span .i span{background: none !important;
    box-shadow: none !important;width: auto;height: auto;background: none;display: block;padding-top: 0; margin: 10px 0 5px;font-size: 12px;color: #575757;font-weight: 300;line-height: 18px;text-align:left;}
.product .product-item .part span .i a{padding: 5px 12px;transition: all 0.5s;background: #77BC01;border: 1px solid #77BC01;border-radius: 20px;display: inline-block;margin-top: 15px;color: #fff;font-size: 12px;text-align:left;}
.product .product-item .part span .i a:hover{background: initial;color: #77BC01;}
.product .product-item .part span .i li{margin: 0 0 2px;font-size: 12px;color: #575757;font-weight: 300;line-height: 18px;text-align:left;}
.product .product-item .part span .i li a{margin: 0;
    background: none;
    border: none;
    padding: 0;text-decoration:underline;font-size: 12px;color: #575757;font-weight: 300;line-height: 18px;text-align:left;}
.product .product-item .part span .i li p{margin: 0;
    background: none;
    border: none;
    padding: 0;font-size: 12px;color: #575757;font-weight: 300;line-height: 18px;text-align:left;}
.product .product-item .part span .i li a:hover{color: #77BC01;}

.product .product-item .part img{
    height: auto;
    width: 24px;
    margin: 0 !important;
}
.product .product-item .part >span:last-child img{
    height: auto;
    width: 24px;
}

.product .product-item .items .description .title-accses .accses .more-prod-but{
    display: none;
}
.product .product-item .items .description .title-accses .accses div .more-prod-but {
    cursor: pointer;
    display: inline-block;
    position: relative
}

.product .product-item .items .description .title-accses .more-prod-but span {
    display: block;
    transition: all 0.3s;
    color: #77BC01;
    line-height: 100%;
    border-bottom: 1px solid #77BC01;
    text-transform: none;
    font-size: 14px;
}

.product .product-item .items .description .title-accses .more-prod-but:hover span{
    color: #000;
    border-bottom: 1px solid #000;
}

.product .product-item .items .description .title-accses .more-prod-but svg {
    display:none;
}

.product .product-item .items .description .title-accses .accses {
    margin-bottom: 15px;
    text-align: center
}

.product .product-item .items .description .title-accses .accses >p {
    color: #343434;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}

.product .product-item .items .description .title-accses .accses >p span {
    display: block;
    color: #5d5d5d;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px
}

.product .product-item .items .description .title-accses .accses .color >p {
    color: #343434;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.product .product-item .items .description .title-accses .accses .color {
    margin-bottom: 15px
}

.product .product-item .items .description .title-accses .accses .color li {
    display: inline-block;
    padding: 0 10px
}

.product .product-item .items .description .title-accses .accses .color li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative
}

.product .product-item .items .description .title-accses .accses .color li a:hover:after {
    border: 1px solid #cfd0d2
}

.product .product-item .items .description .title-accses .accses .color li a:after {
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title-accses .accses .color li.active a:after {
    border: 1px solid #cfd0d2
}

.product .product-item .items .description .title-accses .accses div >p {
    font-size: 16px !important;
    color: #575757;
    font-weight: 300;
    line-height: 24px !important;
    text-transform: uppercase
}

.product .product-item .items .description .title-accses .accses div p {
    font-size: 14px;
    color: #575757;
    font-weight: 300;
    line-height: 18px
}

.product .product-item .items .description .title-accses .accses div span p{
    display: inline;
    text-transform: none;
}

.product .product-item .items .description .title-accses .sum-link {
    width: 300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    text-align: left
}

.product .product-item .items .description .title-accses .sum-link .link {
    flex-basis: 64%;
    float: left;
    min-height: 47px;
    text-align: center
}

.product .product-item .items .description .title-accses .sum-link .link .buy {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #77bd00;
    border: 1px solid #77bd00;
    border-radius: 40px;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title-accses .sum-link .link .buy p {
    display: block;
    color: white;
    width: max-content;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title-accses .sum-link .link .buy:hover {
    background-color: #fff
}

.product .product-item .items .description .title-accses .sum-link .link .buy:hover p {
    color: #77bd00
}


.product .product-item .items .description .title .sum-link .link .preorder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #439FE2;
    border: 1px solid #439FE2;
    border-radius: 40px;
    padding: 10px 0;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title .sum-link .link .preorder p {
    color: white;
    flex-basis: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 14px
}

.product .product-item .items .description .title .sum-link .link .preorder span {
    display: inline-block;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    color: #E6E7E9
}

.product .product-item .items .description .title .sum-link .link .preorder:hover {
    background-color: transparent
}

.product .product-item .items .description .title .sum-link .link .preorder:hover p {
    color: #439FE2
}

.product .product-item .items .description .title .sum-link .link .preorder:hover span {
    color: #787878
}

.product .product-item .items .description .title-accses .sum-link .link .buy.hid {
    width: 28%;
    overflow: hidden
}

.product .product-item .items .description .title-accses .sum-link .link .buy.hid p {
    white-space: nowrap;
    color: transparent
}

.product .product-item .items .description .title-accses .sum-link .link .cr {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    color: #ff5400;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    background-color: #e7e7e7;
    border-radius: 40px;
    padding: 5px 35px 5px 63px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden
}

.product .product-item .items .description .title-accses .sum-link .link .cr img {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 20px;
    transform: translate(0, -50%)
}

.product .product-item .items .description .title-accses .sum-link .link .cr p span {
    display: inline-block
}

.product .product-item .items .description .title-accses .sum-link .link .preorder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #439FE2;
    border: 1px solid #439FE2;
    border-radius: 40px;
    padding: 10px 0;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title-accses .sum-link .link .preorder p {
    color: white;
    flex-basis: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 14px
}

.product .product-item .items .description .title-accses .sum-link .link .preorder span {
    display: inline-block;
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
    color: #E6E7E9
}

.product .product-item .items .description .title-accses .sum-link .link .preorder:hover {
    background-color: transparent;
    color: #439FE2
}

.product .product-item .items .description .title-accses .sum-link .link .buy_pred {
    width: 100%;
    display: inline-block;
    color: white;
    height: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    background-color: #77bd00;
    border: 1px solid #77bd00;
    border-radius: 40px;
    padding: 15px 0;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title-accses .sum-link .link .buy_pred:hover {
    background-color: transparent;
    color: #77bd00
}

.product .product-item .items .description .title-accses .sum-link .link .installments {
    display: inline-block;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.product .product-item .items .description .title-accses .sum-link .link .installments:hover {
    opacity: 0.5
}

.product .product-item .items .description .title-accses .sum-link .link.w-cr {
    display: flex;
    position: relative;
    justify-content: flex-end
}

.product .product-item .items .description .title-accses .sum-link .link.w-cr .buy {
    top: 0;
    left: 0;
    position: absolute
}

.product .product-item .items .description .title-accses .sum-link .sum {
    flex-basis: 32%;
    margin-left: 2%;
    float: left
}

.product .product-item .items .description .title-accses .sum-link .sum p {
    color: #343434;
    line-height: 18px;
    font-size: 18px;
    font-weight: 500
}

.product .product-item .items .description .title-accses .sum-link .sum p span {
    font-size: 16px;
    font-weight: 300
}

.product .product-item .items .description .title-accses .sum-link .sum > span {
    color: #767676;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.product .product-item .items .description .title-accses .sum-link .sum i {
    font-style: normal;
    display: block;
    font-size: 9px;
    color: #77bd00;
    font-weight: 500;
    line-height: 12px;
    padding-top: 2px
}

.product .product-item .items.not-available .description .title .sum-link .link .buy {
    background-color: #fff577;
    border: 1px solid #fff577;
    color: #343434
}

.product .product-item .items.not-available .description .title .sum-link .link .buy:hover {
    background-color: transparent;
    border: 1px solid #343434
}

.product .product-item .items.not-available .description .title .sum-link .link .buy_pred {
    background-color: #fff577;
    border: 1px solid #fff577;
    cursor: pointer;
    color: #343434;
    padding: 7px 20px 6px;
}

.product .product-item .items.not-available .description .title .sum-link .link .buy_pred:hover {
    background-color: transparent;
    border: 1px solid #343434
}

.product .product-item .items.not-available .description .title .sum-link .link .installments {
    display: none
}

.product .product-item .items.not-available .description .title .sum-link .sum i {
    color: #f04545
}


.product .product-item .items.not-available .description .title-accses .sum-link .link .buy {
    background-color: #fff577;
    border: 1px solid #fff577;
    color: #343434
}

.product .product-item .items.not-available .description .title-accses .sum-link .link .buy:hover {
    background-color: transparent;
    border: 1px solid #343434
}

.product .product-item .items.not-available .description .title-accses .sum-link .link .buy_pred {
    background-color: #fff577;
    border: 1px solid #fff577;
    color: #343434
}

.product .product-item .items.not-available .description .title-accses .sum-link .link .buy_pred:hover {
    background-color: transparent;
    border: 1px solid #343434
}

.product .product-item .items.not-available .description .title-accses .sum-link .link .installments {
    display: none
}

.product .product-item .items.not-available .description .title-accses .sum-link .sum i {
    color: #f04545
}


.product .product-item .items.for-preorder .description .title .sum-link .sum i {
    color: #439FE2
}

.product .product-item .items.not-active .description .title .sum-link .sum {
    opacity:0;
}

.product .product-item .items.not-active .description .title .sum-link .trade-but {
    opacity:0;
}
.product .product-item .items.not-active .description .title .sum-link .link {
    margin-bottom: 28px
}

.product .product-item .items.not-active .description .title .sum-link .link .buy_pred {
    background-color: #E0E0E0;
    border: 1px solid #E0E0E0;
    cursor: not-allowed;
    color: #828282
}

.product .product-item .items.not-active .description .title .sum-link .link .buy_pred span {
    font-size: 10px;
    font-weight: 300;
    line-height: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #F80126;
    z-index: -1;
    transition: all 0.3s;
    position: absolute;
    width: 100%
}
.product .product-item .items.not-active .description .title .sum-link .link .buy_pred span.active {
    top: -17%
}
.all-product .filter{
    width: 100%;
}
.all-product .filter .filter-open{
    border: 1px solid #77bd00;
    background: #77bd00;
    color:#fff;
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: auto;
    transition: all 0.3s;
    margin-top:-66px;
    width: fit-content;
}
.all-product .filter .filter-open:hover{
    border: 1px solid #E0E0E0;
    color: #343434;
    background: #fff;
}
.all-product .filter .filter-open svg:first-child{
    margin-right: 12px;
}
.all-product .filter .filter-open .icon-arrow{
    display:none;
    margin-left: 15px;
    transition: all 0.3s;
}
.all-product .filter .filter-open svg:first-child path{
    fill:#fff;
}
.all-product .filter .filter-open:hover svg:first-child path{
    fill:#77bd00;
}
.all-product .filter .filter-open .icon-filt path{
    transition: all 0.3s;
}
.all-product .filter .filter-open .icon-arrow path{
    transition: all 0.3s;
}
.all-product .filter .filter-open:hover .icon-filt path{
    stroke:#77bd00;
}
.all-product .filter .filter-open:hover .icon-arrow{
    transform: rotate(180deg);
}
.all-product .filter .filter-open:hover .icon-arrow path{
    stroke:#77bd00;
}
.all-product .filter{
    position: relative;
}

.all-product .filter .filter-cont{
    position: fixed;
    width: 100%;
    height: 100vh;
    top:0;
    left: -110vw;
    transition: all 0.5s;
    box-shadow: 5px 0px 19px -12px rgba(0,0,0,0.65);
    background: #fff;
    z-index: 10;
    padding: 10px 30px;
    padding-top: 130px;
    overflow-y: auto;
}
.all-product .filter .close{
    position: fixed;
    right: 110vw;
    top: 64px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 2;
}
.all-product .filter .close svg, .all-product .filter .span{
    position:relative;
    z-index: 2;
}
.all-product .filter .close span{
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color:#fff;
    padding: 5px 10px;
    width: fit-content;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: block;
}
.all-product .filter .close span:hover{
    border: 1px solid #fff;
    color: #fff;
    background: #77bc01;
}
.all-product .filter .close:after{
    content:'';
    position: absolute;
    width:100vw;
    background:#66779a;
    height: 50px;

    top: -11px;
    right: -10px;
    z-index: 1;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    transition: all 0.5s;
}
.all-product .filter .filter-cont.active .close{
    top: 69px;
    right: 10px;
}

.all-product .filter .other-side{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    background: none;
    z-index: 9;
}
.all-product .filter .filter-cont.active{
    left: 0;
}
.all-product .filter .filter-cont.active .other-side{
    left: 0;
}
.all-product .filter .filter-section{
    margin-bottom: 30px;
    position: relative;
}
.all-product .filter .filter-section:last-child{
    margin-bottom: 100px;
}
.all-product .filter .filter-section .title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #343434;
}
.all-product .filter .filter-section .title.big {
    color: #66779a;
    flex-direction: column;
    align-items: flex-start;
}
.all-product .filter .filter-section .title.big i {
    margin-top: 5px;
    font-style: normal;
}
.all-product .filter .filter-section .title svg{
    margin-right: 10px;
}
.all-product .filter .filter-section .reset{
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    transition: all 0.3s;
    cursor: pointer;
    position:fixed;
    top: 69px;
    left: -110vw;
    z-index:2;
}
.all-product .filter .filter-cont.active .reset{
    left: 10px;
}
.all-product .filter .filter-section .reset:hover{
    background: #E0E0E0;
    border-color: #E0E0E0;
    color: #343434;
}
.all-product .filter .filter-section .model{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
    position:relative;
    padding-right: 20px;
    border-bottom: 1px solid rgba(136, 136, 136, 0.11);
}
.all-product .filter .filter-section .model::-webkit-scrollbar {
    height: 6px;
    width: 6px
}

.all-product .filter .filter-section .model::-webkit-scrollbar-track {
    background: rgba(136, 136, 136, 0.11);
    border-radius: 30px
}

.all-product .filter .filter-section .model::-webkit-scrollbar-thumb {
    background: #77bd00;
    border-radius: 30px;
    height: 6px;
    width: 6px
}

.all-product .filter .filter-section .model::-webkit-scrollbar-thumb:hover {
    background: #77bd00
}

.all-product .filter .filter-section .model a{
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #343434;
    padding: 5px 10px;
    width: auto;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
}
.all-product .filter .filter-section .model a:focus{
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
}

.all-product .filter .filter-section .model a:hover{
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
}
.all-product .filter .filter-section .model a.active{
    border-color: rgba(119, 189, 0, 0.4);
    background: rgba(119, 189, 0, 0.4);
    color: #343434;
}
.all-product .filter .chosen-items ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #343434;
    margin-bottom: 10px;
}
.all-product .filter .chosen-items ul li .del{
    margin-left: 12px;
    background: none;
    border: none;
}
.all-product .filter .chosen-items ul li .del svg{
    margin-bottom: 3px;
}
.all-product .filter .chosen-items ul li .del svg path{
    transition: all 0.3s;
}
.all-product .filter .chosen-items ul li .del:hover svg path{
    stroke: #cc1818;
}
.all-product .filter .chosen-items ul li.color i{
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
    margin-top: -3px;
}
.all-product .filter .chosen-items ul li.color i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
}
.all-product .filter .filter-item p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    transition: all 0.3s;
    margin-top: 20px;
    margin-bottom: 20px;
}
.all-product .filter .filter-item p svg{
    transition: all 0.3s;
}
.all-product .filter .filter-item p svg path{
    transition: all 0.3s;
}
.all-product .filter .filter-item p.active{
    color: #77bd00;
}
.all-product .filter .filter-item p.active svg{
    transform: rotate(180deg);
}
.all-product .filter .filter-item p.active svg path{
    stroke: #77bd00;
}
.all-product .filter .price div{
    display: flex;
    flex-wrap: wrap;
}
.all-product .filter .price input[type='number']{
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #343434;
    padding: 5px 10px;
    width: 70px;
    margin-right: 15px;
}
.all-product .filter .price input[type='number']:first-child{
    margin-right: 10px;
}
.all-product .filter .price input[type='button']{
    border: 1px solid #77bd00;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #77bd00;
    width: 50px;
    padding: 5px 10px;
    background: #fff;
    transition: all 0.3s;
}
.all-product .filter .price input[type='button']:hover{
    color: #fff;
    background: #77bd00;
}
.all-product .filter .price .jcf-range{
    margin: 0;
    width: 100%;
    border: none !important;
}
.all-product .filter .price .jcf-range .jcf-range-track{
    background: #E0E0E0;
    height: 2px;
}
.all-product .filter .price .jcf-range .jcf-range-display {
    border-radius: 0px;
    background: #77bd00;
    width: 10px;
    height: 2px;
    z-index: 2;
}
.all-product .filter .price .jcf-range .jcf-range-handle{
    margin: -6px 0 0;
    background: #77bd00;
    width: 14px;
    height: 14px;
}
.all-product .filter .price .jcf-focus .jcf-range-handle{
    border-color: #77bd00 !important;
}
.all-product .filter .price .jcf-range .jcf-range-wrapper{
    margin: 10px 0;
}
.all-product .filter .price input[type="number"]::-webkit-outer-spin-button,
.all-product .filter .price input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.all-product .filter .price .slider{
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
    flex-basis: 100%;
}
.all-product .filter .price .slider .progress{
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: #77bd00;
}
.all-product .filter .price .range-input{
    position: relative;
    flex-basis: 100%;
}
.all-product .filter .price .range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 0;
    padding: 0;
}
.all-product .filter .price input[type="range"]::-webkit-slider-thumb{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #77bd00;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.all-product .filter .price input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #77bd00;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.all-product .filter .filter-item .jcf-checkbox{
    border: 1px solid #343434;
    border: 1px solid #343434;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    margin-right: 12px;
}
.all-product .filter .filter-item .jcf-checkbox.jcf-checked{
    border-color: #343434 !important;
    background: #77bd00;
}
.all-product .filter .filter-item .jcf-checkbox.jcf-focus, .all-product .filter .filter-item .jcf-checkbox.jcf-pressed{
    border-color: #343434 !important;
}
.all-product .filter .filter-item .jcf-checkbox.jcf-checked span{
    width: 16px;
    height: 13px;
    border: none;
    margin: 0;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    background: url(../img/check.svg) no-repeat;
    background-size: contain;
}
.all-product .filter .filter-item .checkbox-item label{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #343434;
}
.all-product .filter .filter-item .checkbox-item{
    margin-bottom: 16px;
}
.all-product .filter .filter-item .color{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.all-product .filter .filter-item .color label{
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    position: relative;
    margin-left: 0;
}
.all-product .filter .filter-item .color label:after{
    content: '';
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    opacity:0;
}
.all-product .filter .filter-item .color label i{
    position: absolute;
    top: 50%;
    left: 40px;
    width: 130px;
    transform: translate(0,-50%);
    font-style: normal !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #343434;
}
.all-product .filter .filter-item .color .jcf-checkbox{
    display: none;
}
.all-product .filter .filter-item .color .jcf-checkbox.jcf-checked ~  label:after{
    border: 2px solid #77bd00;
    opacity:1;
}
.all-product .product-item{
    min-height: 379px;
    position: relative;
    overflow: visible;
    padding: 0 !important;
    margin: 0 0 10px !important;
}
.all-product .product-item .product-cont{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    padding: 15px !important;
    transition: all 0.3s;
    margin: 0;
    z-index: 2;
    border-radius: 10px;
    cursor: pointer;
}
.all-product .product-item .product-cont:after{
    content: '';
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    transition: all 0.3s;
    z-index: -1;
    border-radius: 10px;
}
.all-product .product-item.active .product-cont{
    z-index: 3;
}
.all-product .product-item.active .product-cont:after{
    box-shadow: 0px 0px 10px #9b9b9b94;
    transform: translate(-50%,-50%) scale(1.02);
    border: 1px solid #fff;
}
.all-product .product-item .product-cont .big-link{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display:none;
}
.all-product .product-item .name{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #343434;
    transition: all 0.3s;
    display: block;
    height: 60px;
    overflow: visible;
}
.all-product .product-item:hover .name{
    color: #77bd00;
}
.all-product .product-item .prod-image{
    width: 100%;
    height: auto;
    min-height: 210px;
    max-height: 210px;
    object-fit: contain;
    object-position: center;
}
.all-product .product-item .sum-link{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.all-product .product-item .sum-link .buy{
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #77bd00;
    border: 1px solid #77bd00;
    border-radius: 40px;
    padding: 15px 0;
    transition: all 0.3s;
    color: #FFF;
    min-width: 120px;
    margin-right: 10px;
    cursor: pointer;
    z-index: 2;
    position: relative;
}
.all-product .product-item .sum-link .buy:hover{
    background-color: #fff;
    color: #77bd00;
}
.all-product .product-item .sum-link .buy_pred {
    min-width: 120px;
    max-width: 120px;
    margin-right: 10px;
    border-radius: 40px;
    text-align: center;
    padding: 10px 0;
    height: 50px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff577;
    border: 1px solid #fff577;
    cursor: pointer;
    color: #343434;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 2px;
    z-index: 2;
    position: relative;
}
.all-product .product-item .sum-link .sum p{
    line-height: 14px;
    font-size: 14px;
    color: #343434;
    font-weight: 500;
}
.all-product .product-item .sum-link .sum span{
    font-size: 12px;
    line-height: 20px;
    color: #767676;
    font-weight: 500;
}
.all-product .product-item .sum-link .sum p span{
    line-height: 12px;
    font-size: 12px;
    font-weight: 300;
}
.all-product .product-item .sum-link .sum i{
    font-style: normal;
    display: block;
    font-size: 9px;
    color: #77bd00;
    font-weight: 500;
    line-height: 12px;
    padding-top: 2px;
}
.all-product .product-item.not-available .sum-link .sum i {
    color: #f04545;
}
.all-product .product-item.sale .sum p{
    line-height: 14px;
    font-size: 14px;
    color: #FF5400;
    font-weight: 500;
}
.all-product .product-item.sale .sum span{
    line-height: 14px;
    font-size: 14px;
    color: #FF5400;
    font-weight: 300;
}
.all-product .product-item.sale .sum-link .sum small{
    line-height: 14px;
    font-size: 14px;
    color: #343434;
    font-weight: 500;
    text-decoration: none !important;
    position: relative;
}
.all-product .product-item.sale .sum-link .sum small:after{
    content: '';
    position: absolute;
    top: 54%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translate(0,-50%);
    background: #343434;
}
.all-product .product-item.sale .sum-link .sum small span{
    font-size: 12px;
    line-height: 20px;
    color: #767676;
    font-weight: 300;
}

.all-product .product-item .features{
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.all-product .product-item .features ul{
    border-top: 1px solid #E0E0E0;
    margin-top: 20px;
    padding-top: 10px;
}
.all-product .product-item .features ul li{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #343434;
    margin-bottom: 5px;
}
.all-product .product-item .features ul li span{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9C9C9E;
    display:block;
}
.all-product .product-item .pl {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #77BC01;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    padding: 5px 10px;
    color: #FFFFFF;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
}
.all-product .product-item .pay{
    display:none;
}
.all-product .product-item .part{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.all-product .product-item .part >p{
    display:none;
}
.all-product .product-item .part >span{
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.all-product .product-item .part >span img{
    height: auto;
    width: 24px;
}
.all-product .product-item .part .i{
    opacity: 0;
    position: absolute;
    right: 0;
    top: 45px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    width: 280px;
    background: #f4f4f4;
    font-size: 12px;
    color: #575757;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    flex-basis: 100%;
    transition: all 0.3s;
    z-index: 2;
    visibility: hidden;
    text-align: left;
}
.all-product .product-item .part >span:hover .i{
    opacity: 1;
    visibility: visible;
}
.all-product .product-item .part .i .h4{
    font-size: 14px;
    color: #343434;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: left;
    display: block;
}
.all-product .product-item .part .i span{
    width: auto;
    height: auto;
    display: block;
    padding-top: 0;
    margin: 10px 0 5px;
    font-size: 12px;
    color: #575757;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    background: none !important;
    box-shadow: none !important;
}
.all-product .product-item .part .i li{
    margin: 0 0 2px;
    font-size: 12px;
    color: #575757;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}
.all-product .product-item .part .i a{
    padding: 5px 12px;
    transition: all 0.3s;
    background: #77BC01;
    border: 1px solid #77BC01;
    border-radius: 20px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    font-size: 12px;
    text-align: left;
}
.all-product .product-item .part .i a:hover{
    background: initial;
    color: #77BC01;
}

.all-product .product-item .part .i li a{
    margin: 0;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    font-size: 12px;
    color: #575757;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}
.all-product .product-item .part .i li a:hover{
    color: #77BC01;
}
.products h2 {
    text-align: center;
    color: #010000;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.products .product-items .product-item{
    min-height: 418px;
    position: relative;
    overflow: visible;
    padding: 0 !important;
    margin: 0 0 20px !important;
}
.products .product-items .product-item .product-cont{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    padding: 20px !important;
    transition: all 0.3s;
    margin: 0;
    z-index: 2;
    border-radius: 10px;
}
.products .product-items .product-item .product-cont:after{
    content: '';
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    transition: all 0.3s;
    z-index: -1;
    border-radius: 10px;
}
.products .product-items .product-items .product-item.active .product-cont{
    z-index: 3;
}
.products .product-items .product-item.active .product-cont:after{
    box-shadow: 0px 0px 10px #E0E0E0;
    transform: translate(-50%,-50%) scale(1.02);
    border: 1px solid #fff;
}
.products .product-items .product-item .name{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #343434;
    transition: all 0.3s;
}
.products .product-items .product-item:hover .name{
    color: #FF5400;
}
.products .product-items .product-item .prod-image{
    width: 100%;
    height: auto;
}
.products .product-items .product-item .price-buy{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.products .product-items .product-item .price-buy a{
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #77bd00;
    border: 1px solid #77bd00;
    border-radius: 40px;
    padding: 15px 0;
    transition: all 0.3s;
    color: #FFF;
    min-width: 120px;
    margin-right: 12px;
}
.products .product-items .product-item .price-buy a:hover{
    background-color: #fff;
    color: #77bd00;
}
.products .product-items .product-item .price-buy .sum p{
    line-height: 14px;
    font-size: 14px;
    color: #343434;
    font-weight: 500;
}
.products .product-items .product-item .price-buy .sum span{
    font-size: 12px;
    line-height: 20px;
    color: #767676;
    font-weight: 500;
}
.products .product-items .product-item .price-buy .sum p span{
    line-height: 12px;
    font-size: 12px;
    font-weight: 300;
}
.products .product-items.product-item .features{
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.products .product-items .product-item.active .features{
    height: fit-content;
}
.products .product-items .product-item .features ul{
    border-top: 1px solid #E0E0E0;
    margin-top: 20px;
    padding-top: 10px;
}
.products .product-items .product-item .features ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #343434;
    margin-bottom: 5px;
}
.products .product-items .product-item .features ul li span{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #9C9C9E;
}
.products .product-items .product-item .pl {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #77BC01;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    padding: 5px 10px;
    color: #FFFFFF;
}
.products .product-items .product-item .part{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
}
.products .product-items .product-item .part >span{
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}
.products .product-items .product-item .part >span img{
    height: auto;
    width: 24px;
}
.products .product-items .product-item .part .i{
    opacity: 0;
    position: absolute;
    right: 0;
    top: 45px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    width: 280px;
    background: #f4f4f4;
    font-size: 12px;
    color: #575757;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    flex-basis: 100%;
    transition: all 0.3s;
    z-index: 2;
    visibility: hidden;
    text-align: left;
}
.products .product-items .product-item .part >span:hover .i{
    opacity: 1;
    visibility: visible;
}
.products .product-items .product-item .part .i .h4{
    font-size: 14px;
    color: #343434;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: left;
}
.products .product-items .product-item .part .i span{
    width: auto;
    height: auto;
    background: none;
    display: block;
    padding-top: 0;
    margin: 10px 0 5px;
    font-size: 12px;
    color: #575757;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}
.products .product-items .product-item .part .i li{
    margin: 0 0 2px;
    font-size: 12px;
    color: #575757;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}
.products .product-items .product-item .part .i a{
    padding: 5px 12px;
    transition: all 0.3s;
    background: #77BC01;
    border: 1px solid #77BC01;
    border-radius: 20px;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    font-size: 12px;
    text-align: left;
}
.products .product-items .product-item .part .i a:hover{
    background: initial;
    color: #77BC01;
}
#widget-product-variation-selector nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#widget-product-variation-selector .pagination {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#widget-product-variation-selector .page-item {
    margin: 0 5px;
}
#widget-product-variation-selector .page-link {
    display: inline-block;
    padding: 5px 10px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}
#widget-product-variation-selector .page-link__active {
    background: #77BC01;
    color: #fff;
}
#widget-product-variation-selector .page-link:disabled, #widget-product-variation-selector .page-link:disabled:hover {
    cursor: auto;
    opacity: 0.5;
    color: #000;
    background: #f2f2f2;
}
.all-product .product-item .sum-link .trade-but {
    display: none !important;
    order: 4;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    width: max-content;
    color: #61779d;
    align-items: center;
    margin-top: 5px;
    transition: all 0.3s;
}
.all-product .product-item .sum-link .trade-but svg {
    margin-left: 5px;
    width: 15px;
    height: auto;
    transition: all 0.6s;
}
.all-product .product-item .sum-link .trade-but:hover {
    color: #738dbb;
}
.all-product .product-item .sum-link .trade-but:hover svg {
    transform: rotate(180deg);
}
.bloks .product .product-item{
    padding: 0 !important;
}
@media screen and (min-width: 768px) {
    .all-product .filter .filter-section .title.big{
        display: none;
    }

    .all-product .filter .filter-section .model a:hover{
        border-color: rgba(119, 189, 0, 0.4);
        background: rgba(119, 189, 0, 0.4);
        color: #343434;
    }
    .all-product .filter .filter-section .model a.active:hover{
        color: #343434;
    }

    .product .product-item .items .description .title .more-prod-but{
        display: none;
    }
    .product .product-item .items .description .title .sum-link2 {
        width: 300px
    }

    .product .product-item .items .description .title .sum-link .link .buy.hid {
        width: 25%
    }

    .product .product-item .items .description .title .sum-link2 {
        width: 260px
    }

    .product .product-item .items .description .title .sum-link .link.w-cr.link2 .buy.hid {
        width: 29%
    }

    .product .product-item .items .description .title-accses .sum-link2 {
        width: 300px
    }

    .product .product-item .items .description .title-accses .sum-link .link .buy.hid {
        width: 25%
    }

    .product .product-item .items .description .title-accses .sum-link2 {
        width: 260px
    }

    .product .product-item .items .description .title-accses .sum-link .link.w-cr.link2 .buy.hid {
        width: 29%
    }

    .product .menu-desc {
        display: block;
        margin-top: 20px;
        position: relative;
        overflow: hidden
    }

    .product .menu-desc .header-categories-menu {
        text-align: center;
        padding-bottom: 45px
    }

    .product .menu-desc .header-categories-menu li {
        display: inline-block
    }

    .product .menu-desc .header-categories-menu li a {
        display: inline-block;
        color: #7e7e7e;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        padding: 8px 15px 8px 15px;
        margin: 0 5px;
        position: relative
    }

    .product .menu-desc .header-categories-menu li a:hover {
        color: #77bd00
    }

    .product .menu-desc .header-categories-menu li > a.active {
        color: #343434;
        background-color: rgba(119, 189, 0, 0.4);
        border-radius: 30px
    }

    .product .menu-desc .header-categories-menu li > a.active .menu-close {
        display: none;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 5px;
        background: url("../img/menu-close.png") no-repeat 50% 50%;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-top: -10px;
        z-index: 3
    }

    .product .menu-desc .header-categories-menu li .sub-menu {
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1
    }

    .product .menu-desc .header-categories-menu > .current-menu-item > a {
        color: #343434;
        background-color: rgba(119, 189, 0, 0.4);
        border-radius: 30px
    }
    .product .menu-desc .header-categories-menu > .current-menu-parent > a {
        color: #343434;
        background-color: rgba(119, 189, 0, 0.4);
        border-radius: 30px
    }

    .product .menu-desc .header-categories-menu > .current-menu-parent .current-menu-item > a {
        color: #343434;
        background-color: rgba(119, 189, 0, 0.4);
        border-radius: 30px
    }

    .product .menu-desc .header-categories-menu > .current-menu-item .sub-menu {
        z-index: 3;
        opacity: 1
    }

    .product .menu-desc .header-categories-menu li.current-menu-parent .sub-menu {
        opacity: 1;
        z-index: 2
    }

    .product .product-item {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 0 80px
    }
    .bloks .product .product-item{
        padding: 0 !important;
    }

    .product .product-item .items.left .product-img {
        width: 35%;
        float: left
    }

    .product .product-item .items.left .product-img img {
        width: 90%
    }

    .product .product-item .items.left .description {
        width: 65%;
        float: right
    }

    .product .product-item .items.left .description .model {
        margin-bottom: 0;
        width: 32%;
        float: left;
        margin-right: 3%
    }

    .product .product-item .items.left .description .title {
        width: 65%;
        float: left
    }

    .product .product-item .items.right .product-img {
        width: 35%;
        float: right
    }

    .product .product-item .items.right .product-img img {
        width: 90%
    }

    .product .product-item .items.right .description {
        width: 65%;
        float: left
    }

    .product .product-item .items.right .description .model {
        margin-bottom: 0;
        width: 35%;
        float: right;
        margin-right: 0;
        margin-left: 2%
    }

    .product .product-item .items.right .description .title {
        width: 63%;
        float: left
    }

    .product .product-item .items {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .product .product-item .items .product-img img {
        margin: 0 auto
    }

    .product .product-item .items .description .model {
        display: block
    }

    .product .product-item .items .description .model .model-item {
        text-align: left
    }

    .product .product-item .items .description .model .model-item li >p {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .product .product-item .items .description .model .model-item li div ul li {
        padding-top: 4px;
        font-size: 12px;
        line-height: 13px
    }

    .product .product-item .items .description .model .model-item li div ul li:nth-child(even) {
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .model .model-item li span {
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .model .model-item li p {
        padding-top: 4px;
        font-size: 12px;
        line-height: 13px
    }

    .product .product-item .items .description .model .model-item li ul li a {
        text-align: center;
        width: 100%;
        font-size: 12px;
        line-height: 25px
    }

    .product .product-item .items .description .title {
        text-align: left
    }

    .product .product-item .items .description .title > li a {
        display: none
    }

    .product .product-item .items .description .title >p {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 5px
    }

    .product .product-item .items .description .title .color >p,  .product .product-item .items .description .title .attribute >p{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px
    }

    .product .product-item .items .description .title .color {
        margin-bottom: 10px
    }

    .product .product-item .items .description .title .color li {
        padding: 0 10px 0 0
    }

    .product .product-item .items .description .title .color li:last-child {
        padding: 0
    }

    .product .product-item .items .description .title .color li a {
        width: 20px;
        height: 20px
    }

    .product .product-item .items .description .title .color li a:after {
        width: 25px;
        height: 25px
    }

    .product .product-item .items .description .title .memory li {
        margin-right: 4px
    }

    .product .product-item .items .description .title .memory li a {
        width: 50px;
        font-size: 12px;
        line-height: 12px
    }

    /*********************************************************************************************************/
    .product .product-item .items .description .title .attribute li,
    .product .product-item .items .description .title .cpu_cores li,
    .product .product-item .items .description .title .gpu_cores li {
        margin-right: 4px
    }

    .product .product-item .items .description .title .attribute li a,
    .product .product-item .items .description .title .cpu_cores li a,
    .product .product-item .items .description .title .gpu_cores li a {
        width: 60px;
        font-size: 12px;
        line-height: 12px
    }
    /*********************************************************************************************************/

    .product .product-item .items .description .title .attribute li.inactive.available.animate{

    }

    .product .product-item .items .description .title .connectivity li {
        margin-right: 4px
    }

    .product .product-item .items .description .title .connectivity li a {
        width: 50px;
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .title .processor li {
        margin-right: 4px
    }

    .product .product-item .items .description .title .processor li a {
        width: 50px;
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .title .drive li {
        margin-right: 4px
    }

    .product .product-item .items .description .title .drive li a {
        width: 50px;
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .title .ethernet li {
        margin-right: 4px
    }

    .product .product-item .items .description .title .ethernet li a {
        width: 50px;
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .title .graphics li {
        margin-right: 4px
    }

    .product .product-item .items .description .title .graphics li a {
        width: 50px;
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .title .size li {
        margin-right: 4px
    }

    .product .product-item .items .description .title .size li a {
        width: 50px;
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .title .strap li {
        margin: 0
    }

    .product .product-item .items .description .title .strap li a {
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .title .band li {
        margin: 0
    }

    .product .product-item .items .description .title .band li a {
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .title ul li a {
        text-align: center
    }

    .product .product-item .items .description .title .sum-link {
        margin: 0
    }

    .product .product-item .items .description .title .sum-link .link {
        width: 50%
    }

    .product .product-item .items .description .title .sum-link .link .buy {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 2px
    }

    .product .product-item .items .description .title .sum-link .link .buy_pred {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 2px
    }

    .product .product-item .items .description .title .sum-link .link .installments {
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .title .sum-link .sum p {
        line-height: 14px;
        font-size: 14px
    }

    .product .product-item .items .description .title .sum-link .sum p span {
        line-height: 12px;
        font-size: 12px
    }

    .product .product-item .items .description .title .sum-link .sum > span {
        font-size: 12px;
        line-height: 20px
    }

    .product .product-item .items .description .title .sum-link .sum i {
        font-size: 9px;
        line-height: 10px
    }

    .product .product-item .items .description .title-accses .accses {
        text-align: left
    }

    .product .product-item .items .description .title-accses .accses >p {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 7px
    }

    .product .product-item .items .description .title-accses .accses .color >p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px
    }

    .product .product-item .items .description .title-accses .accses .color {
        margin-bottom: 10px
    }

    .product .product-item .items .description .title-accses .accses .color li {
        padding: 0 10px 0 0
    }

    .product .product-item .items .description .title-accses .accses .color li:last-child {
        padding: 0
    }

    .product .product-item .items .description .title-accses .accses .color li a {
        width: 20px;
        height: 20px
    }

    .product .product-item .items .description .title-accses .accses .color li a:after {
        width: 25px;
        height: 25px
    }

    .product .product-item .items .description .title-accses .accses div >p {
        font-size: 14px !important;
        line-height: 18px !important;
        margin-bottom: -2px
    }

    .product .product-item .items .description .title-accses .accses div p {
        padding-top: 4px;
        font-size: 12px;
        line-height: 18px
    }
    .product .product-item .items .description .title-accses .more-prod-but span{
        font-size: 12px;
        line-height: 18px
    }

    .product .product-item .items .description .title-accses .sum-link {
        margin: 0
    }

    .product .product-item .items .description .title-accses .sum-link .link {
        width: 50%
    }

    .product .product-item .items .description .title-accses .sum-link .link .buy {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 2px
    }

    .product .product-item .items .description .title-accses .sum-link .link .buy_pred {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 2px
    }

    .product .product-item .items .description .title-accses .sum-link .link .installments {
        font-size: 12px;
        line-height: 12px
    }

    .product .product-item .items .description .title-accses .sum-link .sum p {
        line-height: 14px;
        font-size: 14px
    }

    .product .product-item .items .description .title-accses .sum-link .sum p span {
        line-height: 12px;
        font-size: 12px
    }

    .product .product-item .items .description .title-accses .sum-link .sum > span {
        font-size: 12px;
        line-height: 20px
    }

    .product .product-item .items .description .title-accses .sum-link .sum i {
        font-size: 9px;
        line-height: 10px
    }

    .product .home .product .menu-desc .header-categories-menu {
        text-align: center;
        padding-bottom: 0
    }

    .product .home .menu-desc .header-categories-menu li a {
        padding: 5px 10px 5px 10px !important
    }

    .product .product .menu-desc .header-categories-menu li.current-menu-parent > a {
        color: #343434;
        background-color: rgba(119, 189, 0, 0.4);
        border-radius: 30px
    }

    .product .product .menu-desc .header-categories-menu li.current-menu-item > a {
        color: #343434;
        background-color: rgba(119, 189, 0, 0.4);
        border-radius: 30px
    }
    .all-product{
        display: flex;
        justify-content: space-between;
    }
    .all-product .filter{
        flex-basis: 30%;
    }
    .all-product .product-items{
        flex-basis: 67%;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
    }
    .all-product .product-item{
        flex-basis: 48%;
        margin-right: 4% !important;
    }
    .all-product .product-item:nth-child(2n){
        margin-right: 0% !important;
    }
    .all-product .filter .filter-open{
        display: none;
    }
    .all-product .filter .filter-cont {
        position: relative;
        width: auto;
        height: auto;
        top: auto;
        left: auto;
        box-shadow: none;
        background: none;
        z-index: 1;
        padding: 0 20px 0 0;
        overflow-y: hidden;
        border-right: 1px solid #E0E0E0;
    }
    .all-product .filter .close {
        display: none;
    }
    .all-product .product-item{
        min-height: 379px;
    }
    .all-product .product-item .sum-link .sum i {
        font-size: 9px;
        line-height: 10px;
    }
    .all-product .product-item.active .features{
        height: fit-content;
    }
    .all-product .filter .filter-section .model{
        max-height: 366px;
    }
    .all-product .filter .filter-section .reset{
        position: absolute;
        left: auto;
        right: 0;
        top: -4px;
        color: #343434;
    }
    .all-product .filter .filter-item .jcf-checkbox {
        width: 21px;
        height: 21px;
        border-radius: 6px;
        margin-right: 6px;
    }
    .all-product .filter .filter-item .jcf-checkbox.jcf-checked span {
        width: 12px;
        height: 10px;
    }
    .all-product .filter .filter-item .color label {
        width: 18px;
        height: 18px;
        margin-left: 5px;
    }
    .all-product .filter .filter-item .color label:after{

        width: 24px;
        height: 24px;
    }
    .all-product .filter .filter-item .color label {
        margin-left: 6px;
    }

    .all-product .filter .filter-item .color label i{
        left: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .all-product .product-item{
        min-height: 379px;
    }
    .all-product {
        margin: 0 100px;
        padding-bottom: 5%;
    }
    .all-product .filter{
        flex-basis: 30%;
    }
    .all-product .filter .price input[type='number'] {
        margin-right: 15px;
    }
    .all-product .product-items{
        flex-basis: 67%;
    }

    .product .menu-desc .header-categories-menu li a {
        font-size: 16px;
        padding: 8px 15px 8px 15px !important
    }

    .product .menu-desc .header-categories-menu li a.active .menu-close {
        width: 26px;
        height: 26px;
        margin-top: -13px
    }

    .product .menu-desc .header-categories-menu.active_parent {
        padding-bottom: 50px
    }

    .product .product-item {
        padding: 0 100px
    }

    .home .menu-desc .header-categories-menu li a {
        padding: 8px 15px 8px 15px
    }
    .all-product .filter .price input[type='number'] {
        width: 70px;
    }

}

@media screen and (min-width: 1280px) {
    .all-product .product-item .product-cont .big-link{
        display:block;
    }
    .all-product .filter .price input[type='number']{
        margin-right: 20px;
    }
    .all-product .filter .price input[type='number']:first-child {
        margin-right: 15px;
    }
    .all-product .product-item{
        min-height: 383.5px;
    }
    .all-product .filter {
        flex-basis: 24%;
    }
    .all-product .product-items {
        flex-basis: 74%;
    }
    .all-product .product-items .product-item {
        flex-basis: 32%;
        margin-right: 2% !important;
    }
    .all-product .product-item:nth-child(2n){
        margin-right: 2% !important;
    }
    .all-product .product-item:nth-child(3n){
        margin-right: 0 !important;
    }
    .product .product-item {
        padding: 0 270px
    }
    .product .product-item .items.left .description {
        width: 60%
    }
    .product .product-item .items.right .description {
        width: 58%
    }
    .all-product .product-item .name {
        height: 65px;
        overflow:visible;
    }
}

@media screen and (min-width: 1360px)  {
    .all-product .product-item{
        min-height: 388.5px;
    }
    .product .product-item {
        padding: 0 285px
    }
    .all-product .product-items .product-item {
        flex-basis: 32%;
    }
    .all-product{
        margin: 0 150px
    }
    .product .product-item .items.right .description {
        width: 65%
    }

    .product .product-item .items.right .description .title {
        width: 58%
    }

    .product .product-item .items.right .description .model {
        width: 40%;
        margin-left: 2%
    }

    .product .product-item .items.right .description .model .model-item li ul li a {
        width: 85%
    }
}

@media screen and (min-width: 1400px) {
    .all-product .product-item{
        min-height: 393.5px;
    }
    .all-product .product-items .product-item {
        flex-basis: 32%;
    }
}
.filter-section.chosen-items{
    display:none;
}
/* new design */
@media screen and (max-width: 767px) {
    .all-product .product-item{
        min-height: fit-content !important;
    }
    .all-product .product-item .product-cont{
        position:relative;
    }
    .all-product .product-item .features {
        height: fit-content;
    }
    .all-product .product-item .features ul{
        columns:2;
    }
    .all-product .product-item .features ul li{
        display: inline-block;
        min-width: 100%;
    }
}
