

/* Start:/local/templates/kitchen_copy/NEWS_CLEAN/justified/jquery.justified.css?1738417814194*/
.image-container{
    position: relative;
}
.photo-container{
    float: left;
    position: relative;
    overflow: hidden;
}
.image-thumb{
    position: relative;
    background-color: #eee;
}
/* End */


/* Start:/local/templates/kitchen_copy/libs/css/?17384178144096*/

/* End */


/* Start:/local/templates/kitchen_copy/css/jquery.fancybox.css?173841781417412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1;
}

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

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

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

/* Buttons */

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

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

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

.fancybox-button:focus {
    outline: none;
}

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

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

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

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

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

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

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

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

/* Close button on the top right corner of html content */

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

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

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

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

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

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

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

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

/* Loading indicator */

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

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/kitchen_copy/css/fonts.css?17384178141856*/
@font-face {
    font-family: "SourceSansPro";
    src: url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Light.eot");
    src: url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"),
    /* url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Light.woff") format("woff"), */
    url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Light.otf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Regular.eot");
    src: url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"),
    /* url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Regular.woff") format("woff"), */
    url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Regular.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Semibold.eot");
    src: url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"),
    /* url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Semibold.woff") format("woff"), */
    url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Semibold.otf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Bold.eot");
    src: url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"),
    /* url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Bold.woff") format("woff"), */
    url("/local/templates/kitchen_copy/css/../fonts/SourceSansPro-Bold.otf");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Mariupol";
    src: url("/local/templates/kitchen_copy/css/Mariupol-Medium.ttf");
    font-style: normal;
    font-weight: bold;
}

@font-face { 
    font-family: "MariupolMedium";
    src: url("/local/templates/kitchen_copy/css/../fonts/MariupolMedium.eot");
    src: url("/local/templates/kitchen_copy/css/../fonts/MariupolMedium.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/kitchen_copy/css/../fonts/MariupolMedium.woff") format("woff"),
    url("/local/templates/kitchen_copy/css/../fonts/MariupolMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
/* End */


/* Start:/local/templates/kitchen_copy/css/flexslider.css?17384178143440*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {/*width: 100%;*/ display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px; background: none; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
/*.loading .flex-viewport {max-height: 300px;}*/
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 0;  }
.flex-direction-nav .flex-prev {}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {}
.flex-direction-nav .flex-disabled {opacity: .0!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/* End */


/* Start:/local/templates/kitchen_copy/css/ezmark.css?1738417814888*/
/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: #d8d8d8 url('/local/templates/kitchen_copy/css/../img/check2.png') 0 0px no-repeat;
	display:inline-block;
	width: 14px;
	  height: 14px;
	  border-radius: 2px;
	  margin-right:17px;
	vertical-align:middle; background-position: 0px 0px; 
}

.ez-radio {
	background: transparent url('/local/templates/kitchen_copy/css/../img/radio.png') 0px 0px no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	
	
	z-index:4;
	position:relative;
	
}


.ez-checked { background-position: 0px -14px; }
.ez-selected { background-position: 0px -20px; }


.ez-checkbox-green {
	background: transparent url('/local/templates/kitchen_copy/css/../img/filter_checkbox.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 8px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:17px; }

/* End */


/* Start:/local/templates/kitchen_copy/css/jquery.selectBox.css?17384178144325*/
/* Dropdown control */
.selectBox-dropdown {
	
	display:block;
	float:left;width:232px;
	height:42px;padding:0 0px;
	border:0;outline:none;
	box-sizing:border-box;
	background:#fff;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;
		    
    position: relative;
    
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    
    outline: none;
   
    cursor: default;
	/*font-family:'Roboto';*/
}

.form_div .form_block_select .selectBox-dropdown {width:123px;float:left;margin-right:30px;}
.form_div .form_block_select .selectBox-dropdown:last-child {margin-right:0;float:right;}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 11px 0px 0 15px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
	font-size: 14px;color:#000;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0px;
    right: 0;
    width: 45px;
    height: 100%;
    background: url(/local/templates/kitchen_copy/css/../img/arrow_down.png) center center no-repeat;
    border-left: 0;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    /*background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	
	min-width: 165px;
	font-size:14px;
	background:#d2dbdb;
	color:#696969;

}

/* Inline control */
.selectBox-inline {
    min-width: 165px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
	
	
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
font-size:14px;
background:#d2dbdb;
color:#696969;
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

/* End */


/* Start:/local/templates/kitchen_copy/css/animate.css?173841781473864*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * 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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  from, 50%, to {
    opacity: 1;
  }

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

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

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

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

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

@-webkit-keyframes pulse {
  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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

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

  to {
    -webkit-transform: 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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

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

  to {
    -webkit-transform: 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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

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

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: 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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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;
}

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

@-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 {
  from, 11.1%, 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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, 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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

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

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

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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;
}

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

@-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;
}

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

@-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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

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

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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;
}
header .inner_header {
	padding-top: 0px!important;
	padding-bottom: 0!important;
}
.mi_head {
	display: none;
}
.header_right {
	display: flex!important;
	align-items: center;
    box-sizing: border-box;
}
.header_right .header_right_contacts {
	width: 100%;
}
.header_right a.button {
	order: -1;
	width: 100%;
}
.header_right.clearfix:after {
	width: 0;
}
header .inner_header {
	display: flex!important;
	justify-content: space-between;
}
header .inner_header.clearfix:after {
	width: 0;
}
header .logo {
	padding: 5px 0;
	width: 100px;
	margin-rigth:20px;
	margin-top: 0;
}
.header_menu_wrap {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1100px) {
	header .inner_header {
		padding-top: 45px!important;
	}
}
@media screen and (max-width: 750px) {
	.header_right a.button {
		order: 1;
		font-size: 12px;
	}
	header .inner_header {
		padding-top: 45px!important;
	}
	header .logo {
		min-width: 80px!important;
  	    max-width: 80px!important;
	}
	header .header_right {
		flex-direction: column;
		width: calc(100% - 80px);
		padding-bottom: 10px;
	}
}
.material-item.case-filter-submit {
  background-color: #009246!important;
}
.material-item.case-filter-submit:hover {
  opacity: 0.7;
}
.material-item.case-filter-submit .material-text {
 color: #fff!important;
}
.material-item.openBtn {
  background-color: #009246!important;
}
.material-item.openBtn  .material-text {
  color: #fff!important;
}
.material-item.openBtn:hover {
  opacity: .7;
}
@media screen and (max-width: 750px) {
  .city_contacts_panel a {
    font-size: 20px!important;
    font-weight: 700;
  }
}
/* End */


/* Start:/local/templates/kitchen_copy/css/style.css?1755939854115947*/
* {
    margin: 0;
    padding: 0;
}

a {
    color: #ce2b37;
}

.our_works_div a {
    text-decoration: none;
}

p {
    -webkit-text-size-adjust: none !important;
    padding: 0;
    margin: 0;
}

a img {
    border: 0;
}

input[type='submit']:hover {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

.cleared {
    clear: both;
}

/*form label.error {display:none !important;}*/
.clearfix:after {
    content: " ";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.mob, .hide {
    display: none;
}

label.error {
    display: none !important;
}

.footer_menu_mobile {
    display: none;
}

#sr_line {
    width: 80%;
    height: 40px;
    border: 1px solid #0f9951;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 20px;
    padding-left: 20px;
}

.sr_btn {
    transition: 1s;
}

.search-page a {
    font-size: 20px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.search-page p, .search-page small {
    margin: 10px !important;
}

.search-page small a {
    color: #009246;
    font-size: 14px;
}

.sr_btn:hover {
    background: #009246;
    color: #FFF;
}

body {
    overflow-x: hidden;
    font-family: "SourceSansPro";
    min-width: 320px;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.container {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}

.inner_section {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

header {
    clear: both;
    position: relative; /*position:absolute;width:100%;top:0px;height:100px;left:0;*/
    background: #fff;
    box-sizing: border-box;
    z-index: 99;
}

header .inner_header {
    box-sizing: border-box;
    position: relative;
    padding-top: 30px;
    padding-bottom: 26px;
}

.header_top_menu {
    width: 580px;
    max-width: 100%;
    float: left;
}

.header_top_menu > ul {
    list-style: none;
    text-align: center;
    margin: 0;
}

.header_top_menu > ul > li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.header_top_menu > ul > li > a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 0px 23px 0px 23px;
    line-height: 19px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-transform: none;
    position: relative;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header_top_menu > ul > li:first-child > a {
    padding-left: 0;
}

.header_top_menu > ul > li > a:hover {
    text-decoration: underline;
}

.header_top_right {
    width: 180px;
    float: right;
}

.social {
}

.social a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.social img {
    display: block;
    max-width: 100%;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.social img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.header_top_right .social {
    text-align: left;
    float: left;
    height: 19px;
    margin-top: -2px;
}

.header_search {
    width: 80px;
    float: right;
    position: relative;
}

.header_search input[type="text"] {
    float: left;
    width: 55px;
    height: 19px;
    background: none;
    border: 0;
    outline: none;
    padding: 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.header_search input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.header_search input[type="text"]:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.header_search input[type="submit"] {
    display: block;
    float: left;
    width: 25px;
    height: 19px;
    outline: none;
    border: 0;
    background: url(/local/templates/kitchen_copy/css/../img/search.png) no-repeat 0 center;
}

.header_search input[type="submit"]:hover {
    opacity: 0.7;
    cursor: pointer;
}

.header_search:hover input[type="submit"] {
    opacity: 0.7;
    cursor: pointer;
}

a.search_toggler {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    text-decoration: none;
}

.search_panel_block {
    position: fixed;
    background: #fff;
    height: 40px;
    padding: 70px 0;
    left: 0;
    width: 100%;
    z-index: 100;
    margin-top: -570px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(221, 221, 221, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.search_panel_block.active {
    margin-top: -30px;
}

.search_panel_block input[type="text"] {
    display: block;
    float: left;
    outline: none;
    background: none;
    height: 40px;
    width: 800px;
    max-width: 100%;
    border: 0;
    font-family: SourceSansPro;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.search_panel_block input[type="text"]::-webkit-input-placeholder {
    font-size: 32px;
    color: #000;
    font-family: SourceSansPro;
}

.search_panel_block input[type="text"]:-moz-placeholder {
    font-size: 32px;
    color: #000;
    font-family: SourceSansPro;
}

body .search_panel_block input[type="submit"], .sr_btn {
    display: block;
    margin-right: 40px;
    float: right;
    outline: none;
    background: none;
    border: 0;
    width: 126px;
    height: 40px;
    border-radius: 30px;
    border: solid 1px #009246;
    font-family: SourceSansPro;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #009246;
}
body .search_panel_block input[type="submit"]{
    float: unset;
    margin-left: 40px;
}
body .search_panel_block input[type="submit"]:hover {
    background: #009246;
    color: #fff;
}

.search_panel_block a.close_a {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 13px;
    height: 13px;
    margin: -6px 0 0 -6px;
}

.search_panel_block a.close_a img {
    display: block;
    width: 13px;
    height: 13px;
}

.header_top {
    height: 40px;
    background-image: linear-gradient(to right, #00c47c, #009246);
    padding-top: 10px;
    box-sizing: border-box;
}

.header_top .inner_section {
}

.logo {
    width: 198px;
    float: left;
    margin-top: -8px;
}

.logo a {
    display: block;
    text-decoration: none;
}

.logo img {
    display: block;
    max-width: 100%;
    width: 174px;
    margin: 0 auto;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.logo:hover img {
    -moz-filter: contrast(110%);
    -webkit-filter: contrast(110%);
    filter: contrast(110%);
}

/*noinspection ALL*/
.logo:hover img {
    -ms-filter: contrast(110%);
}

.header_right {
    width: 446px;
    float: right;
    max-width: 100%;
}

.header_right_contacts {
    float: right;
    width: 190px;
    text-align: right;
    padding-top: 2px;
}

.header_right_contacts p.note {
    font-size: 10px;
    display: block;
    color: #9b9b9b;
}

a.header_phone {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    text-decoration: none;
    padding-left: 21px;
    background: url(/local/templates/kitchen_copy/css/../img/phone-icon.svg) no-repeat 0 center;
}

a.header_phone:hover {
    color: #222;
}

a.button {
    width: 245px;
    height: 42px;
    line-height: 40px;
    max-width: 100%;
    background: none;
    display: block;
    font-size: 14px;
    color: #000;
    color: #009246;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    border: solid 1px #009246;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

a.button:hover {
    background-color: #009246;
    color: #fff;
}

.header_right a.button {
    float: left;
}

.header_menu_wrap {
    width: 523px;
    margin: 0 0;
    font-size: 0;
    padding-top: 0px;
    float: left;
    max-width: 100%;
}

.header_menu {
}

.header_menu > ul {
    list-style: none;
    text-align: center;
    margin: 0;
}

.header_menu > ul > li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.header_menu > ul > li > a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 0px 15px 0px 15px;
    line-height: 44px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: none;
    position: relative;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.header_menu > ul > li:first-child > a {
    padding-left: 0;
}

.header_menu > ul > li:last-child > a {
    padding-right: 0;
}

.header_menu > ul > li > a:hover {
    color: #009246;
    text-decoration: underline;
}

.header_menu > ul > li.active > a {
    color: #009246;
    text-decoration: underline;
}

nav.header_menu > ul > li > ul {
    margin-top: 0px;
    background: #fff;
    z-index: 98;
    width: 175px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px 0px #e0e0e0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

nav.header_menu > ul > li:hover > ul {
    display: block;
}

nav.header_menu > ul > li > ul > li {
    text-align: left;
    padding-bottom: 0px;
    border-bottom: solid 1px #dddddd;
    position: relative;
}

nav.header_menu > ul > li > ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 2.86;
    text-align: left;
    color: #000000;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    position: relative;
}

nav.header_menu > ul > li > ul > li > a:after {
    content: " ";
    display: none;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 5px;
    height: 12px;
    background: url(/local/templates/kitchen_copy/css/../img/arrow_right.png) no-repeat center center;
}

nav.header_menu > ul > li > ul > li:hover > a {
    background-color: #f8f8f8; /*text-decoration:underline;*/
}

nav.header_menu > ul > li > ul > li.active > a {
    background-color: #f8f8f8; /*text-decoration:underline;*/
}

nav.header_menu > ul > li > ul > li.has_ul > a:after {
    display: block;
}

nav.header_menu > ul > li > ul > li > ul {
    transform: translateY(-50%);
    margin-top: 20px;
    background: #fff;
    z-index: 98;
    width: 195px;
    position: absolute;
    top: 0%;
    left: 100%;
    display: none;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px 0px #e0e0e0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

nav.header_menu > ul > li > ul > li:hover > ul {
    display: block;
}

nav.header_menu > ul > li > ul > li > ul > li {
    text-align: left;
    padding-bottom: 0px;
    border-bottom: solid 1px #dddddd;
    position: relative;
}

nav.header_menu > ul > li > ul > li > ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 2.86;
    text-align: left;
    color: #000000;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    position: relative;
}

nav.header_menu > ul > li > ul > li > ul > li > a:after {
    content: " ";
    display: none;
    position: absolute;
    right: 20px;
    top: 8px;
    width: 5px;
    height: 12px;
    background: url(/local/templates/kitchen_copy/css/../img/arrow_right.png) no-repeat center center;
}

nav.header_menu > ul > li > ul > li > ul > li:hover > a {
    background-color: #f8f8f8; /*text-decoration:underline;*/
}

nav.header_menu > ul > li > ul > li > ul > li.active > a {
    background-color: #f8f8f8; /*text-decoration:underline;*/
}

.section {
    clear: both;
    position: relative;
}

.main {
    clear: both;
    position: relative;
    padding-bottom: 0px;
}

.section p.section_title {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    padding-bottom: 0;
    margin-bottom: 30px;
    position: relative;
}

.section p.section_title span {
    position: relative;
    z-index: 3;
}

.top_banner_section {
    position: relative;
    overflow: visible;
    z-index: 3;
}

.top_banner_slider ul.slides > li {
    height: 585px;
    background: url(/local/templates/kitchen_copy/css/../img/slide11.jpg) no-repeat center 0;
    background-size: cover;
    display: flex !important;
}

.top_banner_slider ul.slides > li .inner_section {
    height: 100%;
    position: relative;
}

.top_banner_slider_div {
    text-align: center;
    width: 380px;
    height: 280px;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -190px;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.9);
    background: url(/local/templates/kitchen_copy/css/../img/bg_shape.svg) no-repeat 0 0;
    box-sizing: border-box;
}

.top_banner_slider_div p {
    display: block;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #000000;
    padding-bottom: 24px;
}

.top_banner_slider_div p.title {
    padding: 0px 0 5px 0;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    position: relative;
}

.top_banner_slider_div p.title a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.top_banner_logo {
    margin: 0 auto 16px;
}

.top_banner_logo img {
    display: block;
    max-width: 100%;
    margin: 0 auto 0px;
}

.top_banner_slider_div a.button {
    margin: 0 auto;
    border: solid 1px #009246;
    height: 62px;
    line-height: 60px;
    color: #009246;
    font-size: 14px;
    font-weight: bold;
}

.top_banner_slider_div a.button:hover {
    background: #009246;
    color: #fff;
}

.top_banner_slider .flex-direction-nav a {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin: 0px 0 125px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all .3s ease;
}

.top_banner_slider .flex-direction-nav a {
    /*noinspection CssInvalidPropertyValue*/
    background-color: none;
}

.top_banner_slider .flex-direction-nav .flex-next {
    background-image: url(/local/templates/kitchen_copy/css/../img/next1.png);
    background-position: center center;
    margin-left: 175px;
}

.top_banner_slider .flex-direction-nav .flex-prev {
    background-image: url(/local/templates/kitchen_copy/css/../img/prev1.png);
    background-position: center center;
    margin-left: -206px;
}

.top_banner_slider .flex-direction-nav a:hover {
    opacity: 0.8;
}

.top_banner_slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 90px;
    text-align: center;
}

.top_banner_slider .flex-control-nav li {
    margin: 0 25px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.top_banner_slider .flex-control-paging li a {
    width: 18px;
    height: 18px;
    display: block;
    background: none;
    cursor: pointer;
    border: 1px solid #fff;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
}

.top_banner_slider .flex-control-paging li a:hover {
    background: #fff;
}

.top_banner_slider .flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
}

.kitchen_mini_form_section {
    position: relative;
    z-index: 5;
    padding-top: 30px;
    min-height: 100px;
    box-sizing: border-box;
    height: 100px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
}

.kitchen_mini_form_section .inner_section {
}

.kitchen_mini_form_left {
    width: 450px;
    max-width: 100%;
    float: left;
}

.kitchen_mini_form_left img {
    display: block;
    max-width: 100%;
    position: absolute;
    left: -35px;
    top: -46px;
    z-index: 4;
}

.kitchen_mini_form_left p.title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    display: block;
    padding-left: 122px;
}

.the_form {
    width: 500px;
    box-sizing: border-box;
    max-width: 100%;
}

.the_form p.form_title {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    padding-bottom: 23px;
    padding-top: 23px;
}

.the_form .the_form_div {
    position: relative;
}

.the_form .the_form_div label {
    display: block;
    font-size: 12px;
    color: #000;
}

.the_form .the_form_div input[type="text"] {
    display: block;
    width: 270px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #9b9b9b;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    outline: none;
    box-sizing: border-box;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.the_form .the_form_div input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #9b9b9b;
    font-weight: 300;
}

.the_form .the_form_div input[type="text"]:-moz-placeholder {
    font-size: 14px;
    color: #9b9b9b;
    font-weight: 300;
}

.the_form .the_form_div input[type="email"] {
    display: block;
    width: 270px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #9b9b9b;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    outline: none;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.the_form .the_form_div input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #9b9b9b;
    font-weight: 300;
}

.the_form .the_form_div input[type="email"]:-moz-placeholder {
    font-size: 14px;
    color: #9b9b9b;
    font-weight: 300;
}

.the_form .the_form_div input[type="submit"] {
    position: relative;
    z-index: 4;
    display: block;
    width: 270px;
    text-transform: uppercase;
    height: 40px;
    outline: none;
    background: none;
    border-radius: 30px;
    border: solid 1px #009246;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #009246;
}

.the_form .the_form_div input[type="submit"]:hover {
    background-color: #009246;
    color: #fff;
}

.kitchen_mini_form_right {
    width: 578px;
    float: right;
}

.the_form.mini_form {
    background: none;
    width: 100%;
}

.the_form.mini_form .the_form_div {
    width: 176px;
    float: left;
}

.the_form.mini_form .the_form_div.the_form_div_text_and_submit {
    width: 370px;
    margin-right: 30px;
    max-width: 100%;
    float: left;
}

.the_form.mini_form .the_form_div.the_form_div_text_and_submit input[type="text"] {
    float: left;
    width: 370px;
    height: 40px;
    padding-right: 125px;
    font-family: "SourceSansPro";
}

.the_form.mini_form .the_form_div.the_form_div_text_and_submit input[type="submit"] {
    width: 111px;
    float: left;
    margin-left: -112px;
    font-family: "SourceSansPro";
}

.the_form.mini_form .the_form_div.the_form_div_accept {
}

.the_form.mini_form .the_form_div.the_form_div_accept label {
    display: block;
    margin: 0;
    padding: 0;
}

.the_form.mini_form .the_form_div.the_form_div_accept input[type="checkbox"] {
    margin-right: 17px;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.the_form.mini_form .the_form_div.the_form_div_accept label span {
    display: inline-block;
    vertical-align: middle;
    width: 145px;
    font-size: 10px;
    text-align: left;
    color: #000000;
}

.the_form.mini_form .the_form_div.the_form_div_accept label span a {
    text-decoration: none;
    color: #ce2b37;
}

.the_form.mini_form .the_form_div.the_form_div_accept label span a:hover {
    text-decoration: underline;
}

.glav_variants_section {
}

.glav_variants_section .inner_section {
    padding: 60px 0 30px 0;
}

.glav_variants_grid {
    text-align: left;
    font-size: 0;
}

.glav_variants_div {
    width: 370px;
    height: 270px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.glav_variants_div:nth-child(3n+3) {
    margin-right: 0;
}

.glav_variants_div:hover {
}

.glav_variants_div .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.glav_variants_div .img img {
    display: block;
    width: 100%;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.glav_variants_div:hover .img img {
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025); /*-ms-filter:contrast(130%);-webkit-filter:contrast(130%);-moz-filter:contrast(130%);filter:contrast(130%);*/
}

.glav_variants_div .caption {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.glav_variants_div .caption p {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 33px;
    border-radius: 1px;
    /* background: rgba(200, 200, 200, 0.7); */
    background: rgb(82 82 82 / 70%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.glav_variants_div:hover .caption p {
    background: rgba(200, 200, 200, 0.2);
}

a.ref {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.glav_cat_section {
}

.glav_cat_section .inner_section {
}

.the_section_head {
}

.the_section_head p.section_title {
    text-decoration: none;
    line-height: 50px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.the_section_head p.section_title span {
    display: inline-block;
    position: relative;
}

.the_section_head p.section_title a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.the_section_head p.section_title span:after {
    content: " ";
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.the_section_head p.section_title:hover span:after {
    opacity: 0;
}

.the_section_head p.section_title:hover {
    text-decoration: none;
    color: #009246;
}

.the_section_head p.section_title a {
    color: #000;
    text-decoration: none;
}

.the_section_head p.section_title a:hover {
    text-decoration: none;
    color: #009246;
}

.glav_cat_slider {
    width: 1200px; /*max-width:100%;*/
    margin-left: -15px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 30px
}

.border_bottom0 {
    border: 0 !important;
}

.glav_cat_slider ul.slides > li {
    padding-bottom: 20px;
    /*margin-right: 10px;*/
}
.tops {
    margin-right: 10px;
}
@media (max-width:600px) {
    .tops {
        margin-right: 0;
    }
}

.glav_cat_div {
    width: 100%;
}

.glav_cat_div .img {
    height: 270px;
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.glav_cat_div .img img {
    display: block;
}

.glav_cat_div .caption {
    font-size: 0px;
    width: 90%;
    height: 240px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    position: absolute;
    top: 5%;
    left: 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.glav_cat_div .img:hover .caption {
    opacity: 1;
}

.glav_cat_div .caption em {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
}

.glav_cat_div .caption .caption_inner {
    width: 99%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}

.glav_cat_div .caption p.more {
    display: block;
    padding: 0;
    padding-top: 45px;
    background: url(/local/templates/kitchen_copy/css/../img/more.png) no-repeat center 0;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.glav_cat_div .text {
}

.glav_cat_div .text p {
    display: block;
    font-size: 10px;
    text-align: left;
    color: #9b9b9b;
}

.glav_cat_div .text p a {
    color: #000;
    text-decoration: none;
}

.glav_cat_div .text p a:hover {
    color: #777;
}

.glav_cat_div .text p.category {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    padding-bottom: 0px;
}

.glav_cat_div .text p.title {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    line-height: 27px;
    min-height: 55px;
    padding-bottom: 0px;
    font-weight: bold;
}

.glav_cat_div .the_price {
    padding: 5px 0 0px 0;
    border-top: solid 1px #dddddd;
    margin-bottom: 12px;
}

.glav_cat_div .text .the_price p {
    padding-bottom: 0px;
}

.glav_cat_div .text .the_price p.price {
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
    position: relative;
}

.glav_cat_div .text .the_price p.price:after {
    display: block;
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 2px;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
}

.glav_cat_div .text .the_price p.old_price {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    text-decoration: line-through;
    color: #9b9b9b;
}

.glav_cat_div .text .the_price p.discount {
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: url(/local/templates/kitchen_copy/css/../img/discount.png) no-repeat;
}

.glav_cat_div .text a.button {
    width: 107px;
    height: 30px;
    line-height: 28px;
    margin: 0 0;
    font-size: 14px;
    border-color: #009246;
    color: #009246;
    border-radius: 30px;
    border: solid 1px #009246;
}

.glav_cat_div .text a.button:hover {
    background: #009246;
    color: #fff;
}

.glav_cat_slider .flex-direction-nav a {
    width: 30px;
    height: 30px;
    /*noinspection CssInvalidPropertyValue*/
    background-color: none;
    background-repeat: no-repeat;
    margin: -50px 0 0px;
    display: block;
    position: absolute;
    top: auto;
    top: 0;
    left: auto;
    right: 0;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all .3s ease;
}

.glav_cat_slider .flex-direction-nav .flex-next {
    background-image: url(/local/templates/kitchen_copy/css/../img/next.png);
    background-position: center center;
    margin-right: 0px;
}

.glav_cat_slider .flex-direction-nav .flex-prev {
    background-image: url(/local/templates/kitchen_copy/css/../img/prev.png);
    background-position: center center;
    margin-right: 50px;
}

.glav_cat_slider .flex-direction-nav a:hover {
    opacity: 0.8;
}

.middle_order_section {
    background: url(/local/templates/kitchen_copy/css/../img/middle_block_bg.png) no-repeat center 0;
    height: 340px;
    margin-bottom: 70px;
}

.middle_order_section .inner_section {
    height: 100%;
}

.middle_order_left {
    width: 400px;
    float: left;
    max-width: 100%;
    padding-top: 40px;
}

.middle_order_left p {
    font-size: 16px;
    text-align: left;
    color: #000000;
    display: block;
    padding-top: 38px;
    background: url(/local/templates/kitchen_copy/css/../img/info.svg) no-repeat 0 0;
}

span.underline {
    text-decoration: underline;
}

.middle_order_right {
    height: 100%;
    width: 610px;
    float: right;
    background: #314153;
    max-width: 100%;
    padding-left: 125px;
    box-sizing: border-box;
    position: relative;
}

.middle_order_right:before {
    content: " ";
    display: block;
    width: 274px;
    height: 441px;
    max-width: 100%;
    background: url(/local/templates/kitchen_copy/css/../img/ruler.png) no-repeat center 0;
    position: absolute;
    top: -23px;
    left: -133px;
    z-index: 1;
}

.middle_order_right p.title {
    display: block;
    font-size: 30px;
    padding-top: 45px;
    line-height: 38px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 30px;
    color: #ffffff;
}

.the_form.mini_form.mini_form_mark2 {
}

.the_form.mini_form.mini_form_mark2 .the_form_div.the_form_div_text_and_submit {
    margin-bottom: 20px;
}

.the_form.mini_form.mini_form_mark2 .the_form_div.the_form_div_text_and_submit input[type="text"] {
}

.the_form.mini_form.mini_form_mark2 .the_form_div.the_form_div_text_and_submit input[type="submit"] {
    color: #fff;
    background-color: #009246;
    margin-left: -111px;
}

.the_form.mini_form.mini_form_mark2 .the_form_div.the_form_div_text_and_submit input[type="submit"]:hover {
    background-color: #20b266;
}

.the_form.mini_form.mini_form_mark2 .the_form_div.the_form_div_accept {
    width: 340px;
    max-width: 100%;
    margin-bottom: 20px;
}

.the_form.mini_form.mini_form_mark2 .the_form_div.the_form_div_accept label span {
    color: #fff;
    width: 300px;
}

.the_form.mini_form.mini_form_mark2 .the_form_div.the_form_div_accept label a {
    color: #eee;
}

.the_form.mini_form.mini_form_mark2 .the_form_div.the_form_div_accept .ez-checkbox {
    background: #bb2e39 url('/local/templates/kitchen_copy/css/../img/check3.png') 0 0px no-repeat;
    width: 14px;
    height: 14px;
    margin-right: 17px;
    background-position: 0px 0px;
}

.the_form.mini_form.mini_form_mark2 .the_form_div.the_form_div_accept .ez-checkbox.ez-checked {
    background-position: 0 -14px;
}

.middle_order_right .the_form.mini_form.mini_form_mark2 {
    position: relative;
    z-index: 5;
}

.glav_news_section {
    padding: 30px 0 50px 0;
    background-color: #f1f2f1;
}

.glav_news_section .inner_section {
    padding-top: 0;
    padding-bottom: 0;
}

.glav_news_block {
}

.glav_news_block_col {
    float: left;
    width: 570px;
    max-width: 100%;
    text-align: justify;
    font-size: 0;
}

.glav_news_block_col:after {
    content: " ";
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
}

.glav_news_block_col:nth-child(even) {
    float: right
}

.glav_news_block .glav_news_div {
    background: #fff;
    margin-bottom: 30px;
    width: 270px;
    display: inline-block;
    font-size: 14px;
}

.glav_news_block .glav_news_div_wide {
    width: 100%;
}

.glav_news_block .glav_news_div .img {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.glav_news_block .glav_news_div .img img {
    display: block;
    width: 100%;
}

.glav_news_block .glav_news_div .text {
    padding-left: 14px;
    box-sizing: border-box;
}

.glav_news_block .glav_news_div .text p.title {
    display: block;
    font-size: 14px;
    line-height: 19px;
    min-height: 39px;
    font-weight: bold;
    text-align: left;
    color: #000000;
}

.glav_news_block .glav_news_div .text p.title a {
    color: #000;
    text-decoration: none;
}

.glav_news_block .glav_news_div .text p.title a:hover {
    color: #4a90e2;
    text-decoration: underline;
}

.glav_news_block .glav_news_div .text p.date {
    padding-bottom: 11px;
    font-size: 12px;
    text-align: left;
    color: #000000;
    line-height: 15px;
    display: block;
}

.glav_news_block .glav_news_div.glav_news_div_wide .text p.title {
    min-heigth: 60px;
}

.glav_news_block .glav_news_div.glav_news_div_wide .text p.date {
    padding-bottom: 22px;
}

.glav_news_block .glav_news_div.glav_news_div_wide .text {
    padding-left: 28px;
}

.glav_news_block .glav_news_div.glav_news_div_wide .img {
    height: 450px;
    margin-bottom: 24px;
}

.profit_section {
    margin-bottom: 90px;
}

.profit_section .inner_section {
    padding-top: 70px;
}

.profit_section_left {
    width: 570px;
    max-width: 100%;
    box-sizing: border-box;
    float: left;
}

.profit_section_right {
    min-height: 380px;
    width: 570px;
    max-width: 100%;
    box-sizing: border-box;
    float: right;
    background-color: #7abf38;
    padding-left: 47px;
    position: relative;
}

.toggling_text {
    overflow: hidden;
}

.toggling_text.active {
    height: initial !important;
}

.profit_section .toggling_text {
    margin-bottom: 20px;
}

.profit_section .toggling_text p {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 19px;
    padding-bottom: 19px;
}

.profit_section .toggling_text p.title {
    line-height: 38px;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    color: #000000;
}

a.toggling_a {
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    line-height: 18px;
    color: #9b9b9b;
    display: block;
}

a.toggling_a span {
    display: inline-block;
    padding-right: 20px;
    background: url(/local/templates/kitchen_copy/css/../img/arrow_down.png) no-repeat right center;
}

a.toggling_a.active span {
    background: url(/local/templates/kitchen_copy/css/../img/arrow_up.png) no-repeat right center;
}

.profit_section_right .img {
    position: absolute;
    left: 210px;
    top: 0;
}

.profit_section_right .img img {
    display: block;
}

.profit_section_right .text {
    padding-top: 35px;
}

.profit_section_right .text p {
    font-size: 16px;
    letter-spacing: -0.2px;
    text-align: left;
    width: 160px;
    display: block;
    color: #ffffff;
    padding-bottom: 20px;
}

.profit_section_right .text p.title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.4px;
    text-align: left;
    color: #ffffff;
    padding-bottom: 20px;
    letter-spacing: normal;
}

a.button.download_button {
    width: 130px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    border: solid 1px #ffffff;
}

a.button.download_button:hover {
    background: #fff;
    color: #7abf38;
}

.download_note {
    opacity: 0.41;
    font-size: 10px;
    padding-top: 9px;
    color: #ffffff;
    display: block;
    width: 130px;
    text-align: center;
}

.pre_footer_section {
    height: 50px;
    background-image: linear-gradient(to right, #b4ec51, #429321);
}

.pre_footer_section .inner_section {
}

.pre_footer_left {
    width: 240px;
    float: left;
}

.pre_footer_left p {
    display: block;
    padding: 13px 0 10px 93px;
    background: url(/local/templates/kitchen_copy/css/../img/pre_footer_icon.png) no-repeat 0 0;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}

.pre_footer_center {
    width: 680px;
    float: left;
    max-width: 100%;
    padding-top: 16px;
    text-align: center;
}

.pre_footer_center p {
    color: #ffffff;
    font-size: 14px;
}

.pre_footer_center p span {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.pre_footer_right {
    width: 206px;
    padding-top: 8px;
    float: right;
}

.pre_footer_right a.button.order_button {
    margin: 0 0;
    width: 146px;
    height: 34px;
    line-height: 34px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: solid 1px #ededed;
    background: none;
    color: #ededed;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.pre_footer_right a.button.order_button:hover {
    background: #ededed;
    color: #429321;
}

footer {
    clear: both;
    position: relative;
    padding: 62px 0 0px 0;
    background: #fff;
}

footer p {
    font-size: 14px;
    color: #000;
    display: block;
    padding-bottom: 18px;
}

.footer_left {
    width: 700px;
    max-width: 100%;
    float: left;
}

.logo_footer {
    padding: 0 0 55px 0;
    width: 200px;
}

.logo_footer a {
    text-decoration: none;
}

.logo_footer img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.logo_footer span {
}

.footer_menu {
    padding-top: 0px;
    padding-bottom: 15px;
    font-size: 0;
}

.footer_menu .footer_menu_div {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.footer_menu .footer_menu_div:nth-child(1) {
    width: 270px;
}

.footer_menu .footer_menu_div:nth-child(2) {
    width: 230px;
}

.footer_menu .footer_menu_div > ul {
    list-style: none;
    font-size: 0;
}

.footer_menu .footer_menu_div > ul > li {
    display: block;
}

.footer_menu .footer_menu_div > ul > li.has_ul {
}

.footer_menu .footer_menu_div > ul > li > a {
    display: block;
    padding: 0 0px 0px 0;
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #000000;
    position: relative;
    color: #000000;
    text-decoration: none;
}

.footer_menu .footer_menu_div > ul > li > a:hover {
    color: #ce2b37;
}

footer .footer_contacts {
    clear: both;
}

footer .footer_contacts p {
    font-size: 10px;
    text-align: left;
    color: #b3b3b3;
    display: block;
    padding-bottom: 30px;
    padding-left: 27px;
}

footer .footer_contacts p b {
    font-weight: bold;
}

footer .footer_contacts p a.phone {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #000000;
    display: block;
}

.c_left a.phone {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #000000;
    display: block;
}

a.callback_ref {
    margin-bottom: 38px;
    display: block;
    padding-left: 27px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #ce2b37;
    background: url(/local/templates/kitchen_copy/css/../img/tel1.svg) no-repeat 0 center;
    background-size: 15px 15px;
}

footer p.adress {
    font-size: 14px;
    text-align: left;
    color: #000000;
    min-height: 54px;
    background: url(/local/templates/kitchen_copy/css/../img/pin.svg) no-repeat 4px 0;
    padding-bottom: 0;
}

footer p.adress span {
    display: block;
    line-height: 16px;
}

footer .footer_social_wrap {
}

footer .footer_social_wrap p {
    font-size: 10px;
    text-align: left;
    color: #b3b3b3;
    display: block;
    padding-bottom: 13px;
    padding-left: 27px;
}

footer .footer_social_wrap .social {
    padding-left: 25px;
}

footer .footer_social_wrap .social a {
    margin: 0 18px 0 0;
}

footer .footer_social_wrap .social img {
}

.footer_right {
    width: 468px;
    max-width: 100%;
    float: right;
    text-align: left;
    padding-bottom: 30px;
}

.footer_right a:hover {
    text-decoration: none;
}

.footer_right_col {
    width: 200px;
    float: left;
}

.footer_right_col:nth-child(odd) {
    width: 268px;
}

.footer_download {
}

.footer_download p {
    padding-bottom: 2px;
}

.footer_download a.download_ref {
    color: #ce2b37;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.footer_download .download_note {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    width: auto;
    color: #b3b3b3;
    color: #a3a3a3;
    padding: 0;
}

.footer_bottom {
    padding: 20px 0 20px 0;
    border-top: 1px solid #ddd;
    clear: both;
    font-size: 14px;
    line-height: 18px;
    color: #b3b3b3;
}

.footer_bottom p {
    font-size: 14px;
    line-height: 18px;
    color: #b3b3b3;
}

.footer_bottom_right {
}

footer p.copy {
    float: left;
    padding: 0;
}

footer p.made_by {
    text-align: right;
    width: 260px;
    float: right;
}

footer p.made_by a {
    color: #8a4ae2;
    text-decoration: none;
}

footer p.seo_by {
    width: 260px;
    float: right;
    text-align: right;
}

footer p.seo_by a {
    color: #009246;
    text-decoration: none;
}

.footer_bottom p a:hover {
    text-decoration: none;
}

.popup {
    display: none;
    background: #fff;
    border-radius: 40px;
    width: 439px;
    padding: 29px 0 45px 32px;
    max-width: 100%;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.popup .the_form {
    width: 100%;
}

.popup .the_form .the_form_div {
    width: 310px;
    max-width: 90%;
    margin: 0 0 15px 0;
    float: none;
}

.popup .the_form .the_form_div label {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    display: block;
    margin: 0;
    padding: 0 0 5px 0;
}

.popup .the_form .the_form_div input[type="text"], .popup .the_form .the_form_div input[type="number"], popup .the_form .the_form_div input[type="email"] {
    display: block;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.popup .the_form .the_form_div textarea {
    resize: none;
    display: block;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    height: 200px;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.popup p.form_title {
    font-size: 20px;
    padding-top: 0;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    color: #000000;
    display: block;
    padding-bottom: 21px;
}

.popup p.note {
    display: block;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
}

.popup .the_form_div.the_form_div_submit {
    padding: 15px 0 0 0;
}

.popup .the_form_div.the_form_div_submit input[type="submit"] {
    font-family: "SourceSansPro";
    font-weight: normal;
    text-transform: none;
    margin: 0 0 0 0;
    display: block;
    outline: none;
    font-size: 14px;
    text-align: center;
    color: #009246;
    background: none;
    width: 127px;
    height: 40px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: solid 1px #009246;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.popup .the_form_div.the_form_div_submit input[type="submit"]:hover {
    background-color: #009246;
    color: #fff;
}

.popup select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.popup .selectBox-dropdown {
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.popup .selectBox-dropdown .selectBox-label {
    padding: 11px 0px 0 15px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #000;
}

.popup .selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0px;
    right: 0;
    width: 32px;
    height: 100%;
    background: url(/local/templates/kitchen_copy/css/../img/arrow_down.png) 0 center no-repeat;
    border-left: 0;
}

.thanks_popup {
    padding: 30px 10px 40px 1px;
    width: 640px;
    text-align: center;
}

.thanks_popup p {
    display: block;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    color: #9b9b9b;
    padding-bottom: 30px;
    text-align: center;
}

.thanks_popup p.title {
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #000000;
    padding-bottom: 5px;
}

.popup img.thanks_check {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 0px;
}

.order_kitchen_popup {
    width: 640px;
}

.order_kitchen_popup .the_form .the_form_div {
    width: 560px;
}

.order_kitchen_popup .the_form_div.the_form_div_submit input[type="submit"] {
    letter-spacing: 1px;
    width: 145px;
    height: 46px;
    font-weight: bold;
}

.order_kitchen_popup p.form_title {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 30px;
}

.order_kitchen_popup select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.order_kitchen_popup .selectBox-dropdown {
    display: block;
    width: 100%;
    width: 560px !important;
    max-width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.order_kitchen_popup .selectBox-dropdown .selectBox-label {
    padding: 11px 0px 0 15px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #000;
}

.calc_with_designer_popup {
    width: 640px;
    padding-left: 40px;
}

.calc_with_designer_popup .the_form .the_form_div {
    width: 560px;
}

.fancybox-close {
    right: 15px;
    top: 15px;
    width: 17px;
    height: 17px;
}

.popup.callback_popup {
}

.popup.callback_popup p.form_title {
}

.price_calculation_popup {
    width: 765px;
    padding-left: 40px;
    padding-right: 36px;
    padding: 0;
}

.price_calculation_popup p.form_title {
    padding-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
}

.price_calculation_popup .the_form .popup_kitchen_model_wrap {
    margin-bottom: 16px;
    width: 100%;
    max-width: 100%;
}

.price_calculation_popup .the_form .popup_kitchen_model_wrap .the_form_div.popup_kitchen_model {
    width: 100%;
    max-width: 100%;
}

.price_calculation_popup .the_form .popup_kitchen_model_wrap .the_form_div.popup_kitchen_model label {
    line-height: 40px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: SourceSansPro;
    font-size: 20px;
    text-align: left;
    color: #000000;
    width: 190px;
}

.price_calculation_popup .the_form .popup_kitchen_model_wrap .the_form_div.popup_kitchen_model select {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.price_calculation_popup .the_form .popup_kitchen_model_wrap .the_form_div.popup_kitchen_model .selectBox-dropdown {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.the_form .the_form_div.popup_kitchen_config {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.the_form .the_form_div.popup_kitchen_config label {
    font-size: 20px;
    display: block;
    padding-bottom: 20px;
    color: #000000;
}

.conf_wrap {
}

.conf_wrap .conf_div {
    margin-bottom: 45px;
    float: left;
    width: 330px;
    max-width: 100%;
}

.conf_wrap .conf_div:nth-child(even) {
    float: right;
}

@media  (max-width: 770px) {
    .conf_wrap .conf_div:nth-child(even) {
        float: left;
    }
}

.conf_wrap .conf_div .img {
    margin-bottom: 10px;
    width: 330px;
    max-width: 100%;
    height: 250px;
    border: solid 2px #dddddd;
    text-align: center;
}

.conf_wrap .conf_div:hover .img {
    border-color: #009246;
}

.conf_wrap .conf_div.active .img {
    border-color: #009246;
}

.conf_wrap .conf_div .img em {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
}

.conf_wrap .conf_div .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 96%;
}

.conf_wrap .conf_div .text {
}

.conf_wrap .conf_div .text p.title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #9b9b9b;
}

.conf_wrap .conf_div.active .text p.title {
    color: #009246;
    font-size: 20px;
}

.the_form_div_walls {
}

.the_form_div_walls p {
    font-size: 16px;
    text-align: left;
    display: block;
    color: #9b9b9b;
    padding-bottom: 15px;
}

.the_form_div_walls p.title {
    font-size: 20px;
    text-align: left;
    color: #000000;
    padding-bottom: 12px;
}

.the_form .the_form_div_walls .the_form_div.the_form_div_half {
    width: 330px;
    float: left;
}

.the_form .the_form_div_walls .the_form_div.the_form_div_half label {
    font-size: 14px;
    color: #000;
}

.the_form .the_form_div_walls .the_form_div.the_form_div_half:nth-child(even) {
    float: right;
}

.popup .the_form .the_form_div.the_form_div_choose {
    font-size: 0;
    padding: 27px 0 0 0;
    width: 100%;
    max-width: 100%;
}

.popup .the_form .the_form_div.the_form_div_choose p.title {
    font-size: 20px;
    text-align: left;
    color: #000000;
    padding-bottom: 18px;
}

.popup .the_form .the_form_div.the_form_div_choose label {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    float: none;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #000000;
}

.popup .the_form .the_form_div.the_form_div_choose span {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

.popup .the_form .the_form_div.the_form_div_choose input[type="radio"] {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.popup .the_form .the_form_div.the_form_div_choose .ez-radio {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: url(/local/templates/kitchen_copy/css/../img/radio.png) no-repeat 0 0;
}

.popup .the_form .the_form_div.the_form_div_choose .ez-selected {
    background-position: 0 -18px;
}

.popup .the_form .the_form_div.the_form_div_choose.choose_table label {
    width: 30%;
}


.form_top_area {
    padding: 30px 34px 10px 38px;
}

.form_bottom_area {
    background-color: #f8f8f8;
    padding: 35px 34px 20px 38px;
}

.the_form_main_area {
}

.the_form_main_area_col {
    width: 310px;
    max-width: 100%;
    float: left;
}

.the_form_main_area_col:nth-child(even) {
    float: right;
}

.form_bottom_area p.note {
    clear: both;
    font-size: 13px;
    text-align: left;
    color: #000000;
    display: block;
    padding-bottom: 22px;
}

.form_bottom_area .the_form_div.the_form_div_submit {
    width: 148px;
    float: left;
    clear: both;
    padding-top: 0;
}

.form_final_price_div {
    width: 360px;
    max-width: 100%;
    float: right;
}

.form_final_price_div p {
    display: block;
    float: none;
    font-size: 14px;
    text-align: left;
    color: #9b9b9b;
    width: initial;
}

.form_final_price_div p.final_price {
    font-size: 40px;
    text-align: center;
    color: #000000;
    min-width: 150px;
    width: auto;
    padding-left: 10px;
    line-height: 38px;
}

.form_final_price_div p.final_price span {
}

.form_final_price_div .left {
    width: 40%;
}

.form_final_price_div .right {
    font-size: 20px;
}

#set_filter {
    outline: none !important;
}

.mobile_menu_toggler {
    z-index: 899;
    position: absolute;
    top: 50px;
    right: 20px;
    display: none;
    width: 45px;
    height: 45px;
    background: url(/local/templates/kitchen_copy/css/../img/menu.png) no-repeat center center; /*background-size:100% 100%;*/
}

.mobile_menu_toggler.active {
    background: url(/local/templates/kitchen_copy/css/../img/menu_close1.png) no-repeat center center;
}

.popup .the_form_div.the_form_div_accept span {
    padding-left: 9px;
    box-sizing: border-box;
}

.rek_block {
    position: relative;
    height: 70px;
    overflow: hidden;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    -moz-transition: all 1.5s;
}

.rek_block.hide {
    margin-top: -70px;
}

.rek_block .inner_section {
    position: relative;
}

.rek_block .img {
    width: 250px;
    float: left;
    margin-left: 30px;
}

.rek_block .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.rek_block .text {
    width: 600px;
    float: left;
    max-width: 100%;
    padding-top: 21px;
}

.rek_block .text p {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.rek_block .text a.learn_more_button {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    text-align: left;
    color: #ce2b37;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.rek_block .text a.learn_more_button:hover {
    text-decoration: none;
}

a.hide_rek {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 13px;
    height: 13px;
    margin: -6px 0 0 -6px;
}

a.hide_rek img {
    display: block;
    width: 13px;
    height: 13px;
}

/*our works*/

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    background-color: #f8f8f8;
    padding: 15px 0px;
}

.breadcrumbs p {
    padding: 0;
    display: block;
}

.breadcrumbs a {
    margin-right: 32px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs a:after {
    width: 15px;
    height: 1px;
    background-color: #9b9b9b;
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin: 0px 0 0 10px;
}

.breadcrumbs span {
    font-size: 14px;
    line-height: 20px;
    color: #9b9b9b;
    display: inline-block;
    vertical-align: middle;
}

.pagination {
    padding: 30px 0;
    clear: both;
}

.pagination a {
    width: 40px;
    text-decoration: none;
    margin: 0 4px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 36px;
    box-sizing: border-box;
    font-weight: bold;
    border: solid 2px transparent;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
}

.pagination a.active {
    border: solid 2px #009246;
}

.pagination a:hover {
    border: solid 2px rgba(0, 146, 70, 0.4);
}

.pagination span {
    width: 40px;
    margin: 0 4px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 36px;
    box-sizing: border-box;
    font-weight: bold;
    border: solid 2px transparent;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
}

.pagination a.prev {
    margin: 0 35px 0 0;
    border: solid 2px rgba(0, 146, 70, 0.4);
    color: #aaa;
    margin-left: 0;
    font-weight: normal;
}

.pagination a.next {
    margin: 0 0 0 35px;
    border: solid 2px rgba(0, 146, 70, 0.4);
    color: #aaa;
    margin-right: 0;
    font-weight: normal;
}

.pagination a.prev:hover {
    border: solid 2px rgba(0, 146, 70, 0.8);
}

.pagination a.next:hover {
    border: solid 2px rgba(0, 146, 70, 0.8);
}

.our_works_wrap {
    padding: 0 0 30px 0;
    clear: both;
}

.our_works_div {
    clear: both;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin-bottom: 30px;
    overflow: hidden;
}

.our_works_div .img {
    float: left;
    width: 571px;
    max-width: 100%;
    margin-right: 49px;
}

.our_works_div .img img {
    display: block;
    width: 100%;
}

.our_works_div .text {
    float: left;
    width: 513px;
    max-width: 100%;
    padding-top: 33px;
}

.our_works_div .text p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #555;
    display: block;
    padding-bottom: 24px;
    min-height: 125px;
}

.our_works_div .text p.title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.19;
    color: #000000;
    padding-bottom: 14px;
    min-height: 0px;
}

.our_works_div .text a.button {
    width: 116px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    border: solid 1px #009246;
    color: #009246;
}

.our_works_div .text a.button:hover {
    background: #009246;
    color: #fff;
}

.the_content_section {
    padding-bottom: 50px;
}

.the_content_section h1 {
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    line-height: 38px;
    display: block;
    padding-bottom: 23px;
}

.the_content_section p.h1_like_p {
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    line-height: 38px;
    display: block;
    padding-bottom: 21px;
}

/*actions*/

.our_works_wrap.actions_block_wrap {
    padding-bottom: 0;
}

.our_works_div.actions_block_div {
    width: 370px;
    float: left;
    clear: none;
    max-width: 96%;
    margin-right: 33px;
    margin-bottom: 35px;
    border: 0;
}

.our_works_div.actions_block_div:nth-child(3n+3) {
    margin-right: 0;
}

.our_works_div.actions_block_div .img {
    margin-bottom: 16px;
}

.our_works_div.actions_block_div .text {
    padding-top: 0;
}

.our_works_div.actions_block_div .text p {
    font-size: 16px;
    line-height: 1.5;
    min-height: 0px;
}

.our_works_div.actions_block_div .text p.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    padding-bottom: 5px;
}

/*news*/

.our_works_wrap.news_block_wrap {
}

.our_works_div.news_block_div {
    width: 870px;
    max-width: 100%;
    margin-bottom: 45px;
    display: block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.our_works_div.news_block_div .img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}

.our_works_div.news_block_div span.date {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-bottom: 3px;
    color: #9b9b9b;
}

.our_works_div.news_block_div .text {
    padding-bottom: 20px;
    float: none;
    width: 100%;
    margin: 0 0;
    padding-top: 0;
}

.our_works_div.news_block_div .text p {
    min-height: 0;
    padding-bottom: 13px;
}

.our_works_div.news_block_div .text p.title {
    font-size: 24px;
    padding-bottom: 13px;
}

.our_works_div.news_block_div .text p.title a {
    color: #000;
    text-decoration: none;
}

/*about*/

.the_content_article {
    width: 70%;
    float: left;
    max-width: 100%;
}

.the_content_article p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    display: block;
    padding-bottom: 24px;
}

.photos_block {
    margin-bottom: 0px;
    clear: both;
    text-align: justify;
}

.photos_block:after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 0;
}

.photos_block a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 18px;
}

.photos_block img {
    display: block;
    max-width: 100%;
}

.right_reviews_block {
    width: 30%;
    max-width: 100%;
    float: right;
}

.right_reviews_block p.section_title {
    padding-left: 20px;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 0;
}

.right_reviews_block a.button.all_reviews_button {
    width: 199px;
    height: 40px;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    color: #009246;
    border: solid 1px #009246;
}

.right_reviews_block a.button.all_reviews_button:hover {
    color: #fff;
    background: #009246;
}

.right_reviews_slider {
    margin: 0 auto 10px;
    width: 418px;
    max-width: 100%;
}

.right_reviews_slider ul.slides > li {
    padding: 24px 24px;
}

.right_reviews_div {
    background: #fff;
    padding: 24px 38px 29px 28px;
    box-shadow: 0 0px 20px 0 rgba(221, 221, 221, 0.6);
    position: relative;
}

.right_reviews_div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 21px;
    background: url(/local/templates/kitchen_copy/css/../img/quote.png) no-repeat;
}

.right_reviews_div p {
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 1.86;
    text-align: left;
    color: #000000;
    display: block;
}

.right_reviews_div p.name {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #000000;
    padding-bottom: 6px;
}

.right_reviews_div p.status {
    font-size: 16px;
    text-align: left;
    color: #9b9b9b;
    padding-bottom: 7px;
}

.right_reviews_slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 36px;
    text-align: center;
}

.right_reviews_slider .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.right_reviews_slider .flex-control-paging li a {
    width: 12px;
    height: 12px;
    width: 8px;
    height: 8px;
    display: block;
    background: none;
    cursor: pointer;
    border: solid 2px #dddddd;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
}

.right_reviews_slider .flex-control-paging li a:hover {
    border: solid 2px #009246;
}

.right_reviews_slider .flex-control-paging li a.flex-active {
    border: solid 2px #009246;
    cursor: default;
}

/*contacts*/

.city_contacts_panel {
    clear: both;
    font-size: 0;
    margin: 0 auto 22px;
    border: 1px solid #009246;
    -moz-border-radius: 23.5px;
    -webkit-border-radius: 23.5px;
    border-radius: 23.5px;
}

.city_contacts_panel a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    -moz-border-radius: 23.5px;
    -webkit-border-radius: 23.5px;
    border-radius: 23.5px;
    border-top: 0;
    border-bottom: 0;
    padding: 0 29px 0 28px;
    text-decoration: none;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    color: #4a4a4a;
}

.city_contacts_panel a.active {
    font-weight: 600;
    color: #009246;
    border-color: #009246;
}

.city_contacts_panel a:hover {
    color: #009246;
    border-color: #009246;
}

.city_contacts_panel a:first-child {
    border-left: 0;
}

.city_contacts_panel a:last-child {
    border-right: 0;
}

.contacts_page_block {
    font-size: 0;
    clear: both;
}

.contacts_page_block p.big_title {
    font-size: 24px;
    display: block;
    padding-bottom: 18px;
    color: #000000;
}

.contacts_page_block_div {
    overflow: hidden;
    width: 350px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
    margin-bottom: 38px;
}

.contacts_page_block_div:nth-child(even) {
    margin-right: 0px;
}

.contacts_page_block_div .img {
}

.contacts_page_block_div .img img {
    display: block;
    width: 100%;
    margin: 0 auto 16px;
}

.contacts_page_block_div p.title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 10px;
    color: #000000;
}

.contacts_page_block_div .contacts_page_div_info {
    width: 150px;
    float: left;
}

.contacts_page_block_div .contacts_page_div_info.n2 {
    float: right;
}

.contacts_page_block_div .contacts_page_div_info p {
    font-size: 16px;
    line-height: 1.38;
    color: #000000;
    display: block;
}

.contacts_page_block_div .contacts_page_div_info p.tel {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.contacts_page_block_div .contacts_page_div_info p.head_p {
    font-size: 16px;
    line-height: 1.75;
    color: #9b9b9b;
    padding-bottom: 1px;
}

.bx-filter-popup-result.left {
    position: absolute;
    bottom: 20px;
}

.right_reviews_block .right_col_form {
}

.right_reviews_block .right_col_form .the_form {
    width: 370px;
    margin: 0 auto;
    padding: 26px 25px 25px 25px;
    box-shadow: 0 0px 20px 0 rgba(221, 221, 221, 0.6);
}

.right_reviews_block .right_col_form .the_form p.form_title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
    color: #000000;
}

.the_form .the_form_div.the_form_div_file {
    position: relative;
    margin-bottom: 25px;
    padding-top: 10px;
}

.the_form .the_form_div.the_form_div_file p.file_p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    display: block;
    padding-left: 27px;
    background: url(/local/templates/kitchen_copy/css/../img/add_file.png) no-repeat 0 center;
    padding-bottom: 0;
    color: #000000;
}

.the_form .the_form_div.the_form_div_file input[type="file"] {
    display: block;
    opacity: 0;
    padding-top: 10px;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.right_col_form .the_form .the_form_div {
    margin-bottom: 14px;
    width: 310px;
    max-width: 100%;
}

.right_col_form .the_form .the_form_div.the_form_div_submit {
    margin-bottom: 0;
}

.right_col_form .the_form .the_form_div.the_form_div_submit input[type="submit"] {
    width: 145px;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #009246;
    height: 46px;
    border-radius: 30px;
    border: solid 1px #009246;
    color: #009246;
}

.right_col_form .the_form .the_form_div.the_form_div_submit input[type="submit"]:hover {
    background-color: #009246;
    color: #fff;
}

.right_col_form .the_form .the_form_div label {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #000000;
    display: block;
    margin: 0;
    padding: 0 0 8px 0;
}

.right_col_form .the_form .the_form_div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.right_col_form .the_form .the_form_div textarea {
    resize: none;
    display: block;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    height: 120px;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.map_section {
    margin-bottom: 80px;
}

.map {
    height: 592px;
}

/*card*/

.glav_cat_section.seen_earlier_cat_section {
}

.glav_cat_section.seen_earlier_cat_section .glav_cat_slider {
    border: 0;
}

.glav_cat_section.seen_earlier_cat_section .the_section_head p.section_title span:after {
    display: none;
}

.section .the_section_head p.section_title.no_underline span:after {
    display: none;
}

.useful_goods_block {
}

.useful_goods_block_div {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    position: relative;
    width: 270px;
    background-color: #ce2b37;
    box-shadow: 0 8px 40px 0 rgba(170, 170, 170, 0.5);
    transition: all 0.4s;
}

.useful_goods_block_div:hover {
    box-shadow: 0 8px 40px 0 rgba(170, 170, 170, 1);
}

.useful_goods_block_div:nth-child(4n+4) {
    margin-right: 0
}

.useful_goods_block_div .img {
    height: 240px;
    overflow: hidden;
}

.useful_goods_block_div .img img {
    display: block;
    width: 100%;
}

.useful_goods_block_div .caption {
    height: 58px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.useful_goods_block_div .caption p.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    padding-left: 28px;
    color: #ffffff;
}

.useful_goods_block_div .caption p.title.black {
    color: #000;
}

.useful_goods_block_div a.ref {
}

.card_page_wrap {
    margin-bottom: 44px;
}

.card_page_img {
    width: 770px;
    max-width: 100%;
    float: left;
}

.card_big_img {
}

.card_big_img a {
}

.card_big_img img {
    display: block;
    max-width: 100%;
}

.card_mini_img {
    padding-top: 8px;
}

.card_mini_img_slider {
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}

.card_mini_img_slider ul.slides > li {
    width: 110px;
}

.card_mini_img_slider ul.slides > li a { /*padding-right:10px;*/
    text-decoration: none;
    display: block;
}

.card_mini_img_slider ul.slides > li img {
    display: block;
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
    height: 90px;
}

.card_mini_img_slider .flex-direction-nav a {
    width: 13px;
    height: 19px;
    background-image: url(/local/templates/kitchen_copy/css/../img/dir2.png);
    background-repeat: no-repeat;
    margin: -10px 0 0px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all .3s ease;
}

.card_mini_img_slider .flex-direction-nav a {
    background-color: transparent;
}

.card_mini_img_slider .flex-direction-nav .flex-next {
    right: 50px;
    background-position: 0 -19px;
}

.card_mini_img_slider .flex-direction-nav .flex-prev {
    left: -20px;
    background-position: 0 0px;
}

.card_mini_img_slider .flex-direction-nav a:hover {
    opacity: 0.8;
}

.card_page_right {
    width: 372px;
    max-width: 100%;
    float: right;
}

.card_page_right_top {
    margin-bottom: 25px;
    background-color: #f8f8f8;
    height: 279px;
    padding: 24px 0 0;
    box-sizing: border-box;
    /*font-size: 32px;*/
}


.card_page_right_top .text {
    width: 100%;
}

.card_page_right_top .text p {
    display: block;
    font-size: 10px;
    text-align: left;
    color: #9b9b9b;
}

.card_page_right_top .text p a {
    color: #000;
    text-decoration: none;
}

.card_page_right_top .text p a:hover {
    color: #777;
}

.card_page_right_top .text p.category {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    padding-bottom: 0px;
}

.card_page_right_top .text p.title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    line-height: 34px;
    min-height: 60px;
    padding-bottom: 0px;
}

.card_page_right_top .the_price {
    padding: 16px 0 3px 27px;
    border-top: solid 1px #dddddd;
    margin-bottom: 25px;
}

.card_page_right_top .text .the_price p {
    padding-bottom: 0px;
}

.card_page_right_top .text .the_price p.price {
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
    position: relative;
}

.card_page_right_top .text .the_price p.price:after {
    display: block;
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 2px;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
}

.card_page_right_top .text .the_price p.old_price {
    margin-top: 2px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    text-decoration: line-through;
    color: #9b9b9b;
}

.card_page_right_top .text .the_price p.discount {
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: url(/local/templates/kitchen_copy/css/../img/discount.png) no-repeat;
}

.card_page_right_top .text a.button {
    width: 186px;
    height: 46px;
    border: solid 1px #009246;
    line-height: 46px;
    margin: 0 0;
    font-size: 14px;
    color: #009246;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
}

.card_page_right_top .text a.button:hover {
    background: #009246;
    color: #fff;
}

.card_page_right_buttons {
    clear: both;
}

.card_page_right_buttons a.button {
    float: left;
    font-size: 14px;
    line-height: 17px;
    border: solid 1px rgba(0, 146, 70, 0);
    text-align: left;
    color: #000000;
    box-sizing: border-box;
    padding-top: 7px;
    padding-right: 10px;
}

.card_page_right_buttons a.button.calc_kitchen_button {
    width: 165px;
    padding-left: 48px;
    border-color: transparent;
    height: 50px;
    background: url(/local/templates/kitchen_copy/css/../img/division.png) no-repeat 8px center;
}

.card_page_right_buttons a.button.calc_kitchen_button:hover { /*text-decoration:underline;*/
    border: solid 1px rgba(0, 146, 70, 0.4);
}

.card_page_right_buttons a.button.calc_with_designer_button {
    width: 205px;
    height: 50px;
    padding-left: 49px;
    background: url(/local/templates/kitchen_copy/css/../img/idea.png) no-repeat 13px center;
}

.card_page_right_buttons a.button.calc_with_designer_button:hover {
    border: solid 1px rgba(0, 146, 70, 1);
    border: solid 1px rgba(0, 146, 70, 0.4);
}

.card_page_desrciption {
    padding-bottom: 17px;
    clear: both;
}

.card_page_desrciption p {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    color: #000000;
    padding-bottom: 17px;
}

.card_page_desrciption p.title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    padding-bottom: 7px;
}

.popup .selectBox-dropdown {
    width: 100% !important;
}

.popup .selectBox-dropdown .selectBox-label {
    width: 80% !important;
}

/*cat*/

.left_column {
    width: 270px;
    margin-bottom: 30px;
    padding: 21px 25px 30px 25px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    float: left;
}

.left_filter_block {
    padding-bottom: 0px;
}

.left_filter_block a.button.show_results_button {
    margin-top: 10px;
    width: 220.1px;
    height: 46px;
    font-size: 16px;
    color: #009246;
    line-height: 44px;
    font-weight: bold;
    border-radius: 30px;
    border: solid 1px #009246;
}

.left_filter_block a.button.show_results_button:hover {
    background: #009246;
    color: #fff;
}

.left_filter_block input.button.show_results_button {
    background: #fff;
    margin-top: 10px;
    width: 220.1px;
    height: 46px;
    font-size: 16px;
    color: #009246;
    line-height: 44px;
    font-weight: bold;
    border-radius: 30px;
    border: solid 1px #009246;
}

.left_filter_block input.button.show_results_button:hover {
    background: #009246 !important;
    color: #fff;
}

.left_filter_block_div {
    clear: both;
}

.left_filter_block_div p.title {
    font-size: 14px;
    padding-bottom: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    position: relative;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.left_filter_block_div_inner {
}

.left_filter_block_div p.title span {
    position: relative;
    display: inline-block;
}

.left_filter_block_div p.title:hover {
    cursor: pointer;
}

.left_filter_block_div p.title span:after {
    content: " ";
    display: block;
    width: 8px;
    height: 6px;
    background: url(/local/templates/kitchen_copy/css/../img/arrow_up.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -2px 0 0 10px;
}

.left_filter_block_div p.title.active span:after {
    background: url(/local/templates/kitchen_copy/css/../img/arrow_down.png) no-repeat 0 0;
}

.left_filter_range {
    height: 2px;
    background-color: #ddd;
}

.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    border: solid 2px #ce2b37;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    top: -6px;
    left: -12px;
    box-shadow: 0 0 10px 0px #fbfbfb;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-handle:after {
    display: none;
}

.noUi-connect {
    box-shadow: none;
    border: 0;
    background-color: #ce2b37;
}

.noUi-background {
    border: 0;
    box-shadow: none;
}

.left_filter_range_wrap {
}

.left_filter_range_wrap input[type="text"] {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 15px;
    outline: none;
    border: 0;
    background: none;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #000000; /*  -webkit-text-stroke: 1px #979797;*/
}

.left_filter_range_wrap input[type="text"].range_min {
    text-align: left;
    float: left;
}

.left_filter_range_wrap input[type="text"].range_max {
    text-align: right;
    float: right;
}

.left_filter_checks {
    padding-bottom: 5px;
}

.left_filter_checks label {
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.left_filter_checks input[type="checkbox"] {
    margin-right: 9px;
    display: inline-block;
}

.left_filter_checks label span {
}

.left_filter_block .ez-checkbox {
    background: #bb2e39 url('/local/templates/kitchen_copy/css/../img/check3.png') 0 0px no-repeat;
    background-color: #d8d8d8;
    width: 14px;
    height: 14px;
    margin-right: 9px;
    background-position: 0px 0px;
}

.left_filter_block .ez-checkbox.ez-checked {
    background-color: #bb2e39;
    background-position: 0 -14px;
}

.the_content_article.to_right {
    float: right;
    width: 870px;
}

.glav_cat_wrap.glav_cat_wrap_mark2 {
}

.glav_cat_wrap.glav_cat_wrap_mark2 .glav_cat_div {
    margin-right: 25px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}

.glav_cat_wrap.glav_cat_wrap_mark2 .glav_cat_div:nth-child(3n+3) {
    margin-right: 0px;
}

.glav_cat_div .img img {
    width: 100%;
    height: 270px;
}

.map_block {
    position: relative;
}

.map_block .block {
    width: 100%;
    height: 100%;
    position: absolute;
}

.top_banner_slider_div_undersection {
    position: relative !important;
    margin: auto;
    top: 200px !important;
    left: 0 !important;
}

.top_banner_slider .flex-direction-nav .flex-prev {
    top: 606px !important;
    left: 50.8% !important;
}

.top_banner_slider .flex-direction-nav .flex-next {
    top: 606px !important;
    left: 49.3% !important;
}

.top_banner_slider_div_undersection {
    width: 25% !important;
    position: absolute !important;
    top: initial !important;
    bottom: 50px !important;
    left: 37.5% !important;
    padding: 20px 50px 0 50px;
}

.top_banner_slider_div {
    width: 100% !important;
}

.top_banner_slider .flex-direction-nav {
    position: absolute;
    width: 25%;
    left: 37.5%;
    bottom: 205px;
}

.top_banner_slider .flex-direction-nav .flex-prev {
    position: absolute !important;
    left: 30px !important;
    right: initial !important;
    top: 0 !important;
    margin: 0 !important;
}

.top_banner_slider .flex-direction-nav .flex-next {
    position: absolute !important;
    right: 30px !important;
    left: initial !important;
    top: 0 !important;
    margin: 0 !important;
}

.col-xs-4.product-item-big-card.top {
    padding-bottom: 30px;
}

input[name='tel'] {
    box-shadow: none !important;
}

.top_banner_slider .flex-direction-nav {
    height: 10px;
    bottom: 195px !important;
}

#tovar, input[name='model'] {
    color: #000000 !important;
}

.bx_filter .bx_filter_section {
    background: none;
    padding: 0;
    border: 0;
}

.bx_filter .bx_ui_slider_pricebar_V {
    background: #ce2b37;
}

.bx_filter .bx_ui_slider_pricebar_VN {
    background: #ddd;
}

.bx_filter .bx_filter_search_reset {
    display: none;
}

.bx_filter .bx_filter_search_button {
    background: #fff;
    margin-top: 10px;
    width: 220.1px;
    height: 46px;
    font-size: 16px;
    color: #009246;
    line-height: 44px;
    font-weight: bold;
    border-radius: 30px;
    border: solid 1px #009246;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
    text-align: left;
    display: inline-block;
    left: 20px;
    position: absolute;
    margin-left: 0;
}

.slider_block {
    padding: 5px 10px 5px 10px;
    background: #FFF;
    text-align: center;
    position: relative !important;
    margin: auto !important;
    height: 200px;
    min-width: 350px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px
}
input{
    border: 2px solid rgb(0 146 70)!important;
    padding-left: 5px;
}
.slider_block p {
    margin: 5px 0 5px 0;
}

.slider_block a.button {
    width: 70%;
    position: absolute;
    left: 15%;
    bottom: 30px;
}

.top_banner_slider .flex-direction-nav {
    width: 50%;
    left: 25%;
    bottom: 52% !important;;
}


.top_banner_slider .flex-direction-nav .flex-next {
    background-image: url(/local/templates/kitchen_copy/css/../img/right_arrow.svg);
    width: 100px;
    height: 140px;
    background-size: 100% 100%;
}


.top_banner_slider .flex-direction-nav .flex-prev {
    background-image: url(/local/templates/kitchen_copy/css/../img/left_arrow.svg);
    width: 100px;
    height: 140px;
    background-size: 100% 100%;
}

.pre_footer_section .inner_sectionclearfix {
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.section.breadcrumbs {
    margin-top: 60px;
}
#toFilter{
    position: fixed;
    display: none;
    left:20%;
    bottom:5%;
    font-size: 16px;
    font-weight: 600;
    color:#009246;
    text-decoration: none;
    border: 1px solid #009246;
    border-radius: 30px;
    padding: 12px 25px;
}

/*noinspection ALL*/
@media (max-width: 1000px) {
    .our_works_div {
        height: initial !important;
        margin: auto;
        width: 90%;
    }
    #toFilter{
        border-color: none;
    }

    /* .our_works_div .text {
        margin-top: 200px;
    } */

    .our_works_div .img {
        width: 100%;
    }
    #toFilter{
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}

@media (max-width: 1500px) {
    .top_banner_slider .flex-direction-nav {
        width: 70%;
        left: 15%;
    }
    #toFilter{
        left:15%;
    }
}

@media (max-width: 900px) {
    .top_banner_slider .flex-direction-nav {
        width: 90%;
        left: 5%;
    }
}

@media (max-width: 600px) {
    .top_banner_slider .flex-direction-nav {
        width: 100%;
        left: 0;
    }

    .top_banner_slider .flex-direction-nav .flex-prev {
        left: 0 !important;
    }

    .top_banner_slider .flex-direction-nav .flex-next {
        right: 0 !important
    }

    /*.top_banner_slider ul.slides > li {
        min-height: 1px !important;;
        height: 450px !important;;
    }*/

    .slider_block {
        min-width: 1px !important;;
        width: 90% !important;
        padding: 0 20px 0 20px;
    }

    .top_banner_slider .flex-direction-nav {
        bottom: 57% !important;
        width: 96% !important;
        left: 2% !important;
    }

    .top_banner_slider .flex-direction-nav .flex-prev, .top_banner_slider .flex-direction-nav .flex-next {
        width: 70px !important;;
        height: 90px !important;
        filter: invert(1);
    }
}

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

    .inner_section {
        width: 100% !important;
    }

    .glav_cat_slider {
        margin: 0 0;
        width: 900px;
    }

    .glav_variants_grid {
        text-align: center;
    }

    .glav_variants_div {
        margin-right: 20px !important;
        margin-right: 20px !important;
    }

    .rek_block .img {
        width: 150px;
    }

    .rek_block .img img {
        margin: 0 0;
    }

    .rek_block .text {
        width: 420px;
        padding-top: 11px;
    }

    header .inner_header {
        padding-top: 0px;
        padding-bottom: 15px;
    }

    header .logo {
        margin-top: 20px;
    }

    .header_menu_wrap {
        float: right;
    }

    .kitchen_mini_form_section {
        height: auto;
        padding-bottom: 20px;
    }

    .kitchen_mini_form_left {
        float: none;
        margin: 0 auto 20px;
    }

    .kitchen_mini_form_right {
        float: none;
        margin: 0 auto 20px;
    }

    .kitchen_mini_form_left img {
        position: static;
        margin: 0 auto 15px;
    }

    .middle_order_left {
        width: 100%;
        float: none;
        max-width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .middle_order_right {
        width: 100%;
        float: none;
    }

    .middle_order_section {
        background: #ededed;
        height: auto;
        margin-bottom: 110px;
    }

    .glav_cat_section {
        z-index: 4;
    }

    .glav_news_block_col {
        float: none !important;
        margin: 0 auto 30px;
    }

    .glav_news_section .the_section_head p.section_title {
        text-align: center;
    }

    .profit_section_left {
        float: none;
        padding-bottom: 40px;
    }

    .profit_section_right {
        float: none;
        padding-bottom: 30px;
        width: 100%;
    }

    .profit_section_right .img {
        position: static;
        margin: 0 auto;
        padding-top: 20px;
    }

    .profit_section_right .text p {
        width: 90%;
    }

    .pre_footer_section {
        height: auto;
    }

    .pre_footer_left {
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 5px 0;
    }

    .pre_footer_center {
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 5px 0;
    }

    .pre_footer_right {
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 5px 0;
    }

    .pre_footer_right a.button.order_button {
        margin: 0 auto;
    }

    .footer_right {
        float: left;
        float: none;
        margin: 0 auto;
        padding-top: 10px;
    }

    a.hide_rek {
        right: 20px;
    }

    .profit_section {
        margin-bottom: 50px;
    }

    .footer_menu .footer_menu_div > ul > li > a {
        text-align: center;
    }

    .footer_menu .footer_menu_div {
        width: 230px !important;
        margin: 0 auto;
    }

    .header_right {
        padding-left: 10px;
        padding-right: 10px;
    }

    .our_works_div .text {
        padding-bottom: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .our_works_div {
        margin-bottom: 50px;
    }

    .card_page_right {
        clear: both;
        float: none;
        margin: 0 auto;
        padding-top: 20px;
    }

    .useful_goods_block_div {
        margin-bottom: 20px;
    }

    .right_reviews_block {
        float: none;
        margin: 0 auto;
        clear: both;
    }

    .glav_cat_wrap.glav_cat_wrap_mark2 .glav_cat_div {
        margin: 0 15px 40px;
    }

    .glav_cat_wrap.glav_cat_wrap_mark2 .glav_cat_div:nth-child(3n+3) {
        margin: 0 15px 40px;
    }

    .left_column {
        width: 100%;
        float: none;
    }

    .left_filter_block_div {
        width: 230px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
    }

    .left_filter_block_div .left_filter_range_wrap {
        width: 190px;
    }

}

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

    .glav_cat_slider {
        width: 600px;
    }

    .profit_section_right .img img {
        max-width: 90%;
    }

    .our_works_div.actions_block_div {
        margin: 0 auto 40px !important;
        float: none;
    }

    .card_mini_img_slider {
        width: 440px;
    }

}

header {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 0 !important;
}

@media only screen and (max-width: 1100px) {
    .profit_section_right .img {
        width: 60%;
        display: inline-block;
    }

    .profit_section_right .text {
        width: 30%;
        display: inline-block;
    }

    .right_reviews_block {
        width: 100%;
    }

    .right_reviews_block li {
        width: 100%;
    }

    .right_reviews_div:after {
        width: 50px;
        height: 50px;
        background-position: 0px 20px;
    }

    .photos_block a, .photos_block a img {
        width: 100%;
    }

    .top_banner_slider_div_undersection {
        padding: 0;
    }

    .header_right {
        float: none;
        margin: auto;
    }

    .col-xs-6.product-item-big-card {
        width: 50%;
    }

    .col-xs-4.product-item-big-card.top {
        width: 100%;
    }

    .card_page_wrap .card_big_img img {
        min-height: initial !important;
    }

    .glav_cat_div .caption {
        display: none !important;
    }

    .rek_block {
        display: none;
    }

    .header_top_menu {
        display: none;
    }

    .mobile_menu_toggler {
        top: -2px;
        right: 5px;
    }

    .inner_section {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .profit_section .inner_section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .profit_section_left {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .middle_order_right {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .middle_order_left {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .middle_order_section .inner_section {
        padding-left: 0px;
        padding-right: 0px;
        height: auto;
    }

    .mobile_menu_toggler {
        display: block;
        right: initial;
        left: 5px;
        z-index: 100;
    }

    .mobile_menu_toggler.active {
        top: -2px !important;
    }

    .catalog {
        display: block;
        right: 5px;
        left: initial;
        background: #FFF;
        height: initial;
        width: initial;
        color: #000;
        font-size: 17px;
        margin-top: 5px;
        padding: 5px 15px 5px 15px;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
    }

    .catalog.active {
        width: 45px;
        height: 45px;
        top: -8px !important;
    }

    .mobile_menu_toggler {
        z-index: 101;
    }

    nav.header_menu > ul > li:hover > ul {
        display: none;
    }

    .header_menu_wrap {
        height: 100%;
        overflow-y: scroll;
    }

    .ppopup {
        display: none;
        opacity: 0;
        width: 100%;
        top: 0;
        height: 100%;
        position: fixed;
        background: rgba(0, 0, 0, 0.7);
        z-index: 100;
    }

    .header_menu_wrap {
        z-index: 101;
        width: 70%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -71%;
        padding: 25px 0 15px 0;
        background: #363a3f;
        -moz-transition: all linear 0.4s;
        -webkit-transition: all linear 0.4s;
        transition: all linear 0.4s;
    }

    nav.header_menu > ul > li > a {
        text-align: center;
        color: #fff;
        display: block;
        padding: 10px 0;
        font-size: 24px;
        border-bottom: 1px solid #717171;
    }

    nav.header_menu > ul > li > ul {
        background: #363a3f;
        position: relative;
        display: none;
        left: 0;
        right: initial;
        top: 0;
        width: 100% !important;
        height: 100%;
    }

    nav.header_menu > ul > li > ul li {
        border-bottom: 1px solid #717171;
        padding: 7px;
    }

    nav.header_menu > ul > li > ul li a {
        border-bottom: none;
        font-size: 16px;
        line-height: 25px;
        color: #FFF;
        margin-left: 15px;
    }

    nav.header_menu > ul > li > a {
        padding: 0;
        padding-left: 15px !important;
        font-size: 20px;
        text-align: left;
        line-height: 30px;
    }

    .header_menu_wrap.active {
        top: 0;
        left: 0;
    }

    .mobile_menu_toggler.active {
        position: fixed;
        top: 10px;
        padding: 0;
    }

    nav.header_menu > ul > li > ul {
        width: 100%;
        box-shadow: none;
    }

    .header_menu_wrap .header_menu > ul > li {
        display: block;
        padding: 5px 0;
    }

    nav.header_menu > ul > li > a br {
        display: none;
    }

    .glav_cat_slider {
        width: 300px;
    }

    .middle_order_right:before {
        display: none;
    }

    footer p.copy {
        text-align: center;
        float: none;
        width: 100%;
        padding-bottom: 15px;
    }

    footer p.seo_by {
        text-align: center;
        float: none;
        width: 100%;
    }

    footer p.made_by {
        text-align: center;
        float: none;
        width: 100%;
    }

    .footer_right {
        float: none;
        margin: 0 auto;
    }

    .logo_footer {
        margin-left: auto;
        margin-right: auto;
    }

    .footer_right_col {
        float: none;
        margin: 0 auto;
    }

    footer p {
        text-align: center;
    }

    .glav_news_block .glav_news_div .img {
        height: auto;
    }

    .glav_news_block .glav_news_div.glav_news_div_wide .img {
        height: auto;
    }

    .glav_news_section {
        background: none;
    }

    .glav_news_block_col {
        text-align: center;
    }

    .glav_cat_section .the_section_head {
        margin-bottom: 60px;
    }

    .glav_cat_slider .flex-direction-nav .flex-next {
        right: auto;
        left: 40px;
    }

    .glav_cat_slider .flex-direction-nav .flex-prev {
        right: auto;
        left: 0px;
    }

    .the_form.mini_form {
        width: 500px;
        max-width: 100%;
    }

    .top_banner_slider_div {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    header .logo {
        margin: 0 auto 15px;
        float: none;
    }

    .logo img {
        margin: 0 auto;
    }

    .header_right_contacts {
        text-align: center;
        float: none;
        margin: 0 auto 10px;
    }

    .header_right a.button {
        float: none;
        margin: 0 auto;
    }

    .rek_block .img {
        padding-left: 0;
        margin: 0 auto 10px;
        float: none;
    }

    .rek_block .img img {
        margin: 0 auto 0px;
    }

    .rek_block .text {
        width: 300px;
        margin: 0 auto 10px;
        float: none;
        text-align: center;
    }

    .rek_block .text p {
        margin-right: 0;
    }

    .rek_block {
        height: 170px;
        padding-bottom: 15px;
    }

    .rek_block.hide {
        margin-top: -170px;
        padding-bottom: 0;
    }

    a.hide_rek {
        top: 20px;
    }

    .header_top_menu > ul > li {
        width: 49%;
        text-align: left;
    }

    .header_top_menu > ul > li > a {
        padding: 15px 23px 15px 23px !important;
    }

    .header_top_right {
        padding-top: 80px;
    }

    .header_top {
        height: auto;
        padding-bottom: 10px;
    }

    .header_top_right {
        float: none;
        margin: 0 auto; /*padding-top:10px;*/
    }

    .the_form.mini_form .the_form_div.the_form_div_text_and_submit input[type="text"] {
        max-width: 96%;
    }

    .glav_variants_div {
        margin-right: 0 !important;
        max-width: 96%;
    }

    .top_banner_slider .flex-direction-nav a {
        display: none;
    }

    .the_form.mini_form .the_form_div.the_form_div_text_and_submit {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .the_form.mini_form .the_form_div.the_form_div_accept {
        padding-left: 15px;
    }

    .kitchen_mini_form_left p.title {
        padding-left: 0;
        text-align: center;
    }

    .footer_menu .footer_menu_div {
        display: block;
        float: none;
    }

    .footer_menu {
        padding-bottom: 35px;
    }

    .footer_download {
        text-align: center;
    }

    footer p.seo_by {
        padding-bottom: 0;
    }

    .glav_news_section {
        padding-bottom: 0;
    }

    .profit_section .inner_section {
        padding-top: 0px;
    }

    .the_form.mini_form .the_form_div.the_form_div_text_and_submit {
        width: 300px;
        clear: both;
        float: none;
    }

    .kitchen_mini_form_section {
        overflow: hidden;
    }

    .the_form.mini_form .the_form_div.the_form_div_accept {
        padding-left: 15px;
        width: 200px;
        display: block;
        clear: both;
        float: none;
        padding-top: 10px;
    }

    .pagination a {
        margin-left: 2px;
        margin-right: 2px;
    }

    .pagination a.prev {
        margin-right: 5px;
    }

    .pagination a.next {
        margin-left: 5px;
    }

    header .logo {
        padding-top: 20px;
    }

    .card_mini_img_slider {
        width: 330px;
    }

    .card_mini_img_slider .flex-direction-nav .flex-next {
        right: -17px;
    }

    .card_mini_img_slider .flex-direction-nav .flex-prev {
        left: -17px;
    }

    .glav_cat_wrap.glav_cat_wrap_mark2 {
        text-align: center;
    }

    .glav_cat_wrap.glav_cat_wrap_mark2 .glav_cat_div {
        margin: 0 auto 40px;
        text-align: left;
    }

    .glav_cat_wrap.glav_cat_wrap_mark2 .glav_cat_div:nth-child(3n+3) {
        margin: 0 auto 40px;
        text-align: left;
    }

    .sr_btn {
        margin-right: 10px;
    }

    .popup {
        padding: 10px;
    }

    .our_works_div .title {
        height: initial;
        margin-top: 30px;
    }
}

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

    .card_mini_img_slider {
        width: 220px;
    }

    .card_mini_img_slider .flex-direction-nav .flex-next {
        right: 0px;
    }

    .card_mini_img_slider .flex-direction-nav .flex-prev {
        left: 0px;
    }

    .contacts_page_block_div .contacts_page_div_info {
        width: 200px;
        float: none;
    }

    .contacts_page_block_div .contacts_page_div_info.n2 {
        width: 200px;
        float: none;
    }

}

.hide_imp {
    display: none !important;
}

@media (max-width: 1100px) {
    header .logo {
        display: inline-block;
        width: 20%;
        vertical-align: top;
    }

    header .header_right {
        display: inline-block;
        width: 70%;
        margin-top: 30px;
    }

    header .header_right_contacts {
        display: inline-block;
        width: 50%;
    }

    header .header_right a.button {
        display: inline-block;
        float: right;
    }

    .glav_cat_slider {
        margin: auto;
    }

    .the_section_head p.section_title {
        text-align: center;
    }

    .glav_variants_div {
        width: 45%;
        margin: 0 20px 0 20px;
    }

    a.header_phone {
        font-size: 17px;
    }

    html, body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .city_contacts_panel {
        border: none !important;
    }

    .city_contacts_panel a {
        border: none !important;
        width: 100%;
        text-align: left;
    }

    header {
        position: relative;
    }

    .mi_head {
        display: none;
    }

    .mobile_menu_toggler, .header_top {
        position: fixed;
    }

    .header_top {
        width: 100%;
        z-index: 100;
    }

    header .inner_header {
        padding-top: 40px;
    }

    .our_works_div .text {
        padding-top: 10px;
    }

    .our_works_div .text p {
        min-height: 10px;
    }

    .our_works_div {
        margin-bottom: 20px;
    }

    .footer_menu_mobile {
        display: block;
    }

    .profit_section {
        margin-bottom: 0 !important;
    }

    footer {
        display: none;
    }

    footer.mobile {
        display: block !important;
    }

    .news-detail img {
        width: 100%;
    }

    .middle_order_section {
        margin-bottom: 10px !important;
    }

    nav.header_menu > ul > li > ul > li:hover > a {
        background: none;
        color: grey;
    }

    #sr_line {
        width: 40% !important;
    }

    .top_banner_slider_div_undersection .inner_section .top_banner_slider_div.wow.fadeInUp {
        width: 100%;
        left: 0;
        top: -300px;
    }

    .top_banner_slider_div_undersection {
        top: 150px !important;
    }

    .top_banner_slider .flex-prev, .top_banner_slider .flex-next {
        display: block !important;
        top: 410px !important;
    }

    .top_banner_slider_div {
        background-size: 100% 100% !important;
    }

    .top_banner_slider .flex-prev {
        right: initial !important;
        left: 12% !important;
        margin-left: 0 !important;
    }

    .top_banner_slider .flex-next {
        left: initial !important;
        right: 12% !important;
        margin-left: 0 !important;
    }

    .glav_variants_section .inner_section {
        padding: 60px 20px 30px 20px !important;
    }

    .footer_menu_div {
        display: inline-block !important;
        width: 49% !important;
    }

    .footer_menu .footer_menu_div > ul > li > a {
        text-align: left;
    }

    .glav_variants_div .caption {
        bottom: 80px;
    }

    .glav_cat_wrap.glav_cat_wrap_mark2 .glav_cat_div {
        width: 100%;
        padding-bottom: 30px;
    }

    .ccc .glav_cat_div:nth-child(odd) {
        margin: 0 !important;
    }

    .our_works_wrap .our_works_div .text p {
        overflow: hidden;
    }

    .the_content_article {
        width: 100%;
    }

    .the_tabs.the_contacts_tabs {
        max-width: 100% !important;
    }

    #price_calculation_popup .right_reviews_block {
        width: 100%;
    }

    #price_calculation_popup .the_form_div.the_form_div_half {
        float: none;
    }

    #price_calculation_popup .form_top_area {
        padding: 20px;
    }

    #price_calculation_popup .the_form_div_choose label {
        width: 100%;
        padding: 10px;
    }

    form.smartfilter {
        display: none;
    }

    .bx-filter .bx-filter-section {
        padding-top: 0;
    }

    .left_column {
        padding-bottom: 0;
    }

    .left_filter_block_div {
        margin-bottom: 0;
    }

    .left_filter_block {
        text-align: center;
    }

    .row.bx-filter-parameters-box-container {
        text-align: left;
    }

    .popup .form_title {
        max-width: 90%;
    }

    .popup .the_form .the_form_div {
        max-width: 100%;
    }

    .kitchen_mini_form_section .the_form.mini_form .the_form_div.the_form_div_text_and_submit input[type="text"] {
        max-width: 100%;
    }

    .middle_order_section .the_form.mini_form .the_form_div.the_form_div_text_and_submit input[type="text"] {
        max-width: 100%;
    }

    .glav_variants_div {
        margin: 0;
        height: 240px;
    }

}

@media (max-width: 1100px) {
    .glav_variants_div {
        width: 45%;
        margin: 0 0 30px 0;
    }

    .glav_variants_div:nth-child(odd) {
        float: left;
    }

    .glav_variants_div:nth-child(even) {
        float: right;
    }

    .glav_cat_slider {
        width: 700px;
    }

    .card_mini_img_slider {
        margin: 0;
    }

    .card_page_right {
        margin: 0;
    }

    footer div:nth-child(3) p:first-child {
        text-align: left;
        margin-left: 20px;
    }

}

@media (max-width: 700px) {
    .card_mini_img_slider {
        margin: 0 auto;
    }

    .card_page_right {
        margin: 0 auto;
    }

    .glav_variants_div {
        width: 100%;
        margin: 0 0 30px 0;
        float: none
    }

    .col-xs-6.product-item-big-card {
        width: 100%;
    }

    footer div:nth-child(3) p:first-child {
        text-align: center;
        margin-left: 0;
    }

    .top_banner_slider_div_undersection {
        width: 100% !important;
        left: 0 !important;
    }
}

@media (max-width: 600px) {
    .profit_section_right .img {
        width: 100%;
        display: block;
    }

    .profit_section_right .text {
        width: 100%;
        display: block;
    }

    .top_banner_slider_div p:nth-child(3) {
        width: 100%;
    }

    header .logo {
        width: 100%;
        display: block;
    }

    header .header_right {
        margin-top: 0;
        display: block;
        width: 100%;
    }

    header .header_right_contacts {
        width: 100%;
        display: block;
    }

    header .header_right a.button {
        margin: auto;
        display: block;
        float: none;
    }

}

@media (max-width: 430px) {
    .header_top .social {
        display: none;
    }

    .header_search {
        float: initial !important;
    }

    .top_banner_slider_div p.title {
        font-size: 30px !important;
        position: relative;
        top: 10px;
    }
}

@media (max-width: 450px) {
    .top_banner_slider .flex-direction-nav .flex-prev {
        left: 1% !important;
    }

    .top_banner_slider .flex-direction-nav .flex-next {
        right: 1% !important;
    }

    .top_banner_slider_div {
        background: rgba(255, 255, 255, 0.9) !important;
        height: 260px;
    }

    .top_banner_slider_div a.button {
        position: absolute;
        width: 86%;
        left: 7%;
        bottom: 20px;
    }
}

@media (max-width: 400px) {
    .top_banner_slider_div_undersection .inner_section .top_banner_slider_div.wow.fadeInUp {
        position: relative !important;
        width: 84% !important;
        left: 8% !important;
        top: 0;
    }

    .top_banner_slider_div p.title {
        font-size: 20px !important;
    }

    .top_banner_slider_div_undersection .inner_section .top_banner_slider_div.wow.fadeInUp {
        padding: 10px;
    }
}

@media (max-width: 350px) {
    .top_banner_slider_div_undersection .inner_section .top_banner_slider_div.wow.fadeInUp {
        position: relative !important;
        width: 82% !important;
        left: 9% !important;
        top: 0;
    }

    .top_banner_slider_div p.title {
        font-size: 20px !important;
    }
}

.mi_head {
    width: 100%;
    height: 75px;
}

.in_main .glav_news_block .glav_news_div {
    height: 310px;
    overflow: hidden;
}

.in_main .glav_news_block .glav_news_div .img img {
    height: 200px;
}

.in_main .glav_news_block .glav_news_div .title {
    height: 100px;
}

.in_main .glav_news_block .glav_news_div_wide {
    height: initial;
}

.in_main .glav_news_block .glav_news_div_wide .img img {
    height: initial;
}

.in_main .glav_news_block .glav_news_div_wide .title {
    height: initial;
}

.slider_block {
    padding: 15px 20px;
    height: auto;
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 350px;
    display: none;
    transform: translateY(-50%);
    min-width: 250px;
}

.main-slider-img-link {
    display: block;
    width: 100%;
}

.slider_block .title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
}

.slider_block a.button {
    position: static;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    width: auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.main-slider-wrapper {
    position: relative;
    z-index: 500;
    height: auto !important;
    min-height: auto;
}

.main-slider-image {
    max-width: 100%;
    width: 100%;
    display: block;
}
@media (min-width: 600px) {
    .slider_block {
        display: block;
    }
}
@media (min-width: 768px) {
    .slider_block {
        padding: 15px 20px;
        height: auto;
    }
    .slider_block .title {
        font-size: 24px;
    }
    .slider_block a.button {
        position: initial;
        display: inline-block;
        text-transform: uppercase;
        width: auto;
        padding: 0 10px;
        font-size: 12px;
    }
}


@media screen and (max-width: 750px) {
    .glav_variants_div .img img {
        height: 100%;
        object-fit: cover;
    }
    .glav_variants_div {
        max-width: 100%;
    }

}

.top_banner_slider .flex-direction-nav {
    width: 100%;
    left: 0;
}
.top_banner_slider .flex-direction-nav .flex-next {
    background-color: rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.5);
}
.top_banner_slider .flex-direction-nav .flex-prev {
    background-color: rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.5);
}


.main-slider-img-link {
    height: 74vh;
}

@media screen and (max-width: 1480px) {
    .main-slider-img-link {
        height: 69vh;
    }
}

.glav_cat_div .the_price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.glav_cat_div .text .the_price p.discount {
    width: 60px;
    height: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.glav_cat_div .text .the_price p.discount span {
    font-size: 20px;
}
.studio54 .container {
    box-sizing: border-box;
}


.profit_section ul {
    margin-top: 16px;
    margin-bottom: 16px;
}
.profit_section ul li {
    font-size: 14px;
  list-style-type: disc;
    margin-bottom: 12px;
    margin-left: 24px;
    position: relative;
}

.bx-section-desc ul {
    margin-top: 16px;
    margin-bottom: 16px;
}
.bx-section-desc ul li {
    font-size: 16px;
  list-style-type: disc;
    margin-bottom: 12px;
    margin-left: 24px;
    position: relative;
}




.the_content_article ul {
    margin-top: 16px;
    margin-bottom: 16px;
}
.the_content_article ul li {
    font-size: 16px;
  list-style-type: disc;
    margin-bottom: 12px;
    margin-left: 24px;
    position: relative;
}


.the_contacts_tabs .the_tabs_div{display:none!important}
.the_contacts_tabs .the_tabs_div.active{display:block!important}

.main-slider-img-link {
    height: auto!important
}


.surpriseBtn{position:fixed;top:380px;right:30px;z-index:100;cursor:pointer;width:60px;height:60px}

.surpriseBtn{position:fixed;top:380px;right:30px;z-index:100;cursor:pointer;width:60px;height:60px}
.surprisePopug{
	max-width: 20%;
	position: absolute;
	z-index: 101;
	top: +160px;
	left: -25px;
}
.surpriseForm{
display:-webkit-box; position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);
}
.surpriseBtn .surpriseClose{opacity:1;-webkit-animation:surpriseAnim 2s ease-in-out infinite;animation:surpriseAnim 2s ease-in-out infinite;-webkit-animation-delay:3s;animation-delay:3s}.surpriseBtn .surpriseClose,.surpriseBtn .surpriseOpen{position:absolute;top:0;left:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.surpriseBtn .surpriseOpen,.surpriseBtn:hover .surpriseClose{opacity:0}.surpriseBtn:hover .surpriseOpen{opacity:1}@-webkit-keyframes surpriseAnim{0%{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}25%{-webkit-transform:scale(1.1) rotate(15deg);transform:scale(1.1) rotate(15deg)}50%{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}75%{-webkit-transform:scale(1.1) rotate(-15deg);transform:scale(1.1) rotate(-15deg)}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}}@keyframes surpriseAnim{0%{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}25%{-webkit-transform:scale(1.1) rotate(15deg);transform:scale(1.1) rotate(15deg)}50%{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}75%{-webkit-transform:scale(1.1) rotate(-15deg);transform:scale(1.1) rotate(-15deg)}to{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}}.surpriseModal{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:100;height:280px;width:560px;-webkit-box-shadow:-5px 0 7px rgba(0,0,0,.14);box-shadow:-5px 0 7px rgba(0,0,0,.14);background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:none}
@media screen and (max-width:750px){
.surpriseModal{width:calc(100% - 30px)}
.surprisePopug{top: 35px;
left: 10px;
    max-width: 30%;}
}
.surpriseModal.active{display:-webkit-box;display:-ms-flexbox;display:flex}

.surpriseModal
.surpriseCloseBtn{position:absolute;top:-40px;right:0;background-color:var(--primary);width:40px;height:40px;z-index:5;cursor:pointer}.surpriseModal .surpriseCloseBtn .line{background-color:#fff;width:70%;height:2px;position:absolute;top:50%;left:50%}.surpriseModal .surpriseCloseBtn .line.l1{-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.surpriseModal .surpriseCloseBtn .line.l2{-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.surpriseModal .surpriseModalBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.surpriseModal .surpriseModalBg .greenBlock{position:absolute;top:0;left:0;width:20%;height:100%;background-color:var(--primary)}.surpriseModal .surpriseModalBg .verticalLine{position:absolute;top:0;background-color:var(--primary);width:3px;height:100%}.surpriseModal .surpriseModalBg .verticalLine.vl1{left:calc(20% + 10px)}.surpriseModal .surpriseModalBg .verticalLine.vl2{left:calc(20% + 23px)}.surpriseModal .surpriseModalBg .verticalLine.vl3{left:calc(20% + 36px)}.surpriseModal .surpriseModalImg{position:absolute;z-index:2;top:20px;left:60px;border-radius:4px;height:calc(100% - 40px);overflow:hidden}.surpriseModal .surpriseModalRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:336px;position:relative;z-index:5;overflow:hidden}.surpriseModal .surpriseModalRight .whiteBlock{position:absolute;top:0;left:0;width:100%;height:100%}.surpriseModal .surpriseModalRight .whiteBlock img{position:absolute;top:-10px;height:calc(100% + 20px);left:0}.surpriseModal .surpriseModalRight .greenBlock{position:absolute;top:30px;right:0;padding:12px 16px 12px 33px}.surpriseModal .surpriseModalRight .greenBlock .greenBlockBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:var(--primary);-webkit-clip-path:polygon(27% 0,100% 0,100% 100%,0 100%);clip-path:polygon(27% 0,100% 0,100% 100%,0 100%)}.surpriseModal .surpriseModalRight .greenBlock .triangle{position:absolute;bottom:-17px;left:0}.surpriseModal .surpriseModalRight .greenBlock .title{position:relative;z-index:5}.surpriseModal .surpriseModalRight .greenBlock .title p{line-height:1.1;font-size:23px;font-weight:900;color:#fff;text-align:right}.surpriseModal .surpriseModalRight .greenBlock .title p b{font-size:30px;color:#c91d3f}.surpriseModal .surpriseModalRight .greenBlock .title p i{font-weight:600}.surpriseModal .surpriseModalRight .surpriseContent{position:relative;z-index:6}.surpriseModal .surpriseModalRight .surpriseContent .msCounter{padding-bottom:20px}.surpriseModal .surpriseModalRight .surpriseContent .msCounter .counterInner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:12px;padding-right:12px}.surpriseModal .surpriseModalRight .surpriseContent .msCounter .counterInner .block{margin-right:24px;position:relative}.surpriseModal .surpriseModalRight .surpriseContent .msCounter .counterInner .block:after{content:":";font-size:1.5rem;font-weight:700;color:#000;position:absolute;right:-17px;top:-8px}.surpriseModal .surpriseModalRight .surpriseContent .msCounter .counterInner .block .numeral p{font-size:1.5rem;font-weight:400;color:#000;text-align:center;line-height:1}.surpriseModal .surpriseModalRight .surpriseContent .msCounter .counterInner .block .text p{font-size:.6rem;color:#b7b7b7;text-align:center}.surpriseModal .surpriseModalRight .surpriseContent .msCounter .counterInner .block:last-of-type{margin-right:0}.surpriseModal .surpriseModalRight .surpriseContent .msCounter .counterInner .block:last-of-type:after{content:none}.surpriseModal .surpriseModalRight .surpriseContent .btnWrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:32px}
.gallN{
    display: none!important;
}
.btnPad{
    padding: 20px 0!important;
}
@media screen and (max-width:750px){
   #opF{
       display: none;
   }
   .opFN{
       display: block!important;
   }
}

/* End */


/* Start:/local/templates/kitchen_copy/css/jquery.nouislider.min.css?17384178142164*/
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-stacking+.noUi-origin{*z-index:-1}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-horizontal.noUi-extended{padding:0 15px}.noUi-horizontal.noUi-extended .noUi-origin{right:-15px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-vertical.noUi-extended{padding:15px 0}.noUi-vertical.noUi-extended .noUi-origin{bottom:-15px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}

/* End */


/* Start:/local/templates/kitchen_copy/css/home-filter.css?173841781415481*/
   @media screen and (min-width: 960px) {
	.openBtn{
	display:none!important;
	
		}
	.filter-block-list-wrap{
	display:block!important;
	}
	}
.studio54 .container {
    max-width: 1200px;
    padding-left: 64px;
    padding-right: 64px;
    margin: 0 auto; }
    @media screen and (max-width: 1440px) {
      .studio54 .container {
        padding-left: undefined;
        padding-right: undefined; } }
    @media screen and (max-width: 1170px) {
      .studio54 .container {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 960px) {
      .studio54 .container {
        padding-left: undefined;
        padding-right: undefined; } }
    @media screen and (max-width: 750px) {
      .studio54 .container {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 560px) {
      .studio54 .container {
        padding-left: undefined;
        padding-right: undefined; } }
  
        
  .studio54 .filter-block {
    background-color: #F1F7E9;
    padding-bottom: 50px;
    padding-top: 50px; }
    .studio54 .filter-block .filter-top {
      margin-bottom: 0px; }
      .studio54 .filter-block .filter-top .filter-title {
        font-weight: 300;
        font-size: 40px;
        margin-bottom: 12px; }
        .filter-title.second{margin-top:30px}
        @media screen and (max-width: 750px) {
          .studio54 .filter-block .filter-top .filter-title {
            font-size: 28px; } }
      .studio54 .filter-block .filter-top .filter-top-text {
        font-weight: 300;
        font-size: 20px; }
        @media screen and (max-width: 960px){
          .head {
            grid-template-columns: repeat(3, 1fr);
          }
        }
    .head{
      grid-template-columns: repeat(1, 1fr)!important;
    }
    .opFN{
      display: none;
    }
    .studio54 .filter-block .filter-block-list {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(1, auto);
      grid-gap: 10px; }
      @media screen and (max-width: 960px) {
        .studio54 .filter-block .filter-block-list {
          grid-template-columns: repeat(1, 1fr); } }
      .studio54 .filter-block .filter-block-list .filter-form {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(1, auto);
        grid-gap: 16px 32px; }
        @media screen and (max-width: 960px) {
          .studio54 .filter-block .filter-block-list .filter-form {
            grid-template-columns: repeat(4, 1fr); } }
        @media screen and (max-width: 750px) {
          .studio54 .filter-block .filter-block-list .filter-form {
            grid-template-columns: repeat(2, 1fr); } }
        .studio54 .filter-block .filter-block-list .filter-form .filter-title {
          grid-column-start: span 2;
          font-weight: 700;
          font-size: 20px;
          margin-bottom: 8px; }
          @media screen and (max-width: 960px) {
            .studio54 .filter-block .filter-block-list .filter-form .filter-title {
              grid-column-start: span 4; } }
          @media screen and (max-width: 750px) {
            .studio54 .filter-block .filter-block-list .filter-form .filter-title {
              grid-column-start: span 2; } }
        .studio54 .filter-block .filter-block-list .filter-form .ff-block {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer; }
          .studio54 .filter-block .filter-block-list .filter-form .ff-block .ff-img-wrap {
            width: 120px;
            height: 120px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            border: 1px solid rgba(0, 146, 70, 0.3);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            position: relative;
            margin-bottom: 16px; }
			.studio54 .filter-block .filter-block-list .filter-form .ff-block .ff-img-wrap .svg{
			width:60%;
			}
            .studio54 .filter-block .filter-block-list .filter-form .ff-block .ff-img-wrap .svg {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
          .studio54 .filter-block .filter-block-list .filter-form .ff-block .ff-title {
            text-align: center;
            font-size: 14px;
            color: #000;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          .studio54 .filter-block .filter-block-list .filter-form .ff-block:hover .ff-img-wrap {
            background-color: #fff;
            -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
                    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2); }
          .studio54 .filter-block .filter-block-list .filter-form .ff-block:hover .ff-title {
            color: #009246; }
          .studio54 .filter-block .filter-block-list .filter-form .ff-block.active .ff-img-wrap {
            background-color: #fff;
            -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
                    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2); }
          .studio54 .filter-block .filter-block-list .filter-form .ff-block.active .ff-title {
            color: #009246; }
      .studio54 .filter-block .filter-block-list .filter-color .filter-title {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 24px;
        text-align: center; }
      .studio54 .filter-block .filter-block-list .filter-color .filter-color-list {
        margin-bottom: 20px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(1, auto);
        grid-gap: 16px; }
        @media screen and (max-width: 960px) {
          .studio54 .filter-block .filter-block-list .filter-color .filter-color-list {
            grid-template-columns: repeat(10, 1fr); } }
        @media screen and (max-width: 750px) {
          .studio54 .filter-block .filter-block-list .filter-color .filter-color-list {
            grid-template-columns: repeat(5, 1fr); } }
        .studio54 .filter-block .filter-block-list .filter-color .filter-color-list .filter-color-item {
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .studio54 .filter-block .filter-block-list .filter-color .filter-color-list .filter-color-item .filter-color-block {
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            position: relative;
            -webkit-transform: tranlate(-50%, -50%);
                -ms-transform: tranlate(-50%, -50%);
                    transform: tranlate(-50%, -50%);
            cursor: pointer;
            z-index: 10;
            cursor: pointer; }
            .studio54 .filter-block .filter-block-list .filter-color .filter-color-list .filter-color-item .filter-color-block:after {
              content: "";
              width: 50px;
              height: 50px;
              -webkit-border-radius: 50%;
                      border-radius: 50%;
              position: absolute;
              top: -5px;
              left: -5px;
              -webkit-box-shadow: inset 0px 0px 0 6px #F1F7E9, 0 0 0 #F1F7E9;
                      box-shadow: inset 0px 0px 0 6px #F1F7E9, 0 0 0 #F1F7E9;
              border: 1px solid #F1F7E9;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
            .studio54 .filter-block .filter-block-list .filter-color .filter-color-list .filter-color-item .filter-color-block:hover:after {
              border: 1px solid #009246;
              -webkit-box-shadow: inset 0px 0px 0 6px white;
                      box-shadow: inset 0px 0px 0 6px white; }
            .studio54 .filter-block .filter-block-list .filter-color .filter-color-list .filter-color-item .filter-color-block.active:after {
              border: 1px solid #009246;
              -webkit-box-shadow: inset 0px 0px 0 6px white;
                      box-shadow: inset 0px 0px 0 6px white; }
      .studio54 .filter-block .filter-block-list .filter-color .color-btn {
        height: 40px;
        -webkit-border-radius: 30px;
                border-radius: 30px;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 130px;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .studio54 .filter-block .filter-block-list .filter-color .color-btn p {
          font-size: 14px;
          font-weight: 400;
          color: #009246;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .studio54 .filter-block .filter-block-list .filter-color .color-btn:hover {
          background-color: #009246; }
          .studio54 .filter-block .filter-block-list .filter-color .color-btn:hover p {
            color: #fff; }
        .studio54 .filter-block .filter-block-list .filter-color .color-btn.active {
          background-color: #009246; }
          .studio54 .filter-block .filter-block-list .filter-color .color-btn.active p {
            color: #fff; }
      .studio54 .filter-block .filter-block-list .filter-material .filter-title {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 24px; }
      .studio54 .filter-block .filter-block-list .filter-material .material-list {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, auto);
        grid-gap: 16px; }
        @media screen and (max-width: 960px) {
          .studio54 .filter-block .filter-block-list .filter-material .material-list {
            grid-template-columns: repeat(2, 1fr); } }
        @media screen and (max-width: 560px) {
          .studio54 .filter-block .filter-block-list .filter-material .material-list {
            grid-template-columns: repeat(1, 1fr); } }
		@media screen and (max-width: 960px) {
			.studio54 .filter-block .filter-block-list .filter-material .material-list .openBtn {
				display: flex;}}
		.studio54 .filter-block .filter-block-list .filter-material .material-list .openBtn {
		display: none;
		}
        .studio54 .filter-block .filter-block-list .filter-material .material-list .material-item {
          display: -webkit-box;
          margin: 10px 0;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 40px;
          -webkit-border-radius: 30px;
                  border-radius: 30px;
          background-color: #fff;
          cursor: pointer;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .studio54 .filter-block .filter-block-list .filter-material .material-list .material-item .material-text {
            font-size: 14px;
            color: #009246;
            font-weight: 400;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          .studio54 .filter-block .filter-block-list .filter-material .material-list .material-item:hover {
            background-color: #009246; }
            .studio54 .filter-block .filter-block-list .filter-material .material-list .material-item:hover .material-text {
              color: #fff; }
          .studio54 .filter-block .filter-block-list .filter-material .material-list .material-item.active {
            background-color: #009246; }
            .studio54 .filter-block .filter-block-list .filter-material .material-list .material-item.active .material-text {
              color: #fff; }



.studio54 .filter-block .filter-block-list .filter-material .material-list.finalb-tn{margin-top:50px;grid-template-columns: repeat(2, 1fr)}
.studio54 .filter-block .filter-block-list.head .filter-material .material-list.finalb-tn{margin-top:0}
.studio54 .filter-block .filter-block-list .filter-material .material-list.finalb-tn .home-filter-submit{cursor:pointer;text-transform:uppercase;background-color:#009246}
.studio54 .filter-block .filter-block-list .filter-material .material-list.finalb-tn .home-filter-submit p{color:#FFF}
.studio54 .filter-block .filter-block-list .filter-material .material-list.finalb-tn .home-filter-submit:hover{background-color:#FFF}
.studio54 .filter-block .filter-block-list .filter-material .material-list.finalb-tn .home-filter-submit:hover p{color: #009246}
.studio54 .filter-block .filter-block-list-wrap{display:none;margin-top:50px}
.studio54 .filter-block .filter-block-list.head .openBtn p:nth-child(1){display:block}
.studio54 .filter-block .filter-block-list.head .openBtn p:nth-child(2){display:none}
.studio54 .filter-block .filter-block-list.head .openBtn.active p:nth-child(1){display:none}
.studio54 .filter-block .filter-block-list.head .openBtn.active p:nth-child(2){display:block}

.our_works_wrap{margin-top: 50px}
.our_works_div.actions_block_div{width: 350px;float: none;display: inline-block;}
.our_works_wrap .our_works_div{height:400px !important;}
.our_works_wrap .our_works_div .img{height: 400px;}
.our_works_div p{height: 110px;}
.our_works_div .title{height: 70px;}
.top_banner_slider .flex-direction-nav li{min-height:1px;height:1px;}
.overflowcheck{
  overflow-x: auto;
  max-height: 300px;
}


@media(max-width:1000px) {
	.our_works_wrap .our_works_div{height:initial !important;}
	.our_works_wrap .our_works_div .img{height: initial !important;}
	.our_works_wrap .our_works_div .title{height:initial !important;}
	.our_works_wrap .our_works_div .text{margin-top:0 !important;}
}

/* End */


/* Start:/local/templates/kitchen_copy/css/mobilemenu.css?17384178147794*/
:root{--primary:#000;--secondary:#ccc;--text:#000;--textGray:rgba(0,0,0,0.5);--cross:#fc5c65;--link:#545454;--border:rgba(0,0,0,0.1);--gray:#77808a;--red:#f60000;--green:#42c102}.grid5{grid-template-columns:repeat(5,1fr);grid-gap:24px}.grid5,.grid10{width:100%;display:grid;grid-template-rows:repeat(1,auto)}.grid10{grid-template-columns:repeat(10,1fr);grid-gap:24px}.grid12{width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(1,auto);grid-gap:16px}@media screen and (max-width:750px){.grid12{grid-gap:8px}}.grid15{width:100%;display:grid;grid-template-columns:repeat(15,1fr);grid-template-rows:repeat(1,auto);grid-gap:24px}.gap16{grid-gap:16px}.gap8{grid-gap:8px}.gaph16{grid-gap:16px 32px}.gap0{grid-gap:0}.gap1{grid-gap:1px}.x1{grid-column-start:span 1}.x2{grid-column-start:span 2}.x3{grid-column-start:span 3}.x4{grid-column-start:span 4}.x5{grid-column-start:span 5}.x6{grid-column-start:span 6}.x7{grid-column-start:span 7}.x8{grid-column-start:span 8}.x9{grid-column-start:span 9}.x10{grid-column-start:span 10}.x11{grid-column-start:span 11}.x12{grid-column-start:span 12}@media screen and (max-width:1500px){.xlg1{grid-column-start:span 1}.xlg2{grid-column-start:span 2}.xlg3{grid-column-start:span 3}.xlg4{grid-column-start:span 4}.xlg5{grid-column-start:span 5}.xlg6{grid-column-start:span 6}.xlg7{grid-column-start:span 7}.xlg8{grid-column-start:span 8}.xlg9{grid-column-start:span 9}.xlg10{grid-column-start:span 10}.xlg11{grid-column-start:span 11}.xlg12{grid-column-start:span 12}}@media screen and (max-width:1280px){.lg1{grid-column-start:span 1}.lg2{grid-column-start:span 2}.lg3{grid-column-start:span 3}.lg4{grid-column-start:span 4}.lg5{grid-column-start:span 5}.lg6{grid-column-start:span 6}.lg7{grid-column-start:span 7}.lg8{grid-column-start:span 8}.lg9{grid-column-start:span 9}.lg10{grid-column-start:span 10}.lg11{grid-column-start:span 11}.lg12{grid-column-start:span 12}}@media screen and (max-width:980px){.md1{grid-column-start:span 1}.md2{grid-column-start:span 2}.md3{grid-column-start:span 3}.md4{grid-column-start:span 4}.md5{grid-column-start:span 5}.md6{grid-column-start:span 6}.md7{grid-column-start:span 7}.md8{grid-column-start:span 8}.md9{grid-column-start:span 9}.md10{grid-column-start:span 10}.md11{grid-column-start:span 11}.md12{grid-column-start:span 12}.mdRemove{display:none}}@media screen and (max-width:750px){.sm1{grid-column-start:span 1}.sm2{grid-column-start:span 2}.sm3{grid-column-start:span 3}.sm4{grid-column-start:span 4}.sm5{grid-column-start:span 5}.sm6{grid-column-start:span 6}.sm7{grid-column-start:span 7}.sm8{grid-column-start:span 8}.sm9{grid-column-start:span 9}.sm10{grid-column-start:span 10}.sm11{grid-column-start:span 11}.sm12{grid-column-start:span 12}.smRemove{display:none}}@media screen and (max-width:500px){.xs1{grid-column-start:span 1}.xs2{grid-column-start:span 2}.xs3{grid-column-start:span 3}.xs4{grid-column-start:span 4}.xs5{grid-column-start:span 5}.xs6{grid-column-start:span 6}.xs7{grid-column-start:span 7}.xs8{grid-column-start:span 8}.xs9{grid-column-start:span 9}.xs10{grid-column-start:span 10}.xs11{grid-column-start:span 11}.xs12{grid-column-start:span 12}.xsRemove{display:none}}.mobileMenu{position:fixed;left:-100%;top:0;height:100vh;background-color:#fff;z-index:100;max-width:320px;width:100%;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.3);box-shadow:1px 1px 1px rgba(0,0,0,.3);-webkit-transition:left .3s;-o-transition:left .3s;transition:left .3s}.mobileMenu .mmTop{padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobileMenu .mmTop .icon{cursor:pointer;max-width:150px}.mobileMenu .mmTop .icon img,.mobileMenu .mmTop .icon svg{max-width:100%}.mobileMenu .mmTop .cross{cursor:pointer;width:20px;height:20px;position:relative;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mobileMenu .mmTop .cross .line{position:absolute;background-color:var(--cross)}.mobileMenu .mmTop .cross .line.l1{width:100%;height:2px;top:calc(50% - 1px);left:0}.mobileMenu .mmTop .cross .line.l2{width:2px;height:100%;left:calc(50% - 1px);top:0}.mobileMenu .mmBody{position:relative;height:calc(100vh - 55px);overflow-y:scroll;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobileMenu .mmBody .list{margin-bottom:32px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.mobileMenu .mmBody .list .item .link{padding:8px 15px;position:relative;font-size:16px;color:var(--link)}.mobileMenu .mmBody .list .item .link:before{content:""}.mobileMenu .mmBody .mmBottom{position:relative;bottom:0;padding-bottom:32px}.mobileMenu .mmBody .mmBottom .link{padding:4px 15px;display:block;font-size:16px;color:var(--link)}.mobileMenu.active{left:0}header.header{position:fixed;top:0;left:0;width:100%;display:none}@media screen and (max-width:1100px){header.header{display:block}}header.header .top{background:-webkit-gradient(linear,left top,right top,from(#00c47c),to(#009246));background:-o-linear-gradient(left,#00c47c,#009246);background:linear-gradient(90deg,#00c47c,#009246);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px}header.header .top .burger{cursor:pointer;width:20px;height:20px;position:relative}header.header .top .burger .line{position:absolute;left:0;height:3px;background-color:#fff;-webkit-transition:width .3s;-o-transition:width .3s;transition:width .3s}header.header .top .burger .line.l1{top:0;width:100%}header.header .top .burger .line.l2{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}header.header .top .burger .line.l3{bottom:0;width:100%}header.header .top .burger.active .line,header.header .top .burger:hover .line{width:100%}header.header .top .phones .list{display:-webkit-box;display:-ms-flexbox;display:flex}header.header .top .phones .list .item{margin-right:2vw}header.header .top .phones .list .item .link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header.header .top .phones .list .item .link img,header.header .top .phones .list .item .link svg{margin-right:8px}header.header .top .phones .list .item .link span{color:#fff;font-size:17px;font-weight:700}header.header .top .catalogBtn{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:3px;height:32px;padding:0 15px;cursor:pointer}header.header .top .catalogBtn span{font-size:17px;color:#000}header.header .bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px}header.header .bottom .logo{margin-right:32px;width:100px}header.header .bottom .logo img,header.header .bottom .logo svg{width:auto;height:auto;max-width:100%}header.header .bottom .backCallBtn{border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;color:#000;padding:0 15px;height:32px;border:1px solid #ce2b37;text-align:center;line-height:1.1}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}

/* End */


/* Start:/local/templates/kitchen_copy/css/header.css?173841781439043*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;font-size:100%;vertical-align:baseline}a{text-decoration:none;color:var(--text)}a:active,a:hover{outline:0}li,ul{list-style-type:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}html{-webkit-box-sizing:border-box;box-sizing:border-box}:focus{outline:0}audio,img,video{max-width:100%;height:auto}audio,canvas,iframe,img,svg,video{vertical-align:middle}iframe{border:0}textarea{resize:none;overflow:auto;vertical-align:top;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}button,input,select,textarea{outline:none;border:none;font-size:100%;margin:0}button,input{line-height:normal}input,select,textarea{width:100%}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}button{cursor:pointer;background-color:initial;-webkit-box-shadow:none;box-shadow:none}hr{width:100%}:root{--primary:#009246;--secondary:#ccc;--text:#000;--textGray:rgba(0,0,0,0.5);--cross:#fc5c65;--link:#545454;--border:rgba(0,0,0,0.1);--sectionMb:50px;--sectionPt:50px;--sectionPb:50px;--gap:24px;--halfContainer:590px;--btnHeight:50px;--column:calc((2*var(--halfContainer) - 11*var(--gap))/12)}@media screen and (max-width:1280px){:root{--halfContainer:50%}}@media screen and (max-width:980px){:root{--gap:16px}}@media screen and (max-width:750px){:root{--gap:8px}}.container,.sliderWrap .sliderArrows{padding:0}.container2,article,header.headerDesktop,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop{padding:0 calc(50% - var(--halfContainer))}@media screen and (max-width:1500px){.container2,article,header.headerDesktop,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop{padding:0 30px}}@media screen and (max-width:980px){.container2,article,header.headerDesktop,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop{padding:0 20px}}@media screen and (max-width:750px){.container2,article,header.headerDesktop,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop{padding:0 15px}}@media screen and (max-width:500px){.container2,article,header.headerDesktop,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop{padding:0 10px}}.grid5{grid-template-columns:repeat(5,1fr);grid-gap:24px}.grid5,.grid10{width:100%;display:grid;grid-template-rows:repeat(1,auto)}.grid10{grid-template-columns:repeat(10,1fr);grid-gap:24px}.grid12{width:100%;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(1,auto);grid-gap:16px}@media screen and (max-width:750px){.grid12{grid-gap:8px}}.grid15{width:100%;display:grid;grid-template-columns:repeat(15,1fr);grid-template-rows:repeat(1,auto);grid-gap:24px}.gap16{grid-gap:16px}.gap8{grid-gap:8px}.gaph16{grid-gap:16px 32px}.gap0{grid-gap:0}.gap1{grid-gap:1px}.x1{grid-column-start:span 1}.x2{grid-column-start:span 2}.x3{grid-column-start:span 3}.x4{grid-column-start:span 4}.x5{grid-column-start:span 5}.x6{grid-column-start:span 6}.x7{grid-column-start:span 7}.x8{grid-column-start:span 8}.x9{grid-column-start:span 9}.x10{grid-column-start:span 10}.x11{grid-column-start:span 11}.x12{grid-column-start:span 12}@media screen and (max-width:1500px){.xlg1{grid-column-start:span 1}.xlg2{grid-column-start:span 2}.xlg3{grid-column-start:span 3}.xlg4{grid-column-start:span 4}.xlg5{grid-column-start:span 5}.xlg6{grid-column-start:span 6}.xlg7{grid-column-start:span 7}.xlg8{grid-column-start:span 8}.xlg9{grid-column-start:span 9}.xlg10{grid-column-start:span 10}.xlg11{grid-column-start:span 11}.xlg12{grid-column-start:span 12}}@media screen and (max-width:1280px){.lg1{grid-column-start:span 1}.lg2{grid-column-start:span 2}.lg3{grid-column-start:span 3}.lg4{grid-column-start:span 4}.lg5{grid-column-start:span 5}.lg6{grid-column-start:span 6}.lg7{grid-column-start:span 7}.lg8{grid-column-start:span 8}.lg9{grid-column-start:span 9}.lg10{grid-column-start:span 10}.lg11{grid-column-start:span 11}.lg12{grid-column-start:span 12}}@media screen and (max-width:980px){.md1{grid-column-start:span 1}.md2{grid-column-start:span 2}.md3{grid-column-start:span 3}.md4{grid-column-start:span 4}.md5{grid-column-start:span 5}.md6{grid-column-start:span 6}.md7{grid-column-start:span 7}.md8{grid-column-start:span 8}.md9{grid-column-start:span 9}.md10{grid-column-start:span 10}.md11{grid-column-start:span 11}.md12{grid-column-start:span 12}.mdRemove{display:none}}@media screen and (max-width:750px){.sm1{grid-column-start:span 1}.sm2{grid-column-start:span 2}.sm3{grid-column-start:span 3}.sm4{grid-column-start:span 4}.sm5{grid-column-start:span 5}.sm6{grid-column-start:span 6}.sm7{grid-column-start:span 7}.sm8{grid-column-start:span 8}.sm9{grid-column-start:span 9}.sm10{grid-column-start:span 10}.sm11{grid-column-start:span 11}.sm12{grid-column-start:span 12}.smRemove{display:none}}@media screen and (max-width:500px){.xs1{grid-column-start:span 1}.xs2{grid-column-start:span 2}.xs3{grid-column-start:span 3}.xs4{grid-column-start:span 4}.xs5{grid-column-start:span 5}.xs6{grid-column-start:span 6}.xs7{grid-column-start:span 7}.xs8{grid-column-start:span 8}.xs9{grid-column-start:span 9}.xs10{grid-column-start:span 10}.xs11{grid-column-start:span 11}.xs12{grid-column-start:span 12}.xsRemove{display:none}}header.headerDesktop .top .phones .list .item .link{white-space:nowrap;position:relative;display:inline-block}header.headerDesktop .top .phones .list .item .link:before{content:"";position:absolute;bottom:0;width:0;height:1px;background-color:#fff;-webkit-transition:width .3s;-o-transition:width .3s;transition:width .3s}header.headerDesktop .top .phones .list .item .link:hover:before{width:100%}.breadcrumbs .list .item .link{white-space:nowrap;position:relative;display:inline-block}.breadcrumbs .list .item .link:before{content:"";position:absolute;bottom:0;width:0;height:1px;background-color:#000;-webkit-transition:width .3s;-o-transition:width .3s;transition:width .3s}.breadcrumbs .list .item .link:hover:before{width:100%}.btn,.field label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.breadcrumbs .list,header.headerDesktop .top .dropDownMenu .list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.field input:focus,.field input:hover{-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.1);box-shadow:2px 2px 8px rgba(0,0,0,.1)}.linkEffect{position:relative;display:inline-block;font-weight:800;color:#4169e1;overflow:hidden;background:-webkit-gradient(linear,left top,right top,from(red),color-stop(50%,green),color-stop(50%,#4169e1));background:-o-linear-gradient(left,red,green 50%,#4169e1 50%);background:linear-gradient(90deg,red,green 50%,#4169e1 0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-size:200% 100%;background-position:100%;-webkit-transition:background-position 275ms ease;-o-transition:background-position 275ms ease;transition:background-position 275ms ease;text-decoration:none}.linkEffect:hover{background-position:0 100%}.linkEffect2 span{position:relative;display:inline-block;color:var(--secondary)}.linkEffect2 span,.linkEffect2 span:before{-webkit-transition:-webkit-clip-path 275ms ease;transition:-webkit-clip-path 275ms ease;-o-transition:clip-path 275ms ease;transition:clip-path 275ms ease;transition:clip-path 275ms ease,-webkit-clip-path 275ms ease}.linkEffect2 span:before{position:absolute;content:attr(data-content);color:var(--primary);text-decoration:underline;-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary);-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);clip-path:polygon(0 0,0 0,0 100%,0 100%)}.linkEffect2:focus span:before,.linkEffect2:hover span:before{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.linkEffect2 span.dotted:before{-webkit-text-decoration-style:dotted;text-decoration-style:dotted}.linkEffect2 span.dashed:before{-webkit-text-decoration-style:dashed;text-decoration-style:dashed}.linkEffect2 span.double:before{-webkit-text-decoration-style:double;text-decoration-style:double}.linkEffect2 span.wavy:before{-webkit-text-decoration-style:wavy;text-decoration-style:wavy}span.line-through:before{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.linkEffect3{position:relative;display:inline-block;font-size:2em;color:#4169e1;font-weight:800;text-decoration:underline;overflow:hidden;-webkit-transition:-webkit-clip-path 275ms ease;transition:-webkit-clip-path 275ms ease;-o-transition:clip-path 275ms ease;transition:clip-path 275ms ease;transition:clip-path 275ms ease,-webkit-clip-path 275ms ease}.linkEffect3:hover:before{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.linkEffect3:before{position:absolute;content:attr(data-content);color:#191970;text-decoration:underline;-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);clip-path:polygon(0 0,0 0,0 100%,0 100%);-webkit-transition:-webkit-clip-path 275ms ease;transition:-webkit-clip-path 275ms ease;-o-transition:clip-path 275ms ease;transition:clip-path 275ms ease;transition:clip-path 275ms ease,-webkit-clip-path 275ms ease}.btn{height:40px;min-width:150px;white-space:nowrap;font-size:.8rem;color:var(--text);padding:4px 15px;background-color:initial;border-radius:50px;text-transform:uppercase;border:1px solid rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:background-color .3s,color .3s,border-color .3s;-o-transition:background-color .3s,color .3s,border-color .3s;transition:background-color .3s,color .3s,border-color .3s;position:relative;z-index:1;font-weight:400}@media screen and (max-width:500px){.btn{width:100%;min-width:0}}.btn.primary{background-color:var(--primary);color:#fff;border-color:var(--primary)}.btn.primary:hover{background-color:#fff;color:var(--primary)}.btn.border{color:var(--primary);border-color:var(--primary)}.btn.border:hover{background-color:var(--primary);color:#fff}.btnWrap{display:-webkit-box;display:-ms-flexbox;display:flex}.titleWrap{margin-bottom:32px}.titleWrap .title p{font-size:2rem;font-weight:300}.field{margin-bottom:16px;position:relative}.field label{text-align:center;font-size:.7rem;color:rgba(0,0,0,.5);left:25px;position:absolute;pointer-events:none;top:15px;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;max-width:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.field label.active{left:0;top:-15px}.field input{border:1px solid #d0d0d0;background-color:initial;border-radius:3px;height:45px;padding-left:15px;font-size:.8rem;-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;-o-transition:box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s}.field input:focus+label{left:0;top:-15px}.field textarea{border:1px solid var(--gray);padding-left:15px}.field textarea:hover+label{left:0;top:-15px}.checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:20px}.checkbox .checkboxField{width:18px;height:18px;position:relative;margin-right:12px}.checkbox .checkboxField input[type=checkbox]{opacity:0;position:absolute;top:0;left:0}.checkbox .checkboxField input[type=checkbox]+label{position:absolute;top:0;left:0;width:18px;height:18px}.checkbox .checkboxField input[type=checkbox]+label:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;border:1px solid #000}.checkbox .checkboxField input[type=checkbox]+label:after{content:"";position:absolute;top:5px;left:4px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:10px;height:5px;opacity:0;border-left:2px solid #000;border-bottom:2px solid #000}.checkbox .checkboxField input[type=checkbox]:checked+label:after{opacity:1}.checkbox .checkboxText{font-size:.75rem}.checkbox .checkboxText a{font-weight:700;color:var(--primary);display:inline;text-decoration:underline;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.checkbox .checkboxText a:hover{opacity:.7}.checkbox.white .checkboxField input[type=checkbox]+label:after,.checkbox.white .checkboxField input[type=checkbox]+label:before{border-color:#fff}.checkbox.white .checkboxText,.checkbox.white .checkboxText a{color:#fff}.radio{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.radio .radioField{margin-top:3px;position:relative;width:20px;height:20px;margin-right:12px}.radio .radioField input{opacity:0;width:0}.radio .radioField input+label{cursor:pointer;position:absolute;left:50%;top:50%;width:20px;height:20px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.radio .radioField input+label:before{width:100%;height:100%;border:1px solid var(--primary);border-radius:50%}.radio .radioField input+label:after,.radio .radioField input+label:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.radio .radioField input+label:after{width:50%;height:50%;background-color:var(--primary);border-radius:50%;opacity:0}.radio .radioField input+label+svg path{fill:rgba(0,0,0,0)}.radio .radioField input:checked+label:after{opacity:1}.radio .radioField input:checked+label+svg path{fill:#fff}.radio label.checkboxText{cursor:pointer;font-size:.9rem;color:var(--text)}.radio label.checkboxText .title{font-size:.9rem;color:var(--text);margin-bottom:12px}.radio label.checkboxText .text{font-size:.7rem;color:var(--text);opacity:.5}.nice-select .current{max-width:100%;overflow-x:scroll;display:block}.mobileMenu{position:fixed;left:-100%;top:0;height:100vh;background-color:#fff;z-index:100;max-width:320px;width:100%;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.3);box-shadow:1px 1px 1px rgba(0,0,0,.3);-webkit-transition:left .3s;-o-transition:left .3s;transition:left .3s}.mobileMenu .mmTop{padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobileMenu .mmTop .icon{cursor:pointer}.mobileMenu .mmTop .cross{cursor:pointer;width:20px;height:20px;position:relative;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mobileMenu .mmTop .cross .line{position:absolute;background-color:var(--cross)}.mobileMenu .mmTop .cross .line.l1{width:100%;height:2px;top:calc(50% - 1px);left:0}.mobileMenu .mmTop .cross .line.l2{width:2px;height:100%;left:calc(50% - 1px);top:0}.mobileMenu .mmBody{position:relative;height:calc(100vh - 55px);overflow-y:scroll;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mobileMenu .mmBody .list{margin-bottom:32px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.mobileMenu .mmBody .list .item .link{padding:8px 15px;position:relative;font-size:16px;color:var(--link)}.mobileMenu .mmBody .list .item .link:before{content:""}.mobileMenu .mmBody .mmBottom{position:relative;bottom:0;padding-bottom:32px}.mobileMenu .mmBody .mmBottom .link{padding:4px 15px;display:block;font-size:16px;color:var(--link)}.mobileMenu.active{left:0}@media screen and (max-width:1300px){header.headerDesktop{padding-top:8px;padding-bottom:8px;position: fixed;top: 0px!important; }}header.headerDesktop .logoWrap{margin-right:32px}@media screen and (max-width:1300px){header.headerDesktop .logoWrap{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media screen and (max-width:600px){header.headerDesktop .logoWrap{margin-right:12px}}@media screen and (max-width:600px){header.headerDesktop .logoWrap .logo img,header.headerDesktop .logoWrap .logo svg{width:80px}}header.headerDesktop .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header.headerDesktop .top .dropDownMenu{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:1300px){header.headerDesktop .top .dropDownMenu{display:none}}header.headerDesktop .top .dropDownMenu .list{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}header.headerDesktop .top .dropDownMenu .list .item{margin-right:16px;list-style-type:none!important;margin-left:0!important;height:62px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}header.headerDesktop .top .dropDownMenu .list .item .link{color:#000;font-weight:600;font-size:.75rem}header.headerDesktop .top .dropDownMenu .list .item .subMenu{position:absolute;top:62px;left:0;z-index:10;background-color:#fff;min-width:200px;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;z-index:-9999;display:none;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.12);box-shadow:0 4px 5px rgba(0,0,0,.12)}header.headerDesktop .top .dropDownMenu .list .item .subMenu .list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;background-color:#fff}header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item{position:static;list-style-type:none!important;margin:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:auto}header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item .link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;padding:8px 15px}header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item .link:hover{color:var(--primary)}header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item .innerSubMenu{position:absolute;top:-1px;left:100%;background-color:#fff;z-index:10;border:1px solid #000;min-width:200px;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;z-index:-10;opacity:0;min-height:calc(100% + 2px)}header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item:hover>.innerSubMenu{height:auto;z-index:10;opacity:1}header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item:hover>.innerSubMenu .list{background-color:#fff}header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item:hover>.innerSubMenu .list .item:hover>.innerSubMenu{height:auto;z-index:10;opacity:1}header.headerDesktop .top .dropDownMenu .list .item.hasFull{position:static}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu{position:absolute;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.12);box-shadow:0 4px 5px rgba(0,0,0,.12);top:62px;left:0;z-index:10;width:100%;background-color:#fff;min-width:200px;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;z-index:-9999;display:none}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop{border-bottom:1px solid #efefef}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop .block .title{padding:8px 0}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop .block .title p,header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop .block .title span{font-size:.75rem;text-transform:uppercase;font-weight:600}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop .block .title a{font-size:.75rem;text-transform:uppercase;font-weight:600;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop .block .title a:hover{color:var(--primary)}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom{padding-top:12px;padding-bottom:12px}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom .block .list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom .block .list .item{height:auto;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom .block .list .item .link{font-size:.75rem;font-weight:400;position:relative;overflow:hidden;padding:3px 0}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom .block .list .item .link:before{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);background-color:var(--primary);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom .block .list .item .link:hover:before{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}header.headerDesktop .top .dropDownMenu .list .item:hover .subMenu{display:block;height:auto;z-index:10;opacity:1}header.headerDesktop .top .burger{cursor:pointer;width:20px;height:16px;position:relative;display:none;margin:15px 24px 15px 0}@media screen and (max-width:1300px){header.headerDesktop .top .burger{display:block}}header.headerDesktop .top .burger .line{position:absolute;left:0;height:2px;background-color:#000;width:100%}header.headerDesktop .top .burger .line.l1{top:0}header.headerDesktop .top .burger .line.l2{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}header.headerDesktop .top .burger .line.l3{bottom:0}header.headerDesktop .top .burger.active .line,header.headerDesktop .top .burger:hover .line{width:100%}header.headerDesktop .top .phones .list{display:-webkit-box;display:-ms-flexbox;display:flex}header.headerDesktop .top .phones .list .item{margin-right:2vw}header.headerDesktop .top .phones .list .item .link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}header.headerDesktop .top .phones .list .item .link img,header.headerDesktop .top .phones .list .item .link svg{margin-right:8px}header.headerDesktop .top .phones .list .item .link span{color:#000;font-size:.9rem}header.headerDesktop .top .socialList{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:32px}header.headerDesktop .top .socialList .socialItem{margin-right:4px}header.headerDesktop .top .socialList .socialItem,header.headerDesktop .top .socialList .socialItem .socialLink{display:-webkit-box;display:-ms-flexbox;display:flex}header.headerDesktop .top .socialList .socialItem .socialLink svg path{-webkit-transition:fill .3s;-o-transition:fill .3s;transition:fill .3s}header.headerDesktop .top .socialList .socialItem:hover .socialLink svg path{stroke: white;fill:var(--primary)}header.headerDesktop .top .socialList .socialItem:last-child{margin-right:0}header.headerDesktop .top .searchBlockBtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:32px;cursor:pointer}@media screen and (max-width:600px){header.headerDesktop .top .searchBlockBtn{display:none}}header.headerDesktop .top .searchBlockBtn .icon{margin-right:8px;display:-webkit-box;display:-ms-flexbox;display:flex}header.headerDesktop .top .searchBlockBtn .text p{font-size:.75rem;font-weight:600}@media screen and (max-width:600px){header.headerDesktop .top .socialList{display:none}}header.headerDesktop .top .mobileCatalogBtn{display:none}@media screen and (max-width:1300px){header.headerDesktop .top .mobileCatalogBtn{display:block}}header.headerDesktop .top .mobileCatalogBtn .btn.full{padding:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--primary);color:#fff;border-radius:4px;font-size:14px}.breadcrumbs{margin-bottom:24px}.breadcrumbs .list .item{margin-right:32px;position:relative}.breadcrumbs .list .item .link{font-size:.6rem;font-weight:400}.breadcrumbs .list .item .icon{position:absolute;bottom:6px;right:-16px}.breadcrumbs .list .item:last-child{pointer-events:none;opacity:.5}.breadcrumbs .list .item:last-child .link{pointer-events:none}.breadcrumbs .list .item:last-child .icon{display:none}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{line-height:1.4;font-size:20px;color:#101010;height:100%}@media screen and (max-width:1280px){html{font-size:18px}}@media screen and (max-width:980px){html{font-size:16px}}@media screen and (max-width:750px){html{font-size:14px}}body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.siteBody,body{background-color:#fff}.siteBody{min-height:50vh;position:relative;z-index:1}article{position:relative;margin-bottom:50px}table td{font-size:.8rem}.sliderWrap{position:relative}.sliderWrap .sliderArrows{height:0;position:absolute;z-index:10;top:calc(50% - 28px);width:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% + 56px);left:-28px}@media screen and (max-width:980px){.sliderWrap .sliderArrows{width:calc(100% + 20px);left:-10px;top:calc(50% - 16px)}}.sliderWrap .sliderArrows .arrow{overflow:hidden;position:relative;width:56px;height:56px;cursor:pointer;border-radius:50%;background-color:#fff;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s;border:1px solid rgba(218,222,223,.5)}@media screen and (max-width:980px){.sliderWrap .sliderArrows .arrow{width:32px;height:32px}}.sliderWrap .sliderArrows .arrow:before{content:"";position:absolute;top:19px;width:18px;height:18px;border-top:2px solid var(--primary);border-left:2px solid var(--primary);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}@media screen and (max-width:980px){.sliderWrap .sliderArrows .arrow:before{width:9px;height:9px;top:11px}}.sliderWrap .sliderArrows .arrow.left:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:21px}@media screen and (max-width:980px){.sliderWrap .sliderArrows .arrow.left:before{left:12px}}.sliderWrap .sliderArrows .arrow.right:before{right:21px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}@media screen and (max-width:980px){.sliderWrap .sliderArrows .arrow.right:before{right:12px}}.sliderWrap .sliderArrows .arrow:hover{background-color:var(--primary)}.sliderWrap .sliderArrows .arrow:hover:before{border-color:#fff}.advantages .list .item{margin-bottom:50px}.advantages .list .item .icon{margin-bottom:12px}.advantages .list .item .text p{margin-bottom:8px;font-size:16px}article.contentText .inner .text{max-width:75%;margin-bottom:24px}@media screen and (max-width:980px){article.contentText .inner .text{max-width:none}}article.contentText .inner .text p{font-size:16px;margin-bottom:12px}.videoBlock .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;border-radius:4px}.videoBlock .inner .videoDescription{background-color:var(--primary);padding:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40%}@media screen and (max-width:980px){.videoBlock .inner .videoDescription{padding:24px 12px}}@media screen and (max-width:750px){.videoBlock .inner .videoDescription{width:100%}}.videoBlock .inner .videoDescription .title{margin-bottom:24px}.videoBlock .inner .videoDescription .title p{font-size:24px;font-weight:700;color:#fff}.videoBlock .inner .videoDescription .text p{color:#fff;font-size:16px}.videoBlock .inner .videoWrap{width:60%;position:relative}@media screen and (max-width:750px){.videoBlock .inner .videoWrap{width:100%}}.videoBlock .inner .videoWrap .videoBtn{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:76px;height:76px;cursor:pointer}.videoBlock .inner .videoWrap .videoBtn svg{width:100%;height:100%}.videoBlock .inner .videoWrap .videoBtn svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.videoBlock .inner .videoWrap .videoBtn:hover svg path{fill-opacity:1}.videoBlock .inner .videoWrap .videoBtn.active{display:block}.videoBlock .inner .videoWrap .imgWrap{width:100%;height:100%}.videoBlock .inner .videoWrap .imgWrap img,.videoBlock .inner .videoWrap .imgWrap video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sliderBlock{padding-top:60px;padding-bottom:60px;background-color:#f8f8f8}.sliderBlock .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.sliderBlock .inner .sliderWrap{width:60%}@media screen and (max-width:980px){.sliderBlock .inner .sliderWrap{width:100%;margin-bottom:24px}}.sliderBlock .inner .sliderWrap .list .item img{width:100%;-o-object-fit:cover;object-fit:cover}.sliderBlock .inner .content{width:40%;padding-left:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:980px){.sliderBlock .inner .content{width:100%;padding-left:0}}.sliderBlock .inner .content .title{margin-bottom:12px}.sliderBlock .inner .content .title p{font-size:24px;font-weight:700}.sliderBlock .inner .content .text p{font-size:16px}.partners .sliderWrap .list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px;border:1px solid rgba(218,222,223,.5)}.partners .sliderWrap .list .item img,.partners .sliderWrap .list .item svg{max-width:100%;max-height:100%}.designers .list .item{cursor:pointer}.designers .list .item .imgWrap{margin-bottom:8px;overflow:hidden;border-radius:3px}.designers .list .item .imgWrap img{width:100%;-o-object-fit:contain;object-fit:contain;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.designers .list .item .title p{font-size:19px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}@media screen and (max-width:500px){.designers .list .item .title p{font-size:16px}}.designers .list .item:hover .imgWrap img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.designers .list .item:hover .title p{color:var(--primary)}.aboutForm{background-color:#f6f6f6;padding-top:60px}.aboutForm .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.aboutForm .inner .content{width:70%}@media screen and (max-width:980px){.aboutForm .inner .content{width:100%}}.aboutForm .inner .content .top{margin-bottom:50px}.aboutForm .inner .content .top .list .item,.aboutForm .inner .content .top .list .item .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.aboutForm .inner .content .top .list .item .icon{margin-right:12px;width:52px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.aboutForm .inner .content .top .list .item .icon img,.aboutForm .inner .content .top .list .item .icon svg{max-width:100%;max-height:100%}.aboutForm .inner .content .top .list .item .icon p{font-size:40px}.aboutForm .inner .content .top .list .item .text{width:calc(100% - 64px)}.aboutForm .inner .content .top .list .item .text p{color:rgba(0,0,0,.5);font-size:14px}.aboutForm .inner .content .top .list .item.vx2{grid-row-start:span 2}.aboutForm .inner .content .form{grid-gap:8px 24px;padding-bottom:24px}@media screen and (max-width:980px){.aboutForm .inner .content .form{grid-gap:8px}}.aboutForm .inner .content .form .title p{font-size:35px;font-weight:700;line-height:1}@media screen and (max-width:750px){.aboutForm .inner .content .form .title p{font-size:28px}}.aboutForm .inner .content .form .subTitle{margin-bottom:16px}.aboutForm .inner .content .form .subTitle p{font-size:24px}@media screen and (max-width:750px){.aboutForm .inner .content .form .subTitle p{font-size:20px}}.aboutForm .inner .content .form .btnWrap .btn{height:60px;width:100%;font-size:24px}@media screen and (max-width:750px){.aboutForm .inner .content .form .btnWrap .btn{font-size:20px}}.aboutForm .inner .imgWrap{width:30%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:980px){.aboutForm .inner .imgWrap{display:none}}.mainSlider{padding:0}.mainSlider .sliderWrap .sliderArrows{width:100%;left:0;padding:0 20px}.mainSlider .sliderWrap .list{padding-top:50px;padding-bottom:50px}.mainSlider .sliderWrap .list .item{position:relative}.mainSlider .sliderWrap .list .item .imgWrap img{width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:750px){.mainSlider .sliderWrap .list .item .imgWrap img.desctop{display:none}}.mainSlider .sliderWrap .list .item .imgWrap img.mobile{display:none}@media screen and (max-width:750px){.mainSlider .sliderWrap .list .item .imgWrap img.mobile{display:block}}.mainSlider .sliderWrap .list .item .content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;padding:24px;border-radius:10px;z-index:5;max-width:500px}@media screen and (max-width:750px){.mainSlider .sliderWrap .list .item .content{width:calc(100% - 100px)}}.mainSlider .sliderWrap .list .item .content .title{margin-bottom:12px}.mainSlider .sliderWrap .list .item .content .title p{font-size:24px;text-align:center}@media screen and (max-width:750px){.mainSlider .sliderWrap .list .item .content .title p{font-size:18px}}.mainSlider .sliderWrap .list .item .content .text{margin-bottom:12px}.mainSlider .sliderWrap .list .item .content .text p{font-size:18px;text-align:center}@media screen and (max-width:750px){.mainSlider .sliderWrap .list .item .content .text p{font-size:14px}}.mainSlider .sliderWrap .list .item .content .btnWrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.designer .inner .imgWrap img{-o-object-fit:contain;object-fit:contain;width:100%;position:-webkit-sticky;position:sticky;top:50px}.designer .inner .content{padding-left:24px}@media screen and (max-width:750px){.designer .inner .content{padding-left:0}}.designer .inner .content .title{margin-bottom:24px}.designer .inner .content .title p{font-size:40px;font-weight:300}.designer .inner .content .text p{font-size:16px;margin-bottom:8px}.kitchen .inner .imgWrap img{-o-object-fit:contain;object-fit:contain;width:100%;position:-webkit-sticky;position:sticky;border-radius:3px;top:50px}.kitchen .inner .content{padding-left:px}@media screen and (max-width:750px){.kitchen .inner .content{padding-left:0}}.kitchen .inner .content .title{margin-bottom:24px}.kitchen .inner .content .title p{font-size:40px;font-weight:300}.kitchen .inner .content .text p{font-size:16px;margin-bottom:8px}.gallery .list .item{position:relative}.gallery .list .item .imgWrap{width:100%;height:100%}.gallery .list .item .content{opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:absolute;z-index:5;padding:30px;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.5);pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.gallery .list .item .content .title p{pointer-events:all;font-size:16px;text-transform:uppercase;color:#fff;font-weight:600}.gallery .list .item .content .text a,.gallery .list .item .content .text p,.gallery .list .item .content .text span{pointer-events:all;color:var(--primary);font-size:16px;font-weight:600}.gallery .list .item:hover .content{opacity:1}.gallery2 .list2 .item{position:relative}.gallery2 .list2 .item .imgWrap{width:100%;height:100%}.gallery2 .list2 .item .content{opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:absolute;z-index:5;padding:30px;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,.5);pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.gallery2 .list2 .item .content .title p{pointer-events:all;font-size:16px;text-transform:uppercase;color:#fff;font-weight:600}.gallery2 .list2 .item .content .text a,.gallery2 .list2 .item .content .text p,.gallery2 .list2 .item .content .text span{pointer-events:all;color:var(--primary);font-size:16px;font-weight:600}.gallery2 .list2 .item:hover .content{opacity:1}

/* End */


/* Start:/local/templates/kitchen_copy/Clean/dev.css?17384178146952*/
.catalog-top{position:relative;z-index:1;}
.top_banner_slider .flex-direction-nav li{min-height:1px}
p.adress a{color: #ce2b37;}
footer.mobile{display: none;padding: 20px 0 0 0;}
.footer_menu_mobile ul li{width: 100%;display: inline-block;height:30px;}

.footer_menu_mobile ul li{text-align: left;}
.footer_menu_mobile ul li a{margin-left: 5%;}

.footer_menu_mobile ul{font-size: 16px;}
.footer_menu_mobile ul a{text-decoration: none;color: black;}
footer.mobile .logo_footer{padding: 0;height: 80px;}
footer.mobile .social{height: 80px;}
footer.mobile .c_left{float: left; width: 50%;}
footer.mobile .c_right{float: right; width: 45%;}
footer.mobile .footer_download div{display: inline-block;}
footer.mobile .footer_download div:first-child{width: 60%;text-align: left;}
footer.mobile .footer_download div:last-child{width: 30%;}
footer.mobile .footer_contacts{margin-top: 20px;}
footer.mobile p.adress{text-align: left;padding-left: 25px;}
footer.mobile .footer_social_wrap div{display: inline-block;width: 49%;}
footer.mobile .footer_social_wrap div:first-child{padding-left:20px;}
footer.mobile .footer_social_wrap div:last-child div{display: inline-block;}
footer.mobile .footer_bottom{margin-top: 10px;}
/* .main .the_content_section{padding-bottom: 10px;} */
.seo_by, .copy{text-align: left;}
.logo_footer , .social{display: table-cell;vertical-align: middle;width: 50%;text-align: left;}
.logo_footer img{width: 80%;}
.logo_footer{padding-left: 20px !important;}
footer p.made_by{text-align: left;}
footer p.seo_by{text-align: left;}
.footer_bottom{margin-top: 0;padding: 0;border-top: none;}
.footer_bottom .copy{text-align: left;padding-left: 25px;}

@media(max-width: 500px){.middle_order_right{height: 32%;}}


/* PRELOADER */
.list.ZWGGWrap{
  margin-bottom: 10px;
  /* gap: 10px !important; */
}

.preloader_dev {
    /*фиксированное позиционирование*/
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255, 0.5);
    z-index: 1001;
  }

  .galleryPreloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
  }

/* article.gallery{
    position: relative;
}
 .galleryPreloader {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
} */
@media(max-width: 750px) {
	 .galleryPreloader {
		display: none;
	}
}
 .galleryPreloader svg {
	width: 200px;
	height: auto;
}
 .galleryPreloader + .list {
	transition: 0.5s;
	opacity: 0;
}
@media(max-width: 750px) {
	 .galleryPreloader + .list {
		opacity: 1;
	}
}

.logo_footer .logo_footer_text{
  font-family: 'MariupolMedium';
  font-size: 30px;
  color: black;
  font-weight: bold;
  width: 168px;
  text-align: right;
}


@media screen and ( max-width:1100px) {
  .logo_footer img{
    margin: auto;
  }
  .logo_footer .logo_footer_text{
    width: 100%;
    text-align: center;
  }
}

.contacts_page_block .mail a{
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
}




/* PRELOADER */

.mainSlider .zweb-dots-wrap{
  position: absolute;
  bottom: 100px;
}
.mainSlider .zweb-dots-wrap .zweb-dots-element {
  border: 1px solid white !important;
}
.mainSlider .zweb-dots-wrap .zweb-dots-element.active{
  background: #009246 !important;
}
@media screen and ( max-width:1280px ) {
  .mainSlider .zweb-dots-wrap{
    bottom: 60px;
  }
}
@media screen and ( max-width:750px ) {
  .mainSlider .zweb-dots-wrap{
    bottom: 185px;
  }
}
@media screen and ( max-width:500px ) {
  .mainSlider .zweb-dots-wrap{
    bottom: 200px;
  }
}


.ez-checkbox.ez-checked + span{
  font-size: 12px;
}
.the_form_div_submit input#submit_zakaz {
  display: block;
  margin: auto;
  text-align: center;
  float: none;
}
.popup .the_form_div.the_form_div_submit input{
  margin: auto;
}

/* cat page */

.card_page_wrap .card_page_img .card_big_img .big_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 300px;
  max-height: 500px;
}
.card_page_wrap .card_mini_img .flexslider .flex-direction-nav .flex-left{
  left: -20px;
}
.card_page_wrap .card_mini_img .flexslider .flex-direction-nav .flex-next{
  right: -20px;
}
.card_page_right_top .text p a{
  pointer-events: none;
  cursor: auto;
}
.popup .the_form .the_form_div textarea{
  border: 2px solid rgb(0 146 70) !important;
}


/*
.card_page_tabs .head .list{
  display: flex;
  align-items: center;
  border: 1px solid #009246;
  -moz-border-radius: 23.5px;
  -webkit-border-radius: 23.5px;
  border-radius: 23.5px;
}

.card_page_tabs .head .list .item{
  padding: 15px 25px;
  cursor: pointer;
  border: 1px solid transparent;
  height: 100%;
  margin: -1px;
}
.card_page_tabs .head .list .item:hover{
  color: #009246;
  border-radius: 23.5px;
  border: 1px solid #009246;
}
.card_page_tabs .head .list .item.active{
  color: #009246;
  background-color: #009246;
  border-radius: 23.5px;
  border: 1px solid #009246;
}
.card_page_tabs .head .list .item.active p{
  color: white;
}
.card_page_tabs .content .item{
  display: none;
}
.card_page_tabs .content .item.active{
  margin-top: 10px;
  display: block;
  margin-bottom: 40px;
}
.card_page_tabs .content .item.active *{
  font-size: 16px;
  line-height: 1.5;
  display: block;
  color: #000000;
  padding-bottom: 17px;
}

*/
.card_page_tabs{
  margin-bottom: 30px;
}
.card_page_tabs .head .list{
  display: flex;
  align-items: center;
}
.card_page_tabs .head .list .item{
  cursor: pointer;
  height: 100%;
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #aaa;
  border: 0px solid #ddd;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-width: 1px 1px 1px 1px;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0;
  margin-right: 10px;
  font-size: 15px;
}
.card_page_tabs .head .list .item.active{
  color: #555;
  border-top: 1px solid green;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.card_page_tabs .content .item{
  min-height: 300px;
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.card_page_tabs .content .item.active{
  display: block;
}

@media screen and ( max-width:750px ) {
  .card_page_video_item{
    width: 100%;
  }
  .card_page_video_item img{
    max-width: 100%;
  }
  .card_page_tabs .head .list{
    flex-direction: column;
  }
  .card_page_tabs .head .list .item{
    width: 100%;
    margin-right: 0;
  }
}
/* cat page */







.card_page_right_top .text h1.title{
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 34px;
  min-height: 60px;
  padding-bottom: 0px;
  display: block;
  text-align: left;
}
.card_page_right_top .text h1.title a:hover{
  color: #000000;
  text-decoration: unset;
}
/* End */


/* Start:/local/templates/kitchen_copy/css/dev.css?173841781424024*/
@media screen and (max-width: 1050px) {
    header {
        display: none;
    }
    header.header .bottom .logo {
        margin: 0;
        padding: 0;
    }
    .mobileMenu .mmBody .list .item .link {
        display: block;
        text-decoration: none;
    }
    body {
        padding-top: 95px;
    }
    .section.breadcrumbs {
        margin-top: 0;
    }
    .mobileMenu .mmTop .icon svg path{
        fill: #009246;
    }
}
.bx_filter_parameters_box_container{
    position: relative;
}
.mmBottom .mobileSearch {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    margin-bottom: 120px;
}
.mmBottom .mobileSearch input[type='text'] {
    width: calc(100% - 100px);
    height: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 12px;
}
.mmBottom .mobileSearch input[type='submit'] {
    width: 100px;
    height: 40px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 18px;
    border-radius: 3px;
    -webkit-appearance: none;
}
header.header a {
    text-decoration: none;
}
.mobileMenuOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99;
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
	background: rgba(0,0,0,0.5);
}
.mobileMenuOverlay.active {
	opacity: 1;
	pointer-events: all;
}

h1 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    padding-bottom: 0;
    margin-bottom: 30px;
    position: relative;
}
.footer_menu .footer_menu_div:nth-child(1){
    display: none;
}
.right_reviews_slider ul.slides > li {
    box-sizing: border-box;
}
.right_reviews_div{
    box-shadow: none;
    box-sizing: border-box;
}
.right_reviews_slider ul.slides > li {
    padding: 0!important;
}
.right_reviews_block .flex-control-nav li{
    width: initial;
}
@media screen and (max-width: 1180px) {
	.kitchen_mini_form_left p.title {
		padding-left: 0;
		text-align: center;
	}
    .kitchen_mini_form_left {
		width: 100%;
	}
    .kitchen_mini_form_left img{
        display: none;
    }
    .kitchen_mini_form_right {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .the_form.mini_form {
        width: 100%!important;
    }
    .the_form.mini_form .the_form_div.the_form_div_text_and_submit {
        width: 100%;
        margin-bottom: 12px;
    }
    .kitchen_mini_form_right .new_form{
        display: flex;
        flex-wrap: wrap;
    }
    .the_form.mini_form .the_form_div.the_form_div_text_and_submit input[type="text"] {
        width: 100%;
    }
    .the_form.mini_form .the_form_div {
        width: 100%;
    }
    .the_form.mini_form .the_form_div.the_form_div_accept label {
        display: flex;
        align-items: center;
    }
    .the_form.mini_form .the_form_div.the_form_div_accept label span {
        width: calc(100% - 20px);
    }
    .col-xs-4.product-item-big-card.top {
        width: 50%;
    }
    .glav_cat_div .img img {
        object-fit: cover;
    }
}
.our_works_wrap .our_works_div .img {
    height: initial!important;
}
.our_works_wrap .our_works_div {
    height: initial!important;
}

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

    .glav_cat_slider {
        width: 100%;
    }
    .main{
        margin-top: 4.2em;
    }
    .middle_order_section .inner_section {
        display: flex;
        flex-wrap: wrap;
    }
    .section.middle_order_section .middle_order_left{
        order: 2;
    }
    .profit_section_right {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 500px) {
    .col-xs-4.product-item-big-card.top {
        width: 100%;
    }
}
.map_block {
    margin-bottom: 24px;
}
.studio54 .filter-block .filter-block-list .filter-material .material-list .material-item .material-text {
    font-size: 13px;
    text-align: center;
    line-height: 1;
}
a.search_toggler {
    width: initial;
    position: static;
}
header.headerDesktop .top .dropDownMenu .list .item .link {
    transition: .3s;
    text-decoration: none!important;
}
header.headerDesktop .top .dropDownMenu .list >.item .link:hover {
    color: var(--primary);
}
header.headerDesktop .top .searchBlockBtn .text p{
    transition: .3s;
}
header.headerDesktop .top .searchBlockBtn:hover .text p{
    color: var(--primary);
}
header.headerDesktop .top .phones .list .item .link {
    text-decoration: none;
}
header.headerDesktop .top .phones .list .item .link span {
    font-weight: 700;
    transition: .3s;
}
header.headerDesktop .top .phones .list .item .link:hover span{
    color: var(--primary);
}
header.headerDesktop .top .dropDownMenu .list .item .subMenu .subTop {
    padding-bottom: 12px;
}
@media screen and (max-width: 750px){
.studio54 .filter-block .filter-block-list {
    grid-template-columns: repeat(4, 1fr);
}}
.studio54 .container {
    max-width: 1180px;
    padding: 0;
}
.studio54 .filter-block .filter-block-list .filter-form .filter-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.studio54 .filter-block .filter-block-list .filter-material .material-list {
    grid-template-columns: repeat(2, 1fr);
}
.studio54 .filter-block .filter-block-list-wrap {
    margin-top: 0px;
}
@media screen and (max-width: 1300px) {
    .studio54 .filter-block .filter-block-list .filter-form .filter-title {
        grid-column-start: span 3;
    }
    .studio54 .filter-block .filter-block-list .filter-form {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 16px 8px;
    }
    .studio54 .container {
        padding: 0 10px;
    }
    .studio54 .filter-block .filter-block-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .studio54 .filter-block .filter-block-list {
        grid-gap: 12px 8px;
    }
    .studio54 .filter-block .filter-block-list .filter-color .filter-color-list {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media screen and (max-width: 750px) {
    .studio54 .filter-block .filter-block-list .filter-form {
        grid-template-columns: repeat(2, 1fr);
    }
    .studio54 .filter-block .filter-block-list .filter-form .filter-title {
        grid-column-start: span 2;
    }
    .studio54 .filter-block .filter-block-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .studio54 .filter-block .filter-block-list .filter-color .filter-color-list {
        grid-gap: 8px;
    }
}
.studio54 .filter-block .filter-block-list .filter-material .material-list.finalb-tn {
    grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 1400px) {
    header.headerDesktop .top .dropDownMenu .list .item {
        margin-right: 6px;
    }
}
.rek_block {
    margin-top: 70px;
}
.footer_right_col {
    width: 220px;
    padding-top: 24px;
}
.footer_right_col:nth-child(odd) {
    width: 230px;
}
a.callback_ref {
    font-weight: 700;
}
footer p.adress {
    font-weight: 700;
}
.footer_menu {
    padding-top: 24px;
}
.headerDesktop {
    display: block!important;
}
.advantages .list .item svg {
    object-fit: contain;
    max-width: 100%;
}
@media screen and (max-width: 1200px) {
    body {
    padding-top: 0!important;
    }
    header .logo {
        margin: 0!important;
        padding: 0!important;
    }
    .advantages .list .item  {
        padding: 10px;
    }
}


.zWebModalOverlay .popup .the_form .the_form_div input[type="tel"] {
    display: block;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.pre_footer_right a.button.order_button {
    width: initial;
    padding: 4px 15px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item .link {
    font-weight: 400;
}
header.headerDesktop .top .dropDownMenu .list .item .subMenu {
    padding-bottom: 20px;
}
header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item .link {
    padding: 8px 20px;
}
@media screen and (max-width: 1100px) {
    footer.mobile {
        display: flex!important;
        flex-wrap: wrap;
    }
    footer.mobile .c_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    footer.mobile .c_left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    footer.mobile p {
        padding: 0;
    }
    footer.mobile .c_left div{
        height: initial!important;
    }
}
.studio54 .filter-block .filter-block-list .filter-color .filter-title {
    text-align: left;
}
@media screen and (max-width: 750px) {
    .logo_footer, .social{
        width: 100%!important;
    }
}
.studio54 .filter-block .filter-top .filter-title {
	margin-bottom: 24px;
}
.studio54 .filter-block .filter-top .filter-top-text {
	margin-bottom: 0px;
}
.material-item.style[zweb-style="nostyle"] {
	display:none!important;
}
.studio54 .filter-block {
  padding-top: 24px;
  padding-bottom: 24px;
}

.contacts_page_block_div .contacts_page_div_info {
	width: 170px;
}
.contacts_page_block_div .contacts_page_div_info p.tel {
	font-size: 17px;
}
.advantages .list .item {
	justify-content: flex-start;
    display: flex;
  align-items: center;
}
.advantages .list .item .icon{
    margin-bottom: 0;
    margin-right: 15px;
}
.advantages .list .item .text p{
    font-size: 20px;
    margin-bottom: 0;

}
.top_banner_slider .slides .main-slider-wrapper:not(:first-of-type) {
    display: none!important;
}
.top_banner_slider .flex-viewport  .slides .main-slider-wrapper {
    display: block!important;
}

.top_banner_slider .slides .main-slider-wrapper picture {
    object-fit: cover;
    max-height: 75vh!important;
    opacity: 0!important;
}
.top_banner_slider .flex-viewport  .slides .main-slider-wrapper picture{
    height: initial!important;
    opacity: 1!important;
}
.studio54 .filter-block {
    margin-bottom: 32px;
}

.mainSlider .sliderWrap .list .item .content {
    max-width: 400px;
}
@media screen and (max-width: 750px) {
    .mainSlider .sliderWrap .list .item .content {
        position: static;
        transform: translate(0,0);
        width: 100%;
    }
    .mainSlider .sliderWrap .list {
        padding-bottom: 0;
    }
}
.photos_block {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.photos_block a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 18px;
    width: calc(33.3% - 12px);
}
.photos_block a img {
    width: 100%;
}

.right_reviews_block.reviewsSlider {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
    float: none!important;
}

 .material-item.case-filter-submit .material-text{
    text-transform: uppercase;
}
.material-item.case-filter-submit:hover {
    opacity: 1;
    background-color: #fff!important;
}
.material-item.case-filter-submit:hover .material-text{
    color: var(--primary)!important;
}
/* .material-item.case-filter-submit {
    background-color: initial!important;
    border: 1px solid var(--primary)!important;
}
.material-item.case-filter-submit .material-text {
    text-transform: uppercase!important;
    font-weight: 600!important;
    color: var(--primary)!important;
    font-size: 16px!important;
}
.material-item.case-filter-submit:hover {
    background-color: var(--primary)!important;
}
.material-item.case-filter-submit:hover .material-text {
    color: #fff!important;
} */
.btn.case-category {
    font-weight: 600;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 50px;
    margin-right: 12px;
    transition: .3s;
}
.btn.case-category.active {
    color: #fff;
    background-color: var(--primary);
}
.btn.case-category:hover {
    color: #fff;
    background-color: var(--primary);
}
.filter-block-list-wrap .btnWrap {
    margin-bottom: 24px;
}
.breadcrumbs {
    margin-bottom: 40px;
}

.designer .inner .content .title {
    margin-top: -8px;
}
.kitchen .inner .content .title {
    margin-top: -8px;
}
.advantages .list .item .icon {
    display: flex;
}
@media screen and (max-width: 750px) {
    .pagination {
        display: flex;
        justify-content: center;
    }
    .pagination a {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        width: 28px;
        height: 28px;
    }
    .filter-block-list-wrap .btnWrap {
        flex-direction: column;
    }
    .filter-block-list-wrap .btnWrap .btn.case-category {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .gallery .list .item {
        margin-bottom: 12px;
        display: block;
    }
    .gallery .list .item .imgWrap img{
        width: 100%;
    }
}
.kitchen .inner .content .text a {
    color: var(--primary);
    font-weight: 700;
}
.search_panel_block {
    margin-top: 0;
    top: 0;
    transform: translateY(calc(-100% - 10px));
}
.search_panel_block.active {
    transform: translateY(0%);
}
.sliderBlock .inner .sliderWrap .list .item img {
    border-radius: 4px;
}
.field label.active {
    top: -20px;
}
.field input:focus+label {
    top: -20px;
}
.the_content_section h1 {
    margin-bottom: 0;
}
.designers .list .item {
    margin-bottom: 24px;
}
article.designers {
    margin-bottom: 26px;
}
.the_content_section {
    padding-bottom: 0;
}
@media screen and (max-width: 750px) {
    .designers .list .item {
        margin-bottom: 12px;
    }
    article {
        margin-bottom: 32px;
    }
    .sliderBlock {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .aboutForm {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .aboutForm .inner .content .top {
        margin-bottom: 32px;
    }
    .advantages .list .item {
        margin-bottom: 12px;
        padding: 0;
        display: flex;
        /* justify-content: center; */
    }
    .advantages .list .item:last-child {
        margin-bottom: 20px;
    }
    .aboutForm .inner .content .form {
        padding-bottom: 0;
    }
    .the_content_section h1 {
        padding-bottom: 0;
        margin-bottom: 24px!important;
    }
    .breadcrumbs {
        margin-bottom: 24px!important;
    }
    .titleWrap {
        margin-bottom: 24px;
    }
    .designer .inner .imgWrap img {
        margin-bottom: 32px;
    }
}

.kitchen h1, .designer h1 {
padding-bottom: 0;
}
header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop {
    padding: 0 calc(50% - 458px);
}
header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom {
    padding: 0 calc(50% - 458px);
}
@media screen and (max-width: 1500px) {

    header.headerDesktop .top .dropDownMenu .list .item {
        margin-right: 20px;
    }
    header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subTop {
        padding: 0;
    }
    header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu .subBottom {
        padding: 0;
    }
}
.gallery .list .item {
    display: flex;
}
.gallery .list .item .imgWrap {
    max-height: 100%;
    height: initial;
}
.gallery .list .item .imgWrap img {
    max-height: 100%;
}
header.headerDesktop .top .socialList .socialItem svg {
    max-height: 36px;
    max-width: 36px;
}

header.headerDesktop .top .socialList .socialItem:hover .socialLink svg[aria-label="YouTube"]{
    fill:   var(--primary);
}
header.headerDesktop .top .socialList .socialItem:hover .socialLink svg[aria-label="YouTube"] path{
    fill: #fff;
}
header.headerDesktop .top .socialList .socialItem:hover .socialLink svg[aria-label="YouTube"] path:last-child{
    fill:   var(--primary);
}
@media screen and (max-width: 750px) {
    .search_panel_block {
        display: none;
    }
    .mainSlider .sliderWrap .list {
        padding-top: 0;
    }
}

.sliderWrap .sliderArrows .arrow:before {
    border: 2px solid var(--primary);
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    transition: 0s;
}

.sliderWrap .sliderArrows .arrow:hover:before {
    border: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    border-right: 2px solid var(--primary);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.sliderWrap .sliderArrows .arrow {
    transition: 0s;
}
.advantages .list .item .icon {
    transition: transform .3s;
}
.advantages .list .item .icon:hover {
    transform: scale(1.05);
}
header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item .link {
    position: relative;
    overflow: hidden;
}
header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item .link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: var(--primary);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item .link:hover:before {
    transform: translateX(0%);
}
header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item .link {
    padding: 3px 0;
}
header.headerDesktop .top .dropDownMenu .list .item .subMenu .list .item {
    padding: 0 20px;
}
.the_form.mini_form .the_form_div.the_form_div_accept label span a {
    color: var(--primary);
}
.designer .inner .imgWrap img {
    position: static;
}
.kitchen .inner .imgWrap img {
    position: static;
}
header.headerDesktop .top .dropDownMenu .list .item.hasFull {
    position: relative;
}
header.headerDesktop .top .dropDownMenu .list .item.hasFull .subMenu {
    padding: 4px 20px 20px;
    min-width: 600px;
}

.aboutForm .inner .content .top .list .item .icon {
    width: 100px;
}
.aboutForm .inner .content .top .list .item .text {
    width: calc(100% - 114px);
}
.glav_cat_div .img {
    min-height: 270px;
    max-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dcdcdc;
}
.glav_cat_div .img img{
    height: initial;
    width: 100%;
    object-fit: contain;
    max-height: 100%;
}

@media(min-width: 1000px) {
	.catalogSectionPage {
		display: flex;
		justify-content: space-between;
	}
	.catalogSectionPage #toFilter {
		position: sticky;
        bottom: initial!important;
		top: calc(100vh - 100px);
		left: 0;
		text-align: center;
		width: calc(100% - 50px);
		display: flex;
		justify-content: center;
		margin-left: 25px;
	}
	.catalogSectionPage .left_column{
		padding: 0;
		border: none;
	}
	.catalogSectionPage .left_column .left_filter_block {
		padding: 20px 25px;
		border: solid 1px #eeeeee;
	}
	.bx_filter .bx_filter_search_button {
		width: 100%;
		box-sizing: border-box;
	}
}

.addFile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12px}.field .addFile div,.field .addFile input{border:0;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0;cursor:pointer}.field .addFile div+label,.field .addFile input+label{position:static;width:40%;height:40px;border:1px solid var(--primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.field .addFile div:focus+label,.field .addFile input:focus+label{font-size:.8rem}.field .addFile .text{font-size:.7rem;text-align:center;width:60%;margin-bottom:0!important}.field .addList{-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.field .addList,.field .addList .addItem{display:-webkit-box;display:-ms-flexbox;display:flex}.field .addList .addItem{padding:4px;background-color:#ccc;border-radius:3px;margin-right:6px;margin-bottom:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.field .addList .addItem p{font-size:14px;line-height:1.1;margin-bottom:0}.field .addList .addItem:hover{opacity:.7}
.field .addFile label {
    display: flex!important;
    font-size: 12px!important;
    padding: 0!important;
}
.right_col_form .the_form .the_form_div {
    margin-bottom: 28px;
}
.right_col_form .the_form .the_form_div textarea {
    font-size: 14px;
}
.field label {
    top: 12px;
}
.zWebComponent .field input {
    height: 40px!important;
    color: #000!important;
    font-size: 14px!important;
}
.zwfAlertMessage {
    position: absolute;
    bottom: -13px;
    color: red;
    font-size: 12px;
}


/* .gallery .galleryPreloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
} */





footer p.phone {
    /* margin-bottom: 30px; */
	padding-bottom: 0px;
    display: block;
    padding-left: 27px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #ce2b37;
    background: url(/local/templates/kitchen/css/../img/phone.svg) no-repeat 0 center;
    background-size: 15px 15px;
}
footer p.phone a {
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #000000;
	display: block;
}

footer p.mail {
    margin-bottom: 20px;
	padding-bottom: 0px;
    display: block;
    padding-left: 27px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #ce2b37;
}
footer p.mail a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	color: #000000;
	display: block;
}
@media(max-width: 750px) {
	footer p.phone {
		padding-left: 40px;
    	background-position: 25px center;
	}
    footer p.mail {
        padding-left: 40px;
    	background-position: 25px center;
    }
}
@media(max-width: 980px) {
    #toFilter {
        display: none!important;
    }
}

header.headerDesktop .top .dropDownMenu .list .item.colored a{
    color: #cc241f;
}

.mobileMenu .mmBody .list .item.colored a{
    color: #cc241f;
}

.search-form form table tbody{
    display: flex;
}
.search-form form table {
    width: 100%;
}
.search-form form table tbody tr td {
    width: 100%;
    display: block;
}
.search-form form table tbody tr:nth-child(1) input {
    /* border-bottom: solid 1px #dddddd!important; */
    width: 100%!important;
}
.search-form form table tbody tr:nth-child(1){
    width: 70%;
}
.search-form form table tbody tr:nth-child(2){
    width: 30%;
}
.mmBottom  {
    padding-bottom: 75px!important;
}
.mmBottom .search-form {
    padding-left: 10px;
    padding-right: 10px;
}
.mmBottom .search-form form table tbody tr:nth-child(1) input{
    height: 40px;
}
.mmBottom .search-form form table tbody tr:nth-child(2) input{
    position: relative;
    z-index: 4;
    display: block;
    text-transform: uppercase;
    height: 40px;
    outline: none;
    background: none;
    border-radius: 30px;
    border: solid 1px #009246;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #009246;
}

.search-page img{
    padding: 20px 20px 20px 0;
    width: 33%!important;
}
.search-page p {
    font-size: 15px!important;
}
.search-page small {
    margin-bottom: 20px!important;
    display: block;
}
.surpriseModal .surpriseModalImg {
    width: calc(100% - 65px);
}

@media screen and (max-width: 500px) {
    .popup {
        max-width: 100%;
        width: 100%;
    }
    .surpriseModal .surpriseModalImg {
        display: none;
    }
    .search-page img{
        padding: 20px 0;
        width: 100%!important;
    }
}
.ZWGGWrap {
    display: grid;
}
.ZWGGWrap .ZWGGItem {
    position: relative;
}
.ZWGGWrap .ZWGGItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
article.gallery{
margin-bottom: 15px;
}
/* End */


/* Start:/local/templates/kitchen_copy/Clean/test.css?1738417814295*/
#overlaysurpriseModal {
    z-index: 99;
    position: fixed;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none; /* в обычном состоянии скрыта */
}
#overlaysurpriseModal.active{
   display: block;
}
/* End */


/* Start:/local/templates/kitchen_copy/components/bitrix/menu/mobileMenu/style.css?1738417814217*/

.mobileMenu .mmBody .socialList {
     display: flex;
     justify-content: space-around;
     margin-top: 20px;
}


.mobileMenu .mmBody .socialList .socialItem svg {
     max-width: 30px;
     max-height: 30px;
   }
/* End */


/* Start:/bitrix/components/bitrix/menu/templates/bt/style.min.css?1695299481747*/
div.menu-sitemap-tree{font-size:100%}div.menu-sitemap-tree ul{list-style-type:none;margin:0;padding:0 1em 0 0}div.menu-sitemap-tree ul ul{width:auto;margin:-0.75em 0 0 0;padding:0 0 0 .75em}div.menu-sitemap-tree li{margin:0 0 -0.85em 0;padding:0}div.menu-sitemap-tree li li{margin:0 0 -0.85em .5em;padding:0}div.menu-sitemap-tree li.menu-close ul{display:none}div.menu-sitemap-tree div.item-text{position:relative;top:-19px;left:19px}div.folder,div.page{background-repeat:no-repeat;width:17px;height:17px;vertical-align:top}div.folder{cursor:pointer;cursor:hand;background-image:url(/bitrix/components/bitrix/menu/templates/bt/images/folder_open.gif)}div.menu-sitemap-tree li.menu-close div.folder{background-image:url(/bitrix/components/bitrix/menu/templates/bt/images/folder_close.gif)}div.page{background-image:url(/bitrix/components/bitrix/menu/templates/bt/images/page.gif)}
/* End */


/* Start:/local/templates/kitchen_copy/components/bitrix/menu/footer/style.min.css?1738417814490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/kitchen_copy/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/kitchen_copy/NEWS_CLEAN/justified/jquery.justified.css?1738417814194 */
/* /local/templates/kitchen_copy/libs/css/?17384178144096 */
/* /local/templates/kitchen_copy/css/jquery.fancybox.css?173841781417412 */
/* /local/templates/kitchen_copy/css/fonts.css?17384178141856 */
/* /local/templates/kitchen_copy/css/flexslider.css?17384178143440 */
/* /local/templates/kitchen_copy/css/ezmark.css?1738417814888 */
/* /local/templates/kitchen_copy/css/jquery.selectBox.css?17384178144325 */
/* /local/templates/kitchen_copy/css/animate.css?173841781473864 */
/* /local/templates/kitchen_copy/css/style.css?1755939854115947 */
/* /local/templates/kitchen_copy/css/jquery.nouislider.min.css?17384178142164 */
/* /local/templates/kitchen_copy/css/home-filter.css?173841781415481 */
/* /local/templates/kitchen_copy/css/mobilemenu.css?17384178147794 */
/* /local/templates/kitchen_copy/css/header.css?173841781439043 */
/* /local/templates/kitchen_copy/Clean/dev.css?17384178146952 */
/* /local/templates/kitchen_copy/css/dev.css?173841781424024 */
/* /local/templates/kitchen_copy/Clean/test.css?1738417814295 */
/* /local/templates/kitchen_copy/components/bitrix/menu/mobileMenu/style.css?1738417814217 */
/* /bitrix/components/bitrix/menu/templates/bt/style.min.css?1695299481747 */
/* /local/templates/kitchen_copy/components/bitrix/menu/footer/style.min.css?1738417814490 */
