.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1440px;
    }

    .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 500px) {
    .custom-grid-12233 .col-xs-12 {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        float: none;
    }
}

@media (min-width: 768px) {
    .custom-grid-12233 .col-xs-12 {
        display: block;
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .custom-grid-12233 .col-xs-12 {
        display: block;
        width: 33.33333333%;
        float: left;
    }
}

@media (min-width: 500px) {
    .custom-grid-12344 .col-xs-12 {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        float: none;
    }
}

@media (min-width: 768px) {
    .custom-grid-12344 .col-xs-12 {
        display: block;
        width: 33.33333333%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .custom-grid-12344 .col-xs-12 {
        display: block;
        width: 25%;
        float: left;
    }
}

@media (min-width: 500px) {
    .custom-grid-12234 .col-xs-12 {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        float: none;
    }
}

@media (min-width: 768px) {
    .custom-grid-12234 .col-xs-12 {
        display: block;
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .custom-grid-12234 .col-xs-12 {
        display: block;
        width: 33.33333333%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .custom-grid-12234 .col-xs-12 {
        display: block;
        width: 25%;
        float: left;
    }
}

@media (min-width: 500px) {
    .custom-grid-12223 .col-xs-12 {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        float: none;
    }
}

@media (min-width: 768px) {
    .custom-grid-12223 .col-xs-12 {
        display: block;
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) {
    .custom-grid-12223 .col-xs-12 {
        display: block;
        width: 50%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .custom-grid-12223 .col-xs-12 {
        display: block;
        width: 33.33333333%;
        float: left;
    }
}

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

@font-face {
    font-family: "PTSansRegular";
    src: url(/sites/all/themes/bestklimat/fonts/PTSansItalic/PTSansItalic.eot);
    src: url(/sites/all/themes/bestklimat/fonts/PTSansItalic/PTSansItalic.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/bestklimat/fonts/PTSansItalic/PTSansItalic.woff) format("woff"), url(/sites/all/themes/bestklimat/fonts/PTSansItalic/PTSansItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "PTSansRegular";
    src: url(/sites/all/themes/bestklimat/fonts/PTSansBold/PTSansBold.eot);
    src: url(/sites/all/themes/bestklimat/fonts/PTSansBold/PTSansBold.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/bestklimat/fonts/PTSansBold/PTSansBold.woff) format("woff"), url(/sites/all/themes/bestklimat/fonts/PTSansBold/PTSansBold.ttf) format("truetype");
    font-style: normal;
    font-weight: bold;
}

body {
    font-size: 1.5em;
    line-height: 1.42;
    font-family: "PTSansRegular";
    color: #555555;
    background: #fff;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    body {
        font-size: 1.6em;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 1.7em;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 1.7em;
    }
}

@media (min-width: 1440px) {
    body {
        font-size: 1.8em;
    }
}

.ajax-progress-throbber {
    display: none;
}

h1, h1.page-header, h2, div.block-title, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    padding: 1em 0;
    text-align: left;
    font-size: 1.1em;
}

h1, h1.page-header {
    font-size: 1.6em;
    font-weight: bold;
    border: none;
    padding: 0.15em 0 0.15em 10px;
    margin: 0.5em 0;
    border-left: 10px solid #66c300;
    border-bottom: 1px solid #e6e6e6;
}

.maintenance-page .col-sm-12 {
    margin-top: 3em;
}

h2, div.block-title {
    border-left: 10px solid #5389b3;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.42em;
    padding: 0.2em 0 0.2em 10px;
    margin: 1.8em 0 0.5em;
}

h3 {
    font-size: 1.2em;
}

@media (min-width: 768px) {
    h1, h1.page-header {
        font-size: 1.7em;
    }
}

@media (min-width: 992px) {
    h1, h1.page-header {
        font-size: 1.8em;
    }
}

@media (min-width: 1200px) {
    h1, h1.page-header {
        font-size: 2em;
    }
}

@media (min-width: 1440px) {
    h1, h1.page-header {
        font-size: 2.14em;
    }
}

ol, .field-type-text-long ul, .field-type-text-with-summary ul, .taxonomy-term-description ul, .block > .content ul, ol {
    padding: 0 0 0 2em;
}

.field-type-text-long ul li, .field-type-text-with-summary ul li, .taxonomy-term-description ul li {
    margin: 0 0 0.2em;
    padding: 0 0 0 15px;
    line-height: inherit;
    position: relative;
    list-style-type: none;
}

.field-type-text-long ul li:before, .field-type-text-with-summary ul li:before, .taxonomy-term-description ul li:before {
    content: "\e063";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    color: #5389b3;
    top: 1em;
    left: 0px;
    font-size: 0.5em;
    margin-top: -0.1em;
    z-index: 2;
}

ol li {
    margin: 0 0 0.2em;
}

.table-responsive {
    border: none;
}

table {
    border: none;
    width: 100% !important;
}

table tbody, table thead {
    border: none;
}

table tr {
    border: none;
}

table tr td {
    padding: 0.35em;
    border: 1px dashed #e6e6e6;
}

table tr:nth-child(even) {
    background: #f2f6f9;
}

table tr:hover {
    background: #e0eaf2;
}

table th {
    padding: 0.45em 0.35em;
    color: #fff;
    background: #6594bb;
    background: -moz-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6594bb), color-stop(100%, #416f92));
    background: -webkit-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -o-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -ms-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: linear-gradient(to bottom, #6594bb 0%, #416f92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6594bb', endColorstr='#416f92', GradientType=0);
    font-weight: normal;
    border: 1px solid #fff;
}

a {
    color: #5389b3;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:focus, a:hover, a:active {
    color: #9dbfff;
    text-decoration: none;
    outline: none;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

a.btn-2line {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 120px;
    text-align: center;
}

@media (min-width: 992px) {
    a.btn-2line {
        font-size: 14px;
        line-height: 40px;
        width: 160px;
    }
}

a.btn-2line svg {
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 992px) {
    a.btn-2line svg {
        height: 40px;
    }
}

a.btn-2line rect {
    fill: none;
    stroke: #5389b3;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
}

a.btn-2line:hover {
    font-weight: 900;
    letter-spacing: 1px;
}

a.btn-2line:hover rect {
    stroke: #66c300;
    stroke-width: 3;
    stroke-dasharray: 65, 82;
    stroke-dashoffset: 45;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 992px) {
    a.btn-2line:hover rect {
        stroke-dasharray: 68, 132;
        stroke-dashoffset: 54;
    }
}

.btn-more {
    display: inline-block;
    font-size: 0.8em;
    line-height: 2.5;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 10em;
    text-align: center;
}

.btn-more:after, .btn-more:before {
    backface-visibility: hidden;
    border: 1px solid #fff;
    bottom: 0px;
    content: '';
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.btn-more:hover {
    letter-spacing: 1px;
    font-weight: bold;
}

.btn-more:hover:after {
    backface-visibility: hidden;
    border-color: #66c300;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.btn-more:hover:before {
    backface-visibility: hidden;
    border-color: #66c300;
    transition: width 350ms ease-in-out;
    width: 100%;
    bottom: auto;
    top: 0;
}

.btn-more2 {
    border: 1px solid #5389b3;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0 5px 0 #5389b3 inset, 0 0 0 0 #fff;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    color: #5389b3;
    font-size: 0.8em;
}

.btn-more2:hover {
    border: 1px solid #66c300;
    color: #66c300;
    box-shadow: 0 0 0 0 #66c300 inset, 0 0 5px 0 #66c300;
}

.main-container-wrapper {
    background-image: url(/sites/all/themes/bestklimat/images/bgs/page-wrapper-bg.png);
    background-repeat: repeat-x;
    background-size: auto 200px;
    background-position: left top;
    padding: 1.5em 0 3em;
}

#before_content {
    background: #f1f1f1;
}

#for_form {
    background-color: #e0eaf2;
    background-image: url(/sites/all/themes/bestklimat/images/bgs/remont.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: -300px top;
    padding: 3em 0;
}

@media (min-width: 500px) {
    #for_form {
        background-position: -100px top;
    }
}

@media (min-width: 768px) {
    #for_form {
        background-position: -100px top;
    }
}

@media (min-width: 992px) {
    #for_form {
        background-position: right top;
    }
}

.breadcrumb {
    background: none;
    padding: 0;
    font-size: 0.8em;
    color:;
}

.breadcrumb a {
    text-decoration: underline;
    color:;
}

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

#header_top_blue {
    padding: 10px 0 12px;
    background: #333333;
    background: -moz-linear-gradient(top, #333333 0%, #000000 50%, #333333 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #333333), color-stop(50%, #000000), color-stop(100%, #333333));
    background: -webkit-linear-gradient(top, #333333 0%, #000000 50%, #333333 100%);
    background: -o-linear-gradient(top, #333333 0%, #000000 50%, #333333 100%);
    background: -ms-linear-gradient(top, #333333 0%, #000000 50%, #333333 100%);
    background: linear-gradient(to bottom, #333333 0%, #000000 50%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
}

#header_top_blue .container {
    position: relative;
}

#header_top_blue .container .site-info {
    margin-left: 60px;
    width: auto;
}

.maintenance-page #header_top_blue .container .site-info {
    margin-left: 0;
}

#header_top_blue .container .site-info #site-slogan {
    color: #fff;
    font-size: 11.5px;
    line-height: 1.2;
    font-style: italic;
    margin-top: 3px;
}

#header_top_blue .container #block-views-contacts-block {
    display: none;
}

#header_top_blue .container #block-views-contacts-block a.novis_link {
    color: #fff;
    text-decoration: none;
}

#header_top_blue .container #block-views-contacts-block a.novis_link:hover {
    color: #66c300;
}

#header_top_blue .container #block-views-contacts-block a.novis_link.phony:hover {
    color: #72dc00;
}

@media (min-width: 500px) {
    #header_top_blue .container #block-views-contacts-block {
        display: none;
        position: absolute;
        right: 15px;
        top: 14px;
        z-index: 2;
        color: #fff;
    }
}

@media (min-width: 768px) {
    #header_top_blue .container #block-views-contacts-block {
        top: 24px;
        display: block;
    }
}

#header_top_blue .container #block-views-contacts-block .views-field-field-conts-phone {
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.05em;
}

#header_top_blue .container #block-views-contacts-block .views-field-field-conts-phone a.soci {
    display: inline-block;
    margin: -2px 5px 0 0;
    width: 1em;
    height: auto;
    float: left;
}

#header_top_blue .container #block-views-contacts-block .views-field-field-conts-phone a.soci img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-phone {
        text-align: right;
        line-height: 1.2;
    }
}

#header_top_blue .container #block-views-contacts-block .views-field-field-conts-schedule {
    display: none;
}

@media (min-width: 768px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-schedule {
        display: none;
        text-align: right;
        margin-top: -4px;
        font-size: 0.85em;
    }
}

#header_top_blue .container #block-views-contacts-block .views-field-field-conts-mail {
    display: none;
}

@media (min-width: 768px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-mail {
        display: none;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 20px;
        font-size: 0.85em;
        background: url(/sites/all/themes/bestklimat/images/icons/conts/headmail.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 16px;
        padding-left: 20px;
    }
}

#header_top_blue .container #block-views-contacts-block .views-field-field-conts-address {
    display: none;
}

@media (min-width: 768px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-address {
        display: none;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        font-size: 0.85em;
        background: url(/sites/all/themes/bestklimat/images/icons/conts/headgeo.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 16px;
        padding-left: 20px;
    }
}

#toggle-icon {
    background: #6594bb;
    background: -moz-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6594bb), color-stop(100%, #416f92));
    background: -webkit-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -o-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -ms-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: linear-gradient(to bottom, #6594bb 0%, #416f92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6594bb', endColorstr='#416f92', GradientType=0);
    position: absolute;
    left: 15px;
    top: 13px;
    z-index: 2;
    transition: 0.3s;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
}

#toggle-icon:before, #toggle-icon:after, #toggle-icon span.icon {
    left: 12px;
    border-radius: 2px;
}

#toggle-icon .label {
    color: #fff;
    font-size: 11.5px;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -18px;
}

.mm-wrapper_blocking #toggle-icon {
    background: #4a9000;
    background: -moz-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4a9000), color-stop(100%, #65c300));
    background: -webkit-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -o-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -ms-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: linear-gradient(to bottom, #4a9000 0%, #65c300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a9000', endColorstr='#65c300', GradientType=0);
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.mm-menu_offcanvas {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.mm-menu_offcanvas .mm-navbar.mm-navbar_sticky .mm-navbar__title {
    display: block;
    padding: 15px 20px;
    text-align: left;
    font-weight: bold;
    background: #333;
    color: #fff;
    font-size: 14px;
}

.mm-menu_offcanvas .mm-navbar.mm-navbar_sticky .mm-navbar__title:hover, .mm-menu_offcanvas .mm-navbar.mm-navbar_sticky .mm-navbar__title:focus {
    background: #333;
}

.mm-menu_offcanvas .mm-listitem:after {
    border-color: #29475d;
    right: 0;
    left: 0;
}

.mm-menu_offcanvas a {
    background: #5389b3;
}

.mm-menu_offcanvas a:hover, .mm-menu_offcanvas a:focus {
    background: #29475d;
}

#header_top {
    background: #6594bb;
    background: -moz-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6594bb), color-stop(100%, #416f92));
    background: -webkit-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -o-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -ms-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: linear-gradient(to bottom, #6594bb 0%, #416f92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6594bb', endColorstr='#416f92', GradientType=0);
    box-shadow: 0 0px 5px #2a2a2a;
}

#header_top ul {
    padding: 0;
    margin: 0;
}

#header_top ul li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}

#header_top ul li.first a {
    position: relative;
}

#header_top ul li.first a:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #416f92;
}

#header_top ul li.last a {
    position: relative;
}

#header_top ul li.last a:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #6594bb;
}

#header_top ul li a {
    display: block;
    float: left;
    color: #fff;
    border-left: 1px solid #6594bb;
    border-right: 1px solid #416f92;
    padding: 13px 11px 0;
    height: 45px;
    text-decoration: none;
    font-size: 0.75em;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    #header_top ul li a {
        padding: 17px 16px 0;
        height: 56px;
        font-size: 0.85em;
    }
}

@media (min-width: 1440px) {
    #header_top ul li a {
        padding: 18px 25px;
        height: 60px;
        letter-spacing: 0;
        font-size: 0.9em;
    }
}

#header_top ul li a.active {
    background: #4a9000;
    background: -moz-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4a9000), color-stop(100%, #65c300));
    background: -webkit-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -o-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -ms-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: linear-gradient(to bottom, #4a9000 0%, #65c300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a9000', endColorstr='#65c300', GradientType=0);
}

#header_top ul li a:hover, #header_top ul li a:active, #header_top ul li a:focus {
    background: #416f92;
    background: -moz-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #416f92), color-stop(100%, #6594bb));
    background: -webkit-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -o-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -ms-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: linear-gradient(to bottom, #416f92 0%, #6594bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#416f92', endColorstr='#6594bb', GradientType=0);
}

#header_top ul li.expanded:after {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 50%;
    font-size: 12px;
    margin-top: -8px;
    color: #fff;
}

#header_top ul li ul {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background: #fff;
    padding: 0.8em 0;
    margin: 0;
}

#header_top ul li ul li.expanded:after {
    content: "\e250";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 50%;
    font-size: 12px;
    margin-top: -8px;
    color: #5389b3;
}

#header_top ul li ul li.expanded {
    position: relative;
}

#header_top ul li ul li.expanded.active:after {
    color: #fff;
}

#header_top ul li ul li.expanded:hover:after, #header_top ul li ul li.expanded:active:after, #header_top ul li ul li.expanded:focus:after {
    color: #fff;
}

#header_top ul li ul li.first a:before, #header_top ul li ul li.last a:before {
    content: none;
}

#header_top ul li ul li a {
    display: block;
    float: none;
    color: #5389b3;
    border: none;
    padding: 1em 1em;
    height: auto;
    text-decoration: none;
    font-size: 0.75em;
    text-transform: uppercase;
}

#header_top ul li ul li a.active {
    background: #66c300;
    color: #fff;
}

#header_top ul li ul li a:hover, #header_top ul li ul li a:active, #header_top ul li ul li a:focus {
    background: #5389b3;
    color: #fff;
}

@media (min-width: 992px) {
    #header_top_blue {
        padding: 10px 0 12px;
        background: #2d5775;
        background: -moz-linear-gradient(left, #2d5775 0%, #6594bb 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #2d5775), color-stop(100%, #6594bb));
        background: -webkit-linear-gradient(left, #2d5775 0%, #6594bb 100%);
        background: -o-linear-gradient(left, #2d5775 0%, #6594bb 100%);
        background: -ms-linear-gradient(left, #2d5775 0%, #6594bb 100%);
        background: linear-gradient(to right, #2d5775 0%, #6594bb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d5775', endColorstr='#6594bb', GradientType=1);
    }
}

@media (min-width: 1200px) {
    #header_top_blue {
        padding: 15px 0 17px;
    }
}

@media (min-width: 1440px) {
    #header_top_blue {
        padding: 20px 0 22px;
    }
}

@media (min-width: 992px) {
    #header_top_blue .container .site-info {
        margin-left: 0;
        width: 295px;
    }
}

@media (min-width: 1200px) {
    #header_top_blue .container .site-info {
        width: 330px;
    }
}

@media (min-width: 992px) {
    #header_top_blue .container .site-info #site-slogan {
        font-size: 13px;
        margin-right: -80px;
        margin-top: 3px;
    }
}

@media (min-width: 1200px) {
    #header_top_blue .container .site-info #site-slogan {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    #header_top_blue .container #block-views-contacts-block {
        padding-left: 300px;
        top: 18px;
    }
}

@media (min-width: 1200px) {
    #header_top_blue .container #block-views-contacts-block {
        padding-left: 450px;
        top: 14px;
    }
}

@media (min-width: 1440px) {
    #header_top_blue .container #block-views-contacts-block {
        padding-left: 600px;
        top: 14px;
    }
}

@media (min-width: 992px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-phone {
        font-size: 1.6em;
    }
}

@media (min-width: 1200px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-phone {
        font-size: 1.7em;
    }
}

@media (min-width: 992px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-schedule {
        display: block;
        margin-top: -4px;
        font-size: 0.9em;
    }
}

@media (min-width: 992px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-mail {
        display: block;
        top: 26px;
        font-size: 0.9em;
        background-size: auto 16px;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-mail {
        top: 12px;
        left: 0;
        background-size: auto 20px;
        padding-left: 30px;
    }
}

@media (min-width: 1440px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-mail {
        background-size: auto 23px;
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-address {
        display: block;
        top: 0;
        font-size: 0.9em;
        background-size: auto 16px;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-address {
        top: 12px;
        left: 170px;
        background-size: auto 20px;
        padding-left: 30px;
    }
}

@media (min-width: 1440px) {
    #header_top_blue .container #block-views-contacts-block .views-field-field-conts-address {
        left: 202px;
        background-size: auto 23px;
        padding-left: 30px;
    }
}

#footer {
    padding: 20px 0 25px;
    background: #333333;
    background: -moz-linear-gradient(top, #333333 0%, #000000 50%, #333333 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #333333), color-stop(50%, #000000), color-stop(100%, #333333));
    background: -webkit-linear-gradient(top, #333333 0%, #000000 50%, #333333 100%);
    background: -o-linear-gradient(top, #333333 0%, #000000 50%, #333333 100%);
    background: -ms-linear-gradient(top, #333333 0%, #000000 50%, #333333 100%);
    background: linear-gradient(to bottom, #333333 0%, #000000 50%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333', GradientType=0);
}

#footer .footer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    text-align: center;
}

@media (min-width: 992px) {
    #footer .footer {
        text-align: left;
    }
}

#footer .footer .site-info-bottom #logo_bot {
    display: block;
    width: 225px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    #footer .footer .site-info-bottom #logo_bot {
        width: 295px;
        max-width: 100%;
        margin: 0;
    }
}

#footer .footer .site-info-bottom #logo_bot img {
    margin-left: 24px;
}

@media (min-width: 992px) {
    #footer .footer .site-info-bottom #logo_bot img {
        margin: 0;
    }
}

#footer .footer .site-info-bottom .like_slogan {
    color: #fff;
    font-size: 11.5px;
    line-height: 1.2;
    font-style: italic;
    margin-top: 3px;
}

@media (min-width: 992px) {
    #footer .footer .site-info-bottom .like_slogan {
        font-size: 13px;
        margin-top: 7px;
    }
}

@media (min-width: 1200px) {
    #footer .footer .site-info-bottom .like_slogan {
        font-size: 14px;
    }
}

@media (min-width: 1440px) {
    #footer .footer .site-info-bottom .like_slogan {
        margin-right: -30px;
    }
}

@media (min-width: 992px) {
    #footer .footer .site-info-bottom {
        float: left;
        width: 30%;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    #footer .footer .site-info-bottom {
        width: 28%;
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    #footer .footer .region-footer {
        float: left;
        width: 70%;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    #footer .footer .region-footer {
        width: 72%;
        padding-left: 10px;
    }
}

#footer .footer #block-block-2 {
    margin: 0 0 1em;
}

@media (min-width: 992px) {
    #footer .footer #block-block-2 {
        margin: 0.5em 0 0;
    }
}

@media (min-width: 1440px) {
    #footer .footer #block-block-2 {
        margin: 1em 0 0;
    }
}

#footer .footer #block-block-2 .cont_wrap {
    color: #fff;
}

#footer .footer #block-block-2 .cont_wrap div {
    margin: 0.5em 0 0;
    font-size: 1.1em;
}

@media (min-width: 992px) {
    #footer .footer #block-block-2 .cont_wrap div {
        font-size: 0.9em;
        margin: 0.5em 0;
    }
}

#footer .footer #block-block-2 .cont_wrap div img {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#footer .footer #block-block-2 .greenimg {
    margin: 1em auto 0;
}

@media (min-width: 992px) {
    #footer .footer #block-block-2 .greenimg {
        margin: 0.5em 0 0;
    }
}

@media (min-width: 1440px) {
    #footer .footer #block-block-2 .greenimg {
        margin: 1em 0 0;
    }
}

#footer .footer h2, #footer .footer div.block-title {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 992px) {
    #footer .footer h2, #footer .footer div.block-title {
        margin-top: 30px;
    }
}

#footer .footer .menu.nav {
    padding: 0;
    margin: 0;
    text-align: left;
}

#footer .footer .menu.nav li {
    margin: 0.25em 0;
    padding: 0 1em 0 0;
    display: inline-block;
    vertical-align: top;
    width: 220px;
}

@media (min-width: 768px) {
    #footer .footer .menu.nav li {
        width: 235px;
    }
}

@media (min-width: 992px) {
    #footer .footer .menu.nav li {
        font-size: 0.9em;
        margin: 0.35em 0;
    }
}

@media (min-width: 1440px) {
    #footer .footer .menu.nav li {
        margin: 0.3em 0;
    }
}

#footer .footer .menu.nav li a {
    padding: 0;
    margin: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    text-decoration: none;
}

#footer .footer .menu.nav li a:hover, #footer .footer .menu.nav li a:active, #footer .footer .menu.nav li a:focus {
    background: transparent;
    color: #5389b3;
}

#footer .footer .menu.nav li a.active {
    background: transparent;
    color: #66c300;
    text-decoration: underline;
}

@media (min-width: 992px) {
    #footer .footer #block-menu-menu-footer {
        float: left;
        width: 30%;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    #footer .footer #block-menu-menu-footer {
        width: 28%;
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    #footer .footer #block-menu-menu-footer .menu.nav li {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #footer .footer #block-views-catalog-in-footer-block {
        float: left;
        width: 70%;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    #footer .footer #block-views-catalog-in-footer-block {
        width: 72%;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    #footer .footer #block-views-catalog-in-footer-block .menu.nav li {
        width: 49%;
    }
}

#block-block-11 .item {
    margin: 1.5em 0;
    padding: 5em 15px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    #block-block-11 .item {
        width: 32.5%;
        font-size: 0.8em;
    }
}

@media (min-width: 1200px) {
    #block-block-11 .item {
        font-size: 0.9em;
        padding: 5em 20px 0;
    }
}

@media (min-width: 1440px) {
    #block-block-11 .item {
        font-size: 1em;
    }
}

#block-block-11 .item .name {
    font-size: 1.2em;
    margin: 0 0 0.5em;
    line-height: 1.2;
    color: #4690c8;
    font-weight: bold;
    text-transform: uppercase;
}

#block-block-11 .item .name .bigpoint {
    display: inline-block;
    vertical-align: baseline;
    background: #4690c8;
    color: #fff;
    padding: 0.2em 0.5em;
    border-radius: 50%;
    margin: 0 0.3em 0 0;
}

#block-block-11 .item.first {
    background: url(/sites/all/themes/bestklimat/images/icons/conts/003-telephone.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

#block-block-11 .item.second {
    background: url(/sites/all/themes/bestklimat/images/icons/conts/004-mail.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

#block-block-11 .item.last {
    background: url(/sites/all/themes/bestklimat/images/icons/conts/001-website.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

#block-block-12 .item {
    margin: 1.5em 0;
    padding: 5em 15px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    #block-block-12 .item {
        width: 32.5%;
        font-size: 0.8em;
    }
}

@media (min-width: 1200px) {
    #block-block-12 .item {
        font-size: 0.9em;
        padding: 5em 20px 0;
    }
}

@media (min-width: 1440px) {
    #block-block-12 .item {
        font-size: 1em;
    }
}

#block-block-12 .item .name {
    font-size: 1.2em;
    margin: 0 0 0.5em;
    line-height: 1.2;
    color: #4690c8;
    font-weight: bold;
    text-transform: uppercase;
}

#block-block-12 .item .name .bigpoint {
    display: inline-block;
    vertical-align: baseline;
    background: #4690c8;
    color: #fff;
    padding: 0.2em 0.5em;
    border-radius: 50%;
    margin: 0 0.3em 0 0;
}

#block-block-12 .item.first {
    background: url(/sites/all/themes/bestklimat/images/icons/other/005-shipped.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

#block-block-12 .item.second {
    background: url(/sites/all/themes/bestklimat/images/icons/other/002-customer-behavior.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

#block-block-12 .item.last {
    background: url(/sites/all/themes/bestklimat/images/icons/other/006-loader.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

#block-block-13 .item {
    margin: 1.5em 0;
    padding: 5em 15px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    #block-block-13 .item {
        width: 32.5%;
        font-size: 0.8em;
    }
}

@media (min-width: 1200px) {
    #block-block-13 .item {
        font-size: 0.9em;
        padding: 5em 20px 0;
    }
}

@media (min-width: 1440px) {
    #block-block-13 .item {
        font-size: 1em;
    }
}

#block-block-13 .item .name {
    font-size: 1.2em;
    margin: 0 0 0.5em;
    line-height: 1.2;
    color: #4690c8;
    font-weight: bold;
    text-transform: uppercase;
}

#block-block-13 .item .name .bigpoint {
    display: inline-block;
    vertical-align: baseline;
    background: #4690c8;
    color: #fff;
    padding: 0.2em 0.5em;
    border-radius: 50%;
    margin: 0 0.3em 0 0;
}

#block-block-13 .item.first {
    background: url(/sites/all/themes/bestklimat/images/icons/other/001-ruble.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

#block-block-13 .item.second {
    background: url(/sites/all/themes/bestklimat/images/icons/other/004-mobile-payment.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

#block-block-13 .item.last {
    background: url(/sites/all/themes/bestklimat/images/icons/other/003-credit-card.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

.margy-top {
    margin-top: 1em;
}

.bluelink {
    margin: 1em 0 0;
    background: #6594bb;
    background: -moz-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6594bb), color-stop(100%, #416f92));
    background: -webkit-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -o-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -ms-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: linear-gradient(to bottom, #6594bb 0%, #416f92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6594bb', endColorstr='#416f92', GradientType=0);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    padding: 0.5em 1em;
    border: 1px solid #5389b3;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    cursor: pointer;
    text-align: center;
    font-size: 0.9em;
}

.bluelink:hover {
    background: #416f92;
    background: -moz-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #416f92), color-stop(100%, #6594bb));
    background: -webkit-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -o-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -ms-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: linear-gradient(to bottom, #416f92 0%, #6594bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#416f92', endColorstr='#6594bb', GradientType=0);
}

#block-block-17 .content a, #block-block-18 .content a, #block-block-19 .content a {
    text-decoration: none;
    border-bottom: 1px dashed #5389b3;
}

#block-block-17 .content a:hover, #block-block-18 .content a:hover, #block-block-19 .content a:hover {
    border-bottom: 1px dashed transparent;
}

.otherblock .ds-1col, .otherblock .ds-2col-stacked {
    margin: 1em 0;
}

.otherblock .btnwrrap {
    text-align: center;
}

.bordered-row > .view-content > .views-bootstrap-grid-plugin-style > .row > .clearfix:after {
    clear: both;
    visibility: visible;
    height: 1px;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    border-top: 1px dashed #e6e6e6;
}

@media (min-width: 992px) {
    .bordered-row > .view-content > .views-bootstrap-grid-plugin-style > .row > .clearfix:after {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 1440px) {
    .bordered-row > .view-content > .views-bootstrap-grid-plugin-style > .row > .clearfix:after {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.bordered-row .ds-1col, .bordered-row .ds-2col-stacked {
    margin: 1em 0;
}

.mainlist .ds-1col {
    border: 1px solid #e6e6e6;
    text-align: center;
}

.mainlist .ds-1col .field-name-title a {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    background: #4690c8;
    text-shadow: 1px 1px #333;
}

@media (min-width: 992px) {
    .mainlist .ds-1col .field-name-title a {
        font-size: 0.8em;
    }
}

@media (min-width: 1440px) {
    .mainlist .ds-1col .field-name-title a {
        font-size: 0.9em;
    }
}

.mainlist .ds-1col .field-name-title a:hover {
    text-decoration: none;
    background: #65c300;
}

.mainlist .ds-1col .field-name-title div.slink_nolink {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    text-shadow: 1px 1px #333;
}

@media (min-width: 992px) {
    .mainlist .ds-1col .field-name-title div.slink_nolink {
        font-size: 0.8em;
    }
}

@media (min-width: 1200px) {
    .mainlist .ds-1col .field-name-title div.slink_nolink {
        font-size: 0.9em;
    }
}

.mainlist .ds-1col .field-type-image {
    padding: 0;
}

.mainlist .ds-1col .field-type-text-long, .mainlist .ds-1col .field-type-text-with-summary {
    font-size: 0.9em;
    color: #6e6e6e;
    padding: 0.8em 1em 0.8em;
}

@media (min-width: 768px) {
    .mainlist .ds-1col .field-type-text-long, .mainlist .ds-1col .field-type-text-with-summary {
        font-size: 0.9em;
        padding: 0.8em 1em 0.8em;
    }
}

@media (min-width: 992px) {
    .mainlist .ds-1col .field-type-text-long, .mainlist .ds-1col .field-type-text-with-summary {
        font-size: 0.8em;
        padding: 1em;
    }
}

.mainlist .ds-1col .field-name-node-link {
    padding: 0 1em 1em;
    text-align: center;
}

.view-category-description {
    padding: 1.5em 0 0;
}

.product-list .view-empty {
    font-style: italic;
    padding: 1.5em 0 0;
}

#block-block-6 {
    display: none;
    margin: 1.5em 0 0;
    border: 1px dashed #5389b3;
    padding: 1em;
}

#block-block-6 .content > div {
    text-align: center;
}

#block-block-6 .content > div .inl {
    display: inline-block;
    vertical-align: middle;
    color: #5389b3;
    font-style: italic;
}

#block-block-6 .content > div img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.6em 0 0;
    max-width: 3.75em;
}

#block-block-6 .content > div a.btn-2line {
    width: 200px;
    margin-top: 10px;
    color: #66c300;
    cursor: pointer;
}

@media (min-width: 992px) {
    #block-block-6 .content > div a.btn-2line {
        width: 250px;
    }
}

@media (min-width: 1200px) {
    #block-block-6 .content > div a.btn-2line {
        margin-top: -10px;
    }
}

#block-block-6 .content > div a.btn-2line rect {
    stroke-dasharray: 422, 0;
    stroke: #66c300;
}

#block-block-6 .content > div a.btn-2line:hover {
    color: #5389b3;
}

#block-block-6 .content > div a.btn-2line:hover rect {
    stroke: #5389b3;
    stroke-dasharray: 87, 141;
    stroke-dashoffset: 223;
}

@media (min-width: 992px) {
    #block-block-6 .content > div a.btn-2line:hover rect {
        stroke-dasharray: 119, 195;
        stroke-dashoffset: 10;
    }
}

@media (min-width: 992px) {
    #block-block-6 {
        display: block;
    }
}

.fourcolor .field-name-title a {
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.fourcolor .field-name-title a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5389b3;
    z-index: -2;
}

.fourcolor .field-name-title a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #66c300;
    transition: all .3s;
    z-index: -1;
}

.fourcolor .field-name-title a:hover {
    color: #fff;
}

.fourcolor .field-name-title a:hover:before {
    width: 100%;
}

@media (min-width: 500px) {
    .fourcolor .twocol_second .field-name-title a:after {
        background-color: #3276a9;
    }

    .fourcolor .twocol_second .field-name-title a:before {
        background-color: #57a900;
    }
}

@media (min-width: 992px) {
    .fourcolor .threecol_first .field-name-title a:after {
        background-color: #5a9cce;
    }

    .fourcolor .threecol_first .field-name-title a:before {
        background-color: #72dc00;
    }
}

@media (min-width: 992px) {
    .fourcolor .threecol_second .field-name-title a:after {
        background-color: #5389b3;
    }

    .fourcolor .threecol_second .field-name-title a:before {
        background-color: #66c300;
    }
}

@media (min-width: 992px) {
    .fourcolor .threecol_third .field-name-title a:after {
        background-color: #3276a9;
    }

    .fourcolor .threecol_third .field-name-title a:before {
        background-color: #57a900;
    }
}

@media (min-width: 1200px) {
    .fourcolor .fourcol_first .field-name-title a:after {
        background-color: #5a9cce;
    }

    .fourcolor .fourcol_first .field-name-title a:before {
        background-color: #72dc00;
    }
}

@media (min-width: 1200px) {
    .fourcolor .fourcol_second .field-name-title a:after {
        background-color: #5389b3;
    }

    .fourcolor .fourcol_second .field-name-title a:before {
        background-color: #66c300;
    }
}

@media (min-width: 1200px) {
    .fourcolor .fourcol_third .field-name-title a:after {
        background-color: #3276a9;
    }

    .fourcolor .fourcol_third .field-name-title a:before {
        background-color: #57a900;
    }
}

@media (min-width: 1200px) {
    .fourcolor .fourcol_fourth .field-name-title a:after {
        background-color: #2d6895;
    }

    .fourcolor .fourcol_fourth .field-name-title a:before {
        background-color: #4a9000;
    }
}

.fourcolor .field-name-title div.slink_nolink {
    background: #c40000;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (min-width: 500px) {
    .fourcolor .twocol_second .field-name-title div.slink_nolink {
        background: #910000;
    }
}

@media (min-width: 992px) {
    .fourcolor .threecol_first .field-name-title div.slink_nolink {
        background: #de0000;
    }
}

@media (min-width: 992px) {
    .fourcolor .threecol_second .field-name-title div.slink_nolink {
        background: #c40000;
    }
}

@media (min-width: 992px) {
    .fourcolor .threecol_third .field-name-title div.slink_nolink {
        background: #910000;
    }
}

@media (min-width: 1200px) {
    .fourcolor .fourcol_first .field-name-title div.slink_nolink {
        background: #de0000;
    }
}

@media (min-width: 1200px) {
    .fourcolor .fourcol_second .field-name-title div.slink_nolink {
        background: #c40000;
    }
}

@media (min-width: 1200px) {
    .fourcolor .fourcol_third .field-name-title div.slink_nolink {
        background: #910000;
    }
}

@media (min-width: 1200px) {
    .fourcolor .fourcol_fourth .field-name-title div.slink_nolink {
        background: #780000;
    }
}

.threecolor .field-name-title a {
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.threecolor .field-name-title a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5389b3;
    z-index: -2;
}

.threecolor .field-name-title a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #66c300;
    transition: all .3s;
    z-index: -1;
}

.threecolor .field-name-title a:hover {
    color: #fff;
}

.threecolor .field-name-title a:hover:before {
    width: 100%;
}

@media (min-width: 500px) {
    .threecolor .twocol_second .field-name-title a:after {
        background-color: #3276a9;
    }

    .threecolor .twocol_second .field-name-title a:before {
        background-color: #57a900;
    }
}

@media (min-width: 1200px) {
    .threecolor .threecol_first .field-name-title a:after {
        background-color: #5a9cce;
    }

    .threecolor .threecol_first .field-name-title a:before {
        background-color: #72dc00;
    }
}

@media (min-width: 1200px) {
    .threecolor .threecol_second .field-name-title a:after {
        background-color: #5389b3;
    }

    .threecolor .threecol_second .field-name-title a:before {
        background-color: #66c300;
    }
}

@media (min-width: 1200px) {
    .threecolor .threecol_third .field-name-title a:after {
        background-color: #3276a9;
    }

    .threecolor .threecol_third .field-name-title a:before {
        background-color: #57a900;
    }
}

.product-list .view-header {
    padding: 1.5em 0 0;
}

.product-list .view-header span {
    color: #65c300;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.product-list .view-header span.second {
    color: #4690c8;
}

.product-list .ds-1col {
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px 0 #5389b3 inset, 0 0 0 0 #fff;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.product-list .ds-1col:hover {
    box-shadow: 0 0 0 0 #66c300 inset, 0 0 5px 0 #66c300;
}

.product-list .ds-1col:hover .field-name-title a {
    color: #66c300;
    border-color: #66c300;
}

.sw-list.product-list .ds-1col {
    margin: 5px;
}

.product-list .field-type-image {
    padding: 1em;
}

.product-list .field-type-image .salerel {
    position: relative;
}

.product-list .field-type-image .salerel .saleicon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 3em;
    height: 3em;
    background: url(/sites/all/themes/bestklimat/images/icons/other/sale_big_prod_red.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.product-list .field-type-image .salerel .saleicon a {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-list .field-name-title {
    line-height: 1.2;
}

.product-list .field-name-title a {
    text-align: left;
    display: block;
    padding: 0.8em 1em;
    color: #4690c8;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border-top: 1px solid #5389b3;
    border-bottom: 1px solid #5389b3;
}

@media (min-width: 500px) {
    .product-list .field-name-title a {
        font-size: 1em;
    }
}

@media (min-width: 768px) {
    .product-list .field-name-title a {
        font-size: 1.2em;
    }
}

@media (min-width: 992px) {
    .product-list .field-name-title a {
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    .product-list .field-name-title a {
        font-size: 1.1em;
        padding: 0.8em 0.8em;
    }
}

@media (min-width: 1440px) {
    .product-list .field-name-title a {
        padding: 0.8em 1em;
    }
}

.product-list .field-name-title a:hover {
    color: #66c300;
    border-color: #66c300;
}

.product-list .field-name-field-catalog {
    font-size: 1em;
    color: #6e6e6e;
    padding: 0.4em 1em 0;
}

@media (min-width: 500px) {
    .product-list .field-name-field-catalog {
        font-size: 0.85em;
    }
}

@media (min-width: 768px) {
    .product-list .field-name-field-catalog {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    .product-list .field-name-field-catalog {
        font-size: 0.85em;
    }
}

@media (min-width: 992px) {
    .product-list .field-name-field-catalog {
        font-size: 0.95em;
    }
}

@media (min-width: 1440px) {
    .product-list .field-name-field-catalog {
        padding: 0.4em 1.2em 0;
    }
}

.product-list .field-name-field-catalog .field-label {
    margin-right: 0;
    width: 120px;
}

@media (min-width: 500px) {
    .product-list .field-name-field-catalog .field-label {
        width: 100px;
    }
}

@media (min-width: 768px) {
    .product-list .field-name-field-catalog .field-label {
        width: 135px;
    }
}

@media (min-width: 992px) {
    .product-list .field-name-field-catalog .field-label {
        width: 125px;
    }
}

@media (min-width: 1200px) {
    .product-list .field-name-field-catalog .field-label {
        width: 125px;
    }
}

@media (min-width: 1440px) {
    .product-list .field-name-field-catalog .field-label {
        width: 135px;
    }
}

.product-list .field-name-field-catalog a {
    text-decoration: none;
}

.product-list .field-name-field-manufacturer {
    font-size: 1em;
    color: #6e6e6e;
    padding: 0.4em 1em 0;
}

@media (min-width: 500px) {
    .product-list .field-name-field-manufacturer {
        font-size: 0.85em;
    }
}

@media (min-width: 768px) {
    .product-list .field-name-field-manufacturer {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    .product-list .field-name-field-manufacturer {
        font-size: 0.85em;
    }
}

@media (min-width: 992px) {
    .product-list .field-name-field-manufacturer {
        font-size: 0.95em;
    }
}

@media (min-width: 1440px) {
    .product-list .field-name-field-manufacturer {
        padding: 0.4em 1.2em 0;
    }
}

.product-list .field-name-field-manufacturer .field-label {
    margin-right: 0;
    width: 120px;
}

@media (min-width: 500px) {
    .product-list .field-name-field-manufacturer .field-label {
        width: 100px;
    }
}

@media (min-width: 768px) {
    .product-list .field-name-field-manufacturer .field-label {
        width: 135px;
    }
}

@media (min-width: 992px) {
    .product-list .field-name-field-manufacturer .field-label {
        width: 125px;
    }
}

@media (min-width: 1200px) {
    .product-list .field-name-field-manufacturer .field-label {
        width: 125px;
    }
}

@media (min-width: 1440px) {
    .product-list .field-name-field-manufacturer .field-label {
        width: 135px;
    }
}

.product-list .field-name-field-price {
    color: #6e6e6e;
    padding: 0.7em 0.9em;
    letter-spacing: -0.05em;
}

@media (min-width: 1440px) {
    .product-list .field-name-field-price {
        padding: 0.7em 1.1em;
    }
}

.product-list .field-name-field-price .field-items .oldprice {
    font-size: 0.8em;
    text-decoration: line-through;
    line-height: 1;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
}

.product-list .field-name-field-price .field-items .cur_price {
    line-height: 1;
    color: #5389b3;
    font-weight: bold;
    font-size: 1.4em;
    display: inline-block;
    vertical-align: baseline;
}

.product-list .field-name-field-price .field-items .cur_price.small {
    font-size: 1.2em;
    letter-spacing: -0.02em;
    color: #6e6e6e;
    font-weight: bold;
}

.product-list .field-name-field-price .field-items .cur_price.small span {
    color: #5389b3;
}

.product-list .field-name-field-price .field-items.bigprice .cur_price {
    color: #66c300;
}

.product-list .field-name-node-link {
    padding: 0 1em 1em;
    text-align: center;
}

.sw-list .swiper-container-wrapper {
    max-width: 100%;
    margin: 1.5em auto 0;
}

.sw-list .swiper-container-wrapper .swiper-container img {
    border: none;
    padding: 0;
}

.view-about .field-type-text-long {
    font-size: 0.8em;
    color: #6e6e6e;
    padding: 1em 0 0;
    text-align: center;
}

.mainlist .ds-1col .field-type-text-with-summary {
    padding-top: 0.8em;
    padding-bottom: 1em;
}

.mainlist .ds-2col-stacked {
    border: 1px solid #e6e6e6;
    text-align: center;
}

@media (min-width: 768px) {
    .mainlist .ds-2col-stacked .flexwrap {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: stretch;
    }
}

.mainlist .ds-2col-stacked .flexwrap .group-left a {
    display: block;
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    background: #4690c8;
    text-shadow: 1px 1px #333;
}

@media (min-width: 992px) {
    .mainlist .ds-2col-stacked .flexwrap .group-left a {
        font-size: 0.8em;
    }
}

@media (min-width: 1440px) {
    .mainlist .ds-2col-stacked .flexwrap .group-left a {
        font-size: 0.9em;
    }
}

.mainlist .ds-2col-stacked .flexwrap .group-left a:hover {
    text-decoration: none;
    background: #65c300;
}

@media (min-width: 768px) {
    .mainlist .ds-2col-stacked .flexwrap .group-left {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex: 1;
        text-align: left;
    }

    .mainlist .ds-2col-stacked .flexwrap .group-left div {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .mainlist .ds-2col-stacked .flexwrap .group-left div a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }
}

@media (min-width: 992px) {
    .mainlist .ds-2col-stacked .flexwrap .group-left {
        width: 40%;
    }
}

@media (min-width: 768px) {
    .mainlist .ds-2col-stacked .flexwrap .group-right {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .mainlist .ds-2col-stacked .flexwrap .group-right {
        width: 60%;
    }
}

.mainlist .ds-2col-stacked .field-type-image .field-item {
    position: relative;
}

.mainlist .ds-2col-stacked .field-type-image .field-item .count_img {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    line-height: 1;
}

.mainlist .ds-2col-stacked .field-type-image .field-item .count_img a {
    display: block;
    background-color: #66c300;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    background-image: url(/sites/all/themes/bestklimat/images/icons/other/fotoapp.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: auto 13px;
    padding: 14px 14px 14px 30px;
}

.mainlist .ds-2col-stacked .field-type-text-long {
    text-align: left;
    font-size: 0.9em;
    color: #6e6e6e;
    padding: 0.8em 1em 0.8em;
}

@media (min-width: 768px) {
    .mainlist .ds-2col-stacked .field-type-text-long {
        font-size: 0.9em;
        padding: 0.8em 1em 0.8em;
    }
}

@media (min-width: 992px) {
    .mainlist .ds-2col-stacked .field-type-text-long {
        font-size: 0.8em;
        padding: 1em;
    }
}

.mainlist .ds-2col-stacked .field-type-text-long .field {
    padding-top: 0.4em;
}

.mainlist .ds-2col-stacked .field-type-text-long .field .field-label {
    margin-right: 0;
    width: 80px;
}

@media (min-width: 500px) {
    .mainlist .ds-2col-stacked .field-type-text-long .field .field-label {
        width: 70px;
    }
}

@media (min-width: 768px) {
    .mainlist .ds-2col-stacked .field-type-text-long .field .field-label {
        width: 80px;
    }
}

@media (min-width: 992px) {
    .mainlist .ds-2col-stacked .field-type-text-long .field .field-label {
        width: 85px;
    }
}

@media (min-width: 1200px) {
    .mainlist .ds-2col-stacked .field-type-text-long .field .field-label {
        width: 90px;
    }
}

@media (min-width: 1440px) {
    .mainlist .ds-2col-stacked .field-type-text-long .field .field-label {
        width: 100px;
    }
}

.mainlist .ds-2col-stacked .field-name-node-link {
    padding: 0 1em 1em;
    text-align: center;
}

#block-views-taxonomy-term-block-1 .swiper-container-wrapper.pagi {
    padding-bottom: 3em;
}

#block-views-slideshow-block .swiper-container-wrapper.pagi {
    padding: 0 0 0.5em;
    margin-bottom: 0;
}

#block-views-slideshow-block .swiper-container-wrapper.pagi .views-row {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 1em;
}

#block-views-slideshow-block .swiper-container-wrapper.pagi img {
    border: none;
    padding: 0;
}

#block-views-slideshow-block .swiper-container-wrapper.pagi .swiper-button-prev {
    left: -1em;
}

#block-views-slideshow-block .swiper-container-wrapper.pagi .swiper-button-next {
    right: -1em;
}

#block-views-slideshow-block .swiper-container-wrapper.pagi .swiper-pagination {
    position: absolute;
    bottom: -1.5em;
    left: 0;
    right: 0;
    width: 100%;
}

#block-views-slideshow-block .swiper-container-wrapper.pagi .swiper-pagination .swiper-pagination-bullet {
    height: 0.8em;
    width: 0.8em;
    margin: 0 0.4em;
    outline: none;
}

#block-views-slideshow-block .swiper-container-wrapper.pagi .swiper-pagination .swiper-pagination-bullet-active {
    background: #5389b3;
}

#block-views-slideshow-block .views-field-nothing {
    padding: 0.5em 0 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
    #block-views-slideshow-block .views-field-nothing {
        padding: 1em;
        position: absolute;
        right: 1em;
        left: 1em;
        bottom: 1em;
        z-index: 2;
        background: #fff;
        background: rgba(255, 255, 255, 0.8);
        padding: 1.5em 2em;
        right: auto;
    }
}

@media (min-width: 992px) {
    #block-views-slideshow-block .views-field-nothing {
        padding: 1.5em 3em;
    }
}

@media (min-width: 1200px) {
    #block-views-slideshow-block .views-field-nothing {
        padding: 2em 4em;
    }
}

@media (min-width: 1440px) {
    #block-views-slideshow-block .views-field-nothing {
        padding: 2em 3em;
    }
}

@media (min-width: 768px) {
    #block-views-slideshow-block .views-field-nothing .field-content {
        width: 390px;
    }
}

@media (min-width: 992px) {
    #block-views-slideshow-block .views-field-nothing .field-content {
        width: 450px;
    }
}

@media (min-width: 1440px) {
    #block-views-slideshow-block .views-field-nothing .field-content {
        width: 750px;
    }
}

#block-views-slideshow-block .views-field-nothing .field-content .slide-title {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: bold;
}

#block-views-slideshow-block .views-field-nothing .field-content .slide-title a {
    text-decoration: none;
}

#block-views-slideshow-block .views-field-nothing .field-content .slide-description {
    font-style: italic;
    font-size: 1.1em;
    padding: 0.3em 0 0;
}

@media (min-width: 1440px) {
    #block-views-slideshow-block .views-field-nothing .field-content .slide-description {
        padding: 0.6em 0 0;
    }
}

#block-views-slideshow-block .views-field-nothing .field-content .slide-link {
    padding: 0.5em 0 0;
}

@media (min-width: 1440px) {
    #block-views-slideshow-block .views-field-nothing .field-content .slide-link {
        padding: 1em 0 0;
    }
}

@media (min-width: 500px) {
    #block-views-we-work-block {
        margin-top: 2em;
        background: url(/sites/all/themes/bestklimat/images/bgs/map_mo_green.jpg);
        background-repeat: no-repeat;
        background-size: auto 230px;
        -o-background-size: auto 230px;
        -moz-background-size: auto 230px;
        -webkit-background-size: auto 230px;
        -ms-background-size: auto 230px;
        min-height: 230px;
        padding: 40px 0 0 230px;
        background-position: left top;
    }
}

@media (min-width: 768px) {
    #block-views-we-work-block {
        padding: 40px 0 0 320px;
        background-size: auto 270px;
        -o-background-size: auto 270px;
        -moz-background-size: auto 270px;
        -webkit-background-size: auto 270px;
        -ms-background-size: auto 270px;
        min-height: 270px;
    }
}

@media (min-width: 992px) {
    #block-views-we-work-block {
        padding: 40px 0 0 400px;
        background-position: 50px top;
    }
}

@media (min-width: 1200px) {
    #block-views-we-work-block {
        padding: 50px 0 0 460px;
        background-position: 100px top;
        background-size: auto 300px;
        -o-background-size: auto 300px;
        -moz-background-size: auto 300px;
        -webkit-background-size: auto 300px;
        -ms-background-size: auto 300px;
        min-height: 300px;
    }
}

@media (min-width: 1440px) {
    #block-views-we-work-block {
        padding: 70px 0 0 560px;
        background-position: 150px top;
        background-size: auto 350px;
        -o-background-size: auto 350px;
        -moz-background-size: auto 350px;
        -webkit-background-size: auto 350px;
        -ms-background-size: auto 350px;
        min-height: 350px;
    }
}

@media (min-width: 500px) {
    #block-views-we-work-block h2, #block-views-we-work-block div.block-title {
        margin: 0;
    }
}

#block-views-we-work-block .content {
    background: url(/sites/all/themes/bestklimat/images/bgs/map_mo_green.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 230px;
    -o-background-size: auto 230px;
    -moz-background-size: auto 230px;
    -webkit-background-size: auto 230px;
    -ms-background-size: auto 230px;
    min-height: 230px;
}

@media (min-width: 500px) {
    #block-views-we-work-block .content {
        padding: 20px 0 0;
        background: none;
        min-height: 10px;
    }
}

@media (min-width: 500px) {
    #block-views-we-work-block .content .views-row {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        max-width: 120px;
    }
}

@media (min-width: 768px) {
    #block-views-we-work-block .content .views-row {
        max-width: 180px;
    }
}

@media (min-width: 992px) {
    #block-views-we-work-block .content .views-row {
        max-width: 230px;
    }
}

@media (min-width: 1200px) {
    #block-views-we-work-block .content .views-row {
        max-width: 220px;
    }
}

#block-views-we-work-block .content .views-row .views-field-path {
    position: relative;
    padding-left: 1.25em;
    margin: 1em 1em 0 0;
}

@media (min-width: 1200px) {
    #block-views-we-work-block .content .views-row .views-field-path {
        margin: 1.5em 1em 0 0;
    }
}

#block-views-we-work-block .content .views-row .views-field-path a {
    text-decoration: none;
}

@media (min-width: 500px) {
    #block-views-we-work-block .content .views-row .views-field-path a {
        font-size: 0.9em;
    }
}

@media (min-width: 768px) {
    #block-views-we-work-block .content .views-row .views-field-path a {
        font-size: 1em;
    }
}

#block-views-we-work-block .content .views-row .views-field-path:before {
    content: "\e062";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    color: #5389b3;
    top: 0;
    left: 0;
    font-size: 1em;
    z-index: 2;
}

#block-views-we-work-block .content .views-row .views-field-path:hover:before {
    color: #66c300;
}

.views-exposed-widgets {
    margin: 0;
}

.views-exposed-widgets .views-exposed-widget {
    padding: 0 0 10px 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

@media (min-width: 500px) {
    .views-exposed-widgets .views-exposed-widget {
        width: 49.5%;
        padding: 0 10px 10px 0;
    }
}

@media (min-width: 768px) {
    .views-exposed-widgets .views-exposed-widget {
        width: 32.5%;
        padding: 0 0 0 1em;
    }
}

@media (min-width: 1200px) {
    .views-exposed-widgets .views-exposed-widget {
        width: 21%;
        padding: 0 0.5em 0 0;
    }
}

@media (min-width: 1440px) {
    .views-exposed-widgets .views-exposed-widget {
        padding: 0 1em 0 0;
    }
}

.views-exposed-widgets #edit-manufacturer-wrapper, .views-exposed-widgets #edit-price-sort-wrapper {
    width: 47%;
    float: left;
}

@media (min-width: 768px) {
    .views-exposed-widgets #edit-manufacturer-wrapper, .views-exposed-widgets #edit-price-sort-wrapper {
        width: 32.5%;
        padding: 0 0 0 1em;
        float: none;
    }
}

@media (min-width: 1200px) {
    .views-exposed-widgets #edit-manufacturer-wrapper, .views-exposed-widgets #edit-price-sort-wrapper {
        width: 21%;
        padding: 0 0.5em 0 0;
    }
}

@media (min-width: 1440px) {
    .views-exposed-widgets #edit-manufacturer-wrapper, .views-exposed-widgets #edit-price-sort-wrapper {
        padding: 0 1em 0 0;
    }
}

.views-exposed-widgets #edit-price-sort-wrapper {
    float: right;
}

@media (min-width: 768px) {
    .views-exposed-widgets #edit-price-sort-wrapper {
        float: none;
    }
}

@media (min-width: 768px) {
    .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value {
        width: 24%;
        padding: 0 0.5em 0 0;
    }
}

@media (min-width: 1440px) {
    .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value {
        padding: 0 1em 0 0;
    }
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider {
    padding: 0 10px;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider .form-item {
    width: 50%;
    text-align: right;
    display: block;
    float: right;
    margin-left: 0;
    margin-right: -5px;
    margin-bottom: 0.5em;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider .form-item:first-child {
    float: left;
    margin-left: -10px;
    margin-right: 0;
    text-align: left;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider .form-item label {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider .form-item input {
    max-width: 70px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider .form-item input {
        max-width: 70px;
    }
}

@media (min-width: 992px) {
    .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider .form-item input {
        max-width: 85px;
    }
}

@media (min-width: 1440px) {
    .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider .form-item input {
        max-width: 90px;
    }
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider .slider-widget {
    height: .5em;
    clear: both;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider .slider-widget .ui-slider-range {
    background: #66c300;
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-field_price_value .price-slider .slider-widget .ui-slider-handle {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    height: 1em;
    width: 1em;
    background: #6594bb;
    background: -moz-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6594bb), color-stop(100%, #416f92));
    background: -webkit-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -o-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -ms-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: linear-gradient(to bottom, #6594bb 0%, #416f92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6594bb', endColorstr='#416f92', GradientType=0);
    cursor: pointer;
}

.views-exposed-widgets .views-exposed-widget.views-submit-button {
    padding: 0 10px 10px 0;
    width: 49%;
    text-align: right;
}

@media (min-width: 500px) {
    .views-exposed-widgets .views-exposed-widget.views-submit-button {
        width: 24.5%;
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .views-exposed-widgets .views-exposed-widget.views-submit-button {
        width: 49%;
        text-align: right;
        padding: 1em 0.5em 0 0;
    }
}

@media (min-width: 1200px) {
    .views-exposed-widgets .views-exposed-widget.views-submit-button {
        width: 16%;
        padding: 0 0.5em 0 0;
        vertical-align: top;
    }
}

@media (min-width: 1440px) {
    .views-exposed-widgets .views-exposed-widget.views-submit-button {
        padding: 0 1em 0 0;
    }
}

.views-exposed-widgets .views-exposed-widget.views-submit-button .btn {
    margin: 10px 0 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    background: #4a9000;
    background: -moz-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4a9000), color-stop(100%, #65c300));
    background: -webkit-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -o-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -ms-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: linear-gradient(to bottom, #4a9000 0%, #65c300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a9000', endColorstr='#65c300', GradientType=0);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    padding: 0.5em 0;
    border: 1px solid #66c300;
    text-align: center;
    font-size: 1em;
    height: 2.42em;
    line-height: 1;
    width: 10em;
}

.views-exposed-widgets .views-exposed-widget.views-submit-button .btn:hover, .views-exposed-widgets .views-exposed-widget.views-submit-button .btn:focus {
    background: #65c300;
    background: -moz-linear-gradient(top, #65c300 0%, #4a9000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #65c300), color-stop(100%, #4a9000));
    background: -webkit-linear-gradient(top, #65c300 0%, #4a9000 100%);
    background: -o-linear-gradient(top, #65c300 0%, #4a9000 100%);
    background: -ms-linear-gradient(top, #65c300 0%, #4a9000 100%);
    background: linear-gradient(to bottom, #65c300 0%, #4a9000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65c300', endColorstr='#4a9000', GradientType=0);
}

@media (min-width: 500px) {
    .views-exposed-widgets .views-exposed-widget.views-submit-button .btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .views-exposed-widgets .views-exposed-widget.views-submit-button .btn {
        margin: 0;
        width: 10em;
    }
}

@media (min-width: 1200px) {
    .views-exposed-widgets .views-exposed-widget.views-submit-button .btn {
        width: 100%;
        margin: 1.7em 0 0;
    }
}

@media (min-width: 1440px) {
    .views-exposed-widgets .views-exposed-widget.views-submit-button .btn {
        margin: 1.6em 0 0;
    }
}

.views-exposed-widgets .views-exposed-widget.views-reset-button {
    padding: 0 0 10px 10px;
    width: 49%;
    text-align: left;
}

@media (min-width: 500px) {
    .views-exposed-widgets .views-exposed-widget.views-reset-button {
        width: 24.5%;
        padding: 0 10px 10px 0;
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .views-exposed-widgets .views-exposed-widget.views-reset-button {
        width: 49%;
        text-align: left;
        padding: 1em 0 0 0.5em;
    }
}

@media (min-width: 1200px) {
    .views-exposed-widgets .views-exposed-widget.views-reset-button {
        width: 16%;
        padding: 0;
        vertical-align: top;
    }
}

.views-exposed-widgets .views-exposed-widget.views-reset-button .btn {
    margin: 10px 0 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    background: #6594bb;
    background: -moz-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6594bb), color-stop(100%, #416f92));
    background: -webkit-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -o-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -ms-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: linear-gradient(to bottom, #6594bb 0%, #416f92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6594bb', endColorstr='#416f92', GradientType=0);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    padding: 0.5em 0;
    border: 1px solid #5389b3;
    text-align: center;
    font-size: 1em;
    height: 2.42em;
    line-height: 1;
    width: 10em;
}

.views-exposed-widgets .views-exposed-widget.views-reset-button .btn:hover, .views-exposed-widgets .views-exposed-widget.views-reset-button .btn:focus {
    background: #416f92;
    background: -moz-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #416f92), color-stop(100%, #6594bb));
    background: -webkit-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -o-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -ms-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: linear-gradient(to bottom, #416f92 0%, #6594bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#416f92', endColorstr='#6594bb', GradientType=0);
}

@media (min-width: 500px) {
    .views-exposed-widgets .views-exposed-widget.views-reset-button .btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .views-exposed-widgets .views-exposed-widget.views-reset-button .btn {
        margin: 0;
        width: 10em;
    }
}

@media (min-width: 1200px) {
    .views-exposed-widgets .views-exposed-widget.views-reset-button .btn {
        width: 100%;
        margin: 1.7em 0 0;
    }
}

@media (min-width: 1440px) {
    .views-exposed-widgets .views-exposed-widget.views-reset-button .btn {
        margin: 1.6em 0 0;
    }
}

.pagination > li.pager-first, .pagination > li.pager-last {
    display: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    border-color: #3276a9;
    color: #fff;
    background: #3276a9;
}

.swiper-container-wrapper {
    position: relative;
    padding: 0 3em;
    margin: 2em auto;
}

.swiper-container-wrapper .swiper-container {
    position: static;
}

.swiper-container-wrapper .swiper-container img {
    border: 1px solid #e6e6e6;
    padding: 1em;
}

.swiper-container-wrapper .swiper-container.gallery-thumbs {
    margin: 10px 0 0;
}

.swiper-container-wrapper .swiper-container.gallery-thumbs .swiper-slide {
    cursor: pointer;
    border: 1px solid #fff;
}

.swiper-container-wrapper .swiper-container.gallery-thumbs .swiper-slide:hover {
    border: 1px solid #65c300;
}

.swiper-container-wrapper .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #65c300;
}

.swiper-container-wrapper .swiper-button-prev, .swiper-container-wrapper .swiper-button-next {
    width: 2em;
    height: 2em;
    color: #fff;
    background: #4690c8;
    text-align: center;
    padding: 0.4em 0 0;
    border-radius: 50%;
    outline: none;
}

.swiper-container-wrapper .swiper-button-prev:hover, .swiper-container-wrapper .swiper-button-next:hover {
    background: #65c300;
}

.swiper-container-wrapper .pagi-wrap {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    wodth: 100%;
    bottom: 0;
    text-align: center;
}

.swiper-container-wrapper .pagi-wrap .swiper-pagination.swiper-pagination-fraction {
    position: static;
    text-align: center;
    bottom: auto;
    left: auto;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 18px;
    letter-spacing: -0.05em;
}

.swiper-container-wrapper .pagi-wrap .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
    color: #5389b3;
}

.swiper-container-wrapper .pagi-wrap .btnwrrap {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.swiper-container-wrapper.pagi {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

.swiper-container-wrapper.pagi .arr-wrap {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
}

.swiper-container-wrapper.pagi .arr-wrap .swiper-button-prev {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
}

.swiper-container-wrapper.pagi .arr-wrap .swiper-button-next {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 0;
}

.node-about .swiper-container-wrapper .swiper-container img {
    padding: 5px;
}

@media (min-width: 768px) {
    .node-service .ds-custom-left-wrap {
        padding-right: 10px;
    }
}

.node-service .ds-custom-left-wrap .field-name-field-image {
    max-width: 100%;
    margin: 0;
}

@media (min-width: 768px) {
    .node-service .ds-custom-left-wrap .field-name-field-image {
        max-width: 100%;
        margin: 0;
    }
}

.node-service .ds-custom-left-wrap .field-name-field-image img {
    border: 1px solid #e6e6e6;
    padding: 1em;
}

@media (min-width: 768px) {
    .node-service .ds-custom-left-wrap .field-name-field-image img {
        height: 358px;
    }
}

@media (min-width: 1200px) {
    .node-service .ds-custom-left-wrap .field-name-field-image img {
        height: 416px;
    }
}

@media (min-width: 1440px) {
    .node-service .ds-custom-left-wrap .field-name-field-image img {
        height: 465px;
    }
}

.field-name-field-aboutbody {
    margin: 1.5em 0 0;
}

.ds-2col.node-ourworks > .group-left {
    float: none;
    width: 100%;
}

@media (min-width: 992px) {
    .ds-2col.node-ourworks > .group-left {
        float: left;
        width: 50%;
        width: 60%;
        padding: 0 15px 0 0;
    }
}

@media (min-width: 1200px) {
    .ds-2col.node-ourworks > .group-left {
        width: 60%;
    }
}

@media (min-width: 1440px) {
    .ds-2col.node-ourworks > .group-left {
        padding: 0 20px 0 0;
        width: 54%;
    }
}

.ds-2col.node-ourworks > .group-right {
    float: none;
    width: 100%;
    padding: 1.5em 0 0;
}

@media (min-width: 992px) {
    .ds-2col.node-ourworks > .group-right {
        padding: 9.2em 0 0;
    }
}

@media (min-width: 1200px) {
    .ds-2col.node-ourworks > .group-right {
        float: left;
        width: 50%;
        padding: 2.2em 0 0 15px;
        width: 40%;
        font-size: 0.9em;
    }
}

@media (min-width: 1440px) {
    .ds-2col.node-ourworks > .group-right {
        padding: 2em 0 0 20px;
        font-size: 1em;
        width: 46%;
    }
}

.ds-2col.node-ourworks > .group-right .field {
    border-bottom: 1px dashed #e6e6e6;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
}

.ds-2col.node-ourworks > .group-right .field .field-label {
    margin-right: 0;
    width: 85px;
}

@media (min-width: 768px) {
    .ds-2col.node-ourworks > .group-right .field .field-label {
        width: 100px;
    }
}

@media (min-width: 992px) {
    .ds-2col.node-ourworks > .group-right .field .field-label {
        width: 85px;
    }
}

@media (min-width: 1200px) {
    .ds-2col.node-ourworks > .group-right .field .field-label {
        width: 90px;
    }
}

@media (min-width: 1440px) {
    .ds-2col.node-ourworks > .group-right .field .field-label {
        width: 100px;
    }
}

.ds-2col.node-ourworks > .group-right .field.field-name-body {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

@media (min-width: 992px) {
    .ds-2col.node-ourworks > .group-right .field.field-name-body {
        clear: both;
    }
}

@media (min-width: 992px) {
    .ds-2col.node-ourworks > .group-right .group-ourworks {
        float: left;
        width: 50%;
        width: 40%;
        padding: 0 0 0 15px;
    }
}

@media (min-width: 1200px) {
    .ds-2col.node-ourworks > .group-right .group-ourworks {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.group-contacts {
    text-align: center;
}

.group-contacts .field {
    margin: 1.5em 0;
    padding: 5em 10px 0;
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

@media (min-width: 768px) {
    .group-contacts .field {
        width: 24.5%;
        font-size: 0.8em;
    }
}

@media (min-width: 992px) {
    .group-contacts .field {
        width: 19.6%;
    }
}

@media (min-width: 1200px) {
    .group-contacts .field {
        font-size: 0.9em;
    }
}

@media (min-width: 1440px) {
    .group-contacts .field {
        font-size: 1em;
    }
}

.group-contacts .field .field-label {
    font-size: 1.2em;
    line-height: 1.2;
    color: #4690c8;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0.5em;
}

.group-contacts .field-name-field-conts-geo {
    background: url(/sites/all/themes/bestklimat/images/icons/conts/002-map.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
    width: 100%;
}

@media (min-width: 992px) {
    .group-contacts .field-name-field-conts-geo {
        width: 19.6%;
    }
}

.group-contacts .field-name-field-conts-phone {
    background: url(/sites/all/themes/bestklimat/images/icons/conts/003-telephone.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

.group-contacts .field-name-field-conts-phone .field-items {
    font-size: 1.2em;
}

.group-contacts .field-name-field-conts-phone .field-items .field-item a {
    color: #555;
    text-decoration: none;
}

.group-contacts .field-name-field-conts-phone .field-items .field-item a:hover {
    color: #66c300;
}

.group-contacts .field-name-field-conts-phone .social_icon a {
    display: inline-block;
    margin: 2px 3px 0;
    width: 2em;
    height: auto;
}

.group-contacts .field-name-field-conts-phone .social_icon a img {
    max-width: 100%;
    height: auto;
}

.group-contacts .field-name-field-conts-schedule {
    background: url(/sites/all/themes/bestklimat/images/icons/conts/005-calendar.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

.group-contacts .field-name-field-conts-address {
    background: url(/sites/all/themes/bestklimat/images/icons/conts/001-placeholder.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

.group-contacts .field-name-field-conts-mail {
    background: url(/sites/all/themes/bestklimat/images/icons/conts/004-mail.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 4em;
}

.group-contacts .field-name-field-conts-mail .field-item a {
    color: #555;
    text-decoration: none;
}

.group-contacts .field-name-field-conts-mail .field-item a:hover {
    color: #66c300;
}

.field-name-field-conts-text a {
    text-decoration: none;
    border-bottom: 1px dashed #5389b3;
}

.field-name-field-conts-text a:hover {
    border-bottom: 1px dashed transparent;
}

.yamaps-map-container {
    border: 1px solid #e6e6e6;
    padding: 1em;
    margin: 1.5em 0;
}

.node-useful.view-mode-full .field-type-image {
    border: 1px solid #e6e6e6;
    padding: 1em;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .node-useful.view-mode-full .field-type-image {
        float: left;
        width: 50%;
        margin: 0 30px 0 0;
    }
}

@media (min-width: 1200px) {
    .node-useful.view-mode-full .field-type-image {
        margin: 0 40px 0 0;
    }
}

.node-useful.view-mode-full .field-name-body ul {
    clear: both;
}

.node-useful.view-mode-full .field-name-body h2 {
    border-left: none;
    border-bottom: none;
    font-size: 1.25em;
    padding-left: 0;
}

.ds-custom-left-wrap {
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .ds-custom-left-wrap {
        float: left;
        width: 60%;
    }
}

@media (min-width: 992px) {
    .ds-custom-left-wrap {
        width: 46%;
    }
}

@media (min-width: 1440px) {
    .ds-custom-left-wrap {
        padding-right: 20px;
    }
}

.ds-custom-left-wrap .field-name-field-image {
    max-width: 480px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .ds-custom-left-wrap .field-name-field-image {
        max-width: 100%;
        margin: 0;
    }
}

.ds-custom-left-wrap .field-name-field-image img {
    margin: 0 auto;
}

.ds-custom-left-wrap .field-name-field-image .swiper-container-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.ds-custom-left-wrap .field-name-ds-cond-promo {
    margin: 1em 0 0;
    line-height: 1.2;
    text-align: center;
}

.ds-custom-left-wrap .field-name-ds-cond-promo .field-items {
    display: inline-block;
    text-align: left;
    padding: 0.3em 0 0.7em 2.8em;
    background: url(/sites/all/themes/bestklimat/images/icons/other/sale_small.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 2.5em;
}

@media (min-width: 768px) {
    .ds-custom-left-wrap .field-name-ds-cond-promo .field-items {
        font-size: 0.9em;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .ds-custom-left-wrap .field-name-ds-cond-promo .field-items {
        font-size: 1em;
    }
}

.ds-custom-left-wrap .field-name-ds-cond-promo .field-items span {
    color: #5389b3;
    font-size: 1.4em;
    font-weight: bold;
}

.ds-custom-left-wrap .relsale {
    position: relative;
}

.ds-custom-left-wrap .saleicon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 2em;
    right: 2em;
    width: 3em;
    height: 3em;
    background: url(/sites/all/themes/bestklimat/images/icons/other/sale_big_prod_red.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.ds-custom-middle-wrap {
    margin: 0 0 1.5em;
}

.ds-custom-middle-wrap .ds-custom-middle {
    background: #e0eaf2;
    padding: 1.5em 1em 1.5em;
    color: #000;
}

@media (min-width: 768px) {
    .ds-custom-middle-wrap .ds-custom-middle {
        padding: 1.5em;
        font-size: 0.85em;
    }
}

@media (min-width: 992px) {
    .ds-custom-middle-wrap .ds-custom-middle {
        padding: 1.5em 1em;
        font-size: 0.8em;
    }
}

@media (min-width: 1200px) {
    .ds-custom-middle-wrap .ds-custom-middle {
        font-size: 0.9em;
    }
}

@media (min-width: 1440px) {
    .ds-custom-middle-wrap .ds-custom-middle {
        padding: 1.5em;
        font-size: 1em;
    }
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-title {
    border-bottom: 1px dashed #000;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-title .field-label {
    width: 120px;
}

@media (min-width: 768px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-title .field-label {
        width: 105px;
    }
}

@media (min-width: 1200px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-title .field-label {
        width: 120px;
    }
}

@media (min-width: 1440px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-title .field-label {
        width: 140px;
    }
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-field-manufacturer {
    border-bottom: 1px dashed #000;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-field-manufacturer .field-label {
    width: 120px;
}

@media (min-width: 768px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-field-manufacturer .field-label {
        width: 105px;
    }
}

@media (min-width: 1200px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-field-manufacturer .field-label {
        width: 120px;
    }
}

@media (min-width: 1440px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-field-manufacturer .field-label {
        width: 140px;
    }
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-field-price {
    border-bottom: 1px dashed #000;
    padding: 0 0 0.5em;
    margin: 0 0 0.5em;
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-field-price .field-label {
    width: 120px;
}

@media (min-width: 768px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-field-price .field-label {
        width: 105px;
    }
}

@media (min-width: 1200px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-field-price .field-label {
        width: 120px;
    }
}

@media (min-width: 1440px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-field-price .field-label {
        width: 140px;
    }
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-field-price .field-items .oldprice {
    font-size: 0.8em;
    text-decoration: line-through;
    line-height: 1;
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-field-price .field-items .cur_price {
    line-height: 1;
    color: #5389b3;
    font-weight: bold;
    font-size: 1.4em;
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-field-price .field-items .cur_price.small {
    font-size: 1.2em;
}

@media (min-width: 992px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-field-price .field-items .cur_price {
        font-size: 1.2em;
    }
}

@media (min-width: 1200px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-field-price .field-items .cur_price {
        font-size: 1.4em;
    }
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-field-price .field-items.bigprice .cur_price {
    color: #66c300;
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item {
    padding: 0.8em 0 0;
}

@media (min-width: 500px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item {
        padding: 0.5em 0 0;
    }
}

@media (min-width: 992px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item {
        padding: 1em 0 0;
    }
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 20px;
}

@media (min-width: 1200px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .img {
        width: 30px;
    }
}

@media (min-width: 1440px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .img {
        width: 35px;
    }
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .text {
    font-size: 0.85em;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
}

@media (min-width: 500px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .text {
        width: 155px;
        font-size: 0.8em;
    }
}

@media (min-width: 768px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .text {
        width: 190px;
        font-size: 0.9em;
    }
}

@media (min-width: 992px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .text {
        width: 160px;
    }
}

@media (min-width: 1200px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .text {
        width: 200px;
        font-size: 1em;
    }
}

@media (min-width: 1440px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .text {
        width: 235px;
        font-size: 0.9em;
    }
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .text a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #5389b3;
}

.ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .item .text a:hover {
    color: #5389b3;
    border-bottom: 1px dashed transparent;
}

@media (min-width: 992px) {
    .ds-custom-middle-wrap .ds-custom-middle .field-name-order-in-one-click-link .bluelink {
        margin: 1.5em 0 0;
    }
}

@media (min-width: 500px) {
    .ds-custom-middle-wrap {
        float: left;
        width: 50%;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .ds-custom-middle-wrap {
        padding-left: 10px;
        width: 40%;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .ds-custom-middle-wrap {
        padding-left: 15px;
        padding-right: 15px;
        width: 27%;
    }
}

@media (min-width: 1440px) {
    .ds-custom-middle-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ds-custom-right-wrap {
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .ds-custom-right-wrap {
        display: none;
    }
}

@media (min-width: 992px) {
    .ds-custom-right-wrap {
        display: block;
    }
}

.ds-custom-right-wrap .ds-custom-right {
    background: #ecffd7;
    padding: 1.5em 1em 1em;
    text-align: center;
    color: #000;
}

@media (min-width: 500px) {
    .ds-custom-right-wrap .ds-custom-right {
        padding: 1.5em 1em 0.5em;
    }
}

@media (min-width: 768px) {
    .ds-custom-right-wrap .ds-custom-right {
        padding: 1.5em 1.5em 1em;
    }
}

@media (min-width: 992px) {
    .ds-custom-right-wrap .ds-custom-right {
        padding: 1em 1em 0.5em;
    }
}

@media (min-width: 1200px) {
    .ds-custom-right-wrap .ds-custom-right {
        padding: 1.2em 1em 0.5em;
    }
}

@media (min-width: 1440px) {
    .ds-custom-right-wrap .ds-custom-right {
        padding: 1.5em 1.5em 1em;
    }
}

.ds-custom-right-wrap .ds-custom-right .item {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0 0.5em 0.5em;
}

@media (min-width: 500px) {
    .ds-custom-right-wrap .ds-custom-right .item {
        text-align: left;
        display: block;
        width: 100%;
        padding: 0 0 1.2em;
    }
}

@media (min-width: 768px) {
    .ds-custom-right-wrap .ds-custom-right .item {
        padding: 0 0 0.5em;
    }
}

@media (min-width: 992px) {
    .ds-custom-right-wrap .ds-custom-right .item {
        padding: 0 0 0.75em;
    }
}

@media (min-width: 1200px) {
    .ds-custom-right-wrap .ds-custom-right .item {
        padding: 0 0 1em;
    }
}

@media (min-width: 1440px) {
    .ds-custom-right-wrap .ds-custom-right .item {
        padding: 0 0 1em;
    }
}

.ds-custom-right-wrap .ds-custom-right .item .img {
    width: 40px;
    margin: 0 auto;
}

@media (min-width: 500px) {
    .ds-custom-right-wrap .ds-custom-right .item .img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
        width: 30px;
    }
}

@media (min-width: 1200px) {
    .ds-custom-right-wrap .ds-custom-right .item .img {
        width: 35px;
    }
}

@media (min-width: 1440px) {
    .ds-custom-right-wrap .ds-custom-right .item .img {
        width: 40px;
        margin: 0 15px 0 0;
    }
}

.ds-custom-right-wrap .ds-custom-right .item .text {
    margin: 0.5em 0 0;
    font-size: 0.8em;
    line-height: 1.35;
}

@media (min-width: 500px) {
    .ds-custom-right-wrap .ds-custom-right .item .text {
        display: inline-block;
        vertical-align: middle;
        width: 140px;
        margin: 0;
        font-size: 0.8em;
    }
}

@media (min-width: 768px) {
    .ds-custom-right-wrap .ds-custom-right .item .text {
        width: 185px;
        font-size: 0.85em;
    }
}

@media (min-width: 992px) {
    .ds-custom-right-wrap .ds-custom-right .item .text {
        width: 158px;
        font-size: 0.8em;
    }
}

@media (min-width: 1200px) {
    .ds-custom-right-wrap .ds-custom-right .item .text {
        width: 200px;
        font-size: 0.9em;
    }
}

@media (min-width: 1440px) {
    .ds-custom-right-wrap .ds-custom-right .item .text {
        width: 245px;
        font-size: 1em;
    }
}

.ds-custom-right-wrap .ds-custom-right .item .text a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #66c300;
}

.ds-custom-right-wrap .ds-custom-right .item .text a:hover {
    color: #66c300;
    border-bottom: 1px dashed transparent;
}

@media (min-width: 500px) {
    .ds-custom-right-wrap {
        float: left;
        width: 50%;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .ds-custom-right-wrap {
        width: 40%;
        float: right;
    }
}

@media (min-width: 992px) {
    .ds-custom-right-wrap {
        padding-left: 15px;
        width: 27%;
    }
}

@media (min-width: 1440px) {
    .ds-custom-right-wrap {
        padding-left: 20px;
    }
}

.ds-left_bottom-wrap {
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .ds-left_bottom-wrap {
        float: left;
        width: 60%;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .ds-left_bottom-wrap {
        padding-right: 15px;
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .ds-left_bottom-wrap {
        padding-right: 15px;
        width: 73%;
    }
}

@media (min-width: 1440px) {
    .ds-left_bottom-wrap {
        padding-right: 20px;
    }
}

.ds-left_bottom-wrap div.horizontal-tabs {
    margin: 0;
    padding: 0;
    border: none;
}

.ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list {
    display: block;
    margin: 0;
    border: 0;
    padding: 0px;
    position: relative;
    list-style: none;
    list-style-image: none;
    background-color: #fff;
    border-right: none;
    width: 100%;
    height: auto;
    clear: both;
}

.ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list:after {
    content: '';
    display: block;
    clear: both;
}

.ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list li {
    background: #fff;
    border-right: none;
    padding: 1px;
    padding-top: 0;
    margin: 0;
    min-width: 5em;
    float: left;
    line-height: 1;
}

.ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list li a {
    display: block;
    text-decoration: none;
    padding: 1em 2em;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-size: 0.9em;
    background: #6594bb;
    background: -moz-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6594bb), color-stop(100%, #416f92));
    background: -webkit-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -o-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -ms-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: linear-gradient(to bottom, #6594bb 0%, #416f92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6594bb', endColorstr='#416f92', GradientType=0);
    color: #fff;
}

.ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list li a:hover, .ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list li a:active, .ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list li a:focus {
    background: #416f92;
    background: -moz-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #416f92), color-stop(100%, #6594bb));
    background: -webkit-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -o-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: -ms-linear-gradient(top, #416f92 0%, #6594bb 100%);
    background: linear-gradient(to bottom, #416f92 0%, #6594bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#416f92', endColorstr='#6594bb', GradientType=0);
}

.ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list li strong {
    font-weight: normal;
}

.ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list li.selected {
    background-color: #fff;
    padding: 0 0 1px 0;
}

.ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list li.selected a {
    display: block;
    text-decoration: none;
    padding: 1em 2em;
    color: #fff;
    background: #4a9000;
    background: -moz-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4a9000), color-stop(100%, #65c300));
    background: -webkit-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -o-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -ms-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: linear-gradient(to bottom, #4a9000 0%, #65c300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a9000', endColorstr='#65c300', GradientType=0);
}

.ds-left_bottom-wrap div.horizontal-tabs ul.horizontal-tabs-list li.selected strong {
    color: #fff;
}

.ds-left_bottom-wrap div.horizontal-tabs fieldset.horizontal-tabs-pane {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2em;
}

.ds-left_bottom-wrap div.horizontal-tabs fieldset.horizontal-tabs-pane .panel-body {
    padding: 0;
}

@media (min-width: 768px) {
    .ds-right_bottom-wrap {
        float: left;
        width: 40%;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .ds-right_bottom-wrap {
        padding-left: 15px;
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .ds-right_bottom-wrap {
        padding-left: 15px;
        width: 27%;
    }
}

@media (min-width: 1440px) {
    .ds-right_bottom-wrap {
        padding-left: 20px;
    }
}

.block.block-webform .alert {
    display: none;
}

.grippie {
    display: none;
}

.form-control {
    height: 2.42em;
    padding: 0.42em 0.85em;
    font-size: inherit;
    color: #5389b3;
    border-radius: 0;
}

.form-control::-webkit-input-placeholder, .form-control:-moz-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #666;
}

input.form-text::-webkit-input-placeholder, textarea.form-textarea::-webkit-input-placeholder, select.form-select::-webkit-input-placeholder {
    color: #666;
}

input.form-text:-moz-placeholder, textarea.form-textarea:-moz-placeholder, select.form-select:-moz-placeholder {
    color: #666;
}

input.form-text::-moz-placeholder, textarea.form-textarea::-moz-placeholder, select.form-select::-moz-placeholder {
    color: #666;
}

input.form-text:-ms-input-placeholder, textarea.form-textarea:-ms-input-placeholder, select.form-select:-ms-input-placeholder {
    color: #666;
}

input.form-text::-ms-input-placeholder, textarea.form-textarea::-ms-input-placeholder, select.form-select::-ms-input-placeholder {
    color: #666;
}

.has-error input.form-text::-webkit-input-placeholder, .has-error textarea.form-textarea::-webkit-input-placeholder, .has-error select.form-select::-webkit-input-placeholder {
    color: #a94442;
}

.has-error input.form-text:-moz-placeholder, .has-error textarea.form-textarea:-moz-placeholder, .has-error select.form-select:-moz-placeholder {
    color: #a94442;
}

.has-error input.form-text::-moz-placeholder, .has-error textarea.form-textarea::-moz-placeholder, .has-error select.form-select::-moz-placeholder {
    color: #a94442;
}

.has-error input.form-text:-ms-input-placeholder, .has-error textarea.form-textarea:-ms-input-placeholder, .has-error select.form-select:-ms-input-placeholder {
    color: #a94442;
}

.has-error input.form-text::-ms-input-placeholder, .has-error textarea.form-textarea::-ms-input-placeholder, .has-error select.form-select::-ms-input-placeholder {
    color: #a94442;
}

.captcha {
    width: 130px;
    height: 2.42em;
    overflow: hidden;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 0 0;
}

.g-recaptcha {
    margin: -19px 0 0 -5px;
}

@media (min-width: 768px) {
    .g-recaptcha {
        margin: -17px 0 0 -5px;
    }
}

@media (min-width: 992px) {
    .g-recaptcha {
        margin: -16px 0 0 -5px;
    }
}

@media (min-width: 1440px) {
    .g-recaptcha {
        margin: -15px 0 0 -5px;
    }
}

form .form-actions {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0;
}

form .form-actions button, form .form-actions button:active, form .form-actions button:focus, form .form-actions button:active:focus, form .form-actions button:active:hover {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    background: #6594bb;
    background: -moz-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6594bb), color-stop(100%, #416f92));
    background: -webkit-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -o-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: -ms-linear-gradient(top, #6594bb 0%, #416f92 100%);
    background: linear-gradient(to bottom, #6594bb 0%, #416f92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6594bb', endColorstr='#416f92', GradientType=0);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    padding: 0.5em 8em;
    border: 1px solid #5389b3;
    text-align: center;
    font-size: 1em;
    height: 2.42em;
    line-height: 1;
}

form .form-actions button[disabled]:hover, form .form-actions button[disabled]:focus, form .form-actions button:hover {
    background: #4a9000;
    background: -moz-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4a9000), color-stop(100%, #65c300));
    background: -webkit-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -o-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: -ms-linear-gradient(top, #4a9000 0%, #65c300 100%);
    background: linear-gradient(to bottom, #4a9000 0%, #65c300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a9000', endColorstr='#65c300', GradientType=0);
    border: 1px solid #66c300;
    color: #fff;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

#for_form .block-webform {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    padding: 1em 2em 2em;
}

@media (min-width: 500px) {
    #for_form .block-webform {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    #for_form .block-webform {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    #for_form .block-webform {
        max-width: 60%;
    }
}

#block-webform-client-block-551, #block-webform-client-block-724 {
    padding: 1em;
}

#block-webform-client-block-551 h2, #block-webform-client-block-551 div.block-title, #block-webform-client-block-724 h2, #block-webform-client-block-724 div.block-title {
    margin-top: 0;
}

#block-webform-client-block-723 h2, #block-webform-client-block-723 div.block-title {
    margin-top: 0;
}

@media (min-width: 500px) {
    #block-webform-client-block-723 h2, #block-webform-client-block-723 div.block-title {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-723 h2, #block-webform-client-block-723 div.block-title {
        font-size: 1.42em;
    }
}

#block-webform-client-block-723 .form-type-date label {
    font-weight: normal;
}

#block-webform-client-block-723 .form-type-date .form-control {
    display: inline-block;
    vertical-align: top;
    width: 4.5em;
    padding-left: 2px;
    padding-right: 2px;
}

@media (min-width: 500px) {
    #block-webform-client-block-723 .form-type-date .form-control {
        width: 25%;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-723 .form-type-date .form-control {
        width: 4.5em;
    }
}

@media (min-width: 992px) {
    #block-webform-client-block-723 .form-type-date .form-control {
        width: 3.5em;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-723 .form-type-date .form-control {
        width: 4.5em;
    }
}

@media (min-width: 500px) {
    #block-webform-client-block-723 .form-type-textarea {
        display: none;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-723 .form-type-textarea {
        display: block;
    }
}

@media (min-width: 992px) {
    #block-webform-client-block-723 .form-type-textarea {
        display: none;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-723 .form-type-textarea {
        display: block;
    }
}

#block-webform-client-block-723 .form-type-textarea textarea {
    height: 60px;
}

@media (min-width: 768px) {
    #block-webform-client-block-723 .form-type-textarea textarea {
        height: 55px;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-723 .form-type-textarea textarea {
        height: 90px;
    }
}

@media (min-width: 500px) {
    #block-webform-client-block-723 .captcha {
        margin: 10px 0 15px 0;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-723 .captcha {
        margin: 0 5px 0 0;
        height: 2.8em;
        width: 120px;
    }
}

@media (min-width: 992px) {
    #block-webform-client-block-723 .captcha {
        margin: 10px 0 20px 0;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-723 .captcha {
        margin: 0 5px 0 0;
        height: 2.42em;
    }
}

@media (min-width: 1440px) {
    #block-webform-client-block-723 .captcha {
        width: 130px;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-723 .g-recaptcha {
        margin: -18px 0 0 -30px;
        transform: scale(0.8);
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-723 .g-recaptcha {
        margin: -18px 0 0 -30px;
        transform: scale(0.8);
    }
}

@media (min-width: 1440px) {
    #block-webform-client-block-723 .g-recaptcha {
        margin: -15px 0 0 -4px;
    }
}

@media (min-width: 500px) {
    #block-webform-client-block-723 form .form-actions {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-723 form .form-actions {
        width: auto;
    }
}

@media (min-width: 992px) {
    #block-webform-client-block-723 form .form-actions {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-723 form .form-actions {
        width: auto;
    }
}

@media (min-width: 500px) {
    #block-webform-client-block-723 form .form-actions button, #block-webform-client-block-723 form .form-actions button:active, #block-webform-client-block-723 form .form-actions button:focus, #block-webform-client-block-723 form .form-actions button:active:focus, #block-webform-client-block-723 form .form-actions button:active:hover {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-723 form .form-actions button, #block-webform-client-block-723 form .form-actions button:active, #block-webform-client-block-723 form .form-actions button:focus, #block-webform-client-block-723 form .form-actions button:active:focus, #block-webform-client-block-723 form .form-actions button:active:hover {
        padding-left: 6.2em;
        padding-right: 6.2em;
        height: 2.8em;
        width: auto;
    }
}

@media (min-width: 992px) {
    #block-webform-client-block-723 form .form-actions button, #block-webform-client-block-723 form .form-actions button:active, #block-webform-client-block-723 form .form-actions button:focus, #block-webform-client-block-723 form .form-actions button:active:focus, #block-webform-client-block-723 form .form-actions button:active:hover {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-723 form .form-actions button, #block-webform-client-block-723 form .form-actions button:active, #block-webform-client-block-723 form .form-actions button:focus, #block-webform-client-block-723 form .form-actions button:active:focus, #block-webform-client-block-723 form .form-actions button:active:hover {
        padding-left: 5.1em;
        padding-right: 5.1em;
        height: 2.42em;
        width: auto;
    }
}

@media (min-width: 1440px) {
    #block-webform-client-block-723 form .form-actions button, #block-webform-client-block-723 form .form-actions button:active, #block-webform-client-block-723 form .form-actions button:focus, #block-webform-client-block-723 form .form-actions button:active:focus, #block-webform-client-block-723 form .form-actions button:active:hover {
        padding-left: 5.3em;
        padding-right: 5.3em;
    }
}

.field-name-ds-cond-form {
    background: #f2f6f9;
    padding: 1.5em 1em 1.5em;
}

@media (min-width: 768px) {
    .field-name-ds-cond-form {
        padding: 1.5em;
        font-size: 0.85em;
    }
}

@media (min-width: 992px) {
    .field-name-ds-cond-form {
        padding: 1.5em 1em;
        font-size: 0.8em;
    }
}

@media (min-width: 1200px) {
    .field-name-ds-cond-form {
        font-size: 0.9em;
    }
}

@media (min-width: 1440px) {
    .field-name-ds-cond-form {
        padding: 1.5em;
        font-size: 1em;
    }
}

#block-webform-client-block-722, #block-webform-client-block-728 {
    color: #000;
}

#block-webform-client-block-722 h2, #block-webform-client-block-722 div.block-title, #block-webform-client-block-728 h2, #block-webform-client-block-728 div.block-title {
    margin-top: 0;
}

@media (min-width: 500px) {
    #block-webform-client-block-722 h2, #block-webform-client-block-722 div.block-title, #block-webform-client-block-728 h2, #block-webform-client-block-728 div.block-title {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-722 h2, #block-webform-client-block-722 div.block-title, #block-webform-client-block-728 h2, #block-webform-client-block-728 div.block-title {
        font-size: 1.42em;
    }
}

#block-webform-client-block-722 .form-type-date label, #block-webform-client-block-728 .form-type-date label {
    font-weight: normal;
}

#block-webform-client-block-722 .form-type-date .form-control, #block-webform-client-block-728 .form-type-date .form-control {
    display: inline-block;
    vertical-align: top;
    width: 4.5em;
    padding-left: 2px;
    padding-right: 2px;
}

@media (min-width: 500px) {
    #block-webform-client-block-722 .form-type-date .form-control, #block-webform-client-block-728 .form-type-date .form-control {
        width: 25%;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-722 .form-type-date .form-control, #block-webform-client-block-728 .form-type-date .form-control {
        width: 4.5em;
    }
}

@media (min-width: 992px) {
    #block-webform-client-block-722 .form-type-date .form-control, #block-webform-client-block-728 .form-type-date .form-control {
        width: 5.5em;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-722 .form-type-date .form-control, #block-webform-client-block-728 .form-type-date .form-control {
        width: 4.5em;
    }
}

#block-webform-client-block-722 textarea, #block-webform-client-block-728 textarea {
    height: 90px;
}

@media (min-width: 1200px) {
    #block-webform-client-block-722 textarea, #block-webform-client-block-728 textarea {
        height: 90px;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-722 .captcha, #block-webform-client-block-728 .captcha {
        margin: 0 5px 0 0;
        height: 2.8em;
        width: 120px;
    }
}

@media (min-width: 992px) {
    #block-webform-client-block-722 .captcha, #block-webform-client-block-728 .captcha {
        margin: 0 5px 0 0;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-722 .captcha, #block-webform-client-block-728 .captcha {
        margin: 0 5px 0 0;
        height: 2.42em;
    }
}

@media (min-width: 1440px) {
    #block-webform-client-block-722 .captcha, #block-webform-client-block-728 .captcha {
        width: 130px;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-722 .g-recaptcha, #block-webform-client-block-728 .g-recaptcha {
        margin: -18px 0 0 -8px;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-722 .g-recaptcha, #block-webform-client-block-728 .g-recaptcha {
        margin: -18px 0 0 -9px;
    }
}

@media (min-width: 1440px) {
    #block-webform-client-block-722 .g-recaptcha, #block-webform-client-block-728 .g-recaptcha {
        margin: -15px 0 0 -4px;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-722 form .form-actions, #block-webform-client-block-728 form .form-actions {
        width: auto;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-722 form .form-actions, #block-webform-client-block-728 form .form-actions {
        width: auto;
    }
}

@media (min-width: 768px) {
    #block-webform-client-block-722 form .form-actions button, #block-webform-client-block-722 form .form-actions button:active, #block-webform-client-block-722 form .form-actions button:focus, #block-webform-client-block-722 form .form-actions button:active:focus, #block-webform-client-block-722 form .form-actions button:active:hover, #block-webform-client-block-728 form .form-actions button, #block-webform-client-block-728 form .form-actions button:active, #block-webform-client-block-728 form .form-actions button:focus, #block-webform-client-block-728 form .form-actions button:active:focus, #block-webform-client-block-728 form .form-actions button:active:hover {
        padding-left: 1.2em;
        padding-right: 1.2em;
        height: 2.8em;
        width: auto;
    }
}

@media (min-width: 992px) {
    #block-webform-client-block-722 form .form-actions button, #block-webform-client-block-722 form .form-actions button:active, #block-webform-client-block-722 form .form-actions button:focus, #block-webform-client-block-722 form .form-actions button:active:focus, #block-webform-client-block-722 form .form-actions button:active:hover, #block-webform-client-block-728 form .form-actions button, #block-webform-client-block-728 form .form-actions button:active, #block-webform-client-block-728 form .form-actions button:focus, #block-webform-client-block-728 form .form-actions button:active:focus, #block-webform-client-block-728 form .form-actions button:active:hover {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
}

@media (min-width: 1200px) {
    #block-webform-client-block-722 form .form-actions button, #block-webform-client-block-722 form .form-actions button:active, #block-webform-client-block-722 form .form-actions button:focus, #block-webform-client-block-722 form .form-actions button:active:focus, #block-webform-client-block-722 form .form-actions button:active:hover, #block-webform-client-block-728 form .form-actions button, #block-webform-client-block-728 form .form-actions button:active, #block-webform-client-block-728 form .form-actions button:focus, #block-webform-client-block-728 form .form-actions button:active:focus, #block-webform-client-block-728 form .form-actions button:active:hover {
        padding-left: 1.3em;
        padding-right: 1.3em;
        height: 2.42em;
        width: auto;
    }
}

@media (min-width: 1440px) {
    #block-webform-client-block-722 form .form-actions button, #block-webform-client-block-722 form .form-actions button:active, #block-webform-client-block-722 form .form-actions button:focus, #block-webform-client-block-722 form .form-actions button:active:focus, #block-webform-client-block-722 form .form-actions button:active:hover, #block-webform-client-block-728 form .form-actions button, #block-webform-client-block-728 form .form-actions button:active, #block-webform-client-block-728 form .form-actions button:focus, #block-webform-client-block-728 form .form-actions button:active:focus, #block-webform-client-block-728 form .form-actions button:active:hover {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}

#block-webform-client-block-724 {
    display: none;
}

#block-webform-client-block-551 {
    display: none;
}

#comments {
    margin: 1.5em 0 0;
}

#comments .revlink {
    border-bottom: 1px dashed #5389b3;
    text-decoration: none;
}

#comments .revlink:hover {
    border-bottom: 1px dashed #fff;
}

#comments .indented {
    padding-left: 4em;
}

@media (min-width: 768px) {
    #comments .indented .comment.view-mode-full > .group-right {
        width: 540px;
        float: left;
    }
}

@media (min-width: 992px) {
    #comments .indented .comment.view-mode-full > .group-right {
        width: 750px;
    }
}

@media (min-width: 1200px) {
    #comments .indented .comment.view-mode-full > .group-right {
        width: 910px;
    }
}

@media (min-width: 1440px) {
    #comments .indented .comment.view-mode-full > .group-right {
        width: 1170px;
    }
}

.comment.view-mode-full {
    padding: 0 0 1em;
    margin: 1em 0 0;
    border-bottom: 1px dashed #e6e6e6;
}

.comment.view-mode-full:last-child {
    border-bottom: none;
}

.comment.view-mode-full > .group-left {
    width: 100px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .comment.view-mode-full > .group-left {
        width: 120px;
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .comment.view-mode-full > .group-left {
        width: 160px;
        padding-right: 40px;
    }
}

.comment.view-mode-full > .group-right {
    width: 100%;
    float: none;
}

@media (min-width: 768px) {
    .comment.view-mode-full > .group-right {
        width: 600px;
        float: left;
    }
}

@media (min-width: 992px) {
    .comment.view-mode-full > .group-right {
        width: 820px;
    }
}

@media (min-width: 1200px) {
    .comment.view-mode-full > .group-right {
        width: 980px;
    }
}

@media (min-width: 1440px) {
    .comment.view-mode-full > .group-right {
        width: 1250px;
    }
}

.comment.view-mode-full > .group-right .field-name-post-date {
    font-weight: bold;
    color: #66c300;
    display: inline-block;
    vertical-align: baseline;
    font-size: 1.1em;
    margin-right: 10px;
}

.comment.view-mode-full > .group-right .username {
    font-style: italic;
    font-size: 1.1em;
    color: #5389b3;
}

.comment.view-mode-full > .group-right .field-name-comment-body {
    margin: 0.5em 0 0;
}

.comment.view-mode-full > .group-right ul.links {
    padding: 0;
    margin: 0.4em 0 0;
}

.comment.view-mode-full > .group-right ul.links li {
    padding: 0;
    margin: 0 0.8em 0 0;
    font-size: 0.9em;
    display: inline-block;
    vertical-align: baseline;
}

.comment.view-mode-full > .group-right ul.links li a {
    border-bottom: 1px dashed #5389b3;
    text-decoration: none;
}

.comment.view-mode-full > .group-right ul.links li a:hover {
    border-bottom: 1px dashed #fff;
}

.comment-form .form-item-name {
    margin-top: 1.5em;
}

.comment-form .image-widget-data .input-group .form-control {
    height: 2.42em;
    padding: 0.42em 0.85em 0 0.85em;
    font-size: inherit;
    color: #5389b3;
    border-radius: 0;
    border: 1px solid #ccc;
    outline: none !important;
}

.comment-form .image-widget-data .input-group .form-control:focus {
    outline: none !important;
}

.comment-form .image-widget-data .input-group-btn {
    font-size: 1em;
}

.comment-form .image-widget-data .input-group-btn > .btn {
    height: 2.42em;
    font-size: 1em;
    border-radius: 0;
}

.comment-form .resizable-textarea textarea {
    border-radius: 0;
    color: #5389b3;
    border: 1px solid #ccc;
}

@media (min-width: 500px) {
    .comment-form .form-item-name, .comment-form .form-type-item {
        float: left;
        width: 40%;
        padding-right: 10px;
        margin-top: 1.75em;
    }

    .comment-form .field-type-image {
        float: left;
        width: 60%;
        padding-left: 10px;
    }

    .comment-form .field-type-text-long {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .comment-form .form-item-name {
        margin-top: 1.7em;
    }
}
