@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic);

body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

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

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

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

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

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

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

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

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

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

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

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

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

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

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

.fancybox-slide--image {
    overflow: visible
}

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

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

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

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

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

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

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

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

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: 0
}

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

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

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

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

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

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 99997;
    background: 0 0;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: 0 0
}

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

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0 2vw;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
    position: relative
}

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

.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.fancybox-share__links {
    margin-right: -10px
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

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

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

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

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

.fancybox-thumbs-x > ul {
    overflow: hidden
}

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

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

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

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px
    }

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

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../libs/jquery/images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(../libs/jquery/images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(../libs/jquery/images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url(../libs/jquery/images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url(../libs/jquery/images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../libs/jquery/images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(../libs/jquery/images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

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

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

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

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../libs/owl/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    line-height: 1;
    min-width: 320px;
    position: relative
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

.hidden, [hidden], template {
    display: none
}

a {
    text-decoration: none;
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

a img {
    border: 0
}

b, strong {
    font-weight: 700
}

small {
    font-size: 75%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    margin: 0;
    border: 0;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: transparent
}

button, html input[type=button] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

button[disabled], html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

input[type=reset], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

textarea {
    resize: none;
    overflow: auto
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5 {
    color: #000;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0
}

.clearfix {
    clear: both
}

body {
    font-family: 'PT Sans', sans-serif
}

section {
    width: 1170px;
    margin: 0 auto !important
}

header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6
}

header .toggle {
    display: none;
    vertical-align: middle;
    margin-left: 10px;
    width: 32px;
    height: 22px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 999
}

header .toggle.aside .line {
    background-color: #46b7a4
}

header .toggle.active .line:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

header .toggle.active .line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .toggle.active .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header .toggle.active .line:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

header .toggle .inside {
    width: 32px;
    height: 22px;
    display: block;
    position: absolute;
    top: 0
}

header .toggle .line {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #00509e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

header .toggle .line:nth-child(1) {
    top: 0
}

header .toggle .line:nth-child(2) {
    top: 9px
}

header .toggle .line:nth-child(3) {
    top: 9px
}

header .toggle .line:nth-child(4) {
    top: 18px
}

header .inner {
    position: relative
}

header .inner:after {
    content: '';
    display: table;
    clear: both
}

header .top {
    background-color: #f3f3f3;
    padding: 13px 0 12px 0
}

header .top .left {
    float: left
}

header .top .left a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

header .top .left a.phone {
    padding-left: 30px;
    color: #222;
    font-size: 18px;
    font-weight: 700
}

header .top .left a.phone:hover {
    color: #00509e
}

header .top .left a.phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/header_phone_ico.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 16px
}

header .top .left a.button {
    margin-left: 12px;
    width: 170px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 31px;
    text-align: center;
    color: #222;
    font-size: 14px
}

header .top .left a.button:hover {
    background-color: #00509e;
    color: #fff
}

header .top .right {
    padding: 4px 0;
    float: right;
    white-space: nowrap
}

header .top .right .header-auth {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px
}

header .top .right .pa_links {
    position: relative;
    padding-left: 40px;
    font-size: 0
}

header .top .right .pa_links.authorized {
    padding-left: 0
}

header .top .right .pa_links.authorized:before {
    display: none
}

header .top .right .pa_links.authorized .pa_link {
    position: relative;
    padding-left: 40px;
    margin-right: 8px;
    text-decoration: none
}

header .top .right .pa_links.authorized .pa_link:after {
    content: "/";
    margin-left: 5px
}

header .top .right .pa_links.authorized .pa_link .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

header .top .right .pa_links.authorized .exit {
    text-decoration: none;
    color: #555
}

header .top .right .pa_links.authorized .exit:hover {
    color: #00509e
}

header .top .right .pa_links a {
    color: #00509e;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline
}

header .top .right .pa_links a:hover {
    text-decoration: none
}

header .top .right .pa_links a.login:after {
    content: "/";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 8px;
    font-weight: 400
}

header .top .right .pa_links:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/header_pa_ico.png) no-repeat;
    width: 24px;
    height: 24px
}

header .top .right .time {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #222;
    font-size: 14px;
    padding-left: 33px
}

header .top .right .time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/header_time_ico.png) no-repeat;
    width: 16px;
    height: 16px
}

header .top .right ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px
}

header .top .right ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

header .top .right ul li a {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

header .top .right ul li a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

header .bottom {
    padding-top: 25px;
    padding-bottom: 5px;
    position: relative
}

header .bottom:after {
    content: '';
    display: table;
    clear: both
}

header .bottom .left {
    padding-left: 15px;
    width: 540px;
    float: left;
    white-space: nowrap
}

header .bottom .left .logo {
    display: inline-block;
    vertical-align: middle;
    width: 270px
}

header .bottom .left span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    color: #999;
    font-size: 16px;
    font-style: italic;
    margin-left: 30px
}

header .bottom .right {
    padding: 38px 0;
    float: right;
    white-space: nowrap
}

header .bottom .right .header-search {
    display: inline-block;
    vertical-align: middle
}

header .bottom .right .header-search__form {
    width: 400px
}

header .bottom .right .header-search__inner {
    position: relative
}

header .bottom .right .header-search__input {
    display: block;
    height: 32px;
    width: 100%
}

header .bottom .right .header-search__input input {
    display: block;
    height: 32px;
    line-height: 1;
    padding: 0 40px 0 15px;
    width: 100%;
    border: 1px solid #00509e;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #00509e;
    font-size: 14px
}

header .bottom .right .header-search__input input::-webkit-input-placeholder {
    color: #00509e
}

header .bottom .right .header-search__input input::-moz-placeholder {
    color: #00509e
}

header .bottom .right .header-search__input input:-ms-input-placeholder {
    color: #00509e
}

header .bottom .right .header-search__input input::-ms-input-placeholder {
    color: #00509e
}

header .bottom .right .header-search__input input::placeholder {
    color: #00509e
}

header .bottom .right .header-search__submit {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    outline: 0;
    padding: 0;
    height: 32px;
    width: 32px
}

header .bottom .right .header-search__submit input {
    display: block;
    background: transparent url(../img/search.svg) no-repeat center center;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
    border: 0;
    outline: 0;
    padding: 0;
    height: 32px;
    width: 32px
}

header .bottom .right .cart_wr {
    position: relative;
    z-index: 999;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    margin-left: 30px
}

header .bottom .right .cart_wr:hover .cart_modal {
    z-index: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

header .bottom .right .cart_wr .cart_link {
    display: inline-block;
    position: relative;
    color: #00509e;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 10;
    white-space: nowrap
}

header .bottom .right .cart_wr .cart_link:after {
    content: '';
    display: table;
    clear: both
}

header .bottom .right .cart_wr .cart_link:hover {
    color: #006cd6
}

header .bottom .right .cart_wr .cart_link:hover .header-basket-icon {
    background-color: #006cd6
}

header .bottom .right .cart_wr .cart_link .header-basket-total-price {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}

header .bottom .right .cart_wr .cart_link .header-basket-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #00509e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../img/header_cart_ico.png);
    background-position: 60% 50%;
    background-repeat: no-repeat
}

header .bottom .right .cart_wr .cart_link .header-basket-icon b {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #f17f23;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -10px;
    right: -10px;
    line-height: 32px;
    text-align: center;
    color: #fff
}

header .bottom .right .cart_wr .cart_modal {
    text-align: left;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-top: 20px;
    z-index: -1;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    visibility: hidden;
    opacity: 0
}

header .bottom .right .cart_wr .cart_modal .inside {
    position: relative;
    width: 370px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 20px 20px #eaeaea;
    box-shadow: 0 20px 20px #eaeaea;
    z-index: 9
}

header .bottom .right .cart_wr .cart_modal .inside:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 59px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e6e6e6 transparent
}

header .bottom .right .cart_wr .cart_modal .inside:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #fff transparent
}

header .bottom .right .cart_wr .cart_modal .inside .c_top .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6
}

header .bottom .right .cart_wr .cart_modal .inside .c_top .item span {
    display: block
}

header .bottom .right .cart_wr .cart_modal .inside .c_top .item .img {
    text-align: center
}

header .bottom .right .cart_wr .cart_modal .inside .c_top .item .img img {
    width: 50px;
    height: auto
}

header .bottom .right .cart_wr .cart_modal .inside .c_top .item .text {
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px)
}

header .bottom .right .cart_wr .cart_modal .inside .c_top .item .text .name {
    color: #222;
    font-size: 16px;
    margin-bottom: 7px
}

header .bottom .right .cart_wr .cart_modal .inside .c_top .item .text .count {
    margin-bottom: 7px;
    color: #999;
    font-size: 16px
}

header .bottom .right .cart_wr .cart_modal .inside .c_top .item .text .price {
    color: #222;
    font-size: 18px;
    font-weight: 700
}

header .bottom .right .cart_wr .cart_modal .inside .c_middle {
    padding: 22px;
    text-align: center
}

header .bottom .right .cart_wr .cart_modal .inside .c_middle .go_to_cart {
    color: #00509e;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #00509e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

header .bottom .right .cart_wr .cart_modal .inside .c_middle .go_to_cart:hover {
    border-bottom: 1px dashed transparent
}

header .bottom .right .cart_wr .cart_modal .inside .c_bottom a {
    display: block;
    border-top: 2px solid #f2f2f2;
    padding: 20px;
    padding-left: 70px;
    position: relative;
    color: #999;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

header .bottom .right .cart_wr .cart_modal .inside .c_bottom a:hover {
    background-color: #00509e;
    color: #fff
}

header .bottom .right .cart_wr .cart_modal .inside .c_bottom a:hover img {
    -webkit-filter: brightness(5);
    filter: brightness(5)
}

header .bottom .right .cart_wr .cart_modal .inside .c_bottom a img {
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

header nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header nav ul li a {
    display: block;
    padding: 20px;
    color: #555;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

header nav ul li a img {
    width: 20px;
    height: auto
}

header nav ul li a:hover {
    color: #00509e
}

.home_main {
    background: #f3f3f3 url(../img/home_slider_before.png) center no-repeat;
    -webkit-background-size: 1920px 1920px;
    background-size: 1920px
}

.home_main .slider {
    position: relative
}

.home_main .slider .item {
    height: 510px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px
}

.home_main .slider .item .text {
    width: 335px;
    padding: 50px 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.home_main .slider .item .text h2 {
    color: #00509e;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 25px
}

.home_main .slider .item .text p {
    color: #222;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 45px
}

.home_main .slider .item .image {
    width: 830px;
    height: 100%;
    overflow: hidden;
    text-align: center
}

.home_main .slider .item .image img {
    width: auto;
    height: auto;
    max-width: 90%;
    display: inline-block
}

.home_main .slider .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.home_main .slider .owl-nav button:hover {
    background-color: #00509e !important;
    border-color: #00509e
}

.home_main .slider .owl-nav button:hover:before {
    -webkit-filter: brightness(7);
    filter: brightness(7)
}

.home_main .slider .owl-nav button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 23px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.home_main .slider .owl-nav button.owl-prev {
    left: -100px
}

.home_main .slider .owl-nav button.owl-prev:before {
    background: url(../img/pagination_prev.png) no-repeat
}

.home_main .slider .owl-nav button.owl-next {
    right: -100px
}

.home_main .slider .owl-nav button.owl-next:before {
    background: url(../img/pagination_next.png) no-repeat
}

.home_main .slider .owl-dots {
    position: absolute;
    top: 80px;
    right: 30px
}

.home_main .slider .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background-color: #d9d9d9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle
}

.home_main .slider .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.home_main .slider .owl-dots .owl-dot.active {
    width: 8px;
    height: 8px;
    background-color: #00509e
}

.home_systems {
    padding: 50px 0
}

.home_systems .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home_systems .items .item {
    width: 220px;
    height: 180px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    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;
    position: relative
}

.home_systems .items .item img {
    max-width: 90%
}

.home_systems .items .item:hover .button {
    opacity: 1
}

.home_systems .items .item .button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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;
    background-color: rgba(0, 80, 158, .9);
    color: #fefefe;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
    padding: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.home_category {
    padding: 40px 0
}

.home_category .category_links {
    margin-bottom: 50px
}

.home_service {
    background-color: #0f4382;
    background-image: url(../img/service_bg.png);
    background-position: 100% 43%;
    background-repeat: no-repeat;
    padding-top: 50px;
    overflow: hidden;
    -webkit-background-size: 60% 60%;
    background-size: 60%
}

.home_service .items {
    width: 670px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home_service .items .item {
    width: 270px;
    margin-bottom: 85px;
    padding-bottom: 20px;
    padding-top: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.home_service .items .item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.home_service .items .item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.home_service .items .item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.home_service .items .item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.home_service .items .item span {
    position: absolute;
    top: 0;
    left: 25px;
    color: #00509e;
    font-size: 72px;
    font-weight: 400;
    z-index: 1
}

.home_service .items .item img {
    position: relative;
    z-index: 1
}

.home_service .items .item .text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px)
}

.home_service .items:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    background: url(../img/service_img.png) no-repeat;
    width: 480px;
    height: 543px
}

.home_blog {
    padding-top: 50px;
    padding-bottom: 40px
}

.home_blog .h2_wrap h2:after {
    width: 42px
}

.home_blog .content {
    width: 840px;
    float: left;
    padding-right: 60px;
    border-right: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home_blog .content .item {
    width: 49%
}

.home_blog .content .item .image {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 7px
}

.home_blog .content .item .image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 7px solid #fff;
    z-index: 1
}

.home_blog .content .item .image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #e6e6e6;
    z-index: 1
}

.home_blog .content .item .image:hover .bg {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05)
}

.home_blog .content .item .image .bg {
    display: block;
    width: 100%;
    height: 290px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.home_blog .content .item .date {
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.home_blog .content .item .name {
    display: block;
    margin-bottom: 15px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.home_blog .content .item .name:hover {
    color: #00509e
}

.home_blog .content .item .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home_blog .content .item .share p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px
}

.home_blog .content .item .share ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.home_blog .content .item .share ul li:last-child {
    margin-right: 0
}

.home_blog .content .item .share ul li a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.home_blog .content .item .share ul li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.home_blog .content .item .share ul li a:hover {
    background-color: #00509e
}

.home_blog .content .item .share ul li a:hover img {
    -webkit-filter: brightness(7);
    filter: brightness(7)
}

.home_blog aside {
    width: 270px;
    float: right
}

.home_blog aside ul li {
    margin-bottom: 40px
}

.home_blog aside ul li:last-child {
    margin-bottom: 0
}

.home_blog aside ul li p {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px
}

.home_blog aside ul li a {
    display: block;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.home_blog aside ul li a:hover {
    color: #00509e
}

.home_blog .link_wrap {
    clear: both;
    padding-top: 55px;
    text-align: center
}

.home_blog .link_wrap a {
    color: #00509e;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 1px dashed #00509e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.home_blog .link_wrap a:hover {
    border-bottom: 1px dashed transparent
}

footer .top {
    background-color: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 40px
}

footer .top section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .top .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 300px;
    position: relative;
    padding-bottom: 150px
}

footer .top .left .logo {
    width: 270px
}

footer .top .left .logo a {
    display: block;
    margin-bottom: 25px
}

footer .top .left .logo p {
    color: #999;
    font-size: 16px;
    font-style: italic;
    line-height: 1.2
}

footer .top .left .data {
    position: absolute;
    bottom: 0;
    left: 0
}

footer .top .left .data ul {
    margin-bottom: 35px
}

footer .top .left .data ul li {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

footer .top .left .data p {
    color: #999;
    font-size: 16px
}

footer .top .left .data p img {
    vertical-align: middle;
    margin-left: 5px
}

footer .top .middle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 400px
}

footer .top .middle nav {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px)
}

footer .top .middle h3 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

footer .top .middle ul li {
    margin-bottom: 25px
}

footer .top .middle ul li:last-child {
    margin-bottom: 0
}

footer .top .middle ul li a {
    color: #999;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

footer .top .middle ul li a:hover {
    color: #00509e;
    text-decoration: underline
}

footer .top .middle ul li span {
    color: #999;
    font-size: 16px
}

footer .top .middle ul li .sub-menu {
    margin-top: 20px;
    padding-left: 35px
}

footer .top .middle ul li .sub-menu li {
    margin-bottom: 20px
}

footer .top .middle ul li .sub-menu li:last-child {
    margin-bottom: 0
}

footer .top .middle ul li .sub-menu li a {
    font-size: 16px
}

footer .top .right {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 300px;
    padding-left: 30px
}

footer .top .right .buttons {
    margin-bottom: 10px
}

footer .top .right .buttons a {
    display: block;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 39px;
    padding-left: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    color: #222;
    font-size: 16px;
    margin-bottom: 25px
}

footer .top .right .buttons a:hover {
    border: 1px solid #006cd6
}

footer .top .right .buttons a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto
}

footer .top .right .buttons a.call:after {
    background: url(../img/call_btn_ico.png) no-repeat;
    width: 13px;
    height: 13px
}

footer .top .right .buttons a.message:after {
    background: url(../img/message_btn_ico.png) no-repeat;
    width: 16px;
    height: 14px
}

footer .top .right .contacts {
    margin-bottom: 33px;
    color: #222;
    font-size: 14px;
    line-height: 1.3
}

footer .top .right .contacts a {
    color: #222
}

footer .top .right .contacts a:hover {
    text-decoration: underline
}

footer .top .right ul li {
    display: inline-block;
    margin-right: 10px
}

footer .top .right ul li:last-child {
    margin-right: 0
}

footer .top .right ul li a {
    display: block;
    width: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

footer .top .right ul li a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

footer .bottom {
    padding: 25px 0
}

footer .bottom section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

footer .bottom .copyright {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 320px;
    font-size: 14px;
    color: #999;
    line-height: 1.3
}

footer .bottom .copyright a {
    color: #00509e;
    text-decoration: underline
}

footer .bottom .copyright a:hover {
    text-decoration: none
}

footer .bottom ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px
}

footer .bottom ul li:last-child {
    margin-right: 0
}

footer .bottom ul li a {
    display: block
}

footer .bottom ul li a img {
    max-height: 35px;
    max-width: 103px
}

.recent_products {
    background-color: #f3f3f3;
    padding: 55px 0
}

.recent_products .btn_wrap {
    margin-top: 30px;
    text-align: center
}

.recent_products .category_links {
    margin-top: 80px
}

.breadcrumbs {
    padding: 20px 0;
    font-size: 14px;
    color: #999
}

.breadcrumbs a {
    font-size: 14px;
    color: #00509e
}

.breadcrumbs a:after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 17px;
    background: url(../img/breadcrumbs_ico.png) no-repeat;
    width: 8px;
    height: 9px
}

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

.inner_page {
    padding-top: 30px
}

.inner_page .h1_wrap {
    margin-bottom: 35px
}

.inner_page .h1_wrap h1 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px
}

.inner_page .h1_wrap h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 69px;
    height: 6px;
    background-color: #00509e;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.inner_page.contacts {
    padding-bottom: 70px;
    background-color: #f3f3f3
}

.contacts_page {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts_page .data {
    width: 470px
}

.contacts_page .data .title {
    padding: 20px;
    border-bottom: 2px solid #f2f2f2;
    color: #222;
    font-size: 18px;
    font-weight: 700
}

.contacts_page .data ul {
    padding: 30px 20px
}

.contacts_page .data ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
    color: #222;
    font-size: 18px
}

.contacts_page .data ul li:last-child {
    margin-bottom: 0
}

.contacts_page .data ul li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.contacts_page .data ul li span {
    min-width: 70px;
    color: #999;
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: baseline
}

.contacts_page .data ul li .phone {
    color: #222
}

.contacts_page .data ul li .phone:hover {
    text-decoration: underline
}

.contacts_page .data ul li .email {
    color: #00509e
}

.contacts_page .data ul li .email:hover {
    text-decoration: underline
}

.contacts_page .data .form {
    background-color: #00509e
}

.contacts_page .data .form .title {
    border-color: #0063c4;
    color: #fff
}

.contacts_page .data form {
    padding: 20px;
    padding-bottom: 30px
}

.contacts_page .data form label {
    margin-bottom: 20px;
    color: #85b7e7;
    font-size: 14px;
    display: block
}

.contacts_page .data form label input {
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
    color: #222;
    font-size: 18px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #222;
    font-size: 18px
}

.contacts_page .data form label textarea {
    margin-top: 10px;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px 15px;
    color: #222;
    font-size: 18px
}

.contacts_page .data form label textarea:focus {
    height: 100px
}

.contacts_page .data form .inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts_page .data form .inputs label {
    width: 48%
}

.contacts_page .data .text {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 320px
}

.contacts_page .data .text a {
    color: #85b7e7;
    text-decoration: underline
}

.contacts_page .data .text a:hover {
    text-decoration: none
}

.contacts_page .data .btn_wrap {
    text-align: center
}

.contacts_page .data .btn_wrap button {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-left: 60px;
    padding-right: 60px
}

.contacts_page .map {
    width: -webkit-calc(100% - 470px);
    width: calc(100% - 470px);
    position: relative;
    border: 10px solid #fff;
    background-color: #eaeaea
}

.contacts_page .map iframe {
    width: 100%;
    height: 100%
}

.brands_text {
    color: #999;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 50px
}

.brands_text p {
    margin-bottom: 35px
}

.brands_text p:last-child {
    margin-bottom: 0
}

.brands_wrap .item {
    padding-top: 50px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.brands_wrap .item:nth-child(2n) .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.brands_wrap .item:nth-child(2n) .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.brands_wrap .item .img {
    width: 570px;
    text-align: center
}

.brands_wrap .item .text {
    width: 470px
}

.brands_wrap .item .text p {
    color: #555;
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px
}

.brands_wrap .item .text p strong {
    font-weight: 700
}

.brands_wrap .item .text a.detal {
    display: inline-block;
    margin-bottom: 40px;
    color: #00509e;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 1px dashed #00509e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.brands_wrap .item .text a.detal:hover {
    border-bottom: 1px dashed transparent
}

.error_wrap {
    text-align: right
}

.error_wrap .text {
    width: 370px;
    position: relative;
    padding: 80px 0;
    display: inline-block;
    text-align: left
}

.error_wrap .text h1 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px
}

.error_wrap .text h4 {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 60px
}

.error_wrap .text p {
    font-size: 18px;
    color: #222;
    font-weight: 400
}

.error_wrap .text p a {
    display: inline-block;
    vertical-align: baseline;
    background-color: #fff;
    border: 2px solid #00509e;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;
    color: #00509e;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.error_wrap .text p a:hover {
    background-color: #00509e;
    color: #fff
}

.error_wrap .text img {
    position: absolute;
    right: 85%;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: inherit
}

.news_page {
    padding-top: 20px;
    padding-bottom: 60px
}

.news_page .news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news_page .news:after {
    content: "";
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    display: block
}

.news_page .news .item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin-bottom: 75px;
    position: relative
}

.news_page .news .item .img {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 7px
}

.news_page .news .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 7px solid #fff;
    z-index: 1
}

.news_page .news .item .img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #e6e6e6;
    z-index: 1
}

.news_page .news .item .img:hover .bg {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05)
}

.news_page .news .item .img .bg {
    display: block;
    width: 100%;
    height: 290px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news_page .news .item .date {
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.news_page .news .item .name {
    display: block;
    margin-bottom: 15px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news_page .news .item .name:hover {
    color: #00509e
}

.news_page .news .item .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px
}

.news_page .news .item .share p {
    color: #999;
    font-size: 16px;
    font-weight: 400
}

.news_page .news .item .share ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.news_page .news .item .share ul li:last-child {
    margin-right: 0
}

.news_page .news .item .share ul li a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.news_page .news .item .share ul li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.news_page .news .item .share ul li a:hover {
    background-color: #00509e
}

.news_page .news .item .share ul li a:hover img {
    -webkit-filter: brightness(7);
    filter: brightness(7)
}

.about_items .item {
    padding: 60px 0;
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about_items .item.lab {
    display: block
}

.about_items .item.lab .text {
    width: 100%
}

.about_items .item:nth-child(odd) .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.about_items .item:nth-child(odd) .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.about_items .item .img {
    width: 48%;
    text-align: center
}

.about_items .item .text {
    width: 48%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #555
}

.about_items .item .text a {
    color: #00509e;
    text-decoration: underline
}

.about_items .item .text a:hover {
    text-decoration: none
}

.about_items .item .text h4 {
    color: #222;
    font-size: 24px;
    margin-bottom: 40px
}

.about_items .item .text p {
    margin-bottom: 30px
}

.about_items .item .text p:last-child {
    margin-bottom: 0
}

.about_items .item .text ul.items {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about_items .item .text ul.items li {
    width: 200px
}

.about_items .item .text ul.items li .image {
    min-height: 73px;
    margin-bottom: 10px
}

.about_items .item .text ul.items li h5 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px
}

.about_items .item .text ul.items li p {
    color: #999;
    font-size: 14px;
    line-height: 1.2
}

.about_items .item .text ol {
    counter-reset: section
}

.about_items .item .text ol li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 70px;
    line-height: 1.3
}

.about_items .item .text ol li:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 42px;
    height: 42px;
    background-color: #00509e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 41px;
    text-align: center
}

.about_items .item .text ol li:last-child {
    margin-bottom: 0
}

.certificates {
    padding: 55px 0;
    background-color: #f3f3f3
}

.certificates .slider {
    position: relative
}

.certificates .slider .owl-nav button {
    position: absolute;
    top: 150px;
    width: 70px;
    height: 70px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.certificates .slider .owl-nav button:hover {
    background-color: #00509e !important;
    border-color: #00509e
}

.certificates .slider .owl-nav button:hover:before {
    -webkit-filter: brightness(7);
    filter: brightness(7)
}

.certificates .slider .owl-nav button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 23px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.certificates .slider .owl-nav button.owl-prev {
    left: -100px
}

.certificates .slider .owl-nav button.owl-prev:before {
    background: url(../img/pagination_prev.png) no-repeat
}

.certificates .slider .owl-nav button.owl-next {
    right: -100px
}

.certificates .slider .owl-nav button.owl-next:before {
    background: url(../img/pagination_next.png) no-repeat
}

.certificates .slider .item {
    text-align: center
}

.certificates .slider .item .img {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    padding: 12px;
    margin-bottom: 23px;
    display: block;
    position: relative
}

.certificates .slider .item .img:hover:before {
    opacity: 1
}

.certificates .slider .item .img:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.certificates .slider .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 80, 158, .9);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.certificates .slider .item .img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    background-color: #22335c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/cert_hover_ico.png);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.certificates .slider .item .img img {
    width: 100%;
    height: auto
}

.certificates .slider .item .text {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3
}

.about_lab {
    padding: 50px 0
}

.category_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.category_links a {
    width: 49%;
    position: relative;
    height: 140px;
    background-color: #f05523;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.category_links a:hover span:after {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.category_links a span {
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 60px;
    z-index: 1;
    position: relative
}

.category_links a span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 125%;
    right: -10px;
    background-color: #f02323;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: -1
}

.category_links a span:after {
    content: "";
    position: absolute;
    right: -125px;
    width: 70px;
    height: 70px;
    background-color: #f02323;
    background-image: url(../img/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.category_links a:nth-child(2) span:after, .category_links a:nth-child(2) span:before {
    background-color: #1a9294
}

.categoty_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.categoty_items .item {
    width: -webkit-calc(20% - 16px);
    width: calc(20% - 16px);
    height: 250px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px
}

.categoty_items .item:hover .hover {
    opacity: 1
}

.categoty_items .item span {
    display: block
}

.categoty_items .item .img {
    height: 140px;
    margin-bottom: 20px;
    overflow: hidden
}

.categoty_items .item .img img {
    max-width: inherit;
    height: 100%
}

.categoty_items .item .name {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3
}

.categoty_items .item .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 80, 158, .9);
    padding: 30px;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.categoty_items .item .hover .name {
    color: #fff;
    margin-bottom: 15px
}

.categoty_items .item:nth-child(5n) {
    margin-right: 0
}

.products_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products_list .item {
    width: -webkit-calc(25% - 22.5px);
    width: calc(25% - 22.5px);
    margin-right: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    position: relative;
    margin-bottom: 30px
}

.products_list .item-inner {
    height: 100%;
    position: relative;
    padding: 25px 20px 75px 20px
}

.products_list .item:hover {
    z-index: 99
}

.products_list .item:hover .colors_line, .products_list .item:hover .detal_line {
    opacity: 1;
    visibility: visible
}

.products_list .item .name_wrap {
    text-align: center;
    margin-bottom: 20px
}

.products_list .item .name_wrap p {
    color: #222;
    font-size: 14px;
    margin-bottom: 12px
}

.products_list .item .name_wrap .img {
    margin-bottom: 10px;
    display: block;
    height: 25px
}

.products_list .item .name_wrap .img img {
    max-width: inherit;
    height: 100%
}

.products_list .item .name_wrap .name {
    color: #222;
    font-size: 18px;
    font-weight: 700
}

.products_list .item .img_wrap {
    text-align: center;
    margin-bottom: 20px;
    height: 180px;
    position: relative;
    display: block
}

.products_list .item .img_wrap img {
    max-height: 100%;
    max-width: inherit
}

.products_list .item .specs {
    margin-bottom: 20px
}

.products_list .item .specs li {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px
}

.products_list .item .specs li:last-child {
    margin-bottom: 0
}

.products_list .item .specs li strong {
    font-weight: 400;
    color: #222
}

.products_list .item .price_wrap {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    padding: 0 20px
}

.products_list .item .price_wrap:after {
    content: '';
    display: table;
    clear: both
}

.products_list .item .price_wrap .price {
    color: #999;
    font-size: 14px;
    line-height: 1.2;
    margin-right: 15px;
    float: left;
    padding: 13px 0
}

.products_list .item .price_wrap .price b {
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: 700
}

.products_list .item .price_wrap .favorite_btn {
    margin-right: 5px
}

.products_list .item .price_wrap .product-item-hidden {
    float: right
}

.products_list .item .colors_line {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100px;
    bottom: 0;
    background-color: #f9f9f9;
    padding: 15px;
    -webkit-box-shadow: -10px 10px 10px #eaeaea;
    box-shadow: -10px 10px 10px #eaeaea;
    padding-bottom: 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.products_list .item .colors_line ul li {
    position: relative;
    margin-bottom: 10px
}

.products_list .item .colors_line ul li:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.products_list .item .colors_line ul li .color {
    width: 70px;
    height: 70px;
    background-color: #e6e6e6;
    border: 3px solid #fff;
    -webkit-box-shadow: 4.3px -2.6px 10px rgba(168, 168, 168, .5);
    box-shadow: 4.3px -2.6px 10px rgba(168, 168, 168, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.products_list .item .colors_line ul li .info {
    position: absolute;
    left: 100%;
    height: 70px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 146px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 8.6px -5.2px 20px #eaeaea;
    box-shadow: 8.6px -5.2px 20px #eaeaea;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.2;
    color: #777;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.products_list .item .colors_line ul li .info:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #fff transparent transparent
}

.products_list .item .colors_line ul li .info span {
    color: #222
}

.products_list .item .colors_line .discount {
    position: absolute;
    bottom: 30px;
    overflow: hidden;
    left: 0;
    width: 110px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    z-index: 1
}

.products_list .item .colors_line .discount:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    width: 120%;
    background-color: #f17f23;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: -1
}

.products_list .item .detal_line {
    position: absolute;
    top: 100%;
    height: 50px;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: -10px 10px 10px #eaeaea;
    box-shadow: -10px 10px 10px #eaeaea;
    text-align: right;
    line-height: 50px;
    color: #00509e;
    font-size: 16px;
    padding-right: 70px;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.products_list .item .detal_line.detal_line_simple {
    left: 0;
    padding-left: 20px
}

.products_list .item .detal_line.detal_line_extend {
    left: -100px;
    padding-left: 20px
}

.products_list .item .detal_line:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    background: url(../img/product_detal_ico.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 36px;
    height: 16px
}

.products_list .item .detal_line strong {
    font-weight: 700
}

.products_list .item:nth-child(4n) {
    margin-right: 0
}

.single_brand {
    padding-top: 0;
    padding-bottom: 70px
}

.single_brand .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px
}

.single_brand .title img {
    max-width: 320px;
    margin-right: 65px
}

.single_brand .title h1 {
    color: #555;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2
}

.single_brand .items_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.single_brand .items_wrap .items {
    width: 670px
}

.single_brand .items_wrap .items .item {
    margin-bottom: 50px;
    color: #555;
    font-size: 16px
}

.single_brand .items_wrap .items .item p {
    line-height: 1.5;
    margin-bottom: 20px
}

.single_brand .items_wrap .items .item p:last-child {
    margin-bottom: 0
}

.single_brand .items_wrap .items .item strong {
    font-weight: 700
}

.single_brand .items_wrap .items .item img {
    margin-bottom: 20px
}

.single_brand .items_wrap .items .item img.alignleft {
    float: left;
    margin-right: 30px
}

.single_brand .items_wrap .items .item img.alignright {
    float: right;
    margin-left: 30px
}

.single_brand .items_wrap .items .item img:last-child {
    margin-bottom: 0
}

.single_brand .items_wrap .items .item:last-child {
    margin-bottom: 0
}

.single_brand .items_wrap .items .item h2 {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: 1
}

.single_brand .items_wrap .items .item h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #f05523
}

.single_brand .items_wrap .img {
    width: 470px;
    text-align: center
}

.single_news_page .single_news {
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 70px;
    margin-bottom: 100px;
    border-bottom: 1px solid #e6e6e6
}

.single_news_page .single_news h1 {
    color: #222;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 35px
}

.single_news_page .single_news .date {
    margin-bottom: 35px;
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.single_news_page .single_news article {
    margin-bottom: 70px;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5
}

.single_news_page .single_news article img {
    margin-bottom: 50px;
    display: block;
    width: 100%;
    height: auto
}

.single_news_page .single_news article h4 {
    color: #222;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 35px
}

.single_news_page .single_news article p {
    margin-bottom: 35px
}

.single_news_page .single_news article p:last-child {
    margin-bottom: 0
}

.single_news_page .single_news .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px
}

.single_news_page .single_news .share p {
    color: #999;
    font-size: 16px;
    font-weight: 400
}

.single_news_page .single_news .share ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.single_news_page .single_news .share ul li:last-child {
    margin-right: 0
}

.single_news_page .single_news .share ul li a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.single_news_page .single_news .share ul li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.single_news_page .single_news .share ul li a:hover {
    background-color: #00509e
}

.single_news_page .single_news .share ul li a:hover img {
    -webkit-filter: brightness(7);
    filter: brightness(7)
}

.single_news_page .other_news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single_news_page .other_news:after {
    content: "";
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    display: block
}

.single_news_page .other_news .item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin-bottom: 55px;
    position: relative
}

.single_news_page .other_news .item .img {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 7px
}

.single_news_page .other_news .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 7px solid #fff;
    z-index: 1
}

.single_news_page .other_news .item .img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #e6e6e6;
    z-index: 1
}

.single_news_page .other_news .item .img:hover .bg {
    -webkit-transform: translate3d(0, 0, 0) scale(1.05);
    transform: translate3d(0, 0, 0) scale(1.05)
}

.single_news_page .other_news .item .img .bg {
    display: block;
    width: 100%;
    height: 290px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single_news_page .other_news .item .date {
    margin-bottom: 20px;
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.single_news_page .other_news .item .name {
    display: block;
    margin-bottom: 15px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single_news_page .other_news .item .name:hover {
    color: #00509e
}

.single_news_page .other_news .item .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px
}

.single_news_page .other_news .item .share p {
    color: #999;
    font-size: 16px;
    font-weight: 400
}

.single_news_page .other_news .item .share ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.single_news_page .other_news .item .share ul li:last-child {
    margin-right: 0
}

.single_news_page .other_news .item .share ul li a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.single_news_page .other_news .item .share ul li a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.single_news_page .other_news .item .share ul li a:hover {
    background-color: #00509e
}

.single_news_page .other_news .item .share ul li a:hover img {
    -webkit-filter: brightness(7);
    filter: brightness(7)
}

.single_product_page {
    padding-top: 20px;
    padding-bottom: 70px
}

.single_product_page .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.single_product_page .card .images {
    width: 49%;
    position: relative;
    overflow: hidden
}

.single_product_page .card .images .top_wrap {
    position: relative;
    z-index: 999
}

.single_product_page .card .images .top_wrap .discount {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
    line-height: 30px;
    padding-left: 20px
}

.single_product_page .card .images .top_wrap .discount:before {
    content: "";
    position: absolute;
    right: -20px;
    width: 130%;
    height: 30px;
    background-color: #f17f23;
    z-index: -1;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg)
}

.single_product_page .card .images .top_wrap .favorite_btn {
    position: absolute;
    right: 0;
    top: 0
}

.single_product_page .card .images .slider {
    position: relative;
    padding: 20px;
    padding-top: 80px
}

.single_product_page .card .images .slider .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff
}

.single_product_page .card .images .slider .owl-nav button:hover {
    background-color: #00509e !important;
    border-color: #00509e
}

.single_product_page .card .images .slider .owl-nav button:hover:before {
    -webkit-filter: brightness(7);
    filter: brightness(7)
}

.single_product_page .card .images .slider .owl-nav button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 23px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.single_product_page .card .images .slider .owl-nav button.owl-prev {
    left: 0
}

.single_product_page .card .images .slider .owl-nav button.owl-prev:before {
    background: url(../img/pagination_prev.png) no-repeat
}

.single_product_page .card .images .slider .owl-nav button.owl-next {
    right: 0
}

.single_product_page .card .images .slider .owl-nav button.owl-next:before {
    background: url(../img/pagination_next.png) no-repeat
}

.single_product_page .card .images .slider .owl-dots {
    padding-left: 15px
}

.single_product_page .card .images .slider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px
}

.single_product_page .card .images .slider .owl-dots .owl-dot.active span {
    width: 8px;
    height: 8px;
    background-color: #00509e
}

.single_product_page .card .images .slider .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.single_product_page .card .images .slider .owl-dots .owl-dot span {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #d9d9d9;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.single_product_page .card .data {
    width: 49%
}

.single_product_page .card .data .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single_product_page .card .data .top .text {
    width: 440px;
    padding-bottom: 30px
}

.single_product_page .card .data .top .text .logo {
    height: 50px;
    margin-bottom: 20px
}

.single_product_page .card .data .top .text .logo img {
    height: 100%
}

.single_product_page .card .data .top .text h1 {
    color: #222;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px
}

.single_product_page .card .data .top .text h4 {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 25px
}

.single_product_page .card .data .top .text p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 25px
}

.single_product_page .card .data .top .text select {
    width: 270px;
    height: 48px;
    background-color: #fff;
    border: 2px solid #ededed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 15px;
    color: #555;
    font-size: 14px;
    background-image: url(../img/select_after_ico.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single_product_page .card .data .top .text select * {
    font-size: 16px
}

.single_product_page .card .data .top .text select:focus {
    border: 2px solid #aaccec
}

.single_product_page .card .data .top .colors {
    width: 100px;
    background-color: #f9f9f9;
    padding: 15px;
    padding-bottom: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single_product_page .card .data .top .colors p {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px
}

.single_product_page .card .data .top .colors ul li {
    position: relative;
    margin-bottom: 10px
}

.single_product_page .card .data .top .colors ul li:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.single_product_page .card .data .top .colors ul li .color {
    width: 70px;
    height: 70px;
    background-color: #e6e6e6;
    border: 3px solid #fff;
    -webkit-box-shadow: 4.3px -2.6px 10px rgba(168, 168, 168, .5);
    box-shadow: 4.3px -2.6px 10px rgba(168, 168, 168, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.single_product_page .card .data .top .colors ul li .info {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 146px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 8.6px -5.2px 20px #eaeaea;
    box-shadow: 8.6px -5.2px 20px #eaeaea;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.2;
    color: #777;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}

.single_product_page .card .data .top .colors ul li .info:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 5px 0;
    border-color: transparent #fff transparent transparent
}

.single_product_page .card .data .top .colors ul li .info span {
    color: #222
}

.single_product_page .card .data .top .colors .discount {
    position: absolute;
    bottom: 30px;
    overflow: hidden;
    left: 0;
    width: 110px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    z-index: 1
}

.single_product_page .card .data .top .colors .discount:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    width: 120%;
    background-color: #f17f23;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: -1
}

.single_product_page .card .data .middle {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.single_product_page .card .data .middle .item {
    width: 150px;
    position: relative;
    padding-left: 50px;
    color: #222;
    font-size: 14px;
    line-height: 1.2
}

.single_product_page .card .data .middle .item img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.single_product_page .card .data .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0
}

.single_product_page .card .data .bottom > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.single_product_page .card .data .bottom > div.left {
    width: 43%
}

.single_product_page .card .data .bottom > div.right {
    width: 53%
}

.single_product_page .card .data .bottom .price s {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.single_product_page .card .data .bottom .price p {
    color: #222;
    font-size: 30px;
    font-weight: 700
}

.single_product_page .card .data .bottom select {
    display: inline-block;
    margin-left: 10px;
    width: 90px;
    height: 48px;
    background-color: #fff;
    border: 2px solid #ededed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 25px;
    vertical-align: middle;
    background-image: url(../img/select_after_ico.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    color: #555;
    font-size: 14px
}

.single_product_page .card .data .bottom select * {
    font-size: 16px
}

.single_product_page .card .data .bottom .order .buy_btn {
    padding: 15px 25px;
    padding-right: 75px;
    width: auto;
    height: auto;
    background-position: right 20px center;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.single_product_page .card .data .bottom .order .buy_btn:hover {
    background-color: #006cd6
}

.single_product_page .card .data .bottom .buy_by_click {
    color: #0a3b87;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 7px;
    border-bottom: 1px dashed #0a3b87;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.single_product_page .card .data .bottom .buy_by_click:hover {
    border-bottom: 1px dashed transparent
}

.single_product_page .text_wrap .text {
    background-color: #fafafa;
    padding: 40px 70px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px
}

.single_product_page .text_wrap .text h3 {
    color: #222;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 35px
}

.single_product_page .text_wrap .text table {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea
}

.single_product_page .text_wrap .text table tbody tr td {
    border: 2px solid #f2f2f2;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 18px 25px
}

.single_product_page .text_wrap .text table tbody tr td:first-child {
    width: 35%
}

.single_product_page .text_wrap .text p {
    line-height: 1.5;
    margin-bottom: 30px
}

.single_product_page .text_wrap .text p:last-child {
    margin-bottom: 0
}

.single_product_page .text_wrap .text ul {
    margin-bottom: 50px
}

.single_product_page .text_wrap .text ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px
}

.single_product_page .text_wrap .text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #00509e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 4px
}

.single_product_page .text_wrap .text .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single_product_page .text_wrap .text .row .col {
    width: 430px
}

.single_product_page .form_wrap {
    background: #00509e url(../img/single_form_bg.jpg) top right no-repeat;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    padding: 45px 100px
}

.single_product_page .form_wrap h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px
}

.single_product_page .form_wrap form label {
    display: block;
    color: #85b7e7;
    font-size: 14px;
    margin-bottom: 25px
}

.single_product_page .form_wrap form label input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 15px
}

.single_product_page .form_wrap form label textarea {
    padding: 15px;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 10px
}

.single_product_page .form_wrap form label textarea:focus {
    height: 108px
}

.single_product_page .form_wrap form .inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single_product_page .form_wrap form .inputs label {
    width: 32%
}

.single_product_page .form_wrap form .btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right
}

.single_product_page .form_wrap form .btn_wrap .text {
    max-width: 450px;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2
}

.single_product_page .form_wrap form .btn_wrap .text a {
    color: #85b7e7;
    text-decoration: underline
}

.single_product_page .form_wrap form .btn_wrap .text a:hover {
    text-decoration: none
}

.delivery_page {
    padding-top: 20px
}

.delivery_page .inner_page {
    background-color: #f3f3f3;
    padding-bottom: 40px
}

.delivery_page .delivery_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.delivery_page .delivery_wrap aside {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 270px
}

.delivery_page .delivery_wrap aside .contacts {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    margin-bottom: 30px
}

.delivery_page .delivery_wrap aside .contacts .title {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 25px;
    border-bottom: 2px solid #f2f2f2
}

.delivery_page .delivery_wrap aside .contacts ul {
    padding: 25px;
    border-bottom: 2px solid #f2f2f2
}

.delivery_page .delivery_wrap aside .contacts ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 35px
}

.delivery_page .delivery_wrap aside .contacts ul li img {
    position: absolute;
    left: 0;
    top: 0
}

.delivery_page .delivery_wrap aside .contacts ul li span {
    color: #999;
    font-size: 14px
}

.delivery_page .delivery_wrap aside .contacts ul li p {
    margin-top: 7px;
    color: #222;
    font-size: 18px;
    line-height: 1.2
}

.delivery_page .delivery_wrap aside .contacts ul li p .phone {
    color: #222;
    font-size: 18px
}

.delivery_page .delivery_wrap aside .contacts ul li p .phone:hover {
    text-decoration: underline
}

.delivery_page .delivery_wrap aside .contacts ul li p .email {
    color: #00509e;
    font-size: 18px
}

.delivery_page .delivery_wrap aside .contacts ul li p .email:hover {
    text-decoration: underline
}

.delivery_page .delivery_wrap aside .contacts ul li:last-child {
    margin-bottom: 0
}

.delivery_page .delivery_wrap aside .contacts .map {
    padding: 25px
}

.delivery_page .delivery_wrap aside .contacts .map iframe {
    width: 100%;
    height: 210px
}

.delivery_page .delivery_wrap aside .form {
    background-color: #00509e;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    overflow: hidden;
    position: relative;
    padding: 40px 20px;
    padding-top: 25px;
    z-index: 1
}

.delivery_page .delivery_wrap aside .form:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background: url(../img/form_head_bg.png) no-repeat;
    width: 288px;
    height: 196px
}

.delivery_page .delivery_wrap aside .form .head {
    margin-bottom: 50px;
    text-align: center
}

.delivery_page .delivery_wrap aside .form .head h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px
}

.delivery_page .delivery_wrap aside .form .head p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

.delivery_page .delivery_wrap aside .form form label {
    display: block;
    color: #85b7e7;
    font-size: 14px;
    margin-bottom: 25px
}

.delivery_page .delivery_wrap aside .form form label input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 15px;
    color: #222;
    font-size: 18px
}

.delivery_page .delivery_wrap aside .form form label textarea {
    padding: 10px 15px;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 10px;
    color: #222;
    font-size: 18px
}

.delivery_page .delivery_wrap aside .form form label textarea:focus {
    height: 108px
}

.delivery_page .delivery_wrap aside .form form .text {
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2
}

.delivery_page .delivery_wrap aside .form form .text a {
    color: #85b7e7;
    text-decoration: underline;
    display: block
}

.delivery_page .delivery_wrap aside .form form .text a:hover {
    text-decoration: none
}

.delivery_page .delivery_wrap aside .form form .btn_wrap {
    text-align: center
}

.delivery_page .delivery_wrap aside .form form .btn_wrap .btn {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    height: 56px
}

.delivery_page .delivery_wrap .content {
    width: 840px;
    padding-left: 70px;
    border-left: 1px solid #d9d9d9
}

.delivery_page .delivery_wrap .content blockquote {
    max-width: 570px;
    color: #999;
    font-size: 24px;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 55px
}

.delivery_page .delivery_wrap .content .item {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
    padding-bottom: 50px
}

.delivery_page .delivery_wrap .content .item:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.delivery_page .delivery_wrap .content .item .top {
    margin-bottom: 70px;
    position: relative;
    padding-left: 100px
}

.delivery_page .delivery_wrap .content .item .top img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.delivery_page .delivery_wrap .content .item .top h3 {
    color: #222;
    font-size: 24px
}

.delivery_page .delivery_wrap .content .item .top p {
    color: #222;
    font-size: 16px;
    margin-top: 7px
}

.delivery_page .delivery_wrap .content .item .text h4 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.delivery_page .delivery_wrap .content .item .text h3 {
    font-size: 24px;
    line-height: 1.5
}

.delivery_page .delivery_wrap .content .item .text h3 a {
    color: #222
}

.delivery_page .delivery_wrap .content .item .text h3 a:hover {
    text-decoration: underline
}

.delivery_page .delivery_wrap .content .item .text table {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    margin-bottom: 40px
}

.delivery_page .delivery_wrap .content .item .text table tbody tr td {
    border: 1px solid #f2f2f2;
    padding: 25px;
    font-family: "PT Sans";
    font-size: 14px;
    color: #999;
    font-weight: 400
}

.delivery_page .delivery_wrap .content .item .text table tbody tr td strong {
    color: #222;
    font-weight: 700
}

.delivery_page .delivery_wrap .content .item .text table tbody tr td:nth-child(1) {
    text-align: center;
    color: #f2f2f2
}

.delivery_page .delivery_wrap .content .item .text p {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px
}

.delivery_page .delivery_wrap .content .item .text p:last-child {
    margin-bottom: 0
}

.delivery_page .delivery_wrap .content .item .text ul {
    margin-bottom: 35px
}

.delivery_page .delivery_wrap .content .item .text ul:last-child {
    margin-bottom: 0
}

.delivery_page .delivery_wrap .content .item .text ul li {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 30px;
    padding-left: 35px
}

.delivery_page .delivery_wrap .content .item .text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #00509e;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.delivery_page .delivery_wrap .content .item .text ul li:last-child {
    margin-bottom: 0
}

.catalog_page {
    padding-top: 20px
}

.catalog_page .inner_page {
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 55px
}

.catalog_page .h1_wrap {
    position: relative
}

.catalog_page .h1_wrap .toggle {
    width: 40px;
    height: 22px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    vertical-align: middle;
    position: relative;
    display: none;
    z-index: 999
}

.catalog_page .h1_wrap .toggle.aside .line {
    background-color: #46b7a4
}

.catalog_page .h1_wrap .toggle.active .line:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

.catalog_page .h1_wrap .toggle.active .line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.catalog_page .h1_wrap .toggle.active .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.catalog_page .h1_wrap .toggle.active .line:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.catalog_page .h1_wrap .toggle .inside {
    width: 40px;
    height: 22px;
    display: block;
    position: absolute;
    top: 0
}

.catalog_page .h1_wrap .toggle .line {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #00509e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.catalog_page .h1_wrap .toggle .line:nth-child(1) {
    top: 0
}

.catalog_page .h1_wrap .toggle .line:nth-child(2) {
    top: 9px
}

.catalog_page .h1_wrap .toggle .line:nth-child(3) {
    top: 9px
}

.catalog_page .h1_wrap .toggle .line:nth-child(4) {
    top: 18px
}

.catalog_page .catalog_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog_page .catalog_wrap aside {
    width: 270px;
    position: relative;
    z-index: 1
}

.catalog_page .catalog_wrap aside .toggle {
    width: 40px;
    height: 22px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    vertical-align: middle;
    position: relative;
    display: none;
    z-index: 999
}

.catalog_page .catalog_wrap aside .toggle.aside .line {
    background-color: #46b7a4
}

.catalog_page .catalog_wrap aside .toggle.active .line:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

.catalog_page .catalog_wrap aside .toggle.active .line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.catalog_page .catalog_wrap aside .toggle.active .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.catalog_page .catalog_wrap aside .toggle.active .line:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.catalog_page .catalog_wrap aside .toggle .inside {
    width: 40px;
    height: 22px;
    display: block;
    position: absolute;
    top: 0
}

.catalog_page .catalog_wrap aside .toggle .line {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #00509e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.catalog_page .catalog_wrap aside .toggle .line:nth-child(1) {
    top: 0
}

.catalog_page .catalog_wrap aside .toggle .line:nth-child(2) {
    top: 9px
}

.catalog_page .catalog_wrap aside .toggle .line:nth-child(3) {
    top: 9px
}

.catalog_page .catalog_wrap aside .toggle .line:nth-child(4) {
    top: 18px
}

.catalog_page .catalog_wrap aside .filters {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    margin-bottom: 25px;
    page-break-after: 10px
}

.catalog_page .catalog_wrap aside .filters .item {
    padding: 30px 20px;
    border-bottom: 2px solid #f5f5f5
}

.catalog_page .catalog_wrap aside .filters .item:last-child {
    border-bottom: 0
}

.catalog_page .catalog_wrap aside .filters .item h4 {
    color: #555;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .slider {
    margin-bottom: 20px;
    position: relative;
    margin-top: 25px
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .ui-widget.ui-widget-content {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f5f5f5;
    height: 4px;
    border: 0
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    background-color: #00509e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    top: -6px;
    cursor: pointer
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .ui-slider .ui-slider-handle:active:after, .catalog_page .catalog_wrap aside .filters .item .slider_wrap .ui-slider .ui-slider-handle:active:before, .catalog_page .catalog_wrap aside .filters .item .slider_wrap .ui-slider .ui-slider-handle:hover:after, .catalog_page .catalog_wrap aside .filters .item .slider_wrap .ui-slider .ui-slider-handle:hover:before {
    opacity: 1
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .ui-slider .ui-slider-handle:before {
    content: attr(data-price);
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 10px;
    background-color: #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 5px;
    min-width: 50px;
    text-align: center;
    opacity: 0;
    background-color: #555;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .ui-slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    bottom: 100%;
    margin-bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    border-width: 3px 3px 0 3px;
    border-color: #555 transparent transparent transparent
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .ui-slider-horizontal .ui-slider-range {
    background-color: #00509e
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .inputs_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .inputs_wrap span {
    width: 9px;
    height: 2px;
    background-color: #666
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .inputs_wrap input {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    height: 40px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 10px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.catalog_page .catalog_wrap aside .filters .item .slider_wrap .inputs_wrap input:focus, .catalog_page .catalog_wrap aside .filters .item .slider_wrap .inputs_wrap input:hover {
    border: 2px solid #aaccec
}

.catalog_page .catalog_wrap aside .filters .item select {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 2px solid #ededed;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 15px;
    color: #555;
    font-size: 14px;
    background-image: url(../img/select_after_ico.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.catalog_page .catalog_wrap aside .filters .item select * {
    font-size: 16px
}

.catalog_page .catalog_wrap aside .filters .item select:focus, .catalog_page .catalog_wrap aside .filters .item select:hover {
    border: 2px solid #aaccec
}

.catalog_page .catalog_wrap aside .filters .item .inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px
}

.catalog_page .catalog_wrap aside .filters .item .inputs label {
    width: 49%;
    position: relative;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer
}

.catalog_page .catalog_wrap aside .filters .item .inputs label:hover:before {
    border-color: #aaccec
}

.catalog_page .catalog_wrap aside .filters .item .inputs label.active:before {
    background-color: #00509e;
    border-color: #00509e
}

.catalog_page .catalog_wrap aside .filters .item .inputs label.active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.catalog_page .catalog_wrap aside .filters .item .inputs label input {
    display: none
}

.catalog_page .catalog_wrap aside .filters .item .inputs label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.catalog_page .catalog_wrap aside .filters .item .inputs label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url(../img/checkbox_ico.png) center no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.catalog_page .catalog_wrap aside .filters .item.reset {
    text-align: center
}

.catalog_page .catalog_wrap aside .filters .item.reset a {
    color: #00509e;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #00509e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.catalog_page .catalog_wrap aside .filters .item.reset a:hover {
    border-bottom: 1px dashed transparent
}

.catalog_page .catalog_wrap aside .form {
    background-color: #00509e;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    overflow: hidden;
    position: relative;
    padding: 40px 20px;
    padding-top: 25px;
    z-index: 1
}

.catalog_page .catalog_wrap aside .form:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    background: url(../img/form_head_bg.png) no-repeat;
    width: 288px;
    height: 196px
}

.catalog_page .catalog_wrap aside .form .head {
    margin-bottom: 50px;
    text-align: center
}

.catalog_page .catalog_wrap aside .form .head h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px
}

.catalog_page .catalog_wrap aside .form .head p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

.catalog_page .catalog_wrap aside .form form label {
    display: block;
    color: #85b7e7;
    font-size: 14px;
    margin-bottom: 25px
}

.catalog_page .catalog_wrap aside .form form label input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 15px;
    color: #222;
    font-size: 18px
}

.catalog_page .catalog_wrap aside .form form label textarea {
    padding: 10px 15px;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 10px;
    color: #222;
    font-size: 18px
}

.catalog_page .catalog_wrap aside .form form label textarea:focus {
    height: 108px
}

.catalog_page .catalog_wrap aside .form form .text {
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2
}

.catalog_page .catalog_wrap aside .form form .text a {
    color: #85b7e7;
    text-decoration: underline;
    display: block
}

.catalog_page .catalog_wrap aside .form form .text a:hover {
    text-decoration: none
}

.catalog_page .catalog_wrap aside .form form .btn_wrap {
    text-align: center
}

.catalog_page .catalog_wrap aside .form form .btn_wrap .btn {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    height: 56px
}

.catalog_page .catalog_wrap .content {
    width: 870px;
    position: relative;
    z-index: 2
}

.catalog_page .catalog_wrap .content .products_list {
    margin-bottom: 30px
}

.catalog_page .catalog_wrap .content .products_list .item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px)
}

.catalog_page .catalog_wrap .content .products_list .item:nth-child(4n) {
    margin-right: 30px
}

.catalog_page .catalog_wrap .content .products_list .item:nth-child(3n) {
    margin-right: 0
}

.cart_page {
    padding-top: 0
}

.cart_page .category_links {
    margin-bottom: 100px
}

.cart_page .empty_cart {
    text-align: center
}

.cart_page .empty_cart h2 {
    color: #222;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 55px
}

.cart_page .cart_wrap {
    background-color: #fafafa;
    padding-top: 50px;
    padding-bottom: 100px
}

.cart_page .cart_wrap .cart .top {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    margin-bottom: 30px;
    padding: 40px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cart_page .cart_wrap .cart .top form {
    position: relative;
    width: 320px
}

.cart_page .cart_wrap .cart .top form input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 2px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 18px;
    color: #000;
    font-size: 14px
}

.cart_page .cart_wrap .cart .top form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background-image: url(../img/coupon_ico.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart_page .cart_wrap .cart .top form button:hover {
    background-color: #efefef
}

.cart_page .cart_wrap .cart .top .price_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 735px;
    margin-left: 40px
}

.cart_page .cart_wrap .cart .top .price_wrap .text h3 {
    color: #222;
    font-size: 24px;
    margin-bottom: 5px
}

.cart_page .cart_wrap .cart .top .price_wrap .text p {
    color: #999;
    font-size: 16px
}

.cart_page .cart_wrap .cart .top .price_wrap .price {
    color: #222;
    font-size: 36px
}

.cart_page .cart_wrap .cart .bottom {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    border-top: 2px solid rgba(0, 80, 158, .15)
}

.cart_page .cart_wrap .cart .bottom .filters {
    background-color: #fafafa;
    padding: 20px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    font-size: 16px;
    font-weight: 700
}

.cart_page .cart_wrap .cart .bottom .filters form {
    position: relative;
    width: 320px
}

.cart_page .cart_wrap .cart .bottom .filters form input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 2px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 18px;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.cart_page .cart_wrap .cart .bottom .filters form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background-image: url(../img/cart_remove_ico.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart_page .cart_wrap .cart .bottom .filters form button:hover {
    background-color: #efefef
}

.cart_page .cart_wrap .cart .bottom .products .item {
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 60px
}

.cart_page .cart_wrap .cart .bottom .products .item .left, .cart_page .cart_wrap .cart .bottom .products .item .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cart_page .cart_wrap .cart .bottom .products .item .image {
    max-width: 150px;
    margin-right: 40px
}

.cart_page .cart_wrap .cart .bottom .products .item .name {
    color: #999;
    font-size: 16px;
    width: 340px
}

.cart_page .cart_wrap .cart .bottom .products .item .name a {
    color: #222;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 5px
}

.cart_page .cart_wrap .cart .bottom .products .item .name a:hover {
    text-decoration: underline
}

.cart_page .cart_wrap .cart .bottom .products .item .price {
    color: #999;
    font-size: 16px;
    margin: 0 30px
}

.cart_page .cart_wrap .cart .bottom .products .item .price strong {
    display: block;
    margin-bottom: 10px;
    color: #222;
    font-size: 18px;
    font-weight: 700
}

.cart_page .cart_wrap .cart .bottom .products .item .quantity {
    width: 152px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

.cart_page .cart_wrap .cart .bottom .products .item .quantity a {
    color: #999;
    font-size: 18px;
    line-height: 48px;
    text-transform: uppercase;
    width: 44px;
    height: 48px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart_page .cart_wrap .cart .bottom .products .item .quantity a:hover {
    background-color: #efefef
}

.cart_page .cart_wrap .cart .bottom .products .item .quantity input {
    width: 60px;
    text-align: center;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    height: 48px;
    padding: 0;
    background-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-left: 2px solid #efefef;
    border-right: 2px solid #efefef
}

.cart_page .cart_wrap .cart .bottom .products .item a.remove {
    display: inline-block;
    margin-left: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cart_page .cart_wrap .cart .bottom .products .item a.remove:hover {
    -webkit-filter: contrast(5) invert(100%);
    filter: contrast(5) invert(100%)
}

.order_page {
    padding-top: 50px;
    padding-bottom: 80px
}

.order_page.bg_color {
    background-color: #fafafa
}

.order_page .order_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.order_page .order_wrap .content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 870px;
    counter-reset: section
}

.order_page .order_wrap .content .wrapper {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    position: relative;
    z-index: 1
}

.order_page .order_wrap .content .wrapper:before {
    content: "";
    position: absolute;
    height: 2px;
    opacity: .15;
    background-color: #00509e;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.order_page .order_wrap .content .wrapper .head {
    background-color: #fafafa;
    padding: 30px 100px;
    position: relative;
    color: #222;
    font-size: 24px;
    border-bottom: 1px solid #e6e6e6
}

.order_page .order_wrap .content .wrapper .head:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #00509e;
    font-size: 18px;
    font-weight: 700
}

.order_page .order_wrap .content .wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    opacity: .15;
    background-color: #00509e
}

.order_page .order_wrap .content .wrapper .coupon_wrap {
    padding: 20px 40px
}

.order_page .order_wrap .content .wrapper .coupon_wrap form {
    position: relative;
    width: 320px
}

.order_page .order_wrap .content .wrapper .coupon_wrap form input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 2px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 18px;
    color: #000;
    font-size: 14px
}

.order_page .order_wrap .content .wrapper .coupon_wrap form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background-image: url(../img/coupon_ico.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.order_page .order_wrap .content .wrapper .coupon_wrap form button:hover {
    background-color: #efefef
}

.order_page .order_wrap .content .wrapper label.radio {
    display: block;
    margin-bottom: 33px;
    padding-left: 40px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    cursor: pointer
}

.order_page .order_wrap .content .wrapper label.radio.active:before, .order_page .order_wrap .content .wrapper label.radio:hover:before {
    width: 12px;
    height: 12px;
    border: 4px solid #00509e
}

.order_page .order_wrap .content .wrapper label.radio:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.order_page .order_wrap .content .wrapper label.radio:last-child {
    margin-bottom: 0
}

.order_page .order_wrap .content .wrapper.products .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #e6e6e6
}

.order_page .order_wrap .content .wrapper.products .item .left, .order_page .order_wrap .content .wrapper.products .item .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.order_page .order_wrap .content .wrapper.products .item .image {
    max-width: 150px;
    margin-right: 40px
}

.order_page .order_wrap .content .wrapper.products .item .name {
    color: #999;
    font-size: 16px;
    width: 340px
}

.order_page .order_wrap .content .wrapper.products .item .name a {
    color: #222;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 5px
}

.order_page .order_wrap .content .wrapper.products .item .name a:hover {
    text-decoration: underline
}

.order_page .order_wrap .content .wrapper.products .item .price {
    color: #999;
    font-size: 16px
}

.order_page .order_wrap .content .wrapper.products .item .price strong {
    display: block;
    margin-bottom: 10px;
    color: #222;
    font-size: 18px;
    font-weight: 700
}

.order_page .order_wrap .content .wrapper.region .body {
    padding: 40px 30px
}

.order_page .order_wrap .content .wrapper.region h4 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px
}

.order_page .order_wrap .content .wrapper.region .type {
    margin-bottom: 40px
}

.order_page .order_wrap .content .wrapper.region .type h4 {
    margin-bottom: 15px
}

.order_page .order_wrap .content .wrapper.region .inputs_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.order_page .order_wrap .content .wrapper.region .inputs_wrap .input {
    width: 49%
}

.order_page .order_wrap .content .wrapper.region .inputs_wrap .input input, .order_page .order_wrap .content .wrapper.region .inputs_wrap .input select {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 2px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #555;
    font-size: 14px
}

.order_page .order_wrap .content .wrapper.region .inputs_wrap .input select {
    background-image: url(../img/select_after_ico.png);
    background-repeat: no-repeat;
    background-position: right 15px center
}

.order_page .order_wrap .content .wrapper.region .inputs_wrap .input select * {
    font-size: 16px
}

.order_page .order_wrap .content .wrapper.region .inputs_wrap .input select:focus, .order_page .order_wrap .content .wrapper.region .inputs_wrap .input select:hover {
    border: 2px solid #aaccec
}

.order_page .order_wrap .content .wrapper.region .bottom_text {
    width: 45%;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.order_page .order_wrap .content .wrapper.delivery .method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 35px
}

.order_page .order_wrap .content .wrapper.delivery .method label.radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    width: 49%;
    color: #222
}

.order_page .order_wrap .content .wrapper.delivery .method label.radio span {
    margin-left: 10px
}

.order_page .order_wrap .content .wrapper.delivery .description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 80px
}

.order_page .order_wrap .content .wrapper.delivery .description .left {
    position: relative;
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.order_page .order_wrap .content .wrapper.delivery .description .left p {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}

.order_page .order_wrap .content .wrapper.delivery .description .right {
    width: 45%;
    text-align: right;
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.order_page .order_wrap .content .wrapper.delivery .description .right b {
    color: #222;
    font-size: 18px;
    font-weight: 700
}

.order_page .order_wrap .content .wrapper.payment .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 35px
}

.order_page .order_wrap .content .wrapper.payment .item label.radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    width: 32%
}

.order_page .order_wrap .content .wrapper.payment .item label.radio.fool {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order_page .order_wrap .content .wrapper.payment .item label.radio.fool span {
    width: 100%;
    margin-top: 10px;
    margin-left: 0
}

.order_page .order_wrap .content .wrapper.payment .item label.radio span {
    margin-left: 10px
}

.order_page .order_wrap .content .wrapper.payment .payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 80px
}

.order_page .order_wrap .content .wrapper.payment .payment p {
    width: -webkit-calc(100% - 155px);
    width: calc(100% - 155px);
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

.order_page .order_wrap .content .wrapper.buyer .body {
    padding: 40px 100px
}

.order_page .order_wrap .content .wrapper.buyer .body label {
    display: block;
    margin-bottom: 30px;
    color: #999;
    font-size: 14px
}

.order_page .order_wrap .content .wrapper.buyer .body label:last-child {
    margin-bottom: 0
}

.order_page .order_wrap .content .wrapper.buyer .body .input_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order_page .order_wrap .content .wrapper.buyer .body .input_box label {
    width: 48%
}

.order_page .order_wrap .content .wrapper.buyer .body input {
    display: block;
    width: 100%;
    margin-top: 10px;
    height: 48px;
    background-color: #fff;
    border: 2px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 15px;
    color: #222;
    font-size: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.order_page .order_wrap .content .wrapper.buyer .body input:focus, .order_page .order_wrap .content .wrapper.buyer .body input:hover {
    border: 2px solid #aaccec
}

.order_page .order_wrap .content .wrapper.buyer .body textarea {
    padding: 10px 15px;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 2px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 10px;
    color: #222;
    font-size: 18px
}

.order_page .order_wrap .content .wrapper.buyer .body textarea:focus {
    height: 108px;
    border: 2px solid #aaccec
}

.order_page .order_wrap .content .button_wrap {
    margin-top: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.order_page .order_wrap .content .button_wrap .text {
    width: 444px;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    color: #999;
    line-height: 1.3
}

.order_page .order_wrap .content .button_wrap .text a {
    color: #1f65aa;
    text-decoration: underline
}

.order_page .order_wrap .content .button_wrap .text a:hover {
    text-decoration: none
}

.order_page .order_wrap .content .button_wrap .btn {
    width: 217px;
    height: 56px;
    padding: 0
}

.order_page .order_wrap aside {
    width: 270px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    border-top: 2px solid #f17f23;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: static
}

.order_page .order_wrap aside.active {
    position: fixed;
    top: 0;
    z-index: 999
}

.order_page .order_wrap aside ul {
    padding: 25px 30px
}

.order_page .order_wrap aside ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: 16px
}

.order_page .order_wrap aside ul li span {
    width: 50%
}

.order_page .order_wrap aside ul li strong {
    width: 50%;
    color: #222;
    font-weight: 700
}

.order_page .order_wrap aside ul.top {
    border-bottom: 1px solid #e6e6e6
}

.order_page .order_wrap aside ul.top li {
    margin-bottom: 30px
}

.order_page .order_wrap aside ul.top li:last-child {
    margin-bottom: 0
}

.order_page .confirm_order {
    border: 5px solid #00509e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.order_page .confirm_order .left {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
    padding: 35px 40px
}

.order_page .confirm_order .left .name {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.2;
    color: #222;
    font-weight: 400
}

.order_page .confirm_order .left .name b {
    color: #00509e;
    font-weight: 700
}

.order_page .confirm_order .left .description {
    font-size: 16px;
    line-height: 1.5;
    color: #999
}

.order_page .confirm_order .left .description a {
    color: #00509e;
    text-decoration: underline
}

.order_page .confirm_order .left .description a:hover {
    text-decoration: none
}

.order_page .confirm_order .right {
    width: 380px;
    padding: 40px 100px;
    border-left: 2px solid #e6e6e6
}

.order_page .confirm_order .right h5 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

.order_page .confirm_order .right p {
    margin-top: 20px;
    color: #999;
    font-size: 16px
}

.pa_page .pa_wrap {
    background-color: #fafafa;
    padding-top: 50px;
    padding-bottom: 70px
}

.pa_page .pa_wrap .personal_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pa_page .pa_wrap .personal_area aside {
    width: 270px
}

.pa_page .pa_wrap .personal_area aside .user_card {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    padding: 35px 25px
}

.pa_page .pa_wrap .personal_area aside .user_card .photo {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.pa_page .pa_wrap .personal_area aside .user_card .name {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center
}

.pa_page .pa_wrap .personal_area aside .user_card ul li {
    margin-bottom: 30px;
    line-height: 1.3;
    color: #222;
    font-size: 18px
}

.pa_page .pa_wrap .personal_area aside .user_card ul li span {
    display: block;
    color: #999;
    font-size: 14px
}

.pa_page .pa_wrap .personal_area aside .user_card ul li a:hover {
    text-decoration: underline
}

.pa_page .pa_wrap .personal_area aside .user_card ul li .phone {
    color: #222;
    font-size: 18px
}

.pa_page .pa_wrap .personal_area aside .user_card ul li .email {
    color: #00509e;
    font-size: 18px
}

.pa_page .pa_wrap .personal_area aside .user_card ul li:last-child {
    margin-bottom: 0
}

.pa_page .pa_wrap .personal_area aside .links {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea
}

.pa_page .pa_wrap .personal_area aside .links li a {
    display: block;
    border-top: 2px solid #f2f2f2;
    padding: 20px;
    padding-left: 70px;
    position: relative;
    color: #999;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pa_page .pa_wrap .personal_area aside .links li a.active, .pa_page .pa_wrap .personal_area aside .links li a:hover {
    background-color: #00509e;
    color: #fff
}

.pa_page .pa_wrap .personal_area aside .links li a.active img, .pa_page .pa_wrap .personal_area aside .links li a:hover img {
    -webkit-filter: brightness(5);
    filter: brightness(5)
}

.pa_page .pa_wrap .personal_area aside .links li a img {
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.pa_page .pa_wrap .personal_area .content {
    width: 870px;
    display: none
}

.pa_page .pa_wrap .personal_area .content .h3_wrap {
    margin-bottom: 25px
}

.pa_page .pa_wrap .personal_area .content .h3_wrap h3 {
    color: #222;
    font-size: 24px;
    font-weight: 400
}

.pa_page .pa_wrap .personal_area .content .table_wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea
}

.pa_page .pa_wrap .personal_area .content .table_wrap .thead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa_page .pa_wrap .personal_area .content .table_wrap .thead div {
    width: 20%;
    color: #555;
    font-size: 14px;
    font-weight: 700
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active {
    background-color: #fafafa
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active .top {
    border-bottom: 0
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active .top a.btn {
    background-color: #00509e;
    color: #fff
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active .top a.btn:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top {
    border-top: 2px solid #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top div {
    width: 20%;
    color: #777;
    font-size: 14px;
    font-weight: 400
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top div:nth-child(3) {
    color: #1a9294
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top div:nth-child(4) {
    color: #222;
    font-weight: 700
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top a.btn {
    background-color: #fafafa;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #00509e;
    font-size: 14px;
    padding: 13px 20px;
    padding-right: 40px;
    position: relative
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top a.btn:hover {
    background-color: #00509e;
    color: #fff
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top a.btn:hover:before {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top a.btn:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/select_after_ico.png) no-repeat;
    width: 9px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    height: 8px
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .bottom {
    padding: 25px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .bottom .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .bottom .left img {
    margin-right: 30px
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .bottom .left h4 {
    color: #222;
    font-size: 24px;
    margin-bottom: 7px
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .bottom .left p {
    color: #999;
    font-size: 16px
}

.pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .bottom .price {
    width: 40%;
    color: #222;
    font-size: 24px;
    font-weight: 700
}

.pa_page .pa_wrap .personal_area .content .products_list .item {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px)
}

.pa_page .pa_wrap .personal_area .content .products_list .item:nth-child(4n) {
    margin-right: 30px
}

.pa_page .pa_wrap .personal_area .content .products_list .item:nth-child(3n) {
    margin-right: 0
}

.pa_page .pa_wrap .personal_area .content#personal_data {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    padding: 110px 80px
}

.pa_page .pa_wrap .personal_area .content#personal_data .h3_wrap {
    margin-bottom: 40px
}

.pa_page .pa_wrap .personal_area .content#personal_data .input_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.pa_page .pa_wrap .personal_area .content#personal_data .input_box label {
    width: 49%;
    color: #999;
    font-size: 14px
}

.pa_page .pa_wrap .personal_area .content#personal_data .input_box label input {
    margin-top: 10px;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 2px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #222;
    font-size: 18px
}

.pa_page .pa_wrap .personal_area .content#personal_data .input_box label input:focus {
    border: 2px solid #aaccec
}

.pa_page .pa_wrap .personal_area .content#personal_data .buttons button {
    padding: 0;
    width: 217px;
    height: 56px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    margin-right: 33px
}

.pa_page .pa_wrap .personal_area .content#personal_data .buttons a.reset {
    color: #00509e;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #00509e;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pa_page .pa_wrap .personal_area .content#personal_data .buttons a.reset:hover {
    border-bottom: 1px dashed transparent
}

.text_page {
    padding-top: 25px;
    padding-bottom: 150px
}

.email_subscribe {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 30px 0
}

.email_subscribe section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.email_subscribe .title {
    color: #262626;
    font-size: 24px;
    font-weight: 700;
    width: 270px
}

.email_subscribe form {
    width: 475px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.email_subscribe form input {
    width: 395px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.email_subscribe form input:focus {
    border: 1px solid #aaccec
}

.email_subscribe form input.error {
    border-color: #ffa6a6 !important
}

.email_subscribe form label.error {
    display: none !important
}

.email_subscribe form button {
    width: 70px;
    height: 46px;
    background-color: #00509e;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    background-image: url(../img/mail_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.email_subscribe form button:hover {
    background-color: #006cd6
}

.email_subscribe form button:focus {
    background-color: #00509e
}

.email_subscribe .text {
    width: 320px;
    font-size: 14px;
    color: #999;
    line-height: 1.2
}

.email_subscribe .text a {
    color: #00509e;
    text-decoration: underline
}

.email_subscribe .text a:hover {
    text-decoration: none
}

.the_content {
    color: #555;
    font-size: 14px;
    line-height: 1.5
}

.the_content h2 {
    color: #222;
    font-size: 36px;
    margin-bottom: 30px
}

.the_content h3 {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.the_content h4 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}

.the_content img {
    margin-bottom: 30px
}

.the_content img:last-child {
    margin-bottom: 0
}

.the_content img.alighleft {
    float: left;
    margin-right: 30px
}

.the_content img.alighright {
    float: right;
    margin-left: 30px
}

.the_content p {
    margin-bottom: 30px
}

.the_content p:last-child {
    margin-bottom: 0
}

.the_content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.the_content .row .col {
    margin-bottom: 75px
}

.the_content .row .col img {
    width: 100%;
    height: auto
}

.the_content .row .col iframe, .the_content .row .col video {
    width: 100%;
    height: 100%
}

.the_content .row .half {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px)
}

.the_content .row .third {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px)
}

.the_content ul {
    margin-bottom: 30px
}

.the_content ul:last-child {
    margin-bottom: 0
}

.the_content ul li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px
}

.the_content ul li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #007bff;
    left: 0;
    top: 5px
}

.the_content ul li:last-child {
    margin-bottom: 0
}

.the_content ol {
    margin-bottom: 30px;
    counter-reset: item
}

.the_content ol:last-child {
    margin-bottom: 0
}

.the_content ol li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 45px
}

.the_content ol li:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    position: absolute;
    left: 0;
    color: #00509e;
    font-size: 12px;
    font-weight: 700;
    top: 2px
}

.the_content ol li:last-child {
    margin-bottom: 0
}

.the_content blockquote {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    padding: 45px 70px;
    margin-bottom: 75px;
    position: relative;
    border-left: 4px solid #00509e
}

.the_content blockquote:last-child {
    margin-bottom: 0
}

.pagination {
    text-align: center
}

.pagination a, .pagination span {
    width: 70px;
    height: 70px;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    line-height: 69px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

.pagination a:last-child, .pagination span:last-child {
    margin-right: 0
}

.pagination a.next, .pagination a.prev, .pagination span.next, .pagination span.prev {
    border: 1px solid #d9d9d9
}

.pagination a.next:before, .pagination a.prev:before, .pagination span.next:before, .pagination span.prev:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 23px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.pagination a.prev:before, .pagination span.prev:before {
    background: url(../img/pagination_prev.png) no-repeat
}

.pagination a.next:before, .pagination span.next:before {
    background: url(../img/pagination_next.png) no-repeat
}

.pagination a:hover {
    color: #fff;
    border-color: #00509e;
    background-color: #00509e
}

.pagination a:hover:before {
    -webkit-filter: brightness(7);
    filter: brightness(7)
}

.pagination span {
    color: #f17f23
}

.h2_wrap {
    margin-bottom: 50px
}

.h2_wrap.white h2 {
    color: #fff
}

.h2_wrap h2 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px
}

.h2_wrap h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 6px;
    background-color: #00509e;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    color: #fff;
    font-weight: 700
}

.btn.blue {
    font-size: 18px;
    padding: 23px 31px;
    background-color: #00509e
}

.btn.blue:hover {
    background-color: #006cd6
}

.btn.blue:focus {
    background-color: #00509e
}

.btn.yellow {
    font-size: 16px;
    padding: 20px 50px;
    background-color: #f17f23
}

.btn.yellow:hover {
    background-color: #f19c23
}

.btn.yellow:focus {
    background-color: #f17f23
}

.modal {
    width: 370px;
    -webkit-box-shadow: 0 3px 10px #eaeaea;
    box-shadow: 0 3px 10px #eaeaea;
    padding: 40px 35px;
    position: relative;
    z-index: 1;
    background-color: #00509e;
    overflow: visible
}

.modal.signin_modal {
    width: 760px
}

.modal.signin_modal .input_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal.signin_modal .input_box label {
    width: 49%
}

.modal:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../img/modal_before.jpg) top right no-repeat;
    z-index: -1
}

.modal .title {
    text-align: center;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 30px
}

.modal .subtitle {
    text-align: center;
    margin-top: 5px;
    font-size: 21px;
    color: #fff
}

.modal label {
    display: block;
    color: #85b7e7;
    font-size: 14px;
    margin-bottom: 25px
}

.modal label input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 15px
}

.modal label textarea {
    padding: 15px;
    width: 100%;
    height: 108px;
    background-color: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 10px
}

.modal .text {
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2
}

.modal .text a {
    color: #85b7e7;
    text-decoration: underline
}

.modal .text a:hover {
    text-decoration: none
}

.modal .btn_wrap {
    text-align: center
}

.modal .fancybox-close-small {
    top: -8px;
    right: -45px
}

.modal .fancybox-close-small:after {
    font-size: 50px;
    background-color: transparent
}

.product_gallery {
    width: 770px;
    padding: 33px;
    position: relative;
    overflow: visible;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 20px 20px #eaeaea;
    box-shadow: 0 20px 20px #eaeaea;
    opacity: 0
}

.product_gallery .slider {
    position: static !important;
    text-align: center
}

.product_gallery .slider .item {
    height: 500px;
    overflow: hidden
}

.product_gallery .slider .item img {
    display: inline-block;
    width: auto;
    max-width: inherit;
    height: 100%
}

.product_gallery .top {
    margin-bottom: 40px;
    color: #222;
    font-size: 18px;
    line-height: 1.3
}

.product_gallery .top .logo {
    margin-bottom: 15px;
    height: 44px
}

.product_gallery .top .logo img {
    max-width: inherit;
    height: 100%;
    width: auto
}

.product_gallery .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border: 1px solid #d9d9d9 !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff !important
}

.product_gallery .owl-nav button:hover {
    background-color: #00509e !important;
    border-color: #00509e
}

.product_gallery .owl-nav button:hover:before {
    -webkit-filter: brightness(7);
    filter: brightness(7)
}

.product_gallery .owl-nav button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 23px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.product_gallery .owl-nav button.owl-prev {
    left: -34px
}

.product_gallery .owl-nav button.owl-prev:before {
    background: url(../img/pagination_prev.png) no-repeat
}

.product_gallery .owl-nav button.owl-next {
    right: -34px
}

.product_gallery .owl-nav button.owl-next:before {
    background: url(../img/pagination_next.png) no-repeat
}

.product_gallery .owl-dots {
    position: absolute;
    top: 35px;
    right: 35px
}

.product_gallery .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background-color: #d9d9d9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle
}

.product_gallery .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.product_gallery .owl-dots .owl-dot.active {
    width: 8px;
    height: 8px;
    background-color: #00509e
}

.product_gallery .fancybox-close-small {
    top: -8px;
    right: -45px
}

.product_gallery .fancybox-close-small:after {
    font-size: 50px;
    background-color: transparent
}

.favorite_btn {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background-color: #f3f3f3;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-image: url(../img/cart_favorite_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s
}

.favorite_btn:hover {
    background-color: #f19c23;
    background-image: url(../img/cart_favorite_ico_hover.png)
}

.favorite_btn:focus {
    background-color: #f17f23;
    background-image: url(../img/cart_favorite_ico_hover.png)
}

.buy_btn {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
    height: 48px;
    background-color: #00509e;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background-image: url(../img/header_cart_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.buy_btn:hover {
    background-color: #006cd6
}

.buy_btn:focus {
    background-color: #00509e
}

.catalog_btn {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #00509e;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    position: relative;
    padding-left: 30px;
    padding-right: 90px;
    color: #00509e;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-top: 17px;
    padding-bottom: 17px;
    overflow: hidden
}

.catalog_btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 10px;
    border-color: transparent transparent transparent #00509e
}

.catalog_btn:hover {
    background-color: #006cd6;
    border-color: #006cd6;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px
}

.catalog_btn:hover:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    right: 0
}

.fancybox-bg {
    background-color: #fafafa
}

label {
    position: relative
}

label.error {
    position: absolute;
    right: 0;
    top: 1px;
    color: #eb7474 !important;
    font-size: 14px;
    margin: 0 !important;
    width: auto !important;
    text-align: right
}

input, select, textarea {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

input.error, select.error, textarea.error {
    border-color: #ffa6a6 !important
}

input.success, select.success, textarea.success {
    border-color: #00b900 !important
}

input:focus, select:focus, textarea:focus {
    border-color: #aaccec !important
}

.search_page .inner_page {
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 55px
}

.search_page .sp-form {
    display: block;
    margin-bottom: 40px
}

.search_page .sp-form:after {
    content: '';
    display: table;
    clear: both
}

.search_page .sp-form__inner {
    position: relative;
    padding-right: 170px;
    max-width: 590px
}

.search_page .sp-form__inner:after {
    content: '';
    display: inline-block;
    vertical-align: top
}

.search_page .sp-form__field {
    display: inline-block;
    vertical-align: top
}

.search_page .sp-form__field-input {
    display: block;
    width: 100%;
    max-width: 420px;
    float: left
}

.search_page .sp-form__field-submit {
    display: block;
    width: 150px;
    margin-right: -170px;
    float: right
}

.search_page .sp-form__input {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 15px
}

.search_page .sp-form__submit {
    padding: 14px 50px;
    min-width: 150px
}

.search_page .sp-result {
    line-height: 1.5
}

.search_page .sp-result__item {
    background-color: #fff;
    padding: 20px 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.search_page .sp-result__item:not(:last-child) {
    margin-bottom: 20px
}

.search_page .sp-result__title {
    color: #00509e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1em;
    text-transform: uppercase
}

.search_page .sp-result__title a {
    font-size: 18px;
    font-weight: 700;
    color: #00509e;
    text-decoration: underline
}

.search_page .sp-result__title a:focus, .search_page .sp-result__title a:hover {
    color: #00509e;
    text-decoration: none
}

.search_page .sp-result__anons {
    font-size: 16px;
    margin-bottom: 1em
}

.search_page .sp-result__date {
    margin-bottom: 1em;
    color: #222;
    font-size: 14px
}

.search_page .sp-result__chain-path a {
    color: #f17f23;
    text-decoration: underline
}

.search_page .sp-result__chain-path a:focus, .search_page .sp-result__chain-path a:hover {
    color: #f17f23;
    text-decoration: none
}

.search_page .sp-result__pagenav {
    padding: 35px 0
}

.search_page .sp-result__empty-result {
    padding: 35px 0
}

@media screen and (min-width: 1021px) {
    .news_page .news .item:nth-child(1), .news_page .news .item:nth-child(2) {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
        margin-bottom: 50px
    }

    .news_page .news .item:nth-child(1):before, .news_page .news .item:nth-child(2):before {
        content: "";
        position: absolute;
        bottom: 0;
        height: 100%;
        left: 0;
        right: 0;
        z-index: 1;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0) 100%);
        background-image: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0) 100%);
        background-image: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 100%)
    }

    .news_page .news .item:nth-child(1) .img, .news_page .news .item:nth-child(2) .img {
        margin-bottom: 0
    }

    .news_page .news .item:nth-child(1) .img .bg, .news_page .news .item:nth-child(2) .img .bg {
        height: 440px
    }

    .news_page .news .item:nth-child(1) .text, .news_page .news .item:nth-child(2) .text {
        position: absolute;
        padding: 40px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        padding-right: 25%
    }

    .news_page .news .item:nth-child(1) .text .date, .news_page .news .item:nth-child(2) .text .date {
        color: #b4b6b7;
        margin-bottom: 20px
    }

    .news_page .news .item:nth-child(1) .text .name, .news_page .news .item:nth-child(2) .text .name {
        color: #fff;
        margin-bottom: 35px
    }

    .news_page .news .item:nth-child(1) .text .name:hover, .news_page .news .item:nth-child(2) .text .name:hover {
        color: #3199ff
    }

    .news_page .news .item:nth-child(1) .text .share p, .news_page .news .item:nth-child(2) .text .share p {
        color: #999
    }

    .news_page .news .item:nth-child(1) .text .share ul li a, .news_page .news .item:nth-child(2) .text .share ul li a {
        background-color: #fff
    }

    .news_page .news .item:nth-child(1) .text .share ul li a:hover, .news_page .news .item:nth-child(2) .text .share ul li a:hover {
        background-color: #00509e
    }
}

@media screen and (max-width: 1400px) {
    .home_main .slider .owl-nav button {
        width: 60px;
        height: 60px
    }

    .home_main .slider .owl-nav button.owl-next {
        right: 0;
        bottom: 15px;
        top: auto
    }

    .home_main .slider .owl-nav button.owl-prev {
        left: 0;
        bottom: 15px;
        top: auto
    }

    .certificates .slider .owl-nav button.owl-next, .certificates .slider .owl-nav button.owl-prev {
        display: none !important
    }

    .certificates .slider .owl-dots {
        margin-top: 30px;
        text-align: center
    }

    .certificates .slider .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        background-color: #fff !important;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #ccc !important
    }

    .certificates .slider .owl-dots .owl-dot:last-child {
        margin-right: 0
    }

    .certificates .slider .owl-dots .owl-dot.active {
        width: 16px;
        height: 16px;
        background-color: #00509e !important;
        border: 1px solid #00509e !important
    }

    .single_product_page .card .data .top .colors ul li .info {
        display: none
    }

    .home_main .slider .item .text {
        padding-bottom: 70px
    }
}

@media screen and (max-width: 1200px) {
    .home_main .slider .item {
        padding-top: 0
    }

    .home_main .slider .owl-nav button {
        width: 50px;
        height: 50px
    }

    .home_main .slider .owl-nav button.owl-next, .home_main .slider .owl-nav button.owl-prev {
        bottom: 10px
    }

    .home_main .slider .owl-dots {
        display: block;
        margin-top: 20px;
        text-align: center;
        position: static
    }

    .home_main .slider {
        padding-bottom: 20px
    }

    section {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    header .bottom .left {
        width: auto
    }

    header .bottom .right {
        width: auto;
        padding: 22px 0
    }

    header .bottom .left .logo {
        width: 200px
    }

    header .bottom .left span {
        font-size: 15px;
        margin-left: 15px
    }

    header .top .right {
        width: auto
    }

    .home_systems .items .item {
        width: 19%;
        height: 150px
    }

    .products_list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .products_list:after {
        content: "";
        display: block;
        width: 33%;
        height: 0
    }

    .catalog_page .catalog_wrap .content .products_list, .pa_page .pa_wrap .personal_area .content .products_list {
        padding-left: 70px;
        padding-right: 70px
    }

    .catalog_page .catalog_wrap .content .products_list, .pa_page .pa_wrap .personal_area .content .products_list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .catalog_page .catalog_wrap .content .products_list .item, .pa_page .pa_wrap .personal_area .content .products_list .item {
        width: -webkit-calc(48%);
        width: calc(48%)
    }

    .products_list .item {
        margin-bottom: 80px;
        width: -webkit-calc(33.33% - 80px);
        width: calc(33.33% - 80px);
        margin-right: 0 !important
    }

    .products_list .item.item-view-extended {
        margin-left: 70px
    }

    .products_list .item.item-view-simple {
        margin-left: 0
    }

    .products_list .item .item-inner {
        padding: 20px 15px 70px 15px
    }

    .products_list .item .price_wrap {
        bottom: 20px;
        padding: 0 15px
    }

    .products_list .item .detal_line {
        left: -70px;
        padding-right: 60px;
        text-align: left;
        padding-left: 20px
    }

    .products_list .item .detal_line.detal_line_simple {
        left: 0;
        padding-left: 20px
    }

    .products_list .item .detal_line.detal_line_extend {
        left: -70px;
        padding-left: 20px;
        text-align: right
    }

    .products_list .item .detal_line:after {
        right: 15px
    }

    .products_list .item .colors_line {
        width: 70px;
        padding: 15px 10px
    }

    .products_list .item .colors_line ul li .color {
        width: 50px;
        height: 50px
    }

    .products_list .item .colors_line .discount {
        width: 70px;
        padding: 5px;
        line-height: 1.2;
        background-color: #f17f23
    }

    .products_list .item .colors_line .discount:before {
        display: none
    }

    .buy_btn {
        width: 65px
    }

    .products_list .item .price_wrap .price {
        margin-right: 10px
    }

    .categoty_items .item {
        width: -webkit-calc(25% - 15px);
        width: calc(25% - 15px)
    }

    .categoty_items .item:nth-child(5n) {
        margin-right: 20px
    }

    .categoty_items .item:nth-child(4n) {
        margin-right: 0
    }

    .home_blog .content {
        width: -webkit-calc(100% - 290px);
        width: calc(100% - 290px);
        padding-right: 20px
    }

    footer .bottom ul li {
        margin-right: 30px
    }

    .email_subscribe form {
        width: 380px
    }

    .home_main .slider .item .image {
        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
    }

    .error_wrap .text img {
        width: 850px;
        height: auto
    }

    .about_items .item {
        padding: 30px 0
    }

    .brands_wrap .item .text {
        width: 48%
    }

    .brands_wrap .item .img {
        width: 48%
    }

    .brands_wrap .item {
        padding-top: 30px;
        margin-bottom: 30px
    }

    .order_page .confirm_order .left {
        width: -webkit-calc(100% - 250px);
        width: calc(100% - 250px)
    }

    .order_page .confirm_order .right {
        width: 230px;
        padding: 40px
    }

    .delivery_page .delivery_wrap .content {
        padding-left: 20px
    }

    .delivery_page .delivery_wrap .content {
        width: -webkit-calc(100% - 290px);
        width: calc(100% - 290px)
    }

    .text_page {
        padding-bottom: 50px
    }

    .the_content blockquote {
        padding: 40px
    }

    .the_content .row .col {
        margin-bottom: 30px
    }

    .the_content h3 {
        margin-bottom: 20px
    }

    .the_content h4 {
        margin-bottom: 15px
    }

    .the_content h2 {
        margin-bottom: 20px
    }

    .single_brand .items_wrap .items {
        width: 60%
    }

    .single_brand .items_wrap .image {
        width: 37%
    }

    .cart_page .cart_wrap .cart .top {
        padding: 20px 10px
    }

    .cart_page .cart_wrap .cart .top .price_wrap {
        margin-left: 20px
    }

    .cart_page .cart_wrap .cart .top .price_wrap .price {
        font-size: 30px
    }

    .cart_page .cart_wrap .cart .bottom .products .item {
        padding: 20px
    }

    .cart_page .cart_wrap .cart .bottom .products .item .left {
        width: 40%
    }

    .catalog_page .catalog_wrap .content, .order_page .order_wrap .content, .pa_page .pa_wrap .personal_area .content {
        width: -webkit-calc(100% - 290px);
        width: calc(100% - 290px)
    }

    .order_page .order_wrap .content .wrapper.buyer .body {
        padding: 40px 30px
    }
}

@media screen and (max-width: 1200px) {
    header .top .right .pa_links a {
        font-size: 15px
    }

    header .top .right ul {
        margin-left: 15px
    }

    header .top .left a.button {
        margin-left: 10px;
        width: 150px;
        font-size: 14px
    }
}

@media screen and (max-width: 1100px) {
    header .top .left, header .top .right {
        float: none;
        text-align: center
    }

    header .top .left {
        margin-bottom: 10px
    }

    header .bottom .right .header-search__form {
        width: 360px
    }
}

@media screen and (max-width: 1020px) {
    header .top .inner {
        display: block
    }

    header .top .inner .left {
        margin-bottom: 10px;
        width: 100%;
        text-align: center
    }

    header .top .inner .right {
        width: 100%
    }

    header .bottom .left span {
        display: none
    }

    header nav ul li a {
        padding: 20px 10px
    }

    .home_systems .items .item {
        height: 110px
    }

    .categoty_items .item {
        width: -webkit-calc(33.33% - 13.33px);
        width: calc(33.33% - 13.33px)
    }

    .categoty_items .item:nth-child(4n) {
        margin-right: 20px
    }

    .categoty_items .item:nth-child(3n) {
        margin-right: 0
    }

    .home_service .items {
        width: 70%
    }

    .home_service .items .item {
        width: 49%;
        margin-bottom: 30px
    }

    .home_service .items:after {
        left: 90%;
        bottom: -50px
    }

    .home_blog .content {
        display: block
    }

    .home_blog .content .item {
        width: 100%
    }

    .email_subscribe section {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .email_subscribe .title {
        width: 100%;
        margin-bottom: 20px
    }

    .email_subscribe form {
        width: 55%
    }

    .email_subscribe .text {
        width: 43%
    }

    footer .bottom section {
        display: block;
        text-align: center
    }

    footer .bottom .copyright {
        margin-top: 20px;
        width: 100%
    }

    footer .top section {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .top .middle {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin-top: 20px
    }

    footer .top {
        padding-top: 20px;
        padding-bottom: 10px
    }

    footer .top .left .logo a {
        margin-bottom: 10px
    }

    footer .top .left .data ul {
        margin-bottom: 10px
    }

    footer .top .left {
        padding-bottom: 0
    }

    footer .top .left .data {
        position: relative;
        margin-top: 20px
    }

    footer .top .right {
        padding-left: 0
    }

    footer .top .right .buttons a {
        margin-bottom: 10px
    }

    .home_main .slider .item .text h2 {
        font-size: 40px;
        margin-bottom: 20px
    }

    .home_main .slider .item .text p {
        font-size: 21px;
        margin-bottom: 20px
    }

    .home_main .slider .item .text {
        width: 43%;
        padding: 0
    }

    .home_main .slider .item .image {
        width: 55%
    }

    .home_main .slider .item {
        height: 450px
    }

    footer .top .middle h3 {
        margin-bottom: 20px
    }

    footer .top .middle ul li {
        margin-bottom: 10px
    }

    .home_main {
        background: #f3f3f3
    }

    .category_links a span {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        font-size: 25px;
        padding-left: 30px
    }

    .category_links a span:after {
        right: -100px;
        width: 60px;
        height: 60px
    }

    .products_list .item {
        width: -webkit-calc(50% - 80px);
        width: calc(50% - 80px)
    }

    .error_wrap .text {
        padding-top: 20px;
        padding-bottom: 50px;
        display: block;
        width: 100%;
        text-align: center
    }

    .error_wrap .text img {
        position: static;
        width: 100%;
        height: auto
    }

    .error_wrap .text h4 {
        margin-bottom: 30px
    }

    .about_items .item .text {
        width: 50%
    }

    .about_items .item .text p {
        margin-bottom: 15px
    }

    .about_items .item .text h4 {
        margin-bottom: 20px
    }

    .order_page .confirm_order {
        padding: 0
    }

    .contacts_page {
        display: block
    }

    .contacts_page .data {
        width: 100%
    }

    .contacts_page .map {
        width: 100%;
        height: 450px
    }

    .delivery_page .delivery_wrap {
        display: block
    }

    .delivery_page .delivery_wrap .content {
        width: 100%;
        border-left: 0;
        padding-left: 0;
        margin-bottom: 30px
    }

    .delivery_page .delivery_wrap aside {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .delivery_page .delivery_wrap aside .contacts {
        width: 49%;
        margin-bottom: 0
    }

    .delivery_page .delivery_wrap aside .form {
        width: 49%
    }

    .catalog_page .catalog_wrap aside .form:before, .delivery_page .delivery_wrap aside .form:before {
        width: 110%;
        top: auto;
        bottom: 75%;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        background-position: center bottom
    }

    .news_page .news {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .news_page .news .item {
        margin-bottom: 20px;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }

    .news_page .news .item .name {
        font-size: 21px;
        margin-bottom: 5px
    }

    .news_page .news .item .date {
        margin-bottom: 10px
    }

    .news_page .news .item .img {
        margin-bottom: 10px
    }

    .the_content .row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .the_content .row .col {
        width: 49% !important
    }

    .single_brand .items_wrap .items .item h2 {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .single_brand .items_wrap .items .item {
        margin-bottom: 25px
    }

    .single_brand .title h1 {
        font-size: 21px
    }

    .single_brand .title img {
        max-width: 300px;
        margin-right: 50px
    }

    .single_news_page .other_news {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .single_news_page .other_news .item {
        margin-right: 0;
        width: 49%;
        margin-bottom: 30px
    }

    .single_news_page .single_news {
        padding: 0
    }

    .single_news_page .single_news h1 {
        margin-bottom: 20px;
        font-size: 33px
    }

    .single_product_page .card .data .bottom {
        display: block;
        padding: 10px 0
    }

    .single_product_page .card .data .bottom > div {
        width: 100% !important;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .single_product_page .card .data .bottom > div.left {
        margin-bottom: 20px
    }

    .single_product_page .text_wrap .text {
        padding: 40px
    }

    .single_product_page .card {
        display: block
    }

    .single_product_page .card .images {
        width: 100%;
        margin-bottom: 50px
    }

    .single_product_page .card .data {
        width: 100%
    }

    .single_product_page .form_wrap {
        padding: 40px
    }

    .single_product_page .form_wrap h3 {
        font-size: 27px;
        margin-bottom: 30px
    }

    .single_product_page .form_wrap h3 br {
        display: none
    }

    .cart_page .cart_wrap .cart .top {
        display: block
    }

    .cart_page .cart_wrap .cart .top form {
        width: 100%;
        margin-bottom: 20px
    }

    .cart_page .cart_wrap .cart .top .price_wrap {
        width: 100%;
        margin-left: 0
    }

    .cart_page .cart_wrap .cart .bottom .products .item {
        display: block
    }

    .cart_page .cart_wrap .cart .bottom .products .item .left {
        width: 100%;
        margin-bottom: 20px
    }

    .cart_page .cart_wrap .cart .bottom .products .item .left .name {
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px)
    }

    .cart_page .cart_wrap .cart .bottom .products .item .right {
        width: 100%
    }

    .cart_page .cart_wrap .cart .bottom .products .item .price {
        margin: 0
    }

    .cart_page .cart_wrap .cart .bottom .products .item .quantity {
        margin: 0 20px
    }

    .order_page .order_wrap {
        display: block
    }

    .order_page .order_wrap aside {
        margin-bottom: 30px
    }

    .order_page .order_wrap .content {
        width: 100%
    }

    .pa_page .pa_wrap .personal_area {
        display: block
    }

    .pa_page .pa_wrap .personal_area aside {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .pa_page .pa_wrap .personal_area aside .user_card {
        width: 49%;
        margin-bottom: 0
    }

    .pa_page .pa_wrap .personal_area aside .links {
        width: 49%
    }

    .pa_page .pa_wrap .personal_area .content {
        width: 100%
    }

    .pa_page .pa_wrap .personal_area .content#personal_data {
        padding: 70px 50px
    }

    .catalog_page .catalog_wrap aside {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        height: 100vh;
        overflow: auto;
        z-index: 999;
        display: none
    }

    .catalog_page .catalog_wrap aside .filters {
        padding-top: 20px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog_page .catalog_wrap aside .filters:after {
        content: "";
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        height: 0
    }

    .catalog_page .catalog_wrap aside .filters .item {
        padding: 15px;
        width: 33.333%;
        border-left: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5
    }

    .catalog_page .catalog_wrap .content {
        width: 100%
    }

    .catalog_page .h1_wrap .toggle {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0
    }

    .product_gallery .owl-nav button {
        width: 55px;
        height: 55px
    }

    .product_gallery .owl-nav button.owl-prev {
        left: 10px
    }

    .product_gallery .owl-nav button.owl-next {
        right: 10px
    }

    .product_gallery .fancybox-close-small {
        right: 0;
        top: -50px
    }

    .product_gallery {
        width: 750px
    }
}

@media screen and (max-width: 800px) {
    header .bottom .right .header-search__form {
        width: 320px
    }
}

@media screen and (max-width: 760px) {
    header .inner {
        display: block
    }

    header .toggle {
        display: inline-block;
        margin-left: 25px
    }

    header nav ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #fff;
        border-bottom: 1px solid #e6e6e6
    }

    header nav {
        position: relative;
        padding: 20px 0;
        text-align: center
    }

    .categoty_items {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .categoty_items .item {
        width: 49%;
        margin-right: 0 !important
    }

    header .top .left a.button {
        margin-left: 5px;
        width: 155px
    }

    header .top .left a.phone {
        font-size: 16px;
        padding-left: 0
    }

    header .top .left a.phone:before {
        display: none
    }

    header .bottom {
        padding: 10px 0 45px 0;
        position: relative
    }

    header .bottom .left {
        display: block;
        text-align: center
    }

    header .bottom .left .logo {
        width: 160px
    }

    header .inner {
        position: static
    }

    header .bottom .right {
        padding: 13px 0
    }

    header .bottom .right .header-search__form {
        width: auto
    }

    header .bottom .right .header-search {
        display: block;
        width: auto;
        position: absolute;
        z-index: 2;
        left: 15px;
        right: 15px;
        bottom: 0
    }

    header .bottom .right .cart_wr .cart_link .header-basket-icon b {
        width: 25px;
        height: 25px;
        font-weight: 400;
        line-height: 25px;
        top: -7px;
        right: -7px;
        font-size: 13px
    }

    .home_main .slider .item {
        display: block;
        text-align: center;
        height: auto;
        padding: 50px 0
    }

    .home_main .slider .item .image {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .home_main .slider .item .text {
        width: 100%
    }

    .home_systems .items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .home_systems .items .item {
        width: 30%;
        margin-bottom: 20px
    }

    .category_links {
        display: block
    }

    .category_links a {
        width: 100%;
        height: 100px;
        margin-bottom: 20px
    }

    .category_links a:last-child {
        margin-bottom: 0
    }

    .home_service .items {
        width: 100%
    }

    .home_service .items:after {
        display: none
    }

    .home_blog .content {
        width: 100%;
        padding-right: 0;
        border-right: 0
    }

    .home_blog .content .item {
        margin-bottom: 25px
    }

    .home_blog .content .item:last-child {
        margin-bottom: 0
    }

    .home_blog aside {
        display: none
    }

    .error_wrap .text p {
        font-size: 16px
    }

    .about_items .item {
        display: block
    }

    .about_items .item .img {
        width: 100%;
        text-align: left;
        margin-bottom: 30px
    }

    .about_items .item .text {
        width: 100%
    }

    .about_items .item .text ul.items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about_items .item .text ul.items li {
        width: 49%;
        margin-bottom: 20px
    }

    .about_items .item .text ol {
        margin-top: 30px
    }

    .certificates .slider .item .text br {
        display: none
    }

    .brands_wrap .item {
        display: block
    }

    .brands_wrap .item .img {
        width: 100%;
        margin-bottom: 20px;
        text-align: left
    }

    .brands_wrap .item .text {
        width: 100%
    }

    .brands_wrap .item .text p {
        margin-bottom: 10px
    }

    .brands_wrap .item .text a.detal {
        margin-bottom: 15px
    }

    .brands_text p {
        margin-bottom: 15px
    }

    .brands_text {
        margin-bottom: 30px
    }

    .order_page .confirm_order {
        display: block
    }

    .order_page .confirm_order .left {
        padding: 15px;
        width: 100%
    }

    .order_page .confirm_order .right {
        padding: 20px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .order_page .confirm_order .right h5 {
        margin-bottom: 0
    }

    .order_page .confirm_order .right p {
        margin-top: 0
    }

    .order_page .confirm_order .left .name {
        font-size: 21px;
        margin-bottom: 10px
    }

    .order_page {
        padding: 40px 0
    }

    .delivery_page .delivery_wrap .content .item .text table tbody tr td {
        padding: 15px
    }

    .news_page .news {
        display: block
    }

    .news_page .news .item {
        width: 100%
    }

    .pagination a, .pagination span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 21px
    }

    .the_content h2 {
        font-size: 27px
    }

    .the_content img {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 20px;
        width: 100%;
        height: auto
    }

    .the_content .row {
        display: block
    }

    .the_content .row .col {
        width: 100% !important
    }

    .the_content .row .col iframe, .the_content .row .col video {
        height: 400px
    }

    .single_brand .items_wrap {
        display: block
    }

    .single_brand .items_wrap .items {
        width: 100%;
        margin-bottom: 30px
    }

    .single_brand .items_wrap .image {
        width: 100%;
        text-align: center
    }

    .single_brand .items_wrap .image img {
        max-width: 70%
    }

    .single_brand .title {
        padding: 20px 0;
        display: block
    }

    .single_brand .title img {
        margin-bottom: 20px
    }

    .single_brand .title h1 br {
        display: none
    }

    .single_news_page .other_news {
        display: block
    }

    .single_news_page .other_news .item {
        width: 100%;
        margin-bottom: 30px
    }

    .single_news_page .other_news .item .img {
        margin-bottom: 10px
    }

    .single_news_page .other_news .item .date {
        margin-bottom: 10px
    }

    .single_news_page .other_news .item .name {
        margin-bottom: 10px
    }

    .single_news_page .single_news .date {
        margin-bottom: 20px
    }

    .single_news_page .single_news article h4 {
        font-size: 21px;
        margin-bottom: 10px
    }

    .single_news_page .single_news article img {
        margin-bottom: 30px
    }

    .single_news_page .single_news article p {
        margin-bottom: 15px
    }

    .single_news_page .single_news article {
        margin-bottom: 35px
    }

    .single_news_page .single_news {
        margin-bottom: 50px
    }

    .single_product_page .card .data .top {
        display: block
    }

    .single_product_page .card .data .top .text {
        width: 100%;
        margin-bottom: 30px
    }

    .single_product_page .card .data .top .colors {
        width: 100%
    }

    .single_product_page .card .data .middle {
        display: block;
        padding: 20px 0
    }

    .single_product_page .card .data .middle .item {
        width: 100%;
        margin-bottom: 40px
    }

    .single_product_page .card .data .middle .item:last-child {
        margin-bottom: 0
    }

    .single_product_page .card .data .top .colors ul li {
        display: inline-block;
        vertical-align: middle
    }

    .single_product_page .card .data .top .text {
        padding-bottom: 0
    }

    .single_product_page .text_wrap .text {
        padding: 20px
    }

    .single_product_page .text_wrap .text h3 {
        font-size: 21px;
        margin-bottom: 20px
    }

    .single_product_page .text_wrap .text .row {
        display: block
    }

    .single_product_page .text_wrap .text .row .col {
        width: 100%
    }

    .single_product_page .text_wrap .text ul {
        margin-bottom: 20px
    }

    .single_product_page .form_wrap {
        padding: 40px 20px
    }

    .single_product_page .form_wrap h3 {
        font-size: 21px
    }

    .single_product_page .form_wrap form .inputs {
        display: block
    }

    .single_product_page .form_wrap form .inputs label {
        width: 100%
    }

    .single_product_page .form_wrap form label {
        margin-bottom: 15px
    }

    .single_product_page .card .images .slider .owl-nav button {
        width: 50px;
        height: 50px
    }

    .cart_page .cart_wrap .cart .top .price_wrap {
        display: block
    }

    .cart_page .cart_wrap .cart .top .price_wrap .price {
        margin: 10px 0
    }

    .cart_page .cart_wrap .cart .bottom .filters {
        padding: 20px 10px
    }

    .cart_page .cart_wrap .cart .bottom .filters form {
        width: 65%
    }

    .cart_page .category_links {
        margin-bottom: 50px
    }

    .cart_page .empty_cart h2 {
        font-size: 30px;
        margin-bottom: 30px
    }

    .cart_page .cart_wrap {
        padding-bottom: 50px
    }

    .order_page .order_wrap .content .wrapper.products .item {
        display: block
    }

    .order_page .order_wrap .content .wrapper.products .item .left {
        width: 100%;
        margin-bottom: 20px
    }

    .order_page .order_wrap .content .wrapper.products .item .right {
        width: 100%;
        text-align: center;
        display: block
    }

    .order_page .order_wrap .content .wrapper.products .item {
        padding: 20px 10px
    }

    .order_page .order_wrap .content .wrapper.region .inputs_wrap {
        display: block
    }

    .order_page .order_wrap .content .wrapper.region .inputs_wrap .input {
        width: 100%;
        margin-bottom: 20px
    }

    .order_page .order_wrap .content .wrapper.region .bottom_text {
        width: 100%
    }

    .order_page .order_wrap .content .wrapper.payment .item {
        display: block
    }

    .order_page .order_wrap .content .wrapper.payment .item label.radio {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .order_page .order_wrap .content .wrapper.payment .item label.radio img {
        margin-right: 10px
    }

    .order_page .order_wrap .content .wrapper.payment .item label.radio input {
        display: none
    }

    .order_page .order_wrap .content .wrapper.payment .item label.radio.fool span {
        width: auto
    }

    .order_page .order_wrap .content .wrapper.payment .payment {
        display: block;
        padding: 30px
    }

    .order_page .order_wrap .content .wrapper.payment .payment p {
        width: 100%;
        margin-top: 10px
    }

    .order_page .order_wrap .content .wrapper.buyer .body .input_box {
        display: block
    }

    .order_page .order_wrap .content .wrapper.buyer .body .input_box label {
        width: 100%;
        margin-bottom: 15px
    }

    .pa_page .pa_wrap .personal_area aside {
        display: block
    }

    .pa_page .pa_wrap .personal_area aside .user_card {
        width: 100%;
        margin-bottom: 20px
    }

    .pa_page .pa_wrap .personal_area aside .links {
        width: 100%
    }

    .pa_page .pa_wrap .personal_area .content#personal_data {
        padding: 30px 20px
    }

    .catalog_page .catalog_wrap aside .filters {
        display: block
    }

    .catalog_page .catalog_wrap aside .filters .item {
        width: 100%;
        border-left: 0;
        border-right: 0
    }

    .modal.signin_modal {
        width: 100%
    }

    .modal.signin_modal .input_box {
        display: block
    }

    .modal.signin_modal .input_box label {
        width: 100%
    }

    .order_page .order_wrap .content .button_wrap {
        display: block;
        text-align: center
    }

    .order_page .order_wrap .content .button_wrap .text {
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
        width: 100%
    }

    .product_gallery {
        width: 100%
    }

    .product_gallery .slider .item {
        height: auto
    }

    .product_gallery .slider .item img {
        width: 100%;
        height: auto
    }

    .search_page .inner_page {
        background-color: #f3f3f3;
        padding-top: 40px;
        padding-bottom: 25px
    }

    .search_page .sp-form {
        display: block;
        margin-bottom: 40px
    }

    .search_page .sp-form:after {
        content: '';
        display: table;
        clear: both
    }

    .search_page .sp-form__inner {
        position: relative;
        padding-right: 170px;
        max-width: 590px
    }

    .search_page .sp-form__inner:after {
        content: '';
        display: inline-block;
        vertical-align: top
    }

    .search_page .sp-form__field {
        display: inline-block;
        vertical-align: top
    }

    .search_page .sp-form__field-input {
        display: block;
        width: 100%;
        max-width: 420px;
        float: left
    }

    .search_page .sp-form__field-submit {
        display: block;
        width: 150px;
        margin-right: -170px;
        float: right
    }

    .search_page .sp-form__input {
        width: 100%;
        height: 48px;
        background-color: #fff;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding-left: 15px
    }

    .search_page .sp-form__submit {
        padding: 14px 50px;
        min-width: 150px
    }

    .search_page .sp-result {
        line-height: 1.5
    }

    .search_page .sp-result__item {
        background-color: #fff;
        padding: 17px 20px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
    }

    .search_page .sp-result__item:not(:last-child) {
        margin-bottom: 20px
    }

    .search_page .sp-result__title {
        color: #00509e;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 1em;
        text-transform: uppercase
    }

    .search_page .sp-result__title a {
        font-size: 16px;
        font-weight: 700;
        color: #00509e;
        text-decoration: underline
    }

    .search_page .sp-result__title a:focus, .search_page .sp-result__title a:hover {
        color: #00509e;
        text-decoration: none
    }

    .search_page .sp-result__anons {
        font-size: 15px;
        margin-bottom: 1em
    }

    .search_page .sp-result__date {
        margin-bottom: 1em;
        color: #222;
        font-size: 14px
    }

    .search_page .sp-result__chain-path a {
        color: #f17f23;
        text-decoration: underline
    }

    .search_page .sp-result__chain-path a:focus, .search_page .sp-result__chain-path a:hover {
        color: #f17f23;
        text-decoration: none
    }

    .search_page .sp-result__pagenav {
        padding: 20px 0
    }

    .search_page .sp-result__empty-result {
        padding: 35px 0
    }
}

@media screen and (max-width: 650px) {
    .products_list .item {
        width: 100%
    }

    .products_list .item.item-view-extended {
        margin-left: 0
    }

    .products_list .item.item-view-simple {
        margin-left: 0
    }

    .products_list .item .colors_line {
        display: none !important
    }

    .products_list .item .detal_line {
        opacity: 1;
        visibility: visible;
        left: 0 !important;
        padding-left: 15px !important
    }

    .catalog_page .catalog_wrap .content .products_list, .pa_page .pa_wrap .personal_area .content .products_list {
        padding-left: 0;
        padding-right: 0
    }

    .catalog_page .catalog_wrap .content .products_list .item {
        width: 100%
    }

    .pa_page .pa_wrap .personal_area .content .products_list .item {
        width: 100%
    }

    .email_subscribe section {
        display: block
    }

    .email_subscribe form {
        width: 100%;
        margin-bottom: 15px
    }

    .email_subscribe .text {
        width: 100%
    }

    .email_subscribe form input {
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
        padding-left: 15px
    }

    .delivery_page .delivery_wrap aside {
        display: block
    }

    .delivery_page .delivery_wrap aside .contacts {
        width: 100%;
        margin-bottom: 20px
    }

    .delivery_page .delivery_wrap aside .form {
        width: 100%
    }

    .delivery_page .delivery_wrap .content blockquote {
        font-size: 21px;
        margin-bottom: 20px
    }

    .single_product_page .form_wrap form .btn_wrap {
        display: block;
        text-align: center
    }

    .single_product_page .form_wrap form .btn_wrap .text {
        margin-bottom: 20px
    }

    .order_page .order_wrap .content .wrapper .coupon_wrap form {
        width: 100%
    }

    .pa_page .pa_wrap .personal_area .content#personal_data .input_box {
        display: block;
        margin-bottom: 0
    }

    .pa_page .pa_wrap .personal_area .content#personal_data .input_box label {
        margin-bottom: 10px;
        width: 100%;
        display: block
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .thead {
        padding: 20px 10px;
        text-align: center
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .thead > div {
        width: 25%
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .thead > div:last-child {
        display: none
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top {
        padding: 20px 10px
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top div {
        width: auto
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active .bottom {
        padding: 20px 10px
    }

    .pa_page .pa_wrap {
        padding-bottom: 50px
    }

    .order_page .order_wrap .content .wrapper.delivery .method {
        display: block
    }

    .order_page .order_wrap .content .wrapper.delivery .method label.radio {
        width: 100%;
        margin-bottom: 20px
    }

    .order_page .order_wrap .content .wrapper.delivery .method label.radio:last-child {
        margin-bottom: 0
    }

    .order_page .order_wrap .content .wrapper.delivery .description {
        display: block
    }

    .order_page .order_wrap .content .wrapper.delivery .description .left {
        width: 100%;
        margin-bottom: 20px
    }

    .order_page .order_wrap .content .wrapper.delivery .description .right {
        width: 100%;
        text-align: left
    }
}

@media screen and (max-width: 480px) {
    section {
        padding-left: 10px;
        padding-right: 10px
    }

    header .top {
        padding: 7px 0
    }

    header .top .inner .left {
        width: auto;
        float: none;
        white-space: normal
    }

    header .top .inner .right {
        width: auto;
        float: none;
        white-space: normal
    }

    header .top .left a.button {
        width: 100%;
        height: auto;
        padding: 10px 5px;
        line-height: 1;
        margin-left: 0;
        margin-top: 5px
    }

    header .top .right .time {
        padding-left: 0;
        margin-bottom: 18px
    }

    header .top .right .time:before {
        display: none
    }

    header .top .left a.phone {
        display: inline-block;
        margin-bottom: 5px
    }

    header .bottom .right .cart_wr .cart_link .header-basket-icon {
        width: 38px;
        height: 38px;
        -webkit-background-size: 50% 50%;
        background-size: 50%
    }

    header .bottom .right .cart_wr .cart_link .header-basket-icon b {
        top: -12px;
        right: -12px
    }

    header .bottom .right {
        display: block
    }

    header .bottom .left {
        margin-bottom: 0
    }

    header .bottom .right {
        text-align: center
    }

    header .bottom .right .pa_links {
        display: inline-block;
        margin-bottom: 20px
    }

    .categoty_items {
        display: block
    }

    .categoty_items .item {
        width: 100%;
        display: block
    }

    header .bottom .left .logo {
        width: 120px
    }

    header .bottom .right {
        padding: 9px 0
    }

    header .bottom .right .header-search {
        bottom: 12px
    }

    header nav {
        padding: 0
    }

    .home_main .slider .item {
        padding: 30px 0
    }

    .home_main .slider .item .text h2 {
        font-size: 33px
    }

    .home_main .slider .item .text p {
        font-size: 18px
    }

    .home_main .slider .item .image, .home_main .slider .item .text h2, .home_main .slider .item .text p {
        margin-bottom: 10px
    }

    .home_main .slider .owl-dots {
        margin-top: 0
    }

    .home_main .slider {
        padding-bottom: 30px
    }

    .btn.blue {
        padding: 17px 33px
    }

    .home_systems .items {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home_systems .items .item {
        width: 49%;
        margin-bottom: 10px
    }

    .h2_wrap {
        margin-bottom: 35px
    }

    .h2_wrap h2 {
        font-size: 27px;
        padding-bottom: 20px
    }

    .h2_wrap h2:after {
        height: 4px;
        width: 100px
    }

    .products_list .item .detal_line:after {
        right: 10px
    }

    .products_list .item .detal_line {
        font-size: 15px;
        padding-left: 15px
    }

    .products_list .item .img_wrap {
        margin-bottom: 5px
    }

    .products_list .item .name_wrap {
        margin-bottom: 5px
    }

    .products_list .item .name_wrap p {
        margin-bottom: 5px
    }

    .products_list .item .name_wrap .img {
        margin-bottom: 5px
    }

    .recent_products {
        padding-bottom: 30px
    }

    .category_links a span {
        padding-left: 20px;
        font-size: 24px
    }

    .category_links a span:after {
        right: -90px
    }

    .home_service .items {
        display: block
    }

    .home_service .items .item {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 0
    }

    .home_service {
        background: #0f4382;
        padding-bottom: 50px
    }

    .home_service .items .item span {
        left: 15px
    }

    .home_blog .content .item .name {
        font-size: 21px
    }

    .home_blog .content .item .date {
        margin-bottom: 10px
    }

    .home_blog .content .item .image {
        margin-bottom: 10px
    }

    .home_blog .content .item .image .bg {
        height: 200px
    }

    footer .top {
        display: block
    }

    footer .top .left {
        width: 100%;
        margin-bottom: 15px
    }

    footer .top .left .logo {
        width: 100%;
        margin-bottom: 5px
    }

    footer .top .left .logo a {
        margin-bottom: 5px;
        width: 250px
    }

    footer .top .left .data {
        margin-top: 5px
    }

    footer .top .middle ul li .sub-menu {
        padding-left: 15px;
        margin-top: 10px
    }

    footer .top .middle ul li .sub-menu li a {
        font-size: 14px
    }

    footer .top .middle ul li .sub-menu li {
        margin-bottom: 10px
    }

    footer .bottom ul li {
        margin: 10px
    }

    footer .bottom {
        padding: 10px 0
    }

    .modal {
        width: 100%;
        padding: 30px 15px
    }

    .modal .fancybox-close-small {
        top: -40px;
        right: 0
    }

    .modal .title {
        font-size: 25px;
        margin-bottom: 20px
    }

    .modal label {
        margin-bottom: 15px
    }

    footer .top {
        padding: 20px 0
    }

    .error_wrap .text p a {
        margin: 5px 0
    }

    .error_wrap .text h4 {
        font-size: 16px;
        margin-bottom: 20px
    }

    .about_items .item .text ul.items {
        display: block
    }

    .about_items .item .text ul.items li {
        width: 100%;
        position: relative;
        padding-left: 80px
    }

    .about_items .item .text ul.items li .image {
        width: 80px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        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
    }

    .about_items .item .text ul.items li .image img {
        max-width: 50px
    }

    .about_items .item .text ul.items {
        margin-top: 30px
    }

    .about_items .item .text ul.items li h5 {
        margin-bottom: 0
    }

    .about_items .item .text h4 {
        margin-bottom: 0
    }

    .about_items .item {
        padding: 20px 0
    }

    .about_items .item .img {
        margin-bottom: 10px
    }

    .about_items .item .text ol li {
        padding-left: 50px;
        margin-bottom: 15px
    }

    .about_items .item .text ol li:before {
        bottom: auto
    }

    footer .top .middle ul li a {
        font-size: 15px
    }

    .order_page .confirm_order .right {
        display: block
    }

    .order_page .confirm_order .right h5 {
        margin-bottom: 10px
    }

    .order_page .confirm_order .right p {
        margin-top: 10px
    }

    .inner_page .h1_wrap h1 {
        font-size: 24px;
        padding-bottom: 20px
    }

    .inner_page .h1_wrap h1:after {
        height: 4px
    }

    .contacts_page .map {
        height: 350px
    }

    .contacts_page .data ul li {
        line-height: 1.3;
        margin-bottom: 15px
    }

    .contacts_page .data ul li span {
        display: block
    }

    .contacts_page .data form .inputs {
        display: block
    }

    .contacts_page .data form .inputs label {
        width: 100%
    }

    .contacts_page .data form label {
        margin-bottom: 10px
    }

    .delivery_page .delivery_wrap .content .item .top {
        position: static;
        padding-left: 0;
        margin-bottom: 20px
    }

    .delivery_page .delivery_wrap .content .item .top h3 {
        font-size: 21px
    }

    .delivery_page .delivery_wrap .content .item .top img {
        position: static;
        display: inline-block;
        margin-bottom: 10px
    }

    .delivery_page .delivery_wrap .content .item .text ul li {
        margin-bottom: 15px
    }

    .delivery_page .delivery_wrap .content .item .text h3 {
        font-size: 21px
    }

    .delivery_page .delivery_wrap .content .item .text h3 a {
        display: block
    }

    .delivery_page .delivery_wrap .content .item .text ul {
        margin-bottom: 15px
    }

    .delivery_page .delivery_wrap .content .item .text p {
        margin-bottom: 10px
    }

    .delivery_page .delivery_wrap .content .item:last-child {
        padding-bottom: 0
    }

    .news_page .news .item .img .bg {
        height: 220px
    }

    .pagination a, .pagination span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin-right: 0
    }

    .pagination a:before, .pagination span:before {
        -webkit-background-size: 70% 70% !important;
        background-size: 70% !important;
        background-position: center !important
    }

    .the_content h3 {
        font-size: 21px;
        margin-bottom: 10px
    }

    .the_content p {
        margin-bottom: 15px
    }

    .the_content .row .col {
        margin-bottom: 20px
    }

    .the_content h2 {
        font-size: 24px;
        line-height: 1.3
    }

    .the_content .row .col iframe, .the_content .row .col video {
        height: 300px
    }

    .the_content blockquote {
        padding: 20px
    }

    .the_content ol li, .the_content ul li {
        margin-bottom: 15px
    }

    .single_brand .title img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 10px
    }

    .single_brand .title {
        margin-bottom: 30px
    }

    .single_news_page .other_news .item .name {
        font-size: 21px
    }

    .news_page {
        padding: 20px 0
    }

    .single_news_page .other_news .item .img .bg {
        height: 220px
    }

    .single_news_page .single_news h1 {
        font-size: 24px
    }

    .single_news_page .single_news article h4 {
        font-size: 18px
    }

    .single_news_page .single_news article {
        font-size: 16px
    }

    .single_product_page .card .data .top .text h1 {
        font-size: 24px
    }

    .single_product_page .card .data .top .text h1 br {
        display: none
    }

    .single_product_page .text_wrap .text table tbody tr td {
        padding: 10px
    }

    .single_product_page .form_wrap h3 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .single_product_page .text_wrap .text p {
        margin-bottom: 15px
    }

    .single_product_page .text_wrap .text h3 {
        font-size: 18px
    }

    .cart_page .cart_wrap .cart .bottom .products .item .left {
        display: block
    }

    .cart_page .cart_wrap .cart .bottom .products .item .left .image {
        width: 100%;
        margin-bottom: 10px
    }

    .cart_page .cart_wrap .cart .bottom .products .item .left .name {
        width: 100%
    }

    .cart_page .cart_wrap .cart .bottom .products .item .right {
        width: 100%;
        display: block
    }

    .cart_page .cart_wrap .cart .bottom .products .item .right .quantity {
        margin: 10px 0
    }

    .cart_page .cart_wrap .cart .bottom .filters {
        display: block
    }

    .cart_page .cart_wrap .cart .bottom .filters form {
        width: 100%;
        margin-bottom: 10px
    }

    .cart_page .cart_wrap .cart .bottom .products .item .price p, .cart_page .cart_wrap .cart .bottom .products .item .price strong {
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }

    .cart_page .cart_wrap .cart .bottom .products .item .price p:before {
        content: "(";
        display: inline-block;
        vertical-align: baseline;
        margin-left: 5px;
        margin-right: 2px
    }

    .cart_page .cart_wrap .cart .bottom .products .item .price p:after {
        content: ")";
        display: inline-block;
        vertical-align: baseline;
        margin-left: 2px
    }

    .cart_page .cart_wrap .cart .bottom .products .item {
        position: relative
    }

    .cart_page .cart_wrap .cart .bottom .products .item a.remove {
        position: absolute;
        top: 20px;
        right: 20px;
        -webkit-filter: contrast(5) invert(100%);
        filter: contrast(5) invert(100%)
    }

    .cart_page .empty_cart h2 {
        font-size: 27px;
        margin-bottom: 20px
    }

    .order_page .order_wrap .content .wrapper .coupon_wrap {
        padding: 20px 10px
    }

    .order_page .order_wrap .content .wrapper.products .item .left {
        display: block
    }

    .order_page .order_wrap .content .wrapper.products .item .left .image {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }

    .order_page .order_wrap .content .wrapper.products .item .left .name {
        width: 100%
    }

    .order_page .order_wrap .content .wrapper.products .item .right {
        text-align: left
    }

    .order_page .order_wrap .content .wrapper.region .body {
        padding: 20px
    }

    .order_page .order_wrap .content .wrapper.payment .item {
        padding: 20px
    }

    .order_page .order_wrap .content .wrapper.buyer .body {
        padding: 20px
    }

    .order_page .order_wrap .content .wrapper .head {
        padding: 30px 0;
        padding-left: 70px;
        font-size: 21px
    }

    .order_page .order_wrap .content .wrapper .head:before {
        left: 10px
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top > div {
        width: 49%;
        margin-bottom: 20px
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top > div:before {
        display: inline-block;
        margin-right: 5px;
        color: #555;
        font-size: 14px;
        font-weight: 700
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top > div:nth-child(1):before {
        content: "Номер:"
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top > div:nth-child(2):before {
        content: "Дата:"
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top > div:nth-child(3):before {
        content: "Статус:"
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top > div:nth-child(4):before {
        content: "Сумма:"
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item .top > div:last-child {
        width: 100%;
        text-align: center;
        margin-bottom: 0
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .thead {
        display: none
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active .bottom {
        display: block;
        text-align: center
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active .bottom .left {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active .bottom .left .img {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active .bottom .left .name {
        width: 100%
    }

    .pa_page .pa_wrap .personal_area .content .table_wrap .tbody .item.active .bottom .price {
        width: 100%
    }

    header .bottom .right .cart_wr .cart_modal .inside {
        width: 300px;
        text-align: left;
        display: inline-block
    }

    header .bottom .right .cart_wr .cart_modal .inside:after, header .bottom .right .cart_wr .cart_modal .inside:before {
        left: 0;
        right: 0;
        margin: auto
    }

    header .top .right .header-auth {
        display: block;
        margin-bottom: 16px;
        margin-left: 0
    }

    header .top .right ul {
        display: block;
        margin-left: 0
    }

    .delivery_page .delivery_wrap .content .item .text table {
        margin-bottom: 20px
    }

    .single_product_page .card .data .top .colors ul li .color {
        width: 50px;
        height: 50px
    }

    .order_page .order_wrap .content .wrapper.delivery .description {
        padding: 20px
    }

    .order_page .order_wrap .content .wrapper.delivery .method {
        padding: 20px
    }

    .product_gallery {
        padding: 33px 0;
        padding-bottom: 50px
    }

    .product_gallery .top {
        padding: 0 15px;
        font-size: 16px;
        margin-bottom: 20px
    }

    .product_gallery .owl-dots {
        bottom: 30px;
        left: 0;
        right: 0;
        text-align: center;
        top: auto
    }

    .product_gallery .owl-nav button {
        top: auto;
        bottom: 10px
    }

    input.error, select.error, textarea.error {
        margin-bottom: 15px
    }

    label.error {
        top: auto;
        bottom: -2px;
        left: 0
    }

    .pa_page .pa_wrap .personal_area .content#personal_data .buttons {
        margin-top: 30px
    }

    .pa_page .pa_wrap .personal_area .content#personal_data .buttons button {
        margin-right: 15px
    }

    .search_page .inner_page {
        background-color: #f3f3f3;
        padding-top: 40px;
        padding-bottom: 25px
    }

    .search_page .sp-form {
        display: block;
        margin-bottom: 40px
    }

    .search_page .sp-form:after {
        content: '';
        display: table;
        clear: both
    }

    .search_page .sp-form__inner {
        position: relative;
        padding-right: 115px;
        max-width: 590px
    }

    .search_page .sp-form__inner:after {
        content: '';
        display: inline-block;
        vertical-align: top
    }

    .search_page .sp-form__field {
        display: inline-block;
        vertical-align: top
    }

    .search_page .sp-form__field-input {
        display: block;
        width: 100%;
        max-width: 420px;
        float: left
    }

    .search_page .sp-form__field-submit {
        display: block;
        width: 100px;
        margin-right: -115px;
        float: right
    }

    .search_page .sp-form__input {
        width: 100%;
        height: 48px;
        background-color: #fff;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding-left: 15px
    }

    .search_page .sp-form__submit {
        padding: 14px 25px;
        min-width: 100px
    }

    .search_page .sp-result {
        line-height: 1.5
    }

    .search_page .sp-result__item {
        background-color: #fff;
        padding: 17px 20px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
    }

    .search_page .sp-result__item:not(:last-child) {
        margin-bottom: 20px
    }

    .search_page .sp-result__title {
        color: #00509e;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 1em;
        text-transform: uppercase
    }

    .search_page .sp-result__title a {
        font-size: 16px;
        font-weight: 700;
        color: #00509e;
        text-decoration: underline
    }

    .search_page .sp-result__title a:focus, .search_page .sp-result__title a:hover {
        color: #00509e;
        text-decoration: none
    }

    .search_page .sp-result__anons {
        font-size: 15px;
        margin-bottom: 1em
    }

    .search_page .sp-result__date {
        margin-bottom: 1em;
        color: #222;
        font-size: 14px
    }

    .search_page .sp-result__chain-path a {
        color: #f17f23;
        text-decoration: underline
    }

    .search_page .sp-result__chain-path a:focus, .search_page .sp-result__chain-path a:hover {
        color: #f17f23;
        text-decoration: none
    }

    .search_page .sp-result__pagenav {
        padding: 20px 0
    }

    .search_page .sp-result__empty-result {
        padding: 35px 0
    }

    header .bottom {
        padding: 10px 0 55px 0
    }
}

@media screen and (max-width: 370px) {
    header .bottom {
        padding: 10px 0 50px 0
    }

    header .bottom .left .logo {
        width: 100px
    }

    header .bottom .right .cart_wr {
        margin-left: 15px
    }

    .h2_wrap h2 {
        font-size: 23px
    }

    .single_brand .items_wrap .items .item img.alignleft {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 20px
    }

    .delivery_page .delivery_wrap .content .item {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .search_page .inner_page {
        background-color: #f3f3f3;
        padding-top: 40px;
        padding-bottom: 25px
    }

    .search_page .sp-form {
        display: block;
        margin-bottom: 15px
    }

    .search_page .sp-form:after {
        content: '';
        display: table;
        clear: both
    }

    .search_page .sp-form__inner {
        position: relative;
        padding-right: 0;
        max-width: 590px
    }

    .search_page .sp-form__inner:after {
        content: '';
        display: inline-block;
        vertical-align: top
    }

    .search_page .sp-form__field {
        display: inline-block;
        vertical-align: top
    }

    .search_page .sp-form__field-input {
        display: block;
        width: 100%;
        max-width: none;
        float: none;
        margin-bottom: 15px
    }

    .search_page .sp-form__field-submit {
        display: block;
        width: auto;
        margin-right: 0;
        float: none;
        text-align: center
    }

    .search_page .sp-form__input {
        width: 100%;
        height: 48px;
        background-color: #fff;
        border: 1px solid #dcdcdc;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        padding-left: 15px
    }

    .search_page .sp-form__submit {
        display: block;
        padding: 14px 25px;
        min-width: 100px;
        width: 100%
    }

    .search_page .sp-result {
        line-height: 1.5
    }

    .search_page .sp-result__item {
        background-color: #fff;
        padding: 17px 20px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
    }

    .search_page .sp-result__item:not(:last-child) {
        margin-bottom: 20px
    }

    .search_page .sp-result__title {
        color: #00509e;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 1em;
        text-transform: uppercase
    }

    .search_page .sp-result__title a {
        font-size: 16px;
        font-weight: 700;
        color: #00509e;
        text-decoration: underline
    }

    .search_page .sp-result__title a:focus, .search_page .sp-result__title a:hover {
        color: #00509e;
        text-decoration: none
    }

    .search_page .sp-result__anons {
        font-size: 15px;
        margin-bottom: 1em
    }

    .search_page .sp-result__date {
        margin-bottom: 1em;
        color: #222;
        font-size: 14px
    }

    .search_page .sp-result__chain-path a {
        color: #f17f23;
        text-decoration: underline
    }

    .search_page .sp-result__chain-path a:focus, .search_page .sp-result__chain-path a:hover {
        color: #f17f23;
        text-decoration: none
    }

    .search_page .sp-result__pagenav {
        padding: 20px 0
    }

    .search_page .sp-result__empty-result {
        padding: 35px 0
    }
}