

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

.fancybox-active {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Buttons */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

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

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

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

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

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

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

/* Loading indicator */

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

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

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Start:/local/templates/fiztechkz/css/styles.css?1724478209140488*/
* {
    font-family: Roboto, Arial, Ubuntu, Helvetica, sans-serif;
}

.tabs>li:before,
.tabs_content>li:before,
.flex-viewport li:before,
.flex-direction-nav li:before,
.slider_navigation li:before,
#footer .bottom_submenu li:before,
.extended_pagination li:before,
.main-nav li:before,
.bottom_main_menu li:before,
.item_slider ul.slides li:before,
.module-gallery-list li:before,
ul.left_menu li:before,
ul.brands_list li:before,
ul.stores_list li:before,
.section_item_inner ul li:before,
ul.tabs-content li:before,
.internal_sections_list li:before,
li.catalog_item:before,
.compare_list ul li:before,
.catalog_detail .set_wrapp li:before,
.catalog_detail .bx_item_set_hor_container_big li:before,
.bx_modal_body .bx_kit_one_section li:before,
.bx_modal_body .bx_kit_two_section li:before,
.bx_kit_one_section li:before,
.bx_kit_two_section li:before,
.menu li:before,
ul.flex-control-nav li:before,
.flex-control-nav ol li:before {
    content: none !important;
    padding-right: 0;
}

div[class^="bx-"] li:before,
ul[class^="bx-"] li:before {
    content: none;
    padding-right: inherit;
}

div[class^="bx-"] input[type='button'],
div[class^="bx-"] input[type='submit'],
div[class^="bx-"] button {
    ext-transform: inherit;
    font-family: inherit;
    border: inherit;
}

.catalog_detail .tabs_content h4 {
    margin: 10px 0 15px;
}

#bx-composite-banner {
    text-align: center;
    margin: 10px 0 0;
}

.m16 {
    margin: 0;
    padding: 0 0 18px 0;
    color: green;
}

#content {
    position: relative;
    zoom: 1;
}

#content.main {
    margin-bottom: 0;
}

.catalog_detail .extended_info.open_stores .availability-row .value {
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.specials_slider_wrapp ul.tabs li {
    text-transform: uppercase;
}

.specials_slider_wrapp ul.tabs li span {
    border-bottom: 1px dotted;
}

.clearboth {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.wrapper.has_menu .top-h-row .search {
    display: none;
}

.top-h-row .search input[id^=title-search-input] {
    height: 26px;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    line-height: 25px;
}

.top-h-row .search #search-submit-button {
    cursor: pointer;
    height: 24px;
    width: 29px;
    font-size: 0;
    border: 0;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1px;
    display: block;
}

.middle-h-row .search input[id^=title-search-input],
#header ul.menu.full>li.search_row input[id^=title-search-input] {
    height: 33px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    line-height: 32px;
}

.middle-h-row .search #search-submit-button,
#header ul.menu.full>li.search_row #search-submit-button {
    cursor: pointer;
    height: 31px;
    width: 35px;
    font-size: 0;
    border: 0;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
}

#header ul.menu.full>li.search_row #search-submit-button {
    top: 3px;
    right: 3px;
    height: 33px;
    width: 35px;
}

#header ul.menu.full>li.search_row {
    padding: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    position: relative;
    display: none;
}

.wrapper.has_menu .main-nav {
    display: none;
}

.main-nav .menu>li>a {
    border-bottom: 1px solid transparent;
}

.top-h-row .search #search-submit-button i,
.middle-h-row .search #search-submit-button i,
#header ul.menu.full>li.search_row #search-submit-button i {
    display: inline-block;
    background: url(/local/templates/fiztechkz/css/../images/magnifier.png);
    background-repeat: no-repeat;
}

.top-h-row .search #search-submit-button i,
#header ul.menu.full>li.search_row #search-submit-button i {
    height: 26px;
    width: 29px;
    background-position: top center;
}

@-moz-document url-prefix() {
    .top-h-row .search #search-submit-button i,
    #header ul.menu.full>li.search_row #search-submit-button i {
        width: 26px;
    }
    .middle-h-row .search #search-submit-button i {
        margin: -2px 0 0 -3px;
    }
}

.middle-h-row .search #search-submit-button i {
    height: 32px;
    width: 35px;
    background-position: 4px 4px;
}

table.title-search-result td.title-search-all a .icon i,
.card_popup_frame.popup a.more_row .icon i,
.basket_fly td.total_wrapp a.more_row .icon i {
    background: url(/local/templates/fiztechkz/css/../images/arrows.png) no-repeat;
}

table.title-search-result td.title-search-all a .icon {
    margin-left: 9px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: relative;
    bottom: -4px;
    zoom: 1;
}

table.title-search-result td.title-search-all a .icon i,
.card_popup_frame.popup a.more_row .icon i,
.basket_fly td.total_wrapp a.more_row .icon i {
    background-position: 2px -241px;
}

.top-h-row .phone {
    float: right;
    width: 25%;
    text-align: right;
    margin-top: 1px;
}

.top-h-row .phone span.phone_text,
.top-h-row .phone span.phone_text a,
#footer .phone span.phone_text,
#footer .phone span.phone_text a {
    font-size: 19px;
    white-space: nowrap;
}

.top-h-row .phone span.phone_text a,
#footer .phone span.phone_text a {
    cursor: default;
    text-decoration: none;
}

.top-h-row .phone,
#footer .phone {
    white-space: nowrap;
}

.top-h-row .phone .icon,
.top-h-row .phone .icon i,
#footer .phone .icon,
#footer .phone .icon i {
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.top-h-row .phone .icon,
#footer .phone .icon {
    position: relative;
    zoom: 1;
    bottom: -5px;
    margin-right: 2px;
}

.top-h-row .phone .icon i,
#footer .phone .icon i {
    background: url("/local/templates/fiztechkz/css/../images/phone.png");
    background-repeat: no-repeat;
}

#footer .phone .icon i {
    background-position: 0px -24px;
}

.price .title-search-price .price:not(.discount) {
    margin-right: 2px;
}

div.title-search-result {
    display: none;
    overflow: hidden;
    z-index: 205;
    min-width: 133px;
    background: #fff;
    box-shadow: 0px 0px 1px 1px #E5E5E5;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

table.title-search-result td {
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table.title-search-result td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
    vertical-align: middle;
}

table.title-search-result td.main a {
    vertical-align: top;
    text-decoration: none;
}

table.title-search-result td.main a,
table.title-search-result td.main .title-search-preview {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

table.title-search-result td.main {
    padding-left: 4px;
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 14px;
}

table.title-search-result td.picture {
    width: 48px;
    padding-left: 14px;
}

table.title-search-result .cost.prices {
    margin: 10px 10px 0 0;
}

table.title-search-result .cost.prices .price.discount {
    margin-top: 0;
}

table.title-search-result img.item_preview {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 2px 5px;
}

table.title-search-result td.main b {
    font-weight: normal;
}

table.title-search-result td {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid transparent;
    transition: none 0s ease 0s;
}

table.title-search-result tr.title-search-selected td {
    background-color: #F7F7F7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

table.title-search-result td.title-search-more {
    font-size: 11px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 24px;
    padding-top: 0px;
}

table.title-search-result td.title-search-more a {
    padding-left: 12px;
    padding-right: 15px;
    text-decoration: none;
}

table.title-search-result td.title-search-all {
    padding: 11px 13px 13px;
    border-bottom-width: 0px;
}

table.title-search-result td.title-search-all a {
    text-decoration: none;
}

table.title-search-result td.title-search-all a span.text {
    display: inline-block;
    height: 14px;
}

table.title-search-result td.title-search-all a .icon,
table.title-search-result td.title-search-all a .icon i,
.card_popup_frame.popup a.more_row .icon,
.card_popup_frame.popup a.more_row .icon i,
.basket_fly td.total_wrapp a.more_row .icon,
.basket_fly td.total_wrapp a.more_row .icon i {
    display: inline-block;
    height: 15px;
    width: 15px;
}

table.title-search-result td.title-search-separator,
table.title-search-result th.title-search-separator {
    padding: 0;
    height: 10px;
    font-size: 0;
}

#header .middle-h-row,
#header .catalog_menu {
    margin: 0 auto;
    position: relative;
    zoom: 1;
}

#header .middle-h-row {
    z-index: 202;
}

#header .middle-h-row .logo_wrapp .logo {
    min-height: 51px;
    line-height: 51px;
    overflow: hidden;
    display: table-cell;
}

#header .basket_fly {
    -webkit-transform: translateZ(0);
}

#header .basket_fly td {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

ul.menu,
ul.mini-menu {
    text-align: justify;
    list-style-type: none;
    font-size: 0px;
    line-height: 0;
    zoom: 1;
}

.bx-ie ul.menu,
.bx-ie ul.mini-menu {
    font-size: 1px;
}

ul.menu li,
ul.mini-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    line-height: 20px;
}

.main-nav ul.menu>li>a,
ul.mini-menu li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
}

ul.menu li.stretch {
    display: inline-block;
    width: 100%;
    *display: inline;
    zoom: 1
}

ul.menu li:hover .child {
    display: block;
}

ul.menu .child.submenu.line .title_child_l2:hover .child_l2 {
    display: block;
}

ul.menu li:hover b.space,
.breadcrumbs .drop:hover b.space {
    display: inline-block;
}

ul.mini-menu,
ul.menu li .child,
ul.mini-menu li .child,
ul.menu li .child_l2 {
    display: none;
}

ul.menu li .child_l2 {
    position: absolute;
    border: 0px;
    background: #f7f7f9;
    left: 100%;
    top: 25px;
}

ul.menu .child.submenu.line .child_l2 a,
ul.menu .child.submenu.line .title_child_l2 {
    display: block;
    padding: 9px 20px 10px;
    border-bottom: 1px solid #fff;
}

ul.menu .child.submenu.line .child_l2 .column a {
    padding: 9px 0px 10px;
}

ul.menu .child.submenu.line .child_l2 a {
    height: 50px;
}

ul.menu .child.submenu.line .child_l2.sm a {
    height: 30px;
}

ul.menu .child.submenu.line .child_l2 a:nth-child(7n),
ul.menu .child.submenu.line .child_l2 a:last-child {
    border: none;
}

ul.menu .child.submenu.line .child_l2 .column {
    width: 200px;
    float: left;
    margin: 0 10px;
}

.catalog_section_list .drop .column {
    width: 200px;
    float: left;
    margin: 0 10px
}

.catalog_section_list .drop .column a {
    display: block;
    padding: 9px 0px 10px;
    border-bottom: 1px solid #fff;
    height: 35px;
}

.child_l2 {
    padding: 10px
}

.module-drop-cart {
    position: absolute;
    right: 0px !important;
    top: 87px;
    width: 431px;
    max-width: 100%;
    z-index: 999;
    display: none;
}

.wrapper .basket_normal {
    display: none;
}

.wrapper.basket_normal .basket_normal {
    display: block;
}

.header-cart-block .cart {
    width: 230px;
    text-align: left;
    position: relative;
    zoom: 1;
}

.header-cart-block .delay_small,
.header-cart-block .cart_small {
    display: none;
}

.header-cart-block .cart a {
    text-decoration: none;
}

.header-cart-block .cart a span {
    font-size: 14px;
}

.header-cart-block .cart.empty_cart a span.pseudo {
    border-bottom: 1px solid;
}

.header-cart-block .cart span.icon {
    float: left;
}

.header-cart-block .cart .summ,
.header-cart-block .cart .delay_link {
    white-space: nowrap;
}

.header-cart-block .cart>span.icon,
.header-cart-block .cart>span.icon i {
    display: inline-block;
    height: 42px;
    width: 42px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header-cart-block .cart>span.icon.small,
.header-cart-block .cart>span.icon.small i {
    width: 26px;
    height: 26px;
}

.header-cart-block .cart>span.icon.small {
    display: none;
    position: relative;
    zoom: 1;
    z-index: 1;
}

.header-cart-block .cart .cart-call.small,
body .header-cart-block .cart .cart-call.small span {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    border: none;
}

body .header-cart-block .cart .cart-call.small span {
    text-decoration: underline;
}

.header-cart-block .cart .small {
    display: none;
}

.header-cart-block .cart>span.icon.small i {
    background-position: -7px -173px;
}

.header-cart-block .cart span.icon i,
.header-cart-block .cart span.icon i {
    background-image: url(/local/templates/fiztechkz/css/../images/basket_icons.png);
    background-repeat: no-repeat;
}

.header-cart-block .cart.empty_cart span.icon i {
    background-position: 0px 0px;
}

.header-cart-block .cart.empty_cart span.icon.small i {
    background-position: 0px 0px;
    background-position: -7px -134px;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.header-cart-block .cart .cart_wrapp {
    padding-left: 55px;
    padding-top: 4px;
    position: absolute;
    top: -3px;
}

#header .middle-h-row .center_block.no_basket {
    padding-right: 0;
}

#header .middle-h-row .basket_wrapp .header-cart-block {
    margin-top: 7px;
    float: right;
}

.wrapper.basket_normal.has_menu #header .middle-h-row .basket_wrapp .header-cart-block {
    min-width: 145px;
}

#content_new,
#preload_wrapp {
    position: absolute;
    z-index: -1000;
    top: -9999;
    left: -999;
}


/*
ul.menu .child, .breadcrumbs .dropdown_wrapp { z-index: 500; position: absolute; text-transform: none; font-size: 11px; font-family: Arial, Ubuntu, Helvetica, sans-serif; 	padding-top: 20px; }
ul.menu .child { margin-top: 0px;padding-top: 30px; }
ul.menu .child a { font-family: Arial, Ubuntu, Helvetica, sans-serif; text-transform: none; }
ul.menu .child li.menu_title  { display: block; }
ul.menu .child li.menu_title a, ul.menu .child .depth3 a.title { font-weight: bold; font-size: 12px; text-decoration: none !important; padding: 0; }
ul.menu .child li.menu_item a, ul.menu .child .depth3 a { font-size: 11px; text-decoration: underline; padding: 0; margin-right: 5px; }
ul.menu .child .child_wrapp > a, .breadcrumbs .dropdown > a, ul.menu .child .child_wrapp .depth3 > a { display: block; text-decoration: underline; line-height: 22px; text-transform: none; }*/

.main-nav ul.menu .child a {
    font-size: 12px;
}

ul.menu li .child ul {
    width: 29%;
    margin-right: 5%;
    display: inline-block;
    margin-bottom: 20px;
    list-style: none;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    text-align: left;
}

ul.menu li .child ul.last {
    margin-right: 0;
}

ul.menu li .child.cat_menu {
    left: 0;
    right: 0;
    width: 100%;
    white-space: normal;
}

ul.menu li .child .child_wrapp {
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

ul.menu li.more .child .child_wrapp {
    padding-bottom: 10px;
}

ul.menu li.more .child .child_wrapp .depth3 {
    padding-right: 30px;
    float: left;
}

ul.menu li .child.cat_menu .child_wrapp {
    left: 0;
    right: 0;
    width: 100%;
}

ul.menu li .child.cat_menu hr {
    width: 100%;
    height: 1px;
    margin: 0 0 15px;
}

ul.menu li b.space,
.breadcrumbs .drop b.space {
    height: 20px;
    text-align: center;
    bottom: -14px;
    vertical-align: bottom;
    display: none;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    left: 42%;
    bottom: -21px;
    position: absolute;
}

.top-h-row ul.menu .space {
    position: static;
}

#header .catalog_menu li .space {
    top: 18px;
}

#header .catalog_menu li.more .space {
    margin: 0 0 0 -50px;
    left: inherit;
    position: absolute;
    top: 50px;
}

#header .catalog_menu .child {
    text-align: center;
    padding-top: 24px;
}

#header .catalog_menu li.more {
    display: none;
    width: 81px;
}

#header .catalog_menu li.more a {
    padding-right: 8px !important;
}

#header .catalog_menu li.more.visible {
    display: inline-block;
    width: 100%;
}

.breadcrumbs .drop b.space {
    left: 10px;
    bottom: -6px;
}

ul.menu li.catalog b.space {
    left: 34%;
}

ul.menu>li>a {
    position: relative;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    display: none;
}

.front_slider>li {
    display: none;
    overflow: hidden;
}

.flexslider .slides>li .text,
.flexslider .slides>li .img {
    width: 50%;
}

.flexslider .slides>li.image .img {
    width: 100%;
}

.flexslider .slides>li .img img {
    margin: 0 auto;
    max-height: 100%;
    /*max-width: 100%;*/
}

.flexslider .slides img {
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.top_slider_wrapp {
    margin: 0 auto;
}

.top_slider_wrapp .flexslider .slides>li,
.top_slider_wrapp .flexslider .slides>li,
.top_slider_wrapp .flexslider .slides>li td,
.top_slider_wrapp .flexslider .slides>li td,
.top_slider_wrapp .flexslider,
.top_slider_wrapp .flexslider {
    height: 400px;
}

.wrapper.banner_narrow:not(.has_menu) .top_slider_wrapp .flexslider .slides>li,
.wrapper.banner_narrow.average .top_slider_wrapp .flexslider .slides>li {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wrapper.banner_narrow.has_menu .top_slider_wrapp .flexslider .slides>li {
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.wrapper.banner_narrow .top_slider_wrapp .flexslider .slides>li,
.wrapper.banner_narrow .top_slider_wrapp .flexslider .slides>li td,
.wrapper.banner_narrow .top_slider_wrapp .flexslider {
    height: 300px;
}

.wrapper.banner_narrow .top_slider_wrapp {
    width: 100%;
}

.wrapper.banner_average .top_slider_wrapp {
    max-width: 1400px;
}

.wrapper.banner_narrow .top_slider_wrapp {
    max-width: 1132px;
}

.wrapper.m_color_none .top_slider_wrapp {
    margin-top: -7px;
}

.wrapper.head_type_1.banner_narrow .top_slider_wrapp {
    margin-top: 15px;
}

.wrapper.has_menu.banner_narrow .top_slider_wrapp {
    margin-top: -17px;
}

.top_slider_wrapp .flexslider .slides>li {
    background-position: center;
    background-repeat: none;
}

.top_slider_wrapp .flexslider .slides>li:before {
    display: none;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
    list-style: none;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider .slides {
    margin: 0;
    padding: 0;
}

.flexslider {
    margin: 0 0 9px;
    position: relative;
    zoom: 1;
    text-align: center;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.module-cart,
.module-cart tr {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.include_module_error {
    text-align: center;
    margin: 0 auto;
}

.include_module_error p {
    margin-top: 0;
    line-height: 18px;
    font-size: 14px;
    color: #555;
}

.flexslider .flex-control-nav,
.front_slider_wrapp .flex-control-nav {
    zoom: 1;
    top: -50px;
    position: relative;
    display: inline-block;
    z-index: 5;
}

.top_slider_wrapp .flex-control-paging li a {
    background: white;
    box-sizing: border-box;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
}

.top_slider_wrapp .flex-control-paging li a.flex-active,
.top_slider_wrapp .flex-control-paging li a:hover {
    background: #EE3732;
}

.top_slider_wrapp .flex-dark.flex-control-nav li a {
    border-color: #1d1a1a;
}

.top_slider_wrapp .flex-dark.flex-control-nav li a.flex-active,
.top_slider_wrapp .flex-dark.flex-control-nav li a:hover {
    background: #1d1a1a;
}

.flexslider .flex-control-nav li,
.front_slider_wrapp .flex-control-nav li,
.flex-control-nav li {
    padding: 6px 20px 6px 2px;
    font-size: 0;
    margin: 0;
    text-indent: 0;
    display: inline-block;
    zoom: 1;
    position: relative;
}

.front_slider_wrapp .flex-control-nav li {
    padding-top: 0;
}

.flex-control-paging li img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background-position: -2px -20px;
}

.flex-direction-nav {
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.flex-direction-nav * {
    outline: none;
}

.flexslider li * {
    text-decoration: none;
}

.flexslider .banner_title span {
    font-size: 32px;
    line-height: 44px;
}

.flexslider .banner_text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

.flexslider .left {
    text-align: left;
}

.flexslider .right {
    text-align: left;
}

.flexslider .center {
    text-align: left;
}

.flexslider .center .banner_title {
    margin: 45px auto 0;
}

.flexslider .center .banner_title {
    margin: 20px auto 0;
}

.flexslider .banner_title,
.flexslider .banner_text,
.flexslider .banner_buttons {
    margin-left: 55px;
    margin-right: 55px;
    overflow: hidden;
    text-align: left;
}

.flexslider .left .banner_title,
.flexslider .left .banner_text,
.flexslider .left .banner_buttons {
    margin-left: 30px;
}

.flexslider .banner_buttons a {
    margin-right: 10px;
    margin-bottom: 4px;
}

.flexslider .banner_buttons {
    margin-top: 20px;
}

.flexslider li.box .underline {
    text-decoration: none;
}

.index_bottom {
    margin-bottom: 20px;
}

.small_banners_block .advt_banner {
    margin-top: 10px;
}

.small_banners_block .advt_banner:first-child {
    margin-top: 0;
}

.index_bottom .small_banners_block {
    margin-bottom: 0;
}

.index_bottom .banners_column {
    width: 180px;
    float: left;
}

.index_bottom .info_column {
    padding-left: 180px;
    margin-top: 10px;
}

.index_bottom .info_column.no_banner {
    padding-left: 0;
}

.info_column h3 {
    font-size: 18px;
}

.index_bottom .info_column .about_column,
.index_bottom .info_column .news_column {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

.index_bottom .info_column .news_column .shadow {
    display: none;
}

a i.arrow {
    margin: 0px 10px 0px 0px;
    position: relative;
    zoom: 1;
    bottom: -3px;
}

a i.arrow,
a i.arrow b {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #ddd;
}

a i.arrow b {
    background: url(/local/templates/fiztechkz/css/../images/arrows.png) 0 0 no-repeat;
}

a:hover i.arrow b {
    background-position: -36px 0px;
}

a:hover i.arrow.down b {
    background-position: -36px -35px;
}

.index_bottom .info_column .news_slider {
    margin-top: 18px;
}

.index_bottom .about_column a[name='about_show_more'] {
    margin-top: 10px;
    display: inline-block;
}

.index_bottom .info_column .news_column .news_block>ul {
    list-style: none;
    margin-top: 18px;
}

.news_slider_wrapp .flex-control-nav.flex-control-paging {
    display: none;
    margin-top: 5px;
}

.jobs_wrapp .item .icon,
.jobs_wrapp .item .icon i,
.differences_table .left_arrow,
.differences_table .right_arrow {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.jobs_wrapp .item td.icon {
    display: table-cell;
}

.flex-direction-nav li {
    font-size: 0;
}

.flex-direction-nav li:first-child {
    margin-right: 6px;
}

.differences_table .left_arrow,
.differences_table .right_arrow {
    font-size: 0px;
    background-image: url(/local/templates/fiztechkz/css/../images/arrows_big.png);
    background-repeat: no-repeat;
}

.news_slider_wrapp .flex-viewport {
    width: 100%;
    z-index: 10;
}

img.shadow {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}

.search-page img.shadow {
    margin-bottom: 20px;
}

#footer .footer_inner .line {
    padding: 10px 0 10px;
}

#footer .footer_inner .line .wrapper_inner {
    position: relative;
}

.footer_inner .line .wrapper_inner div {
    display: inline-block;
    width: 79%;
}

.footer_inner .line .wrapper_inner div div {
    width: auto;
}

#footer ul.bottom_main_menu,
#footer ul.bottom_submenu {
    width: 79%;
    display: inline-block;
    vertical-align: top;
}

#footer ul.bottom_main_menu {
    margin-top: 4px;
}

#footer .bottom_submenu li.selected a {
    font-weight: bold;
}

.bottom_main_menu li,
.bottom_submenu>li {
    display: inline-block;
    width: 24%;
    list-style: none;
}

.bottom_main_menu li a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    -o-text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}

.bottom_submenu li {
    list-style: none;
}

#footer .bottom_left_icons {
    display: inline-block;
    width: 20%;
}

#footer .phone {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
}

#footer .phone .phone_wrapper {
    display: inline-block;
    vertical-align: top;
}

#footer .phone .icon {
    position: inherit;
    vertical-align: top;
}

#footer .phone .phone_text {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.bottom_main_menu li a {
    text-transform: uppercase;
    text-decoration: none;
}

.social a {
    margin-left: 3px;
    text-decoration: none;
    border: 0 !important;
}

.social a:first-child {
    margin-left: 0;
}

#footer .bottom_submenu li {
    line-height: 19px;
}

#footer .bottom_submenu li a {
    text-decoration: none;
}

ul.tabs li.cur span {
    border-bottom: 0;
}

ul.tabs,
ul.tabs li {
    display: inline-block;
}

.specials_slider_wrapp ul.tabs li:first-child {
    margin-left: 0;
}

ul.tabs,
ul.tabs_content,
ul.slider_navigation {
    list-style: none;
}

.specials_slider_wrapp ul.tabs {
    padding-right: 80px;
}

.specials_slider_wrapp ul.slider_navigation {
    position: absolute;
    top: 0;
    right: 3px;
}

ul.tabs_content>li {
    min-width: 100%;
}

ul.tabs_content>li,
.specials_slider_navigation,
.tabs_slider_navigation {
    display: none;
}

ul.tabs_content li.tab {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

ul.tabs_content>li.cur,
ul.tabs_content>li.current,
.specials_slider_navigation.cur,
.tabs_slider_navigation.cur {
    display: inline-block;
    /*opacity: 1; visibility: visible;*/
}

ul.tabs li {
    font-size: 13px;
    margin: 5px 10px 0 0;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul.tabs li.cur,
ul.tabs-head li.current {
    cursor: default;
}

ul.tabs li span {
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 9px;
    line-height: 13px;
    display: inline-block;
}

ul.tabs li span span {
    border: 0;
    padding: 0;
}

.specials_slider>li:last-child {
    margin-right: 0;
}

.specials_slider>li {
    width: 179.9px !important;
    overflow: hidden;
    margin-right: 15px;
    -webkit-transition: border-color ease-out 0.2s;
    -moz-transition: border-color ease-out 0.2s;
    -o-transition: border-color ease-out 0.2s;
    transition: border-color ease-out 0.2s;
    padding: 1px;
    display: block;
    float: left;
    vertical-align: top;
    padding-bottom: 5px;
}

.right_block .specials_slider.product_slider>li {
    margin-right: 15px;
    width: 174px !important;
}

.specials_slider.product_slider>li {
    margin-right: 14px;
}

ul.specials_slider {
    width: 100000% !important;
    white-space: nowrap;
}

ul.specials_slider li,
ul.specials_slider li * {
    white-space: normal;
}

.specials_slider li:hover {
    padding: 0;
    padding-bottom: 4px;
}

.catalog_item .item-title a,
.view-item .item-title a span {
    text-decoration: none;
    line-height: 17px;
}

ul.tabs li span,
.front_slider_wrapp .extended_pagination span,
a,
a span {
    -webkit-transition: color ease-out 0.07s;
    -moz-transition: color ease-out 0.07s;
    -o-transition: color ease-out 0.07s;
    transition: color ease-out 0.07s;
}

.catalog_item .item-title a,
.view-item .item-title a span,
.articles-list .item .item-title a,
.jobs_wrapp .item .name a,
.front_slider .item-title a span,
.item-title a span,
.item-title a {
    -webkit-transition: color ease-out 0.02s;
    -moz-transition: color ease-out 0.02s;
    -o-transition: color ease-out 0.02s;
    transition: color ease-out 0.02s;
}

.button22,
.button22 span,
.popup .soc-avt .row a,
#header .catalog_menu ul.menu>li>a,
#header ul.menu.adaptive>li>a,
#header ul.menu.full.opened>li>a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.view-item .item-title a {
    text-decoration: none;
}

.catalog_item .item-title a,
.catalog_item .item-title a span,
.view-item .item-title a span {
    font-size: 14px;
}

.catalog_item .item-title span {
    font-size: 12px;
}

.catalog_item .price,
.view-list .price {
    font-size: 17px;
    margin-top: 8px;
    float: left;
    white-space: nowrap;
}

.catalog_item .price.discount,
.view-list .price.discount {
    margin-top: 0;
    float: none;
}

.differences_table .catalog_item .price.discount {
    margin-top: 5px;
}

.differences_table .catalog_item .price {
    float: none;
}

.differences_table td {
    width: 25%;
    vertical-align: top;
}

.differences_table .left_arrow,
.differences_table .right_arrow {
    position: absolute;
    top: 130px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.differences_table .left_arrow {
    left: 20%;
    background-position: 0px -157px;
}

.differences_table .left_arrow:hover {
    background-position: 0px -189px;
}

.differences_table .right_arrow {
    right: 20px;
    background-position: -29px -157px;
}

.differences_table .right_arrow:hover {
    background-position: -29px -189px;
}

.catalog_item .price.discount strike,
.view-list .price.discount strike,
.catalog_item .price.discount span,
.view-list .price.discount span {
    font-size: 14px;
    line-height: 14px;
}

.catalog_item .image,
.catalog_item .image a {
    display: block;
    vertical-align: middle;
    height: 165px;
    line-height: 165px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    zoom: 1;
}

.catalog_item .image a {
    padding: 3px;
}

.differences_table {
    margin-top: 20px;
}

.differences_table .prop_name {
    font-weight: bold;
    padding-right: 30px;
}

.differences_table .catalog_item {
    max-width: 190px;
    margin-bottom: 30px;
}

.catalog_item .image img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.specials_slider_wrapp ul.tabs_content,
.tab_slider_wrapp ul.tabs_content {
    margin-top: 10px;
    position: relative;
    zoom: 1;
}

.catalog_detail .specials_slider_wrapp ul.tabs_content {
    margin-top: 5px;
    min-height: 300px;
}

.catalog_detail .detail_text,
.catalog_detail .detail_text p,
.catalog_detail p {
    font-size: 13px;
}

.catalog_detail .tabs_content table p {
    margin-bottom: 0px;
}

.catalog_detail .tabs_content table p+p {
    margin-top: 10px
}

.specials_slider_wrapp ul.tabs_content>li,
.tab_slider_wrapp ul.tabs_content>li {
    position: absolute;
    z-index: 10;
}

.specials_slider>li {
    background: #fff;
}

.specials_slider_wrapp ul.tabs_content>li.cur,
.tab_slider_wrapp ul.tabs_content>li.cur {
    z-index: 1;
}


/*200*/

.specials_slider_wrapp ul.tabs_content>li .flex-viewport {
    padding-bottom: 5px;
}


/*.item_info .cost .price_name, .catalog_block .catalog_item .item_info .cost .price_name, .view-list .catalog_item .item_info .cost .price_name { clear:both; margin-top: 8px; }*/

.item_info .cost .price_name+.price,
.catalog_block .cost .price_name+.price,
.view-list .catalog_item .item_info .cost .price_name+.price {
    margin-top: 0;
    margin-bottom: 0px;
    float: none;
}

.specials_slider .catalog_item .item_info .cost .price.discount,
.catalog_block .cost .price.discount,
.view-list .catalog_item .item_info .cost .price.discount {
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
}

.specials_slider .catalog_item .item_info .cost .price_name+.price+.price.discount,
.catalog_block .cost .price_name+.price+.price.discount,
.view-list .catalog_item .item_info .cost .price_name+.price+.price.discount {
    margin-top: 0;
}

.catalog_detail .item_main_info .price_block {
    overflow: hidden;
}

.specials_slider .catalog_item .item_info .buttons_block {
    display: none;
}

.specials_slider .catalog_item .item_info .buttons_block,
.catalog_block .catalog_item .item_info .buttons_block {
    clear: both;
    margin-top: 7px;
    white-space: nowrap;
    text-align: right;
}

.specials_slider.product_slider .catalog_item .item_info .buttons_block {
    display: block;
}

.specials_slider .catalog_item .item_info .basket_button,
.catalog_block .catalog_item .item_info .basket_button {
    float: left;
    margin-bottom: 4px;
}

.soc-avt .row a span.name {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.button30 span,
.basket_button.button30 span,
.compare_button span,
.soc-avt .row a span.name {
    display: inline-block;
    font-size: 11px;
    line-height: 32px;
}

.compare_button span {
    background: url(/local/templates/fiztechkz/css/../images/like_icons.png) no-repeat;
}

.sort_to_compare .compare_button:first-child {
    margin-right: 5px;
}

.compare_wrapp {
    font-size: 11px;
}

.prompt .star_big {
    position: relative;
    bottom: -14px;
}

.compare_wrapp.centered {
    text-align: center;
}

.compare_wrapp a.compare_link {
    border-bottom: 1px dotted;
}

.compare_button:hover span {
    background-position: -32px -64px;
}

.basket_button,
.compare_button {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    clear: both;
    padding: 0 6px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}

.basket_button,
.compare_button,
.button30 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

a.wish_item,
a.compare_item,
a.wish_item i,
a.compare_item i {
    display: inline-block;
    height: 26px;
    width: 26px;
    cursor: pointer;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

a.wish_item i,
a.compare_item i {
    background: url(/local/templates/fiztechkz/css/../images/like_icons.png) no-repeat;
}

.front_slider .item-title a,
.front_slider .item-title a span {
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
}

.front_slider .price_name {
    margin-top: 20px;
}

.front_slider .price {
    font-size: 32px;
    line-height: 34px;
    margin-top: 20px;
}

.front_slider .price+.price_name {
    margin-top: 0;
}

.front_slider .price_name+.price {
    margin-top: 0;
}

.front_slider_wrapp {
    text-align: center;
    position: relative;
    zoom: 1;
    height: auto;
    margin-top: 20px;
}

.front_slider_wrapp .flex-viewport {
    width: 75%;
    float: left;
    text-align: left;
}

.front_slider_wrapp .extended_pagination {
    float: right;
    width: 25%;
    list-style: none;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-left: 30px;
    right: 0;
    bottom: 0;
    top: 0;
    overflow-y: auto;
    max-height: 280px;
}

.front_slider_wrapp .extended_pagination li.hider {
    margin: 0;
    padding: 0;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    cursor: default;
    left: -10px;
    background: url(/local/templates/fiztechkz/css/../images/hider_right.png) 0px 0px repeat-y;
}

.front_slider_wrapp .flex-control-nav {
    width: 100%;
    top: 0;
}

.front_slider_wrapp a.read_more,
.btn_big {
    display: inline-block;
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0 15px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.btn_big {
    margin: 0;
}

.front_slider .price.discount {
    font-size: 12px;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    line-height: 18px;
    margin-top: 0;
}

.front_slider .info,
.front_slider .image {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.front_slider .info {
    width: 50%;
    padding-left: 12px;
}

.front_slider .image {
    width: 50%;
    text-align: center;
    padding-left: 10px;
}

.front_slider .image {}

.front_slider .info {
    max-width: 100%;
    max-height: 100%;
}

.front_slider .image img {
    max-width: 240px;
    max-height: 100%;
}

.front_slider_wrapp .extended_pagination>li:eq(1) {
    margin-top: 0;
}

.front_slider_wrapp .extended_pagination>li {
    margin-top: 10px;
    display: block;
    padding: 10px;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    position: relative;
    zoom: 1;
}

.front_slider_wrapp .extended_pagination>li.active span,
.front_slider_wrapp .extended_pagination>li.active:hover span {
    border-bottom: 0;
}

.front_slider_wrapp .extended_pagination span {
    line-height: 18px;
}

.front_slider_wrapp .extended_pagination>li.active {
    cursor: default;
}

.front_slider_wrapp .extended_pagination>li {
    cursor: pointer;
    display: block;
}

.front_slider_wrapp .extended_pagination>li i.triangle {
    left: -15px;
    bottom: 0;
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 0;
    width: 0px;
    height: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right-width: 15px;
    border-right-style: solid;
    border-right-color: transparent;
}

.front_slider .preview_text {
    line-height: 16px;
    margin-top: 10px;
}

.breadcrumbs .drop a span {
    border-bottom: 1px dotted #b4b4b4;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.breadcrumbs .separator.cat_last {
    background-position: -9999px -9999px;
}

.breadcrumbs .drop:hover a .separator,
.breadcrumbs .drop:hover .number .separator {
    background-position: -1px -15px;
}

.breadcrumbs .drop:hover a span {
    border-bottom: none;
}

.breadcrumbs .drop {
    position: relative;
    display: inline-block;
    zoom: 1;
}

.breadcrumbs .dropdown_wrapp {
    box-sizing: border-box;
    display: none;
    padding-top: 8px !important;
    top: 18px;
}

.breadcrumbs .dropdown {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: left;
}

.breadcrumbs .dropdown>a {
    display: block;
    line-height: 14px;
    margin-top: 7px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.breadcrumbs .dropdown>a:first-child {
    margin-top: 0;
}

.breadcrumbs .drop:hover .dropdown_wrapp {
    display: block;
}

.left_side {
    padding-right: 200px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.right_side {
    width: 200px;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 20px;
}

.catalog_detail .item_main_info .buttons_block {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
}

.catalog_detail .item_main_info {
    margin: 0px 0 30px;
    padding: 0px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.catalog_detail .item_main_info .item_slider {
    width: 47%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 29px 0 29px 0;
    float: left;
    position: relative;
    z-index: 1;
    text-align: center;
}

.catalog_detail .item_main_info .right_info {
    padding-left: 47%;
    position: relative;
}

.catalog_detail .item_main_info .right_info .info_item {
    position: relative;
}

.catalog_detail .item_main_info .item_slider:after,
.catalog_detail .item_main_info .right_info .info_item:before,
#order_form_div .info_block .l_block:after,
#order_form_div .info_block .r_block:before {
    position: absolute;
    top: 0px;
    background: #F2F2F2;
    width: 1px;
    height: 100%;
    content: "";
}

.catalog_detail .item_main_info .item_slider:after,
#order_form_div .info_block .l_block:after {
    right: 0px;
}

.catalog_detail .item_main_info .right_info .info_item:before,
#order_form_div .info_block .r_block:before {
    left: -1px;
}

.catalog_detail .right_info .price_block_wrapp,
.catalog_detail .right_info .info_block {
    padding-left: 7px;
}

.catalog_detail .info_block b.block_title {
    display: block;
}

.catalog_detail .info_block>div {
    display: inline-block;
    vertical-align: top;
    width: 130px;
    float: left;
    margin-bottom: 15px;
    min-height: 38px;
}

.catalog_detail .info_block .brand.right {
    float: right;
}

.catalog_detail .item_main_info .price {
    font-size: 24px;
    line-height: 26px;
    float: left;
    width: auto;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 10px;
}

.catalog_detail .item_main_info .price small {
    font-size: 16px;
}

.catalog_detail .item_main_info .buttons_block,
.catalog_detail .extended_info {
    padding: 10px;
}

.counter_block {
    white-space: nowrap;
}

.module-cart .count-cell .measure {
    display: block;
    white-space: nowrap;
    font-size: 11px;
    line-height: 14px;
}

.module-cart .counter_block {
    white-space: nowrap;
}

.module-cart .count-cell .some-class {
    display: none;
}

.basket_button.one_click span {
    padding-left: 0;
    background: none;
}

.basket_button.one_click {
    padding-left: 6px;
}

.basket_button.button30.one_click {
    padding-left: 10px;
}

.catalog_detail .item_main_info .buttons_block {
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    min-height: 54px;
}

.catalog_detail .basket_button.one_click {
    margin-left: 8px;
}

.catalog_detail .item_main_info .buttons_block .counter_block {
    white-space: nowrap;
}

.module-cart .buttons_block .counter_block {
    display: inline-block;
}

.catalog_detail .buy_buttons_wrapp {
    text-align: right;
    padding: 12px 15px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.catalog_detail .buttons_block.adaptive .buy_buttons_wrapp a {
    width: 125px;
    text-align: center;
}

.catalog_detail .buttons_block.adaptive .counter_block,
.catalog_detail .buttons_block.adaptive .buy_buttons_wrapp {
    width: 50%;
}

.catalog_detail .buttons_block.adaptive .counter_block {
    text-align: center;
}

.catalog_detail .buy_buttons_wrapp a {
    margin-bottom: 10px;
}

.catalog_detail .buy_buttons_wrapp.subscribe {
    float: left;
    min-width: 115px;
    padding: 12px 0 0 15px;
}

.catalog_detail .buttons_block .description {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 5px 0;
}

.catalog_detail hr {
    height: 0;
    width: 100%;
    margin: 15px 0 25px;
}

.catalog_detail .info_block+hr {
    margin-top: 0;
}

.catalog_detail hr.separator {
    margin: 10px 0;
}

.availability-row .indicators {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.availability-row .indicators span,
.quantity-indicators span {
    background: url(/local/templates/fiztechkz/css/../images/quantity_icons.png) -13px -89px;
    no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 21px;
    margin: 0 -2px 0 0;
    position: relative;
    zoom: 1;
    z-index: 8;
    margin-left: -12px;
}

.availability-row .indicators.no_products span {
    margin-left: 0;
}

.availability-row .indicators span.last,
.quantity-indicators span.last {
    background-position: -13px -130px;
    z-index: 7;
}

.availability-row .indicators span.null,
.quantity-indicators span.null {
    background-position: -13px -170px;
    margin-left: 0;
}

.availability-row .indicators span.first,
.quantity-indicators span.first {
    z-index: 9;
    margin-left: 0;
}

.availability-row .indicators span.r,
.quantity-indicators span.r,
.availability-row .indicators span.last.r,
.quantity-indicators span.last.r {
    background-position: -13px -49px;
}

.availability-row .indicators span.r.first,
.quantity-indicators span.r.first {
    background-position: -13px -9px;
}

.availability-row .indicators.no_products span {
    background-position: -13px -170px;
}

.catalog_detail .availability-row .value,
.catalog_detail .quantity-wrapp .value {
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    margin-left: 5px;
    vertical-align: middle;
    color: #000000;
}

.catalog_detail .availability-row .value a,
.catalog_detail .availability-row .value span {
    font-size: 11px;
}

.catalog_detail .item_main_info a.wish_item,
.catalog_detail .item_main_info a.compare_item,
.module-cart a.wish_item,
.display_list a.wish_item,
.display_list a.compare_item {
    background: none;
    width: auto;
    text-decoration: none;
    display: inline-block;
    max-width: 102px;
}

.module-cart a.wish_item.to_basket {
    max-width: 130px;
}

.catalog_detail a.wish_item .value,
.catalog_detail a.compare_item .value,
.module-cart a.wish_item .value {
    font-size: 11px;
    vertical-align: top;
    line-height: 24px;
    margin-left: 5px;
}

.compare_item .value.added,
.wish_item .value.added {
    display: none;
}

.module-cart a.wish_item.to_basket .icon,
.module-cart a.wish_item.to_basket .icon i {
    height: 26px;
    width: 26px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
}

.module-cart a.wish_item.to_basket .icon {
    position: relative;
    zoom: 1;
    top: -1px;
}

.catalog_detail .item_main_info a.wish_item:hover,
.catalog_detail .item_main_info a.compare_item:hover {
    background-position: 0;
}

.catalog_detail .availability-row {
    padding-left: 7px;
    margin-right: 10px;
    margin-bottom: 8px;
}

.catalog_detail .item_main_info .like_icons>div {
    margin-right: 10px;
}

.catalog_detail .extended_info {
    margin: 10px 0;
}

.catalog_detail .adaptive_extended_info_wrapp {
    display: none;
}

.catalog_detail .adaptive_extended_info .brand {
    float: right;
}

.catalog_detail .element_detail_text {
    font-size: 12px;
    line-height: 15px;
    padding: 23px 30px;
}

.catalog_detail .element_detail_text .sh {
    margin: 0px 20px 0px 0px;
    padding: 0px 4% 0px 0px;
    vertical-align: middle;
}

.catalog_detail .element_detail_text .price_txt {
    width: 71%;
    vertical-align: middle;
    color: #b3b3b3;
    font-size: 12px;
}

.item_slider .slides {
    padding: 0px;
    margin: 0px 0px 10px;
    width: 100%;
    height: 340px;
    line-height: 337px;
    position: relative;
    zoom: 1;
}

.item_slider .slides .offers_img img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

.item_slider:not(.flex) .slides li {
    padding: 0;
    margin: 0;
    display: none;
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: absolute;
    line-height: 340px;
    z-index: 50;
}

.item_slider:not(.flex) .slides li.current {
    display: block;
}

.item_slider .thumbs li a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.catalog_detail .item_slider #thumbs {
    height: 60px;
    white-space: nowrap;
    width: 275px;
    overflow: hidden;
}

.catalog_detail .item_slider .thumbs {
    margin: 0px auto;
    max-width: 270px;
    position: relative;
    z-index: 1;
    min-height: 60px;
}

.item_slider .thumbs li {
    vertical-align: bottom;
    list-style: none;
    width: 60px !important;
    height: 60px;
    display: block;
    zoom: 1;
    background: none;
    position: relative;
    text-align: center;
    line-height: 60px;
    margin: 0px 10px 0px 0px;
    border: 2px solid #fff;
    -webkit-transition: border-color ease-out 0.2s;
    -moz-transition: border-color ease-out 0.2s;
    -o-transition: border-color ease-out 0.2s;
    transition: border-color ease-out 0.2s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    float: left;
    display: none;
}

.item_slider .slides li:before {
    display: none;
}

.item_slider .thumbs li.current {
    border-color: #ddd;
}

.item_slider .thumbs li:hover {
    border-color: #9a9a9a;
}

.item_slider .slides li.current {
    z-index: 0;
}

.item_slider .slides li img,
.item_slider .thumbs li img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    max-width: 100%;
}

.item_slider.flex {
    display: none;
}

.item_slider.flex .slides li,
.item_slider.flex .slides li img {
    position: static;
    text-align: center;
}

.item_slider .flex-control-nav {
    text-align: center;
    margin-bottom: 10px;
}

.b-share * {
    font-size: 10px;
}


/*.catalog_detail .tabs { width: 100%; }*/

.catalog_detail .tabs.main_tabs>li {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-top: 9px;
    border-bottom: 1px solid transparent;
}

.catalog_detail .tabs.main_tabs {
    padding-bottom: 9px;
}

.catalog_detail .tabs>li:first-child {
    margin-left: 0;
}

.detail_text ul li::before,
.preview_text ul li::before,
.preview-text ul li::before {
    padding: 0 10px 0 0;
}

.catalog_detail .detail_text {
    margin-bottom: 15px;
    color: #555;
}

.catalog_detail .tabs_section ul.tabs_content>li {
    width: 100%;
    padding: 34px 0 50px;
}

.catalog_detail .reviews-reply-form {
    padding-bottom: 50px;
}

.catalog_detail ul.tabs_content li.video iframe {
    border: 1px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#reviews_content {
    display: none;
    padding: 40px 0 0;
}

#reviews_content img.shadow {
    position: absolute;
    margin-top: 1px;
}

#reviews_content .reviews-navigation-box {
    margin: 0px 0px 20px;
}

.file_type {
    clear: both;
    margin-top: 15px;
}

.file_type a {
    display: block;
    font-size: 13px;
}

.file_type.tiff i.icon {
    background-position: 0 -275px;
}

.file_type.jpg i.icon {
    background-position: 0px -220px;
}

.file_type.pdf i.icon {
    background-position: 0px -0px;
}

.file_type.word i.icon {
    background-position: 0px -55px;
}

.file_type.excel i.icon {
    background-position: 0px -165px;
}

.file_type i.icon {
    width: 46px;
    height: 33px;
    display: inline-block;
    background: url(/local/templates/fiztechkz/css/../images/file_types.png) 0px -110px no-repeat;
    float: left;
}

.file_type .description {
    padding: 0 0 0 46px;
    font-size: 12px;
    position: relative;
    top: -3px;
}

.catalog_detail a.compare_item:hover .icon i {
    background-position: -32px -65px;
}

.catalog_detail a.wish_item:hover .icon i {
    background-position: -3px -63px;
}

.tabs_content .stores_block_wrap {
    margin-top: -7px;
}

.stores_block_wrap .stores_block .stores_text_wrapp {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0px 10px 0px 19px;
}

.stores_block_wrap .stores_block .stores_text_wrapp>span {
    padding: 0px 0px 0px 10px;
}

.stores_block .quantity-wrapp {
    float: right;
    padding-left: 10px;
    background: #fff;
    margin-top: 7px;
}

.stores_block_wrap .stores_block {
    clear: both;
    line-height: 20px;
    position: relative;
    padding: 12px 0px 13px 0px;
}

.stores_block_wrap .stores_block:before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px dotted #c3c3c3;
    top: 50%;
    position: absolute;
}

.stores_block_wrap .stores_block:hover,
.stores_block_wrap .stores_block:hover .stores_text_wrapp,
.stores_block_wrap .stores_block:hover .item-stock {
    background: #f7f7f7;
}

.stores_block_wrap .stores_block:hover {
    transition: none;
}

.stores_block_wrap .stores_block .item-stock {
    float: right;
    background: #fff;
    margin-top: 2px;
    position: relative;
    padding: 0px 19px 0px 20px;
    min-width: 115px;
}

.phone span.phone_text>div {
    display: inline-block;
}

.tabs_content li.video>div,
.tabs_content li.video>div *,
.tabs_contentli.video iframe {
    max-width: 100%;
}

.tabs_content li.video {
    text-align: center;
}

.tabs_content li.video .description {
    text-align: left;
}

.tabs_content li.video .description .shadow {
    margin: 25px 0 0;
}

.catalog_detail ul.tabs_content>li .video_wrapp>div {
    margin: 0 auto;
}

.catalog_detail .services_block {
    margin: 31px 0px 10px;
}

.services_block .item {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: -5px 0px 12px;
    vertical-align: top;
}

.services_block .item a span.link {
    font-size: 13px;
}

.services_block .item a {
    text-decoration: none;
}

.services_block a i.arrow b {
    background: url(/local/templates/fiztechkz/css/../images/arrows.png) 2px -241px no-repeat;
}

.services_block .shadow,
.files_block .shadow {
    margin-top: 18px;
}

.catalog_detail .stores_block_wrap .stores_block .value {
    margin-right: 10px;
}

.catalog_detail .stores_block_wrap .stores_block .value:first-letter {
    text-transform: lowercase;
}

.articles-list .item .left-data,
.catalog_section_list .section_item .image {
    width: 62px;
}

.articles-list .item .left-data img,
.catalog_section_list .section_item .image img {
    max-width: 120px;
    max-height: 120px;
}

.catalog_section_list .section_item .image img {
    max-width: 62px;
    max-height: 62px;
}

.catalog_section_list .section_item .image {
    padding: 0 20px 0 0;
    vertical-align: top;
}

.catalog_section_list .section_item td.section_info {
    vertical-align: top;
}

.articles-list .item .right-data,
.catalog_section_list .section_item .image+ul {
    margin-left: 140px;
}

.right-item-data,
.right-data,
.catalog_section_list .section_item ul {
    overflow: hidden;
}

.articles-list {
    margin-top: 30px;
}

table.colored {
    border-collapse: collapse;
}

table.colored td.name_th,
table.colored td.name {
    text-align: left;
}

.catalog_detail .offers_table thead td {
    border-top: none;
}

table.colored thead td {
    font-size: 12px;
    padding: 8px 5px 7px;
    border-top: 0;
}

table.colored td {
    text-align: left;
}

table.colored td,
.differences_table table td {
    font-size: 13px;
    padding: 5px;
    transition: none 0s ease 0s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.differences_table table td {
    padding: 5px 10px;
}

table.colored td.price {
    font-size: 14px;
}

table.colored td.one_click_buy,
table.colored td.buy {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table.colored td.one_click_buy {
    width: 145px;
    text-align: center;
}

table.colored td.buy {
    width: 125px;
    text-align: center;
}

table.colored td.buy .more_text {
    display: none;
}

table.colored td.count {
    width: 150px;
}

table.colored td.property,
table.colored td.count {
    text-align: center;
}

.catalog_detail table.colored .like_icons {
    text-align: center;
    width: 90px;
    white-space: nowrap;
}

.catalog_detail table.colored .like_icons span {
    opacity: 1;
    visibility: visible;
}

.catalog_detail table.colored .like_icons .compare_item_button,
.catalog_detail table.colored .like_icons .wish_item_button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.catalog_detail table.colored .like_icons .compare_item_button span,
.catalog_detail table.colored .like_icons .wish_item_button span {
    margin-bottom: 5px;
    margin-top: 5px;
}

.catalog_detail .adaptive.text>div.like_icons .compare_item_button span,
.catalog_detail .adaptive.text>div.like_icons .wish_item_button span {
    margin: 0;
}

.catalog_detail table.colored .like_icons>div:last-of-type {
    margin-right: 0;
}

.catalog_detail .adaptive.text>div.like_icons {
    width: 75px;
}

table.colored td.price {
    text-align: center;
    white-space: nowrap;
}

table.colored .counter_block_wr {
    text-align: right;
}

div.reviews-collapse {
    margin-bottom: 20px;
}

table.offers_table td {
    padding: 20px 10px;
}

.offers_table .counter_block {
    font-size: 0px;
    padding: 0px;
}

.specials_slider_wrapp,
.tab_slider_wrapp {
    position: relative;
    zoom: 1;
    /*z-index: 0;*/
}

.bx_item_set_hor_item .item_info .item-title,
.bx_modal_body .item_wrapp .item-title,
.bx_modal_body .bx_kit_item .item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.bx_item_set_hor_item .item_info .item-title,
.bx_modal_body .item_wrapp .item-title,
.bx_modal_body .bx_kit_item .item-title {
    text-align: left;
}

.bx_item_set_hor_item .item_info .item-title span,
.bx_modal_body .item_wrapp .item-title span,
.bx_modal_body .bx_kit_item .item-title span {
    line-height: 16px;
}

.front_slider li .image img,
.specials_slider li .image img,
.advt_banner img,
.viewed_products_column .view-item img,
.item_slider ul.slides li img,
.item_slider .thumbs li img,
.articles-list .item .left-data img,
.brands_list li img,
.module-cart .thumb-cell img,
.catalog_item .image img,
.module_products_list td.foto-cell img,
.display_list .list_item .image img,
.catalog_detail .set_wrapp .item .image img,
.bx_item_set_hor .bx_item_set_hor_item .bx_item_set_img_container img,
.bx_modal_body .bx_kit_item .bx_kit_img_container img,
.catalog_section_list .section_item_inner .image img,
.basket_popup_wrapp .cart_shell .catalog_item .thumb-cell img,
.bx_filter_vertical [class^=specials_] input[type="checkbox"]+label .icon,
.include_module_error img:hover {
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

.flexslider .slides img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.front_slider .image:hover img,
.specials_slider li:hover .image img,
.advt_banner:hover img,
.viewed_products_column .view-item:hover img,
.item_slider .thumbs li:hover img,
.articles-list .item:hover .left-data img,
.module-cart tr:hover img,
.catalog_item:hover .image img,
.module_products_list tr:hover td.foto-cell img,
.display_list .list_item:hover .image img,
.catalog_detail .set_wrapp .item:hover .image img,
.bx_item_set_hor .bx_item_set_hor_item .item_wrapp:hover .bx_item_set_img_container img,
.bx_modal_body .bx_kit_item:hover .bx_kit_img_container img,
.catalog_section_list .section_item_inner:hover .image img,
.basket_popup_wrapp .cart_shell .catalog_item:hover .thumb-cell img,
.news_slider_wrapp .item:hover img,
.news_block .news_items .item .image:hover img {
    -webkit-filter: saturate(1.7);
}

.brands_list li:hover img {
    -webkit-filter: saturate(1.5);
}

.bx_filter_vertical [class^=specials_] input[type="checkbox"]+label:hover .icon {
    -webkit-filter: saturate(2);
}

.include_module_error img:hover,
.flexslider .slides li:hover img {
    -webkit-filter: saturate(1.2);
}

.small_banners_block {
    width: 180px;
    margin-bottom: 20px;
}

.small_banners_block img {
    max-width: 100%;
}

.detail_picture_block .picture_description {
    font-size: 11px;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
}

.news_detail_wrapp .back {
    margin-top: 30px;
}

.news_detail_wrapp .detail_picture_block {
    float: right;
    border: 1px solid #E5E5E5;
    margin: 0px 0px 20px 30px;
    width: 278px;
    height: 161px;
    line-height: 161px;
    text-align: center;
    overflow: hidden;
}

.news_detail_wrapp .detail_text {
    margin-top: 10px;
}

.news_detail_wrapp .detail_picture_block img {
    vertical-align: middle;
}

.detail_text.wimg blockquote {
    /*margin: 15px 0 15px 310px;*/
}

.module-gallery-list {
    font-size: 0;
    line-height: 0;
    margin: 30px 0 0;
}

.right_block .module-gallery-list {
    margin-top: 30px;
}

.module-gallery-list li {
    padding: 0;
    width: 25%;
    height: 143px;
    position: relative;
    display: inline-block;
    margin: 0 0 1px 1px;
    overflow: hidden;
    vertical-align: top;
}

.module-gallery-list li .fancy_hover {
    border: 2px solid transparent;
}

.news_detail_wrapp .price_block {
    padding: 15px 15px 12px;
    margin-top: 30px;
    display: inline-block;
}

.news_detail_wrapp .price_block .price {
    font-size: 17px;
}

.rss_feed_icon {
    position: absolute;
    right: 0;
    top: -30px;
    padding: 1px 6px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.rss_feed_icon img {
    max-width: 100%;
}

.news_date_time_detail {
    font-size: 12px;
    margin: 0px 0px 18px;
    display: block;
}

.articles-list .date_small {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px;
    padding: 0;
}

.module-pagination {
    margin: 0;
    text-align: left;
    font-size: 0;
    padding: 20px 0px;
    position: relative;
}

.module-pagination .nums a,
.module-pagination .nums span {
    display: inline-block;
    width: 33px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    margin: 0px 5px 5px 0px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.module-pagination .nums a:not(.cur):hover {
    background: #e3e3e3;
}

.module-pagination .flex-direction-nav {
    position: absolute;
    width: 100%;
    left: 0;
}

.module-pagination .flex-direction-nav>li {
    position: absolute;
}

.module-pagination .flex-direction-nav .flex-nav-next {
    right: 0px
}

.module-pagination .flex-direction-nav .disabled {
    display: none;
}

.module-pagination .flex-direction-nav .flex-nav-prev {
    left: 0px
}

.module-pagination .point_sep {
    cursor: default;
    display: inline-block;
    width: 27px;
    height: 29px;
    font-size: 0;
    background: url(/local/templates/fiztechkz/css/../images/pagination_sep.png) center no-repeat !important;
    border: 0 !important;
    vertical-align: bottom;
}

.news_detail_wrapp .similar_products_wrapp {
    margin-top: 30px;
    clear: both;
}

.news_detail_wrapp .specials_slider_wrapp {
    position: relative;
    zoom: 1;
    margin-top: 10px;
}

.news_detail_wrapp .similar_products_wrapp img.shadow {
    margin: 0 0 20px;
}

.news_detail_wrapp .specials_slider_wrapp .slider_navigation {
    position: absolute;
    top: -40px;
    right: 0;
}

.left_menu>li {
    display: block;
    font-size: 12px;
    margin-top: 1px;
    transition: background-color 0.07s ease-out 0s;
    -webkit-transition: background-color ease-out 0.07s;
    -moz-transition: background-color ease-out 0.07s;
    -o-transition: background-color ease-out 0.07s;
    background: #f7f7f7;
}

.left_menu>li:first-child {
    margin-top: 0;
}

.left_menu li a {
    line-height: 16px;
    padding: 11px 19px 12px;
    text-decoration: none;
}

.left_menu li:not(.exit) a {
    color: #383838;
    display: block;
}

.left_menu li.exit a {
    display: block;
    text-align: left;
    position: relative;
}

.left_menu li.exit a:before {
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url('/local/templates/fiztechkz/css/../images/arrows.png') -3px -292px no-repeat;
    content: "";
    margin: 0px 8px 0px 0px;
}

.left_menu li:not(.exit):hover a,
.left_menu li:not(.exit).current a,
.left_menu li:not(.exit).current a:hover {
    color: #fff;
}

.left_menu>li.exit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none !important;
    margin-top: 3px;
}

.left_menu>li.exit.current a {
    background: transparent;
    border: 0;
}

#content .left_block {
    width: 200px;
    float: left;
    position: relative;
    zoom: 1;
    z-index: 1;
}

#content .right_block {
    padding-left: 230px;
    overflow: visible;
    position: relative;
}

#content .right_block.catalog .catalog_list,
#content .right_block.catalog .catalog_table {
    left: 0;
    right: -20px;
    position: relative;
    zoom: 1;
}

#content .right_block.catalog .catalog_block {
    margin-top: 20px;
}

#content .right_block.catalog .catalog_section_list {
    margin-left: 11px;
}

.brands_list li {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 0;
    width: 24%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px 10px 0;
    text-align: center;
    height: 122px;
    line-height: 122px;
    border: 1px solid transparent;
}

.brands_list li:hover {
    border-color: #e5e5e5;
}

.brands_list li img {
    max-width: 100%;
    vertical-align: middle;
}

.brands_list {
    margin-top: 20px;
}

.specials_tabs_section.specials_slider_wrapp .tabs_content>li.tab ul.flex-direction-nav {
    display: none;
}

.module-cart {
    margin-top: 25px;
}

.module-cart table {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.module-cart .extra_properties {
    display: none;
}

.module-cart .colored td {
    text-align: center;
    position: relative;
    /*min-height: 100px;*/
}

.module-cart .colored td.delay-cell {
    white-space: nowrap;
}

.module-cart td.name-cell,
.module-cart td.name-th {
    text-align: left;
}

.module-cart td.name-th {
    padding-left: 10px;
}

.module-cart .cost-cell,
.module-cart .cost-cell *,
.module-cart .summ-cell,
.module-cart .summ-cell *,
.module-cart .row_values .price {
    font-size: 14px;
}

.module-cart .summ-cell,
.module-cart .weight-cell,
.module-cart .count-cell,
.module-cart .cell {
    white-space: nowrap;
}

.module-cart .cost-cell .discount,
.module-cart .cost-cell .discount *,
.cart_shell .cost-cell .price.discount * {
    font-size: 12px;
}

.module-cart table td {
    vertical-align: middle;
    padding: 10px;
}

.module-cart table td.thumb-cell {
    positon: relative;
    overflow: hidden;
}

#order_form_content .module-cart table td.thumb-cell {
    padding-left: 20px;
}

.module-cart table td.remove-cell {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 55px;
}

.module-cart table td.thumb-cell {
    positon: relative;
}

.module-cart table td.thumb-cell a {
    display: inline-block;
    height: 100px;
    width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.module-cart table td.thumb-cell img {
    max-width: 100%;
    max-height: 100%;
}

.module-cart table td.thumb-cell a img {
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.module-cart .name-cell a,
.module-cart .name-cell {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.module-cart .result-row .buttons-row div {
    max-width: 180px;
}

.module-cart .result-row .buttons-row .description {
    float: none;
    font-size: 11px;
    margin-top: 10px;
}

.module-cart .colored tfoot td {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.module-cart .colored tfoot tr td:first-child {
    padding-left: 30px;
}

.module-cart .colored tfoot td.row_values,
.module-cart .colored tfoot td.row_values * {
    white-space: nowrap;
}

.module-cart .colored tfoot td.row_values {
    padding-right: 20px;
}

.module-cart .colored tfoot td.extended-cell {
    display: none;
}

.module-cart .colored tfoot td.row_values.val {
    text-align: right;
}

.module-cart .colored tfoot td {
    vertical-align: top;
}

.module-cart .colored tfoot tr[data-id="total_buttons"] td {
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.module-cart .coupon_wrapp input[type="text"] {
    margin-bottom: 5px;
    margin-right: 5px;
}

.module-cart.fixed tbody {
    overflow: hidden;
}

.module-cart .order_item_quantity_small {
    display: none;
}

.basket_fly .module-cart table.colored tbody td {
    border-bottom: 0;
}

.basket_fly .module-cart table.colored tbody tr:first-child td {
    border-top: 0;
}

.right_side.sections_list .banners_column {
    margin-bottom: 20px;
}

.right_side.sections_list .viewed_products_column {
    margin-bottom: 0;
}

.articles-list.sections .item {
    clear: left;
    min-height: 120px;
}

.bx_filter_vertical .bx_filter_container_title {
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    zoom: 1;
}

.bx_filter_vertical .bx_filter_container {
    position: relative;
}

.bx_filter_vertical .bx_filter_container_title i.arr {
    display: inline-block;
    height: 15px;
    width: 15px;
    float: right;
    position: absolute;
    right: 8px;
    top: 9px;
}

.bx_filter_vertical .bx_filter_param_area {
    padding: 0 10px;
}

.bx_filter_vertical .bx_filter_container_title:hover i.arr {
    background-position: 3px -21px;
}

.bx_filter_vertical .bx_filter_container.active i.arr {
    background-position: -18px -5px;
}

.bx_filter_vertical .bx_filter_container.active:hover i.arr {
    background-position: 0 -5px;
}

.adaptive_filter {
    float: left;
    position: relative;
    zoom: 1;
    z-index: 100;
    padding-right: 3px;
    display: none;
}

.filter_opener {
    display: inline-block;
    padding: 8px 8px 1px;
    margin: -8px 25px 0px 0px;
    border-radius: 2px;
}

.filter_opener span,
.filter_opener i {
    display: inline-block;
    vertical-align: top;
}

.filter_opener span {
    white-space: nowrap;
    font-size: 12px;
    color: #8e8c8c;
    line-height: 14px;
}

.filter_opener:not(.opened):hover {
    background: #e5e5e5;
}

.filter_opener:not(.opened):hover span {
    color: #383838;
}

.filter_opener i {
    background: url(/local/templates/fiztechkz/css/../images/sort_icons.png) -19px -62px no-repeat;
    width: 15px;
    height: 13px;
    margin: 0px 7px 0px 0px;
}

.filter_opener.opened i {
    background-position: -39px -62px;
}

.filter_opener.opened span {
    color: #fff;
}

.filter_opener:not(.opened):hover i {
    background-position: -1px -62px;
}

.filter_opener.active i {
    background-position: 2px -288px;
}

.filter_opener.opened.active i,
.filter_opener.active:hover i {
    background-position: -102px -288px;
}

.catalog_block .catalog_item_wrapp {
    width: 25%;
    width: 230px;
    float: left;
    padding-bottom: 25px;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
}

.catalog_block .availability-row {
    margin-top: 5px;
}

.catalog_block .catalog_item {
    margin-right: 20px;
    overflow: hidden;
    -webkit-transition: box-shadow ease-out 0.2s;
    -moz-transition: box-shadow ease-out 0.2s;
    -o-transition: box-shadow ease-out 0.2s;
    transition: box-shadow ease-out 0.2s;
    padding: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    padding: 20px 19px 20px 20px;
}

.catalog_block .catalog_item img,
.product_slider .catalog_item img {
    max-width: 100%;
    max-height: 100%;
}

.catalog_item {
    position: relative;
}

.bx_filter_container .disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.module_products_list td {
    padding: 19px 0px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.module_products_list td.item-name-cell {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}

.module_products_list td.item-name-cell a {
    font-size: 14px;
    font-weight: 500;
}

.module_products_list td.price-cell {
    max-width: 200px;
    text-align: left;
    width: 21%;
}

.module_products_list td.like_icons {
    width: 56px;
}

.module_products_list td.like_icons.full {
    width: 91px;
}

.module_products_list td.but-cell {
    width: 215px;
    text-align: right;
}

.module_products_list {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    margin: 0px 0px 30px;
    float: left;
    overflow: hidden;
}

.module_products_list .foto-cell {
    width: 50px;
}

.module_products_list tr:first-child td {
    border-top: 0;
}

.module_products_list tr td:first-child {
    padding-left: 19px;
}

.module_products_list tr td:last-child {
    padding-right: 19px;
    padding-right: 5px;
}

.module_products_list .foto-cell img {
    max-width: 100%;
}

.module_products_list .availability-row,
.module_products_list .price-cell .price {
    white-space: nowrap;
}

.module_products_list .availability-row {
    text-align: left;
}

.module_products_list .price-cell .price {
    font-size: 14px;
}

.module_products_list .price-cell .price.discount {
    font-size: 12px;
}

.module_products_list .price-cell .price.discount strike {
    line-height: 14px;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

.module_products_list .quantity-cell {
    width: 90px;
}

.display_list {
    margin-top: 0px;
    padding: 0px 0px 30px;
}

.display_list .list_item_wrapp {
    position: relative;
    zoom: 1;
    z-index: 0;
    -webkit-transition: border-color ease-out 0.2s;
    -moz-transition: border-color ease-out 0.2s;
    -o-transition: border-color ease-out 0.2s;
    transition: border-color ease-out 0.2s;
}

.display_list .list_item {
    min-height: 230px;
    white-space: normal;
}

.display_list .list_item td.image_block,
.display_list .list_item td.description_wrapp,
.display_list .list_item td.information_wrapp {
    padding: 20px;
    vertical-align: top;
}

.display_list .list_item td.image_block,
.display_list .list_item td.description_wrapp {
    padding: 19px;
}

.display_list .list_item .image_block {
    width: 25%;
    position: relative;
    zoom: 1;
    min-height: 170px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.display_list .description_wrapp .desc_name a span,
.popup .item_name span {
    font-size: 16px;
    line-height: 24px;
}

.display_list .adaptive_name {
    display: none;
}

.display_list .adaptive_name .desc_name {
    margin-bottom: 0;
}

.module_products_list .availability-row .value,
.module_products_list .availability-row .value span {
    font-size: 11px;
    margin: 2px 0 0 5px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

.display_list .availability-row .value:first-letter,
.display_list .availability-row .value span:first-letter,
.module_products_list .availability-row .value:first-letter,
.module_products_list .availability-row .value span:first-letter,
.catalog_block .availability-row .value:first-letter,
.catalog_block .availability-row .value span:first-letter,
.catalog_detail .availability-row .value:first-letter,
.catalog_detail .availability-row .value span:first-letter {
    text-transform: uppercase;
}

.display_list .adaptive_name .desc_name a span {
    font-size: 14px;
    line-height: 16px;
}

.display_list .adaptive_name td {
    padding: 15px;
}

.display_list .description_wrapp .description,
.display_list .description_wrapp .information {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 6px 0px 0px;
}

.display_list .list_item td.information_wrapp {
    width: 23%;
    width: 207px;
    min-width: 155px;
    padding: 0;
    position: relative;
    zoom: 1;
}

.display_list .information_wrapp .information {
    padding: 20px 29px 27px 6px;
}

.display_list .price_block {
    margin-bottom: 12px;
}

.display_list .price_block .price_name {
    margin-top: 8px;
}

.display_list .price_block .price:not(.discount) {
    white-space: nowrap;
}

.display_list .price {
    font-size: 24px;
    line-height: 26px;
}

.display_list .price.discount {
    line-height: 14px;
}

.display_list .likes_icons * {
    font-size: 11px;
}

.display_list .likes_icons a:first-child {
    margin-top: 3px;
}

.display_list .likes_icons a {
    margin-top: 5px;
}

.display_list .likes_icons .icon {
    position: relative;
    zoom: 1;
    bottom: -9px;
}

.display_list .likes_icons {
    margin-left: 2px;
}

.compare_wrapp {
    padding: 6px;
    position: absolute;
    right: 0;
    top: -55px;
    width: 180px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
}

.left_side .compare_wrapp {
    top: -60px;
}

.compare_wrapp .compare_button {
    margin-right: 3px;
}

.compare_wrapp a.compare_link {
    text-decoration: none;
    cursor: pointer;
    margin: 0 4px;
}

.compare_wrapp a.compare_link span {
    font-size: 11px;
}

.module-cart table tr[data-error="no_amounth"] td {
    padding-top: 20px;
}

.count-cell .module-cart table td.remove-cell {
    min-height: 100px;
    vertical-align: middle;
}

.display_list .price.discount,
.display_list .price.discount * {
    font-size: 11px;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

.popup {
    display: none;
    position: absolute;
    min-width: 420px;
    max-width: 520px;
    left: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    -moz-radius: 5px;
    -webkit-border-radius: 5px;
    /*overflow: hidden;*/
}

.popup.card_popup_frame {
    max-width: 520px;
}

.popup.card_popup_frame .popup-intro {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 63px;
}

.popup.card_popup_frame .popup-intro.grey {
    display: none;
}

.popup.card_popup_frame .basket_popup_wrapp {
    margin-top: 63px;
    overflow: hidden;
}

.popup-window-titlebar .popup-window-top-row .popup-window-center-column {
    height: auto;
    cursor: default !important;
}

.popup .pop-up-title,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column span div {
    padding: 22px 50px 20px 30px;
    font-size: 19px;
    line-height: 20px;
}

.popup-window-titlebar .popup-window-top-row .popup-window-center-column span div {
    padding: 17px 50px 14px 13px;
}

.popup-window-close-icon.popup-window-titlebar-close-icon:after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    background: url(/local/templates/fiztechkz/css/../images/close_icons.png) -1px -59px no-repeat;
}

.popup-window-close-icon.popup-window-titlebar-close-icon {
    background: none;
}

.popup a.item_name {
    text-decoration: none;
}

.popup a.item_name span {
    line-height: 22px;
}

.popup-window-close-icon.popup-window-titlebar-close-icon {
    margin: 0;
    position: absolute;
    right: 5px !important;
    top: 5px !important;
    cursor: pointer;
}

.popup .close i,
.popup-window-close-icon.popup-window-titlebar-close-icon:after {
    background: url(/local/templates/fiztechkz/css/../images/close_icons.png) -1px -59px no-repeat;
}

.popup .form-wr p {
    margin-top: 0;
    margin-bottom: 10px;
}

.popup .form_description {
    padding: 10px 30px;
}

.card_popup_frame.popup .form-wr {
    padding: 25px 0 30px 0;
}

.popup .product_description {
    padding-left: 10px;
}

.popup .buttons_wrapp {
    clear: both;
    margin-top: 30px;
}

.star_big {
    font-size: 32px;
}

.popup .r {
    margin-bottom: 13px;
    position: relative;
}

.popup .but-r .prompt {
    float: right;
}

.popup input[type="text"],
.popup input[type="password"],
.popup input[type="email"],
.popup textarea,
.form-block input,
.form-block textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup textarea {
    resize: vertical;
}

.one_click_buy_result {
    display: none;
}

.popup .cart_shell .catalog_item .slide,
.basket_fly .module-cart .slide {
    display: none;
}

.popup .cart_shell .catalog_item[animated=false],
.module-cart tr[animated=false] .thumb-cell img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.popup .cart_shell td.cost-cell {
    padding-right: 0;
}

.popup .cart_shell td.cost-cell .price:first-child {
    margin-top: 0;
}

.popup .cart_shell td.cost-cell,
.popup .cart_shell td.cost-cell * {
    text-align: right;
}

.popup .cart_shell .thumb-cell {
    width: 50px;
}

.popup .cart_shell td {
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup .cart_shell .thumb-cell a {
    display: block;
    position: relative;
    zoom: 1;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup .cart_shell .thumb-cell img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup .cart_shell .cost-cell .price {
    text-align: right;
    clear: both;
    float: right;
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
    margin-top: 0;
}

.card_popup_frame.popup .but_row {
    margin-top: 25px;
    clear: both;
    height: 31px;
    overflow: hidden;
    position: relative;
    zoom: 1;
}

.card_popup_frame.popup .but_row.no_border {
    border: 0;
}

.card_popup_frame.popup .but_row .to_basket,
.card_popup_frame.popup .but_row .to_delay {
    display: inline-block;
    position: absolute;
    top: 0;
}

.card_popup_frame.popup .but_row .to_basket {
    display: inline-block;
    right: 0;
}

.card_popup_frame.popup .but_row .to_delay {
    display: none;
}

.card_popup_frame.popup .total_wrapp hr {
    clear: both;
}

.card_popup_frame.popup .basket_empty {
    display: none;
    padding: 20px;
}

.card_popup_frame.popup .basket_empty td {
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.card_popup_frame.popup .basket_empty td.image {
    width: 91px;
}

.card_popup_frame.popup .basket_empty td.description {
    padding-left: 30px;
}

.card_popup_frame.popup .basket_empty .image div {
    min-height: 91px;
    background: url(/local/templates/fiztechkz/css/../images/empty_cart_small.png) center no-repeat;
}

.card_popup_frame.popup .basket_empty .basket_empty_subtitle {
    font-size: 15px;
    margin-bottom: 15px;
}

.card_popup_frame.popup .basket_empty .basket_empty_description {
    font-size: 13px;
    line-height: 16px;
}

.card_popup_frame.popup .but_row a.to_basket .text,
.card_popup_frame.popup .but_row a.to_delay .text {
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 13px;
    vertical-align: top;
}

.card_popup_frame.popup .but_row a.to_basket .icon,
.card_popup_frame.popup .but_row a.to_basket .icon i,
.card_popup_frame.popup .but_row a.to_delay .icon,
.card_popup_frame.popup .but_row a.to_delay .icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.card_popup_frame.popup .but_row a.to_basket .icon,
.card_popup_frame.popup .but_row a.to_delay .icon {
    margin-right: 15px;
}

.card_popup_frame.popup .but_row a.to_basket .icon i,
.card_popup_frame.popup .but_row a.to_delay .icon i {
    background: url(/local/templates/fiztechkz/css/../images/basket_icons.png) no-repeat;
}

.card_popup_frame.popup .but_row a.to_basket:hover .icon i {
    background-position: -5px -170px;
}

.card_popup_frame.popup .but_row a.to_delay:hover .icon i {
    background-position: -48px -257px;
}

.card_popup_frame.popup .total_wrapp .price {
    margin-left: 15px;
    display: inline-block;
}

.card_popup_frame.popup .total_wrapp .price.discount {
    display: block;
}

.card_popup_frame.popup .item-title a span {
    font-size: 13px;
}

.card_popup_frame.popup a.more_row,
.basket_fly td.total_wrapp a.more_row {
    text-decoration: none;
    float: left;
}

.card_popup_frame.popup a.more_row .icon,
.basket_fly td.total_wrapp a.more_row .icon {
    margin-left: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: middle;
    margin-top: -1px;
}

.card_popup_frame.popup a.more_row .text,
.basket_fly td.total_wrapp a.more_row .text {
    text-decoration: underline;
}

.popup .compare_list {
    padding: 25px 60px;
    text-align: center;
    position: relative;
    max-width: 445px;
}

.popup .compare_list .compare_list_item:first-child {
    margin-left: 0;
}

.popup .compare_list .compare_list_item {
    vertical-align: top;
    width: 135px !important;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    text-align: center;
}

.popup .compare_list .compare_list_item .image {
    min-height: 70px;
}

.popup .compare_list ul {
    display: inline-block;
    width: 100%;
}

.popup .compare_list .compare_list_item img {
    max-width: 100%;
}

.compare_frame.popup .button_row {
    padding: 15px 0;
    text-align: center;
}

.compare_list .compare_list_item .name a {
    font-size: 12px;
    line-height: 16px;
}

.popup.compare_frame {
    max-width: 970px;
}

.compare_list_item:hover .delete,
.differences_table .catalog_item:hover .remove {
    display: inline-block;
}

.differences_table .catalog_item .remove {
    z-index: 100;
}

.compare_list_item .delete,
.differences_table .remove {
    height: 16px;
    width: 16px;
    background: url(/local/templates/fiztechkz/css/../images/close_icons.png) -6px -8px no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.popup .compare_list .compare_navigation {
    display: inline-block;
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup .compare_list .compare_navigation li {
    position: absolute;
    right: 20px;
}

.popup .compare_list .compare_navigation li:first-child {
    left: 20px;
}

.catalog_detail .props_table {
    margin-bottom: 15px;
    width: 100%;
}

.props_table {
    min-width: 300px;
    margin-top: -10px;
}

.props_table .char_name {
    font-weight: bold;
    width: 57%;
}

.props_table td {
    padding: 5px 0;
}

.props_table .char_value {
    text-align: right;
    width: 38%;
}

.props_table .char_name span,
.props_table .char_value span {
    background: #fff;
    position: relative;
    zoom: 1;
    bottom: -10px;
}

.props_block .char_name span {
    position: relative;
}

.props_table .char_name span {
    padding-right: 10px;
}

.props_table .char_value span {
    padding-left: 10px;
}

.char_name .hint .icon,
.bx_filter_parameters_box_title .hint .icon {
    display: inline-block;
    position: absolute;
    z-index: 205;
    cursor: pointer;
    left: -35px;
    text-align: center;
    padding: 0;
    top: -1px;
    height: 14px;
    width: 14px;
    line-height: 12px;
}

.props_list .char_name .hint .icon {
    top: 0px;
}

.char_name .hint .icon:hover i,
.char_name .hint.active .icon i {
    color: #fff;
}

.char_name .hint .icon i,
.bx_filter_parameters_box_title .hint .icon i {
    font-weight: 100;
    line-height: 14px;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    font-style: normal;
}

.char_name .hint .tooltip,
.bx_filter_parameters_box_title .hint .tooltip {
    display: none;
}

.bx_filter_parameters_box_title .hint .tooltip {
    left: -10px;
    /*top: 27px;*/
    top: initial;
    bottom: 27px;
    z-index: 200;
    color: #888;
}

.bx_filter_parameters_box_title .hint .tooltip:after {
    top: initial;
    bottom: -16px;
    border-top-color: #fff;
    border-bottom-color: transparent;
}

.tooltip {
    position: absolute;
    left: -53px;
    top: 24px;
    line-height: 14px;
    z-index: 202;
    display: none;
    padding: 17px 20px 19px;
    min-width: 21px;
    max-width: 200px;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .12);
    background: #fff;
}

.tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #fff;
    left: 14px;
    top: -16px;
}

.char_name .hint .triangle,
.bx_filter_parameters_box_title .hint .triangle {
    display: none;
}

.char_name .hint.active .triangle,
.bx_filter_parameters_box_title .hint.active .triangle {
    position: absolute;
    top: 19px;
    left: 5px;
    z-index: 100;
    display: inline-block;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.bx_filter_parameters_box_title .hint.active .triangle {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 0 0 -10px -12px;
}

.tooltip .tooltip_close {
    font-size: 15px;
    text-align: center;
    height: 16px;
    width: 16px;
    display: inline-block;
    top: 2px;
    right: 2px;
    position: absolute;
    cursor: pointer;
}

.catalog_detail .offers_table tr td.str {
    text-align: left;
}

.catalog_detail .offers_table .cost.prices .price {
    float: none;
}

.catalog_detail .offers_table .offer_stores td {
    padding: 0;
    border-bottom: 0;
}

.opener_icon,
.opener_icon i {
    display: inline-block;
    height: 29px;
    width: 29px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.opener_icon {
    background: #eef1f1;
}

.opener_icon.no_bg {
    background: none;
}

.opener_icon i {
    background: url(/local/templates/fiztechkz/css/../images/arrows.png) 8px -188px no-repeat;
}

.opener_icon.no_bg i {
    background: url(/local/templates/fiztechkz/css/../images/arrows.png) 8px -255px no-repeat;
}

.opener_icon.opened i {
    background-position: -25px -190px;
}

.catalog_detail .offers_table td.opener:hover .opener_icon i,
.opener_icon:hover i,
h4:hover .opener_icon i,
.faq.list .item .q:hover .opener_icon i,
.jobs_wrapp .item .name tr:hover .opener_icon i {
    background-position: 8px -210px;
}

.catalog_detail .offers_table td.opener:hover .opener_icon.opened i,
.opener_icon.opened:hover i,
.opener_icon.opened.no_bg:hover i,
h4:hover .opener_icon.opened i,
.faq.list .item.opened .q:hover .opener_icon i,
.jobs_wrapp .item.opened .name tr:hover .opener_icon i {
    background-position: -25px -212px;
}

.opener_icon.opened.no_bg i {
    background-position: -24px -257px;
}

.catalog_detail .offers_table thead td {
    text-align: center !important;
}

.catalog_detail .offer_stores .stores_block_wrap {
    display: none;
    margin-top: 0;
}

.catalog_detail .offer_stores .stores_block_wrap {
    margin: 0 0 10px;
}


/*.catalog_detail .offers_table {border-bottom: 1px solid #e7e7e7;}*/

.catalog_detail .offers_table .opener {
    cursor: pointer;
    width: 20px;
}

.store_map .module-map {
    float: left;
    width: 60%;
    margin-bottom: 20px;
    padding-right: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.store_map .store_description {
    padding-left: 60%;
    margin-bottom: 20px;
}

.store_map .store_description .store_property {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.store_map .store_image img {
    margin-top: 5px;
    margin-right: 5px;
    border: 2px solid #c8c8c8;
}

.store_map .store_image img:hover {
    border: 2px solid #ffcc00;
}

.store_map .stores_images {
    clear: both;
}

.store_map .stores_images.multiple .store_image {
    display: inline-block;
    margin-right: 10px;
}

.module-authorization,
.registraion-page {
    margin: 20px 0 20px;
}

.authorization-cols {
    overflow: hidden;
}

.authorization-cols .col {
    display: inline-block;
    vertical-align: top;
}

.authorization-cols .col.authorization {
    width: 49%;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.authorization-cols .col.registration {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.authorization-cols .auth-title {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 13px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.authorization-cols .col.authorization .form-block #avtorization-form-page {
    padding: 20;
}

.authorization-cols .auth-title {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 13px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-block .but-r .remember {
    float: left;
}

.form-block .but-r .remember label {
    font-size: 12px;
    padding: 0px 0px 0px 23px;
    margin: 0px;
}

.filter .remember input[type="checkbox"]+label:after,
.filter .remember input[type="checkbox"]+label:before {
    top: 2px;
}

.filter.label_block input[type="checkbox"]+label:before,
.filter.label_block input[type="checkbox"]+label:after {
    top: 3px;
}

.authorization-cols .col.authorization .soc-avt .row {
    margin-top: 5px;
}

.authorization-cols .col.authorization .soc-avt {
    zoom: 1;
    position: relative;
    padding: 15px 20px 10px 20px;
    border-bottom: 0;
    font-size: 12px;
}

.authorization-cols .col.authorization div.error {
    left: 330px;
}

.authorization-cols .col.registration p {
    margin-bottom: 21px
}

.form-block .intro {
    padding: 22px 50px 20px 30px;
    font-size: 19px;
    line-height: 20px;
}

.authorization-cols .form_wrapp {
    padding: 20px;
}

.soc-avt .row a span.name,
.soc-serv-main .row a span.name {
    vertical-align: top;
}

.form-block-title,
.cart_empty .title {
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

span.form-block-title {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.module-form-block-wr .form-block {
    /*padding: 20px 20px 0 20px;*/
}

.module-form-block-wr.order_cancel .form-block {
    padding: 20px;
}

.module-form-block-wr.order_cancel textarea {
    margin: 5px 0 15px;
}

.module-form-block-wr .form-block label {
    padding: 1px 0 0 2px;
    margin: 0 0 5px;
}

.module-form-block-wr .form-block .r {
    width: 59%;
    margin-bottom: 18px;
}

.module-form-block-wr .form-block .r #LOCATION_PERSONAL_CITY select {
    margin-top: 10px;
}

.module-form-block-wr .form-block .r #LOCATION_PERSONAL_CITY select:first-child {
    margin-top: 0;
}

.module-form-block-wr .form-block .r.register-captcha img {
    margin-bottom: 15px;
}

.module-form-block-wr .form-block .r div.error {
    top: 23px;
}

.module-form-block-wr .form-block .r.pass {
    width: 235px;
}

.module-form-block-wr .form-block input,
.module-form-block-wr .form-block textarea {
    width: 100%;
}

.module-form-block-wr .form-block textarea {
    height: 98px;
}

.module-form-block-wr .form-block .pr {
    font-size: 11px;
    margin: 5px 0 -5px 3px;
    line-height: 16px;
    margin-bottom: 0px;
}

.module-form-block-wr .form-block .pr.em {
    margin: 8px 0 -5px 3px;
}

.module-form-block-wr .form-block .but-r {
    padding: 0;
    margin: -3px 0 20px;
}

.module-form-block-wr .form-block .prompt {
    float: left;
    margin-top: 6px;
}

.form-block .prompt {
    font-size: 11px;
}

.form-block .prompt .star {
    font-size: 32px;
    position: relative;
    vertical-align: middle;
    top: 6px;
}

.module-form-block-wr .soc-serv-main {
    padding: 33px 43px 15px;
    margin: 45px -43px 0px -43px;
    border-top: 1px solid #E5E5E5;
}

.module-form-block-wr .soc-serv-main .soc-serv-split-title-grey {
    margin-bottom: 5px;
}

.module-order-history.orderdetail .module-orders-list tr td:first-child {
    text-align: left;
    border-right-width: 0px;
}

.module-order-history.orderdetail .module-orders-list tr td:last-child {
    border-left-width: 0px;
}

.module-order-history.orderdetail .module-orders-list tr.gn td {
    text-align: center;
}

.module-order-history.orderdetail .t {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 20px 0 20px 35px;
    text-align: center;
}

.module-order-history.orderdetail .module-orders-list.result td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    font-size: 13px;
    font-weight: bold;
}

.module-order-history.orderdetail .module-orders-list.result td.custom_t2 {
    padding-right: 35px;
    text-align: right;
    padding-left: 15px;
}

.module-order-history.orderdetail .module-orders-list.result tr:first-of-type {
    border-top-color: transparent !important;
}

.module-order-history .module-orders-list {
    width: 100%;
}

.module-order-history .module-orders-list td.drop-cell {
    display: none;
    text-align: left;
    padding: 0;
}

.module-order-history .module-orders-list .drop-container {
    display: none;
}

.module-order-history .module-orders-list .drop-container .item-shell {
    width: 100%;
}

.module-order-history .module-orders-list .drop-cell .not-payed {
    margin: 0;
    padding: 5px 35px;
}

.module-order-history .module-orders-list .drop-cell .t {
    margin: 0;
    padding: 5px 0 5px 35px;
    font-weight: bold;
}

.module-order-history .module-orders-list td.drop-cell .item-shell th {
    padding-bottom: 0;
}

.module-order-history .module-orders-list td.drop-cell .item-shell td:first-child {
    text-align: left;
    padding-left: 35px;
}

.module-order-history .module-orders-list td.drop-cell .item-shell td {
    padding: 5px;
    text-align: center;
}

.module-order-history .history-table {
    margin: 17px 0 0 0;
}

.module-order-history .history-table>tbody>tr>td {
    padding: 11px 0;
}

.module-order-history .history-table .drop-cell {
    padding: 0;
    border: none;
}

.module-order-history .drop-cell .result-row {
    padding: 24px 20px 17px 35px;
}

.module-order-history .result-row a.button {
    margin-right: 12px;
}

.module-order-history .result-row a.button:last-child {
    margin-right: 0px;
}

.module-order-history .result-row .result {
    float: right;
    padding: 0px 10px 0px 0px;
}

.module-order-history .result-row .result table {
    margin-bottom: 0px;
}

.module-order-history .result-row .result .r {
    padding-left: 15px;
    position: relative;
    /*bottom: -2px;*/
}

.module-order-history .result-row .result .title {
    font-weight: bold;
}

.module-order-history .drop-cell .result-row .alert {
    padding-left: 19px;
    font-size: 11px;
    position: relative;
}

.module-order-history tr.tr-d.o>td,
.module-order-history tr.tr-d.o>td a,
.module-order-history tr.tr-d.o>td span {
    color: #fff !important;
}

.module-orders-list .order-extra-properties {
    text-transform: lowercase;
}

.module-orders-list .order-extra-properties,
.module-orders-list .item-extra-properties {
    display: none;
}

.module-orders-list .order-extra-properties .item {
    white-space: nowrap;
    display: inline-block;
}

.module-cart .cost-cell .discount strike,
.module-cart .cost-cell .price_name,
.cart_shell .cost-cell .price.discount * {
    line-height: 14px;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

.module-order-history .item_name .icon {
    background: none;
    margin: 0px 5px 0px 0px;
}

.module-order-history ul.tabs {
    margin-left: 20px;
}

.module-order-history ul.tabs li.cur span {
    border: 0;
}

.module-order-history ul.tabs li span {
    padding-top: 8px;
    text-transform: none;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    border-bottom: 1px solid #b4b4b4;
}

.module-order-history .item_name {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

.module-order-history .item_name .name {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 1px;
}

.module-products-list td,
.module-orders-list td {
    padding: 7px 0 6px 10px;
    vertical-align: middle;
}

.module-orders-list td {
    text-align: left;
}

.module-order-history .order-status-cell,
.module-order-history .order-status-th {
    width: 160px;
}

.module-order-history .item-name-cell,
.module-order-history .item-name-th {
    text-align: left;
    padding-left: 8px;
}

.module-order-history .item-name-th {
    padding-left: 19px;
}

.module-order-history .item-name-cell {
    font-weight: bold;
    padding-left: 13px;
}

.module-order-history .module-orders-list .tr-d td {
    cursor: pointer;
}

.module-order-history .tr-d:hover .item_name:hover .icon i,
.module-order-history .tr-d .item_name:hover .icon i {
    background-position: 8px -210px;
}

.module-order-history .tr-d.opened .item_name:hover .icon i {
    background-position: -25px -212px;
}

.module-order-history .tr-d.opened .item_name .icon i {
    background-position: -25px -190px;
}

.module-order-history td {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.module-orders-detail {
    width: 100%;
    box-shadow: 0 1px 2px #e7e7e7;
}

.module-orders-detail tr {
    border: 1px solid #e7e7e7;
}

.module-order-history .module-orders-list .tr-d {
    border-top: 1px solid transparent;
    transition: none 0s ease 0s;
}

.module-order-history .module-orders-list .tr-d:last-child td {
    border-bottom: 0;
}

.module-order-history .drop-container .item-shell thead td:first-child {
    border-left: 0;
}

.module-order-history .drop-container .item-shell thead td:last-child {
    border-right: 0;
}

.module-order-history .result-row .result td {
    border: 0;
    padding: 0 0 0px;
    text-align: left;
}

.module-order-history .drop-cell .result-row .result .name {
    text-align: right;
}

.module-order-history .order_property {
    font-weight: bold;
}

.module-order-history .module-pagination {
    margin-top: 20px;
}

.module-order-history .pagination-separator {
    display: none;
}

.popup .form-description-wrapp {
    padding: 10px 30px 10px 30px;
}

.cart_confirmation {
    margin-top: 25px;
}

.cart_empty .img {
    width: 150px;
}

.basket_fly #header .cart_empty {
    margin: 20px 20px 23px 15px;
}

.cart_empty .img_wrapp {
    width: 180px;
}

#order_form_div .sale_order_table .ps_logo img:hover,
#order_form_div .sale_order_table .ps_logo input[type=radio]:checked+label img {
    cursor: pointer;
    padding: 0;
}

#order_form_div form .title.summary {
    border-bottom: 0;
    margin-bottom: 0;
}

#order_form_div .sale_data-table th {
    padding: 10px;
    font-weight: normal;
}

#order_form_div .section table.colored.summary {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.summary .cost_cell,
.summary .order_item_weight {
    white-space: nowrap;
}

#new_basket {
    display: none;
}

.page_not_found {
    margin-top: 70px;
}

.page_not_found td {
    vertical-align: top;
}

.page_not_found td.image {
    width: 60%;
}

.page_not_found td.image img {
    max-width: 100%;
}

.page_not_found td.description {
    text-align: center;
    padding-top: 40px;
}

.page_not_found td.description .title404 {
    font-size: 44px;
    line-height: 48px;
}

.page_not_found td.description .subtitle404 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}

.page_not_found td.description .back404,
.page_not_found td.description .back404 a {
    font-size: 12px;
}

.page_not_found td.description .back404 a {
    text-decoration: underline;
}

.page_not_found td.description .descr_text404 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}

.page_not_found td.description .subtitle404,
.page_not_found td.description .descr_text404,
.page_not_found td.description .back404,
.page_not_found td.description .back404 a {
    font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif;
}

.page_not_found td.description .btn_big {
    margin-top: 20px;
}

.page_not_found td.description .back404 {
    margin-top: 5px;
}

.catalog_detail .set_block .title {
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 500;
}

.set_block .cost .price:not(.discount) {
    padding: 0px;
}

.catalog_detail .bx_item_set_hor_container_big .title {
    line-height: 30px;
}

.catalog_detail .set_block {
    padding: 26px 29px 34px;
    border-top: 1px solid #E7E7E7;
}

.catalog_detail .set_block .item {}

.catalog_detail .set_block .item .cost.prices {
    margin: 6px 0px 0px;
}

.catalog_detail .bx_item_set_hor_container_big .total_wrapp {
    clear: left;
}

.catalog_detail .set_block .item,
.bx_modal_body .bx_kit_item {
    width: 79%;
    min-width: 180px;
    -webkit-transition: box-shadow ease-out 0.2s;
    -moz-transition: box-shadow ease-out 0.2s;
    -o-transition: box-shadow ease-out 0.2s;
    transition: box-shadow ease-out 0.2s;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    zoom: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px 13px 5px 0px;
    width: 180px !important;
}

.set_block .result_block .item {
    margin-right: 0px;
    margin-top: 55px;
}

.set_block .item .item_inner {
    padding: 20px 20px 15px;
}

.set_block .result_block .item .item_inner {
    padding-right: 0px;
}

.set_block .bx_modal_body .item .item_inner {
    padding-bottom: 13px;
}

.set_block .bx_modal_body .slider_wrapp .item .item_inner {
    padding-bottom: 13px;
}

.set_block .item.main_item .item_inner {
    padding: 19px 19px 14px;
}

.bx_modal_body .bx_kit_item:hover {
    padding: 0;
}

.bx_item_set_hor .bx_item_set_hor_item {
    margin-right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    zoom: 1;
    margin-bottom: 15px;
    min-width: 150px;
}

.bx_item_set_hor li {
    display: inline-block;
}

ul li.stretch {
    display: inline-block;
    width: 100%;
    zoom: 1;
    margin: 0 !important;
    padding: 0 !important;
}

.bx_item_set_hor .bx_item_set_hor_item .bx_item_set_img_container,
.bx_kit .bx_kit_img_container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.bx_item_set_hor .bx_item_set_hor_item.equally .item_wrapp {
    width: 100%;
}

.bx_item_set_hor .bx_item_set_hor_item .item_wrapp.main_item {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0;
    border: 1px solid #efefef;
}

.catalog_detail .set_wrapp .item:hover,
.set_block .item:not(.r):hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.bx_modal_body .item_wrapp {
    /*width: 21%;*/
    display: inline-block;
    white-space: nowrap;
    margin-right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    zoom: 1;
    min-width: 180px;
    font-size: 0;
}

.bx_modal_body .item_wrapp .item_block_title {
    position: absolute;
    top: -41px;
}

.bx_modal_body .item_block_title {
    font-size: 16px;
    font-weight: 600;
}

.bx_modal_body .bx_kit_one_section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    text-align: justify;
}

.bx_modal_body .bx_kit_one_section .sale_block {
    white-space: normal;
}

.set_block .item .cost.prices .price.discount {
    margin-top: 4px;
}

.catalog_detail .set_block .separator,
.bx_modal_body .separator {
    display: inline-block;
    position: relative;
    width: 13px;
    margin: 0px 10px 0px 0px;
    min-height: 140px;
}

.catalog_detail .set_block .separator:after,
.bx_modal_body .separator:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 13px;
    width: 15px;
    height: 15px;
    background: url(/local/templates/fiztechkz/css/../images/icons_wish.png) -116px -206px no-repeat;
}

.set_block .equally .separator:after,
.set_block .item_equally.separator:after {
    background-position: -158px -206px;
}

.catalog_detail .set_wrapp .item .image,
.bx_item_set_hor .bx_item_set_hor_item .bx_item_set_img_container a,
.bx_modal_body .bx_kit_item .image a,
.bx_kit .bx_kit_img_container a,
.bx_modal_body .bx_kit_item .image,
.bx_kit .bx_kit_img_container {
    display: block;
    vertical-align: middle;
    height: 140px;
    line-height: 140px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    zoom: 1;
    margin: 0px 0px 20px;
}

.catalog_detail .set_wrapp .item .image img,
.bx_item_set_hor .bx_item_set_hor_item .bx_item_set_img_container img,
.bx_modal_body .bx_kit_item .image img,
.bx_kit .bx_kit_img_container img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.catalog_detail .set_block .item .item-title a,
.bx_item_set_hor .bx_item_set_hor_item .item-title a,
.bx_modal_body .bx_kit_item .item-title a {
    text-decoration: none;
}

.catalog_detail .set_block .item .item-title a span,
,
.bx_item_set_hor .bx_item_set_hor_item .item-title a span {
    font-size: 12px;
    line-height: 15px;
}

.set_block .item .cost.prices .price,
.bx_item_set_hor .bx_item_set_hor_item .price,
.bx_modal_body .bx_kit_item .price {
    font-size: 18px;
    line-height: 19px;
}

.bx_item_set_hor .bx_item_set_hor_item .price,
.bx_modal_body .bx_kit_item .price {
    margin-top: 5px;
}

.bx_item_set_hor .bx_item_set_hor_item .price.discount,
.bx_modal_body .bx_kit_item .price.discount {
    margin-top: 0;
}

.catalog_detail .set_block .item_info .item-title span,
.bx_item_set_hor .bx_item_set_hor_item_info .item-title span {
    line-height: 16px;
}

.catalog_detail .bx_item_set_hor_container_big .popup_open {
    float: right;
    clear: none;
    margin: -4px 0px 0px;
}

.set_block .item-title a {
    font-size: 12px;
}

.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_title {
    font-size: 14px;
    display: inline-block;
}

.set_block .item .total_wrapp .cost .price,
.bx_kit_result_two .price,
.bx_kit_result_one .price,
.bx_kit_result_tre .price,
.bx_kit_result_two .price *,
.bx_kit_result_one .price *,
.bx_kit_result_tre .price * {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    display: inline-block;
    float: none;
    margin: 0px 0px 3px;
}

.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_price {
    vertical-align: bottom;
}

.set_block .total_wrapp .buttons_wrapp {
    margin: 20px 0px 0px;
}

.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_buttons .buttons_wrapp .one_click {
    margin-left: 10px;
}

.set_block .item .total_wrapp .price.discount,
.set_block .item .total_wrapp .price.discount * {
    font-size: 16px;
    line-height: 18px;
    display: block;
    font-weight: 400;
    margin: 0px 0px 12px;
}

.bx_item_set_hor .bx_item_set_hor_item a.remove {
    display: none;
    position: absolute;
    top: -10px;
    left: -10px;
}

.bx_item_set_hor .bx_item_set_hor_item:hover a.remove {
    display: inline-block;
}


/*popup set*/

div[id^="CatalogSetConstructor"] .popup-window {
    border: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    overflow: hidden;
    width: 1104px;
}

.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-left-column,
.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-center-column,
.popup-window.popup-window-titlebar .popup-window-top-row .popup-window-right-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-left-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-center-column,
.popup-window.popup-window-titlebar-light .popup-window-top-row .popup-window-right-column {
    border-top: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    background: #fff;
    border-bottom: 2px solid;
}

.popup-window-content {
    margin: 0;
}

.bx_modal_container {
    padding: 25px 25px;
}

.bx_modal_container .bx_modal_body {
    margin-top: 41px;
}

.bx_modal_container .bx_modal_description {
    display: inline-block;
    margin: 0px 0px 0px 24px;
    font-size: 12px;
}

.bx_modal_container .bx_modal_small_title {
    display: block;
    font-size: 17px;
}

.bx_item_set_hor_container_big .bx_item_set_del,
.bx_kit_item .bx_kit_item_del {
    display: none;
    height: 24px;
    width: 24px;
    top: -9px;
    left: -9px;
    position: absolute;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    cursor: pointer;
}

.bx_item_set_hor_container_big .bx_item_set_del:after,
.bx_kit_item .bx_kit_item_del:after {
    content: ".";
    font-size: 0;
    display: block;
    width: 21px;
    height: 21px;
    background: url(/local/templates/fiztechkz/css/../images/close_icons.png) -30px 4px no-repeat;
    cursor: pointer;
}

.popup-window-titlebar h2 {
    margin: 0px;
    padding: 34px 24px 33px;
}

.bx_kit_two_section {
    margin-top: 15px;
}

.bx_kit_two_section .title {
    margin: 25px 0 11px 10px;
    display: inline-block;
}

.bx_kit_two_section .triangle,
.bx_kit_two_section .triangle i {
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 5px solid #e6e6e6 !important;
    margin: 0 auto;
}

.bx_kit_two_section .triangle {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -16px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid transparent;
    border-bottom: 9px solid #e6e6e6 !important;
}

.bx_kit_two_section .triangle i {
    top: -4px;
    left: -9px;
    position: relative;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #fafafa !important;
}

.bx_kit_item_empty:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

.bx_kit_item .bx_kit_item_add {
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: none;
    background: #ddd;
}

.bx_kit_item_add:after {
    content: ".";
    font-size: 0;
    display: block;
    width: 27px;
    height: 27px;
    background: url(/local/templates/fiztechkz/css/../images/icons_wish.png) -178px -211px no-repeat;
    cursor: pointer;
}

.bx_kit_two_section .slider_wrapp {
    position: relative;
}

.bx_kit_two_section .slider_wrapp .flex-direction-nav {
    position: absolute;
    top: -34px;
    right: 26px;
    font-size: 0px;
}

.bx_kit_item_slider_arrow_left.disabled,
.bx_kit_item_slider_arrow_right.disabled {
    opacity: .5;
}

.bx_modal_container.bx_kit {
    padding-bottom: 30px;
}

.bx_kit_one_section .bx_kit_item_discount {
    right: 0;
    left: 0;
    z-index: 111;
}

.bx_kit_two_section {
    position: relative;
    border-top: 1px solid #e5e5e5;
    margin: 15px -30px -30px;
    padding: 0px 6px 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f7f7f7;
}

.bx_kit_item_empty {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
}

.bx_kit_two_section_ova {
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 100%;
    white-space: nowrap;
}

.bx-touch .bx_kit_two_section_ova {
    overflow-x: auto
}

.bx_kit_two_item_slider {
    position: relative;
    text-align: left;
}

.bx_kit_item_slider {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

.bx_kit_item_slider .bx_kit_item {
    z-index: 112;
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    background: #fff;
}

.bx_kit_item_slider_drag {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    position: relative;
    z-index: 115;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
}

.bx_kit_item_slider_drag .bx_kit_item_add {
    display: none !important;
}

.bx_kit_item_slider_drag *,
.bx_kit_item_slider_drag {
    height: auto !important;
}

#basket_line .basket_hidden {
    display: none;
}

.header-cart-block .cart .delay_link {
    text-decoration: underline;
}

.header-cart-block .cart .delay_link,
.header-cart-block .cart .delay_link * {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-size: 11px;
}

.header-cart-block .cart .delay_link .icon {
    display: inline-block;
    height: 18px;
    width: 19px;
    background: url(/local/templates/fiztechkz/css/../images/basket_icons.png) -56px -12px no-repeat;
}

.header-cart-block .cart .delay_link:hover .icon {
    background-position: -56px -138px;
}

#header .catalog_menu ul.menu>li,
#header ul.menu.full.opened>li {
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
}

#header ul.menu.adaptive {
    display: none;
}

#header ul.menu.adaptive .menu_opener {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

body #header ul.menu.full.opened {
    margin-top: -3px;
}

#header ul.menu.adaptive>li.menu_opener {
    width: 100%;
}

header ul.menu.adaptive>li.menu_opener i {
    display: inline-block;
    height: 40px;
    width: 40px;
    float: right;
    background: url(/local/templates/fiztechkz/css/../images/menu_opener.png) 1px -33px no-repeat;
}

#header .catalog_menu ul.menu>li>a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 34px;
    display: inline-block;
    height: 53px;
    line-height: 52px;
    font-weight: 600;
}

#header .catalog_menu ul.menu>li.last,
#header .catalog_menu ul.menu>li.stretch,
#header .catalog_menu ul.menu>li.last>a {
    border-right: 0 !important;
}

#header .catalog_menu ul.menu>li.first,
#header .catalog_menu ul.menu>li.first>a {
    border-left: 0 !important;
}

.one_click_buy_result_success,
.one_click_buy_result_fail {
    display: none;
}

.search-page form {
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 20px 17px;
}

.search-page form input[type="text"] {
    height: 30px;
    position: relative;
    zoom: 1;
    bottom: -1px;
}

.basket_button.to-subscribe span,
.basket_button.in-subscribe span,
.basket_button.to-order span {
    background: none;
    padding-left: 6px;
    width: 92px;
    text-align: center;
}

.catalog_detail .item_main_info .buttons_block .basket_button.to-subscribe span,
.catalog_detail .item_main_info .buttons_block .basket_button.in-subscribe span {
    padding-left: 3px;
    width: 90px;
    text-align: center;
}

.order-checkout label {
    display: inline-block;
}

.order-checkout label.error {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    text-align: right;
}

.order-checkout label img {
    pointer-events: none;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
}


/*set*/

.catalog_detail .bx-modal-container {
    padding-top: 0px;
}

.catalog_detail .bx-modal-container .bx-modal-small-title {
    font-size: 20px;
    margin-top: -5px;
    margin-left: 16px;
}

.catalog_detail .bx-modal-container .bx-original-item-container * {
    font-size: 14px;
}

.catalog_detail .bx-modal-container .bx-original-item-container>div {
    margin: 20px 0px 0px;
    color: #555;
    padding: 0px 15px;
}

.catalog_detail .bx-modal-container .bx-original-item-container .bx-added-item-new-price {
    padding: 2px 0px 2px;
    display: inline-block;
}

.catalog_detail .bx-modal-container .bx-original-item-container .bx-added-item-new-price,
.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-price-new {
    font-weight: 600;
    color: #1d2029;
}

.catalog_detail .bx-modal-container .bx-original-item-container .bx-added-item-new-price *,
.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-price-new * {
    color: #1d2029;
}

.bx-modal-container .bx-catalog-set-item-price-old *,
.bx-modal-container .bx-catalog-set-item-price-old,
.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-price-old {
    font-weight: 400;
    color: #555555;
}

.catalog_detail .bx-modal-container a:hover {
    text-decoration: none;
}

.catalog_detail .bx-modal-container .bx-item-set-current-price {
    color: #1d2029;
    font-size: 24px;
    background: none;
    margin-bottom: 0px;
}

.bx-modal-container .bx-item-set-economy-price {
    display: none;
}

.catalog_detail .bx-modal-container .bx-constructor-container-result .bx-added-item-old-price {
    color: #666666;
    font-size: 15px;
}

.catalog_detail .bx-modal-container .bx-constructor-container-result .btn-add {
    margin-top: 13px;
    font-weight: 600;
    font-size: 13px;
    padding: 7px 19px 7px;
}

.catalog_detail .bx-modal-container .btn.btn-add {
    border-color: rgba(0, 0, 0, 0);
}

.catalog_detail .bx-modal-container .bx-catalog-set-item {
    text-align: center;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-img {
    padding-top: 10px !important;
    max-height: 200px;
    padding-bottom: 50px;
    height: 200px;
    line-height: 135px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-img .bx-catalog-set-item-img-container {
    position: static;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-img .bx-catalog-set-item-img-container img {
    position: static;
    transform: none;
    display: inline-block;
}

.bx-modal-container .bx-catalog-set-item-title:after {
    display: none;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-title {
    height: auto;
    padding-bottom: 2px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-title a {
    font-size: 14px;
    line-height: 18px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-price {
    padding-top: 0px;
    min-height: auto;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item-price-old {
    padding-top: 5px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-item .bx-catalog-set-item-add-btn {
    padding-top: 9px;
}

.catalog_detail .bx-modal-container .bx-catalog-set-topsale-slider-box {
    padding: 20px 0px 0px;
    z-index: 1;
}

.catalog_detail .bx-modal-container .btn.btn-add {
    display: inline-block;
    /*height: 25px;*/
    line-height: 16px;
    text-transform: uppercase;
    clear: both;
    padding: 9px 13px 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
    width: auto;
    vertical-align: middle;
    border: 0px;
}

.catalog_detail .bx-modal-container {
    border: none;
    border-top: 1px solid #ebeaec;
    border-radius: 0px;
}

.catalog_detail .bx-modal-container * {
    box-sizing: border-box;
    font-size: 13px;
}

.catalog_detail .bx-modal-container .catalog_detail .bx-added-item-table-cell-itemname,
.catalog_detail .bx-modal-container .bx-added-item-table-cell-img,
.catalog_detail .bx-modal-container .bx-added-item-table-cell-del,
.catalog_detail .bx-modal-container .bx-added-item-table-cell-price {
    padding: 5px 5px;
}


/*buttons*/

button.button,
input.button,
.button:not(.btn-red) {
    cursor: pointer;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    background: #ddd;
    color: #000;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 9px 13px 8px;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    letter-spacing: 0.4px;
    width: auto;
    vertical-align: middle;
}

.bx-firefox .button,
.bx-ie .button {
    padding-top: 8px;
    padding-bottom: 9px;
}

.button:hover {
    color: #fff;
}

.button.type_block {
    display: block;
}

.button.transparent {
    color: #ddd;
    border: 1px solid #ddd;
    background: none;
    padding-top: 8px;
    padding-bottom: 7px;
}

.bx-firefox .button.transparent,
.bx-ie .button.transparent {
    padding-top: 7px;
    padding-bottom: 8px;
}

.button.icon {
    text-indent: -9999px;
    background: none;
    border: 0px;
}

.button.wicon {
    padding: 10px 20px 9px 13px;
}

.button.wicon i {
    display: inline-block;
    width: 11px;
    height: 15px;
    background: url('/local/templates/fiztechkz/css/../images/icons_wish.png') -49px -4px no-repeat;
    vertical-align: middle;
    margin: 0px 8px 0px 0px;
}

.button.noborder {
    background: none;
    border: 0px;
}

.button.transparent:hover {
    background: none;
    color: inherit;
}

.button.transparent.grey_br:not(.text):hover {
    color: #6d6d6d;
}

.button.big {
    padding: 10px 30px;
}

.button.big_btn {
    padding: 0;
}

.button.vbig_btn {
    /*padding-top: 11px; padding-bottom: 10px;*/
    width: auto;
}

.bx-firefox .button.vbig_btn,
.bx-ie .button.vbig_btn {
    padding-top: 9px;
    padding-bottom: 10px;
}

.bx-firefox .button.vbig_btn.transparent,
.bx-firefox .button.vbig_btn.transparent {
    padding-top: 9px;
    padding-bottom: 10px;
}

.button.vbig_btn.wides {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

.button.big_btn.transparent {
    padding-top: 9px;
    padding-bottom: 8px;
}

.button.vbig_btn.transparent {
    padding-top: 10px;
    padding-bottom: 9px;
}

.button.long.transparent.big_btn {
    padding-top: 10px;
    padding-bottom: 9px;
}

.button.bold.big_btn {
    padding-bottom: 11px;
}

.button.bold.big_btn.transparent {
    padding-top: 10px;
    padding-bottom: 9px;
}

.button.big_btn.in-cart {
    padding-bottom: 9px;
}

.bx-firefox .button.big_btn,
.bx-ie .button.big_btn {
    padding-bottom: 10px;
}

.bx-firefox .button.big_btn.transparent,
.bx-ie .button.big_btn.transparent {
    padding-bottom: 9px;
}

.button.big_btn span,
.button.bold {
    font-size: 13px;
    font-weight: 600;
}

.button.medium {
    padding: 11px 13px 10px;
}

.bx-firefox .button.medium,
.bx-ie .button.medium {
    padding: 9px 13px 10px;
}

.bx-ie .button.medium {
    /* padding: 11px 13px 9px; */
}

.button.wide {
    padding: 14px 20px 13px;
}

.bx-firefox .button.short,
.bx-ie.button.short {
    padding-top: 9px;
}

.button.msmall {
    padding: 9px 13px 8px 13px;
}

.button.msmall.transparent {
    padding: 8px 13px 7px 13px;
}

.button.small {
    padding: 7px 13px 6px 13px;
}

.bx-firefox .button.small,
.bx-ie .button.small {
    padding: 6px 13px 7px;
}

.button.small.transparent {
    padding-top: 6px;
    padding-bottom: 5px;
}

.bx-firefox .button.small.transparent,
.bx-ie .button.small.transparent {
    padding: 5px 13px 6px;
}

.button.vsmall {
    padding: 5px 12px 6px 12px;
}

.button.sbold {
    font-weight: 500;
}

.button.wide.transparent {
    padding: 13px 20px 12px;
}

.button.medium.transparent {
    padding: 10px 13px 9px;
}

.bx-firefox .button.medium.transparent {
    padding: 8px 13px 9px;
}

.bx-ie .button.medium.transparent {
    padding-bottom: 10px;
    padding-top: 10px;
}

.bx-ie .button.medium {
    padding-top: 10px;
    padding-bottom: 11px;
}

.button.transparent.white {
    color: #fff;
    border-color: #fff;
}

.button.transparent.white:hover,
.bx_filter .button.white_bg:hover,
.button.white_bg {
    background: #fff;
    border-color: #fff;
}

.button.transparent.white.video:hover:before {
    /*display: none;*/
}

.button.basket {
    float: left;
}

.button.video::before {
    content: "";
    background: url('/local/templates/fiztechkz/css/../images/top_icons_flex.png') 0px 0px no-repeat;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0px 6px 0px 0px;
}

.button.back_button,
.button.grey {
    background: #b0c3cc;
}

.button.grey_br.transparent,
.button.grey_br.transparent:hover,
.button.grey_br span {
    color: #6d6d6d;
    border-color: #e5e5e5;
}

.button.back_button span {
    text-shadow: 0 1px 1px #69808c;
    -moz-text-shadow: 0 1px 1px #69808c;
    -o-text-shadow: 0 1px 1px #69808c;
    -webkit-text-shadow: 0 1px 1px #69808c;
}

.button.fast_order {
    padding: 10px 20px 9px;
}


/*flex arrow*/

.flex-direction-nav li:first-child,
.flex-direction-nav li,
.flex-direction-nav li:hover {
    border-bottom-width: 0px !important;
}

ul.slider_navigation {
    right: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.bx-ie .specials_slider_wrapp ul.slider_navigation.top {
    top: 27px;
}

ul.slider_navigation.top {
    top: 42px;
}

.bx-ie ul.slider_navigation.top {
    top: 26px;
}

ul.slider_navigation.top_big {
    top: 44px;
}

ul.slider_navigation.compare {
    position: initial;
}

ul.slider_navigation.compare li {
    position: absolute;
    z-index: 10;
    top: -14px;
}

ul.slider_navigation.compare li:not(.disabled) {
    cursor: pointer;
}

ul.slider_navigation.compare .flex-nav-prev {
    left: 0px;
}

ul.slider_navigation.compare .flex-nav-next {
    right: 0px;
}

.flex-direction-nav li,
.flex-direction-nav li a,
.flex-direction-nav li span {
    width: 29px;
    height: 29px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
}

.bx-ie .flex-direction-nav li,
.bx-ie .flex-direction-nav li a,
.bx-ie .flex-direction-nav li span {
    font-size: 0px;
    line-height: 0px;
}

.flex-direction-nav li {
    border-bottom-width: 0px;
}

body .flex-direction-nav li:first-child,
body .flex-direction-nav li {
    /*background: none;*/
}

.flex-direction-nav li:first-child {
    margin-right: 5px;
}

.flex-direction-nav li a,
.flex-direction-nav li span {
    background: url(/local/templates/fiztechkz/css/../images/arrows.png) 0px 0px no-repeat;
}

.flex-direction-nav li:not(.disabled) span {
    cursor: pointer;
}

.flex-direction-nav li .flex-prev {
    background-position: 10px -50px;
}

body .flex-direction-nav li:hover .flex-prev,
body .dark .flex-direction-nav li .flex-prev {
    background-position: 10px -26px;
}

body .flex-direction-nav li .flex-next {
    background-position: -27px -50px;
}

.flex-direction-nav li:hover .flex-next,
.dark .flex-direction-nav li .flex-next {
    background-position: -27px -26px;
}

.flex-direction-nav .flex-disabled {
    display: none;
}

.absolute .flex-direction-nav>li {
    position: absolute;
    top: 1px;
}

.absolute .flex-direction-nav li.flex-nav-prev {
    left: -30px;
}

.cat_slider_navigation.absolute .flex-direction-nav li.flex-nav-prev,
.cat_slider_navigation.absolute .flex-direction-nav li.flex-nav-next {
    top: 50%
}

.absolute .flex-direction-nav li.flex-nav-next {
    right: -30px;
}


/*stickers*/

.stickers {
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: 2;
}

.stickers [class*="sticker_"] {
    display: block;
    height: 45px;
    width: 45px;
    background: url(/local/templates/fiztechkz/css/../images/icons_goods.png) -1px -0px no-repeat;
    margin: -3px 0px 0px;
}

.stickers .sticker_new {
    background-position: -1px -0px;
}

.stickers .sticker_recommend {
    background-position: -1px -184px;
}

.stickers .sticker_stock {
    background-position: -1px -46px;
}

.stickers .sticker_hit {
    background-position: -1px -92px;
}

.stickers [class*="sticker_"]:first-child {
    margin-top: 0;
}


/*countdown*/

.view_sale_block {
    margin: 10px 0px 0px;
    white-space: nowrap;
}

.view_sale_block>div {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
}

.view_sale_block .title {
    font-size: 10px;
    line-height: 15px;
    color: #666;
    margin: 0px 0px 5px;
}

.view_sale_block .values {
    margin: 0px 0px 5px;
    line-height: 15px;
    font-size: 0px;
}

.view_sale_block .values .item {
    background: #eeeeee;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 18px;
    width: 40px;
    height: 36px;
    padding: 8px 0px 0px;
    text-align: center;
    position: relative;
    margin: 0px 2px 0px 0px;
}

.view_sale_block .values .item:last-child {
    margin: 0px;
}

.view_sale_block .values .item:before,
.view_sale_block .values .item:after {
    content: "";
    background: #fff;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    right: -4px;
    border-radius: 6px;
    z-index: 10;
}

.view_sale_block .values .item:last-child:before,
.view_sale_block .values .item:last-child:after {
    display: none;
}

.view_sale_block .values .item:before {
    top: 12px;
}

.view_sale_block .values .item:after {
    bottom: 12px;
}

.view_sale_block .values .item .text {
    opacity: 0.6;
    font-weight: 400;
    font-size: 10px;
    display: block;
}

.view_sale_block .count_d_block {
    margin: 0px 4px 0px 0px;
}

.view_sale_block .quantity_block .values .item {
    background: #4f4f4f;
    color: #fff;
}

.view_sale_block .countdown {
    width: 124px;
    height: 44px;
    display: block;
    overflow: hidden;
}

.view_sale_block .values .item:nth-child(3):before,
.view_sale_block .values .item:nth-child(3):after {
    display: none;
}


/*tabs*/

.tabs-head {
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 0;
    overflow: hidden;
    list-style-type: none;
}

.tabs-head li:before,
.tabs_section .tabs-head li:before {
    display: none;
}

.tabs_section .tabs-head {
    margin: 0px;
}

.tabs-head li {
    display: inline-block;
    cursor: pointer;
    background: none;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    opacity: 1;
    font-weight: 600;
    margin: 0;
    margin-right: 10px;
    padding: 11px 18px 14px 18px;
    margin-bottom: -1px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-color: #e5e5e5;
    background: #f7f7f7;
    position: relative;
}

.tabs_section .tabs-head li {
    margin: 0px 10px -1px 0px;
}

.tabs_section .tabs-body {
    margin-top: -1px;
}

.tabs_section .tabs-body>li {
    width: 100%;
    padding: 34px 0 20px;
}

.tabs-head li.current {
    background: #fff;
    z-index: 1;
}

.tabs-head li span {
    line-height: 18px;
    display: inline-block;
    color: #6d6d6d;
    font-weight: 600;
}

.tabs-body {
    border-top: 1px solid #e5e5e5;
    margin-top: -1px;
    position: relative;
}

.tabs-body>li.current>div:last-of-type {
    margin-bottom: 0;
}

.border_block .block_wr {
    margin: 0px 0px 20px;
    color: #F00;
}

.border_block .block_wr.alert-success {
    color: #008000;
}

.red_border_btn.mb-20 {
    margin-bottom: 20px
}
/* End */


/* Start:/local/templates/fiztechkz/ajax/ajax.css?1724478209326*/
iframe.waitwindowlocal 
{
	position:absolute; 
	border:0px; 
	z-index:9999;
	
}
div.waitwindowlocal 
{
	position:absolute; 
	width:25px; 
	height: 25px; 
	padding:0px; 
	z-index:10000; 
	display: none;
}
div.waitwindowlocalshadow
 {
	position:absolute; 
	background: rgba(255,255,255, .6); 
	z-index: 2;
}
/* End */


/* Start:/local/templates/fiztechkz/components/aspro/com.banners.mshop/top_slider_banners/style.css?17244782091532*/
.flexslider .left .banner_title.new-d{
    margin: 180px 0 0;
}
body .wrapper .top_slider_wrapp .flexslider .slides>li td.text.new-d {background: none;}
.banner_title.new-d p{
	color: #000;
	font-size: 61px;
    line-height: 60px;
    font-weight: 600;
	text-align:right;
	margin: 0 0 15px;
} 
.banner_title.new-d p:first-child{
	color: #ee3732;
	text-align: left;
}

.banner_title.new-d p:last-child{
	color: #302e30;	
}

.banner_title.new-d p{
	text-shadow: 1px 8px 15px black;	
}

.flexslider .left .new-d-butt{
	width: 50%;
}
.flexslider .left .new-d-butt .banner_buttons{
   margin-right: 0;
   position: absolute;
   right: -30px;
   bottom: 30px;
}
.desktop_banner {
	display: block !important;
}
.mobile_banner {
	display: none !important;
}

@media (max-width: 1200px){
	.flexslider .left .new-d-butt .banner_buttons{right: 0;}
}
@media all and (max-width: 1180px) {
	.desktop_banner {
		display: none !important;
	}
	.mobile_banner {
		display: block !important;
	}
}
@media (max-width: 768px){
	.banner_title.new-d p{font-size:32px;}
	body .wrapper .top_slider_wrapp .flexslider .slides>li {height: 300px !important; }
}
@media (max-width: 440px){
	.flexslider .left .new-d-butt{width:100%}
	body .wrapper .top_slider_wrapp .flexslider .slides>li td.new-d{width:100% !important;}
	.flexslider .left .new-d-butt .banner_buttons{left: 0;}
	body .top_slider_wrapp .flexslider .slides li td.text.new-d *{text-align: left;}
	.banner_title.new-d p{font-size: 13px; line-height: 13px;}
	.banner_title.new-d{margin-left: 10px;}
}
/* End */


/* Start:/local/templates/fiztechkz/components/aspro/social.info.mshop/.default/style.css?172447820942*/
.soc_item_last {
    margin-left: 5px;
}
/* End */


/* Start:/local/templates/fiztechkz/template_styles.css?1724478210328654*/
* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

div[id^=wait_comp],
.bx-core-waitwindow {
    display: none;
}

.right_block ul,
.right_block ol {
    margin: 0 0 27px;
}

.right_block ul {
    display: inline-block;
}

.right_block ul li::before,
.right_block ol li:before,
.right_block ul>li::before {
    padding: 0px;
    margin-left: 20px;
    width: 20px;
    display: block;
    zoom: normal;
    content: '';
}

.right_block ul li,
.right_block ol li {
    margin: 0 0 4px;
}

.title_block {
    display: inline-block;
    margin: 0px 38px 0px 0px;
    font-size: 32px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
}

.icon_more {
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    background: url('/local/templates/fiztechkz/images/arrows.png') -1px -78px no-repeat;
    padding: 0px 0px 0px 23px;
    margin: 10px 0px 0px;
    display: inline-block;
}

.icon_more:hover {
    /*text-decoration:underline; color:#333;*/
}

a.back {
    font-weight: 600;
}

*:hover {
    transition: background-color ease 0.5s;
}


/*common*/

.wrapper,
.wrapper_inner,
.wrapp {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    zoom: 1;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 150px;
}

.wrapp {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
}

.wrapper_inner {
    padding: 0 15px;
    max-width: 1162px;
    margin: 0 auto;
}

.wrapper_inner.wides {
    max-width: 1172px;
}

.wrapper_inner.wides_big {
    max-width: 1182px;
}

.hover {
    cursor: pointer;
}

#res-rcptch {
    color: red;
}

.grey_bg {
    background: #f7f7f9;
}

hr {
    padding: 0px;
    margin: 0px;
    height: 1px;
}

hr.white {
    background: #fff;
}

hr.black {
    background: #000;
}

hr.grey {
    background: #E5E5E5;
}

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

.top_border {
    border-top: 1px solid #e5e5e5;
}

.wrap_md,
.wrap_md_row {
    font-size: 0px;
    margin: 0px;
}

.wrap_md_row {
    margin: 0px -15px;
}

.md-75,
.md-33,
.md-25,
.md-50,
.wrap_md .news_wrap,
.wrap_md .subscribe_wrap,
.wrap_md .iblock {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
}

.md-75 {
    width: 75%;
}

.md-50 {
    width: 50%;
}

.md-33 {
    width: 33.33%;
}

.md-25 {
    width: 25%;
}

.wrap_md_row>div {
    padding: 0px 15px;
}

.border-radius {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.hidden_block {
    visibility: hidden;
    opacity: 0;
}

.display-block {
    display: block !important;
    visibility: visible;
}

.bold {
    font-weight: 600;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.clear {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.top_block {
    font-size: 0px;
    margin: 0px 0px 24px;
    padding: 42px 0px 0px;
}

.top_block a {
    font-size: 12px;
    text-decoration: none;
}

#header {
    margin: -1px 0px 7px;
    padding: 0;
    z-index: 100;
    right: 0;
    left: 0;
    /*border-bottom:1px solid #e5e5e5;*/
}

.has_menu #header {
    margin-bottom: 0px;
    padding-bottom: 16px;
}

.has_menu.m_color_colored #header {
    padding-bottom: 15px;
}

.head_type_1 #header {
    border-bottom: 1px solid #e5e5e5;
}

.middle {
    position: relative;
}

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

.header_wrap.colored #header {
    border-bottom-color: #fff;
    /*margin-bottom:9px;*/
}

#footer {
    min-height: 150px;
    margin-top: -110px;
    position: relative;
    zoom: 1;
    z-index: 0;
    border-top: 1px solid #e7e7e7;
}

#footer.main {
    margin-top: 0
}


/* INPUTS */

input::-webkit-input-placeholder,
input::-moz-input-placeholder,
input::-ms-input-placeholder,
input::-o-input-placeholder {
    color: #6a6a6a;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f7f7f7;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 12px;
    padding: 8px 13px 7px;
    width: 100%;
}

textarea {
    resize: none;
    min-height: 90px;
}

input[readonly],
select[readonly],
textarea[readonly] {
    background: #FFF;
}

input:not(.button) {
    line-height: 20px;
}

.bx-ie input:not(.button) {
    line-height: 16px;
}

input.big {
    padding: 10px 13px 9px;
}

input.grey {
    background: #eeeeee;
}

input.medium {
    padding: 8px 13px 7px;
}

input.error,
textarea.error {
    border-color: #e62222;
    background: #ffefef;
}

.bxml-dialog input[type="text"] {
    width: auto;
    padding: initial;
    border-color: initial;
}

.bx-ie input[type="text"],
.bx-ie input[type="password"],
.bx-ie input[type="email"] {
    padding-bottom: 10px;
}

.bx-ie .bx-sls .bx-ui-sls-fake,
.bx-ie .bx-sls .bx-ui-sls-route {
    padding-bottom: 0px;
}

form[name="bx_auth_services"] .form-control input {
    margin: 5px 0px 20px;
}

form[name="bx_auth_services"] .form-control span {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 0 0;
    vertical-align: top;
}

form[name="bx_auth_servicesform_inline"] #bx-auth-services>div span {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 0 0;
    vertical-align: top;
}


/* SCROLL TO TOP */

a.scroll-to-top {
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #404040 url("/local/templates/fiztechkz/images/scroll.png") no-repeat scroll center 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: inherit;
    left: 75px;
    bottom: 55px;
    opacity: 0;
    z-index: 1040;
    cursor: pointer;
}

a.scroll-to-top.visible {
    opacity: 1;
}

a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE {
    background-color: #fff;
}

a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
    background-color: #e3e3e3;
}

a.scroll-to-top.RECT_COLOR,
a.scroll-to-top.RECT_GREY,
a.scroll-to-top.RECT_WHITE {
    border-radius: 2px;
}

a.scroll-to-top.TOUCH {
    border-radius: 2px 0 0 2px;
    width: 50px;
    height: 50px;
    right: 0;
}

a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
    background-position: center 14px;
}

a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE,
a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
    background-position: center -70px;
}

a.scroll-to-top.RECT_COLOR.TOUCH {
    background-position: center 17px;
}

a.scroll-to-top.RECT_GREY.TOUCH,
a.scroll-to-top.RECT_WHITE.TOUCH {
    background-position: center -67px;
}


/* FORMS */

form .star,
.order-checkout .sof-req {
    font-size: 12px;
    font-weight: normal;
    line-height: 0;
    margin: 0 0 0 4px;
    position: relative;
    color: #e62222;
}

.form.ASK {
    display: none;
}

.popup .form.ASK,
.form_block .form.ASK {
    display: block;
}

.form-control {
    position: relative;
    margin-bottom: 19px;
}

#avtorization-form-page .form-control {
    height: unset;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
}

.form-control label {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}

.form .form_body {
    margin: 0 0 9px;
    position: relative;
}

.form .form_desc {
    margin-bottom: 15px;
}

.form .form_result {
    margin-bottom: 30px;
}

.form .form_result,
.form .form_result.success * {
    color: green;
}

.form .form_result>*,
.form .form_desc>* {
    margin: 0;
}

.form .form_footer {
    margin: 0 0 23px 0;
}

.form .form_footer .button+.button {
    margin-left: 13px;
}

.form .form_left {
    width: 56%;
    float: left;
}

.form .form_right {
    left: 56%;
    padding-left: 30px;
    position: absolute;
    right: 0;
}

.form.b .form_left,
.form.b .form_right {
    float: none;
    left: inherit;
    margin: 0;
    max-width: inherit;
    padding: 0;
    position: relative;
    right: inherit;
    width: 100%;
}

.form textarea {
    min-height: 193px;
}

label.error {
    color: #e62222 !important;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0px;
}

.h label.error {
    display: none !important;
}

.popup .form .form_head {
    border-bottom: 2px solid;
    padding: 34px 35px 35px;
}

.popup .form .form_head h2 {
    margin: 0;
}

.popup .form .form_desc {
    margin-bottom: 0;
    margin-top: 15px;
}

.popup .form .form_result {
    margin: 0;
    padding: 30px 35px 0;
}

.popup .form .form_body {
    margin: 0;
    padding: 29px 35px 6px;
}

.popup .form .form_footer {
    padding: 0 35px 12px;
}

.popup.show .form .form_result {
    padding-bottom: 30px;
}

.error_block_auth {
    color: #e62222 !important;
    font-size: 12px;
}

.delivery_note {
    float: right;
    width: 218px;
}

.delivery_note .title {
    border-bottom: 1px dashed;
    float: right;
    margin: 8px 0 0 0;
}

.delivery_note .title:hover {
    border-bottom-color: transparent;
}

.delivery_note .text {
    margin: -1px 0 0 0;
}


/* CAPTCHA */

.captcha-row {
    position: relative;
    max-width: 418px;
}

.captcha-row .captcha_input {
    bottom: 0;
    height: 59px;
    left: 216px;
    max-width: 184px;
    position: absolute;
    right: 0;
}

.captcha-row .captcha_input label.error {
    white-space: nowrap;
}

.captcha-row .captcha_input input[name="captcha_word"] {
    bottom: 0;
    position: absolute;
}

.captcha-row .captcha_image {
    height: 37px;
    position: relative;
    width: 217px;
}

.captcha-row .captcha_image img {
    height: 37px;
    border: none;
    vertical-align: top;
    width: 100%;
    width: 180px;
}

.captcha_reload {
    border: 1px solid transparent;
    cursor: pointer;
    height: 35px;
    left: 179px;
    position: absolute;
    top: 0;
    width: 36px;
}

.captcha_reload::before,
.captcha_reload::after {
    content: "";
    display: block;
    position: absolute;
}

.captcha_reload::before {
    border-radius: 25px;
    height: 25px;
    left: 5px;
    top: 5px;
    width: 25px;
}

.captcha_reload::after {
    background: rgba(0, 0, 0, 0) url("/local/templates/fiztechkz/images/icons_wish.png") repeat scroll -67px -82px;
    height: 13px;
    left: 10px;
    top: 11px;
    transition: background 0.7s ease-in-out 0s;
    width: 15px;
}

.captcha_reload:hover:before {
    background: #383838;
}

.captcha_reload.loading:after {
    -webkit-animation: spinner .5s linear infinite !important;
    animation: spinner .5s linear infinite !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.captcha_reload:hover:after {
    -webkit-animation: spinner .5s ease-out 1;
    animation: spinner .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.captcha-row.b .captcha_input,
.captcha-row.b .captcha_image {
    height: 37px;
    left: inherit;
    margin: 0;
    max-width: inherit;
    position: relative;
    right: inherit;
}

.captcha-row.b .captcha_input label.error {
    top: -68px;
}

.captcha-row.b .captcha_image {
    margin-bottom: 9px;
}

.captcha-row .captcha_image .captcha_reload {
    right: 0;
    text-indent: -9999px;
}


/*recaptcha*/

body .captcha-row.invisible {
    margin: 0px;
    height: 0px;
    visibility: visible;
}

.captcha-row.invisible label {
    display: none;
}

.captcha-row .captcha_input.recaptcha_text {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
}

.captcha-row .captcha_image.recaptcha_tmp_img {
    display: none;
}

.bx-auth form[name=bx_auth_servicesform_inline] .g-recaptcha,
.g-recaptcha {
    display: none !important;
}

div>.g-recaptcha {
    display: block !important;
}

body .captcha-row .recaptcha,
body .captcha-row>div.iblock {
    padding: 0px;
    margin: 0px;
    display: block;
}

body .captcha-row .recaptcha {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0px;
    display: block;
}

body .captcha-row.invisible.logo_captcha_n {
    display: none;
}

body .captcha-row.invisible.inline {
    height: auto;
    margin-bottom: 10px;
}

.form .but-r {
    clear: both;
}

.border_block .lk-page .form-control.forget_block {
    text-align: left;
}


/* FORMS */


/*colors and bg*/

b,
strong,
.popup .popup-intro .pop-up-title,
.registraion-page .top p,
.basket_popup_wrapp .item-title .one-item,
.basket_popup_wrapp .item-title .cost-cell,
.basket_sort ul.tabs li span,
.module-cart table td.name-cell div[class^=bx_item_detail_] .titles,
.item-title .props .item_prop .value,
.module-pagination .nums a,
.no_products,
.bx_compare .prop_title_table .data_table_props tr td:first-child,
.catalog_detail .set_wrapp .title,
.catalog_detail .bx_item_set_hor_container_big .title,
.bx_modal_body .item_block_title,
.props_block .char_value,
.char_name .hint .icon i,
.location-block-wrapper .bx-sls .bx-ui-sls-fake,
.location-block-wrapper .bx-sls .bx-ui-sls-route,
.bx_order_make .bx_description .name,
h4.hover:hover,
.filter_block ul li span,
.module-orders-list tbody td,
.jobs_wrapp .item .salary,
.medium,
.row_values .wrap_weight {
    color: #383838;
}

.module-cart tfoot td .item_title,
.bottom.middle td>.coupon .coupon-t,
.module-cart .row_values .price,
.module-cart table tr td.count-cell,
.sort_header .sort_filter a.current,
.sort_header .sort_filter a:hover,
.sku_props .bx_item_detail_size ul li,
.catalog_detail .stock_board .title,
.filter label span,
.reviews-post-table .reviews-text,
.forum-quote tbody tr td a,
.reviews-header-title a,
.stores_block .stores_text_wrapp,
.coupons_list .bx_ordercart_coupon,
.basket_wrapp table tbody td,
.border_block_wide table td,
.colored_table tbody tr td {
    color: #373737;
}

a:hover,
.link:hover,
.header_wrap .top-h-row .menu li>a:hover,
.top-h-row .menu li.current>a,
.phones .phone_wrap a,
.phones .order_wrap_btn:hover,
.avtorization-call.enter,
.top-h-row .h-user-block a,
.main-nav ul.menu>li>a,
ul.mini-menu li a,
body .main-nav .menu>li.current>a,
.white #header .catalog_menu ul.menu>li a,
ul.menu .child li.menu_title a,
ul.menu .child li.menu_item a:hover,
#header .catalog_menu ul.menu>li>a,
#header .catalog_menu ul.menu>li.current>a,
.wrapper.has_menu .white #header .catalog_menu ul.menu>li:hover>a,
body .white #header ul.menu li .child.submenu .child_wrapp a:hover,
body .wrapper.has_menu #header ul.menu li .child.submenu .child_wrapp a:not(.title):hover,
ul.menu li .depth3 a.title:hover,
#header .wrapper_middle_menu .menu>li .child.submenu .child_wrapp a.current:not(.title),
#header .menu>li .child_wrapp a.current:not(.title),
body #header ul.menu li .child.submenu.line .child_wrapp>a,
.search_middle_block .middle_form .noborder,
.basket_wrapp .wraps_icon_block .count a,
.basket_wrapp .wraps_icon_block .count .text,
.basket_wrapp .basket_block .title,
.cost.prices .price,
.sale_block .text,
.sale_block .value,
.news .item .info .date,
.stores .stores_list .item a:hover span,
.footer_top .sblock .wrap_more_text,
.footer_top .sblock .wrap_more_text div,
.footer_bottom .submenu_top .menu_item a,
.img_block_capcha .reload:hover,
.form-control .forgot:hover,
#header .basket_fly .basket_title,
.basket_sort ul.tabs li.cur span,
.basket_sort ul.tabs li:hover .wrap_li>span,
.basket_sort ul.tabs li:hover .wrap_li>span *,
.module-cart .name-cell a:hover,
.basket_sort ul.tabs li.cur .wrap_li>span,
.basket_sort ul.tabs li.cur .wrap_li>span *,
.basket_sort ul.tabs li .wrap_li>span *,
.section_item_inner .section_info ul li a:hover,
.left_block .internal_sections_list .title a,
.left_block .internal_sections_list li a:not(.cur),
.item .child_container .child_wrapp .menu_item:not(.current) a,
.left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item.cur:hover,
.catalog_item:hover .item-title a,
.item-title a:hover,
li.item:hover a,
.item_wrap:hover .item-title a,
.view_sale_block .values,
.more_text_ajax:hover,
.bx_compare .compare_view .item_block:hover a,
.item-stock .store_link:hover,
.set_block .item:hover .item_info a,
.item .date_small,
.articles-list.news .item:hover .item-title a,
.jobs_wrapp .item .name tr:hover .link,
.basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block .count span a,
.basket_wrapp .basket_empty .wraps_icon_block.basket .count span,
.basket_wrapp .basket_fly .basket_count.empty .wraps_icon_block.basket .count span,
#header ul.menu li .child.submenu .child_wrapp .title_child_l2 a:not(.title) {
    color: #1d1a1a;
}

#header ul.menu li .child.submenu .child_wrapp .title_child_l2 a:hover {
    color: #ee3732
}

ul.menu .see_more,
ul.menu .see_more a {
    color: #1d1a1a !important;
}

.h_color_colored .header_wrap #header,
.h_color_white .header_wrap #header .middle-h-row .logo_wrapp .logo a,
.colored #header .catalog_menu ul.menu>li,
.module-cart .remove-cell a:hover,
.cart_shell .remove-cell a:hover,
.bx_item_set_hor .bx_item_set_hor_item a.remove,
.start_promo .item i.title span,
.start_promo .item p span,
.subscribe-form,
.block_wr.dark,
.stores .all_map,
.registraion-page .top p:after,
.more_text_ajax:before,
.captcha_reload:before,
.catalog_detail .like_icons>div.text.added,
.left_block .internal_sections_list .child_wrapp ul.child li.cur:after,
.left_block .internal_sections_list .child_wrapp ul.child li:hover:after,
.left_block .internal_sections_list li.cur,
.left_block .internal_sections_list li:hover,
.left_block .internal_sections_list .title .inner_block:before {
    background-color: #ddd;
}

.top-h-row .menu li a,
.cost.prices .price_name,
.news .item .info .preview,
.form-control label,
.social_block .row .title,
.module-cart thead tr,
.count-cell div.error,
.module-cart table td.name-cell div[class^=bx_item_detail_] .values,
.item-title .props .item_prop .title,
.display_list .list_item .preview_text,
.display_list .list_item .props_list td,
.articles-list .item .right-data .preview-text,
.catalog_detail .stock_board .txt,
.file_type .description,
.catalog_detail .form_wr,
.reviews-post-reply-buttons a,
.reviews-post-table,
.bx_order_make .bx_block.r1x3.pt8,
.bx_order_make .float .bx_description .name,
.module-order-history .module-orders-list td.drop-cell .item-shell thead td,
.module-order-history .order_property.d td,
.orderdetail .module-orders-list.colored tbody td:first-child,
.soc-avt,
.module-cart table td.name-cell .item_props .item_prop .property_value,
.colored_table thead tr {
    color: #888888;
}

.header_wrap.colored .top-h-row .menu li a,
.stores .stores_list .item .store_text .value,
#footer .copyright,
#footer .copyright *,
.footer_bottom .all_menu_block ul li a {
    color: #545454;
}

.header_wrap.colored .main-nav ul.menu>li>a {
    color: #fff;
}

.item-stock,
.bx_compare .compare_view.data_table_props td,
.catalog_detail .like_icons>div,
.info_item .top_info .article,
.share_wrapp .text.button,
.share_wrapp .text.button:hover {
    color: #6d6d6d;
}


/* the most common styles are sorted for quick changes */

table.title-search-result .price,
.card_popup_frame.popup .total_wrapp,
.module_products_list .price-cell .price,
.compare_wrapp a.compare_link,
.module-cart .colored tfoot td.row_values,
.module-cart .summ-cell,
.module-cart .summ-cell *,
.catalog_detail .availability-row .value a,
.catalog_detail a.wish_item .value,
.catalog_detail a.compare_item .value,
ul.tabs li.cur:hover span,
ul.tabs li:active span,
.module_products_list .basket_button.read_more span,
ul.mini-menu li a,
.top-h-row .phone span,
.top-h-row .phone span a,
ul.tabs li span,
.compare_button span,
.left_block .internal_sections_list .title a,
.btn_big,
.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_title .price,
.bx_modal_container .bx_modal_small_title,
.card_popup_frame.popup .basket_empty * {
    color: #000;
}

.filter_button span,
.catalog_detail .stock_board .title,
.module_products_list .basket_button.to-cart span,
.module_products_list .basket_button.to-subscribe span,
.module_products_list .basket_button.to-order span,
table.colored td.name,
.front_slider .price,
.page_not_found td.description .title404,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column span div,
#header .basket_fly .opener .count {
    color: #212121;
}

#header .catalog_menu ul.menu.adaptive.opened li.menu_opener,
#header .catalog_menu ul.menu.adaptive.opened li.menu_opener a,
#header .catalog_menu ul.menu.adaptive.opened li.menu_opener:hover,
#header .catalog_menu ul.menu.adaptive.opened li.menu_opener:hover a,
#header ul.menu.full>li.search_row,
#header ul.menu.full>li.search_row input[id^=title-search-input]:focus {
    border-color: #3d3d3d;
}

#header .catalog_menu ul.menu.full.opened>li:not(.current):hover a,
#header ul.menu.full.opened>li:not(.current):hover a,
#header ul.menu.adaptive>li a,
.specials_slider.product_slider .basket_button.in-cart span {
    color: #fff;
}

.display_list .list_item .props_list td,
.catalog_detail .stock_board .txt,
.index_bottom .info_column .about_column,
.header-cart-block .cart .summ,
.header-cart-block .cart .delay_link {
    color: #636363;
}

.show_number,
.show_number *,
.module-cart [data-id="total_buttons"] .description,
.module-pagination .nums a,
.catalog_detail .bx_item_set_hor_container_big .total_wrapp .total_title,
.display_list .availability-row .value {
    color: #777;
}

.catalog_detail .element_detail_text,
.tabs_content li.video {
    color: #7e7e7e;
}

.tooltip .tooltip_close:hover {
    color: #333;
}

.display_list .available_block,
.display_list .noavailable_block {
    color: #888;
}

.module_products_list .price-cell .price.discount,
.module-cart .cost-cell .discount,
.module-cart .cost-cell .discount strike,
.module-cart .count-cell .measure,
.catalog_detail .set_wrapp .item .price.detail,
.bx_item_set_hor .bx_item_set_hor_item .price.detail {
    color: #999;
}

.top-h-row .h-user-block .have-user a.exit,
.top-h-row .h-user-block .have-user a.exit span,
.top-h-row .menu li a {
    color: #919191;
}

#footer .copyright .grey {
    color: #a0a0a0;
}

.front_slider .price.discount {
    color: #adadad;
}

form div.r div.error,
.order-checkout .sof-req,
.pay-status-cell.not_payed {
    color: #cb0000;
}

.basket_button:hover,
.button30:hover,
.basket_button:hover span,
.button22:hover span,
.button30:hover span,
.compare_button:hover span,
.filter_button:hover span,
.button30.fast_order span,
.button30.back_button span,
.button30.grey span,
.popup .soc-avt .row a:hover,
.popup .bx-auth-service-form input[type='submit']:hover,
#bx_auth_servform input[type=submit]:hover {
    color: #fff;
}


/* borders */

a.avtorization-call.enter:hover,
.pseudo:hover,
.articles-list .item:hover .item-title a,
.articles-list .item .item-title a:hover {
    border-bottom-color: #919191;
}

.props_table td {
    border-bottom: 1px dotted #b4b4b4;
}

.staff_wrapp .item .contacts,
.question-list,
.detail_picture_block .picture_description,
.authorization-cols .col.authorization .soc-avt,
ul.left_menu>li.exit,
.popup .form-description-wrapp,
.popup .form_description,
.basket_fly .module-cart table.colored tbody td,
#header .middle-h-row form.basket_wrapp {
    border-top: 1px solid #e7e7e7;
}

table.colored td,
.catalog_detail hr,
.viewed_products_column .view-list,
.ask_small_block .ask_btn_block,
.popup .form-description-wrapp,
.popup .form_description,
#order_form_div .title,
#order_form_div hr,
#order_form_div form .title,
#order_form_div .sale_order_table.props td,
.differences_table td,
.basket_fly li[item-section="AnDelCanBuy"] .module-cart table.colored tbody,
#header .basket_fly li[item-section="AnDelCanBuy"] .module-cart .colored tfoot td.total_wrapp {
    border-bottom: 1px solid #e7e7e7;
}

table.offers_table td {
    border-bottom: 0 none;
    border-top: 1px solid #e7e7e7;
}

table.colored tr.nb td {
    border-bottom: none;
}

.module-cart .colored tbody,
.module-cart .colored tfoot {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.viewed_products_column .view-item,
.module-orders-list td.drop-cell {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.module-order-history .module-orders-list .tr-d:hover td {
    border-top: 1px solid #e7e7e7;
}

.module-order-history .module-orders-list .tr-d:hover td.item-name-cell,
.module-order-history .module-orders-list .tr-d.opened td.item-name-cell {
    border-left: 1px solid #e7e7e7;
}

.module-order-history .module-orders-list .tr-d:hover td.order-status-cell,
.module-order-history .module-orders-list .tr-d.opened td.order-status-cell,
.module-cart .colored tfoot tr[data-id="total_buttons"] td .basket_update {
    border-right: 1px solid #e7e7e7;
}


/* backgrounds */

.jobs_wrapp .item span.icon,
.staff_wrapp .section .icon {
    background: #eef1f1;
}

.catalog_detail .tabs.main_tabs>li {
    background: #f2f2f2;
}

table.colored.item-shell thead td,
.popup .form-description-wrapp,
.differences tr.hovered:hover,
.search-page form {
    background: #fafafa;
}

body,
.adaptive_filter {
    background: #fff;
}

#footer .phone .icon {
    background: #fff;
}

.item_slider ul.slides li {
    background: #fff;
}

#header .basket_fly {
    background: #fff;
    box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
    -moz-box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
    -webkit-box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
}

table.title-search-result td.title-search-all {
    background: #fff !important;
}

.header-cart-block .cart.empty_cart>span.icon {
    background: #e9e9e9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%, #d5d5d5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d5d5d5', GradientType=0);
    border-bottom: 1px solid #cacaca;
}

.popup .popup-intro.grey {
    border-bottom: 1px solid #bfbfbf;
    background: #e9e9e9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -o-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #e9e9e9 0%, #d5d5d5 100%);
    background: linear-gradient(to bottom, #e9e9e9 0%, #d5d5d5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d5d5d5', GradientType=0);
}

.module-cart .colored tfoot tr[data-id="total_buttons"] td .top_shadow {
    box-shadow: 0 1px 2px #e7e7e7 inset;
    -moz-box-shadow: 0 1px 2px #e7e7e7 inset;
    -o-box-shadow: 0 1px 2px #e7e7e7 inset;
    -webkit-box-shadow: 0 1px 2px #e7e7e7 inset;
}

.top-h-row .search input[id^=title-search-input] {
    color: #b2b2b2;
    box-shadow: 0 0 1px #ededed;
    -moz-box-shadow: 0 0 1px #ededed;
    -o-box-shadow: 0 0 1px #ededed;
    -webkit-box-shadow: 0 0 1px #ededed;
    border-color: #e6e7e8;
}

.middle-h-row .search input[id^=title-search-input] {
    color: #b2b2b2;
    box-shadow: 0 0 1px #ededed;
    -moz-box-shadow: 0 0 1px #ededed;
    -o-box-shadow: 0 0 1px #ededed;
    -webkit-box-shadow: 0 0 1px #ededed;
    border-color: #f2f3f4;
}

.middle-h-row .search input[id^=title-search-input]:focus {
    color: #b2b2b2;
    box-shadow: 0 0 1px #ddd;
    -moz-box-shadow: 0 0 1px #ddd;
    -o-box-shadow: 0 0 1px #ddd;
    -webkit-box-shadow: 0 0 1px #ddd;
    border-color: #e8e9ea;
}

table.title-search-result img.item_preview {
    box-shadow: 0 0 15px 5px #fff;
    -moz-box-shadow: 0 0 15px 5px #fff;
    -o-box-shadow: 0 0 15px 5px #fff;
    -webkit-box-shadow: 0 0 15px 5px #fff;
}


/*table*/

table.colored_table {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
}

.colored_table thead {
    border: 1px solid #E5E5E5;
}

.colored_table thead tr {
    background: #F7F7F7;
}

.colored_table tr td {
    padding: 8px 29px;
}

.colored_table tbody {
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

.colored_table tbody tr td {
    border-bottom: 1px solid #E7E7E7;
}


/* unsorted styles*/

.front_slider .read_more:hover,
.btn_big:hover {
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    -o-text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    color: #fff;
    border-bottom: 2px solid #212121 !important;
    background: #848484 !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #848484 0%, #464646 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #848484), color-stop(100%, #464646)) !important;
    background: -webkit-linear-gradient(top, #848484 0%, #464646 100%) !important;
    background: -o-linear-gradient(top, #848484 0%, #464646 100%) !important;
    background: -ms-linear-gradient(top, #848484 0%, #464646 100%) !important;
    background: linear-gradient(to bottom, #848484 0%, #464646 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#464646', GradientType=0) !important;
    color: #fff !important;
    box-shadow: 0px -1px 0 #555 inset;
    -moz-box-shadow: 0px -1px 0 #555 inset;
    -o-box-shadow: 0px -1px 0 #555 inset;
    -webkit-box-shadow: 0px -1px 0 #555 inset;
}

ul.menu li .child.cat_menu hr {
    border-bottom: 1px solid #fff;
    background: #e7e7e7;
}

ul.menu .child .child_wrapp,
.breadcrumbs .dropdown {
    background: #f5f5f6;
    box-shadow: 0 1px 5px #fafafa;
    -moz-box-shadow: 0 1px 5px #fafafa;
    -o-box-shadow: 0 1px 5px #fafafa;
    -webkit-box-shadow: 0 1px 5px #fafafa;
}

.specials_slider.product_slider .catalog_item:hover .basket_button.read_more span {
    background-position: 1px -408px;
}

.module_products_list .basket_button.read_more span {
    background-position: 1px -408px;
}

.top-h-row .search input[id^=title-search-input]:focus {
    border-color: #ddd;
    box-shadow: 0 0 1px #eee;
    -moz-box-shadow: 0 0 1px #eee;
    -webkit-box-shadow: 0 0 1px #eee;
    -o-box-shadow: 0 0 1px #eee;
}

.question-list .ans {
    color: #444;
    border: 1px solid #e8e8e8;
    background: #f2f2f2;
    border-bottom: 1px solid #bdbdbd;
}

.question-list .ans .arr {
    border-bottom: 10px solid #f2f2f2;
}

input.error,
textarea.error {
    border-color: #cb0000;
}

input#COUPON.error {
    border-color: #cb0000 !important;
}

input#COUPON.good {
    border-color: #00cb00 !important;
}

h2.feedback_title {
    color: #221f26;
}

.bx-touch .bx_item_set_hor_container_big .bx_item_set_del,
.bx_item_set_hor_container_big .bx_item_set_hor_item:hover .bx_item_set_del,
.bx_kit_item:hover .bx_kit_item_del {
    background: #e62222;
}

.button30.fast_order {
    background: #00b0d8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjBkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkYjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00b0d8 0%, #007db9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b0d8), color-stop(100%, #007db9));
    background: -webkit-linear-gradient(top, #00b0d8 0%, #007db9 100%);
    background: -o-linear-gradient(top, #00b0d8 0%, #007db9 100%);
    background: -ms-linear-gradient(top, #00b0d8 0%, #007db9 100%);
    background: linear-gradient(to bottom, #00b0d8 0%, #007db9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00b0d8', endColorstr='#007db9', GradientType=0);
    border-bottom: 1px solid #00699d;
}

.button30.fast_order span {
    text-shadow: 0 1px 1px #006f9c;
    -moz-text-shadow: 0 1px 1px #006f9c;
    -o-text-shadow: 0 1px 1px #006f9c;
    -webkit-text-shadow: 0 1px 1px #006f9c;
}

.compare_wrapp {
    background: #fcfcfc;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0px 1px #e7e7e7 inset;
    -moz-box-shadow: 0 0px 1px #e7e7e7 inset;
    -o-box-shadow: 0 0px 1px #e7e7e7 inset;
    -webkit-box-shadow: 0 0px 1px #e7e7e7 inset;
}

.popup,
div[id^="CatalogSetConstructor"] .popup-window {
    background: #fff;
}

.popup .close:hover,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
    -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
}

.popup .pop-up-title,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column span div {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .57);
    -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, .57);
    -o-text-shadow: 0 1px 0 rgba(255, 255, 255, .57);
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, .57);
}

.jqmOverlay,
.popup-window-overlay {
    background: rgba(0, 0, 0, .4) !important;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.popup-window-overlay {
    background: rgba(255, 255, 255, .2) !important;
}

.top-h-row .menu .separator {
    border-left: 1px dotted #c8c8c8;
}

.cart_empty,
.module-cart,
.count-cell div.error {
    background: #fff;
    margin: 0px 0px 20px;
}

.question-list .q a:hover span {
    border-color: #b4b4b4;
}

.flexslider .light,
.flexslider .light .banner_title,
.flexslider .light .banner_text {
    color: #fff;
}

body .top_slider_wrapp .flexslider .target,
body .top_slider_wrapp .flexslider .slides li td.img a {
    display: block;
    width: 100%;
    height: 100%;
}

.flexslider .light .banner_title {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.flexslider .light .banner_text {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.flexslider .dark .banner_title {
    color: #202020;
}

.flexslider .dark .banner_text {
    color: #222;
}

.catalog_block .catalog_item .basket_button.to-cart span,
.catalog_block .catalog_item .basket_button.read_more span,
.catalog_block .catalog_item .basket_button.to-subscribe span,
.catalog_block .catalog_item .basket_button.to-order span {
    color: #000;
}

.catalog_block .catalog_item .basket_button.in-subscribe span,
.specials_slider.product_slider .basket_button.in-subscribe span {
    color: #fff;
}

#header ul.menu.adaptive.opened>li.menu_opener i,
#header ul.menu.adaptive.opened:hover>li.menu_opener i {
    background-position: 1px -33px;
}

#header ul.menu.adaptive.opened>li {
    border-bottom: 1px solid #3d3d3d !important;
}

#header ul.menu.adaptive.opened>li.menu_opener a {
    color: #fff;
}

.rss_feed_icon:hover {
    color: #fff !important;
}

.button22.grey:hover span {
    color: #fff;
}

.button22.grey span {
    color: #000;
}


/*top header row*/

.top-h-row {
    overflow: hidden;
    left: 0;
    right: 0;
    background: #f7f7f9;
    border-bottom: 1px solid #fff;
    height: 39px;
}

.header_wrap.colored .top-h-row {
    background: #fff;
    border-bottom-color: #fff;
}

.top-h-row .h-user-block,
.top-h-row .search,
.top-h-row ul.menu {
    float: left;
}


/*top menu*/

.top-h-row ul.menu {
    width: 43%;
    position: relative;
    zoom: 1;
    margin-top: 2px;
    font-size: 0px;
}

.has_menu .top-h-row ul.menu {
    width: 74%;
}

.top-h-row .menu li {
    position: relative;
    zoom: 1;
}

.top-h-row .menu li a {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 0px solid transparent;
}

ul.menu:not(.opened)>li>a {
    display: inline-block;
}

.top-h-row ul.menu:not(.opened)>li>a {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    border-radius: 0px;
    height: auto;
    line-height: 20px;
}

ul.menu:not(.opened)>li:first-child>a {
    padding-left: 0px;
}

#header .catalog_menu .wrapper_middle_menu {
    position: relative;
}

#header .catalog_menu ul.menu {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    margin-bottom: 0px;
}

.top-h-row .search * {
    outline: none;
}

.top-h-row .search {
    width: 40%;
    max-width: 390px;
    position: relative;
    zoom: 1;
    margin-top: 5px;
}


/*top phone*/

.top-h-row .phones {
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding: 6px 10px;
    color: #2c232c;
    font-size: 13px;
    font-style: italic;
    line-height: 25px;
}

.bx-firefox .top-h-row .phones {
    padding-top: 7px;
}

.has_menu .top-h-row .phones {
    display: none;
}

.phones .phone_wrap {
    display: inline-block;
    padding-top: 2px;
}

.phones .phone_wrap a {
    text-decoration: none;
    cursor: default;
}

.top-h-row .phone_wrap a {
    font-size: 13px;
    color: #ee3732;
}

.phone_wrap>span {
    display: inline-block;
    vertical-align: middle;
    color: #ee3732;
}

.phones>span .callback_btn {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-style: normal;
    line-height: 20px;
}

.top-h-row .phone_wrap .icons {
    margin-right: 0;
    display: inline-block;
    margin-left: 7px;
    color: #ee3732;
}

.phones .order_wrap_btn {
    margin: -3px 0px 0px 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ee3732;
    padding: 0 8px;
    height: 24px;
}

.footer_top .phones .order_wrap_btn {
    margin-left: 23px;
    font-size: 12px;
}

.phones .order_wrap_btn:hover {
    cursor: pointer;
}


/*user top block*/

.top-h-row .h-user-block {
    margin-top: 9px;
    float: right;
    position: relative;
}

.top-h-row .h-user-block .module-enter {
    font-size: 12px;
}

.top-h-row .h-user-block .have-user a.reg {
    display: inline-block;
    height: 19px;
    padding: 0px 16px 0px 0px;
    text-decoration: none;
}

.top-h-row .h-user-block .have-user a.reg:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -46px -183px no-repeat;
    vertical-align: middle;
    margin: 0px 11px 0px 0px;
}

.top-h-row .h-user-block a.exit,
a.exit {
    background: url('/local/templates/fiztechkz/images/logout.png') right 1px no-repeat;
    padding-right: 20px;
}

.top-h-row .h-user-block a.exit {
    position: relative;
    top: -6px;
}

.top-h-row .h-user-block a.exit:hover,
a.exit:hover {
    background-position: right -14px;
}

.avtorization-call.enter {
    cursor: pointer;
    margin: 0;
}

.top-h-row .h-user-block .register {
    text-decoration: none;
}


/*bottom header row*/

#header .middle-h-row {
    width: 100%;
    border: none;
}

#header .middle-h-row .logo_wrapp .logo a {
    display: inline-block;
    *display: inline;
    display: block;
    zoom: 1;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}

#header .middle-h-row .logo_wrapp .logo a img {
    display: block;
}

#header .middle-h-row td {
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#header .middle-h-row td.logo_wrapp {
    padding: 14px 0px 8px;
}

.basket_normal #header .middle-h-row td.logo_wrapp {
    padding-top: 8px;
}

.bx-firefox #header .middle-h-row td.logo_wrapp {
    padding-top: 15px;
}

.bx-ie #header .middle-h-row td.logo_wrapp {
    padding-bottom: 0px;
    padding-top: 13px;
}

.bx-ie #header .middle-h-row .logo_wrapp .logo {
    min-height: 47px;
    line-height: 47px;
}

.bx-ie .basket_fly #header .middle-h-row .logo_wrapp .logo {
    min-height: 48px;
    line-height: 48px;
}

#header .middle-h-row .center_block {
    width: 100%;
    padding: 15px 45px 0 34px;
}

.has_menu #header .middle-h-row .center_block {
    padding: 2px 40px 0px 56px;
}

#header .middle-h-row .main-nav ul.menu>li>a {
    padding: 0px 10px;
}


/*header bottom menu*/

#header .middle-h-row .logo_wrapp .logo div {
    line-height: 61px;
}

.main-nav ul.menu>li>a,
ul.mini-menu li a {
    font-size: 13px;
    font-weight: 600;
    border-radius: 0px;
}

.h_color_colored .main-nav ul.menu>li>a {
    color: #fff;
}

.h_color_colored .main-nav ul.menu>li>a:hover {
    opacity: 0.8;
}

.menu>li>a span {
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding: 7px 0px 8px;
}

.h_color_white .header_wrap .menu>li.current>a span {
    border-bottom-color: #ddd;
}

.h_color_colored .header_wrap .menu>li.current>a span {
    border-bottom-color: #fff;
}

.h_color_colored .header_wrap .top-h-row .menu>li.current>a span {
    border-bottom-color: transparent;
}

.main-nav ul.menu>li>a span {
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
}

body .main-nav .menu>li.current>a {
    background: none;
    /*border-bottom-width:0px;*/
}

#header .middle-h-row .center_block ul.menu {
    float: left;
    width: 91%;
    margin: 0px;
}

body #header ul.menu.adaptive:not(.opened) li.menu_opener {
    border-bottom-width: 0px;
}

body #header .catalog_menu ul.menu>li,
body #header .catalog_menu ul.menu>li>a,
.wrapper.has_menu #header .catalog_menu ul.menu>li.current>a {
    border: 0px;
}

body #header .catalog_menu ul.menu>li:not(.current):not(.stretch):hover {
    border: 0px;
}

#header .catalog_menu {
    z-index: 201;
    bottom: -20px;
    display: none;
    border-top: 1px solid #efefef;
}

.m_color_white #header .catalog_menu {
    border-bottom: 1px solid #efefef;
}

.has_menu #header .catalog_menu {
    bottom: -17px;
}

.has_menu.m_color_colored #header .catalog_menu {
    bottom: -15px;
}

.has_menu.m_color_dark #header .catalog_menu {
    bottom: -16px;
}

.wrapper.has_menu #header .catalog_menu {
    display: block;
}

.wrapper.has_menu .colored #header .catalog_menu {
    border-bottom-width: 0px;
}

.wrapper.has_menu .white #header .catalog_menu {
    border-top-color: #efefef;
}

.header_wrap #header .catalog_menu ul.menu>li {
    height: 53px;
}

ul.menu li a i {
    display: inline-block;
    height: 5px;
    width: 8px;
    background: url('/local/templates/fiztechkz/images/arrows.png') 0px 0px no-repeat;
    zoom: 1;
    position: absolute;
    top: 7px;
}

.wrapper.has_menu .catalog_menu ul.menu li a i {
    background-position: -1px -143px;
}

.wrapper.m_color_white .catalog_menu ul.menu li a i {
    background-position: -34px -143px;
}

ul.menu li.more a i {
    position: static;
    margin: 0px 0 2px 11px;
}


/*colored head colored menu*/

.has_menu.h_color_colored #header {
    margin-top: 0px;
}

.has_menu.h_color_colored.m_color_colored #header .catalog_menu {
    border-top: 1px solid rgba(249, 248, 248, .2);
}

.has_menu #header .catalog_menu {
    border-top-width: 0px;
}


/*white menu color header*/

.has_menu.m_color_white #header .catalog_menu,
.has_menu.m_color_white #header .catalog_menu ul.menu>li {
    background: #fff;
    border-top-width: 1px;
}

.has_menu.h_color_colored .center_block .phones .phone_wrap a {
    color: #fff;
}

.has_menu.h_color_colored .center_block .phones .phone_wrap .icons {
    background-position: -3px -205px;
}

.has_menu.h_color_colored .center_block .phones .order_wrap_btn {
    color: #fff;
    opacity: 0.5;
}


/*dark menu white header*/

.has_menu.m_color_dark #header .catalog_menu,
.has_menu.m_color_dark #header .catalog_menu ul.menu>li {
    background: #3f3f3f;
}

.has_menu.m_color_dark #header .catalog_menu ul.menu>li>a {
    color: #fff;
}

.has_menu.m_color_dark #header .catalog_menu ul.menu>li:hover,
.has_menu.m_color_dark #header .catalog_menu ul.menu>li.hover {
    background: #505050;
}

.has_menu.m_color_dark #header .catalog_menu ul.menu>li.current {
    background: #2f2f2f;
}

body .m_color_dark #header ul.menu.adaptive:not(.opened) li.menu_opener {
    background: #3f3f3f;
}

body .m_color_dark #header ul.menu.adaptive:not(.opened) li.menu_opener:hover {
    background: #505050;
}


/*colored menu white header*/

.has_menu.m_color_colored #header .catalog_menu ul.menu>li>a {
    color: #fff;
}


/*child menu*/

body #header .catalog_menu .child {
    margin-top: 0px;
    padding-top: 0px;
}

body #header ul.menu li .child .child_wrapp {
    border: 0px;
    background: #f7f7f9;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
    border-radius: 0px;
    padding: 35px 40px 17px;
}

.h_color_white.m_color_none #header ul.menu li .child .child_wrapp,
.has_menu.m_color_white #header ul.menu li .child .child_wrapp {
    border-top: 2px solid #ddd;
}

body #header ul.menu.bottom li .child .child_wrapp:not(.clearfix) {
    padding: 27px 40px 21px;
}

ul.menu .child,
.breadcrumbs .dropdown_wrapp {
    z-index: 500;
    position: absolute;
    text-transform: none;
    font-size: 11px;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    padding-top: 20px;
}

.catalog_section_list .dropdown_wrapp {
    background: #f5f5f6;
    z-index: 500;
    position: absolute;
    text-transform: none;
    font-size: 11px;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    padding-top: 20px;
    box-sizing: border-box;
    display: none;
    padding-top: 0px;
    top: 40px;
}

.catalog_section_list .dropdown_wrapp .dropdown {
    background: #f5f5f6;
    box-shadow: 0 1px 5px #fafafa;
    border-top: 2px solid #cf0036;
    -moz-box-shadow: 0 1px 5px #fafafa;
    -webkit-box-shadow: 0 1px 5px #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: left;
}

.catalog_section_list .dropdown>a:first-child {
    margin-top: 0;
}

.catalog_section_list .dropdown>a:last-child {
    border: none;
}

.catalog_section_list .drop .button.small {
    padding-top: 0px;
}

.catalog_section_list .dropdown>a {
    display: block;
    line-height: 14px;
    margin-top: 7px;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.catalog_section_list .drop {
    font-size: 20px
}

.catalog_section_list .drop:hover .dropdown_wrapp {
    display: block;
}

.catalog_section_list .drop:hover .separator {
    background-position: -1px -15px;
}

.catalog_section_list .drop:hover .separator {
    background: rgba(0, 0, 0, 0) url(/local/templates/aspro_mshop/images/bredcrumb_arrow.png) no-repeat scroll -1px 0;
    border: 0 none !important;
    bottom: 3px;
    display: inline-block;
    height: 15px;
    line-height: 18px;
    margin: 0 4px;
    position: absolute;
    width: 14px;
    z-index: 1;
    font-size: 0;
}

.container .catalog_section_list .drop span.separator {
    color: transparent;
    width: 17px;
    background: url(/imgs/left.png) no-repeat center;
}

.catalog_section_list .drop .separator.cat_last {
    background-position: -9999px -9999px;
}

ul.menu .child {
    margin-top: 0px;
    padding-top: 32px;
}

.basket_fly ul.menu .child {
    margin-top: -1px;
}

.bx-firefox .wrapper ul.menu .child,
.bx-ie .wrapper ul.menu .child {
    margin-top: -1px;
}

.h_color_colored.m_color_none ul.menu .child {
    /*padding-top:33px;*/
}

ul.menu .child a {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    text-transform: none;
}


/*ul.menu .child .see_more span{position:relative;top:-2px;padding:0px 10px 0 0px;}*/

ul.menu .child li.menu_title {
    display: block;
    margin: 0px 0px 6px;
}

ul.menu .child li.menu_title a,
ul.menu .child.submenu.line a {
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    padding: 0;
}

ul.menu .child li.menu_item a {
    font-size: 12px;
    text-decoration: none;
    padding: 0;
    margin: 0px 8px 0px 0px;
    line-height: 20px;
}

ul.menu .child .child_wrapp>a,
ul.menu .child .child_wrapp .depth3>a {
    display: block;
    text-decoration: none;
    line-height: 20px;
    text-transform: none;
}

ul.menu .child .child_wrapp .depth3>a {
    margin-left: 15px;
}

ul.menu .more .child .child_wrapp .depth3>a,
ul.menu .child .child_wrapp .depth3 a.title {
    margin-left: 0;
}

ul.menu .more .child .child_wrapp .depth3>a.title {
    color: #000;
    margin-bottom: 5px;
    font-size: 12px;
}

ul.menu .more .child .child_wrapp .depth3 {
    margin-bottom: 8px;
}

.wrapper.has_menu .white #header .catalog_menu ul.menu>li.current,
.wrapper.has_menu .white #header .catalog_menu ul.menu>li:not(.current):hover {
    background: none;
}

.wrapper.has_menu .white #header .catalog_menu ul.menu>li.active,
.wrapper.has_menu .white #header .catalog_menu ul.menu>li.active:hover {
    background: #efefef;
}


/*child line menu*/

body #header ul.menu li .child.line .child_wrapp {
    padding: 0px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .15);
}

body #header ul.menu li .child.line .child_wrapp>a {
    padding: 9px 20px 10px;
    border-bottom: 1px solid #fff;
    background: #f7f7f9;
}

body #header ul.menu li .child.line .child_wrapp>a:hover,
body #header ul.menu li .child.line .child_wrapp>a.current {
    background: #fff;
}


/*header search*/

.search_middle_block {
    position: relative;
}

.search_middle_block .form-control {
    margin: 0px;
}

.bx-ie .search_middle_block .form-control input.big {
    line-height: 17px;
}

.top-h-row input.big {
    padding: 8px 13px 7px;
}

.middle-h-row .search_middle_block.active .middle_form {
    width: 96%;
    display: block;
    opacity: 1;
    visibility: visible;
}

.middle-h-row .search_middle_block .middle_form {
    opacity: 0;
    visibility: hidden;
    width: 0%;
    top: -1px;
    right: 32px;
    position: absolute;
    -webkit-transition: width 0.25s ease-in;
    -moz-transition: width 0.25s ease-in;
    -o-transition: width 0.25s ease-in;
    transition: all 0.25s ease-in;
    overflow: hidden;
}

.search_middle_block.active .middle_form {
    right: 32px;
}

.search_middle_block.active+.search_block {
    position: relative;
}

.middle-h-row .search_middle_block .middle_form .noborder {
    background: none;
    border: 0px;
    display: inline-block;
    width: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 11px 13px 14px;
    text-transform: none;
}

.bx-chrome .middle-h-row .search_middle_block .middle_form .noborder {
    padding-top: 13px;
}

.middle-h-row .search_middle_block .middle_form .big {
    padding-right: 100px;
    background: #e7e7e7;
    border-color: transparent;
    padding-left: 18px;
}

.center_block .search_block .icon.open,
.h_color_colored .header_wrap .center_block .search_block .icon.open {
    background-position: -169px -175px;
    right: -10px;
    top: 2px;
    position: absolute;
    width: 40px;
    height: 38px;
}

#header .middle-h-row .center_block .search {
    margin: 0 0px 0 56px;
    position: relative;
    zoom: 1;
    display: none;
    width: 63%;
}

#header .middle-h-row .center_block .middle_phone {
    display: none;
}

.wrapper.has_menu #header .middle-h-row .center_block .search,
.wrapper.has_menu #header .middle-h-row .center_block .middle_phone {
    display: inline-block;
    vertical-align: middle;
    transition: margin ease 0.25s;
}

#header .middle-h-row .center_block .middle_phone {
    min-width: 174px;
}

.middle_phone .phones .phone_text a {
    font-size: 19px;
}

.middle_phone .phones .order_wrap_btn {
    display: block;
    margin: -2px 0px 0px 22px;
}

.header_wrap.colored .middle_phone .phones .order_wrap_btn {
    color: #fff;
}

body table.title-search-result td.title-search-all a:hover span.text {
    border-bottom-width: 0px;
}

#header .middle-h-row .center_block .stitle_form .button,
.top-h-row .form_mobile_block .button {
    width: 39px;
    height: 39px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -56px -168px no-repeat;
    position: absolute;
    top: 3px;
    right: 2px;
    border: 0px;
}

.top-h-row .form_mobile_block .button {
    text-indent: -9999px;
    top: 1px;
}

#header .middle-h-row .center_block .stitle_form .button:hover,
.top-h-row.form_mobile_block .button:hover {
    opacity: 0.8;
}

#header .middle-h-row .center_block .stitle_form .text {
    padding: 10px 45px 9px 13px;
    background: #eee;
    border-color: transparent;
    height: 41px;
}

.stitle_form .form-control {
    margin-bottom: 0px;
    padding: 0px;
    border: 0px;
    height: auto;
}

.top-h-row .search #search-submit-button i,
.middle-h-row .search #search-submit-button i,
#header ul.menu.full>li.search_row #search-submit-button i {
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -60px -173px no-repeat;
}

#header ul.menu.full>li.search_row #search-submit-button i {
    background-position-y: -173px;
}

.top-h-row .search #search-submit-button:hover i,
.middle-h-row .search #search-submit-button:hover i,
#header ul.menu.full>li.search_row #search-submit-button:hover i {
    background-position: -138px -132px;
}

.center_block .search_block {
    float: right;
}

.center_block .search_block .icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -66px -177px no-repeat;
    position: relative;
    top: 10px;
    cursor: pointer;
}

.h_color_colored .header_wrap .center_block .search_block .icon {
    background-position: -144px -137px;
}

.center_block .search_block .icon:hover,
.basket_wrapp .wraps_icon_block:hover:before,
.basket_wrapp .basket_block .link:hover+.wraps_icon_block:before {
    opacity: 0.8;
}

.basket_wrapp .wraps_icon_block.ndelay:hover:before {
    opacity: 1;
}

.top-h-row .form_mobile_block .search_middle_block {
    display: none;
}


/*basket fly*/

.search_right,
.basket_fly .center_block .search_block {
    display: none;
}

.basket_fly #header .middle-h-row .center_block {
    padding-right: 37px;
}

.basket_fly #header .middle-h-row .form-control input[type="text"] {
    color: #898989;
    font-size: 13px;
}

.basket_fly #header .middle-h-row .center_block ul.menu {
    width: 71%;
    padding: 2px 0px 0px;
}

.basket_fly .search_middle_block,
.has_menu .search_middle_block {
    width: 25%;
    /*position:absolute;*/
    float: right;
    right: 0px;
    -webkit-transition: width 0.25s ease-in;
    -moz-transition: width 0.25s ease-in;
    -o-transition: width 0.25s ease-in;
    transition: width 0.25s ease-in;
}

#header .middle-h-row .center_block .full+.search_middle_block .stitle_form .button {
    top: 2px;
}

.basket_fly .search_middle_block.active_wide {
    width: 100%;
}

.form_mobile_block .search_middle_block {
    right: initial;
    position: absolute;
    left: -95%;
    left: -161px;
    top: -7px;
    width: 150px;
}

.form_mobile_block .search_middle_block input:not(.button) {
    line-height: 18px;
    background: #fff;
}

.basket_fly .basket_wrapp .wrapp_all_icons {
    width: 31px;
}

.basket_fly #header .middle-h-row .basket_wrapp {
    padding-top: 4px;
    vertical-align: top;
}

.basket_fly #header .middle-h-row .center_block .search {
    width: 70%;
}

.basket_fly #header .basket_fly .opener .basket_count,
#header .basket_fly .opener .wish_count {
    background: #e3e3e3;
}

.basket_fly .basket_wrapp .basket_fly .wraps_icon_block {
    display: inline-block;
    float: none;
    top: 39%;
    margin: 0px 12px 0px 0px;
}

.basket_fly .basket_wrapp .basket_fly .small .wraps_icon_block {
    margin-right: 12px;
}

.basket_fly .basket_wrapp .basket_fly .wraps_icon_block.delay .count span {
    background: #fff;
}

#header .basket_fly .opener {
    position: absolute;
    width: 67px;
    left: -67px;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    top: 0px;
}

#header .basket_fly .opener .basket_count,
#header .basket_fly .opener .wish_count {
    display: inline-block;
    text-align: center;
    width: 67px;
    height: 67px;
    cursor: pointer;
    vertical-align: top;
    *display: inline-block;
    zoom: 1;
}

#header .basket_fly .opener .basket_count,
#header .basket_fly .opener .wish_count {
    border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
}

#header .basket_fly .opener .basket_count {
    margin: 0px 0px 2px;
}

#header .basket_fly .opener .wish_count.empty .icon {
    background: transparent;
}

#header .basket_fly tr.hidden {
    display: none;
}

.basket_sort ul.tabs li {
    height: auto;
    padding-bottom: 3px;
    margin-right: 8px;
}

.middle .basket_sort ul.tabs li:first-child {
    padding-left: 0px;
}

.basket_sort ul.tabs li:last-child {
    margin-right: 0px;
}

.basket_sort ul.tabs li.cur div {
    border-bottom: 2px solid #ddd;
}

.basket_sort ul.tabs li span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-bottom: 0px;
}

.basket_sort ul.tabs li .wrap_li>span {
    padding-bottom: 6px;
}

.basket_sort .remove_all_basket {
    position: relative;
    margin: 12px 0px 27px;
    float: right;
    display: none;
    padding: 6px 12px 5px;
}

.basket_sort .remove_all_basket.cur {
    display: block;
}

.basket_sort .remove_all_basket:before,
.bx_sort_container .wrap_remove_button .button:before {
    content: "";
    display: inline-block;
    height: 9px;
    width: 9px;
    background: url('/local/templates/fiztechkz/images/close_icons.png') -2px -28px no-repeat;
    vertical-align: middle;
    margin: 0px 7px 0px 0px;
}

#header .middle-h-row .basket_wrapp {
    margin-top: 23px;
    padding-top: 15px;
    vertical-align: middle;
}

#header .middle-h-row .basket_fly .basket_wrapp {
    margin-top: 27px;
    padding-top: 0px;
}

.middle .tabs_content.basket {
    margin: 27px 0px 0px;
}

.basket_wrapp .module-cart {
    margin-top: 0;
}

.basket_wrapp .module-cart.delayed {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 0px 26px;
}

.coupons_list {
    text-align: left;
    padding: 0px 0px 0px 84px;
}

.coupons_list .bx_ordercart_coupon {
    clear: both;
    position: relative;
    margin: 14px 0px 0px;
}

.coupons_list .bx_ordercart_coupon+.bx_ordercart_coupon {
    margin-top: 9px;
}

.coupons_list .bx_ordercart_coupon .coupon_text {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0px 10px 0px 0px;
}

.coupons_list .bx_ordercart_coupon .coupon_text:before {
    content: "";
    display: inline-block;
    height: 9px;
    width: 11px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -19px -3px no-repeat;
    margin: 0px 6px 0px 0px;
}

.coupons_list .bx_ordercart_coupon:before {
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    border-bottom: 1px dotted #C3C3C3;
    top: 50%;
    position: absolute;
}

.coupons_list .bx_ordercart_coupon.not_found .coupon_text:before {
    background-position: -102px -86px;
}

.coupons_list .bx_ordercart_coupon.not_apply .coupon_text:before {
    background-position: -4px -3px;
}

.coupons_list .bx_ordercart_coupon .remove {
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 1;
}

.coupons_list .bx_ordercart_coupon .bx_ordercart_coupon_notes {
    float: right;
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0px 27px 0px 10px;
}

#header .basket_wrapp .module-cart.delayed {
    max-height: 250px;
}

.basket_wrapp .module-cart thead tr {
    background: #f7f7f7;
}

.basket_wrapp .module-cart .goods {
    max-height: 260px;
    overflow-y: auto;
    /*overflow-x:hidden;*/
    border-bottom: 1px solid #e7e7e7;
}

#header .basket_fly {
    border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    -webkit-border-radius: 0 0 0 2px;
    top: 180px;
    z-index: 100;
    position: fixed;
    width: 800px;
    right: -807px;
    min-height: 122px;
}

.basket_wrapp .basket_sort ul.tabs {
    position: relative;
    zoom: 1;
}

.basket_wrapp .basket_sort {
    padding: 0px;
}

.middle .basket_wrapp {
    margin: -13px 0px 0px;
}

#header .basket_wrapp .basket_sort {
    padding: 25px 10px 0px 15px;
}

.basket_wrapp .module-cart td,
#header .basket_wrapp .module-cart td {
    vertical-align: top;
}

.basket_wrapp .module-cart td {
    text-align: left;
}

.basket_wrapp .module-cart .quantity-th,
body .basket_wrapp .module-cart td.count-cell {
    text-align: center;
}

.middle .module-cart thead {
    border: 1px solid #e5e5e5;
}

#header .basket_fly .module-cart .colored tbody {
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom: none;
}

#header .basket_fly .coupon {
    white-space: nowrap;
}

#header .basket_fly .basket_title {
    font-size: 26px;
    margin-right: 48px;
    margin-left: 13px;
    font-weight: 600;
}

.basket_wrapp .module-cart table td {
    padding: 8px 10px;
}

.middle .basket_wrapp .module-cart table td {
    padding: 8px 25px;
}

.middle .basket_wrapp .module-cart table tbody td {
    padding-bottom: 19px;
}

.middle .basket_wrapp .module-cart table tbody td .item_props .item_prop {
    display: block;
}

.basket_wrapp .module-cart table tbody td {
    padding: 0px 10px 19px;
}

.middle .module-cart table tbody td {
    padding: 0px 29px 19px;
}

#header .basket_wrapp .module-cart table tbody td {
    padding-bottom: 9px;
}

#header .basket_fly .module-cart table td.thumb-cell {
    padding: 11px 18px 10px 29px;
}

.middle .basket_wrapp .module-cart table td.thumb-cell {
    padding-top: 19px;
    padding-right: 1px;
    width: 153px;
}

#header .basket_fly .module-cart table td.name-cell {
    padding-top: 32px;
    min-width: 150px;
}

.module-cart table td.name-cell div[class^=bx_item_detail_],
.module-cart table td.name-cell .item_props .item_prop {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    display: block;
}

.module-cart table td.name-cell div[class^=bx_item_detail_] span.titles {
    float: left;
    line-height: 16px;
}

.module-cart table td.name-cell div[class^=bx_item_detail_] .values {
    float: left;
    margin: 0px 0px 0px 3px;
    line-height: 16px;
}

.module-cart table td.name-cell div[class^=bx_item_detail_] .values ul li:before {
    content: "";
    display: none;
}

.module-cart table td.name-cell div[class^=bx_item_detail_] .values ul li *,
.module-cart table td.name-cell div[class^=bx_item_detail_] .values ul li {
    line-height: 16px;
}

.module-cart table td.name-cell div[class^=bx_item_detail_] .values ul li.bx_active {
    display: block;
}

.tabs_content .bx_size_scroller_container .bx_size ul li.bx_active,
.tabs_content .bx_size_scroller_container .bx_size ul li.bx_active:hover {
    background: #fff;
    border-color: #fff;
    color: #888;
}

.tabs_content .bx_size_scroller_container .bx_size ul li.bx_active:hover span {
    color: #888 !important;
}

.module-cart table td.name-cell div[class^=bx_item_detail_] .values ul li {
    display: none;
}

.middle .module-cart table td.name-cell {
    padding-top: 54px;
    white-space: normal;
}

#header .basket_fly .module-cart table td.cost-cell {
    padding-top: 33px;
    width: 200px;
}

#header .basket_fly .module-cart table td.cost-cell.notes {
    padding-top: 10px;
}

.middle .module-cart table td.cost-cell {
    padding-top: 55px;
    width: 230px;
}

.middle .module-cart table td.cost-cell.notes {
    padding-top: 32px;
}

#header .basket_fly .module-cart table tr td.count-cell {
    padding-top: 26px;
    width: 132px;
}

.module-cart table tr td.count-cell {
    font-size: 14px;
    line-height: 16px;
}

.middle .module-cart table td.delay-cell,
.middle .module-cart table td.remove-cell {
    padding: 0px 5px;
}

.middle .module-cart table td.remove-cell {
    width: auto;
}

#header .basket_fly .module-cart.delayed table tr td.count-cell {
    padding-top: 34px;
}

.middle .module-cart table tr td.count-cell {
    padding-top: 42px;
    width: 185px;
}

.middle .module-cart.delayed table tr td.count-cell {
    padding-top: 56px;
}

#header .basket_fly .module-cart table td.summ-cell {
    width: 150px;
    padding-top: 33px;
}

.middle .module-cart table td.summ-cell {
    width: 200px;
    padding-top: 56px;
}

.basket_wrapp .module-cart .cost-cell .cost.prices {
    text-align: left;
}

.basket_wrapp .module-cart .cost-cell .cost.prices .price_name {
    text-align: left;
}

.basket_wrapp .module-cart .cost .price.discount strike,
.basket_wrapp .module-cart .cost .price {
    color: #373737;
}

.basket_wrapp .module-cart .cost.prices .price {
    margin-top: 0px;
}

.basket_wrapp .module-cart .cost.prices .price:not(.discount) {
    margin-right: 4px;
    float: left;
    white-space: nowrap;
}

.basket_wrapp .module-cart .cost.prices .sale_block {
    margin-top: 4px;
}

#header .basket_fly .module-cart table td.delay-cell {
    padding-top: 25px;
    padding-bottom: 0px;
}

.middle .module-cart table tbody td.delay-cell {
    padding-top: 48px;
    width: 43px;
}

#header .basket_fly li[item-section="DelDelCanBuy"] .module-cart table td.delay-cell .icon {
    float: left;
    top: 0px;
}

.basket_wrapp .module-cart .summ-cell .cost.prices .price {
    margin: 0px;
}

#header .basket_fly .module-cart table td.remove-cell {
    width: 20px;
    padding-top: 5px;
    padding-right: 5px;
}

.middle .module-cart table td.remove-cell {
    width: 20px;
    padding-top: 5px;
}

#header .module-cart table td.cell {
    padding-top: 32px;
}

.middle .module-cart table td.cell,
.middle .module-cart table td.weight-cell {
    padding-top: 55px;
}

.counter_block {
    border: 1px solid #e5e5e5;
    font-size: 0px;
    width: 74px;
    margin: 0px auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 27px;
}

.counter_block.big_basket {
    width: 96px;
    text-align: center;
    height: auto;
}

.counter_block input[type="text"] {
    width: 32px;
    border: 0px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #f7f7f7;
    color: #373737;
    font-size: 10px;
    height: 26px;
    border-radius: 0px;
    text-align: center;
    line-height: 13px;
}

.bx-firefox .counter_block input[type="text"] {
    padding-top: 7px;
}

.counter_block.big_basket input[type="text"] {
    font-size: 13px;
    height: 35px;
    width: 42px;
}

.counter_block .plus,
.counter_block .minus {
    font-size: 0;
    line-height: 27px;
    height: 27px;
    width: 21px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.counter_block.big_basket>span {
    line-height: 35px;
    height: 35px;
    width: 27px;
}

.module_product_list .counter_block .plus,
.module_product_list .counter_block .minus {
    height: 24px;
    width: 24px;
}

.counter_block>span:hover {
    background: #e3e3e3;
}

.counter_block>span:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 19px;
    background: url('/local/templates/fiztechkz/images/plus_minus.png') 5px -13px no-repeat;
    vertical-align: middle;
}

.bx-mac .counter_block>span:before {
    margin: 3px 0px 0px;
}

.bx-mac .counter_block.big_basket>span:before {
    margin: 8px 0px 0px;
}

.counter_block.big_basket>span.minus:before {
    background-position: 3px 3px;
}

.counter_block>span.minus:hover:before {
    background-position: -41px -13px;
}

.counter_block.big_basket>span.minus:hover:before {
    background-position: -43px 3px;
}

.counter_block.big_basket>span.plus:before {
    background-position: -19px 3px;
}

.counter_block>span.plus:before {
    background-position: -17px -13px;
}

.counter_block.big_basket>span.plus:hover:before {
    background-position: -64px 3px;
}

.counter_block>span.plus:hover:before {
    background-position: -63px -13px;
}

.counter_block input[type="text"] {
    padding: 8px 8px 7px;
}

.counter_wrapp .counter_block {
    margin: 0px 10px 0px 0px;
}

.button_block {
    display: inline-block;
    vertical-align: top;
}

.counter_wrapp .button_block.wide {
    display: block;
    margin: 0px;
    width: 100%;
}

.counter_wrapp .button_block.wide .button {
    display: block;
}

.button.in-cart i {
    display: inline-block;
    width: 11px;
    height: 15px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -49px -4px no-repeat;
    vertical-align: middle;
    margin: 0px 8px 0px 0px;
}

.count-cell div.error *,
.count-cell div.error {
    line-height: 15px;
    font-size: 12px;
    margin: 6px 0px 10px;
}

#header .count-cell div.error *,
#header .count-cell div.error {
    font-size: 11px;
}

.catalog_detail a.wish_item i,
.catalog_detail a.compare_item i,
.display_list a.wish_item i,
.display_list a.compare_item i,
.module-cart a.wish_item .icon i {
    background: url('/local/templates/fiztechkz/images/icons_wish.png') 0px 0px no-repeat;
}

.module-cart a.wish_item .icon i {
    background-position: 5px -14px;
}

.module-cart a.wish_item.to_basket .icon i {
    background-position: -31px -200px;
}

#header .basket_fly .module-cart table td.thumb-cell a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.module-cart table td.thumb-cell a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

#header .basket_fly .module-cart .colored tfoot {
    border: 0;
}

.module-cart .colored tfoot td {
    border-bottom: 0;
    padding: 26px 0px 22px;
    vertical-align: top;
}

.module-cart .colored tfoot .bottom_btn td {
    padding: 35px 15px 52px;
}

#header .module-cart .colored tfoot .bottom_btn td {
    padding-bottom: 28px;
}

#header .module-cart .colored tfoot .bottom_btn td {
    padding-top: 29px;
}

.module-cart tfoot .bottom_btn td .description {
    font-size: 12px;
    line-height: 16px;
    color: #b3b3b3;
    margin-top: 13px;
    width: 100%;
    text-align: left;
}

.module-cart tfoot .bottom_btn td .description * {
    line-height: 16px;
}

#header .basket_fly .module-cart .colored tfoot td.total_wrapp {
    padding: 0;
}

#header .basket_fly .module-cart .colored tfoot td.total_wrapp.hidden {
    display: none;
}

#header .basket_fly .module-cart .colored tfoot td.total_wrapp .more_row {
    margin: 20px;
}

.module-cart .colored tfoot td.row_titles {
    text-align: right;
    margin: 0px;
}

.module-cart .colored tfoot td.row_titles .item_title {
    margin: 0px 43px 0px 0px;
}

.module-cart .colored tfoot td.row_values .wrap_prices {
    width: 202px;
}

.module-cart .colored tfoot td.row_values .wrap_prices .price+.price {
    margin-top: 0px;
}

.basket_wrapp .module-cart table.bottom.middle td.row_values .item_title {
    display: none;
}

.bottom.middle td>.coupon {
    float: left;
}

.bottom.middle td>.coupon .coupon-t {
    width: 70px;
    float: left;
    line-height: 16px;
    margin: 0px 14px 0px 0px;
    text-align: left;
}

.bottom.middle td>.coupon #COUPON {
    width: 267px;
    max-width: 267px;
    float: left;
    margin: 0px 3px 0px 0px;
}

.bottom.middle td>.coupon .coupon_wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.bottom.middle td>.coupon .coupon_wrap label.error {
    top: -16px;
    right: 3px;
}

.bottom.middle .total.item_title {
    float: right;
    margin-top: 11px;
}

.bottom.middle .top_total_row {
    border-bottom: 1px solid #e5e5e5;
}

.basket_wrapp .module-cart table.bottom.middle td.row_titles .item_title {
    display: none;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn .backet_back_wrapp {
    padding-left: 0px !important;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn .backet_back_wrapp>*+* {
    margin-top: 17px;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn .basket_print_wrapp {}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn .basket_checkout_wrapp {
    text-align: right;
    white-space: nowrap;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn .basket_checkout_wrapp .basket_checkout {
    float: right;
    width: 175px;
    white-space: normal;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn .basket_checkout_wrapp .description {
    text-align: right;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn .basket_fast_order_wrapp {
    white-space: nowrap;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn .basket_fast_order_wrapp .basket_fast_order {
    width: 175px;
    white-space: normal;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn .basket_fast_order_wrapp .button {
    display: block;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td:last-of-type {
    padding-right: 0 !important;
    text-align: left;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td:last-of-type>* {
    float: left !important;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td:last-of-type .description {
    text-align: left;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.to_leftside {
    float: left !important;
    height: inherit !important;
    margin: 0 !important;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.to_leftside>*:last-of-type {
    margin-bottom: 18px;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.to_leftside .description {
    display: none;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.to_leftside:last-of-type>* {
    margin-bottom: 0;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.empty:not(.to_leftside) {
    padding: 0 !important;
}

.basket_wrapp .module-cart table.bottom.middle td {
    display: inline-block !important;
    float: left !important;
    margin-top: 30px;
    padding: 0 50px 0 0;
    vertical-align: top;
    margin-bottom: 18px;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn {
    display: block;
    overflow: hidden;
    padding-top: 35px;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td {
    display: inline-block !important;
    float: left !important;
    padding: 0 50px 0 0;
    vertical-align: top;
    margin-top: 0;
}

.basket_wrapp .module-cart table.bottom.middle td.row_values {
    float: right !important;
    margin-top: 39px;
    padding-left: 25px;
    padding-right: 0 !important;
    width: 246px;
    width: 246px;
    padding-right: 0;
    padding-left: 25px;
}

.basket_wrapp .module-cart table.bottom.middle td.row_titles {
    text-align: right;
    padding-right: 25px;
    padding-left: 0 !important;
}

.module-cart .colored.middle td.delay-cell {
    padding: 0px;
    width: 34px;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn .back_btn .basket_checkout,
.basket_wrapp .module-cart table.bottom.middle .bottom_btn .back_btn .basket_fast_order {
    display: none;
}

.module-cart .colored tfoot tr[data-id="total_buttons"] td {
    border-top: 1px solid #e7e7e7;
}

#header .module-cart .colored td .basket_back {
    float: right;
    padding: 0px 9px 0px 0px;
}

.module-cart .colored tfoot .bottom_btn td.back_btn {
    padding-right: 0px;
}

.module-cart .colored tfoot .bottom_btn td .basket_fast_order {
    margin: 0px 0px 0px 27px;
}


/*header compare*/

.basket_wrapp .wrapp_all_icons {
    /*width:207px;*/
    padding: 20px 0px 0px;
}

.basket_normal .basket_wrapp .wrapp_all_icons {
    white-space: nowrap;
}

.bx-firefox .basket_normal .basket_wrapp .wrapp_all_icons,
.bx-ie .basket_normal .basket_wrapp .wrapp_all_icons {
    padding-top: 21px;
}

.basket_wrapp .header-compare-block,
.basket_wrapp .wraps_icon_block {
    margin: 0px 37px 0px 0px;
}

.basket_wrapp.basket_page .header-compare-block,
.basket_wrapp.basket_page .wraps_icon_block {}

.basket_wrapp .icon_block {
    position: relative;
    width: 17px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
}

.basket_wrapp .wraps_icon_block {
    width: 17px;
    height: 16px;
    position: relative;
    float: left;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.basket_wrapp .wraps_icon_block:before {
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -95px -180px no-repeat;
    width: 17px;
    height: 16px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    content: "";
    position: relative;
    top: 0px;
}

.basket_wrapp .wraps_icon_block.delay:before,
.h_color_colored .header_wrap .basket_wrapp .basket_fly .wraps_icon_block.delay:before {
    background-position: -120px -179px;
    width: 19px;
    top: -1px;
}

.basket_wrapp .wraps_icon_block.delay.ndelay {
    cursor: default;
}

.basket_wrapp .wraps_icon_block.basket:before,
.h_color_colored .header_wrap .basket_wrapp .basket_fly .wraps_icon_block.basket:before {
    background-position: -150px -180px;
    top: -1px;
    width: 18px;
}

.h_color_colored .header_wrap .basket_wrapp .wraps_icon_block:before {
    background-position: -168px -137px;
}

.h_color_colored .header_wrap .basket_wrapp .wraps_icon_block.delay:before {
    background-position: -143px -158px;
}

.basket_wrapp .basket_block .wraps_icon_block .link {
    z-index: 1;
}

.basket_page.basket_wrapp,
.order_page.basket_wrapp {
    text-align: right;
}

.basket_page.basket_wrapp .icon_block,
.order_page.basket_wrapp .icon_block {
    /*display: inline-block;float: none;top:8px;*/
}

.basket_wrapp.head_compare .wraps_icon_block .count {
    right: -9px;
    top: -6px;
}

.basket_wrapp.head_compare .wraps_icon_block .count>span {
    height: 8px;
    width: 10px;
    background: none;
}

.basket_wrapp.head_compare .wraps_icon_block .count .text {
    font-size: 9px
}

.basket_wrapp.f_head_compare .wraps_icon_block .count {
    font-size: 11px;
    top: -6px;
}

.basket_wrapp.f_head_compare .wraps_icon_block .count>span {
    background: none;
}

.basket_wrapp.f_head_compare .header-compare-block {
    margin: 0px 14px 0px 0px;
}

.comp_w .basket_wrapp .wraps_icon_block .count {
    top: -6px;
}

.comp_w .basket_wrapp .wraps_icon_block .count>span {
    background: none;
}

.comp_w .basket_wrapp .wraps_icon_block .count .text {
    font-size: 9px
}

.head_compare {
    float: left;
    width: 35px;
    margin: -9px 0 0;
}

.f_head_compare {
    float: right;
    margin: -14px 0 0;
}

.comp_w .basket_wrapp .header-compare-block {
    right: 168px;
    top: 39px;
    position: absolute;
}


/*header cart*/

.basket_wrapp .header-cart {
    display: inline-block;
    vertical-align: top;
}

.basket_wrapp .basket_block {
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.basket_wrapp .link {
    display: block;
    position: absolute;
    left: -10px;
    top: -13px;
    right: -15px;
    bottom: -27px;
    z-index: 2;
}

.basket_wrapp .wraps_icon_block .count {
    position: absolute;
    right: -13px;
    top: -15px;
    left: auto;
    text-align: center;
    opacity: 1;
    font-size: 13px;
}

.basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block.basket .count span,
.basket_wrapp .basket_empty .wraps_icon_block.basket .count span,
.basket_wrapp .basket_fly .basket_count.empty .wraps_icon_block.basket .count span {
    background: #fff;
}

.basket_wrapp .empty_cart .wraps_icon_block.basket .count,
.basket_wrapp .empty_cart.ecart.bcart .wraps_icon_block.basket .count,
.basket_wrapp .nitems.ecart .wraps_icon_block.basket .count {
    opacity: 0;
}

.basket_wrapp .empty_cart.bcart .wraps_icon_block.basket .count {
    opacity: 1
}

.basket_wrapp .wraps_icon_block .count>span {
    width: 22px;
    background: #e3e3e3;
    display: table-cell;
    height: 19px;
    vertical-align: middle;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.h_color_colored .header_wrap .basket_wrapp .basket_fly .wraps_icon_block.basket .count span {
    background: #e3e3e3;
}

.basket_wrapp .wraps_icon_block .count a,
.basket_wrapp .wraps_icon_block .count .text {
    display: block;
    text-decoration: none;
    font-size: 11px;
}

.basket_wrapp .basket_block .link {
    bottom: -24px;
    z-index: 2;
}

.basket_wrapp .basket_block .text {
    margin: -10px 0px 0px;
    display: inline-block;
    vertical-align: top;
    float: none;
}

.basket_wrapp .basket_block .text * {
    line-height: 18px;
}

.basket_wrapp .basket_block .title {
    font-size: 14px;
}

.basket_wrapp .basket_block .text .value {
    color: #5f5f5f;
    line-height: 16px;
    max-width: 67px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.basket_wrapp .wraps_icon_block.basket {
    margin-right: 15px;
}

.h_color_colored .header_wrap .basket_wrapp .wraps_icon_block.basket .count span,
body .h_color_colored .header_wrap .basket_wrapp .basket_fly .wraps_icon_block.basket .count span {
    background: #000;
}

.basket_wrapp .wraps_icon_block.basket .count a {
    color: #fff;
}

.h_color_colored .header_wrap .basket_wrapp .basket_block .text {
    position: relative;
    z-index: 1;
}

.h_color_colored .header_wrap .basket_wrapp .basket_block .text .title,
.h_color_colored .basket_wrapp .basket_block .link:hover+.wraps_icon_block+.text .title {
    color: #fff;
}

.h_color_colored .header_wrap .basket_wrapp .basket_block .text .value {
    opacity: 0.7;
    color: #fff;
}

.h_color_colored .header_wrap .basket_wrapp .wraps_icon_block.basket:before {
    background-position: -168px -158px;
    top: -1px;
}

.cart_empty .button.close {
    opacity: 1;
    text-shadow: none;
    float: none;
}

.basket_normal .popup {
    background: none;
    box-shadow: none;
    min-width: 0px;
    z-index: 11;
    width: 141px;
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    border-radius: 0;
}

.basket_normal .popup.card_popup_frame .basket_popup_wrapp {
    margin: 0;
}

.module-cart .bottom_btn .basket_close .close {
    opacity: 1;
    float: none;
    text-shadow: none;
}

.basket_normal .popup.card_popup_frame .basket_popup_wrapp {
    width: 397px;
    position: absolute;
    right: -11px;
    top: 20px;
    display: none;
    border-top: 2px solid #ddd;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.cart_wrapper .cart_shell {
    width: 100%;
}

#basket_line .popup {
    display: block;
}

.item-title .props {
    margin: 0px 0px 6px;
}

.item-title .props .item_prop,
.item-title .props .item_prop .title {
    line-height: 16px;
    font-size: 12px;
}

.item-title .props .item_prop .title {
    padding: 0px 4px 0px 0px;
}

.popup .cart_shell td.thumb-cell {
    padding: 20px 10px 10px 20px;
}

.popup .basket_popup_wrapp .cart_shell .item-title {
    padding: 16px 20px 16px 10px;
    position: relative;
}

.popup .cart_shell tr:first-child td {
    border-top: 0px;
}

#header .popup .cart_shell td {
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
}

.popup .cart_shell .cost-cell .price {
    margin-top: 1px;
}

.card_popup_frame.popup .remove-cell {
    position: absolute;
    top: 18px;
    right: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.catalog_item:hover .item-title a.remove,
.catalog_item .item-title a.remove:hover {
    border: 0px;
}

.basket_popup_wrapp .item-title .one-item span,
.popup .basket_popup_wrapp .item-title .cost-cell span {
    font-size: 13px;
    line-height: 16px;
}

.basket_popup_wrapp .item-title .one-item {
    float: left;
}

.basket_popup_wrapp .item-title .cost-cell {
    float: right;
}

.module-cart .remove-cell a,
.module-cart .remove-cell a i,
.cart_shell .remove-cell a,
.cart_shell .remove-cell a i,
.remove_item .remove a,
.remove_item .remove a i,
.bx_item_set_hor .bx_item_set_hor_item a.remove,
.bx_item_set_hor .bx_item_set_hor_item a.remove i,
.remove,
.remove i {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    display: inline-block;
    height: 17px;
    width: 17px;
    cursor: pointer;
}

.module-cart .remove-cell a i,
.cart_shell .remove-cell a i,
.bx_item_set_hor .bx_item_set_hor_item a.remove i,
.remove i {
    background: url('/local/templates/fiztechkz/images/close_icons.png') 3px -23px no-repeat;
}

.module-cart .remove-cell a:hover i,
.cart_shell .remove-cell a:hover i,
.bx_item_set_hor .bx_item_set_hor_item a.remove i,
.remove:hover i {
    background-position: -17px -23px;
}

.card_popup_frame.popup .total_wrapp {
    background: #f7f7f7;
}

.card_popup_frame.popup .total_wrapp .total span,
.card_popup_frame.popup .total_wrapp .price {
    font-size: 13px;
    line-height: 16px;
    float: left;
}

.card_popup_frame.popup .total_wrapp .total {
    white-space: nowrap;
    margin: 0 0px 20px 0px;
    padding: 15px 20px 14px 20px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.card_popup_frame.popup .total_wrapp .total .price {
    float: right;
    padding: 1px 0px 0px;
}

.total_wrapp .but_row1 {
    text-align: center;
    padding: 0px 20px 20px 20px;
}


/*Top flexslider*/

.top_slider_wrapp .flex-direction-nav {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top_slider_wrapp:hover .flex-direction-nav {
    opacity: 1;
    visibility: visible;
}

.flex-control-paging li a,
.front_slider_wrapp .flex-control-nav li a {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: url('/local/templates/fiztechkz/images/slider_pagination.png') 0px 0px no-repeat;
    cursor: pointer;
    font-size: 0;
}

.flex-control-nav li a {
    background-position: -20px -20px;
}

.top_slider_wrapp .flex-control-nav li a {
    background-position: -24px 0px;
}

.flex-control-nav li a:not(.touch):hover,
.front_slider_wrapp .flex-control-paging li a.flex-active,
.flex-control-paging li a.flex-active {
    background-position: -2px -20px;
}

.flex-control-paging li a:active {
    background-position: -1px -39px;
}

.top_slider_wrapp .flex-control-paging li a:hover,
.top_slider_wrapp .flex-control-paging li a.flex-active {
    background-position: 0px 0px;
}

body .top_slider_wrapp .flex-direction-nav li {
    background: #fff;
}

.top_slider_wrapp .flex-direction-nav li,
.top_slider_wrapp .flex-direction-nav li a {
    height: 42px;
    width: 42px;
}

.top_slider_wrapp .flex-direction-nav li {
    position: absolute;
    top: 179px;
    right: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 2;
}

.top_slider_wrapp .flex-direction-nav li:first-child {
    left: 20px;
}

.top_slider_wrapp .flex-direction-nav li a {
    background-image: url('/local/templates/fiztechkz/images/arrows.png');
}

.top_slider_wrapp .flex-direction-nav li.flex-nav-prev a.flex-prev {
    background-position: 15px -95px;
}

.top_slider_wrapp .flex-direction-nav li.flex-nav-next a.flex-next {
    background-position: -19px -95px;
}

.top_slider_wrapp .flexslider .banner_title span {
    font-size: 38px;
    line-height: 45px;
    font-weight: 600;
}

.top_slider_wrapp .flexslider .text.center .banner_title,
.top_slider_wrapp .flexslider .text.center .banner_buttons {
    text-align: center;
}

.top_slider_wrapp .flexslider .text.center .banner_buttons {
    margin-top: 25px;
}

.top_slider_wrapp .flexslider .slider_table {
    height: 100%;
    width: 100%;
    border: none;
}


/*Start page teasers block*/

.tizers_block * {
    line-height: 18px;
}

.tizers_block {
    font-size: 0px;
    margin: 25px 0px 0px;
    text-align: center;
}

.tizers_block .item {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    width: 20%;
    color: #000000;
    box-sizing: border-box;
    padding: 0px 5px 0px 0px;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0px 0px 59px;
    margin: 25px 0px 38px;
    white-space: nowrap;
}

.tizers_block .item .img,
.tizers_block .item .title {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.tizers_block .item .img {
    max-width: 60px;
    margin: 0px 20px 0px 0px;
}

.tizers_block .item .title {
    width: 60%;
    text-align: left;
    margin: -6px 0px 0px;
    white-space: normal;
}

.tizers_block .item a {
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    line-height: 16px;
    display: block;
}


/* Start page float banners block */

.start_promo {
    width: 100%;
}

.start_promo .item {
    float: left;
    width: 25%;
    border: 10px solid #fff;
    border-bottom-width: 2px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 25%;
    padding-bottom: 24%;
    float: left;
    height: 0;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.start_promo .item img {
    max-height: 268px;
    position: absolute;
    left: 0;
    vertical-align: middle;
}

.start_promo .item.hover:hover {
    /*opacity:0.7;*/
}

.start_promo .item br {
    /*line-height:24px;*/
}

.start_promo .item .opacity_block {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /*transition:opacity 0.02s ease;*/
    background-color: #FFF;
}

.start_promo .item:hover .opacity_block {
    opacity: 0.1;
    z-index: 11;
}

.start_promo .item.wide50 {
    width: 50%;
}

.start_promo .item.wide100 {
    width: 100%;
}

.start_promo .item span.main_wrap {
    display: block;
    max-width: 195px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 10;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
}

.start_promo .item span.main_wrap i {
    display: block;
    font-style: normal;
}

.start_promo .item span.main_wrap i:after {
    /*content:'\a0';display:inline-block;width:6px; margin:0px 0px 0px -4px;    padding:1px 0px 0px 0px;*/
}

.start_promo .item.wide50 span.main_wrap {
    max-width: 340px;
}

.start_promo .item.wide100 span.main_wrap {
    max-width: 500px;
}

.start_promo .item p *,
.start_promo .item p {
    color: #fff;
}

.start_promo .item p {
    margin-bottom: 0px;
    line-height: 15px;
}

.wrapper_inner .start_promo .item i span p span {
    line-height: 16px;
    padding: 0px 7px 7px;
    position: relative;
    margin: -11px 0px 0px;
}

.wrapper_inner .start_promo .item i span p:first-child span {
    line-height: 27px;
    padding-bottom: 1px;
    margin-top: 0px;
}

.wrapper_inner .start_promo .item i span p .tizer_text {
    margin: 3px 0px 0px;
    padding-top: 5px;
}

.start_promo .item a {
    color: #fff;
    text-decoration: none;
}

.start_promo .item a:hover {
    color: #fff;
    text-decoration: none;
}

.start_promo .item i.title span {
    font-weight: bold;
    /*direction:rtl; padding:4px 10px 7px 0;line-height:28px;*/
    font-size: 18px;
}

.bx-ie .start_promo.t1 .item i.title {
    position: relative;
    line-height: 1;
    color: #fff;
    display: inline;
    white-space: pre-wrap;
    border: 0 solid #00a7df;
    border-width: 0.25em 0;
    /* 0.25em is roughly equal to one space character. */
}

.bx-ie .start_promo.t1.title,
.bx-ie .start_promo1 .title:after {
    background-color: #00a7df;
}

.start_promo .item i.price {
    margin-top: 10px;
}

.start_promo .item i.price span {
    font-size: 16px;
    display: inline-block;
    line-height: 19px;
}

.start_promo .item i.price a {
    /*direction:rtl;*/
}

.start_promo .item i.title span * {
    /*line-height:18px;*/
}

.start_promo .catalog_btn {
    margin: 20px 0px 40px;
    text-align: center;
}

.start_promo .item i.title span,
.start_promo .item i.price span {
    box-decoration-break: clone;
}

.wrap_tizer {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    color: #fff;
    width: 100%;
}

.wrap_tizer.center_block {
    text-align: center;
}

.wrap_tizer.right_block {
    text-align: right;
}

.wrap_tizer.dark_text .wrap_outer .inner_text {
    color: #1d1a1a;
}

.wrap_tizer .wrap_outer {
    position: relative;
    left: -3px;
    padding: 3px 0 5px;
    font-size: 16px;
    line-height: 16px;
    background: #23618C;
    color: #FFF;
    display: inline;
}

.wrap_tizer .wrap_outer.title {
    font-weight: 600;
    font-size: 18px;
}

.wrap_tizer .wr_block.price {
    margin: 10px 0px 0px;
}

.bx-firefox .wrap_tizer .wr_block.price {
    margin-top: 11px;
}

.wrap_tizer .wr_block.price .wrap_outer,
.wrap_tizer .wr_block.price .wrap_outer .outer_text {
    padding-top: 4px;
}

.wrap_tizer .wrap_outer .outer_text {
    position: relative;
    left: 15px;
    background: #23618C;
    padding: 3px 0 5px;
}

.wrap_tizer .wrap_outer .inner_text {
    position: relative;
    left: -7px;
    color: #FFF;
    font-style: normal;
    background: #23618C;
    z-index: 1;
}

.wrap_tizer .wrapper_inner_tizer {
    padding: 0px 33px 0px 20px;
}


/*flexslider*/

.wr li {
    margin-left: 20px;
    background: #fff !important;
    margin-right: 0px;
    float: left;
    box-shadow: none;
    border: 0px solid transparent;
    transition: all 0.2s ease;
    opacity: 0;
}

.right_block .wr li {
    margin-left: 20px;
}

.flex-viewport .wr li:first-child {
    margin-left: 0px;
}

.flex-viewport .wr li:hover,
.flex-viewport .wr li.hover {
    border: 0px solid transparent;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    height: auto !important;
}


/*tabs*/

.specials_slider_wrapp,
.tab_slider_wrapp,
.specials.tab_slider_wrapp {
    padding: 32px 0px 2px;
}

.tab_slider_wrapp {
    padding-top: 20px;
}

.catalog_detail+.tab_slider_wrapp,
.catalog_detail+.clearfix+.tab_slider_wrapp {
    border-top: 1px solid #e5e5e5;
    padding-top: 32px;
}

.catalog_detail .form .form_footer {
    margin: 0;
}

.specials_slider_wrapp ul.tabs,
.tab_slider_wrapp ul.tabs {
    margin: 0px 0px 0px;
}

.specials_slider_wrapp ul.tabs>li,
.tab_slider_wrapp ul.tabs>li {
    margin: 10px 14px 0 0;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: auto;
}

.specials_slider_wrapp ul.tabs>li span,
.tab_slider_wrapp ul.tabs>li span {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    border-bottom-width: 0px;
    padding: 0px 0px 5px 0px;
    font-weight: 500;
}

.specials_slider_wrapp ul.tabs>li:hover span,
.tab_slider_wrapp ul.tabs>li:hover span {
    color: #000000;
}

.specials_slider_wrapp ul.tabs>li:first-child,
.tab_slider_wrapp ul.tabs>li:first-child {
    padding-left: 0px;
}

.specials_slider_wrapp ul.tabs li.cur,
.tab_slider_wrapp ul.tabs li.cur {
    background: none;
}

.specials_slider_wrapp ul.tabs li.cur span,
.tab_slider_wrapp ul.tabs li.cur span {
    color: white;
    border-bottom: 2px solid #ddd;
}

.specials_slider_wrapp ul.tabs li.cur:hover span,
.tab_slider_wrapp ul.tabs li.cur:hover span {
    color: #000;
}

.specials_slider_wrapp ul.tabs_content,
.tab_slider_wrapp ul.tabs_content {
    /*margin:1px 0px 20px;*/
}

.specials.tab_slider_wrapp ul.tabs_content {
    margin-bottom: 35px;
}

.tab_slider_wrapp:not(.specials) .top_blocks {
    position: relative;
    padding: 32px 0px 0px;
    border-top: 1px solid #e5e5e5;
}

.specials.tab_slider_wrapp .top_blocks {
    padding: 0px;
    border-top-width: 0px;
}

.wrapper_block .top_block {
    margin-bottom: 30px;
}

.recomendation.wrapper_block .top_block {
    border-top: 1px solid #e5e5e5;
}

.detail_footer .top_block {
    border-top: 1px solid #E5E5E5;
    position: relative;
    z-index: -1;
}

.wrapper_block .all_wrapp {
    position: relative;
    margin: 0px 0px 5px;
}

.wrapper_block .all_wrapp .content_inner.absolute {
    position: absolute;
    z-index: 111;
    zoom: 1;
    overflow: hidden;
}

.tabs_content .flex-viewport,
.wrapper_block .flex-viewport {
    overflow: visible !important;
    margin-top: 26px;
}

.specials_slider>li,
.tabs_slider li,
.wrapper_block .wr li {
    width: 170px !important;
    padding: 20px 20px 12px;
    opacity: 0;
    min-height: 305px;
}

.specials_slider>li:hover,
.tabs_slider li:hover,
.wrapper_block .wr li:hover,
.specials_slider>li.hover,
.tabs_slider li.hover,
.wrapper_block .wr li.hover {
    padding: 20px 20px 20px;
}

.image_wrapper_block,
.image_wrapper_block a {
    max-width: 170px;
    min-width: 70px;
    height: 170px;
    line-height: 170px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    zoom: 1;
    display: block;
}

.image_wrapper_block a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.image_wrapper_block {
    margin: 0px;
}

.image_wrapper_block img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}


/*likes*/

.image_wrapper_block .like_icons {
    position: absolute;
    top: 0px;
    right: -4px;
    z-index: 1;
}

.like_icons span {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    margin: 0px 0px 5px;
}

.image_wrapper_block .like_icons span.added {
    opacity: 0.6;
    visibility: visible;
}

.catalog_item:not(.touch):hover .image_wrapper_block .like_icons span,
.catalog_item.hover .image_wrapper_block .like_icons span {
    opacity: 1;
    visibility: visible;
}

.like_icons span i {
    width: 29px;
    height: 29px;
    display: block;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') 0px 0px no-repeat;
}

.like_icons .wish_item i {
    background-position: 5px -14px;
}

.like_icons .compare_item i {
    background-position: -19px -13px;
}

.like_icons .wish_item.added i {
    background-position: 5px -43px;
}

.like_icons .compare_item.added i {
    background-position: -18px -44px;
}

.like_icons span:hover {
    cursor: pointer;
    background-color: #e3e3e3;
}

.like_icons span.wish_item:hover i {
    background-position: 6px -71px;
}

.like_icons span.compare_item:hover i {
    background-position: -18px -72px;
}

.like_icons span.wish_item.added:hover i {
    background-position: 5px -43px;
}

.like_icons span.compare_item.added:hover i {
    background-position: -18px -44px;
}


/*title and stock*/

.flex-viewport .catalog_item .item_info {
    border-top-width: 0px;
    margin: 9px 0px 0px;
    box-sizing: initial;
    padding: 5px 0px;
}

.flex-viewport .catalog_item .item_info .item-title a:hover,
.flex-viewport .catalog_item:hover .item_info .item-title a {
    border-bottom-width: 0px;
}

.flex-viewport li:hover a {
    text-decoration: none;
}


/*price*/

.cost.prices .price,
.module-cart .row_titles .item_title,
.module-cart .row_values .price {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    /*margin:8px 0px 2px;*/
}


/*.cost.prices .price{float:left;}*/

.cost.prices .price_name {
    font-size: 10px;
    line-height: 15px;
    margin: 6px 0px 2px;
    clear: both;
}

.cost.prices .sale_block+.price_name {
    margin-top: 11px;
}

.cost.prices .price+.price_name {
    margin-top: 8px;
}


/*	.cost.prices .price_name + .price{float:left;}*/

.cost.prices .price.discount {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    float: none;
}

.cost .price:not(.discount) {
    margin-right: 4px;
}

.cost .price.discount strike,
.row_values .price.discount strike,
.cost .price.discount span,
.row_values .price.discount span {
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    text-decoration: line-through;
}

.display_list .cost.prices .price {
    font-size: 18px;
}

.row_titles .w_title {
    margin-bottom: 5px;
}


/*sales*/

.sale_block {
    margin: 3px 0px 2px;
    clear: both;
}

.sale_block .text,
.sale_block .value {
    float: left;
    background: #ffd02e;
    padding: 4px 8px 3px;
    font-size: 11px;
    line-height: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.sale_block .value {
    margin-right: 2px;
}

body .wrapper .catalog_item .item_info .buttons_block {
    margin-top: 17px;
}


/*brands front*/

.brands_slider_wrapp {
    padding: 55px 30px 47px;
}

.brands_slider_wrapp ul.brands_slider li a {
    margin: 0 10px;
}

.brands_slider_wrapp .flex-viewport {
    height: 48px;
    overflow: hidden;
}

.brands_slider>li {
    line-height: 48px;
    text-align: center;
    float: left;
}

.brands_slider_navigation ul.flex-direction-nav {
    position: relative;
    height: 0;
    zoom: 1;
}

.brands_slider>li a {
    text-decoration: none;
}

.brands_slider_wrapp li img {
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    max-width: 120px;
}

.brands_slider_wrapp li img:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    khtml-opacity: 1;
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
}


/*fotos*/

.fotos_slider_wrapp {
    padding: 0 30px 47px;
}

.fotos_slider_wrapp ul.fotos_slider li a {
    margin: 0 10px;
}

.fotos_slider_wrapp .flex-viewport {
    overflow: hidden;
}

.fotos_slider>li {
    line-height: 48px;
    text-align: center;
    float: left;
}

.fotos_slider_navigation ul.flex-direction-nav {
    position: relative;
    height: 0;
    zoom: 1;
}

.fotos_slider>li a {
    text-decoration: none;
}

.fotos_slider_navigation.absolute .flex-direction-nav>li {
    top: 37px;
}


/*news*/

.wrap_md .news_wrap {
    width: 100%;
    margin: 0px 0px 38px;
}

.news_block .news_items {
    font-size: 0px;
}

.news_block .news_items .item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0px 20px 17px 0px;
}

.news_block .news_items .item .image {
    float: left;
    width: 90px;
    height: 90px;
    margin-top: 5px;
    text-align: center;
    display: none
}

.news_block .news_items .item .image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}


/*.news_block .news_items .item .image + .info{padding-left:110px;}*/

.news {
    position: relative;
}

.news .item .info .date {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}

.news .item .info .name {
    font-size: 16px;
    text-decoration: none;
    margin: 1px 0px 0px;
    font-weight: 400;
    display: block;
    color: #ee3732;
}

.news .item .info .name:hover {
    text-decoration: underline;
    color: #333;
}

.news .item .info .preview {
    margin: 6px 0px 0px;
    font-size: 12px;
    display: none;
}

.news .top_block a {
    display: none;
}


/*subscribe form*/

.wrap_md .subscribe_wrap {
    width: 32%;
    margin: 0px 0px 62px;
}

.subscribe-form {
    margin: 50px 0px 0px;
}

.subscribe-form .wrap_bg {
    padding: 30px 34px 30px;
    background: url('/local/templates/fiztechkz/images/subscribe_bg.png') 0px -34px no-repeat;
}

.subscribe-form .top_block {
    margin: 0px;
    padding: 0px;
}

.subscribe-form .top_block .title,
.subscribe-form .top_block .title div {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 8px;
}

.subscribe-form .top_block .more,
.subscribe-form .top_block .more div {
    font-size: 12px;
    opacity: 0.65;
    color: #fff;
    line-height: 16px;
}

.subscribe-form .top_block .image {
    float: left;
    width: 57px;
    height: 57px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -2px -111px no-repeat;
}

.subscribe-form .top_block .image+.text {
    padding-left: 87px;
}

.subscribe-form form.sform {
    font-size: 0px;
    margin: 22px 0 0;
}

.subscribe-form form.sform>div {
    display: inline-block;
    vertical-align: top;
}

.subscribe-form .email_wrap,
.subscribe-form_footer .email_wrap {
    position: relative;
    margin-right: 5px;
    width: 57%;
}

.subscribe-form .button_wrap {
    width: 40%;
}

.subscribe-form label.error,
.subscribe-form_footer label.error {
    position: absolute;
    top: -19px;
    right: 0px;
}


/*akc front*/

.news_akc_block .news_slider>li {
    margin: 0px 0px 50px 20px;
}

.news_akc_block .news_slider>li:hover {
    box-shadow: none;
}

ul.flex-control-nav {
    display: none;
    margin-top: 0;
}

.news_akc_block .slider_navigation.top,
.news_akc_block.news .flex-direction-nav {
    top: 44px;
}

.bx-ie .news_akc_block .slider_navigation.top,
.bx-ie .news_akc_block.news .flex-direction-nav {
    top: 29px;
}

.news_akc_block .top_block {
    margin-bottom: 30px;
}

.news_akc_block .img {
    height: 166px;
    line-height: 163px;
    text-align: center;
    overflow: hidden;
}

.news_akc_block .img img {
    vertical-align: middle;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
}

.news_akc_block .item .info {
    padding: 13px 20px 18px;
}

.news_akc_block .item .info .date {
    line-height: 22px;
}


/*stores list front*/

.block_wr {
    position: relative;
}

.block_wr .bg_map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('/local/templates/fiztechkz/images/map_large.png') center 0px no-repeat;
    opacity: .07;
}

.block_wr.light {
    background: #f7f7f9;
}

.block_wr.dark .bg_map {
    opacity: 0.03;
}

.stores {
    font-size: 0px;
    padding: 0px 0px 55px;
}

.block_wr .top_block {
    margin-bottom: 29px;
}

.block_wr.dark .top_block .title_block,
.block_wr.dark .stores .stores_list .item a span,
.block_wr.dark .stores .stores_list .item .store_text .value {
    color: #fff;
}

.block_wr .top_block a {
    display: none;
}

.stores .stores_list,
.stores .all_map {
    display: inline-block;
    vertical-align: top;
}

.stores .stores_list {
    position: relative;
    max-width: 844px;
    width: 75%;
    box-sizing: border-box;
}

.stores .flex-control-paging,
.news_akc_block .flex-control-paging {
    padding-bottom: 0px;
    margin: 0px;
    position: absolute;
}

.stores .stores_list .stores_list_wr>li:hover {
    box-shadow: none;
    border: 1px solid #FFF;
}

.stores .stores_list .stores_navigation {
    top: -60px;
}

.stores_list .flex-direction-nav,
.news_akc_block .flex-direction-nav {
    right: 0px;
    position: absolute;
    top: 0px;
    z-index: 50;
    margin: 0px;
}

.stores_list .flex-direction-nav {
    top: -60px;
}

.bx-ie .stores_list.t1 .flex-direction-nav {
    top: -70px;
}

.bx-ie .stores .stores_list .stores_navigation {
    top: -70px;
}

.stores .stores_list .item {
    padding: 19px 25px 19px;
    border: 1px solid #FFF;
}

.stores .stores_list .item .wrapp_block {
    overflow: hidden;
    line-height: 0px;
}

.block_wr.dark .stores_list .item {
    background: transparent !important;
}

.stores .stores_list .item a {
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 8px;
}

.stores .stores_list .item a span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    border-bottom-width: 0px;
}

.block_wr.dark .stores .stores_list .item a:hover span {
    color: #333;
}

.stores .stores_list .item a .icon {
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -2px -182px no-repeat;
    float: left;
    margin: 6px 0px 0px;
}

.block_wr.dark .stores .stores_list .item a .icon {
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -13px -182px no-repeat;
}

.stores .stores_list .item a .text {
    padding: 0px 0px 0px 23px;
    display: block;
}

.stores .stores_list .item .store_text {
    margin: 0px 0px 3px;
    font-size: 12px;
}

.stores .stores_list .item .store_text:last-child {
    margin-bottom: 0px;
}

.stores .stores_list .item .store_text .title {
    color: #8e8c8c;
    float: left;
    line-height: 20px;
}

.block_wr.dark .stores .stores_list .item .store_text .title {
    color: #fff;
    opacity: 0.5;
}

.stores .stores_list .item .store_text .value {
    display: block;
    padding: 0px 0px 0px 63px;
    clear: right;
    line-height: 20px;
}

.stores .all_map {
    width: 268px;
    margin: 0px 0px 0px 20px;
}

.block_wr.dark .stores .all_map {
    background: #fff;
}

.stores .all_map a {
    display: block;
    padding: 24px 30px 31px 42px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0px;
}

.stores .all_map a.wrapp_block {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 20px;
    padding-top: 20px;
}

.stores .all_map a>div {
    display: inline-block;
    vertical-align: middle;
}

.stores .all_map a .icon {
    width: 53px;
    height: 58px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -61px -4px no-repeat;
    margin: 0px 30px 0px 0px;
}

.block_wr.dark .stores .all_map a .icon {
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -128px -4px no-repeat;
}

.stores .all_map a .text {
    font-size: 14px;
    line-height: 18px;
    width: 105px;
}

.light .stores .all_map a {
    color: #fff;
}

.block_wr.dark .flex-direction-nav li:hover a.flex-prev {
    background-position: 10px -50px;
}

.block_wr.dark .flex-direction-nav li:hover a.flex-next {
    background-position: -27px -50px;
}

.block_wr.dark .flex-direction-nav li:hover {
    background: #fff;
}


/*company text front*/

.wrap_more_item .more_text_item {
    display: none;
    overflow: hidden;
}

.md-50.img {
    padding: 35px 10px 0px 0px;
    text-align: center;
    overflow: hidden;
}

.md-50 img {
    max-width: 100%;
}

.md-50.big {
    padding: 50px 0px 56px 10px;
}

.md-50 .title_block {
    margin: 2px 0px 25px;
}


/*viewed front*/

.viewed_slider {
    position: relative;
}

.viewed_slider .slider_navigation.top_big {
    top: 44px!important;
}


/*footer*/

#footer ul,
#footer ul li {
    vertical-align: top;
}

#footer .footer_top {
    padding: 35px 0px 0px;
}

#footer .footer_bottom {
    padding: 44px 0px 45px;
}


/*footer subscribe*/

.footer_top>.wrap_md>div,
.footer_top .wrap_md .phones .phone_block>.wrap_md>div {
    vertical-align: middle;
}

.footer_top .sblock,
.footer_bottom .menu_block {
    width: 68%;
    padding: 0px 20px 0px 0px;
}

.footer_top .sblock .wrap_bg,
.footer_bottom .copy_block {
    width: 36%;
}

.footer_top .sblock .wrap_icon {
    width: 62px;
    height: 43px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -74px -123px no-repeat;
    margin: 0px 24px 0px 0px;
}

.footer_top .sblock .wrap_more_text,
.footer_top .sblock .wrap_more_text div {
    font-size: 13px;
    line-height: 18px;
}

.footer_top .sblock .wrap_more_text {
    padding: 8px 0px 0px 0px;
}

.footer_top .sblock .forms {
    padding: 10px 0px 0px 19px;
    width: 64%;
}

.footer_top .sblock .forms .email_wrap {
    width: 74%;
    padding: 0px;
    border: 0px;
    height: auto;
}

.bx-ie .footer_top .sform_footer input[type="email"] {
    padding-bottom: 13px;
}

.bx-ie .subscribe-form .sform input[type="email"] {
    padding-bottom: 14px;
}


/*footer phone*/

.footer_top .wrap_md .phones {
    padding: 12px 0px 0px 6%;
    width: 32%;
    left: 3px;
    position: relative;
}

.footer_top .wrap_md .phones .phone_block {
    width: 100%;
}

.footer_top .wrap_md .phones .phone_wrap a {
    font-size: 19px;
    line-height: 28px;
}

.footer_top .wrap_md .phones .order {
    font-size: 12px;
    cursor: pointer;
    text-align: right;
    width: 42%;
    padding: 0px 12px 0px 0px;
}


/*copyright*/

#footer .copyright,
#footer .copyright * {
    font-size: 12px;
    line-height: 18px;
}

#footer .copyright {
    margin: 0px 0px 37px;
}


/*pay icons*/

.pay_system_icons i {
    display: inline-block;
    height: 20px;
    width: 34px;
    background: url(/local/templates/fiztechkz/images/pay_icons.png) no-repeat;
    margin: 0px 11px 0px 0px;
}

.pay_system_icons span i:last-child {
    margin-right: 0px;
}

.pay_system_icons i.mastercard {
    background-position: 0px -1px;
}

.pay_system_icons i.visa {
    background-position: -46px -1px;
}

.pay_system_icons i.yandex_money {
    background-position: -94px -1px;
    width: 21px;
}

.pay_system_icons i.webmoney {
    background-position: -128px -1px;
    margin-right: 7px;
}

.pay_system_icons i.qiwi {
    background-position: -172px -1px;
    margin-right: 0px;
}


/*footer menu*/

.footer_bottom .all_menu_block {
    padding: 0px 0px 0px 18px;
    width: 64%;
}

.footer_bottom .all_menu_block .submenu_block,
.footer_bottom .submenu_top .menu_item {
    width: 33%;
}

.footer_bottom .submenu_top {
    margin: 0px 0px 11px;
}

.footer_bottom .submenu_top .menu_item a {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    text-decoration: none;
}

.footer_bottom .all_menu_block ul li:before {
    content: "";
}

.footer_bottom .all_menu_block ul {
    padding: 0px 8px 0px 0px;
}

.footer_bottom .all_menu_block ul li a {
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}


/*footer social*/

.footer_bottom .social_block {
    width: 32%;
}

.footer_bottom .social_block .social_wrapper {
    width: 100%;
}

.footer_bottom .social_block .social,
.footer_bottom .social_block .social div {
    font-size: 0px;
}

.footer_bottom .social_block .social {
    padding: 0px 0px 0px 25%;
}

.footer_bottom .social_block .social a {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    transition: opacity ease 0.5s;
}

.footer_bottom .social_block .social a:hover {
    opacity: 0.8;
}

.footer_bottom .social_block .social a:last-child {
    margin-right: 0px;
}


/*popup*/

.popup.show {
    border-radius: 0px;
}

.popup .popup-intro {
    background: #fff !important;
    border-bottom: 2px solid #ddd;
    border-bottom-width: 2px !important;
}

.popup .popup-intro .pop-up-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 18px;
    text-shadow: none;
    padding: 35px 35px 36px;
}

.popup .close,
.popup .close i,
.popup-window-close-icon.popup-window-titlebar-close-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    opacity: 1;
}

.popup .close {
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.popup.show .close:hover,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover {
    box-shadow: none;
}

.popup .close i,
.popup-window-close-icon.popup-window-titlebar-close-icon:after {
    background-position: 1px 2px !important;
}

.popup .close:hover i,
.popup-window-close-icon.popup-window-titlebar-close-icon:hover:after {
    background-position: -15px 2px !important;
}

.bx-ie .popup .close:hover i,
.bx-ie .popup-window-close-icon.popup-window-titlebar-close-icon:hover:after {
    background-position: -15px 2px !important;
}

.form-control label .star {
    margin: 0;
    top: 0px;
}

.form-block-wr label .star {
    margin-left: 4px;
}

.popup .form-wr {
    padding: 29px 35px 35px;
}

.popup .form-control {
    margin: 0px 0px 19px;
}

.popup .but-r {
    padding: 2px 0px 0px;
}

.popup .form_txt {
    padding: 32px 30px 20px;
}

.popup .but-r .buttons {
    margin-top: 17px;
}

div[id^=wait_comp] {
    display: none;
}

.popup .label_block_capcha {
    width: 48%;
}

.popup .img_block_capcha {
    width: 52%;
}

.form .licence_block.filter {
    padding: 0 0 21px;
    margin: -18px 0 0;
    position: relative;
    display: block!important;
    box-shadow: none;
    top: 0;
}

.form .licence_block.filter input[type="checkbox"] {
    display: block;
    visibility: hidden;
    width: 0;
    line-height: 0;
    margin: 0;
}

.form .licence_block label.error {
    top: -2px;
    position: absolute;
}

.form .licence_block.filter label {
    padding-top: 0;
    text-align: left;
    font-weight: normal;
}

.form .licence_block.filter label a:hover {
    text-decoration: none;
}

.subscribe_licenses .licence_block {
    display: inline-block;
    padding: 0px 0px 20px;
    position: relative;
    margin: -10px 0px 0px;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total+.form {
    padding-top: 30px;
}

#bx-soa-order .bx-soa .form .licence_block.filter {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#bx-soa-order .bx-soa .form .licence_block.filter label {
    padding-left: 23px;
}

#bx-soa-order #bx-soa-orderSave.hide_bx_lic .checkbox {
    display: none;
}

#bx-soa-order #bx-soa-orderSave label[data-bx-user-consent] {
    display: block;
    text-align: left;
}

#bx-soa-order #bx-soa-orderSave label[data-bx-user-consent] a {
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}


/*popup auth*/

.popup.enter_frame {
    max-width: 700px;
    width: 610px;
}

.auth_wrapp .main_info {
    width: 62%;
    border-right: 1px solid #e5e5e5;
}

.auth_wrapp .socserv {
    width: 38%;
    padding: 51px 35px 0px 35px;
}

.form_wrapp .reg_new {
    margin: 22px 0px 0px 0px;
}

.more_text_small {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 16px;
    padding: 11px 0px 0px;
}

.popup .prompt.remember label {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin: 0;
    top: -4px;
    position: relative;
    font-weight: normal;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

.popup .prompt.remember {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    float: none;
    margin: 5px 0px 0px;
    white-space: nowrap;
}

.popup .reg-new {
    padding: 24px 35px 30px;
    text-align: left;
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
}

.popup .prompt.remember input {
    width: auto;
    margin: 0px 4px 0px 0px;
}

.popup .forgot {
    margin: 2px 0px 0px 5px;
    float: right;
}

.r .forgot {
    font-size: 11px;
    position: relative;
    top: -2px;
    margin-left: 5px;
    outline: none;
}

.popup .captcha_wrapp input[type="text"] {
    max-width: 180px;
}

.soc-avt {
    /*padding:18px 25px 10px 35px;*/
    color: #888;
    font-size: 12px;
}

.soc-avt.inline {
    padding: 0px;
}

.soc-avt .row {
    margin: 12px 0px 0px;
}

.soc-avt .row .auth span {
    display: none;
}

.soc-avt .row a i.soc-icon,
.soc-serv-main .row a i,
.catalog_detail .b-share a span {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url('/local/templates/fiztechkz/images/soc_icons.png') top left no-repeat;
    transition: opacity 0.5s ease;
}

.soc-avt .row a,
.catalog_detail .b-share a {
    height: 35px;
    width: 35px;
    float: left;
    line-height: 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    padding: 0px;
}

.authorization-cols .col.authorization .soc-avt .row a,
.soc-serv-main .row a,
.soc-avt .row a,
.catalog_detail .b-share a {
    margin: 0px 5px 5px 0;
    clear: inherit;
}

.soc-avt .row .button.short {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    width: auto;
}

.soc-avt .row .button.short {
    position: relative;
    top: -1px;
}

.bx-firefox .soc-avt .row .button.short {
    padding-top: 9px;
    padding-bottom: 10px;
}

.soc-avt .row input[type="text"] {
    margin: 9px 5px 15px 0px;
}

.popup .soc-avt .row input[type="text"] {
    background: #fff;
}

.soc-avt .row form input[type="text"]+span:not(.bx-ss-icon),
.soc-avt .row form input[type="text"]+label+span:not(.bx-ss-icon) {
    font-size: 12px;
    padding: 0px 10px 0px 0px;
}

.soc-avt .row input[type="text"] {
    width: 100% !important;
}

.soc-avt .row #bx_auth_serv_formOpenID input[type="text"],
.soc-avt .row #bx_auth_serv_form_inlineOpenID input[type="text"] {
    width: 100%;
}

#bx_auth_servform,
.bx-auth-service-form {
    position: relative;
    clear: both;
}

#bx_auth_servform>div,
.bx-auth-service-form>div {
    position: relative;
    margin: 19px 0px 0px;
}

.soc-avt .row label.error {
    top: -10px;
    left: 0px;
}

.soc-avt .row #bx_auth_serv_formOpenID label.error {
    top: 8px;
}

.soc-avt .icon {
    text-indent: 0px;
    padding: 0px;
}

.soc-avt .row a i.soc-icon.odnoklassniki,
.soc-serv-main .row a i.soc-icon.odnoklassniki,
.catalog_detail .b-share .b-share-btn__odnoklassniki span {
    background-position: -40px 0px;
}

.soc-avt .row a i.soc-icon.liveid,
.soc-serv-main .row a i.soc-icon.liveid {
    background-position: 0px -80px;
}

.soc-avt .row a i.soc-icon.google,
.soc-serv-main .row a i.soc-icon.google {
    background-position: -40px -40px;
}

.soc-avt .row a i.soc-icon.vkontakte,
.soc-serv-main .row a i.soc-icon.vkontakte {
    background-position: 0px 0px;
}

.soc-avt .row a i.soc-icon.mymailru,
.soc-serv-main .row a i.soc-icon.mymailru,
.catalog_detail .b-share .b-share-btn__moimir span {
    background-position: -120px 0px;
}

.soc-avt .row a i.soc-icon.twitter,
.soc-serv-main .row a i.soc-icon.twitter,
.catalog_detail .b-share .b-share-btn__twitter span {
    background-position: 0px -40px;
}

.soc-avt .row a i.soc-icon.facebook,
.soc-serv-main .row a i.soc-icon.facebook,
.catalog_detail .b-share .b-share-btn__facebook span {
    background-position: -80px 0px;
}

.soc-avt .row a i.soc-icon.gplus,
.soc-serv-main .row a i.soc-icon.gplus,
.catalog_detail .b-share .b-share-btn__gplus span {
    background-position: -40px -120px;
}

.soc-avt .row a i.soc-icon.livejournal,
.soc-serv-main .row a i.soc-icon.livejournal {
    background-position: -120px -40px;
}

.soc-avt .row a i.soc-icon.yandex,
.soc-serv-main .row a i.soc-icon.yandex {
    background-position: -80px -40px;
}

.soc-avt .row a i.soc-icon.openid-mail-ru,
.soc-serv-main .row a i.soc-icon.openid-mail-ru {
    background-position: -120px -80px;
}

.soc-avt .row a i.soc-icon.liveinternet,
.soc-serv-main .row a i.soc-icon.liveinternet {
    background-position: -80px -80px;
}

.soc-avt .row a i.soc-icon.blogger,
.soc-serv-main .row a i.soc-icon.blogger {
    background-position: -40px -80px;
}

.soc-avt .row a i.soc-icon.openid,
.soc-serv-main .row a i.soc-icon.openid {
    background-position: 0px -120px;
}

.soc-avt .row a i:hover {
    opacity: 0.8;
}


/*breadcrumbs*/

.breadcrumbs {
    margin: 23px 0px 11px;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs>.separator {
    position: relative;
    zoom: 1;
    bottom: 0px;
    display: inline-block;
    line-height: 18px;
    /*height:15px;width:13px;*/
    margin: 0 9px;
    /*background:url('/local/templates/fiztechkz/images/bredcrumb_arrow.png') -1px 0 no-repeat;*/
    border: 0 !important;
}

.breadcrumbs .drop:hover .separator {
    background: rgba(0, 0, 0, 0) url("/local/templates/fiztechkz/images/bredcrumb_arrow.png") no-repeat scroll -1px 0;
    border: 0 none !important;
    bottom: 3px;
    display: inline-block;
    height: 15px;
    line-height: 18px;
    margin: 0 4px;
    position: absolute;
    width: 14px;
    z-index: 1;
    font-size: 0;
}

.container .breadcrumbs a span,
.container .breadcrumbs span {
    color: #b6b5b5;
    font-size: 12px;
}

.breadcrumbs .bx-breadcrumb-item {
    display: inline-block;
    position: relative;
}


/*register*/

.registraion-page .form-block {
    padding: 0px 44px;
}

.registraion-page .main_info {
    width: 73%;
    padding: 38px 61px 25px 0px;
    border-right: 1px solid #e5e5e5;
}

.registraion-page .top p {
    position: relative;
    padding: 0px 0px 17px 42px;
}

.registraion-page .top p:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 9px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -36px -4px no-repeat;
    vertical-align: top;
    margin: 12px 21px 0px -35px;
    position: relative;
    z-index: 2;
}

.registraion-page .top p:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 3px;
    left: 0px;
    border-radius: 26px;
}

.iblock.label_block {
    width: 59%;
    position: relative;
    vertical-align: top;
}

.iblock.label_block label {
    padding: 0px;
    margin-bottom: 4px;
}

.registraion-page .main_info .form-control {
    margin: 0px 0px 19px;
}

.iblock.text_block {
    width: 41%;
    padding: 20px 0px 0px 25px;
    color: #b3b3b3;
    line-height: 16px;
    vertical-align: top;
    font-size: 12px;
}

.iblock.text_block * {
    line-height: 16px;
}

.registraion-page .form-block .form-control input[type="password"] {
    width: 100%;
}

.label_block_capcha {
    position: relative;
    width: 43%;
}

.img_block_capcha {
    width: 48%;
    padding: 24px 0px 0px 18px;
    vertical-align: bottom;
}

.img_block_capcha img {
    float: right;
}

.img_block_capcha .reload {
    cursor: pointer;
}

.registraion-page .social_block {
    width: 27%;
    padding: 34px 0px 38px 45px;
}

.registraion-page .social_block .row .title {
    margin: 0px 0px 10px;
}

.registraion-page .main_info .form-control.register-captcha {
    margin-bottom: 29px;
    max-width: 100%;
}

.captcha-row.register-captcha .captcha_image {
    width: auto;
}


/* catalog */


/* base catalog styles */

#content .right_block.catalog {
    zoom: 1;
    padding: 0px 0px 0px 210px;
    margin: -3px 0 0;
    overflow: visible;
}

#content .right_block.catalog.left-none-display {
    padding: 0;
}

#content .right_block .inner_wrapper {
    position: relative;
    zoom: 1;
    padding: 0px 10px 0px 10px;
    /*overflow:hidden;*/
    right: -10px;
    z-index: 2;
}

#content .left_block.catalog {
    margin-top: 29px;
    width: 210px;
}

#content .left_block.catalog.horizontal {
    margin-top: 3px;
}

.catalog .item_wrap {}

.catalog-page .item_wrap:not(.touch):hover,
.catalog-page .item_wrap.hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.group_description {
    float: left;
}

.catalog.right_block .group_description {
    padding: 14px 0 25px;
    width: 100%;
}

.catalog.right_block .bottom_nav+.group_description {
    padding-top: 19px;
}

div.item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 50;
    -webkit-box-orient: vertical;
    white-space: normal;
}

div.item-title a,
div.item-title a span {
    font-size: 13px;
    line-height: 20px;
    display: block;
    font-weight: 500;
}

div.item-title a span {
    padding: 0px 0px 0px;
}

.item-stock {
    font-size: 12px;
    line-height: 15px;
    margin: 6px 0px 2px;
}

.item-stock>span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.item-stock .icon {
    width: 12px;
    height: 11px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') 0px 0px no-repeat;
    margin: 4px 6px 0px 0px;
}

.item-stock .icon.stock {
    background-position: -19px -4px;
}

.item-stock .icon.order {
    background-position: -4px -4px;
}

.counter_wrapp .more_text {
    color: #b3b3b3;
    font-size: 11px;
    line-height: 14px;
    margin: 16px 0px 0px;
}

.ajax_load_btn {
    text-align: center;
    margin: -8px 0px 23px;
}


/*.bottom_nav.table{clear:both;}*/

.bottom_nav {
    padding-bottom: 20px;
}

.bottom_nav.block {
    padding-bottom: 25px;
}

.bottom_nav .module-pagination {
    padding-bottom: 0;
    position: relative;
}

.bottom_nav.block .ajax_load_btn {
    /*margin-top:-6px;*/
}

.more_text_ajax {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 10px 0px 10px 34px;
}

.more_text_ajax:before,
.more_text_ajax:after {
    content: "";
    display: block;
    position: absolute;
}

.more_text_ajax:before {
    width: 25px;
    height: 25px;
    left: 0px;
    top: 8px;
    border-radius: 25px;
}

.more_text_ajax:after {
    width: 15px;
    height: 13px;
    left: 5px;
    top: 14px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -67px -82px;
    -webkit-transition: background 0.7s ease-in-out;
    -moz-transition: background 0.7s ease-in-out;
    -o-transition: background 0.7s ease-in-out;
    transition: background 0.7s ease-in-out;
}

.more_text_ajax:hover:before {
    background: #383838;
}

.more_text_ajax.loading:after {
    /*transform:rotate(1080deg);*/
    -webkit-animation: spinner .5s linear infinite !important;
    animation: spinner .5s linear infinite !important;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.more_text_ajax:hover:after {
    /*transform:rotate(360deg);*/
    -webkit-animation: spinner .5s ease-out 1;
    animation: spinner .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/* WebKit � Opera */

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


/* ��� ��������� �������� */

@keyframes spinner {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.no_goods {
    padding: 30px 30px 63px;
    border-top: 1px solid #e5e5e5;
}

.catalog_block_view.no_goods {
    border-top-width: 0px;
}

.no_goods .no_products {
    position: relative;
    float: left;
    background: url('/local/templates/fiztechkz/images/empty.png') 0px 0px no-repeat;
    margin: 0px 0px -8px;
}

.no_goods .no_products:before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background: #DDD;
    left: 0px;
    top: 8px;
    border-radius: 100%;
}

.no_goods .no_products:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: url('/local/templates/fiztechkz/images/empty.png') 0px 0px no-repeat;
    top: 23px;
    left: 16px;
}

.no_goods .button {
    float: right;
    margin: 17px 0px 0px;
}

.wrap_text_empty {
    padding: 10px 0px 15px 97px;
}


/*root level*/

.catalog_section_list {
    border-top: 1px solid #e5e5e5;
    font-size: 0px;
    margin: 41px 0px 4px;
    padding: 60px 0px 0px;
}

.catalog_section_list .section_item {
    line-height: 20px;
    font-size: 12px;
    width: 50%;
    padding: 0;
    margin: 0 0 50px 0;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.catalog_section_list .section_item_inner {
    margin: 0 45px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.section_item_inner .section_info a,
.section_item_inner .section_info ul li.name a:hover {
    border-bottom: 0px;
    font-weight: 500;
    line-height: 20px;
}

.catalog_section_list .section_item li.name a {
    text-decoration: none;
}

.catalog_section_list .section_item li.name a span {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.catalog_section_list .section_item li.name {
    display: block;
    margin-bottom: 8px;
}

.catalog_section_list .section_item li.sect {
    display: inline-block;
    padding: 0px 5px 0px 0px;
}

.catalog_section_list .section_item .desc .desc_wrapp {
    display: inline-block;
    padding: 0px;
    margin: 14px 0px 0px;
    color: #888888;
}


/*catalog subscection*/

.articles-list.sections {
    border-top: 1px solid #e5e5e5;
    padding: 0px 0px 0px;
    margin: 41px 0px 18px;
}

.articles-list.sections+hr.long {
    margin: 55px 0 44px;
}

.articles-list.sections+hr.long+.main_description {
    margin-bottom: 25px;
}

.articles-list.sections .item {
    width: 50%;
    padding: 50px 0px 0px;
}

.articles-list.sections .right-data ul {
    padding: 0px 0px 10px 0px;
}

.articles-list.sections .right-data ul li.sect {
    display: inline-block;
    vertical-align: top;
    padding: 0px 5px 0px 0px;
}

.articles-list .item .left-data {
    width: 120px;
    float: left;
}

.articles-list .item .left-data a {
    display: block;
}

.articles-list .item .left-data a img {
    vertical-align: middle;
}

.articles-list .item-title a span {
    display: inline-block;
    font-family: Arial;
}

.articles-list .item .right-data .preview-text {
    font-size: 13px;
    margin: 0px 0px -5px;
    font-family: Arial;
}

.articles-list .item .item-title {
    margin-bottom: 9px;
}

.articles-list .item .item-title a span {
    font-size: 16px;
    font-family: Arial;
}

.articles-list .item .item-title a {
    text-decoration: none;
}

.articles-list .item .right-data {
    margin-left: 150px;
    overflow: visible;
    padding: 0px 20px 0px 0px;
}

.articles-list .item .right-data.no_img {
    margin-left: 0px;
}

.sku_props {
    margin: 17px 0px 2px;
}

.buy_block .sku_props {
    margin: 0px;
}

.sku_props .wrapper_sku>div {
    margin: 0px 0px 9px;
}

.sku_props .wrapper_sku>div:last-child {
    margin-bottom: 0px;
}

.bx_catalog_item_scu ul {
    font-size: 0px;
    margin: 0px;
}

.bx_catalog_item_scu ul li {
    position: relative;
    z-index: 100;
    cursor: pointer;
    outline: none;
    font-size: 11px;
    margin: 0px 0px 2px;
    padding: 0px 3px 0px 0px;
    display: inline-block;
}

.bx_scu_scroller_container .missing
/*, .ik_select_dropdown .missing*/

{
    opacity: 0.4;
}

.sku_props ul li:before {
    display: none;
}

.sku_props .bx_item_section_name {
    color: #383838;
    padding: 0px 0px 3px;
    display: block;
}

.disabled {
    opacity: 0.4;
}

.bg_block:before {
    font-size: 0;
    content: ".";
    display: none;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ddd;
    z-index: -1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.bg_block:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url('/local/templates/fiztechkz/images/checkbox.png') 0px -6px no-repeat;
    z-index: 2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.filter input[type="checkbox"]:checked+label:after {
    background-position: 0px -28px;
}

.filter input[type="radio"]:checked+label:after {
    background: url('/local/templates/fiztechkz/images/checkbox.png') 1px -27px no-repeat;
    box-shadow: none;
}

.filter input[type="radio"]+label:after,
.bg_block1:after {
    font-size: 0;
    content: ".";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 0px;
    top: -1px;
    background: #eeeeee;
    z-index: 2;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 0px 0px 1px #CFCFCF inset;
    -moz-box-shadow: 0px 0px 0px 1px #CFCFCF inset;
    -webkit-box-shadow: 0px 0px 0px 1px #CFCFCF inset;
}

.filter input[type="radio"]+label:before,
.bg_block:before {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    top: -1px;
}

.bg_block:before,
.bg_block:after {
    width: 26px;
    height: 26px;
    display: inline-block;
}

.bg_block:after {
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -36px -5px no-repeat;
    width: 12px;
    height: 8px;
    left: -36px;
    top: 12px;
}

.bg_block:before {
    z-index: 2;
    top: 3px;
    left: -44px;
}

.filter.radio input[type="radio"]+label:after,
.filter.radio input[type="radio"]+label:before {
    width: 14px;
    height: 14px;
}

.filter.radio input[type="radio"]:checked+label:after {
    background-position: 0px -28px;
}

.wrapp_all_inputs.wrap_md .iblock {
    width: 100%;
}

.filter_horizontal {
    padding: 3px 0px 0px 20px;
    overflow: hidden;
}

.filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_change_inputs {
    width: 30%;
    position: relative;
    margin: 0px 0px 4px;
}

.filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_slider {
    width: 70%;
    padding: 0px 0px 0px 50px;
}

.filter_horizontal .smartfilter .bx_ui_slider_track {
    margin-top: 16px;
}

.bx_filter .bx_filter_select_block:hover .bx_filter_select_arrow {
    background: #e3e3e3;
}

.bx_filter .bx_filter_select_block:hover .bx_filter_select_arrow:before,
.common_select .common_select-link:hover .trigger:before,
.common_select .common_select-link.opened .trigger:before {
    background-position: -36px -174px;
}

.bx_filter .bx_filter_select_text.fix {
    min-width: 120px;
}

.bx_filter .bx_filter_select_text label {
    cursor: pointer;
}

.bx_filter .bx_filter_select_arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 28px;
    cursor: pointer;
    border-left: 1px solid #E5E5E5;
    background: #fff;
    text-align: center;
    line-height: 32px;
}

.bx_filter .bx_filter_select_arrow:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 4px;
    background: url('/local/templates/fiztechkz/images/arrows.png') -1px -174px no-repeat;
}

.common_select {
    width: 100% !important;
    font-size: 0px;
}

.common_select select {
    display: none;
}

.ik_select_dropdown.common_select-dd {
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
}

.ik_select_dropdown.common_select-dd ul li:before {
    display: none;
}

.scroller {
    overflow: auto;
    width: 100%;
    height: 100%;
    border: 0;
}

.ik_select_list .ik_select_list_inner {
    position: static !important;
}

.ik_select_option_disabled {
    pointer-events: none;
    cursor: default;
    display: none;
}

.ik_select_list .ik_select_list_inner ul li {
    text-align: left;
    padding: 4px 9px 4px 9px;
    cursor: pointer;
}

.bx_filter_select_popup ul li label:hover {
    background: #e3e3e3;
}

.bx_filter_select_popup ul li label.selected {
    background: #ddd;
    color: #fff;
}

.ik_select_list .icon_color,
.common_select .icon_color {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    border: 2px solid #FFF;
    margin: 0px 7px 0px 0px;
}

.common_select .icon_color {
    margin-top: 4px;
}

.common_select .common_select-link.img,
.ik_select_list .ik_select_list_inner ul li.img {
    padding-left: 4px;
}

.ik_select_list .ik_select_list_inner ul li.img {
    padding-left: 5px;
}

.catalog_detail .common_select .common_select-link,
.bx_section .common_select-link {
    height: 37px;
}

.catalog_detail .common_select .common_select-link .ik_select_link_text,
.bx_section .common_select-link .ik_select_link_text {
    line-height: 35px;
}

.catalog_detail .common_select .common_select-link .trigger,
.bx_section .common_select-link .trigger {
    line-height: 40px;
    height: 35px;
    width: 34px;
}

.catalog_detail .common_select .icon_color {
    margin-top: 7px;
    margin-left: 4px;
}

.detail_page .ik_select_list .ik_select_list_inner ul li,
.order_page .ik_select_list .ik_select_list_inner ul li {
    padding: 8px 9px 9px 9px;
}

.detail_page .ik_select_list .ik_select_list_inner ul li.img,
.order_page .ik_select_list .ik_select_list_inner ul li.img {
    padding-left: 9px;
}

.catalog_detail .sku_props .bx_item_detail_size ul li {
    margin: 0px 6px 6px 0px;
}

.bx_filter_vertical input[type="checkbox"],
.filter input[type="radio"] {
    display: none;
}


/*Select popup*/

div[id^=smartFilterDropDown] {
    max-width: 170px;
    width: 100%;
    max-height: 205px;
    overflow-y: auto;
}

div[id^=smartFilterDropDown] .popup-window {
    width: 100%;
    border: 0px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
    border-radius: 2px;
}

div[id^=smartFilterDropDown] .popup-window-top-row,
div[id^=smartFilterDropDown] .popup-window-left-column,
div[id^=smartFilterDropDown] .popup-window-right-column,
div[id^=smartFilterDropDown] .popup-window-bottom-row {
    display: none;
}

.bx_filter_select_popup {
    padding: 0;
}

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

.bx_filter_select_popup ul li {
    display: block;
    text-align: left;
    vertical-align: middle;
}

.bx_filter_select_popup ul li:first-child {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.bx_filter_select_popup ul li:before {
    display: none;
}

.bx_filter_select_popup ul li label {
    font-size: 12px;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    padding: 8px 9px 8px 9px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.bx_filter_select_popup ul li label.disabled {
    color: #b8b8b8;
    background: transparent;
}

.popup-window .popup-window-content {}


/*TAGS*/

.bx_filter.bx_horizontal .bx_filter_parameters_box.tags {
    width: 100%;
    clear: both
}

.bx_filter .bx_filter_tag {
    padding: 18px;
    border: 1px solid #aed5e0;
    border-radius: 5px;
    background: rgba(151, 214, 233, .33);
}

.bx_filter .bx_tag_link {
    font-size: 12px;
    text-decoration: none;
    color: #68939e;
    border-bottom: 1px solid;
    text-shadow: none;
}

.bx_filter .bx_tag_link.active,
.bx_filter .bx_tag_link:hover {
    color: #1d3d46;
    border-bottom: none;
}


/*BTN*/

.bx_filter .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li .cnt,
.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
    display: inline-block;
    width: 29px;
    height: 29px;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    border-radius: 31px;
    background: #fff;
    -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}

.bx_filter .bx_filter_param_label.active .bx_filter_param_btn {
    border-color: #fff;
}


/* --- colors */

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl {
    background: transparent;
    box-shadow: none
}

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl {
    position: relative;
}


/*icon*/

.bx_filter_select_popup .bx_filter_select_text_icon,
.bx_filter .bx_filter_select_text_icon {
    line-height: 33px;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 2px;
    vertical-align: middle;
    border-radius: 2px;
}

.bx_filter_select_popup .bx_filter_btn_color_icon,
.bx_filter .bx_filter_btn_color_icon,
.bx_catalog_item_scu .bx_item_detail_scu ul li .cnt span {
    line-height: 24px;
    position: relative;
    top: 1px;
    border-radius: 24px;
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 2px solid #fff;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
}

.bx_filter .bx_filter_select_text .bx_filter_btn_color_icon,
.popup-window .bx_filter_btn_color_icon {
    border-radius: 0px;
    width: 16px;
    height: 16px;
}

.bx_filter label.pal:hover .bx_filter_param_btn,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li.active span:not(.cnt_item) {
    background: #ddd;
}

.bx_filter label.dib:not(.active):hover .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li:hover span:not(.cnt_item) {
    background: #e5e5e5;
}

.bx_filter label.dib.disabled:hover .bx_filter_param_btn {
    background: #fff;
}

.bx_filter .pict {
    display: inline-block;
    margin: -2px 0px 0px;
}

.bx_filter_select_popup .bx_filter_btn_color_icon {
    margin: 0 0px 0px -3px;
    top: 0;
    vertical-align: middle;
}

.bx_filter_select_popup .bx_filter_param_text {
    margin: 0 0px 0px 3px;
}

.bx_filter .bx_filter_select_block .bx_filter_btn_color_icon {
    top: -1px !important;
    margin: 0px 0px 0px -2px;
}

.bx_filter_btn_color_icon.all {
    position: relative;
    border: none;
    box-shadow: none
}

.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    content: " ";
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.bx_filter_btn_color_icon.all:after {
    right: 0;
    bottom: 0;
}

.bx_filter_btn_color_icon.all:before {
    top: 0;
    left: 0;
}

.bx_filter .bx_filter_popup_result {
    font-weight: 400;
    position: absolute;
    z-index: 930;
    display: none;
    margin-top: -7px;
    margin-left: -4px;
    padding: 0 20px;
    white-space: nowrap;
    color: #fff;
}

.bx_filter .bx_filter_popup_result a {
    margin: 0px 0px 0px 18px;
}

.bx_filter .bx_filter_popup_result.right {
    left: 102%;
}

.bx_filter .bx_filter_popup_result.left {
    right: 102%;
}

.bx_filter .button {
    /*border:1px solid #ddd;*/
    padding-left: 11px;
    padding-right: 12px;
}

.bx-firefox .bx_filter .button.small.transparent,
.bx-ie .bx_filter .button.small.transparent {
    padding-left: 11px;
    padding-right: 10px;
}

.bx-firefox .bx_filter .button {
    padding-right: 10px;
}

.bx_filter .button#set_filter {
    margin: 0px 8px 0px 0px;
}

.bx-firefox .bx_filter .button#set_filter {
    margin-right: 2px;
}

.bx_filter .bx_filter_block .clb {
    clear: both;
}


/*sort catalog*/

.sort_header {
    height: 29px;
    position: relative;
    zoom: 1;
    /*margin:0px 0px 20px;*/
}

.sort_header.view_block {
    border-bottom: 1px solid #e5e5e5;
}

.sort_header .sort_display {
    float: right;
    font-size: 0;
}

.sort_header .sort_filter {
    float: left;
}

.sort_header .sort_filter a {
    display: inline-block;
    text-decoration: none;
    color: #a5a3a3;
    margin: 0px 20px 0px 0px;
}

.sort_header .sort_filter a:last-child {
    margin-right: 0px;
}

.sort_header .sort_filter a .icon {
    content: "";
    display: none;
    background: url('/local/templates/fiztechkz/images/sort_icons.png') -42px 3px no-repeat;
    width: 15px;
    height: 13px;
    vertical-align: top;
    margin: 0px 3px 0px 0px;
}

.sort_header .sort_filter a.SHOWS .icon {
    background-position: -20px -77px;
}

.sort_header .sort_filter a.SHOWS:hover .icon,
.sort_header .sort_filter a.SHOWS.current .icon {
    background-position: -2px -77px;
}

.sort_header .sort_filter a.NAME .icon {
    background-position: -20px -95px;
}

.sort_header .sort_filter a.NAME:hover .icon,
.sort_header .sort_filter a.NAME.current .icon {
    background-position: -2px -95px;
}

.sort_header .sort_filter a.PRICE .icon {
    background-position: -20px -114px;
}

.sort_header .sort_filter a.PRICE:hover .icon,
.sort_header .sort_filter a.PRICE.current.icon {
    background-position: -2px -114px;
}

.sort_header .sort_filter a.QUANTITY .icon {
    background-position: -21px -134px;
}

.sort_header .sort_filter a.QUANTITY:hover .icon,
.sort_header .sort_filter a.QUANTITY.current.icon {
    background-position: -2px -134px;
}

.sort_header .sort_filter a span {
    font-size: 12px;
    line-height: 13px;
}

.sort_header .sort_filter a i.arr {
    display: inline-block;
    height: 20px;
    width: 18px;
}

.sort_header .sort_filter a>span {
    vertical-align: top;
    float: left;
}

.sort_header .sort_filter a i.arr {
    background: none;
    background: url('/local/templates/fiztechkz/images/sort_icons.png') -42px 3px no-repeat;
}

.sort_header .sort_filter a:hover i.arr {
    background-position: -25px 3px;
}

.sort_header .sort_filter a.current.desc:hover i.arr,
.sort_header .sort_filter a.current.desc i.arr {
    background-position: 5px 3px;
}

.sort_header .sort_filter a.current:hover i.arr,
.sort_header .sort_filter a.current i.arr {
    background-position: -23px 3px;
}

.sort_display a,
.sort_display a i {
    display: inline-block;
    height: 13px;
    width: 13px;
    line-height: 20px;
}

.sort_display a {
    margin: 0px 0px 0px 15px;
}

.sort_display a i {
    background: url('/local/templates/fiztechkz/images/sort_icons.png') 0 0 no-repeat;
}

.sort_display a.block i {
    background-position: -1px -41px;
}

.sort_display a.block.current i,
.sort_display a.block:hover i {
    background-position: -1px -23px;
}

.sort_display a.list i {
    background-position: -19px -41px;
}

.sort_display a.list.current i,
.sort_display a.list:hover i {
    background-position: -19px -23px;
}

.sort_display a.table i {
    background-position: -37px -41px;
}

.sort_display a.table.current i,
.sort_display a.table:hover i {
    background-position: -37px -23px;
}


/*catalog menu*/

.left_block .internal_sections_list .title {
    padding: 14px 19px 13px 19px;
    border-bottom: 1px solid transparent;
    position: relative;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    border: 1px solid #e5e5e5;
}

.left_block .internal_sections_list .title .inner_block {
    position: relative;
    cursor: pointer
}

.left_block .internal_sections_list .title .hider {
    display: inline-block;
    height: 5px;
    width: 8px;
    background: url('/local/templates/fiztechkz/images/arrows.png') -35px -162px no-repeat;
    cursor: pointer;
    top: 7px;
    right: 0px;
    position: absolute;
}

.left_block .internal_sections_list .title .inner_block:before {
    width: 16px;
    height: 16px;
    right: -4px;
    margin-top: 1px;
    border-radius: 16px;
    display: none;
    content: "";
    position: absolute;
}

.left_block .internal_sections_list .title .inner_block:hover:before {
    display: block;
}

.left_block .internal_sections_list .title .inner_block:hover .hider {
    background-position: -19px -143px;
    top: 6px;
}

.left_block .internal_sections_list .title .hider.opened {
    background-position: -1px -162px;
}

.left_block .internal_sections_list .title .inner_block:hover .hider.opened {
    background-position: -1px -143px;
    top: 7px;
}

.left_block .internal_sections_list ul.sections_list_wrapp {
    margin: 1px 0px 0px;
}

.left_block .internal_sections_list ul.sections_list_wrapp>li.item:first-child {
    border-top: 0;
}

.left_block .internal_sections_list li {
    position: relative;
    zoom: 1;
    background: #f7f7f7;
}

.bx_filter_container_title,
.left_block .internal_sections_list ul.sections_list_wrapp>li.item {
    border-top: 1px solid #fff;
}

.left_block .internal_sections_list li.depth3 {
    margin-bottom: 0px;
}

.left_block .internal_sections_list li.depth3 .menu_title {
    text-decoration: none;
    padding-bottom: 6px;
}

.left_block .internal_sections_list li a {
    text-decoration: none;
    padding: 9px 19px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.left_block .internal_sections_list li a span {
    font-size: 12px;
    line-height: 16px;
}

.left_block .internal_sections_list li.cur a span {
    border-bottom: 1px solid transparent;
}

.left_block .internal_sections_list ul.sections_list_wrapp>li.item:hover>a {
    z-index: 100;
}

.left_block .internal_sections_list .child_wrapp ul>li {
    background: #fff;
    position: relative;
    display: block;
    margin-left: 9px;
}

.left_block .internal_sections_list .child_wrapp ul.child li:after {
    content: "";
    display: block !important;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 2px;
    height: 2px;
    background: #1d1a1a;
}

.left_block .internal_sections_list ul.sections_list_wrapp>li.item.cur .child_container {
    display: block;
}

.left_block .internal_sections_list .child_wrapp.depth3 {
    max-width: 420px;
    padding-bottom: 10px;
}

.left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item {
    font-size: 12px;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 10px;
    display: block;
    position: relative;
}

.left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item:before {
    content: "";
    display: block;
    position: absolute;
    left: 1px;
    top: 7px;
    width: 2px;
    height: 2px;
    background: #1d1a1a;
}

.left_block .internal_sections_list .child_wrapp .child li>a {
    text-decoration: none;
    border: 0px;
    padding-left: 9px;
}

.left_block .internal_sections_list .child_wrapp a {
    line-height: 16px;
    height: inherit;
    font-size: 12px;
    padding: 3px 10px;
}

.left_block .internal_sections_list .child_wrapp a.title {
    text-decoration: none;
}

.item .child_container {
    display: none;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #DDD;
}

.item .child_container .child_wrapp {
    border: 0px;
    padding: 8px 10px;
    max-height: 500px;
    overflow: auto;
}

.item .child_container .child_wrapp * {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

.item .child_container .child_wrapp .menu_title a {
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
}

.item .child_container .child_wrapp ul>li {
    background: #fff;
    position: relative;
    display: block;
    margin-left: 9px;
}

.item .child_container .child_wrapp ul.child li:after {
    content: "";
    display: block !important;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 2px;
    height: 2px;
    background: #1d1a1a;
}

.item.cur .child_container,
.item.current .child_container {
    display: block;
}

.item .child_container .child_wrapp .child li>a {
    text-decoration: none;
    border: 0px;
    padding-left: 9px;
}

.item .child_container .child_wrapp .child li>a.menu_item {
    padding-left: 17px;
}

.item .child_container .child_wrapp a {
    line-height: 16px;
    height: inherit;
    font-size: 12px;
    padding: 3px 10px;
}

.item .child_container .child_wrapp a.title {
    text-decoration: none;
}


/* diffrent view types styles */


/*list*/

.display_list .item_wrap {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.display_list .item_wrap.prev {
    border-bottom-color: #fff;
}

.display_list .item_wrap:hover {
    border-color: #fff !important;
}

.display_list .list_item_wrapp:first-child {
    border-top: 1px solid #e7e7e7;
}

.display_list .list_item_wrapp+div .list_item_wrapp {
    border-top-width: 0px;
}

.display_list .description_wrapp .wrapp_stockers {
    margin: 12px 0px 0px;
    font-size: 0px;
}

.display_list .description_wrapp .wrapp_stockers>div {
    display: inline-block;
    vertical-align: middle;
}

.display_list .item-title a,
.display_list .item-title a span {
    font-size: 18px;
}

.wrapp_stockers .like_icons {
    font-size: 0px;
    height: 30px;
}

.wrapp_stockers .like_icons>div {
    display: inline-block;
    margin: 0 5px 0 0;
}

.wrapp_stockers .like_icons>div.offers_compare {
    margin: 0px 19px 0px 0px;
}

.wrapp_stockers .like_icons span {
    opacity: 1;
    visibility: visible;
}

.display_list .item-stock {
    margin: 0 0 0 14px;
}

.display_list .list_item .preview_text {
    line-height: 18px;
    margin: 14px 0px 0px;
    font-size: 12px;
}

.display_list .list_item .show_props a span {
    font-size: 12px;
    line-height: 18px;
}

.display_list .list_item .show_props {
    margin: 10px 0px -3px;
}

.display_list .list_item .show_props a i.icon {
    top: 0px;
    position: relative;
    margin-right: 7px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    background: #383838;
    vertical-align: middle;
}

.display_list .list_item .show_props a.opened i.icon b {
    background-position: -34px -185px;
}

.display_list .list_item .show_props a i.icon,
.display_list .list_item .show_props a i.icon b {
    display: inline-block;
    height: 11px;
    width: 11px;
}

.display_list .list_item .show_props a i.icon b {
    background: url('/local/templates/fiztechkz/images/arrows.png') 2px -185px no-repeat;
}

.display_list .list_item .props_list_wrapp {
    display: none;
    margin: 0;
    padding: 0px 0px 13px;
}

.props_list {
    border-collapse: collapse;
}


/*.props_list td{text-align:right;padding:2px 0px 2px 10px;font-size:12px;border-bottom:1px dotted #c3c3c3;}
.props_list td > span, .props_list td > .txt{position:relative;bottom:-11px;background:#FFF;padding:0px 0px 0px 10px;}
.props_list tr td:first-child{text-align:left;padding-right:10px;padding-left:0px;}
.props_list tr td:first-child > span, .props_list tr td:first-child > .txt{padding-right:12px;position:relative;}
.props_list tr td:first-child > span.whint{padding-right:32px;}
.props_list tr td:first-child > span:before, .props_list tr td:first-child > .txt:before {content:"";display:block;position:absolute;background:#ddd;left:1px;top:6px;width:2px;height:2px;}
.props_list tr td:first-child > .txt:before{top:9px;}*/

.display_list .sale_block {
    margin-top: 5px;
}

.bx_item_detail_scu .bx_scu_scroller_container {
    position: relative
}


/*block*/

.catalog .catalog_block {
    margin-right: -20px;
    padding: 0px 0px 0px 0px;
    /*float:left;*/
    width: 100%;
}

.ajax_load.block .top_wrapper {
    /*margin-right:-20px;*/
}

.bottom_nav.block,
.search.block .bottom_nav {
    position: relative;
    top: 5px;
    float: left;
    width: 100%;
}

.catalog .catalog_block:after {
    content: "";
    display: block;
    /*clear:both;*/
}

.catalog_block .counter_wrapp {
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: -1px;
    white-space: nowrap;
}

.catalog_block .sku_props+.counter_wrapp,
.catalog_block .woffers {
    padding-top: 17px;
}

.catalog_block .hover_block {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all .15s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition: all .15s ease;
    transition: all .15s ease;
    transition-delay: 0.05s;
    padding: 17px 0px 0px;
}

.catalog_block .hover_block .sku_props {
    margin: 0px;
    padding: 0px 0px 2px;
}

.catalog_block .image_wrapper_block {
    margin: 0px 0px 15px;
}

.shadow_delay {
    transition-delay: 0.22s !important;
}

.catalog_block .item_wrap {
    height: auto !important;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-bottom: 0px;
}

.catalog_block .item_wrap:not(.touch):hover,
.catalog_block .item_wrap.hover {
    z-index: 52;
    padding-bottom: 20px;
}

.catalog_block .item_wrap:not(.touch):hover .hover_block,
.catalog_block .item_wrap.hover .hover_block {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}

.catalog_block+.bottom_nav .ajax_load_btn {
    padding: 0px 0px 0px;
    position: relative;
    top: -22px;
    margin-bottom: -2px;
}

.catalog_block .counter_wrapp .more_text {
    display: none;
}

.catalog_block .wrap_nav {
    display: none;
}

.catalog_block .view_sale_block .values {
    margin-bottom: 3px;
}

.catalog_block .catalog_item_wrapp:nth-child(4n) {
    width: 210px;
}

.catalog_block .catalog_item_wrapp:nth-child(4n) .item_wrap {
    margin-right: 0px;
}


/*table*/

.module_products_list .foto-cell .image_wrapper_block,
.module_products_list .foto-cell .image_wrapper_block a {
    max-width: 50px;
    min-width: 30px;
    height: 50px;
    line-height: 50px;
}


/*.module_products_list .cost.prices .price{float:none;display:inline-block;vertical-align:top;margin:0px 4px 0px 0px;}*/

.module_products_list .cost.prices .price.discount {
    margin: 0px;
    vertical-align: text-top;
    position: relative;
    top: -1px;
}

.module_products_list .counter_wrapp {
    padding: 0px;
    white-space: nowrap;
}

.module_products_list .counter_wrapp .button_block {
    white-space: normal;
}

.module_products_list .counter_wrapp .button_block.wide {
    display: inline-block;
    width: auto;
}

.module_products_list .counter_wrapp .more_text {
    display: none;
}

.module_products_list .wrapp_stockers .like_icons>div:last-child {
    margin-right: 0px;
}

.adaptive_button,
.adaptive_button .more_text {
    display: none;
}

.table table.module_products_list {
    float: none;
}


/*compare*/

.bx_compare .bx_sort_container {
    position: relative;
}

.bx_sort_container .wrap_remove_button {
    position: absolute;
    top: -7px;
    right: 0px;
}

.bx_compare .frame {
    margin: 0px 0px 0px 230px;
    position: relative;
}

.bx_compare .frame .wraps {
    width: 10000% !important;
    overflow: hidden;
    font-size: 0px;
}

.bx_compare .frame.props .wraps {
    margin-left: -230px;
}


/*.bx_compare .frame.border:after{content:""; background:#E5E5E5;width:1px;height:100%;right:0px;top:0px;position:absolute;}*/

.bx_compare .compare_view td {
    width: 230px;
    min-width: 230px;
    max-width: 230px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 20px 20px 20px;
    font-size: 13px;
    position: relative;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
}

.bx_compare .frame.border::after {
    background: #e5e5e5 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.bx_compare .compare_view .item_block {
    margin: 0px 20px 0px 0px;
    position: relative;
}

.bx_compare .compare_view .item_block a {
    font-weight: 500;
}

.bx_compare .compare_view .item_block .title {
    display: block;
    padding: 14px 0px 0px;
}

.bx_compare .compare_view.data_table_props tr td .remove i {
    display: none;
}

.bx_compare .compare_view.data_table_props td {
    border: 1px solid #e5e5e5;
    padding: 10px 27px 13px 18px;
    transition: none 0s ease 0s;
}

.bx_compare .data_table_props tr td:first-of-type {
    font-weight: 600;
    visibility: hidden;
}

.prop_title_table {
    position: absolute;
    left: 0px;
    width: 231px;
    overflow: hidden;
    z-index: 1;
}

.prop_title_table .data_table_props td {
    opacity: 0;
    visibility: hidden;
}

.bx_compare .prop_title_table .data_table_props tr td:first-child {
    display: table-cell;
    opacity: 1;
    visibility: visible;
}

.bx_compare .prop_title_table .data_table_props tr td .remove i {
    display: inline-block;
}

.bx_compare .remove {
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 0;
}

.bx_compare .compare_view.top .remove {
    right: -13px;
    top: -13px;
}

.bx_compare .compare_view.clone .remove {
    right: 15px;
    top: 12px;
    display: none;
}

.bx_compare .compare_view.data_table_props tr.hovered td {
    background: #f7f7f7;
}

.bx_compare .compare_view.data_table_props tr.hovered td .remove {
    display: block;
}

.wrapp_scrollbar {
    position: relative;
    margin: 21px 0px 33px 230px;
    /*display:none;*/
}

.bx_compare .slider_navigation {
    display: none;
}

.bx_filtren_container ul {
    font-size: 0px;
    margin: 41px 0px 5px 0px;
}

.bx_filtren_container ul li,
.bx_filtren_container ul li:before {
    display: none;
}

.bx_filtren_container ul li.visible {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 5px 0px;
}

.bx_filtren_container ul li span {
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
    color: #ee3732;
}


/* Scrollbar */

.wrapp_scrollbar .wr_scrollbar {
    margin: 0 38px 1em 38px;
    background: #e5e5e5;
    height: 1px;
    opacity: 0;
}

.wr_scrollbar .scrollbar {
    height: 5px;
    line-height: 0;
    display: none;
    position: relative;
    top: -3px;
    cursor: pointer;
}

.wr_scrollbar .scrollbar .handle {
    width: 100px;
    height: 3px;
    position: relative;
    top: 2px;
    background: #292a33;
    cursor: pointer;
    border-radius: 3px;
}

.wr_scrollbar .scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}


/*catalog detail*/

.video_block {
    text-align: center;
    margin: 0px 0px 30px;
}

.video_block .description {
    text-align: left;
}

.video_table {
    width: 100%;
}

.video_table td {
    padding-bottom: 5px;
}

.video_table td:nth-of-type(1) {
    padding-right: 5px;
}

.catalog_detail .item_main_info .stickers {
    top: 22px;
    left: 22px;
}

.offers_img,
.offers_img a {
    transition: opacity 0.1s ease;
    text-align: center;
}

.offers_img.wof {
    opacity: 0;
}

.img_wrapper .wrapp_thumbs {
    position: relative;
}

.thumbs_navigation ul li {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    background: #FFF;
    z-index: 2;
}

.img_wrapper .thumbs_navigation ol li {
    display: none;
}

.img_wrapper .thumbs_navigation ul li.flex-nav-prev {
    left: 10px;
}

.img_wrapper .thumbs_navigation ul li.flex-nav-next {
    right: 10px;
}

.info_item .top_info,
.info_item .middle_info {
    border-bottom: 1px solid #F2F2F2;
    padding: 29px 30px;
    overflow: hidden;
}

.info_item .top_info {
    padding-bottom: 0px;
}

.info_item .top_info .iblock {
    vertical-align: middle;
    line-height: 0px;
}

.catalog_detail .top_info .like_icons {
    display: inline-block;
    font-size: 0;
    padding: 0 26px 0 0;
    top: 0;
    vertical-align: top;
}

.catalog_detail .top_info .like_icons>div {
    display: inline-block;
    vertical-align: top;
}

.catalog_detail .top_info .like_icons>div:last-of-type {
    margin-right: 0;
}

.catalog_detail .top_info .like_icons>div.text.added {
    border-radius: 2px;
}

.catalog_detail .top_info .like_icons span.value {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e5e5e5;
    padding: 0px 2px;
}

.catalog_detail .top_info .like_icons span.value.added {
    display: none;
}

.catalog_detail .top_info .like_icons span.value:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') 5px -15px no-repeat;
    margin: 0px 2px 0px 0px;
}


/*.catalog_detail .top_info .like_icons span.value:after{top:1em;left:0;content:attr(title);}*/

.catalog_detail .top_info .like_icons .wish_item.added span.value:before {
    background-position: 5px -44px;
}

.catalog_detail .top_info .like_icons .compare_item span.value:before {
    background-position: -20px -13px;
}

.catalog_detail .top_info .like_icons .compare_item.added span.value:before {
    background-position: -18px -44px;
}

.catalog_detail .top_info .like_icons span {
    font-size: 11px;
    opacity: 1;
    visibility: visible;
    border: 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    background: none;
}

.catalog_detail .top_info .like_icons span:hover {
    background: none;
}

.catalog_detail .top_info .like_icons span.value span {
    display: inline-block;
    margin: 1px 7px 0px 0px;
}

.info_item .top_info .article {
    display: inline-block;
    font-size: 11px;
    line-height: 23px;
    padding: 5px 26px 0 0;
    vertical-align: top;
}

.info_item .top_info .article .value {
    background: #f0f0f0;
    padding: 5px 7px;
    margin: 0px 0px 0px 6px;
}

.info_item .top_info .brand {
    padding: 0 0 0 10px;
    float: right;
}

.info_item .top_info .brand+div {}

.info_item .middle_info .prices .price {
    font-size: 28px;
    line-height: 20px;
    padding-right: 5px;
}

.info_item .middle_info .prices .discount * {
    margin-top: 12px;
    font-size: 16px;
}

.info_item .middle_info .prices .sale_block {
    margin: 11px 0px 0px;
}

.info_item .middle_info .view_sale_block {
    margin-top: 9px;
}

.info_item .middle_info .item-stock {
    margin: 14px 0px 0px;
}

.info_item .middle_info .item-stock .store_view {
    cursor: pointer;
}

.info_item .middle_info .prices_block {
    width: 53%;
    padding: 0px 20px 0px 0px;
}

.info_item .middle_info .prices_block .rating {
    margin: 16px 0px 0px;
}

.info_item .middle_info .buy_block {
    width: 47%;
}

.info_item .middle_info .buy_block .sku_props+.counter_wrapp,
.info_item .middle_info .buy_block .buys_wrapp {
    padding-top: 15px;
}

.ajax_load.table .counter_wrapp {
    padding-top: 0px;
}

.info_item .middle_info .buy_block .sku_props+.counter_wrapp.woffers,
.ajax_load .counter_wrapp.woffers {
    transition: opacity 0.1s ease;
    opacity: 0;
}

.info_item .middle_info .buy_block .counter_wrapp {
    padding: 0px;
    white-space: nowrap;
}

.info_item .middle_info .buy_block .counter_wrapp .counter_block {
    margin-right: 15px;
    width: 116px;
}

.info_item .middle_info .buy_block .counter_wrapp .counter_block input[type="text"] {
    width: 62px;
}

.info_item .middle_info .buy_block .counter_wrapp .more_text {
    font-size: 12px;
    white-space: normal;
}

.info_item .middle_info .buy_block .one_click {
    margin: 15px 0px 0px;
    transition: opacity 0.1s ease;
}

.noffer .info_item .middle_info .buy_block .one_click {
    opacity: 1;
}

.info_item .middle_info .preview_text {
    padding: 22px 0px 0px 0px;
    font-size: 13px;
    line-height: 18px;
}

.buy .counter_wrapp {
    padding: 0px;
}

.catalog_detail .tabs-head li.current {
    /*border-color:#e5e5e5;*/
}

.catalog_detail .tabs_section {
    margin: -10px 0px 0px;
}

.catalog_detail .tabs_section .tabs-head li {
    margin-top: 10px;
}

.catalog_detail .stock_board {
    padding: 20px 15px 19px 84px;
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 12px;
}

.catalog_detail .stock_board:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 45px;
    background: url('/local/templates/fiztechkz/images/icons_goods.png') -1px -139px no-repeat;
    left: 25px;
    top: 21px;
}

.catalog_detail .stock_board .title {
    font-size: 14px;
    font-weight: 600;
}

.catalog_detail .stock_board .read_more {
    font-size: 12px;
}

.catalog_detail .stock_board .txt {
    margin: 5px 0 4px;
    line-height: 18px;
}

.share_wrapp {
    position: relative;
}

.share_wrapp .text.button {
    font-size: 11px;
    border-color: #e5e5e5;
    text-transform: none;
    padding: 7px 9px 7px 29px;
    position: relative;
}

.share_wrapp .text.button:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 12px;
    background: url('/local/templates/fiztechkz/images/icons_wish.png') -66px -207px no-repeat;
    left: 9px;
    top: 9px;
}

.share_wrapp .shares {
    display: none;
    position: absolute;
    top: 42px;
    left: -5px;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .12);
    border-radius: 2px;
    margin: 0px -20px;
    width: 155px;
}

.share_wrapp .shares .b-share {
    padding: 20px 20px 15px !important;
}

.share_wrapp .shares .b-share a {
    padding: 0px !important;
}

.share_wrapp .shares .b-share a:nth-child(3n) {
    margin-right: 0px;
}

.share_wrapp .shares:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #fff;
    left: 50%;
    top: -16px;
    margin-left: -11px;
}

.with-share .back {
    float: left;
}

.with-share .catalog_detail {
    float: right;
}

.catalog_detail .props_list {
    width: 100%;
    margin: 0px 0px 0px;
    color: #555;
}

.catalog_detail .tabs_content .char_block {
    margin-bottom: 30px;
}

.catalog_detail .props_list td {
    font-size: 13px;
    vertical-align: middle;
    background: url('/local/templates/fiztechkz/images/dott.png') no-repeat;
    background-position: 0px 12px;
    background-repeat: repeat-x;
    width: 50%;
    border-bottom-width: 0px;
}

.catalog_detail .props_list td span {
    bottom: 1px;
}

.catalog_detail .props_list td.char_value span {
    padding: 0px 0px 0px 10px;
}

.catalog_detail .props_list td.char_name span:after {
    /*border-bottom: 1px dotted #ccc;position: absolute;margin-left: 12px;height: 13px;content: '';width: 100%;*/
}

.props_list .hint {
    position: absolute;
    top: 0px;
    right: -8px;
}

.props_list .hint .icon {
    background: #eef1f1;
    border-radius: 100%;
}

.catalog_detail .tabs_content .descr_div>div {
    padding-bottom: 4px;
}

.catalog_detail .tabs_content .descr_div .char_block {
    width: 50%;
    padding: 0px 40px 36px 0px;
    margin-bottom: 0;
}

.catalog_detail .tabs_content .descr_div .char_block.wide {
    width: 100%;
}

.catalog_detail .tabs_content .descr_div .char_block+.serv {
    padding: 0px 0px 0px 10px;
}

.catalog_detail .tabs_content .serv {
    width: 50%;
}

.catalog_detail .tabs_content .serv.block_view {
    padding: 0px;
}

.props_block .char {
    margin: 12px 0;
    display: inline-block;
    width: 15%;
    text-align: left;
    padding: 0px 10px 0px 0px;
    vertical-align: top;
}

.props_block .char_name {
    text-align: left;
    font-weight: 400;
    font-size: 12px;
}

.props_block .char_value {
    font-weight: 500;
    font-size: 14px;
}

.catalog_detail .tabs_content .props_block .char {
    font-size: 13px;
}

.catalog_detail .tabs_content .props_block .char .hint {
    position: absolute;
    top: 0px;
    right: -19px;
}

.catalog_detail .wrapp_docs {
    width: 25%;
    padding: 0px 20px 0px 0px;
}

.button.wicon i {
    background-position: -91px -206px;
    margin: 0px 10px 0px 5px;
}

.catalog_detail .show_btn {
    width: 15%;
    float: left;
}

.catalog_detail .form_wr {
    width: 85%;
    font-size: 12px;
    padding: 0px 0px 0px 21px;
    float: left;
}

.catalog_detail .buy_block .button.in-cart i {
    background-position: -36px -3px;
    margin-right: 10px;
    width: 12px;
}

.forms .text_block {
    width: 29%;
    font-size: 13px;
    padding: 0px 60px 0px 0px;
}

.forms .form_block {
    width: 71%;
}


/*reviews*/

.reviews-reply-field .lhe-stat-toolbar-cont {
    border: 1px solid #E5E5E5;
    border-bottom-width: 0px;
    box-sizing: border-box;
    border-radius: 2px 2px 0px 0px;
    background-color: #F7F7F7;
}

.reviews-reply-field iframe {
    border: 1px solid #E5E5E5 !important;
    box-sizing: border-box;
    border-radius: 0px 0px 2px 2px;
    background-color: #F7F7F7;
}

.reviews-reply-field-upload {
    padding: 11px 0px 19px;
}

.forum-upload-file-attach {
    font-size: 13px;
}

.reviews-reply-field input[type="checkbox"] {
    display: none;
}

.filter label span {
    line-height: 14px;
}

.reviews-reply-field-settings {
    padding: 0px 0px 16px;
}

.reviews-post-reply-buttons {
    margin: 0px 0px 2px;
}

.reviews-reply-buttons .button:first-child {
    margin: 0px 13px 0px 0px;
}

.reviews-post-reply-buttons a {
    font-size: 11px;
}

.reviews-reply-header,
.reviews-reply-fields label {
    margin: 0px 0px 2px 0px;
    display: block;
}

.reviews-reply-fields {
    margin: 0px 0px 19px 0px;
}

.reviews-block-container {
    margin: 0px 0px 30px 0px;
}

.reviews-post-table {
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    margin: 0px 0px 13px;
}

.reviews-post-table thead td .message-post-date {
    line-height: 14px;
    padding-left: 16px;
    font-size: 10px;
    background: url('/local/templates/fiztechkz/images/clock_small.png') -2px -4px no-repeat;
    margin-left: 10px;
    display: inline-block;
}

.reviews-post-reply-buttons span.separator {
    background-color: #E0E0E0;
    display: inline-block;
    margin: 0 4px;
    height: 8px;
    line-height: 5px;
    width: 1px;
}

.reviews-post-table .reviews-text {
    margin: 3px 0px 3px;
}

.forum-quote {
    background: #f8f2d4;
    width: 100%;
    margin: 5px 0px 0px;
}

blockquote.bx-quote {
    background: #f8f2d4 !important;
}

.forum-quote tr th {
    text-indent: -9999px;
    display: none;
}

.forum-quote tbody tr td {
    border: 1px solid #dddddd;
    padding: 8px 13px 0px;
    background: url("/local/templates/fiztechkz/images/font_quote.gif") no-repeat scroll -1px -1px;
}

.forum-quote tbody tr td a,
.reviews-header-title a {
    cursor: default;
}

.reviews-reply-field-captcha .text_block {
    padding: 0px 10px 0px 0px;
    font-size: 12px;
}

.reviews-reply-field-captcha .capch_block {
    padding: 17px 0px 0px;
    line-height: 0px;
}

div.reviews-header-box {
    color: #fff;
}

div.reviews-info-box,
.reviews-note-box {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0px 0px 20px;
}

div.reviews-code-box {
    font-size: 12px;
    width: 100%;
    border-width: 1px solid #ddd;
    background: #f8f2d4;
}

div.reviews-code-box ol,
div.reviews-code-box ol li,
div.reviews-code-box ol li span {
    margin: 0;
    padding: 0;
    border: none;
}

div.reviews-code-box ol {
    list-style: decimal;
    margin-left: 3em;
    padding: 0.5em 0;
}

div.reviews-code-box ol li {
    list-style: decimal-leading-zero;
    list-style-position: outside !important;
    padding: 0 0.5em 0 1.5em !important;
    margin: 0;
    line-height: 1.5em;
}

.reviews-note-box p {
    margin-bottom: 0px;
}

.reviews-note-box .reviews-note-error {
    color: #e62222;
}


/*order items*/

.bx_ordercart .module-cart thead tr td.item {
    text-align: center;
}

.bx_ordercart .module-cart table td.name-cell.no_img,
.bx_ordercart .module-cart table td.custom .no_img {
    padding-top: 8px;
}

.bx_ordercart .module-cart table td.cost-cell.no_img {
    padding-top: 9px;
}

.bx_ordercart .module-cart table td.cost-cell.notes.no_img {
    padding-top: 6px;
}

.bx_ordercart .module-cart table tbody td.custom {
    padding-top: 9px;
}

.bx_ordercart.basket_wrapp {
    margin: 0px;
}

.bx_ordercart .module-cart td {
    white-space: nowrap;
}

.bx_ordercart_order_sum {
    width: 100%;
    margin: 10px 0px 6px;
}

.bx_ordercart_order_sum td {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bx_ordercart_order_sum td.custom_t1 {
    width: 89%;
    padding: 0px 29px 0px 0px;
    text-align: right;
}

.bx_ordercart_order_sum td.fwb {
    font-weight: 600;
    vertical-align: top;
    padding-top: 5px;
}

.bx_ordercart_order_sum td.fwb strike {
    font-size: 12px;
    font-weight: 500;
}

.bx_section_bottom h3 {
    margin-bottom: 29px;
}

.bx_section_bottom .bx_block {
    margin-bottom: 20px;
}

.bx_ordercart_order_pay_center {
    text-align: right;
    margin: 0px 0px 5px;
}

.confirm .bx_section {
    padding-left: 88px;
}

.confirm h3 {
    position: relative;
    padding: 5px 0px 12px 0px;
}

.sale_order_full_table.pay {
    margin: 35px 0px 0px;
}

.confirm h5 {
    margin-bottom: 10px;
}

#order_form_div .confirm .button {
    font-size: 10px;
    padding-top: 11px;
    padding-bottom: 10px;
}

#order_form_div input[type="submit"] {
    font-size: 10px;
    padding: 11px 21px 10px 20px;
    text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    cursor: pointer;
    line-height: 16px;
    background: #DDD;
    color: #000;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    border: none;
    position: relative;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    letter-spacing: 0.4px;
}


/*personal*/

.border_block {
    padding: 38px 43px;
    border: 1px solid #E5E5E5;
    position: relative;
}

.form-block-wr .main .iblock,
.soc-serv-main {
    font-size: 12px;
}

.form-block-wr .but-r {
    padding: 26px 0px 0px 0px;
}

.soc-serv-main .soc-serv-title-grey {
    padding: 0px 0px 14px;
}

.passw .text_block {
    padding-top: 35px;
}

.adaptive {
    display: none;
}


/*history list*/

.filter_block {
    padding: 17px 24px 14px;
    overflow: hidden;
}

.filter_block ul {
    font-size: 0px;
    margin: 0px;
    float: left;
}

.filter_block ul li {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    padding: 0px 25px 0px 0px;
}

.filter_block ul li:before {
    display: none;
}

.filter_block ul li:last-child {
    padding-right: 0px;
}

.filter_year {
    float: right;
    margin: -5px 0;
    width: 100px;
}

.filter_year .common_select .common_select-link {
    margin: 0;
}

.module-orders-list.colored thead td {
    padding-bottom: 9px;
}

.module-orders-list.colored tbody td {
    padding: 15px 5px 15px;
}

.module-order-history .module-orders-list .tr-d:hover td {
    background: #f7f7f7;
}

.module-orders-list.colored tbody td.not_payed {
    color: #e62222;
}

.module-orders-list.colored tbody td.payed,
.module-order-history .module-orders-list .status.delivered {
    color: #37ac09;
}

.module-orders-list .status.canceled {
    color: #e62222;
}

.module-orders-list.colored tbody td.price-cell,
.module-orders-list.colored tbody td.summ-cell,
.module-order-history.orderdetail .module-orders-list tr td.price {
    font-weight: 600;
    white-space: nowrap;
}

tr.drop td {
    border-top-width: 0px;
}

.module-order-history .empty_history {
    padding: 20px 0px;
}


/*history detail*/

.module-order-history.orderdetail .module-orders-list tr td {
    border: 1px solid #e5e5e5;
    padding: 11px 19px 14px;
    text-align: left;
}

.module-order-history.orderdetail .module-orders-list tr.title td {
    border: 0px;
    padding: 0px;
}

.module-order-history.orderdetail h4 {
    margin: 36px 0 27px;
}

.module-order-history.orderdetail .module-orders-list tr td.vimg {
    text-align: center;
    border-right-width: 0px;
}

.module-order-history.orderdetail .module-orders-list tr td.vimg+.vname {
    border-left-width: 0px;
}

.module-order-history .module-orders-list .drop-cell .not-payed .text {
    font-size: 13px;
    width: 73%;
    padding: 0px 10px 0px 0px;
}

.module-order-history .module-orders-list .drop-cell .not-payed .pays {
    width: 27%;
    text-align: right;
}

.module-order-history.orderdetail .result-row {
    margin: 19px 0px 0px;
}

.module-order-history.orderdetail .result-row .result {
    padding: 0px;
}

.module-order-history.orderdetail .result-row .result td {
    padding: 0px;
    border: 0px;
}

.module-order-history.orderdetail .module-orders-list thead tr td {
    padding: 8px 12px 9px;
    background: #f7f7f7;
    border-left-width: 0px;
    border-right-width: 0px;
}

.module-order-history.orderdetail .module-orders-list.goods tr td {
    border-left-width: 0px;
    border-right-width: 0px;
}

.module-order-history.orderdetail .module-orders-list.goods tr td:first-child {
    border-left-width: 1px;
}

.module-order-history.orderdetail .module-orders-list.goods tr td:last-child {
    border-right-width: 1px;
}

.module-order-history.orderdetail .module-orders-list tr td .bx_ol_sku_prop td {
    border: 0px;
    padding: 0px;
    font-size: 12px;
}

.module-order-history table td form p {
    margin-top: 10px;
}


/*auth*/

.forgot {
    font-size: 12px;
    float: right;
}

.but-r .buttons {
    margin: 21px 0px 0px 0px;
}

.soc-serv-main .row {
    margin: 0px;
}

.bx-touch .fancybox-nav span {
    visibility: visible;
}

.back .back {
    margin: 10px 0px 20px;
    display: inline-block;
}


/* front-page sliders */

.specials_slider_wrapp,
.tab_slider_wrapp {
    /* margin:0 -20px;padding:32px 20px 22px;*/
}

.specials_slider_wrapp ul.tabs_content,
.tab_slider_wrapp ul.tabs_content {
    margin: 1px -13px 20px;
    padding: 0 13px;
}

.specials_slider_wrapp ul.tabs_content li.tab,
.tab_slider_wrapp ul.tabs_content li.tab {
    margin: 0 -13px;
    padding: 0 13px;
}


/* viewed product slider */

.common_product .content_inner {
    margin: -13px -13px 0;
    padding: 13px 13px 0;
}

.common_product .flex-viewport {
    margin: 0px -13px;
    padding: 0 13px;
}

.common_product .flex-viewport ul.slides {
    margin: 0px -13px;
    padding: 0 13px;
}


/*subscribe*/

.subscribe-edit .more_text_small {
    padding-left: 20px;
}

.subscribe-edit h5 {
    font-size: 13px;
    margin-bottom: 5px;
}

.data-table.top .left_blocks {
    width: 40%;
}

.data-table.top .right_blocks {
    width: 60%;
}


/*search*/

.search-page-wrap .form-control {
    float: left;
    margin: 0px 10px 0px 0px;
}


/*brands*/

.similar_products_wrapp h3 {
    margin-bottom: 37px;
    padding: 7px 0px 0px;
}

.similar_products_wrapp .slider_navigation.top_big {
    top: -66px;
}

.similar_products_wrapp .wrapper_block .all_wrapp {
    margin: 0px;
}


/*articles*/

.row .item_block {
    padding: 0px 15px 0px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.row .item_block>a {
    display: block;
    overflow: hidden;
}

.row .item_block>a img,
.articles-list.lists_block .item .left-data img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.articles-list.vertical .item {
    /*float:left;*/
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0px 0px 37px;
    overflow: hidden;
}

.articles-list.vertical .item_block.item {
    padding: 0px 15px 0px 15px;
    border-bottom-width: 0px;
    margin-top: 0px;
}

.articles-list.vertical .item_block.item .left-data {
    float: none;
    width: 100%;
    text-align: center;
    max-width: initial;
}

.articles-list.vertical .item_block.item .left-data a {
    height: 190px;
    line-height: 185px;
    margin: 0px 0px 14px;
}

.articles-list .item_block.item .left-data a {
    overflow: hidden;
}

.articles-list.vertical .item_block.item .left-data img {
    max-height: 100%;
    max-width: 100%;
}

.articles-list.vertical .item_block.item .right-data {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0px;
}

.articles-list.vertical .item .date_small {
    margin: 0px 0px 5px;
}

.articles-list.vertical .item .item-title {
    margin-bottom: 7px;
}

.articles-list.vertical .item .item-title a span {
    font-size: 14px;
}

.articles-list.vertical .item_block.item .right-data .preview-text {
    margin: 0px;
    padding: 0px;
}

.articles-list.lists_block .item .left-data {
    max-width: 190px;
    width: 22%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.articles-list.lists_block.faq .item .left-data {
    max-width: 175px;
}

.articles-list.lists_block .item {
    margin-top: 30px;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.articles-list.lists_block .item:first-child {
    margin-top: 0px;
}

.articles-list.lists_block .right-data {
    padding: 0 30px 2px;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    width: 78%;
    box-sizing: border-box;
}

.articles-list.lists_block+.module-pagination {
    border-top-width: 0px;
    float: left;
    width: 100%;
}

.articles-list.lists_block .item .left-data img {
    max-height: initial;
}

.articles-list.lists_block.news {
    float: left;
    width: 100%;
}

.content_wr_float {
    float: left;
    width: 100%;
}

.right_side.wide {
    width: 220px;
}

.left_side.wide {
    padding-right: 230px;
}

.ask_small_block {
    border: 1px solid #e5e5e5;
}

.ask_small_block .ask_btn_block {
    padding: 29px 20px;
    text-align: center;
}

.ask_small_block .description {
    font-size: 12px;
    line-height: 18px;
    padding: 19px 24px 19px;
}

.ask_big_block {
    min-height: 30px;
    margin: 17px 0px 20px;
    border: 1px solid #e5e5e5;
    padding: 29px 40px;
}

.ask_big_block .ask_btn_block {
    float: left;
}

.ask_big_block .description {
    padding-left: 175px;
    line-height: 16px;
}


/*detail*/

.news_detail_wrapp.big .detail_picture_block {
    height: 188px;
    line-height: 185px;
    padding: 5px;
}

.margin.preview_text {
    margin: 0px 0px 36px;
}

.galley.row {
    margin: 0px -10px 0px -10px;
}

.galley.row .item_block {
    padding: 0px 10px 20px 10px;
    margin: 0px 0px 20px 0px;
}

.galley.row .item_block>a {
    height: 143px;
    line-height: 140px;
}

.left_side.wide .common_product .content_inner {
    margin-right: -16px;
}


/*vacancy*/

.job.border_block {
    margin: 0px 0px 37px;
}

.job.border_block .wrap_md>div {
    font-size: 13px;
}

.job.border_block .text {
    width: 57%;
    padding: 0px 46px 0px 0px;
}

.job.border_block .phone {
    width: 23%;
    padding: 0px 10px 0px 0px;
}

.job.border_block .phone .wrap_phones {
    overflow: hidden;
}

.job.border_block .medium {
    color: #888888;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: top;
}

.job.border_block .grey {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 23px;
    font-size: 13px;
    line-height: 20px;
    color: #383838;
}

.job.border_block .but {
    width: 20%;
    text-align: right;
}

.jobs_wrapp {
    border: 1px solid #E5E5E5;
}

h3.jobs {
    margin-bottom: 28px;
}

.jobs_wrapp .item:first-child {
    margin-top: 0;
    border-top-width: 0px;
}

.jobs_wrapp .item {
    padding: 24px 19px 18px 28px;
    border-top: 1px solid #e5e5e5;
}

.jobs_wrapp .item.opened {
    background: #f7f7f7;
}

.jobs_wrapp .item .name {
    cursor: pointer;
}

.jobs_wrapp .item .salary_wrapp {
    text-align: right;
}

.jobs_wrapp .item .salary {
    font-size: 14px;
    margin: 1px 0px 0px;
    padding: 0px 42px 0px 10px;
    white-space: nowrap;
    font-weight: 500;
}

.jobs_wrapp .item tr td {
    vertical-align: top;
}

.jobs_wrapp .item .name .title .salary {
    padding: 5px 0px 0px;
    display: none;
}

.jobs_wrapp .item .name .title h4 {
    margin: 0px;
    text-align: left;
}

.jobs_wrapp .item .item_title {
    font-size: 16px;
}

.jobs_wrapp .item .description_wrapp {
    margin: 11px 0px 0px;
    display: none;
    padding: 0px 0px 11px;
}

.jobs_wrapp .item .description_wrapp .description {
    margin: 0px 0px 25px;
}

.jobs_wrapp .item .opener_icon {
    position: relative;
    top: -3px;
}

.jobs_wrapp .item .opener_icon.opened {
    /*top:-2px;*/
}


/* CONTACTS PAGE */

.contacts_map {
    margin-top: 4px;
    margin-bottom: 16px;
    position: relative;
    min-height: 400px;
}

.contacts_map:before {
    background: rgba(255, 255, 255, 0.55) url("/local/templates/fiztechkz/images/map.png") no-repeat scroll center center;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0.07;
    position: absolute;
    top: 0;
    width: 100%;
}

.bx-google-map,
.bx-google-map {
    background-color: transparent !important;
}

.contacts_left {
    float: left;
    width: 370px;
}

.contacts_right {
    margin-left: 385px;
}

.contacts_right .fancy {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 210px;
    height: 143px;
    margin: 0 20px 20px 0;
    float: left;
    text-align: center;
    line-height: 140px;
}

.contacts_right .fancy img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

body .contacts_right blockquote {
    margin: 39px 0 34px;
}

.store_property {
    margin-bottom: 23px;
    word-break: break-word;
}

.store_property .title {
    color: #888888;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 4px;
}

.store_property .value {
    color: #383838;
    font-size: 13px;
    line-height: 20px;
}


/* GOOGLE MAP */

.module-contacts-map-layout {
    position: relative;
    overflow: hidden;
}

.module-contacts-map-layout .map {
    height: 559px;
}

.module-contacts-map-layout .controls {
    position: absolute;
    z-index: 2;
    width: 29px;
    height: 57px;
    background: url('/local/templates/fiztechkz/images/map_con.png') 0px 0px no-repeat;
    margin: -29px 0 0;
    right: 20px;
    top: 50%;
}

.module-contacts-map-layout .controls.left {
    left: 18px;
    top: 50%;
}

.module-contacts-map-layout .sh {
    width: 100%;
    height: 5px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    position: absolute;
    left: 0;
}

.module-contacts-map-layout .sh.top {
    top: -7px;
}

.module-contacts-map-layout .sh.bottom {
    bottom: -7px;
}

.module-map .controls .zoomIn,
.module-map .controls .zoomOut {
    height: 28px;
    cursor: pointer;
    font-size: 0px;
}

.module-map .infoBox {
    background: #ffffff none repeat scroll 0 0;
    left: 50%;
    position: absolute;
    top: initial;
    font-family: "Ubuntu", sans-serif;
}

.module-map .infoBox .wrap-big {
    padding: 25px 30px 30px;
    position: relative;
    width: 230px;
    color: #383838;
    line-height: 18px;
}

.module-map .infoBox .close_info {
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    top: 6px;
    right: 5px;
    height: 15px;
    width: 15px;
    z-index: 6;
}

.module-map .infoBox .close_info:after {
    background: rgba(0, 0, 0, 0) url("/local/templates/fiztechkz/images/close_icons.png") no-repeat scroll -2px -28px;
    position: absolute;
    content: " ";
    cursor: pointer;
    height: 7px;
    width: 7px;
    top: 4px;
    left: 4px;
    z-index: 7;
}

.module-map .infoBox .close_info:hover {
    background-color: grey;
}

.module-map .infoBox .close_info:hover:after {
    background-position: -22px -28px;
}

.module-map .infoBox .inner::after {
    background: rgba(0, 0, 0, 0) url("/local/templates/fiztechkz/images/shadow.png") no-repeat scroll center top;
    bottom: -9px;
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    content: " ";
    z-index: 60;
}

.module-map .infoBox b {
    font-size: 14px;
    line-height: 18px;
}

.module-map .infoBox .title {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 11px;
}

.module-map .infoBox .metro,
.module-map .infoBox .schedule,
.module-map .infoBox .phone,
.module-map .infoBox .email {
    margin-bottom: 5px;
}

.module-map .infoBox .button {
    margin-top: 10px;
}

.module-map .infoBox .metro>i,
.shops.list .item .metro i,
.store_property.metro .value i,
.stores_list .store_text.metro .value i {
    background: rgba(0, 0, 0, 0) url("/local/templates/fiztechkz/images/icons_wish.png") no-repeat scroll -1px -237px;
    display: block;
    float: left;
    height: 9px;
    margin: 5px 6px 0 0;
    width: 14px;
}


/* STORES - SHOPS */

.shops.list .item {
    position: relative;
    overflow: hidden;
    min-height: 69px;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    color: #383838;
}

.shops.list .item:first-of-type {
    border-top: none;
    padding-top: 14px;
}

.shops.list .item .image {
    width: 100px;
    position: absolute;
    left: 0;
    height: 69px;
    line-height: 66px;
    text-align: center;
}

.shops.list .item .image img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.shops.list .item.wi .image {
    display: none !important;
}

.shops.list .item .rubber {
    margin-left: 130px;
    overflow: hidden;
}

.shops.list .item .rubber>div {
    float: left;
    overflow: hidden;
    padding-top: 11px;
    word-break: break-all;
}

.shops.list .item.wi .rubber {
    margin-left: 0;
}

.shops.list .item .title_metro {
    width: 50%;
    margin-top: -1px;
    padding-right: 3%;
}

.shops.list .item .schedule_phone_email {
    width: 47%;
    font-size: 0px;
}

.shops.list .item .schedule {
    width: 60%;
    padding-right: 3%;
    /*float:left;*/
    display: inline-block;
    box-sizing: border-box;
    font-size: 13px;
    vertical-align: top;
}

.shops.list .item .phone_email {
    display: inline-block;
    width: 40%;
    font-size: 13px;
}

.shops.list .item .title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.shops.list .item .metro {
    margin-bottom: 5px;
}

.shops.list .item .metro i,
.store_property.metro .value i,
.stores_list .store_text.metro .value i {
    margin-top: 7px;
}

.shop.detail a.back {
    display: inline-block;
    font-weight: bold;
    margin-top: 35px;
}


/* FAQ */

.faq_ask {
    border: 1px solid #e5e5e5;
    padding: 44px;
}

.faq_ask .form .form_footer {
    margin-bottom: 0;
}

.button.faq_button {
    background-color: #383838;
    float: left;
    padding: 9px 18px 10px 39px;
    text-align: center;
    width: 97px;
    position: relative;
}

.button.faq_button>span {
    display: inline;
}

.button.faq_button>span:last-of-type {
    display: none;
}

.button.faq_button.opened>span {
    display: none;
}

.button.faq_button.opened>span:last-of-type {
    display: inline;
}

.button.faq_button i {
    background: rgba(0, 0, 0, 0) url("/local/templates/fiztechkz/images/arrows.png") repeat scroll 1px -441px;
    display: block;
    height: 9px;
    left: 18px;
    position: absolute;
    top: 13px;
    width: 12px;
}

.button.faq_button.opened i {
    background-position: -17px -441px;
}

.faq_desc {
    margin-left: 183px;
    margin-top: -4px;
}

.faq_ask .form {
    margin: 23px 0 0;
}

.faq_ask .form_head h4 {
    display: none;
}

.faq.list {
    margin: 36px 0 0;
}

.faq_section {
    border: 1px solid #e5e5e5;
    margin: 28px 0 26px;
}

.faq.list .item {
    padding: 19px 24px 22px;
    border-bottom: 1px solid #e5e5e5;
}

.faq.list .item:last-of-type {
    border: none;
}

.faq.list .item.opened {
    background-color: #f7f7f7;
}

.faq.list .item .q {
    font-weight: bold;
    position: relative;
}

.faq.list .item .q .opener_icon {
    position: absolute;
    right: -3px;
    top: -5px;
}

.faq.list .item .q a {
    display: block;
    padding: 0px 20px 0px 0px;
}

.faq.list .item .a {
    display: none;
    padding-top: 14px;
}


/* STAFF */


/*.staff.list{border:1px solid #e5e5e5;}*/

.staff.list .staff_section {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    position: relative;
}

.staff.list .staff_section:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}

.staff.list .staff_section_title {
    padding: 25px 29px 4px;
    position: relative;
}

.staff.list .staff_section_title a {
    display: block;
}

.staff.list .staff_section_title .opener_icon {
    position: absolute;
    right: 21px;
    top: 18px;
}

.staff.list .staff_section.opened .staff_section_title {
    background-color: #f7f7f7;
}

.staff.list .staff_section_items {
    overflow: hidden;
}

.staff.list .staff_section .staff_section_items {
    display: none;
    border-top: 1px solid #e5e5e5;
    padding: 39px 39px 0;
}

.staff.list .item {
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.staff.list .item:nth-child(2n+1) {
    padding-right: 13px;
    clear: both;
}

.staff.list .item:nth-child(2n) {
    padding-left: 12px;
}

.staff.list .item .image {
    height: 170px;
    line-height: 167px;
    width: 170px;
    text-align: center;
    float: left;
}

.staff.list .item .image img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.staff.list .item .info {
    margin-left: 195px;
}

.staff.list .item.wi .info {
    margin-left: 0;
}

.staff.list .item .name {
    color: #383838;
    font-size: 16px;
    font-weight: bold;
    margin: -4px 0 1px;
}

.staff.list .item .post {
    font-size: 12px;
}

.staff.list .item .phone {
    margin-top: 13px;
}

.staff.list .item .email {
    margin-top: 7px;
}

.staff.list .item .phone>div,
.staff.list .item .email>div {
    color: #383838;
    font-size: 12px;
    margin-bottom: -3px;
}


/*composite btn*/

#bx-composite-banner a.bx-composite-btn {
    border: 0px;
    margin: 26px 0px 0px;
}


/*basket*/

.empty_cart .card_popup_frame.popup .basket_empty {
    display: block;
}

.empty_cart .card_popup_frame.popup .total_wrapp {
    display: none;
}

.button_wrap .button,
body .wrapper .button {
    -webkit-appearance: none;
}

.iblock .icon_error_block {
    float: right;
}

.iblock .icon_error_block:after {
    display: none;
}

.icon_error_block {
    box-sizing: border-box;
    min-height: 34px;
    padding-left: 50px;
    position: relative;
    text-align: left;
    width: 100%;
}

.basket_fly .icon_error_block {
    width: inherit;
}

.basket_fly .module-cart .colored tfoot td.row_titles .item_title {
    margin-top: 2px;
}

.icon_error_block:after {
    background: #e62222 url("/local/templates/fiztechkz/images/warning_white.png") 0px 0px no-repeat;
    top: 0px;
    height: 40px;
    width: 40px;
    left: 0;
    position: absolute;
    content: " ";
    z-index: 60;
    display: block;
}

.icon_error_block b {
    font-size: 15px;
}

.backet_back_wrapp .basket_back {
    display: inline-block;
    vertical-align: top;
}

.basket_print {
    display: inline-block;
    height: 34px;
    vertical-align: top;
    width: 133px;
    text-align: left;
    font-weight: bold;
    line-height: 15px;
    cursor: pointer;
    float: left;
}

.basket_print i {
    display: block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    float: left;
    background: rgba(0, 0, 0, 0) url("/local/templates/fiztechkz/images/print.png") no-repeat scroll center center;
    border-radius: 50%;
}

.basket_print span {
    white-space: normal;
    vertical-align: middle;
}

.basket_print:hover {
    color: #383838;
}

.basket_print:hover i {
    background-color: #383838;
}

.basket_wrapp .module-cart table.bottom .bottom_btn .backet_back_wrapp.error .iblock.back_btn {
    padding-right: 0px;
}

.basket_wrapp .module-cart table.bottom.middle.error td.row_values {
    padding-left: 21px;
}

.basket_fly .basket_fly .icon_error_block {
    text-align: left;
    float: left;
    padding: 0px 0px 0px 60px;
}

.basket_fly .basket_fly .icon_error_block:after {
    left: 0px;
}

.view_sale_block.offers {
    display: none;
}


/*detail*/

.catalog_detail .cost.prices .price_name,
.catalog_detail .item-stock>span,
.catalog_detail .item-stock {
    font-size: 12px;
}

.catalog_detail .info_item .middle_info .prices .price {
    margin-top: 3px;
}

.catalog_detail .info_item .middle_info .prices .price.discount {
    margin-top: 4px;
    margin-bottom: 1px;
}

.catalog_detail .info_item .middle_info .prices .sale_block {
    margin-bottom: 4px;
}

.catalog_detail .cost.prices .sale_block+.price_name {
    margin-top: 15px;
}

.catalog_detail .middle_info .cost.prices .price+.price_name {
    padding: 14px 0px 0px;
}


/* BASKET PRINT PAGE */

.print .basket_print_desc {
    margin: 70px 0 50px;
    overflow: hidden;
}

.print #panel,
.print .top-h-row,
.print .catalog_menu,
.print #header .middle-h-row .center_block>*,
.print #header .middle-h-row .center_block>.middle_phone .order_wrap_btn,
.print #header .middle-h-row .basket_wrapp,
.print footer,
.print .footer,
.print .breadcrumbs,
.print .basket_sort,
.print .counter_block span,
.print .bigdata_recommended_products_container,
.print .bottom_btn,
.print .coupon,
.print .style-switcher,
.print .delay-cell,
.print .remove-cell,
.print .bigdata_recommended_products_items {
    display: none !important;
}

.print div#jivo-iframe-container {
    display: none !important;
    visibility: hidden;
}

.print .counter_block,
.print .counter_block input,
.print .bottom.middle .top_total_row,
.print #header {
    border-color: transparent !important;
}

.print .counter_block input {
    background: none !important;
}

.print .row_values {
    width: 178px !important;
}

.print #header .middle-h-row .center_block>.middle_phone,
.print .wrapper.has_menu #header .wrapper_inner .middle-h-row .center_block .middle_phone,
.print .wrapper.has_menu #header .phones {
    display: block !important;
    text-align: right;
}

.print .wrapper.has_menu #header .middle-h-row .center_block .middle_phone .phone_text a {
    font-size: 19px;
}

.print .basket_fly #header .middle-h-row .center_block {
    padding-right: 0;
}

.print h1 {
    margin-top: 20px;
}

.print .basket_print_desc .store_property {
    display: inline-block;
    float: left;
    margin-right: 3%;
    vertical-align: top;
    width: 22%;
}

.print .basket_print_desc .store_property:last-of-type {
    margin-right: 0;
}

.print body .wrapper #header {
    margin-bottom: 0 !important;
}

.print .wrapper {
    padding-bottom: 0;
}

.print table {
    page-break-inside: auto;
}

.print tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

#header .middle-h-row .logo_wrapp .logo a.print_img,
.print .bx_ordercart_order_pay_center,
.print .bx_ordercart_coupon:first-of-type {
    display: none;
}


/*stores block*/

.stores_block_wrap .stores_block .stores_text_wrapp.image_block .imgs {
    width: 100px;
    /*height: 100px;*/
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px;
    float: left;
    text-align: center;
}

.stores_block_wrap .stores_block .stores_text_wrapp.image_block .imgs img {
    vertical-align: middle;
}

.stores_block_wrap .stores_block .stores_text_wrapp .main_info {
    max-width: 500px;
}

.stores_block_wrap .stores_block .stores_text_wrapp.image_block .main_info {
    width: 100%;
    margin: 0px 0px 0px 120px;
    max-width: auto;
}

.stores_block_wrap .stores_block .stores_text_wrapp.image_block .main_info>span {
    display: block;
    padding: 0px;
    max-width: 300px;
}

.stores_block_wrap .stores_block .stores_text_wrapp span.p10 {
    padding: 0px 0px 0px 5px;
}

.stores_block_wrap .stores_block.w_image:before {
    top: 22px;
}

.stores_block_wrap .stores_block.wo_image .item-stock {
    top: 50%;
    position: absolute;
    right: 0px;
    margin-top: -10px;
}

.item_info .buttons_block .button {
    float: left;
}


/* fix other button in special tab */

.catalog_detail .offers_table .cost.prices .price_name {
    /*text-align: left;*/
}

.catalog_detail .offers_table .many_prices {
    /*text-align: left;*/
}

.catalog_detail .offers_table .many_prices .price.discount {
    margin-top: 0px;
}

.set_wrapp.set_block .cost.prices .price.discount {
    margin-top: 0px;
}

.container iframe,
.container object,
.container video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.group_description_block.top {
    padding: 25px 0px 20px;
}

.group_description_block.bottom {
    padding: 20px 0px 20px;
    float: left;
}

ul.slider_navigation.top_big .flex-direction-nav {
    display: none;
}

ul.slider_navigation.top_big .flex-direction-nav:first-child {
    display: block;
}

.module_products_list.errors {
    border: none;
}

.table .module_products_list td.like_icons {
    width: 92px;
}

.hide_class {
    display: none;
}

.module-form-block-wr .form-block input[disabled="disabled"],
.module-form-block-wr .form-block textarea[disabled="disabled"] {
    background: #fff;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk {
    float: right !important;
}

.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk:last-of-type {
    padding-right: 50px !important;
}

.popup_button_basket_wr {
    text-align: center;
    margin: 30px 0px 0px;
}

.ajax_text .wrapper {
    padding: 0px;
}

.ajax_text table tr td {
    padding-top: 10px;
}

.ajax_text table tr td:last-child {
    padding-left: 20px;
    width: 150px;
}

.ajax_text table tr td label {
    display: block;
}

.ajax_text table tr td label input {
    margin-right: 5px;
    outline: none;
}

.ajax_text .ik_select {
    width: 100% !important;
    font-size: 0px;
}

.popup div.form-control,
.form_body div.form-control,
.middle_info .sku_props .form-control {
    background-color: #fff;
    border: 0px solid #d5dadc;
    box-shadow: none;
    border-radius: 0px;
    height: auto;
    padding: 0px;
}

.popup div.form-control label,
.form_body div.form-control label {
    font-weight: 400;
}


/*set*/

.bx-set-constructor {
    border: none;
    border-radius: 0px;
    border-top: 1px solid #F2F2F2;
}

.bx-set-constructor .row * {
    box-sizing: border-box;
}

.bx-set-constructor .row div[class^=col-] {
    font-size: 14px;
}


/*basket*/

body .bx_item_list_you_looked_horizontal {
    border-bottom-width: 0px;
}

body .bx_item_list_you_looked_horizontal.gift_block {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.bx-touch .bx_ordercart .bx_sort_container>span:first-of-type {
    height: 30px;
}


/*order items*/

.bx_ordercart .module-cart thead tr td.item {
    text-align: center;
}

.bx_ordercart .module-cart table td.name-cell.no_img,
.bx_ordercart .module-cart table td.custom .no_img {
    padding-top: 8px;
}

.bx_ordercart .module-cart table td.cost-cell.no_img {
    padding-top: 9px;
}

.bx_ordercart .module-cart table td.cost-cell.notes.no_img {
    padding-top: 6px;
}

.bx_ordercart .module-cart table tbody td.custom {
    padding-top: 9px;
}

.bx_ordercart.basket_wrapp {
    margin: 0px;
}

.bx_ordercart .module-cart td {
    white-space: nowrap;
}

.bx_ordercart_order_sum {
    width: 100%;
    margin: 0px;
}

.bx_ordercart_order_sum td {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bx_ordercart_order_sum td.custom_t1 {
    width: 89%;
    padding: 0px 29px 0px 0px;
    text-align: right;
}

.bx_ordercart_order_sum td.fwb {
    font-weight: 600;
    vertical-align: top;
    padding-top: 5px;
}

.bx_ordercart_order_sum td.fwb strike {
    font-size: 12px;
    font-weight: 500;
}

.bx_ordercart_order_pay .bx_ordercart_order_pay_right {
    margin: 0px;
}


/* BASKET */

#basket_form_container {
    padding: 0 0 0;
}

#basket_form_container .top_control {
    float: right;
    margin: 2px 0 0;
}

#basket_form_container .top_control .btn {
    margin: 0 0 0 10px;
    padding-right: 40px;
    border-color: #dddddd;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}

#basket_form_container .top_control .btn:first-child {
    margin-left: 0;
}

#basket_form_container .top_control .btn:hover {
    color: #FFF;
}

#basket_form_container .top_control .delete_all {
    display: block;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 7px;
    line-height: 25px;
}

#basket_items_list .error_text {
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    padding: 15px 29px;
    background: #ffeeee;
    color: #e83333;
}

.bx_ordercart .bx_ordercart_order_pay,
.bx_ordercart .bx_ordercart_order_sum,
.bx_ordercart .bx_ordercart_order_pay_left,
.bx_ordercart .bx_ordercart_order_pay_right,
.bx_ordercart .bx_ordercart_order_pay_center,
.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_pay_center .checkout,
.bx_ordercart .bx_ordercart_order_table_container table,
.bx_ordercart .bx_ordercart_order_table_container table tbody,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
    top: 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.bx_ordercart .bx_ordercart_order_pay_center .checkout {
    border-radius: 2px;
}

.bx_ordercart_order_pay_left {
    padding: 0 0 40px;
}

.bx_ordercart_order_pay_right {
    padding: 0 0 40px;
    margin-top: 10px;
}

.bx_ordercart .bx_ordercart_order_table_container {
    border-radius: 0;
    border: 1px solid #f3f3f3;
    background: #FFF;
}

.bx_ordercart .bx_ordercart_order_table_container table td {
    padding: 0 10px;
    line-height: 20px;
}

.bx_ordercart .bx_ordercart_order_table_container table td.margin {
    width: 0;
    min-height: 0;
    padding: 0;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td {
    padding: 7px 9px 8px 12px;
    font-size: 13px;
    line-height: 20px;
    background: none;
    color: #999999;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td.item {
    padding-left: 159px;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td {
    border-bottom: none;
    padding: 24px 9px 24px;
    border-top: 1px solid #f3f3f3;
}

.bx_ordercart .bx_ordercart_order_table_container table td.custom:last-of-type {
    width: 210px;
}

.bx_ordercart .bx_ordercart_photo_container {
    padding: 0;
    border-radius: 0;
    border: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto {
    max-width: 189px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto>div {
    max-width: 130px;
    height: 130px;
    line-height: 130px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    background-size: auto;
    height: 130px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.item {
    width: 535px;
    padding-top: 47px;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive {
    width: auto;
    margin: 0;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_item_section_name_gray {
    display: block;
    margin: 0 0 10px;
    font-size: 12px;
    color: #888;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_item_section_name_gray,
.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_item_section_name_gray {
    font-size: 12px;
    color: #888;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size_scroller_container {
    margin: 0;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size {
    overflow: visible!important;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul {
    margin: -3px 0 0 -3px;
    width: auto!important;
    white-space: normal;
}

.bx-touch .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size ul {
    margin-left: -3px!important;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li {
    width: auto!important;
    height: auto;
    padding: 0;
    margin: 0 6px 6px 0px;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:before {
    display: none;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:first-child {
    margin-left: 0;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li a {
    position: relative;
    padding: 7px 10px;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    font-size: 13px;
    line-height: 15px;
    color: #777777;
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
    min-width: 9px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li:active a,
.bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a {
    border-width: 1px;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li a:hover {
    color: #fff;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul li.bx_active a {
    cursor: default;
}

.bx_ordercart .bx_item_detail_size_small_noadaptive ul:after {
    content: "";
    display: table;
    clear: both;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart {
    margin: -3px 0 10px;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive {
    width: auto;
    margin: 5px 0 0;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu_scroller_container {
    margin: 0;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_item_section_name_gray {
    margin: 0 0 7px;
    display: block;
    font-size: 12px;
    color: #999;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul {
    position: relative;
    margin: 0px 0 0;
    max-width: 180px !important;
    width: auto !important;
    white-space: normal;
    font-size: 0px;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul:after {
    content: "";
    display: table;
    clear: both;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li {
    height: auto;
    width: auto!important;
    float: none;
    z-index: 9;
    cursor: pointer;
    outline: 0;
    font-size: 11px;
    margin: 0 0 9px;
    padding: 0 3px 0 0;
    display: inline-block;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:before {
    display: none;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:first-child {
    margin-left: 0;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
    position: relative;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 2px;
    position: static;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a span {
    display: block;
    position: relative;
    /*width:32px;height:32px;*/
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover a {
    /*background:#FFF;border: 0px;*/
}

.bx_ordercart .bx_ordercart_order_pay_left {
    overflow: hidden;
}

ul li.bx_missing>i {
    display: none !important;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size ul li.bx_missing .cnt {
    border: none !important;
}

.bx_size_scroller_container .bx_size ul li.bx_active:hover span {
    color: #fff !important;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li:not(.bx_active):active a {
    padding: 0;
}

.bx-retina .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
    border: none;
}

.bx-retina .bx_ordercart.bx_blue .bx_item_detail_scu_small_noadaptive .bx_scu ul li .cnt {
    border-image: none!important;
}

.bx-retina .bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
    border: none;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active:active a {
    /*padding:0;border:none;*/
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
    padding: 0;
    cursor: default;
    border-width: 1px;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td.price {
    padding-top: 47px;
    width: 245px;
    white-space: nowrap;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 500;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value {
    margin: -1px 0 0;
    font-size: 11px;
    line-height: 14px;
    color: #aeaeae;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price {
    display: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom {
    color: #333;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom .centered {
    margin: 16px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom {
    width: 200px;
    padding-top: 46px;
    line-height: 26px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom>div:not(.centered) {
    text-align: left!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter {
    position: relative;
    overflow: hidden;
    margin: -22px auto 0;
    width: 98px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter td:first-child {
    background: #fff;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5 !important;
    font-size: 0px;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter td:last-child {
    text-align: center!important;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter td {
    display: block;
}

.bx_ordercart .bx_ordercart_order_table_container table.counter input {
    border: none;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #f7f7f7;
    ;
    max-width: 45px !important;
    font-weight: 500;
    width: 100%;
    padding: 10px 0 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    height: 33px;
    color: #333333;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#basket_quantity_control {
    padding: 0!important;
}

.bx_ordercart_order_table_container #basket_items thead tr {
    background: #f7f7f7;
}

.basket_quantity_control {
    display: block;
    overflow: hidden;
}

.basket_quantity_control td {
    padding: 0!important;
}

.basket_quantity_control a {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 27px;
    height: 35px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    border: none;
}

.basket_quantity_control a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 11px;
    margin: -5px 0 0 -5px;
    background: url(/local/templates/fiztechkz/images/plus_minus.png) -1px -18px no-repeat;
    opacity: 0.7;
}

.basket_quantity_control a.plus {
    right: 1px;
    left: auto;
    margin: 0;
}

.basket_quantity_control a.minus {
    margin: 0;
    border-radius: 0;
}

.basket_quantity_control a.minus:hover:before {
    opacity: 1
}

.basket_quantity_control a.plus:before {
    background-position: -23px -2px;
}

.basket_quantity_control a.plus:hover:before {
    opacity: 1
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
    /*display:inline-block;*/
    vertical-align: top;
    margin: 0 0 0 2px;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control {
    position: relative;
    width: 135px;
    padding-top: 40px;
    font-size: 0;
    line-height: 0;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control br {
    display: none;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
    position: relative;
    font-size: 0;
    line-height: 0;
}

.bx_ordercart tbody td.control a:first-of-type,
.bx_ordercart #basket_items_subscribed tbody td.control a:first-of-type,
.bx_ordercart #basket_items_not_available tbody td.control a:last-of-type {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 17px;
    height: 17px;
    border-radius: 100%;
}

.bx_ordercart tbody td.control a:first-of-type:before,
.bx_ordercart #basket_items_subscribed tbody td.control a:first-of-type:before,
.bx_ordercart #basket_items_not_available tbody td.control a:last-of-type:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: url('/local/templates/fiztechkz/images/close_icons.png') 0px -27px no-repeat;
}

.bx_ordercart tbody td.control a:first-of-type:hover:before,
.bx_ordercart #basket_items_subscribed tbody td.control a:first-of-type:hover:before,
.bx_ordercart #basket_items_not_available tbody td.control a:last-of-type:hover:before {
    background-position: -20px -27px;
}

.bx_ordercart tbody td.control a:last-of-type {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/local/templates/fiztechkz/images/icons_wish.png) 2px -16px no-repeat;
}

.bx_ordercart #basket_items_subscribed tbody td.control a:last-of-type,
.bx_ordercart #basket_items_not_available tbody td.control a:last-of-type {
    background-image: none;
}

.bx_ordercart #basket_items_not_available tbody td.control a:first-of-type {
    display: none;
}

.bx_ordercart tbody td.control a:last-of-type:hover {
    background-position: 3px -73px;
}

.bx_ordercart #basket_items_delayed tbody td.control a:first-of-type {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/local/templates/fiztechkz/images/icons_wish.png) -31px -201px no-repeat;
}

.bx_ordercart #basket_items_delayed tbody td.control a:first-of-type:hover {
    background-position: -147px -175px;
}

.bx_ordercart #basket_items_delayed tbody td.control a:first-of-type:before {
    display: none;
}

.bx_ordercart #basket_items_delayed tbody td.control a:last-of-type {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 17px;
    height: 17px;
    background: none;
    border-radius: 100%;
}

.bx_ordercart #basket_items_delayed tbody td.control a:last-of-type:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: url(/local/templates/fiztechkz/images/close_icons.png) -0px -27px no-repeat;
}

.bx_ordercart #basket_items_delayed tbody td.control a:last-of-type:hover:before {
    background-position: -20px -27px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand {
    display: none;
}

.bx_slide_left,
.bx_slide_right {
    display: none !important;
}

.bx_ordercart .bx_ordercart_order_pay {
    margin: 35px 0 0;
    padding: 0;
}

.bx_ordercart .bx_ordercart_coupon {
    margin: 16px 0 0;
}

.bx_ordercart .bx_ordercart_coupon:first-of-type {
    margin-top: 0;
    margin-bottom: -21px;
}

.bx_ordercart .bx_ordercart_coupon span {
    margin: 0 20px 0 0;
    width: 150px;
    float: left;
    font-size: 14px;
    line-height: 15px;
    color: #373737;
    white-space: normal;
    text-align: left;
}

.bx_ordercart .bx_ordercart_coupon .input {
    /*overflow:hidden;*/
    padding: 0px 0px 0px 170px;
}

.bx_ordercart .bx_ordercart_coupon #coupon {
    width: 100%;
    box-shadow: none;
    border: 1px solid #eaebec;
    padding: 8px 45px 7px 15px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    background: #FFF;
    border-radius: 2px;
}

.bx_ordercart .bx_ordercart_order_pay .bx_bt_button {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 37px;
    border-radius: 0;
    padding: 0px;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 0px 2px 2px 0px;
}

.bx_ordercart .bx_ordercart_order_pay .bx_bt_button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -8px;
    width: 18px;
    height: 12px;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -5px -42px no-repeat;
    cursor: pointer;
}

.bx_ordercart .bx_ordercart_order_pay .bx_bt_button:active {
    box-shadow: none;
}

.bx_ordercart .bx_ordercart_coupon:not(:first-of-type) {
    position: relative;
    margin-left: 100px;
    padding: 0 0 0 30px;
}

.bx_ordercart .bx_ordercart_coupon:not(:first-of-type):before {
    content: "";
    position: absolute;
    top: 6px;
    left: 8px;
    width: 11px;
    height: 11px;
    background: url(/local/templates/fiztechkz/images/icons_wish.png) -102px -86px no-repeat;
}

.bx_ordercart .bx_ordercart_coupon:not(:first-of-type).good:before {
    background-position: -19px -3px;
}

.bx_ordercart .bx_ordercart_coupon .bx_ordercart_coupon_notes {
    float: right;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    display: block;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background: none;
}

.bx_ordercart .bx_ordercart_coupon .bx_ordercart_coupon_notes:first-letter {
    text-transform: uppercase;
}

.bx_ordercart .bx_ordercart_coupon input {
    padding: 0;
    height: auto;
    width: auto;
    float: none;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    border-radius: 0;
}

.bx_ordercart .bx_ordercart_coupon input.bad {
    box-shadow: none;
    border: none;
    background: none;
}

.bx_ordercart .bx_ordercart_coupon input.disabled {
    color: #333;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_coupon span.disabled {
    float: right;
    width: 17px;
    height: 17px;
    margin: 3px 0 0 3px;
    border-radius: 100%;
    background: url(/local/templates/fiztechkz/images/close_icons.png) 3px -23px no-repeat;
}

.bx_ordercart .bx_ordercart_coupon span.bad:hover,
.bx_ordercart .bx_ordercart_coupon span.disabled:hover {
    background-position: -17px -23px;
}

.bx_ordercart .bx_ordercart_coupon input.good {
    height: auto;
    width: auto;
    float: left;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    border-radius: 0;
}

.bx_ordercart .bx_ordercart_coupon span.good {
    float: right;
    width: 17px;
    height: 17px;
    margin: 3px 0 0 3px;
    border-radius: 100%;
    background: url(/local/templates/fiztechkz/images/close_icons.png) 3px -23px no-repeat;
}

.bx_ordercart .bx_ordercart_coupon span.good:hover {
    background-position: -17px -23px;
}

.bx_ordercart #basket_items .custom div[id^=discount_value] {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.bx_ordercart .bx_ordercart_coupon:after {
    content: "";
    display: table;
    clear: both;
}

.bx_ordercart .bx_ordercart_order_pay_center {
    margin: 0;
    padding: 25px 0 40px;
    border: none;
    border-top: 1px solid #f3f3f3;
    clear: both;
}

.bx_ordercart .bx_ordercart_order_pay_center>* {
    margin-top: 15px !important;
}

.bx_ordercart .bx_ordercart_order_pay_center .oneclickbuy {
    margin: 0 0 0 36px;
    line-height: 20px;
    font-weight: 600;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.bx_ordercart .bx_ordercart_order_sum {
    width: 304px;
    color: #333;
}

.bx_ordercart .bx_ordercart_order_sum tr {
    text-align: left;
}

.bx_ordercart .bx_ordercart_order_sum tr td {
    max-width: 145px;
    text-align: right;
    display: inline-block;
}

.bx_ordercart .bx_ordercart_order_sum tr td.fwb {
    padding-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.bx_ordercart .bx_ordercart_order_sum tr td:first-child {
    width: 110px;
    margin: 0 36px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.bx_ordercart .bx_ordercart_order_sum tr #allSum_wVAT_FORMATED {
    white-space: nowrap;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bx_ordercart .bx_ordercart_order_sum tr #allSum_FORMATED {
    white-space: nowrap;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bx_ordercart .bx_ordercart_order_sum tr td.custom_t2 {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bx_item_list_you_looked_horizontal {
    margin: 0;
    border-radius: 0;
    border: none;
}

.container .bx_item_list_you_looked_horizontal .bx_item_list_title {
    position: relative;
    margin: 0px 0px 13px 0px;
    font-size: 20px;
    color: #1d2029;
    line-height: 30px;
    font-weight: 500;
    text-transform: none;
    background: none;
    text-align: left;
    padding: 27px 0px 0px;
}

.container .bx_item_list_you_looked_horizontal .bx_item_list_title:before {
    background: #eaebec;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0px;
    content: "";
}

.bx_item_list_you_looked_horizontal .bx_item_list_section .bx_catalog_item {
    border: 1px solid #eaebec;
    padding: 20px 26px 7px;
    text-align: center;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item:hover {
    border: 1px solid #fff;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double,
.bx_item_list_you_looked_horizontal .bx_catalog_item_images {
    background-size: initial;
    padding-top: 100%;
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item.double:hover .bx_catalog_item_images_double,
.bx_item_list_you_looked_horizontal .bx_catalog_item_images_double {
    display: none;
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item.double:hover .bx_catalog_item_images {
    animation: none;
    opacity: 1;
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_container {}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_container {
    animation: none;
    border: none;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
    padding: 20px 26px 7px;
}

.bx_item_list_you_looked_horizontal .bx_stick_disc.bottom {
    display: none !important;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_stick {
    left: -27px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_stick.top {
    top: 0px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_title {
    height: auto;
    margin: 0px 0px 12px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_title a {
    font-size: 14px;
    font-weight: 500;
    overflow: visible;
    white-space: normal;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_title a:hover {
    color: #1d2029;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_stick {
    text-shadow: none;
    font-weight: 400;
    height: 24px;
    margin: 0px 0px 2px;
    background-image: none;
    background-color: #e52929;
    display: inline-block;
    color: #fff;
    width: auto;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 10px 0px;
    position: absolute;
    box-sizing: border-box;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_price {
    margin: 0px 0px 14px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_price .bx_price {
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
    padding: 0px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone a {
    text-shadow: none;
    padding: 7px 11px 7px 11px;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    border-radius: 2px;
    text-align: center;
    margin: 0px;
    width: auto;
    height: auto;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a,
.bx_item_list_you_looked_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone a {
    margin: 0px 0px 12px;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_catalog_item_container .bx_catalog_item_articul {
    display: none !important;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li {
    float: none;
    min-height: 100%;
    position: relative;
    z-index: 100;
    cursor: pointer;
    outline: none;
    font-size: 11px;
    padding: 0px 3px 0px 0px;
    display: inline-block;
    padding-top: 0px !important;
    width: auto !important;
    height: auto;
    margin: 0;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li:hover {
    min-height: 100%;
    box-shadow: none;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu ul li:before {
    display: none;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_scu .bx_scu ul li .cnt {
    position: static;
    padding: 0px;
    overflow: visible;
    border: 1px solid #e5e5e5 !important;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_scu .bx_scu ul li .cnt_item {
    position: static !important;
    margin-top: 1px;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_scu .bx_scu {
    overflow: visible;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_scu {}

.bx_item_list_you_looked_horizontal .bx_item_detail_size {
    margin: 0px;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size .bx_size>ul {
    margin: 0px !important;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li {
    float: none;
    min-height: 100%;
    display: inline-block;
    font-size: 10px;
    border: 1px solid #888;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    float: none;
    height: auto;
    width: auto !important;
    margin: 0px 5px 5px 0px;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li:hover {
    min-height: 100%;
    box-shadow: none;
    padding: 0 10px;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_size ul li span {
    color: #373737;
    display: block;
    line-height: 15px;
    margin: 0px;
    text-align: center;
    padding: 7px 0px 7px;
    font-size: 13px;
    position: initial;
    border: none !important;
    background: none;
}

.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_size ul li.bx_active span,
.bx_item_list_you_looked_horizontal .bx_catalog_item .bx_item_detail_size ul li:hover span {
    color: #fff;
}

.bx_item_list_you_looked_horizontal .bx_item_detail_size ul li:hover {
    border-width: 1px;
}

.bx_item_list_you_looked_horizontal ul li:before {
    display: none;
}

.bx-no-touch .bx_item_list_you_looked_horizontal .bx_catalog_item:hover .bx_catalog_item_scu {
    margin: 0px 0px 20px;
}

.bx_item_list_you_looked_horizontal .bx_item_list_slide {
    height: auto !important;
    margin: 0px -1%;
}

.bx_ordercart .bx_item_detail_scu_small_noadaptive .bx_scu ul li a span {
    line-height: 24px;
    position: relative;
    top: 1px;
    border-radius: 24px;
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 2px solid #fff;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout {
    text-transform: uppercase;
    opacity: 0;
    -webkit-appearance: none;
    padding: 8px 21px 9px 20px;
    background: none;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #ddd;
    text-shadow: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout:hover {
    color: #FFF;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout:active {
    box-shadow: none;
    background: none;
}

.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .catalog_back {
    margin: 0px 40px 0px 0px;
    float: left;
    line-height: 19px;
    font-weight: 600;
}

.bx_ordercart .bx_sort_container {
    margin: 0 0 20px;
    min-height: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.bx_ordercart .bx_sort_container:after {
    content: "";
    display: table;
    clear: both;
}

.bx_ordercart .bx_sort_container>span {
    display: none;
}

.bx_ordercart .bx_sort_container a {
    float: left;
    display: block;
    position: relative;
    padding: 7px 0px 6px 0px;
    background: #fff;
    color: #777777;
    border-radius: 0;
    line-height: 20px;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 20px 0px 0px;
}

.bx_ordercart .bx_sort_container a:first-of-type {
    margin-left: 0;
}

.bx_ordercart .bx_sort_container a:not(.current):active {
    color: #777777;
    text-shadow: none;
    box-shadow: none;
}

.bx_ordercart .bx_sort_container a:hover {
    color: #333;
    background: #fff;
}

.bx_ordercart .bx_sort_container a.current,
.bx_ordercart .bx_sort_container a.current:hover {
    text-shadow: none;
    color: #1d2029;
    box-shadow: none;
    border-radius: 0;
    cursor: default;
    background: #FFF;
}

.bx_ordercart .bx_sort_container a.current {}

.bx_ordercart .bx_sort_container a.current:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
}

.bx_ordercart .bx_sort_container .flat {
    display: inline!important;
}

.bigdata_recommended_products_container {
    display: block;
    margin: 39px 0 0;
}

.bx_ordercart_order_pay .button.big_btn.transparent {
    padding: 9px 20px 9px 21px;
    font-size: 13px;
}

.bx_ordercart_order_pay_center .icon_error_wrapper {
    float: right;
}

.bx_ordercart_order_pay_center:after {
    content: "";
    display: table;
    clear: both;
}

.fademask_ext {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #374246;
    width: 100%;
    height: 100%;
    min-height: 100%;
    opacity: 0.8;
    z-index: 1050;
}

body .bx_ordercart .bx_item_detail_size_small_noadaptive .bx_size ul li.bx_active a {
    border-image: none !important;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td td {
    text-align: center;
}


/*order styles*/

.middle>.container {
    width: 100% !important;
    padding: 0px !important;
}

#content #bx-soa-order-form *,
#content #order_form_content * {
    box-sizing: border-box;
}

#content #bx-soa-order-form .row,
#content #order_form_content .row {
    margin-top: 0px;
}

#bx-soa-order-form {
    font-size: 12px;
}

#bx-soa-order .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #E5E5E5;
}

#content #bx-soa-order-form .row.bx-soa-more {
    margin-top: 30px;
}

#bx-soa-orderSave {
    display: block !important;
}

.bx-soa-section.bx-step-completed .bx-soa-section-content,
.bx-soa-section.bx-selected .bx-soa-section-content {
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    transition: none;
}

.bx-soa-section {
    transition: none;
}

#bx-soa-order .alert-danger {
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    /*margin:-30px -29px 23px -79px;*/
    padding: 15px 29px;
    background: #ffeeee;
    color: #e83333;
}

#bx-soa-order .form-group {
    /*margin:0;*/
}

#bx-soa-order .bx-soa-section,
#order_form_content .bx-soa-section {
    border-radius: 0;
    margin: 0 0 20px;
}

#bx-soa-order .bx-soa-section.bx-selected {
    border: 1px solid #f3f3f3;
}

#bx-soa-order .bx-soa-section .bx-soa-section-title-container,
#order_form_content .bx-soa-section-title-container {
    padding: 29px 19px 29px 79px;
    border-bottom: 1px solid #f3f3f3;
    background: #fbfbfb;
    cursor: pointer;
}

#bx-soa-order .bx-soa-section.bx-selected .bx-soa-section-title-container {
    cursor: default;
}

#bx-soa-order .bx-soa-section .bx-soa-section-title,
#order_form_content .bx-soa-section-title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    padding-left: 0!important;
}

#bx-soa-order .bx-soa-section .bx-soa-section-title:before,
#order_form_content .bx-soa-section-title:before {
    content: "";
    position: absolute;
    left: -50px;
    top: -3px;
    margin: 0;
    width: 30px;
    height: 30px;
    background: url(/local/templates/fiztechkz/images/order.png) 0 0 no-repeat;
}

#bx-soa-order .bx-soa-section.bx-step-completed .bx-soa-section-title:before {
    background-color: #52c200;
    background-position: -30px -30px !important;
}

#bx-soa-order .bx-soa-section.bx-step-error:not(.bx-selected) .bx-soa-section-title:before {
    background: none;
    background: url(/local/templates/fiztechkz/images/order.png) -60px -30px no-repeat !important;
}

#bx-soa-order .bx-soa-editstep {
    display: inline-block;
    margin: 1px 0 0;
    font-size: 14px;
    line-height: 20px;
    border: none;
}

#bx-soa-order .bx-soa-editstep:first-letter {
    text-transform: uppercase;
}

#bx-soa-order .bx-soa-editstep:hover {
    text-decoration: none;
}

#bx-soa-order .bx-soa-section.bx-selected .bx-soa-editstep {
    display: none;
}

#bx-soa-order #bx-soa-region {
    border: 1px solid #f3f3f3;
}

#bx-soa-order #bx-soa-region .bx_soa_location {}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group .bx-soa-custom-label {
    display: block;
}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group:first-child br {
    display: none;
}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group:first-child>label {
    margin: 0 0 5px;
}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group.bx-soa-location-input-container {
    margin: 0 0 25px;
}

#bx-soa-order #bx-soa-region .bx_soa_location .radio-inline {
    margin: 5px 40px 5px 0;
}

#bx-soa-order .bx-soa .bx-soa-custom-label,
#bx-soa-order .bx-soa .form-group label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    z-index: 1;
}

#bx-soa-order div[class*=bx-sls] .quick-locations {
    margin: 7px 0 12px;
}

#bx-soa-order div[class*=bx-sls] .quick-locations .quick-location-tag {
    margin: 3px 1px 1px 1px;
    padding: 0;
    padding: 5px 15px;
    height: auto;
    background: none;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#bx-soa-order div[class*=bx-sls] .quick-locations .quick-location-tag:hover {
    color: #FFF;
}

#bx-soa-order .bx-ui-sls-tree-trunk {
    font-size: 14px;
    padding-left: 45px;
}

#bx-soa-order div[class*=bx-sls] .form-control.dropdown-block {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    border: 1px solid #ececec;
    background: #fbfbfb;
    padding-left: 44px;
}

.bx-soa-location-input-container .bx-ui-slst-pool>div {
    padding-left: 44px;
}

#bx-soa-order .bx-sls .form-control.dropdown-block {
    position: relative;
    padding: 10px 17px 8px 49px;
    height: auto;
}

#bx-soa-order div[class*=bx-sls] .form-control.dropdown-block .bx-ui-sls-container input {
    height: auto;
    padding-right: 27px!important;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

div[class*=bx-sls] .dropdown-icon {
    position: absolute;
    left: 17px;
    top: 50%;
    margin: -8px 0 0;
    width: 16px;
    height: 16px;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -5px -75px no-repeat;
}

div[class*=bx-sls] .bx-ui-sls-clear {
    position: absolute;
    margin: 0;
    height: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    height: auto;
    cursor: pointer;
    background: none;
}

div[class*=bx-sls] .bx-ui-sls-clear:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -82px -61px no-repeat !important;
    border-radius: 100%;
}

div[class*=bx-sls] .bx-ui-sls-clear:hover:before {
    background-position: -82px -82px !important;
    background-color: #ddd;
}

.bx-sls .dropdown-block {
    background: #f7f7f7;
    padding: 1px 44px 1px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    border: 1px solid #ececec;
    box-shadow: none;
}

#bx-soa-order .bx-slst .dropdown-block.form-control {
    margin-bottom: 10px;
}

#bx-soa-order #bx-soa-orderSave {
    margin: 40px 0 0;
    padding: 0!important;
    text-align: center;
}

#bx-soa-order #bx-soa-orderSave>a,
#ORDER_CONFIRM_BUTTON {
    float: none!important;
    text-shadow: none;
    color: #FFF;
    padding: 11px 40px 13px;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
}

#bx-soa-order .bx-soa-more {
    border: none;
    padding: 25px 29px 0 29px;
    margin: 27px -29px 0 -79px;
    border-top: 1px solid #f1f1f1;
}

#bx-soa-order .bx-soa-more .bx-soa-more-btn {
    padding: 0;
}

#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-left {
    background: none;
}

#bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-left:hover {
    color: #FFF;
}

#bx-soa-order #bx-soa-region .bx_soa_location .form-group[data-property-id-row] {
    margin-top: 20px;
}

#bx-soa-order .bx-soa-section-title-count {
    display: none;
}

#bx-soa-order .alert .row {
    margin-top: 0px;
}

#bx-soa-order .alert .row div {
    font-size: 12px;
}

.bx-sls .dropdown-fade2white {
    display: none;
}

#bx-soa-order .form-group,
#order_form_content .form-group {
    position: relative;
    font-size: 14px;
}

#bx-soa-order .form-group label[for="zipProperty"] {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    color: #888;
}

#bx-soa-order .form-group.value_y label:not(.error) {}

#bx-soa-order .form-group.value_y input,
#bx-soa-order .form-group.value_y textarea {
    background: #FFF;
}

#bx-soa-order .bx-soa-reference {
    margin: -8px 0 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}

#bx-soa-order .bx-soa .form-group .radio-inline {
    padding: 0;
}

#bx-soa-order .bx-soa .form-group .radio-inline label {
    display: inline-block;
    float: none;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 32px!important;
}

#bx-soa-order .bx-soa .form-group .radio-inline label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    background: #fbfbfb;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
}

#bx-soa-order .bx-soa .form-group .radio-inline label:hover:before {
    border: none;
}

#bx-soa-order .bx-soa .form-group .radio-inline.checked label {
    cursor: default;
}

#bx-soa-order .bx-soa .form-group .radio-inline.checked label:before {
    border: none;
}

#bx-soa-order .bx-soa .form-group .radio-inline.checked label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 8px;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -64px -9px no-repeat;
}

#bx-soa-order .bx-soa .form-group .radio-inline input {
    display: none;
}

#bx-soa-order .bx-soa-tooltip {
    position: absolute;
    bottom: -22px;
    left: 0px;
    padding: 0;
    background: none;
    max-width: 100%;
    box-shadow: none;
    top: auto;
}

#bx-soa-order .bx-soa-tooltip .tooltip-arrow {
    display: none;
}

#bx-soa-order .bx-soa-tooltip .tooltip-inner {
    max-width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fe5252;
    background: none;
}

#bx-soa-order .has-error .form-control {
    border-color: #fe5252;
}

#bx-soa-order .form-group.has-error {
    margin-bottom: 41px!important;
}

#bx-soa-order .form-group.has-error input {
    border-color: #fe5252;
}

#bx-soa-order .form-group.has-error .form-control.dropdown-block {
    border-color: #fe5252;
}

#bx-soa-order #bx-soa-delivery .bx-soa-section-title:before {
    background-position: -30px 0;
}

#bx-soa-order #bx-soa-delivery .bx-soa-pp-price {
    white-space: nowrap;
}

#bx-soa-order .bx-soa .bx-soa-location-input-container:before {
    display: none;
}

#bx-soa-order .bx-soa-pp-item-container {
    /*padding:0;*/
}

#bx-soa-order .bx-soa-pp-item-container:after {
    content: "";
    display: table;
    clear: both;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company {
    clear: both;
    position: relative;
    float: none;
    border: none;
    margin: 19px 0 0;
    padding: 0 0 24px;
    width: auto;
    transition: none;
    cursor: pointer;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:after {
    content: "";
    display: table;
    clear: both;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:first-child {
    margin-top: 0;
}

#bx-soa-order .bx-soa-pp-company-graf-container {
    position: relative;
    padding: 0;
    border: 1px solid #fbfbfb;
    border-radius: 0;
    width: 120px;
    height: 72px;
    background: #fbfbfb;
    cursor: pointer;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container {}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container {
    display: table-cell;
    vertical-align: middle;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    background: #FFF;
    border-radius: 100%;
    z-index: 1;
}

#bx-soa-order .bx-soa-pp-item-container:hover .bx-soa-pp-company-graf-container:before {
    border: none;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:before {
    border: none;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 13px;
    width: 10px;
    height: 8px;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -64px -9px no-repeat;
    z-index: 2;
}

#bx-soa-order .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
    position: relative;
    border: 1px solid #e5e5e5;
    width: 118px;
    height: 70px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-position: center center!important;
    background-size: auto!important;
    background-repeat: no-repeat!important;
}

#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container .bx-soa-pp-company-image {
    cursor: default;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container input {
    display: none;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #777;
    text-align: left;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected {
    cursor: default;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-smalltitle {
    color: #333;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px 5px;
    background: #fbfbfb;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -24px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

#bx-soa-order .bx-soa-pp-desc-container {
    padding-top: 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company {
    position: relative;
    padding: 22px 24px 20px;
    border: 1px solid #e5e5e5;
    border-top: none;
    background: #fbfbfb;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    left: -1px;
    height: 2px;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company:after {
    content: "";
    display: table;
    clear: both;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-image {
    margin: 5px 0 0;
    background: #FFF;
    cursor: default;
    border-radius: 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block:after {
    content: "";
    display: table;
    clear: both;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block>br {
    display: none;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
    padding: 10px 0 0 0px;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list {
    padding: 0;
    margin: 17px 0 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company ul.bx-soa-pp-list li {
    padding: 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list-termin {
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list-description {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-logo {
    padding: 0;
    max-width: 100%;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-logo .bx-soa-pp-company-graf-container {
    height: auto;
}


/*#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container{float:none;}*/

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-subTitle {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #383838;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field label:not(.error) {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 5px;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
    background: none;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field .bx-soa-service-small {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox {
    margin: 21px 0 0;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox:first-child {
    margin-top: 0;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox input {
    display: none;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox label {
    position: relative;
    padding: 0 0 0 27px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #e9e9e9;
    background: #FFF;
    border-radius: 2px;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox label:hover:before {
    border: none;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox label.checked:before {
    border: none;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox label.checked:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 10px;
    height: 8px;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -64px -9px no-repeat;
}

#bx-soa-order .bx-soa-pp-desc-container .checkbox .bx-soa-service-small {
    margin: 1px 0 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field {
    margin: 13px 0 0;
}

#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-field:first-of-type {
    margin-top: 22px;
}

#bx-soa-order .bx-soa-section,
#order_form_content .bx-soa-section {
    border: 1px solid #f3f3f3;
}

#bx-soa-order .bx-soa-section.bx-step-completed {
    border: 1px solid #f3f3f3;
}

#bx-soa-order .bx-soa-pp-company-block .form-control {
    font-size: 12px;
}

#bx-soa-order .form-control {
    margin-bottom: 0px;
}

#bx-soa-order .bx-soa-section .bx-soa-section-content,
#order_form_content .bx-soa-section-content {
    padding: 25px 29px 25px 79px;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    transition: none;
}

#bx-soa-order .bx-soa-section.bx-active .bx-soa-section-content strong {
    font-weight: 500;
    margin: 0;
}

#bx-soa-order .bx-soa-coupon {
    margin: 30px -29px -2px -79px;
    padding: 25px 29px 0 29px;
    border-top: 1px solid #f3f3f3;
}

#bx-soa-order #bx-soa-basket .bx-soa-coupon {
    margin: 0 0 27px;
}

#bx-soa-order #bx-soa-basket .bx-soa-more {
    margin: 0 0 25px;
}

#bx-soa-order .bx-soa-coupon-label {
    margin: 8px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

#bx-soa-order .bx-soa-coupon-block {
    display: inline-block;
    vertical-align: top;
}

#bx-soa-order .bx-soa-coupon label {
    margin: 0;
    width: 90px;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    color: #333333;
}

#bx-soa-order .bx-soa-coupon.bx-soa-coupon-item-fixed .bx-soa-coupon-label {
    margin-top: 0;
}

#bx-soa-order .bx-soa-coupon-input {
    border: 1px solid #ececec;
    width: 260px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

#bx-soa-order .bx-soa-coupon-input:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: 0;
    margin: 0;
    width: 57px;
    height: auto;
    cursor: pointer;
    border: none;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -23px -26px no-repeat;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

#bx-soa-order .bx-soa-coupon-input:hover:after {
    background-position: 14px -26px;
}

#bx-soa-order .bx-soa-coupon-input input[type=text].form-control,
#bx-soa-order textarea.form-control {
    padding: 12px 67px 12px 17px;
    height: auto;
    border: none;
    color: #333;
    background: #fbfbfb;
}

#bx-soa-order .bx-soa-coupon-input input[type=text].form-control:focus {
    background: #FFF;
}

#bx-soa-order .bx-soa-section.bx-active .bx-soa-section-content .bx-soa-pp-company-selected img {
    display: none;
}

#bx-soa-order .bx-soa-pp-company-selected {
    padding-top: 0;
    padding-bottom: 0;
}

#bx-soa-order .bx-soa-pp-price {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
}

#bx-soa-order #bx-soa-paysystem .bx-soa-section-title:before {
    background-position: -60px 0;
}

#bx-soa-order #bx-soa-properties .bx-soa-section-title:before,
#order_form_content .bx-soa-section-title:before {
    background-position: -90px 0;
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) {
    margin: 4px 0 0;
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]):first-child {
    margin-top: 0;
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label {
    margin: 0 3px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label:after {
    content: ":";
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row]) .bx-soa-custom-label .bx-authform-starrequired {
    display: none;
}

#bx-soa-order #bx-soa-properties .form-group:not([data-property-id-row])>div {
    display: inline-block;
    vertical-align: top;
}

#bx-soa-order #bx-soa-basket .bx-soa-section-title:before {
    background-position: 0 -30px;
}

#bx-soa-order .bx-soa-section .bx-soa-coupon-item {
    display: block;
}

#bx-soa-order .bx-soa-section .bx-soa-section-content .bx-soa-coupon-item>strong {
    display: block;
    margin: 16px 0 0;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

#bx-soa-order .bx-soa-section .bx-soa-coupon-item .bx-soa-tooltip {
    float: right;
    display: block;
    margin: 0 0 0 15px;
    opacity: 1;
    position: relative;
    left: auto;
    bottom: auto;
}

#bx-soa-order #bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company {
    padding-bottom: 0;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-tooltip .tooltip-inner {
    font-size: 14px;
    color: #333;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-danger {
    position: relative;
    padding: 0 0 0 30px;
    color: #333;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-used {
    position: relative;
    padding: 0 0 0 30px;
    color: #333;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-success {
    position: relative;
    padding: 0 0 0 30px;
    color: #333;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-danger:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -32px -73px no-repeat;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-used:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -26px -4px no-repeat;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-item-success:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -5px -4px no-repeat;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-remove {
    float: right;
    width: 20px;
    height: 20px;
    margin: 2px 0 0 3px;
    border-radius: 100%;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -82px -62px no-repeat;
}

#bx-soa-order .bx-soa-coupon-item .bx-soa-coupon-remove:hover {
    background-position: -82px -82px;
}

#bx-soa-order #bx-soa-properties .form-group,
#order_form_content #bx-soa-properties .form-group {
    margin: 0 0 30px;
}


/*#bx-soa-order #bx-soa-properties .form-group:last-child{margin-bottom:0;}*/

#bx-soa-order #bx-soa-properties.bx-selected .form-group label,
#order_form_content #bx-soa-properties.bx-selected .form-group label {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    color: #888;
    /*position: absolute;top: 8px;left: 17px;cursor: text;-webkit-transition: top .1s ease-in-out;-moz-transition: top .1s ease-in-out;transition: top .1s ease-in-out;*/
}

#bx-soa-order #bx-soa-properties.bx-selected .form-group.value_y label {
    /*background: #FFF;top: -10px;left: 10px;padding: 0 7px;*/
}

#bx-soa-order #bx-soa-properties .form-group textarea {
    height: 106px;
    border: 1px solid #ececec;
}

#bx-soa-order #propsMap {
    margin: 0 0 20px;
    height: 332px!important;
}

#bx-soa-order #propsMap>ymaps {
    height: 332px!important;
}

#bx-soa-order .bx-soa-cart-total,
#order_form_content .bx-soa-cart-total {
    padding: 35px 29px 40px;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    background: #FFF;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line,
#order_form_content .bx-soa-cart-total .bx-soa-cart-total-line {
    margin: 2px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    border: none;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line:first-child,
#order_form_content .bx-soa-cart-total .bx-soa-cart-total-line:first-child {
    margin-top: 0;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-t,
#order_form_content .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-t {
    width: 46%;
    font-weight: normal;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-d,
#order_form_content .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-d {
    width: 54%;
    text-align: right;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total {
    margin: 27px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #f3f3f3;
}

#order_form_content .bx-soa-cart-total .bx-soa-cart-total-line-total {
    margin: 27px 0 0;
    padding: 25px 0 0;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t,
#order_form_content .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {
    font-size: 16px;
    font-weight: 500;
}

#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d,
#order_form_content .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 18px!important;
    font-weight: 500;
}

#bx-soa-order .bx-soa-cart-total-button-container {
    padding: 0;
    margin: 26px 0 0;
}

#bx-soa-order .bx-soa-cart-total-button-container .btn {
    padding: 10px 12px 12px;
    font-size: 17px!important;
}

#bx-soa-order #bx-soa-basket .bx-soa-section-content,
#order_form_content #bx-soa-basket .bx-soa-section-content {
    padding: 0;
}

#bx-soa-order #bx-soa-basket .bx-soa-coupon.bx-soa-coupon-item-fixed {
    margin: 0 0 30px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table,
#order_form_content #bx-soa-basket .bx-soa-item-table {
    margin: 0 0 -1px;
}

.bx-soa-item-table {
    margin-bottom: 10px;
    min-width: 100%;
    display: table;
}

.bx-soa-item-tr {
    display: table-row;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td,
#order_form_content #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
    padding: 39px 10px 25px!important;
    border-top: none;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-info-shower {
    padding: 0px 20px 10px;
    display: inline-block;
}

.bx-soa-info-shower+.bx-soa-item-info-block.bx-active {
    padding: 0px 20px 0px;
}

.bx-soa-info-block .bx-soa-info-line td {
    font-size: 13px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td .bx-soa-item-td-title {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td,
#order_form_content #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
    padding: 7px 10px 8px!important;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td:first-child {
    /*padding-left:114px!important;*/
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child,
#order_form_content #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child {
    padding-right: 24px!important;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-block,
#order_form_content #bx-soa-basket .bx-soa-item-table .bx-soa-item-block {
    padding: 0 0 0 14px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block {
    margin: 0px 0 0;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block .bx-soa-item-imgcontainer {
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    border-radius: 0;
    border: none;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-content,
#order_form_content #bx-soa-basket .bx-soa-item-table .bx-soa-item-content {
    padding: 0 0 0 90px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-title,
#order_form_content #bx-soa-basket .bx-soa-item-table .bx-soa-item-title {
    margin: 0 0 6px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-title a,
#order_form_content #bx-soa-basket .bx-soa-item-table .bx-soa-item-title a {
    color: #333;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container:after {
    background: none;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container .bx-soa-item-td-title {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-content .bx-scu-container .bx-soa-item-td-text {
    margin: 0 0 0 6px;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-td-text small {
    display: block;
    margin: -1px 0 0;
    font-size: 11px;
    line-height: 14px;
    color: #aeaeae;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-properties.bx-text-right {
    text-align: left;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-properties.bx-text-right>div,
#order_form_content #bx-soa-basket .bx-soa-item-properties.bx-text-right>div {
    text-align: left;
}

#bx-soa-order #bx-soa-basket .bx-soa-item-td-text,
#order_form_content #bx-soa-basket .bx-soa-item-td-text {
    line-height: 20px;
}

#bx-soa-order #bx-soa-basket .bx-price,
#order_form_content #bx-soa-basket .bx-price {
    white-space;
    font-size: 18px;
    line-height: 16px;
    color: #333;
}

#bx-soa-order #bx-soa-basket .bx-price+br {
    /*display:none;*/
}

#bx-soa-order #bx-soa-basket .bx-soa-item-td-title,
#order_form_content #bx-soa-basket .bx-soa-item-td-title {
    font-size: 12px;
    color: #999;
    vertical-align: top;
}

#bx-soa-order .bx-price-old,
#order_form_content .bx-price-old {
    margin: 0 0 0 4px!important;
    font-size: 13px;
    font-weight: normal!important;
    line-height: 20px;
    color: #777777;
}

#bx-soa-order #bx-soa-total-mobile {
    margin: 0 0 20px!important;
}

.bx-soa-item-tr.bx-soa-item-info-container+.bx-soa-basket-info .bx-soa-item-td {
    border-top: 1px solid #f3f3f3 !important;
}

.bx-soa-item-tr.bx-soa-item-info-container .bx-soa-item-td {
    border: none !important;
}

#content noscript+b {
    display: none;
}

#bx-soa-order .bx-soa-cart-total .change_basket,
#order_form_content .bx-soa-cart-total .change_basket {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #333;
    border-bottom: 1px solid #eaebec;
    margin: 0 -29px 43px;
    padding: 2px 29px 33px;
}

#bx-soa-order .bx-soa-cart-total .change_basket .change_link,
#order_form_content .bx-soa-cart-total .change_basket .change_link {
    position: absolute;
    top: 5px;
    right: 29px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.sale_order_full_table {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 730px;
}

.sale_order_full_table:first-of-type {
    margin-top: 21px;
    padding: 101px 0 0 !important;
    text-align: center;
    color: #333;
    border: none !important;
}

.sale_order_full_table:first-of-type:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -35px;
    width: 70px;
    height: 70px;
    background: url(/local/templates/fiztechkz/images/order_ext.png) -103px -5px no-repeat;
}

.sale_order_full_table:last-of-type {
    border: 1px solid #f3f3f3;
    padding: 34px 39px 34px;
}

.sale_order_full_table:last-of-type tr:last-child td:first-child {}


/*.sale_order_full_table:last-of-type td:last-child{padding-top:20px;color:#333;}*/

.sale_order_full_table tbody {
    display: block;
}

.sale_order_full_table tr {
    display: block;
    padding-top: 20px;
    padding-left: 25%;
}

.sale_order_full_table .ps_logo {
    display: block;
}

.sale_order_full_table .ps_logo br {
    display: none;
}

.sale_order_full_table .ps_logo .pay_name {
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
}

.sale_order_full_table .ps_logo .image {
    margin: 0 25px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 72px;
    line-height: 68px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.sale_order_full_table .ps_logo .paysystem_name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.sale_order_full_table td>.tablebodytext {
    display: block;
    color: #333;
}

.sale_order_full_table .tablebodytext br:first-of-type {
    display: none;
}

.sale_order_full_table input[name="BuyButton"] {
    border-radius: 2px;
    margin: -7px 0 0;
    padding: 7px 19px 9px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.sale_order_full_table form[name="ShopForm"] .tablebodytext {
    display: block;
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #777777;
}

.sale_order_full_table form[name="ShopForm"] .tablebodytext b {
    font-weight: normal;
    color: #333333;
}


/*account pay*/

.personal_wrapper {
    float: left;
    width: 100%;
}

.personal_wrapper .row {
    margin-top: 0px;
}

.personal_wrapper .inner_border {
    border: 1px solid #e5e5e5;
}

.sale-personal-section-index-block {
    background-color: #fbfbfb;
    border: 1px solid #f3f3f3;
    border-radius: 0px;
    margin: 0px 0px 20px;
    opacity: 1;
    height: auto;
    text-transform: none;
}

.sale-personal-section-index-block:hover {
    border-color: #e5e5e5;
}

.sale-personal-section-row-flex {
    margin: 0px -10px;
}

.personal_wrapper .sale-personal-section-row-flex.row>div[class*=col-md-] {
    padding: 0px 10px;
}

.sale-personal-section-index-block-name {
    font-size: 17px;
    margin: 12px 0px 16px;
}

.sale-personal-section-index-block-link {
    width: 100%;
}

.sale-personal-section-index-block-ico i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/local/templates/fiztechkz/images/icons_mask.png') 0px 0px no-repeat;
}

.sale-personal-section-index-block-ico i.bill {
    background-position: -50px 0px;
}

.sale-personal-section-index-block-ico i.personal {
    background-position: -100px 0px;
}

.sale-personal-section-index-block-ico i.filter_orders {
    background-position: -150px 0px;
}

.sale-personal-section-index-block-ico i.profile {
    background-position: -200px 0px;
}

.sale-personal-section-index-block-ico i.cart {
    background-position: -250px 0px;
}

.sale-personal-section-index-block-ico i.subscribe {
    background-position: -300px 0px;
}

.sale-personal-section-index-block-ico i.contact {
    background-position: -350px 0px;
}

.personal_wrapper form input[type="submit"] {
    border-radius: 2px;
    margin: 7px 0 10px;
    cursor: pointer;
    text-transform: none;
    padding: 7px 12px 8px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff !important;
    text-shadow: none;
    border: 1px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    border-radius: 2px;
    margin: 0px 0 16px;
    cursor: pointer;
    text-transform: none;
    padding: 7px 12px 8px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff !important;
    text-shadow: none;
    border: 1px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-decoration: none;
    display: block;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a:before {
    display: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-button,
.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat>a,
.sale-order-detail-payment-options-methods-button-element,
.sale-order-detail-payment-options-methods-button-element-new-window {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    border-radius: 2px;
    margin: 0px 0 16px;
    padding: 7px 12px 8px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    height: auto;
    text-shadow: none;
    border: 1px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-transform: none;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.sale-order-payment-change-pp.row {
    font-size: 13px;
}


/*orders*/

.personal_wrapper .row>span {
    font-size: 13px;
}

.personal_wrapper .row>div[class*=col-md-],
.personal_wrapper .row>ul[class*=col-md-] {
    box-sizing: border-box;
    padding: 0px 15px;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.personal_wrapper .sale-order-list-container,
.personal_wrapper div[class*=col-md-] {
    padding: 0px 15px;
    /*width:100%;*/
    box-sizing: border-box;
    display: inline-block;
}

.personal_wrapper div[class*=col-xs] {
    padding: 0px 15px;
}

.personal_wrapper .row div.sale-order-list-inner-row-template,
.personal_wrapper .row div.sale-order-detail-payment-inner-row-template {
    display: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    font-size: 13px;
}

.personal_wrapper .row div.sale-order-detail-payment-inner-row-template {
    margin-left: 16.66666667%;
    padding-left: 5px;
}

.personal_wrapper .row.sale-order-list-inner-row div.sale-order-list-inner-row-template {
    padding: 0px 23px;
}

.personal_wrapper .row div.sale-order-detail-about-order-inner-container-details,
.personal_wrapper .row div.sale-order-detail-payment-options-shipment-composition-map {
    display: none;
}

.personal_wrapper .col-md-12 {
    width: 100%;
}

.personal_wrapper .col-md-11 {
    width: 91.66666667%;
}

.personal_wrapper .col-md-10 {
    width: 83.33333333%;
}

.personal_wrapper .col-md-9 {
    width: 75%;
}

.personal_wrapper .col-md-8 {
    width: 66.66666667%;
}

.personal_wrapper .col-md-7 {
    width: 58.33333333%;
}

.personal_wrapper .col-md-6 {
    width: 50%;
}

.personal_wrapper .col-md-5 {
    width: 41.66666667%;
}

.personal_wrapper .col-md-4 {
    width: 33.33%;
}

.personal_wrapper .col-md-3 {
    width: 25%;
}

.personal_wrapper .col-md-2 {
    width: 16.66666667%;
}

.personal_wrapper .col-md-1 {
    width: 8.33333333%;
}

.personal_wrapper .col-md-offset-5 {
    /*margin-left: 41.66666667%;*/
}

.personal_wrapper .col-md-offset-3 {
    /*margin-left: 25%;*/
}

.orders_wrapper .visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important;
}

.orders_wrapper .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.orders_wrapper .container-fluid.sale-order-detail {
    padding-right: 0px;
    padding-left: 0px;
}

.orders_wrapper .row .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company {
    padding: 7px;
}

.orders_wrapper .row div.sale-order-list-repeat-container {
    padding: 0px;
}

.orders_wrapper .row div.sale-order-list-inner-container {
    padding: 0px 0px 0px 0px;
    border: none;
}

.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12 {
    border: 1px solid #e5e5e5;
    padding: 22px 22px 13px;
    margin: 0px 0px 20px;
}

.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12>a {
    font-weight: 600;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-size: 13px;
}

.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12>a:hover {
    color: #333;
}

.personal_wrapper .orders_wrapper .sale-order-title {
    font-weight: 500;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-size: 20px;
    color: #383838;
    line-height: 24px;
    margin: 14px 0px 25px;
}

.personal_wrapper .orders_wrapper .sale-order-list-container {
    border: 1px solid #e5e5e5;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-title-container,
.personal_wrapper .orders_wrapper .sale-order-list-title-container,
.personal_wrapper .orders_wrapper .sale-order-detail-general-head {
    background: #f7f7f7;
}

.personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-accomplished-title,
.personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-title,
.personal_wrapper .orders_wrapper .sale-order-detail-general-item {
    font-weight: 500;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-size: 16px;
    color: #383838;
    margin: 20px 0px 22px 7px;
}

.personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-inner-accomplished {
    border: none;
    border-top: 1px solid #e5e5e5;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-title-container .row>div {
    vertical-align: middle;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-date,
.personal_wrapper .orders_wrapper .sale-order-list-accomplished-date-number {
    margin: 0px;
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-date-number {
    margin: 0px 5px 0px 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row {
    padding: 0px 14px 5px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-accomplished .sale-order-list-inner-row {
    padding-top: 21px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div {
    width: auto;
    padding: 0px 8px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-inner-row-body>div {
    vertical-align: top;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line {
    border-top: 1px solid #e5e5e5;
    padding: 20px 23px 8px;
    margin: 10px 0px 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line:first-child {
    margin: 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line-item {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    text-transform: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line-border {
    display: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-payment-title,
.personal_wrapper .orders_wrapper .sale-order-list-shipment-title {
    color: #383838;
    font-size: 15px;
    font-weight: 500;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    text-transform: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-status-alert,
.personal_wrapper .orders_wrapper .sale-order-list-status-success,
.personal_wrapper .orders_wrapper .sale-order-list-shipment-status-block,
.sale-order-detail-payment-options-methods-info-title-status-alert,
.sale-order-detail-payment-options-methods-info-title-status-success,
.sale-order-payment-change-status-alert,
.sale-order-payment-change-status-success {
    margin: 3px 0px 3px 20px;
    padding-left: 10px;
    padding-right: 11px;
}

.personal_wrapper .orders_wrapper .sale-order-list-status-alert,
.sale-order-detail-payment-options-methods-info-title-status-alert,
.sale-order-payment-change-status-alert {
    color: #e62222;
    border-color: #f7bcbc;
    background: #fdeeee;
}

.personal_wrapper .orders_wrapper .sale-order-list-status-success,
.sale-order-detail-payment-options-methods-info-title-status-success,
.sale-order-payment-change-status-success {
    color: #4b8c03;
    border-color: #c9dcb3;
    background: #f1f6eb;
}

.personal_wrapper .orders_wrapper .sale-order-list-shipment-status-block {
    padding-left: 10px;
    padding-right: 11px;
}

.personal_wrapper .orders_wrapper .sale-order-list-payment-price .sale-order-list-payment-number,
.personal_wrapper .orders_wrapper .sale-order-payment-change-payment-number {
    color: #333333;
}

.personal_wrapper .orders_wrapper .sale-order-list-change-payment {
    text-decoration: none;
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 0px 25px 0px 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-change-payment:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 4px;
    width: 10px;
    height: 6px;
    background: url('/local/templates/fiztechkz/images/arrows.png') 0px -161px no-repeat;
    z-index: 2;
}

.personal_wrapper .orders_wrapper .sale-order-list-change-payment:hover {
    color: #333;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order,
.personal_wrapper .orders_wrapper .sale-order-detail-payment-options {
    margin-top: 0px;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-about-order-inner-container {
    padding-top: 15px;
    padding-bottom: 11px;
    border: none;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-info {
    padding-top: 18px;
    padding-bottom: 22px;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-methods,
.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-shipment {
    padding: 25px 0 26px 0;
}

.personal_wrapper .orders_wrapper .row ul li:before {
    display: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-top-border {
    margin: 15px 23px 22px;
    background: #E5E5E5;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type {
    padding-left: 29px;
    padding-right: 29px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type .sale-order-list-top-border {
    margin-left: -14px;
    margin-right: -14px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-cancel-container {
    float: right;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-shipment {
    padding: 0px 23px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type>div:last-of-type a {
    background: #fff;
    color: #ddd !important;
    border: 1px solid #ddd;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list {
    padding: 19px 0px 0px;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 2px 10px 15px 0px;
    box-sizing: border-box;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-graf-container {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    height: auto;
    cursor: pointer;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-smalltitle {
    display: block;
    vertical-align: middle;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #777;
    text-align: left;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-image+.sale-order-payment-change-pp-company-smalltitle {
    display: table-cell;
    padding: 0 0 0 20px;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-image {
    position: relative;
    display: table-cell;
    border: 1px solid #e5e5e5;
    width: 118px;
    height: 70px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-position: center center!important;
    background-size: auto!important;
    background-repeat: no-repeat!important;
    background-color: #fbfbfb;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a.sale-order-list-cancel-payment {
    background: none;
    color: #ddd !important;
    padding-left: 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a.sale-order-list-cancel-payment:hover {
    color: #333 !important;
    background: none;
}

.bx_my_order_cancel {
    font-size: 13px;
}

.bx_my_order_cancel a:hover {
    color: #333;
}

.personal_wrapper .orders_wrapper .sale-order-detail-back-to-list-link-up,
.personal_wrapper .orders_wrapper .sale-order-detail-back-to-list-link-down {
    font-weight: 600;
}

.personal_wrapper .orders_wrapper .sale-order-detail-general {
    border: 1px solid #e5e5e5;
}

.personal_wrapper .orders_wrapper .sale-order-detail-general-head {
    border-bottom: 1px solid #e5e5e5;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order {
    margin-top: 0px;
    padding: 0px 7px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-container .sale-order-detail-about-order-title {
    background: #fff;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}

.sale-order-detail-about-order-title-element,
.sale-order-detail-payment-options-title-element,
.sale-order-detail-payment-options-shipment-composition-title-element,
.sale-order-detail-payment-options-order-content-title-element,
.sale-order-detail-general-item {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    margin-left: 6px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-title-element {
    margin-left: 0px;
    margin-top: 21px;
    margin-bottom: 2px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-name-title,
.sale-order-detail-about-order-inner-container-status-title,
.sale-order-detail-about-order-inner-container-price-title {
    font-size: 14px;
    color: #888888;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-name-detail,
.sale-order-detail-about-order-inner-container-status-detail,
.sale-order-detail-about-order-inner-container-price-detail {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

.sale-order-detail-about-order-inner-container-price-detail {
    font-weight: 500;
}

.sale-order-detail-about-order-inner-container-name-read-more,
.sale-order-detail-about-order-inner-container-name-read-less {
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    padding: 0px 25px 0px 0px;
    border: none;
}

.sale-order-detail-about-order-inner-container-name-read-more:after,
.sale-order-detail-about-order-inner-container-name-read-less:after {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 10px;
    height: 6px;
    background: url('/local/templates/fiztechkz/images/arrows.png') 0px -161px no-repeat;
    z-index: 2;
}

.sale-order-detail-about-order-inner-container-name-read-more:hover:after,
.sale-order-detail-show-link:hover:after {
    background-position: 0px -161px;
}

.sale-order-detail-about-order-inner-container-name-read-less:after,
.sale-order-detail-about-order-inner-container-name-read-less:hover:after {
    background-position: -35px -161px;
}

.sale-order-detail-about-order-inner-container-details-title {
    color: #777777;
    font-weight: 500;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-size: 15px;
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 24px 0px 5px;
    margin-bottom: 0px;
}

.personal_wrapper .row div.sale-order-detail-about-order-inner-container-details {
    padding: 9px 0px 0px;
}

.personal_wrapper .sale-order-detail-about-order-inner-container-details-list {
    margin: 0px 0px 24px;
}

.sale-order-detail-about-order-inner-container-list-item,
.sale-order-detail-about-order-inner-container-list-item-element,
.sale-order-detail-about-order-inner-container-name-titile,
.sale-order-detail-about-order-inner-container-status-title,
.sale-order-detail-about-order-inner-container-price-title,
.sale-order-detail-payment-options-shipment-composition-item-title,
.sale-order-detail-payment-options-order-content-item-title {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

.sale-order-detail-about-order-inner-container-list-item {
    color: #888888;
}

.sale-order-detail-about-order-inner-container-list-item .sale-order-detail-about-order-inner-container-list-item-element {
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.sale-order-detail-about-order-inner-container-list-item-link {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-weight: 400;
}

.sale-order-detail-about-order-inner-container-list-item-link:hover {
    color: #333;
}

.sale-order-detail-payment-options-title-element,
.sale-order-detail-payment-options-shipment-composition-title-element,
.sale-order-detail-payment-options-order-content-title-element {
    margin-top: 17px;
    margin-bottom: 18px;
}

.sale-order-detail-payment-options-title,
.sale-order-detail-payment-options-shipment-composition-title,
.sale-order-detail-payment-options-order-content-title,
.sale-order-detail-payment-options-order-content-title {
    border: 1px solid #e5e5e5;
    border-left-width: 0px;
    border-right-width: 0px;
}

.sale-order-detail-payment-options-inner-container {
    border: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-info .sale-order-detail-payment-options-info-image {
    display: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-info .sale-order-detail-payment-options-info-container {
    width: 100%;
    padding: 3px 22px 0px !important;
}

.sale-order-detail-payment-options-info-order-number,
.sale-order-detail-payment-options-info-total-price {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    color: #383838;
    font-weight: 500;
}

.sale-order-detail-payment-options-info-total-price {
    color: #777777;
    font-weight: 400;
}

.sale-order-detail-payment-options-info-total-price span {
    color: #383838;
}

.personal_wrapper div.payment-options-methods-row {
    padding: 0px 7px 0px 22px;
}

.sale-order-detail-payment-options-methods-container:before,
div.payment-options-methods-row:before,
div.payment-options-methods-row:last-child:after {
    display: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-image-container {
    /*display:none;*/
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-info.opened {
    width: 83.33333333%;
}

.sale-order-detail-payment-options-methods-image-element,
.sale-order-detail-payment-options-shipment-image-element {
    background-size: auto;
    border: 1px solid #e5e5e5;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-status {
    width: 30.3%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat {
    width: 19.66666667%;
}

.personal_wrapper .sale-order-detail-payment-options-methods-info-title,
.personal_wrapper .sale-order-detail-payment-options-methods-shipment-list-item-title,
.personal_wrapper .sale-order-payment-change-payment-title {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-weight: 500;
    color: #383838;
    font-size: 15px;
}

.sale-order-detail-payment-options-methods-info-total-price {
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.sale-order-detail-payment-options-methods-info-total-price .sale-order-detail-sum-number {
    color: #383838;
}

.sale-order-detail-show-link,
.sale-order-detail-hide-link,
.sale-order-detail-payment-options-methods-info-change-link {
    border: none;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    padding: 3px 25px 0px 0px;
    display: inline-block;
    margin: 6px 0px 0px;
}

.sale-order-detail-hide-link:after,
.sale-order-detail-show-link:after,
.sale-order-detail-payment-options-methods-info-change-link:after {
    position: absolute;
    right: 5px;
    top: 7px;
    width: 10px;
    height: 6px;
    background: url('/local/templates/fiztechkz/images/arrows.png') 0px -161px no-repeat;
    z-index: 2;
}

.sale-order-detail-hide-link {
    display: none;
}

.sale-order-detail-hide-link:after,
.sale-order-detail-hide-link:hover:after {
    background-position: -35px -161px;
}

.personal_wrapper .sale-paysystem-close {
    top: 24px;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-methods-template {
    /*position:static;opacity:1;display:none;*/
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-inner-container>.row:first-child div.sale-order-detail-payment-options-shipment {
    border: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-inner-container .sale-order-detail-payment-options-shipment-container {
    padding: 0px 22px;
}

.sale-order-detail-payment-options-shipment>div>div {
    vertical-align: top;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment .sale-order-detail-payment-options-shipment-image-container {
    width: 16.66666667%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment .sale-order-detail-payment-options-methods-shipment-list {
    width: 66.66666667%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-shipment-list-item-link {
    padding-top: 0px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map {
    width: 83.33333333%;
    /*margin-left:16.66666667%;*/
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map>.row {
    margin: 0px -1px 0px -7px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-container {
    border: 1px solid #E5E5E5;
}

.sale-order-detail-payment-options-shipment-composition-title {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    background: #fbfbfb;
}

.sale-order-detail-payment-options-shipment-composition-title .sale-order-detail-payment-options-shipment-composition-title-element {
    font-size: 15px;
    margin-top: 13px;
    margin-bottom: 14px;
}

.personal_wrapper .sale-order-detail-order-section {
    border: none;
}

.personal_wrapper .sale-order-detail-order-section-content.container-fluid {
    padding: 0px;
}

.personal_wrapper .sale-order-detail-order-item-td {
    padding-top: 6px;
    padding-bottom: 3px;
    vertical-align: middle;
}

.personal_wrapper .sale-order-detail-order-item-td-title {
    color: #999999;
    padding-bottom: 4px;
}

.personal_wrapper .sale-order-detail-order-item-td:first-child .sale-order-detail-order-item-td-title {
    padding-left: 21px;
}

.personal_wrapper .sale-order-detail-order-item-properties {
    padding-top: 6px;
}

.sale-order-detail-order-item-td .sale-order-detail-order-item-block .sale-order-detail-order-item-img-block {
    padding-right: 30px;
}

.sale-order-detail-order-item-td .sale-order-detail-order-item-block .sale-order-detail-order-item-img-block+.sale-order-detail-order-item-content {
    padding: 30px 0px 0px 0px;
}

.sale-order-detail-order-item-td .sale-order-detail-order-item-block a {
    font-size: 13px;
    color: #383838;
    font-weight: 400;
}

.sale-order-detail-order-item-td .sale-order-detail-order-item-imgcontainer {
    border: none;
}

.sale-order-detail-order-item-td .sale-order-detail-order-item-block {
    padding: 0px 0px 0px 22px;
}

.sale-order-detail-payment-options-shipment-composition-container .sale-order-detail-order-item-td .sale-order-detail-order-item-td-text,
.sale-order-detail-payment-options-shipment-composition-container .sale-order-detail-order-item-properties,
.sale-order-detail-payment-options-order-content .sale-order-detail-order-item-tr .sale-order-detail-order-item-properties:nth-child(3),
.sale-order-detail-payment-options-order-content .sale-order-detail-order-item-tr .sale-order-detail-order-item-properties:nth-child(5) {
    text-align: center;
}

.personal_wrapper .sale-order-detail-payment-options-order-content .sale-order-detail-order-item-tr:last-of-type .sale-order-detail-order-item-td {
    border-bottom: 1px solid #e5e5e5;
}

.sale-order-detail-total-payment ul {
    margin-bottom: 0px;
}

.personal_wrapper .sale-order-detail-total-payment-list-left-item,
.personal_wrapper .sale-order-detail-total-payment-list-right-item {
    color: #777777;
    font-size: 14px;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.personal_wrapper .sale-order-detail-total-payment-list-left-item:last-of-type,
.personal_wrapper .sale-order-detail-total-payment-list-right-item:last-of-type {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
}


/*pay*/

.personal_wrapper .sale-personal-account-wallet-container {
    max-width: 100%;
    background: #fbfbfb;
    border-bottom: 1px solid #E5E5E5;
}

.personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-title {
    background: none;
    font-size: 12px;
    color: #888888;
    font-weight: 400;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    padding: 18px 43px 8px;
}

.personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-list-container {
    background: none;
    color: #333;
}

.personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-list-item:before {
    background: url('/local/templates/fiztechkz/images/icons_mask.png') -50px -5px no-repeat;
    width: 50px;
    height: 40px;
    margin: 0px;
    top: 0px;
    left: 0px;
}

.personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-list-item {
    padding: 0px 0px 24px 70px;
    margin: 0px 30px 0px 43px;
    font-size: 0px;
    line-height: 0px;
}

.sale-personal-account-wallet-currency,
.sale-personal-account-wallet-sum {
    float: none;
    display: inline-block;
    vertical-align: baseline;
    padding: 0px 26px 0px 0px;
}

.sale-personal-account-wallet-sum {
    font-size: 36px;
    line-height: 40px;
    color: #333;
}

.sale-personal-account-wallet-currency {
    font-size: 20px;
    line-height: 24px;
    color: #777777;
}

.personal_wrapper .sale-personal-section-account-sub-header {
    padding: 0px 20px 0px 42px;
    font-size: 18px;
    color: #333;
    margin: 28px 0px 20px 0px;
}

.personal_wrapper .bx-sap {
    padding: 0px 20px 38px 42px;
}

.personal_wrapper .bx-sap .sale-acountpay-title {
    color: #777777;
    margin-bottom: 10px;
}

.personal_wrapper .bx-sap .sale-acountpay-title+div {
    max-width: 100% !important;
    color: #333;
}

.personal_wrapper .bx-sap .sale-acountpay-title+div .form-group div {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
    margin-right: 5px;
    background: none;
    border: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
}

.sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:hover {
    background: #ddd;
    color: #fff;
}

.personal_wrapper .sale-acountpay-block {
    margin-bottom: 7px;
}

.personal_wrapper .sale-acountpay-pp.row>div {
    width: 100%;
    padding: 0px;
    font-size: 0px;
}

.bx-sap .row {
    margin-left: -7px;
    margin-right: -7px;
}

.bx-sap .sale-acountpay-block,
.bx-sap .container-fluid>.row>.col-xs-12 {
    padding: 7px;
}

.sale-acountpay-block .sale-acountpay-title {
    margin-top: 3px;
}

.sale-acountpay-block .sale-acountpay-pp div .sale-acountpay-pp-company {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 2px 7px 15px;
    box-sizing: border-box;
}

.bx-sap .sale-acountpay-pp-company-graf-container {
    position: relative;
    padding: 0;
    border: 1px solid #fbfbfb;
    border-radius: 0;
    width: 120px;
    height: 72px;
    background: #fbfbfb;
    display: table-cell;
    vertical-align: middle;
}

.bx-sap .sale-acountpay-pp-company-smalltitle {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #777;
    text-align: left;
}

.bx-sap .sale-acountpay-pp-company:not(.bx-selected):hover .sale-acountpay-pp-company-smalltitle,
.bx-sap .sale-acountpay-pp-company:not(.bx-selected):hover .sale-acountpay-pp-company-graf-container {
    cursor: pointer;
}

.bx-selected .sale-acountpay-pp-company-smalltitle {
    color: #333;
}

.sale-acountpay-pp-company-graf-container .sale-acountpay-pp-company-image {
    background-size: auto;
}

.bx-sap .sale-acountpay-pp-company-graf-container .sale-acountpay-pp-company-image {
    position: relative;
    border: 1px solid #e5e5e5;
    width: 118px;
    height: 70px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-position: center center!important;
    background-size: auto!important;
    background-repeat: no-repeat!important;
}

.bx-sap .button {
    font-size: 14px;
    text-transform: none;
    padding: 8px 12px 9px;
}

.bx-sap .sale-acountpay-pp-company-graf-container:before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    background: #FFF;
    border-radius: 100%;
    z-index: 1;
}

.bx-sap .sale-acountpay-pp-company.bx-selected .sale-acountpay-pp-company-graf-container:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 12px;
    top: 13px;
    width: 10px;
    height: 8px;
    background: url('/local/templates/fiztechkz/images/order_ext.png') -64px -9px no-repeat;
    z-index: 2;
}

.bx-sap .sale-acountpay-pp-company-graf-container input {
    display: none;
}

.personal_wrapper .bx-sap form input[type="submit"] {
    font-size: 14px;
    text-transform: none;
    padding: 8px 12px 9px;
}


/*profiles*/

.sale-personal-profile-list-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.sale-personal-profile-list-container>tbody>tr>th,
.sale-personal-profile-list-container>tfoot>tr>th,
.sale-personal-profile-list-container>thead>tr>td,
.sale-personal-profile-list-container>tbody>tr>td {
    padding: 21px 22px 21px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    font-size: 13px;
    color: #999999;
    font-weight: 400;
}

.sale-personal-profile-list-container>tbody>tr>th {
    padding: 9px 22px 10px;
}

.sale-personal-profile-list-container>tbody>tr>th:first-child {
    border-left: 1px solid #e5e5e5;
}

.sale-personal-profile-list-container>tbody>tr>th:last-child {
    border-right: 1px solid #e5e5e5;
}

.sale-personal-profile-list-container>tbody>tr>td:nth-child(3) {
    color: #383838;
}

.sale-personal-profile-list-container a i {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    display: none;
}

input.form-control {
    margin-bottom: 0px;
}

.sale-profile-detail-form .form-group {
    margin-bottom: 17px;
}

.sale-profile-detail-form .form-control:hover,
.location-block-wrapper .dropdown-block.bx-ui-slst-input-block:hover {
    box-shadow: none;
    border-color: #E5E5E5;
}

.sale-personal-profile-list-actions>a {
    padding: 0px 17px 0px 0px;
}

.sale-personal-profile-list-actions>a:last-of-type {
    padding-right: 0px;
}

.sale-personal-profile-list-container>tbody>tr:hover {
    background: #f7f7f7;
}

.sale-personal-profile-list-container>tbody>tr:hover>td:first-child {
    border-left-color: #E5E5E5;
}

.sale-personal-profile-list-container>tbody>tr>td:first-child {
    border-left: 1px solid #fff;
}

.sale-personal-profile-list-container>tbody>tr:hover>td:last-child {
    border-right-color: #E5E5E5;
}

.sale-personal-profile-list-container>tbody>tr>td:last-child {
    border-right: 1px solid #fff;
}

.sale-personal-profile-list-container>tbody>tr:last-child>td {
    border-bottom: 1px solid #E5E5E5;
}

.personal_wrapper .sale-profile-detail-link-list a {
    font-weight: 600;
    position: relative;
    padding: 0px 0px 0px 24px;
}

.personal_wrapper .sale-profile-detail-link-list a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0px;
    width: 12px;
    height: 10px;
    background: url('/local/templates/fiztechkz/images/return_mask.png') 0px 0px no-repeat;
    z-index: 1;
    background-color: #ddd;
}

.personal_wrapper .sale-profile-detail-link-list a:hover:before {
    background-color: #1d1a1a;
}

.personal_wrapper .sale-profile-detail-form {
    border: 1px solid #e5e5e5;
    padding: 15px;
    box-sizing: border-box;
}

.personal_wrapper .sale-profile-detail-form .sale-personal-profile-detail-form-title-row {
    margin: 0px;
    width: 100%;
}

.personal_wrapper .sale-profile-detail-form .sale-personal-profile-detail-form-title-row h4 {
    border: none;
}

.personal_wrapper .sale-personal-profile-detail-form-title-row h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
}

.sale-profile-detail-form .form-group>* {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px 15px;
    box-sizing: border-box;
}

.sale-profile-detail-form .form-group>label {
    color: #888888;
    font-size: 13px;
    margin: 0px 0px 6px;
}

.sale-profile-detail-form .form-group>div {
    color: #383838;
}

.personal_wrapper .sale-profile-detail-form .sale-personal-profile-btn-block {
    ;
    width: 100%;
    font-size: 0px;
    margin: 0px;
}

.personal_wrapper .sale-profile-detail-form .sale-personal-profile-btn-block>input[type=submit] {
    margin: 0px 20px 20px 0px;
}

.personal_wrapper input[type=submit]:last-of-type {
    background: #fff;
    color: #ddd !important;
    border: 1px solid #ddd;
}

.personal_wrapper .sale-order-payment-change-pp input[type=submit] {
    background: #ddd;
    color: #fff !important;
    border: 1px solid #0000;
}

.personal_wrapper .sale-personal-profile-btn-block input[type=submit] {
    margin: 0px 1px 0px 0px;
}

.instag_block a {
    position: relative;
}

.instag_block img {
    position: absolute;
    right: -48px;
    bottom: -11px;
}

@media print {
    .print div.error {
        font-size: 8px !important;
    }
    .print table {
        page-break-after: auto;
    }
    .print tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }
    .print td {
        page-break-inside: avoid;
        page-break-after: auto;
    }
    .print thead {
        display: table-header-group;
    }
    .print tfoot {
        display: table-footer-group;
    }
}


/* animation on start page 1.0.5 */

@media (min-width:1024px) {
    .start_promo .item {
        border-bottom-width: 6px;
        padding-bottom: 23%;
    }
    .start_promo .item img {
        transition: all 0.3s ease-in-out;
    }
    .start_promo .item:hover img {
        transform: scale(1.10);
    }
    .start_promo .item:hover .opacity_block {
        display: none;
    }
}

@media (min-width: 769px) {
    .bx-soa-item-td {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 10px;
    }
}

.bx-soa-item-td {
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-top: 1px dotted #e5e5e5;
}

ul.no-mark li::before,
.wrapper_inner.main_content ul li::before {
    background: none;
}

.wrapper_inner.main_content ol li:before {
    content: '' !important;
}

table.props_list tr:hover {
    background-color: rgba(238, 55, 50, 0.2);
}

table.props_list tr:hover td>span:first-child {
    background-color: rgba(255, 255, 255, 0);
}

.button.receipt,
.button.consultation {
    width: 100%;
    white-space: nowrap;
}

.form-receipt,
.form-consultation,
.form-quick_order {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

.form-receipt .popup,
.form-consultation .popup,
.form-quick_order .popup {
    display: block;
    position: relative;
    left: unset;
    top: unset;
    overflow: auto;
    width: 520px;
    max-width: 95%;
    max-height: 95%;
    margin: 0 !important;
    z-index: 10001;
}

.catalog_item .cost.prices .price.price_request {
    font-size: 14px;
}

.pt-80 {
	padding-top: 80px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.p-row {
  position: relative;
}
@media all and (min-width: 40em) {
  .p-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: -20px;
  }
}
@media all and (min-width: 75em) {
  .p-row {
    margin-right: -40px;
  }
}
@media all and (min-width: 40em) {
  .p-row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-row--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-row--ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-row--ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-row--jc-b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-col {
  width: 100%;
}
.p-col.img_full img {
	width: 100%;
}
.p-col.center {
	text-align: center;
}
.p-col--1-1 {
  width: 100%;
}
@media all and (min-width: 40em) {
  .p-col--1-1 {
    margin-right: 20px;
  }
}
@media all and (min-width: 75em) {
  .p-col--1-1 {
    margin-right: 40px;
  }
}
@media all and (min-width: 40em) {
  .p-col--1-1--tablet {
    width: -webkit-calc(100% - 20px - 0.01px);
    width: calc(100% - 20px - 0.01px);
  }
}
.p-col--1-2 {
  width: 100%;
}
@media all and (min-width: 40em) {
  .p-col--1-2 {
    margin-right: 20px;
  }
}
@media all and (min-width: 75em) {
  .p-col--1-2 {
    margin-right: 40px;
  }
}
@media all and (min-width: 40em) {
  .p-col--1-2 {
    width: -webkit-calc(100% / 2 - 20px - 0.01px);
    width: calc(100% / 2 - 20px - 0.01px);
  }
}
@media all and (min-width: 75em) {
  .p-col--1-2 {
    width: -webkit-calc(100% / 2 - 40px - 0.01px);
    width: calc(100% / 2 - 40px - 0.01px);
    margin-right: 40px;
  }
}
.p-col--1-4 {
  width: 100%;
}
@media all and (min-width: 40em) {
  .p-col--1-4 {
    margin-right: 20px;
  }
}
@media all and (min-width: 75em) {
  .p-col--1-4 {
    margin-right: 40px;
  }
}
@media all and (min-width: 40em) {
  .p-col--1-4 {
    width: -webkit-calc(100% / 3 - 20px - 0.01px);
    width: calc(100% / 3 - 20px - 0.01px);
  }
}
@media all and (min-width: 75em) {
  .p-col--1-4 {
    width: -webkit-calc(100% / 4 - 40px - 0.01px);
    width: calc(100% / 4 - 40px - 0.01px);
  }
}
.p-col--1-3 {
  width: 100%;
}
@media all and (min-width: 40em) {
  .p-col--1-3 {
    margin-right: 20px;
  }
}
@media all and (min-width: 75em) {
  .p-col--1-3 {
    margin-right: 40px;
  }
}
@media all and (min-width: 75em) {
  .p-col--1-3 {
    width: -webkit-calc(100% / 3 - 40px - 0.01px);
    width: calc(100% / 3 - 40px - 0.01px);
  }
}
@media all and (min-width: 75em) {
  .p-col--1-3--desk {
    width: -webkit-calc(100% / 3 - 40px - 0.01px);
    width: calc(100% / 3 - 40px - 0.01px);
    margin-right: 40px;
  }
}
@media all and (min-width: 40em) {
  .p-col--2-3 {
    margin-right: 20px;
  }
}
@media all and (min-width: 75em) {
  .p-col--2-3 {
    margin-right: 40px;
  }
}
@media all and (min-width: 75em) {
  .p-col--2-3 {
    width: -webkit-calc((100% * 2) / 3 - 20px - 0.01px);
    width: calc((100% * 2) / 3 - 20px - 0.01px);
  }
}
@media all and (min-width: 40em) {
  .p-col--3-4 {
    margin-right: 20px;
  }
}
@media all and (min-width: 75em) {
  .p-col--3-4 {
    margin-right: 40px;
  }
}
@media all and (min-width: 40em) {
  .p-col--3-4 {
    width: -webkit-calc((100% * 3) / 4 - 20px - 0.01px);
    width: calc((100% * 3) / 4 - 20px - 0.01px);
  }
}
@media all and (min-width: 75em) {
  .p-col--3-4 {
    width: -webkit-calc((100% * 3) / 4 - 40px - 0.01px);
    width: calc((100% * 3) / 4 - 40px - 0.01px);
  }
}
.about__partners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media all and (min-width: 40em) {
	.about__partners {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.about__partner {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
@media all and (min-width: 40em) {
	.about__partner {
		width: 249px;
	}
}
.dealers_bg {
	position: relative;
	background: url(/local/templates/aspro_mshop/images/dealers_bg_new.jpg) no-repeat center;
	width: 100%;
    height: 400px;
}
.dealers_bg .arrow_block {
	position: absolute;
    width: 480px;
    top: 20%;
    left: 10%;
    padding: 30px;
	background: url(/imgs/flexslider_text_bg.png) no-repeat left center;
}
.dealers_bg .text_block {
	width: 400px;
}
.dark_buttons {
	background: #2C2A2C;
    padding: 5px;
	width: 200px;
    text-align: center;
}
.dealers_bg .text_block h2,
.dealers_bg .text_block p,
.dealers_bg .text_block a,
.dark_buttons a,
.red_buttons a {
	color: #fff;
}
.dark_bg {
	background: #424B5A;
}
.dark_bg h2,
.dark_bg p {
	color: #fff;
}
.light_dark_bg {
	background: #F7F7F9;
}
.red_buttons {
	background: linear-gradient(180deg, #EA4F48 0%, #E6272C 100%);
    padding: 5px;
	width: 200px;
    text-align: center;
}
.red_bg.dealers form input[type="text"],
.red_bg.dealers form input[type="email"] {
	width: 268px;
	margin-right: 0;
	margin-bottom: 40px;
}
.red_bg.dealers form input[data-sid="COMPANY"] {
	width: 100%;
}
.red_bg.dealers form button[type="submit"] {
	float: left;
}
.accordion {
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-top: 1px solid #C2D1D9;
	border-bottom: 1px solid #C2D1D9;
	margin: 0;
}
.accordion.no-pt {
	border-top: 0;
}

.accordion:after {
	content: url(/imgs/ul_marker.png);
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

/*.active:after {
	content: url(/imgs/ul_marker.png);
    transform: rotateZ(90deg);
}*/

.panel {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.panel p {
	padding-top: 20px;
}
.dealers_page li {
	padding-bottom: 17px;
}
@media (max-width:1120px) {
	.pt-20 {
		padding-top: 20px !important;
	}
	.dealers_bg {
		background: url(/local/templates/aspro_mshop/images/dealers_bg_new_mob.jpg) no-repeat center;
		background-size: cover;
		width: 100%;
		height: 510px;
	}
}
@media (max-width:768px) {
	body .wrapper .top_slider_wrapp .flexslider .slides>li {
		height: 300px !important;
	}
	.dealers_bg {
		height: 440px;
	}
}
@media (max-width:644px) {
	.pt-80 {
		padding-top: 20px !important;
	}
	.pb-80 {
		padding-bottom: 20px !important;
	}
	.dealers_bg {
		height: 300px;
	}
	.dealers_bg .arrow_block {
		position: absolute;
		width: 280px;
		top: 5%;
		left: 6%;
		padding: 30px;
		background: url(/local/templates/aspro_mshop/images/arrow_bottom.png);
	}
	.dealers_bg .text_block {
		width: auto;
	}
	.dealers_bg .text_block p {
		text-align: center;
	}
	.dark_buttons,
	.red_buttons {
		margin: auto;
	}
	.dealers_page .wrapper_inner {
		padding: 40px 20px;
	}
	.red_bg.dealers form input[type="text"],
	.red_bg.dealers form input[type="email"] {
		width: 100%;
	}
	.red_bg.dealers form input[type="email"] {
		margin-bottom: 13px;
	}
	.accordion {
		width: auto;
	}
}
@media (max-width:480px) {
	.dealers_bg {
		height: 220px;
	}
}

.footer .footer__phone a {
    font-size: 18px;
}

.advantages .col-xl-3 {
    width: auto !important;
}

.registraion-page .form .licence_block.filter.label_block, .remember {
    display: flex !important;
    gap: 4px;
    align-items: center;
}

.registraion-page .form .licence_block.filter input[type="checkbox"] {
    visibility: visible;
    width: 13px;
}

.registraion-page .iblock.label_block label {
    margin-bottom: 0;
}

.button.vbig_btn.wides, button.button, input.button, .button:not(.btn-red) {
    background: linear-gradient(0deg, #e6272c 0%, #ea514a 100%) !important;
}

.form-block .but-r .remember label {
    white-space: nowrap;
}
/* End */


/* Start:/local/templates/fiztechkz/css/owl.carousel.min.css?17244782093351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-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}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-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-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:pan-y;touch-action:pan-y;-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}.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 .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.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(/local/templates/fiztechkz/css/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%}
/* End */


/* Start:/local/templates/fiztechkz/css/slick.css?17244782091776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/fiztechkz/css/main.css?1724478209306230*/
@charset "UTF-8";
/**
 * Bootstrap
 */
/**
 * Grid system
 * -----------------------------------------
 */
/**
 * Spacing
 * ---------------------------------------------
 */
/*
 * Color system
 * ---------------------------------------------
 */
/**
 * Buttons
 * --------------------------------------
 */
/**
 * Utilities
 * -----------------------------------------------------
 */
/*!
 * Bootstrap v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --bs-pink: #F15F5B;
  --bs-red: #EE3732;
  --bs-gray-100: #D2D2D2;
  --bs-gray-200: #BBBBBB;
  --bs-gray-300: #F4F5F6;
  --bs-gray-400: #E6E6E6;
  --bs-gray-500: #F2F2F2;
  --bs-gray-600: #D9D9D9;
  --bs-gray-700: #F7F7F9;
  --bs-gray-800: #333333;
  --bs-gray-900: #2C232C;
  --bs-secondary: #D9D9D9;
  --bs-danger: #EE3732;
  --bs-light: #D2D2D2;
  --bs-dark: #2C232C;
  --bs-secondary-rgb: 217, 217, 217;
  --bs-danger-rgb: 238, 55, 50;
  --bs-light-rgb: 210, 210, 210;
  --bs-dark-rgb: 44, 35, 44;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 44, 35, 44;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Roboto, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2C232C;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #F4F5F6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #F15F5B;
  --bs-highlight-bg: #fff3cd; }

*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--bs-link-color);
  text-decoration: underline; }
  a:hover {
    color: var(--bs-link-hover-color); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #D9D9D9;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #D9D9D9; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #D9D9D9; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1162px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

.g-10,
.gx-10 {
  --bs-gutter-x: 0.625rem; }

.g-10,
.gy-10 {
  --bs-gutter-y: 0.625rem; }

.g-15,
.gx-15 {
  --bs-gutter-x: 0.9375rem; }

.g-15,
.gy-15 {
  --bs-gutter-y: 0.9375rem; }

.g-20,
.gx-20 {
  --bs-gutter-x: 1.25rem; }

.g-20,
.gy-20 {
  --bs-gutter-y: 1.25rem; }

.g-25,
.gx-25 {
  --bs-gutter-x: 1.5625rem; }

.g-25,
.gy-25 {
  --bs-gutter-y: 1.5625rem; }

.g-30,
.gx-30 {
  --bs-gutter-x: 1.875rem; }

.g-30,
.gy-30 {
  --bs-gutter-y: 1.875rem; }

.g-40,
.gx-40 {
  --bs-gutter-x: 2.5rem; }

.g-40,
.gy-40 {
  --bs-gutter-y: 2.5rem; }

.g-50,
.gx-50 {
  --bs-gutter-x: 3.125rem; }

.g-50,
.gy-50 {
  --bs-gutter-y: 3.125rem; }

.g-60,
.gx-60 {
  --bs-gutter-x: 3.75rem; }

.g-60,
.gy-60 {
  --bs-gutter-y: 3.75rem; }

.g-70,
.gx-70 {
  --bs-gutter-x: 4.375rem; }

.g-70,
.gy-70 {
  --bs-gutter-y: 4.375rem; }

.g-80,
.gx-80 {
  --bs-gutter-x: 5rem; }

.g-80,
.gy-80 {
  --bs-gutter-y: 5rem; }

.g-90,
.gx-90 {
  --bs-gutter-x: 5.625rem; }

.g-90,
.gy-90 {
  --bs-gutter-y: 5.625rem; }

.g-100,
.gx-100 {
  --bs-gutter-x: 6.25rem; }

.g-100,
.gy-100 {
  --bs-gutter-y: 6.25rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 0.625rem; }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 0.625rem; }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 0.9375rem; }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 0.9375rem; }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 1.25rem; }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 1.25rem; }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 1.5625rem; }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 1.5625rem; }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 1.875rem; }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 1.875rem; }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.5rem; }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.5rem; }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 3.125rem; }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 3.125rem; }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 3.75rem; }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 3.75rem; }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 4.375rem; }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 4.375rem; }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 5rem; }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 5rem; }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 5.625rem; }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 5.625rem; }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 6.25rem; }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 6.25rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 0.625rem; }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 0.625rem; }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 0.9375rem; }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 0.9375rem; }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 1.25rem; }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 1.25rem; }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 1.5625rem; }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 1.5625rem; }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 1.875rem; }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 1.875rem; }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.5rem; }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.5rem; }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 3.125rem; }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 3.125rem; }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 3.75rem; }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 3.75rem; }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 4.375rem; }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 4.375rem; }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 5rem; }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 5rem; }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 5.625rem; }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 5.625rem; }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 6.25rem; }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 6.25rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 0.625rem; }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 0.625rem; }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 0.9375rem; }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 0.9375rem; }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 1.25rem; }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 1.25rem; }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 1.5625rem; }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 1.5625rem; }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 1.875rem; }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 1.875rem; }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.5rem; }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.5rem; }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 3.125rem; }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 3.125rem; }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 3.75rem; }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 3.75rem; }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 4.375rem; }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 4.375rem; }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 5rem; }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 5rem; }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 5.625rem; }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 5.625rem; }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 6.25rem; }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 6.25rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 0.625rem; }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 0.625rem; }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 0.9375rem; }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 0.9375rem; }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 1.25rem; }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 1.25rem; }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 1.5625rem; }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 1.5625rem; }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 1.875rem; }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 1.875rem; }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 2.5rem; }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 2.5rem; }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 3.125rem; }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 3.125rem; }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 3.75rem; }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 3.75rem; }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 4.375rem; }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 4.375rem; }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 5rem; }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 5rem; }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 5.625rem; }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 5.625rem; }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 6.25rem; }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 6.25rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 0.625rem; }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 0.625rem; }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 0.9375rem; }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 0.9375rem; }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 1.25rem; }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 1.25rem; }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 1.5625rem; }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 1.5625rem; }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 1.875rem; }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 1.875rem; }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 2.5rem; }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 2.5rem; }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 3.125rem; }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 3.125rem; }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 3.75rem; }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 3.75rem; }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 4.375rem; }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 4.375rem; }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 5rem; }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 5rem; }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 5.625rem; }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 5.625rem; }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 6.25rem; }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 6.25rem; } }

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #D9D9D9; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2C232C;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E6E6E6;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #2C232C;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #D9D9D9;
    opacity: 1; }
  .form-control:disabled {
    background-color: #BBBBBB;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #2C232C;
    background-color: #BBBBBB;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #b2b2b2; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #2C232C;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext:focus {
    outline: 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem; }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px); }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2C232C;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #E6E6E6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #BBBBBB; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #2C232C; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #F4F5F6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #F4F5F6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #F2F2F2; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #F2F2F2; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2C232C;
  text-align: center;
  white-space: nowrap;
  background-color: #BBBBBB;
  border: 1px solid #E6E6E6;
  border-radius: 0.375rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #EE3732; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(238, 55, 50, 0.9);
  border-radius: 0.375rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #EE3732;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EE3732'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EE3732' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #EE3732;
    box-shadow: 0 0 0 0.25rem rgba(238, 55, 50, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #EE3732; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EE3732'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EE3732' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #EE3732;
    box-shadow: 0 0 0 0.25rem rgba(238, 55, 50, 0.25); }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #EE3732; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #EE3732; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(238, 55, 50, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #EE3732; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #2C232C;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check:focus + .btn, .btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn,
  .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus,
    .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #D9D9D9;
  --bs-btn-border-color: #D9D9D9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dfdfdf;
  --bs-btn-hover-border-color: #dddddd;
  --bs-btn-focus-shadow-rgb: 184, 184, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e1e1e1;
  --bs-btn-active-border-color: #dddddd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #D9D9D9;
  --bs-btn-disabled-border-color: #D9D9D9; }

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #EE3732;
  --bs-btn-border-color: #EE3732;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f15551;
  --bs-btn-hover-border-color: #f04b47;
  --bs-btn-focus-shadow-rgb: 202, 47, 43;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f15f5b;
  --bs-btn-active-border-color: #f04b47;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #EE3732;
  --bs-btn-disabled-border-color: #EE3732; }

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #D2D2D2;
  --bs-btn-border-color: #D2D2D2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b3b3b3;
  --bs-btn-hover-border-color: #a8a8a8;
  --bs-btn-focus-shadow-rgb: 179, 179, 179;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #a8a8a8;
  --bs-btn-active-border-color: #9e9e9e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #D2D2D2;
  --bs-btn-disabled-border-color: #D2D2D2; }

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2C232C;
  --bs-btn-border-color: #2C232C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4c444c;
  --bs-btn-hover-border-color: #413941;
  --bs-btn-focus-shadow-rgb: 76, 68, 76;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #564f56;
  --bs-btn-active-border-color: #413941;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2C232C;
  --bs-btn-disabled-border-color: #2C232C; }

.btn-outline-secondary {
  --bs-btn-color: #D9D9D9;
  --bs-btn-border-color: #D9D9D9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #D9D9D9;
  --bs-btn-hover-border-color: #D9D9D9;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #D9D9D9;
  --bs-btn-active-border-color: #D9D9D9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D9D9D9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D9D9D9;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #EE3732;
  --bs-btn-border-color: #EE3732;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EE3732;
  --bs-btn-hover-border-color: #EE3732;
  --bs-btn-focus-shadow-rgb: 238, 55, 50;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EE3732;
  --bs-btn-active-border-color: #EE3732;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EE3732;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EE3732;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #D2D2D2;
  --bs-btn-border-color: #D2D2D2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #D2D2D2;
  --bs-btn-hover-border-color: #D2D2D2;
  --bs-btn-focus-shadow-rgb: 210, 210, 210;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #D2D2D2;
  --bs-btn-active-border-color: #D2D2D2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D2D2D2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D2D2D2;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #2C232C;
  --bs-btn-border-color: #2C232C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2C232C;
  --bs-btn-hover-border-color: #2C232C;
  --bs-btn-focus-shadow-rgb: 44, 35, 44;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2C232C;
  --bs-btn-active-border-color: #2C232C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2C232C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2C232C;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #D9D9D9;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline; }
  .btn-link:focus {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem; }

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #2C232C;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #2C232C;
  --bs-dropdown-link-hover-color: #282028;
  --bs-dropdown-link-hover-bg: #BBBBBB;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #F2F2F2;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #D9D9D9;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer); }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer); }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer); }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.dropdown-menu-dark {
  --bs-dropdown-color: #F4F5F6;
  --bs-dropdown-bg: #333333;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #F4F5F6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #F2F2F2;
  --bs-dropdown-header-color: #F2F2F2; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group {
  border-radius: 0.375rem; }
  .btn-group > .btn:not(:first-child),
  .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px; }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-secondary {
  --bs-alert-color: #575757;
  --bs-alert-bg: #f7f7f7;
  --bs-alert-border-color: #f4f4f4; }
  .alert-secondary .alert-link {
    color: #464646; }

.alert-danger {
  --bs-alert-color: #8f211e;
  --bs-alert-bg: #fcd7d6;
  --bs-alert-border-color: #fac3c2; }
  .alert-danger .alert-link {
    color: #721a18; }

.alert-light {
  --bs-alert-color: #545454;
  --bs-alert-bg: #f6f6f6;
  --bs-alert-border-color: #f2f2f2; }
  .alert-light .alert-link {
    color: #434343; }

.alert-dark {
  --bs-alert-color: #1a151a;
  --bs-alert-bg: #d5d3d5;
  --bs-alert-border-color: #c0bdc0; }
  .alert-dark .alert-link {
    color: #151115; }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(217, 217, 217, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(238, 55, 50, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(210, 210, 210, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(44, 35, 44, var(--bs-bg-opacity, 1)) !important; }

.link-secondary {
  color: #D9D9D9 !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #e1e1e1 !important; }

.link-danger {
  color: #EE3732 !important; }
  .link-danger:hover, .link-danger:focus {
    color: #f15f5b !important; }

.link-light {
  color: #D2D2D2 !important; }
  .link-light:hover, .link-light:focus {
    color: #dbdbdb !important; }

.link-dark {
  color: #2C232C !important; }
  .link-dark:hover, .link-dark:focus {
    color: #231c23 !important; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-25 {
  max-width: 25% !important; }

.mw-50 {
  max-width: 50% !important; }

.mw-75 {
  max-width: 75% !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-10 {
  margin: 0.625rem !important; }

.m-15 {
  margin: 0.9375rem !important; }

.m-20 {
  margin: 1.25rem !important; }

.m-25 {
  margin: 1.5625rem !important; }

.m-30 {
  margin: 1.875rem !important; }

.m-40 {
  margin: 2.5rem !important; }

.m-50 {
  margin: 3.125rem !important; }

.m-60 {
  margin: 3.75rem !important; }

.m-70 {
  margin: 4.375rem !important; }

.m-80 {
  margin: 5rem !important; }

.m-90 {
  margin: 5.625rem !important; }

.m-100 {
  margin: 6.25rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-10 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important; }

.mx-15 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important; }

.mx-20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important; }

.mx-25 {
  margin-right: 1.5625rem !important;
  margin-left: 1.5625rem !important; }

.mx-30 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important; }

.mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }

.mx-50 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important; }

.mx-60 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important; }

.mx-70 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important; }

.mx-80 {
  margin-right: 5rem !important;
  margin-left: 5rem !important; }

.mx-90 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important; }

.mx-100 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important; }

.my-15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important; }

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }

.my-25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important; }

.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important; }

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }

.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important; }

.my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important; }

.my-70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important; }

.my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.my-90 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important; }

.my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-10 {
  margin-top: 0.625rem !important; }

.mt-15 {
  margin-top: 0.9375rem !important; }

.mt-20 {
  margin-top: 1.25rem !important; }

.mt-25 {
  margin-top: 1.5625rem !important; }

.mt-30 {
  margin-top: 1.875rem !important; }

.mt-40 {
  margin-top: 2.5rem !important; }

.mt-50 {
  margin-top: 3.125rem !important; }

.mt-60 {
  margin-top: 3.75rem !important; }

.mt-70 {
  margin-top: 4.375rem !important; }

.mt-80 {
  margin-top: 5rem !important; }

.mt-90 {
  margin-top: 5.625rem !important; }

.mt-100 {
  margin-top: 6.25rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-10 {
  margin-right: 0.625rem !important; }

.me-15 {
  margin-right: 0.9375rem !important; }

.me-20 {
  margin-right: 1.25rem !important; }

.me-25 {
  margin-right: 1.5625rem !important; }

.me-30 {
  margin-right: 1.875rem !important; }

.me-40 {
  margin-right: 2.5rem !important; }

.me-50 {
  margin-right: 3.125rem !important; }

.me-60 {
  margin-right: 3.75rem !important; }

.me-70 {
  margin-right: 4.375rem !important; }

.me-80 {
  margin-right: 5rem !important; }

.me-90 {
  margin-right: 5.625rem !important; }

.me-100 {
  margin-right: 6.25rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-10 {
  margin-bottom: 0.625rem !important; }

.mb-15 {
  margin-bottom: 0.9375rem !important; }

.mb-20 {
  margin-bottom: 1.25rem !important; }

.mb-25 {
  margin-bottom: 1.5625rem !important; }

.mb-30 {
  margin-bottom: 1.875rem !important; }

.mb-40 {
  margin-bottom: 2.5rem !important; }

.mb-50 {
  margin-bottom: 3.125rem !important; }

.mb-60 {
  margin-bottom: 3.75rem !important; }

.mb-70 {
  margin-bottom: 4.375rem !important; }

.mb-80 {
  margin-bottom: 5rem !important; }

.mb-90 {
  margin-bottom: 5.625rem !important; }

.mb-100 {
  margin-bottom: 6.25rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-10 {
  margin-left: 0.625rem !important; }

.ms-15 {
  margin-left: 0.9375rem !important; }

.ms-20 {
  margin-left: 1.25rem !important; }

.ms-25 {
  margin-left: 1.5625rem !important; }

.ms-30 {
  margin-left: 1.875rem !important; }

.ms-40 {
  margin-left: 2.5rem !important; }

.ms-50 {
  margin-left: 3.125rem !important; }

.ms-60 {
  margin-left: 3.75rem !important; }

.ms-70 {
  margin-left: 4.375rem !important; }

.ms-80 {
  margin-left: 5rem !important; }

.ms-90 {
  margin-left: 5.625rem !important; }

.ms-100 {
  margin-left: 6.25rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.p-10 {
  padding: 0.625rem !important; }

.p-15 {
  padding: 0.9375rem !important; }

.p-20 {
  padding: 1.25rem !important; }

.p-25 {
  padding: 1.5625rem !important; }

.p-30 {
  padding: 1.875rem !important; }

.p-40 {
  padding: 2.5rem !important; }

.p-50 {
  padding: 3.125rem !important; }

.p-60 {
  padding: 3.75rem !important; }

.p-70 {
  padding: 4.375rem !important; }

.p-80 {
  padding: 5rem !important; }

.p-90 {
  padding: 5.625rem !important; }

.p-100 {
  padding: 6.25rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.px-10 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important; }

.px-15 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important; }

.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important; }

.px-25 {
  padding-right: 1.5625rem !important;
  padding-left: 1.5625rem !important; }

.px-30 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important; }

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }

.px-50 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important; }

.px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important; }

.px-70 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important; }

.px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important; }

.px-90 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important; }

.px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important; }

.py-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important; }

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }

.py-25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important; }

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important; }

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }

.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important; }

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important; }

.py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important; }

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.py-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important; }

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pt-10 {
  padding-top: 0.625rem !important; }

.pt-15 {
  padding-top: 0.9375rem !important; }

.pt-20 {
  padding-top: 1.25rem !important; }

.pt-25 {
  padding-top: 1.5625rem !important; }

.pt-30 {
  padding-top: 1.875rem !important; }

.pt-40 {
  padding-top: 2.5rem !important; }

.pt-50 {
  padding-top: 3.125rem !important; }

.pt-60 {
  padding-top: 3.75rem !important; }

.pt-70 {
  padding-top: 4.375rem !important; }

.pt-80 {
  padding-top: 5rem !important; }

.pt-90 {
  padding-top: 5.625rem !important; }

.pt-100 {
  padding-top: 6.25rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pe-10 {
  padding-right: 0.625rem !important; }

.pe-15 {
  padding-right: 0.9375rem !important; }

.pe-20 {
  padding-right: 1.25rem !important; }

.pe-25 {
  padding-right: 1.5625rem !important; }

.pe-30 {
  padding-right: 1.875rem !important; }

.pe-40 {
  padding-right: 2.5rem !important; }

.pe-50 {
  padding-right: 3.125rem !important; }

.pe-60 {
  padding-right: 3.75rem !important; }

.pe-70 {
  padding-right: 4.375rem !important; }

.pe-80 {
  padding-right: 5rem !important; }

.pe-90 {
  padding-right: 5.625rem !important; }

.pe-100 {
  padding-right: 6.25rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pb-10 {
  padding-bottom: 0.625rem !important; }

.pb-15 {
  padding-bottom: 0.9375rem !important; }

.pb-20 {
  padding-bottom: 1.25rem !important; }

.pb-25 {
  padding-bottom: 1.5625rem !important; }

.pb-30 {
  padding-bottom: 1.875rem !important; }

.pb-40 {
  padding-bottom: 2.5rem !important; }

.pb-50 {
  padding-bottom: 3.125rem !important; }

.pb-60 {
  padding-bottom: 3.75rem !important; }

.pb-70 {
  padding-bottom: 4.375rem !important; }

.pb-80 {
  padding-bottom: 5rem !important; }

.pb-90 {
  padding-bottom: 5.625rem !important; }

.pb-100 {
  padding-bottom: 6.25rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.ps-10 {
  padding-left: 0.625rem !important; }

.ps-15 {
  padding-left: 0.9375rem !important; }

.ps-20 {
  padding-left: 1.25rem !important; }

.ps-25 {
  padding-left: 1.5625rem !important; }

.ps-30 {
  padding-left: 1.875rem !important; }

.ps-40 {
  padding-left: 2.5rem !important; }

.ps-50 {
  padding-left: 3.125rem !important; }

.ps-60 {
  padding-left: 3.75rem !important; }

.ps-70 {
  padding-left: 4.375rem !important; }

.ps-80 {
  padding-left: 5rem !important; }

.ps-90 {
  padding-left: 5.625rem !important; }

.ps-100 {
  padding-left: 6.25rem !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.gap-10 {
  gap: 0.625rem !important; }

.gap-15 {
  gap: 0.9375rem !important; }

.gap-20 {
  gap: 1.25rem !important; }

.gap-25 {
  gap: 1.5625rem !important; }

.gap-30 {
  gap: 1.875rem !important; }

.gap-40 {
  gap: 2.5rem !important; }

.gap-50 {
  gap: 3.125rem !important; }

.gap-60 {
  gap: 3.75rem !important; }

.gap-70 {
  gap: 4.375rem !important; }

.gap-80 {
  gap: 5rem !important; }

.gap-90 {
  gap: 5.625rem !important; }

.gap-100 {
  gap: 6.25rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fz-10 {
  font-size: 0.625rem !important; }

.fz-12 {
  font-size: 0.75rem !important; }

.fz-14 {
  font-size: 0.875rem !important; }

.fz-16 {
  font-size: 1rem !important; }

.fz-18 {
  font-size: 1.125rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.fw-medium {
  font-weight: 600 !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: #D9D9D9 !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .opacity-sm-0 {
    opacity: 0 !important; }
  .opacity-sm-25 {
    opacity: 0.25 !important; }
  .opacity-sm-50 {
    opacity: 0.5 !important; }
  .opacity-sm-75 {
    opacity: 0.75 !important; }
  .opacity-sm-100 {
    opacity: 1 !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .mw-sm-25 {
    max-width: 25% !important; }
  .mw-sm-50 {
    max-width: 50% !important; }
  .mw-sm-75 {
    max-width: 75% !important; }
  .mw-sm-100 {
    max-width: 100% !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-10 {
    margin: 0.625rem !important; }
  .m-sm-15 {
    margin: 0.9375rem !important; }
  .m-sm-20 {
    margin: 1.25rem !important; }
  .m-sm-25 {
    margin: 1.5625rem !important; }
  .m-sm-30 {
    margin: 1.875rem !important; }
  .m-sm-40 {
    margin: 2.5rem !important; }
  .m-sm-50 {
    margin: 3.125rem !important; }
  .m-sm-60 {
    margin: 3.75rem !important; }
  .m-sm-70 {
    margin: 4.375rem !important; }
  .m-sm-80 {
    margin: 5rem !important; }
  .m-sm-90 {
    margin: 5.625rem !important; }
  .m-sm-100 {
    margin: 6.25rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-sm-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }
  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-sm-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important; }
  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important; }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }
  .mx-sm-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important; }
  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-sm-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important; }
  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-sm-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-sm-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important; }
  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-sm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important; }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-sm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important; }
  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-10 {
    margin-top: 0.625rem !important; }
  .mt-sm-15 {
    margin-top: 0.9375rem !important; }
  .mt-sm-20 {
    margin-top: 1.25rem !important; }
  .mt-sm-25 {
    margin-top: 1.5625rem !important; }
  .mt-sm-30 {
    margin-top: 1.875rem !important; }
  .mt-sm-40 {
    margin-top: 2.5rem !important; }
  .mt-sm-50 {
    margin-top: 3.125rem !important; }
  .mt-sm-60 {
    margin-top: 3.75rem !important; }
  .mt-sm-70 {
    margin-top: 4.375rem !important; }
  .mt-sm-80 {
    margin-top: 5rem !important; }
  .mt-sm-90 {
    margin-top: 5.625rem !important; }
  .mt-sm-100 {
    margin-top: 6.25rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-10 {
    margin-right: 0.625rem !important; }
  .me-sm-15 {
    margin-right: 0.9375rem !important; }
  .me-sm-20 {
    margin-right: 1.25rem !important; }
  .me-sm-25 {
    margin-right: 1.5625rem !important; }
  .me-sm-30 {
    margin-right: 1.875rem !important; }
  .me-sm-40 {
    margin-right: 2.5rem !important; }
  .me-sm-50 {
    margin-right: 3.125rem !important; }
  .me-sm-60 {
    margin-right: 3.75rem !important; }
  .me-sm-70 {
    margin-right: 4.375rem !important; }
  .me-sm-80 {
    margin-right: 5rem !important; }
  .me-sm-90 {
    margin-right: 5.625rem !important; }
  .me-sm-100 {
    margin-right: 6.25rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-10 {
    margin-bottom: 0.625rem !important; }
  .mb-sm-15 {
    margin-bottom: 0.9375rem !important; }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important; }
  .mb-sm-25 {
    margin-bottom: 1.5625rem !important; }
  .mb-sm-30 {
    margin-bottom: 1.875rem !important; }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important; }
  .mb-sm-50 {
    margin-bottom: 3.125rem !important; }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important; }
  .mb-sm-70 {
    margin-bottom: 4.375rem !important; }
  .mb-sm-80 {
    margin-bottom: 5rem !important; }
  .mb-sm-90 {
    margin-bottom: 5.625rem !important; }
  .mb-sm-100 {
    margin-bottom: 6.25rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-10 {
    margin-left: 0.625rem !important; }
  .ms-sm-15 {
    margin-left: 0.9375rem !important; }
  .ms-sm-20 {
    margin-left: 1.25rem !important; }
  .ms-sm-25 {
    margin-left: 1.5625rem !important; }
  .ms-sm-30 {
    margin-left: 1.875rem !important; }
  .ms-sm-40 {
    margin-left: 2.5rem !important; }
  .ms-sm-50 {
    margin-left: 3.125rem !important; }
  .ms-sm-60 {
    margin-left: 3.75rem !important; }
  .ms-sm-70 {
    margin-left: 4.375rem !important; }
  .ms-sm-80 {
    margin-left: 5rem !important; }
  .ms-sm-90 {
    margin-left: 5.625rem !important; }
  .ms-sm-100 {
    margin-left: 6.25rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .p-sm-10 {
    padding: 0.625rem !important; }
  .p-sm-15 {
    padding: 0.9375rem !important; }
  .p-sm-20 {
    padding: 1.25rem !important; }
  .p-sm-25 {
    padding: 1.5625rem !important; }
  .p-sm-30 {
    padding: 1.875rem !important; }
  .p-sm-40 {
    padding: 2.5rem !important; }
  .p-sm-50 {
    padding: 3.125rem !important; }
  .p-sm-60 {
    padding: 3.75rem !important; }
  .p-sm-70 {
    padding: 4.375rem !important; }
  .p-sm-80 {
    padding: 5rem !important; }
  .p-sm-90 {
    padding: 5.625rem !important; }
  .p-sm-100 {
    padding: 6.25rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-sm-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-sm-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important; }
  .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-sm-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }
  .px-sm-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important; }
  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-sm-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important; }
  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-sm-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-sm-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important; }
  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .py-sm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important; }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-sm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important; }
  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pt-sm-10 {
    padding-top: 0.625rem !important; }
  .pt-sm-15 {
    padding-top: 0.9375rem !important; }
  .pt-sm-20 {
    padding-top: 1.25rem !important; }
  .pt-sm-25 {
    padding-top: 1.5625rem !important; }
  .pt-sm-30 {
    padding-top: 1.875rem !important; }
  .pt-sm-40 {
    padding-top: 2.5rem !important; }
  .pt-sm-50 {
    padding-top: 3.125rem !important; }
  .pt-sm-60 {
    padding-top: 3.75rem !important; }
  .pt-sm-70 {
    padding-top: 4.375rem !important; }
  .pt-sm-80 {
    padding-top: 5rem !important; }
  .pt-sm-90 {
    padding-top: 5.625rem !important; }
  .pt-sm-100 {
    padding-top: 6.25rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pe-sm-10 {
    padding-right: 0.625rem !important; }
  .pe-sm-15 {
    padding-right: 0.9375rem !important; }
  .pe-sm-20 {
    padding-right: 1.25rem !important; }
  .pe-sm-25 {
    padding-right: 1.5625rem !important; }
  .pe-sm-30 {
    padding-right: 1.875rem !important; }
  .pe-sm-40 {
    padding-right: 2.5rem !important; }
  .pe-sm-50 {
    padding-right: 3.125rem !important; }
  .pe-sm-60 {
    padding-right: 3.75rem !important; }
  .pe-sm-70 {
    padding-right: 4.375rem !important; }
  .pe-sm-80 {
    padding-right: 5rem !important; }
  .pe-sm-90 {
    padding-right: 5.625rem !important; }
  .pe-sm-100 {
    padding-right: 6.25rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pb-sm-10 {
    padding-bottom: 0.625rem !important; }
  .pb-sm-15 {
    padding-bottom: 0.9375rem !important; }
  .pb-sm-20 {
    padding-bottom: 1.25rem !important; }
  .pb-sm-25 {
    padding-bottom: 1.5625rem !important; }
  .pb-sm-30 {
    padding-bottom: 1.875rem !important; }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important; }
  .pb-sm-50 {
    padding-bottom: 3.125rem !important; }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important; }
  .pb-sm-70 {
    padding-bottom: 4.375rem !important; }
  .pb-sm-80 {
    padding-bottom: 5rem !important; }
  .pb-sm-90 {
    padding-bottom: 5.625rem !important; }
  .pb-sm-100 {
    padding-bottom: 6.25rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .ps-sm-10 {
    padding-left: 0.625rem !important; }
  .ps-sm-15 {
    padding-left: 0.9375rem !important; }
  .ps-sm-20 {
    padding-left: 1.25rem !important; }
  .ps-sm-25 {
    padding-left: 1.5625rem !important; }
  .ps-sm-30 {
    padding-left: 1.875rem !important; }
  .ps-sm-40 {
    padding-left: 2.5rem !important; }
  .ps-sm-50 {
    padding-left: 3.125rem !important; }
  .ps-sm-60 {
    padding-left: 3.75rem !important; }
  .ps-sm-70 {
    padding-left: 4.375rem !important; }
  .ps-sm-80 {
    padding-left: 5rem !important; }
  .ps-sm-90 {
    padding-left: 5.625rem !important; }
  .ps-sm-100 {
    padding-left: 6.25rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .gap-sm-10 {
    gap: 0.625rem !important; }
  .gap-sm-15 {
    gap: 0.9375rem !important; }
  .gap-sm-20 {
    gap: 1.25rem !important; }
  .gap-sm-25 {
    gap: 1.5625rem !important; }
  .gap-sm-30 {
    gap: 1.875rem !important; }
  .gap-sm-40 {
    gap: 2.5rem !important; }
  .gap-sm-50 {
    gap: 3.125rem !important; }
  .gap-sm-60 {
    gap: 3.75rem !important; }
  .gap-sm-70 {
    gap: 4.375rem !important; }
  .gap-sm-80 {
    gap: 5rem !important; }
  .gap-sm-90 {
    gap: 5.625rem !important; }
  .gap-sm-100 {
    gap: 6.25rem !important; }
  .fz-sm-10 {
    font-size: 0.625rem !important; }
  .fz-sm-12 {
    font-size: 0.75rem !important; }
  .fz-sm-14 {
    font-size: 0.875rem !important; }
  .fz-sm-16 {
    font-size: 1rem !important; }
  .fz-sm-18 {
    font-size: 1.125rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .opacity-md-0 {
    opacity: 0 !important; }
  .opacity-md-25 {
    opacity: 0.25 !important; }
  .opacity-md-50 {
    opacity: 0.5 !important; }
  .opacity-md-75 {
    opacity: 0.75 !important; }
  .opacity-md-100 {
    opacity: 1 !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .mw-md-25 {
    max-width: 25% !important; }
  .mw-md-50 {
    max-width: 50% !important; }
  .mw-md-75 {
    max-width: 75% !important; }
  .mw-md-100 {
    max-width: 100% !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-10 {
    margin: 0.625rem !important; }
  .m-md-15 {
    margin: 0.9375rem !important; }
  .m-md-20 {
    margin: 1.25rem !important; }
  .m-md-25 {
    margin: 1.5625rem !important; }
  .m-md-30 {
    margin: 1.875rem !important; }
  .m-md-40 {
    margin: 2.5rem !important; }
  .m-md-50 {
    margin: 3.125rem !important; }
  .m-md-60 {
    margin: 3.75rem !important; }
  .m-md-70 {
    margin: 4.375rem !important; }
  .m-md-80 {
    margin: 5rem !important; }
  .m-md-90 {
    margin: 5.625rem !important; }
  .m-md-100 {
    margin: 6.25rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-md-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }
  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-md-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important; }
  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important; }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }
  .mx-md-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important; }
  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-md-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important; }
  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-md-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-md-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important; }
  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-md-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important; }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-md-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important; }
  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-10 {
    margin-top: 0.625rem !important; }
  .mt-md-15 {
    margin-top: 0.9375rem !important; }
  .mt-md-20 {
    margin-top: 1.25rem !important; }
  .mt-md-25 {
    margin-top: 1.5625rem !important; }
  .mt-md-30 {
    margin-top: 1.875rem !important; }
  .mt-md-40 {
    margin-top: 2.5rem !important; }
  .mt-md-50 {
    margin-top: 3.125rem !important; }
  .mt-md-60 {
    margin-top: 3.75rem !important; }
  .mt-md-70 {
    margin-top: 4.375rem !important; }
  .mt-md-80 {
    margin-top: 5rem !important; }
  .mt-md-90 {
    margin-top: 5.625rem !important; }
  .mt-md-100 {
    margin-top: 6.25rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-10 {
    margin-right: 0.625rem !important; }
  .me-md-15 {
    margin-right: 0.9375rem !important; }
  .me-md-20 {
    margin-right: 1.25rem !important; }
  .me-md-25 {
    margin-right: 1.5625rem !important; }
  .me-md-30 {
    margin-right: 1.875rem !important; }
  .me-md-40 {
    margin-right: 2.5rem !important; }
  .me-md-50 {
    margin-right: 3.125rem !important; }
  .me-md-60 {
    margin-right: 3.75rem !important; }
  .me-md-70 {
    margin-right: 4.375rem !important; }
  .me-md-80 {
    margin-right: 5rem !important; }
  .me-md-90 {
    margin-right: 5.625rem !important; }
  .me-md-100 {
    margin-right: 6.25rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-10 {
    margin-bottom: 0.625rem !important; }
  .mb-md-15 {
    margin-bottom: 0.9375rem !important; }
  .mb-md-20 {
    margin-bottom: 1.25rem !important; }
  .mb-md-25 {
    margin-bottom: 1.5625rem !important; }
  .mb-md-30 {
    margin-bottom: 1.875rem !important; }
  .mb-md-40 {
    margin-bottom: 2.5rem !important; }
  .mb-md-50 {
    margin-bottom: 3.125rem !important; }
  .mb-md-60 {
    margin-bottom: 3.75rem !important; }
  .mb-md-70 {
    margin-bottom: 4.375rem !important; }
  .mb-md-80 {
    margin-bottom: 5rem !important; }
  .mb-md-90 {
    margin-bottom: 5.625rem !important; }
  .mb-md-100 {
    margin-bottom: 6.25rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-10 {
    margin-left: 0.625rem !important; }
  .ms-md-15 {
    margin-left: 0.9375rem !important; }
  .ms-md-20 {
    margin-left: 1.25rem !important; }
  .ms-md-25 {
    margin-left: 1.5625rem !important; }
  .ms-md-30 {
    margin-left: 1.875rem !important; }
  .ms-md-40 {
    margin-left: 2.5rem !important; }
  .ms-md-50 {
    margin-left: 3.125rem !important; }
  .ms-md-60 {
    margin-left: 3.75rem !important; }
  .ms-md-70 {
    margin-left: 4.375rem !important; }
  .ms-md-80 {
    margin-left: 5rem !important; }
  .ms-md-90 {
    margin-left: 5.625rem !important; }
  .ms-md-100 {
    margin-left: 6.25rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .p-md-10 {
    padding: 0.625rem !important; }
  .p-md-15 {
    padding: 0.9375rem !important; }
  .p-md-20 {
    padding: 1.25rem !important; }
  .p-md-25 {
    padding: 1.5625rem !important; }
  .p-md-30 {
    padding: 1.875rem !important; }
  .p-md-40 {
    padding: 2.5rem !important; }
  .p-md-50 {
    padding: 3.125rem !important; }
  .p-md-60 {
    padding: 3.75rem !important; }
  .p-md-70 {
    padding: 4.375rem !important; }
  .p-md-80 {
    padding: 5rem !important; }
  .p-md-90 {
    padding: 5.625rem !important; }
  .p-md-100 {
    padding: 6.25rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-md-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-md-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important; }
  .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-md-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }
  .px-md-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important; }
  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-md-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important; }
  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-md-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-md-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important; }
  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .py-md-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important; }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-md-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important; }
  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pt-md-10 {
    padding-top: 0.625rem !important; }
  .pt-md-15 {
    padding-top: 0.9375rem !important; }
  .pt-md-20 {
    padding-top: 1.25rem !important; }
  .pt-md-25 {
    padding-top: 1.5625rem !important; }
  .pt-md-30 {
    padding-top: 1.875rem !important; }
  .pt-md-40 {
    padding-top: 2.5rem !important; }
  .pt-md-50 {
    padding-top: 3.125rem !important; }
  .pt-md-60 {
    padding-top: 3.75rem !important; }
  .pt-md-70 {
    padding-top: 4.375rem !important; }
  .pt-md-80 {
    padding-top: 5rem !important; }
  .pt-md-90 {
    padding-top: 5.625rem !important; }
  .pt-md-100 {
    padding-top: 6.25rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pe-md-10 {
    padding-right: 0.625rem !important; }
  .pe-md-15 {
    padding-right: 0.9375rem !important; }
  .pe-md-20 {
    padding-right: 1.25rem !important; }
  .pe-md-25 {
    padding-right: 1.5625rem !important; }
  .pe-md-30 {
    padding-right: 1.875rem !important; }
  .pe-md-40 {
    padding-right: 2.5rem !important; }
  .pe-md-50 {
    padding-right: 3.125rem !important; }
  .pe-md-60 {
    padding-right: 3.75rem !important; }
  .pe-md-70 {
    padding-right: 4.375rem !important; }
  .pe-md-80 {
    padding-right: 5rem !important; }
  .pe-md-90 {
    padding-right: 5.625rem !important; }
  .pe-md-100 {
    padding-right: 6.25rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pb-md-10 {
    padding-bottom: 0.625rem !important; }
  .pb-md-15 {
    padding-bottom: 0.9375rem !important; }
  .pb-md-20 {
    padding-bottom: 1.25rem !important; }
  .pb-md-25 {
    padding-bottom: 1.5625rem !important; }
  .pb-md-30 {
    padding-bottom: 1.875rem !important; }
  .pb-md-40 {
    padding-bottom: 2.5rem !important; }
  .pb-md-50 {
    padding-bottom: 3.125rem !important; }
  .pb-md-60 {
    padding-bottom: 3.75rem !important; }
  .pb-md-70 {
    padding-bottom: 4.375rem !important; }
  .pb-md-80 {
    padding-bottom: 5rem !important; }
  .pb-md-90 {
    padding-bottom: 5.625rem !important; }
  .pb-md-100 {
    padding-bottom: 6.25rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .ps-md-10 {
    padding-left: 0.625rem !important; }
  .ps-md-15 {
    padding-left: 0.9375rem !important; }
  .ps-md-20 {
    padding-left: 1.25rem !important; }
  .ps-md-25 {
    padding-left: 1.5625rem !important; }
  .ps-md-30 {
    padding-left: 1.875rem !important; }
  .ps-md-40 {
    padding-left: 2.5rem !important; }
  .ps-md-50 {
    padding-left: 3.125rem !important; }
  .ps-md-60 {
    padding-left: 3.75rem !important; }
  .ps-md-70 {
    padding-left: 4.375rem !important; }
  .ps-md-80 {
    padding-left: 5rem !important; }
  .ps-md-90 {
    padding-left: 5.625rem !important; }
  .ps-md-100 {
    padding-left: 6.25rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .gap-md-10 {
    gap: 0.625rem !important; }
  .gap-md-15 {
    gap: 0.9375rem !important; }
  .gap-md-20 {
    gap: 1.25rem !important; }
  .gap-md-25 {
    gap: 1.5625rem !important; }
  .gap-md-30 {
    gap: 1.875rem !important; }
  .gap-md-40 {
    gap: 2.5rem !important; }
  .gap-md-50 {
    gap: 3.125rem !important; }
  .gap-md-60 {
    gap: 3.75rem !important; }
  .gap-md-70 {
    gap: 4.375rem !important; }
  .gap-md-80 {
    gap: 5rem !important; }
  .gap-md-90 {
    gap: 5.625rem !important; }
  .gap-md-100 {
    gap: 6.25rem !important; }
  .fz-md-10 {
    font-size: 0.625rem !important; }
  .fz-md-12 {
    font-size: 0.75rem !important; }
  .fz-md-14 {
    font-size: 0.875rem !important; }
  .fz-md-16 {
    font-size: 1rem !important; }
  .fz-md-18 {
    font-size: 1.125rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .opacity-lg-0 {
    opacity: 0 !important; }
  .opacity-lg-25 {
    opacity: 0.25 !important; }
  .opacity-lg-50 {
    opacity: 0.5 !important; }
  .opacity-lg-75 {
    opacity: 0.75 !important; }
  .opacity-lg-100 {
    opacity: 1 !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .mw-lg-25 {
    max-width: 25% !important; }
  .mw-lg-50 {
    max-width: 50% !important; }
  .mw-lg-75 {
    max-width: 75% !important; }
  .mw-lg-100 {
    max-width: 100% !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-10 {
    margin: 0.625rem !important; }
  .m-lg-15 {
    margin: 0.9375rem !important; }
  .m-lg-20 {
    margin: 1.25rem !important; }
  .m-lg-25 {
    margin: 1.5625rem !important; }
  .m-lg-30 {
    margin: 1.875rem !important; }
  .m-lg-40 {
    margin: 2.5rem !important; }
  .m-lg-50 {
    margin: 3.125rem !important; }
  .m-lg-60 {
    margin: 3.75rem !important; }
  .m-lg-70 {
    margin: 4.375rem !important; }
  .m-lg-80 {
    margin: 5rem !important; }
  .m-lg-90 {
    margin: 5.625rem !important; }
  .m-lg-100 {
    margin: 6.25rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-lg-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }
  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-lg-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important; }
  .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important; }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }
  .mx-lg-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important; }
  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-lg-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important; }
  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-lg-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-lg-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important; }
  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-lg-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important; }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-lg-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important; }
  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-10 {
    margin-top: 0.625rem !important; }
  .mt-lg-15 {
    margin-top: 0.9375rem !important; }
  .mt-lg-20 {
    margin-top: 1.25rem !important; }
  .mt-lg-25 {
    margin-top: 1.5625rem !important; }
  .mt-lg-30 {
    margin-top: 1.875rem !important; }
  .mt-lg-40 {
    margin-top: 2.5rem !important; }
  .mt-lg-50 {
    margin-top: 3.125rem !important; }
  .mt-lg-60 {
    margin-top: 3.75rem !important; }
  .mt-lg-70 {
    margin-top: 4.375rem !important; }
  .mt-lg-80 {
    margin-top: 5rem !important; }
  .mt-lg-90 {
    margin-top: 5.625rem !important; }
  .mt-lg-100 {
    margin-top: 6.25rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-10 {
    margin-right: 0.625rem !important; }
  .me-lg-15 {
    margin-right: 0.9375rem !important; }
  .me-lg-20 {
    margin-right: 1.25rem !important; }
  .me-lg-25 {
    margin-right: 1.5625rem !important; }
  .me-lg-30 {
    margin-right: 1.875rem !important; }
  .me-lg-40 {
    margin-right: 2.5rem !important; }
  .me-lg-50 {
    margin-right: 3.125rem !important; }
  .me-lg-60 {
    margin-right: 3.75rem !important; }
  .me-lg-70 {
    margin-right: 4.375rem !important; }
  .me-lg-80 {
    margin-right: 5rem !important; }
  .me-lg-90 {
    margin-right: 5.625rem !important; }
  .me-lg-100 {
    margin-right: 6.25rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-10 {
    margin-bottom: 0.625rem !important; }
  .mb-lg-15 {
    margin-bottom: 0.9375rem !important; }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important; }
  .mb-lg-25 {
    margin-bottom: 1.5625rem !important; }
  .mb-lg-30 {
    margin-bottom: 1.875rem !important; }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important; }
  .mb-lg-50 {
    margin-bottom: 3.125rem !important; }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important; }
  .mb-lg-70 {
    margin-bottom: 4.375rem !important; }
  .mb-lg-80 {
    margin-bottom: 5rem !important; }
  .mb-lg-90 {
    margin-bottom: 5.625rem !important; }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-10 {
    margin-left: 0.625rem !important; }
  .ms-lg-15 {
    margin-left: 0.9375rem !important; }
  .ms-lg-20 {
    margin-left: 1.25rem !important; }
  .ms-lg-25 {
    margin-left: 1.5625rem !important; }
  .ms-lg-30 {
    margin-left: 1.875rem !important; }
  .ms-lg-40 {
    margin-left: 2.5rem !important; }
  .ms-lg-50 {
    margin-left: 3.125rem !important; }
  .ms-lg-60 {
    margin-left: 3.75rem !important; }
  .ms-lg-70 {
    margin-left: 4.375rem !important; }
  .ms-lg-80 {
    margin-left: 5rem !important; }
  .ms-lg-90 {
    margin-left: 5.625rem !important; }
  .ms-lg-100 {
    margin-left: 6.25rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .p-lg-10 {
    padding: 0.625rem !important; }
  .p-lg-15 {
    padding: 0.9375rem !important; }
  .p-lg-20 {
    padding: 1.25rem !important; }
  .p-lg-25 {
    padding: 1.5625rem !important; }
  .p-lg-30 {
    padding: 1.875rem !important; }
  .p-lg-40 {
    padding: 2.5rem !important; }
  .p-lg-50 {
    padding: 3.125rem !important; }
  .p-lg-60 {
    padding: 3.75rem !important; }
  .p-lg-70 {
    padding: 4.375rem !important; }
  .p-lg-80 {
    padding: 5rem !important; }
  .p-lg-90 {
    padding: 5.625rem !important; }
  .p-lg-100 {
    padding: 6.25rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-lg-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-lg-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important; }
  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-lg-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }
  .px-lg-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important; }
  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-lg-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important; }
  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-lg-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-lg-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important; }
  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .py-lg-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important; }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-lg-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important; }
  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pt-lg-10 {
    padding-top: 0.625rem !important; }
  .pt-lg-15 {
    padding-top: 0.9375rem !important; }
  .pt-lg-20 {
    padding-top: 1.25rem !important; }
  .pt-lg-25 {
    padding-top: 1.5625rem !important; }
  .pt-lg-30 {
    padding-top: 1.875rem !important; }
  .pt-lg-40 {
    padding-top: 2.5rem !important; }
  .pt-lg-50 {
    padding-top: 3.125rem !important; }
  .pt-lg-60 {
    padding-top: 3.75rem !important; }
  .pt-lg-70 {
    padding-top: 4.375rem !important; }
  .pt-lg-80 {
    padding-top: 5rem !important; }
  .pt-lg-90 {
    padding-top: 5.625rem !important; }
  .pt-lg-100 {
    padding-top: 6.25rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pe-lg-10 {
    padding-right: 0.625rem !important; }
  .pe-lg-15 {
    padding-right: 0.9375rem !important; }
  .pe-lg-20 {
    padding-right: 1.25rem !important; }
  .pe-lg-25 {
    padding-right: 1.5625rem !important; }
  .pe-lg-30 {
    padding-right: 1.875rem !important; }
  .pe-lg-40 {
    padding-right: 2.5rem !important; }
  .pe-lg-50 {
    padding-right: 3.125rem !important; }
  .pe-lg-60 {
    padding-right: 3.75rem !important; }
  .pe-lg-70 {
    padding-right: 4.375rem !important; }
  .pe-lg-80 {
    padding-right: 5rem !important; }
  .pe-lg-90 {
    padding-right: 5.625rem !important; }
  .pe-lg-100 {
    padding-right: 6.25rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pb-lg-10 {
    padding-bottom: 0.625rem !important; }
  .pb-lg-15 {
    padding-bottom: 0.9375rem !important; }
  .pb-lg-20 {
    padding-bottom: 1.25rem !important; }
  .pb-lg-25 {
    padding-bottom: 1.5625rem !important; }
  .pb-lg-30 {
    padding-bottom: 1.875rem !important; }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important; }
  .pb-lg-50 {
    padding-bottom: 3.125rem !important; }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important; }
  .pb-lg-70 {
    padding-bottom: 4.375rem !important; }
  .pb-lg-80 {
    padding-bottom: 5rem !important; }
  .pb-lg-90 {
    padding-bottom: 5.625rem !important; }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .ps-lg-10 {
    padding-left: 0.625rem !important; }
  .ps-lg-15 {
    padding-left: 0.9375rem !important; }
  .ps-lg-20 {
    padding-left: 1.25rem !important; }
  .ps-lg-25 {
    padding-left: 1.5625rem !important; }
  .ps-lg-30 {
    padding-left: 1.875rem !important; }
  .ps-lg-40 {
    padding-left: 2.5rem !important; }
  .ps-lg-50 {
    padding-left: 3.125rem !important; }
  .ps-lg-60 {
    padding-left: 3.75rem !important; }
  .ps-lg-70 {
    padding-left: 4.375rem !important; }
  .ps-lg-80 {
    padding-left: 5rem !important; }
  .ps-lg-90 {
    padding-left: 5.625rem !important; }
  .ps-lg-100 {
    padding-left: 6.25rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .gap-lg-10 {
    gap: 0.625rem !important; }
  .gap-lg-15 {
    gap: 0.9375rem !important; }
  .gap-lg-20 {
    gap: 1.25rem !important; }
  .gap-lg-25 {
    gap: 1.5625rem !important; }
  .gap-lg-30 {
    gap: 1.875rem !important; }
  .gap-lg-40 {
    gap: 2.5rem !important; }
  .gap-lg-50 {
    gap: 3.125rem !important; }
  .gap-lg-60 {
    gap: 3.75rem !important; }
  .gap-lg-70 {
    gap: 4.375rem !important; }
  .gap-lg-80 {
    gap: 5rem !important; }
  .gap-lg-90 {
    gap: 5.625rem !important; }
  .gap-lg-100 {
    gap: 6.25rem !important; }
  .fz-lg-10 {
    font-size: 0.625rem !important; }
  .fz-lg-12 {
    font-size: 0.75rem !important; }
  .fz-lg-14 {
    font-size: 0.875rem !important; }
  .fz-lg-16 {
    font-size: 1rem !important; }
  .fz-lg-18 {
    font-size: 1.125rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .opacity-xl-0 {
    opacity: 0 !important; }
  .opacity-xl-25 {
    opacity: 0.25 !important; }
  .opacity-xl-50 {
    opacity: 0.5 !important; }
  .opacity-xl-75 {
    opacity: 0.75 !important; }
  .opacity-xl-100 {
    opacity: 1 !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .mw-xl-25 {
    max-width: 25% !important; }
  .mw-xl-50 {
    max-width: 50% !important; }
  .mw-xl-75 {
    max-width: 75% !important; }
  .mw-xl-100 {
    max-width: 100% !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-10 {
    margin: 0.625rem !important; }
  .m-xl-15 {
    margin: 0.9375rem !important; }
  .m-xl-20 {
    margin: 1.25rem !important; }
  .m-xl-25 {
    margin: 1.5625rem !important; }
  .m-xl-30 {
    margin: 1.875rem !important; }
  .m-xl-40 {
    margin: 2.5rem !important; }
  .m-xl-50 {
    margin: 3.125rem !important; }
  .m-xl-60 {
    margin: 3.75rem !important; }
  .m-xl-70 {
    margin: 4.375rem !important; }
  .m-xl-80 {
    margin: 5rem !important; }
  .m-xl-90 {
    margin: 5.625rem !important; }
  .m-xl-100 {
    margin: 6.25rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-xl-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }
  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-xl-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important; }
  .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important; }
  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }
  .mx-xl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important; }
  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important; }
  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-xl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-xl-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important; }
  .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-xl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important; }
  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important; }
  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-10 {
    margin-top: 0.625rem !important; }
  .mt-xl-15 {
    margin-top: 0.9375rem !important; }
  .mt-xl-20 {
    margin-top: 1.25rem !important; }
  .mt-xl-25 {
    margin-top: 1.5625rem !important; }
  .mt-xl-30 {
    margin-top: 1.875rem !important; }
  .mt-xl-40 {
    margin-top: 2.5rem !important; }
  .mt-xl-50 {
    margin-top: 3.125rem !important; }
  .mt-xl-60 {
    margin-top: 3.75rem !important; }
  .mt-xl-70 {
    margin-top: 4.375rem !important; }
  .mt-xl-80 {
    margin-top: 5rem !important; }
  .mt-xl-90 {
    margin-top: 5.625rem !important; }
  .mt-xl-100 {
    margin-top: 6.25rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-10 {
    margin-right: 0.625rem !important; }
  .me-xl-15 {
    margin-right: 0.9375rem !important; }
  .me-xl-20 {
    margin-right: 1.25rem !important; }
  .me-xl-25 {
    margin-right: 1.5625rem !important; }
  .me-xl-30 {
    margin-right: 1.875rem !important; }
  .me-xl-40 {
    margin-right: 2.5rem !important; }
  .me-xl-50 {
    margin-right: 3.125rem !important; }
  .me-xl-60 {
    margin-right: 3.75rem !important; }
  .me-xl-70 {
    margin-right: 4.375rem !important; }
  .me-xl-80 {
    margin-right: 5rem !important; }
  .me-xl-90 {
    margin-right: 5.625rem !important; }
  .me-xl-100 {
    margin-right: 6.25rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-10 {
    margin-bottom: 0.625rem !important; }
  .mb-xl-15 {
    margin-bottom: 0.9375rem !important; }
  .mb-xl-20 {
    margin-bottom: 1.25rem !important; }
  .mb-xl-25 {
    margin-bottom: 1.5625rem !important; }
  .mb-xl-30 {
    margin-bottom: 1.875rem !important; }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important; }
  .mb-xl-50 {
    margin-bottom: 3.125rem !important; }
  .mb-xl-60 {
    margin-bottom: 3.75rem !important; }
  .mb-xl-70 {
    margin-bottom: 4.375rem !important; }
  .mb-xl-80 {
    margin-bottom: 5rem !important; }
  .mb-xl-90 {
    margin-bottom: 5.625rem !important; }
  .mb-xl-100 {
    margin-bottom: 6.25rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-10 {
    margin-left: 0.625rem !important; }
  .ms-xl-15 {
    margin-left: 0.9375rem !important; }
  .ms-xl-20 {
    margin-left: 1.25rem !important; }
  .ms-xl-25 {
    margin-left: 1.5625rem !important; }
  .ms-xl-30 {
    margin-left: 1.875rem !important; }
  .ms-xl-40 {
    margin-left: 2.5rem !important; }
  .ms-xl-50 {
    margin-left: 3.125rem !important; }
  .ms-xl-60 {
    margin-left: 3.75rem !important; }
  .ms-xl-70 {
    margin-left: 4.375rem !important; }
  .ms-xl-80 {
    margin-left: 5rem !important; }
  .ms-xl-90 {
    margin-left: 5.625rem !important; }
  .ms-xl-100 {
    margin-left: 6.25rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .p-xl-10 {
    padding: 0.625rem !important; }
  .p-xl-15 {
    padding: 0.9375rem !important; }
  .p-xl-20 {
    padding: 1.25rem !important; }
  .p-xl-25 {
    padding: 1.5625rem !important; }
  .p-xl-30 {
    padding: 1.875rem !important; }
  .p-xl-40 {
    padding: 2.5rem !important; }
  .p-xl-50 {
    padding: 3.125rem !important; }
  .p-xl-60 {
    padding: 3.75rem !important; }
  .p-xl-70 {
    padding: 4.375rem !important; }
  .p-xl-80 {
    padding: 5rem !important; }
  .p-xl-90 {
    padding: 5.625rem !important; }
  .p-xl-100 {
    padding: 6.25rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-xl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-xl-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important; }
  .px-xl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-xl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }
  .px-xl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important; }
  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-xl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important; }
  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-xl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-xl-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important; }
  .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .py-xl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important; }
  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-xl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important; }
  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pt-xl-10 {
    padding-top: 0.625rem !important; }
  .pt-xl-15 {
    padding-top: 0.9375rem !important; }
  .pt-xl-20 {
    padding-top: 1.25rem !important; }
  .pt-xl-25 {
    padding-top: 1.5625rem !important; }
  .pt-xl-30 {
    padding-top: 1.875rem !important; }
  .pt-xl-40 {
    padding-top: 2.5rem !important; }
  .pt-xl-50 {
    padding-top: 3.125rem !important; }
  .pt-xl-60 {
    padding-top: 3.75rem !important; }
  .pt-xl-70 {
    padding-top: 4.375rem !important; }
  .pt-xl-80 {
    padding-top: 5rem !important; }
  .pt-xl-90 {
    padding-top: 5.625rem !important; }
  .pt-xl-100 {
    padding-top: 6.25rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pe-xl-10 {
    padding-right: 0.625rem !important; }
  .pe-xl-15 {
    padding-right: 0.9375rem !important; }
  .pe-xl-20 {
    padding-right: 1.25rem !important; }
  .pe-xl-25 {
    padding-right: 1.5625rem !important; }
  .pe-xl-30 {
    padding-right: 1.875rem !important; }
  .pe-xl-40 {
    padding-right: 2.5rem !important; }
  .pe-xl-50 {
    padding-right: 3.125rem !important; }
  .pe-xl-60 {
    padding-right: 3.75rem !important; }
  .pe-xl-70 {
    padding-right: 4.375rem !important; }
  .pe-xl-80 {
    padding-right: 5rem !important; }
  .pe-xl-90 {
    padding-right: 5.625rem !important; }
  .pe-xl-100 {
    padding-right: 6.25rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pb-xl-10 {
    padding-bottom: 0.625rem !important; }
  .pb-xl-15 {
    padding-bottom: 0.9375rem !important; }
  .pb-xl-20 {
    padding-bottom: 1.25rem !important; }
  .pb-xl-25 {
    padding-bottom: 1.5625rem !important; }
  .pb-xl-30 {
    padding-bottom: 1.875rem !important; }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important; }
  .pb-xl-50 {
    padding-bottom: 3.125rem !important; }
  .pb-xl-60 {
    padding-bottom: 3.75rem !important; }
  .pb-xl-70 {
    padding-bottom: 4.375rem !important; }
  .pb-xl-80 {
    padding-bottom: 5rem !important; }
  .pb-xl-90 {
    padding-bottom: 5.625rem !important; }
  .pb-xl-100 {
    padding-bottom: 6.25rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .ps-xl-10 {
    padding-left: 0.625rem !important; }
  .ps-xl-15 {
    padding-left: 0.9375rem !important; }
  .ps-xl-20 {
    padding-left: 1.25rem !important; }
  .ps-xl-25 {
    padding-left: 1.5625rem !important; }
  .ps-xl-30 {
    padding-left: 1.875rem !important; }
  .ps-xl-40 {
    padding-left: 2.5rem !important; }
  .ps-xl-50 {
    padding-left: 3.125rem !important; }
  .ps-xl-60 {
    padding-left: 3.75rem !important; }
  .ps-xl-70 {
    padding-left: 4.375rem !important; }
  .ps-xl-80 {
    padding-left: 5rem !important; }
  .ps-xl-90 {
    padding-left: 5.625rem !important; }
  .ps-xl-100 {
    padding-left: 6.25rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .gap-xl-10 {
    gap: 0.625rem !important; }
  .gap-xl-15 {
    gap: 0.9375rem !important; }
  .gap-xl-20 {
    gap: 1.25rem !important; }
  .gap-xl-25 {
    gap: 1.5625rem !important; }
  .gap-xl-30 {
    gap: 1.875rem !important; }
  .gap-xl-40 {
    gap: 2.5rem !important; }
  .gap-xl-50 {
    gap: 3.125rem !important; }
  .gap-xl-60 {
    gap: 3.75rem !important; }
  .gap-xl-70 {
    gap: 4.375rem !important; }
  .gap-xl-80 {
    gap: 5rem !important; }
  .gap-xl-90 {
    gap: 5.625rem !important; }
  .gap-xl-100 {
    gap: 6.25rem !important; }
  .fz-xl-10 {
    font-size: 0.625rem !important; }
  .fz-xl-12 {
    font-size: 0.75rem !important; }
  .fz-xl-14 {
    font-size: 0.875rem !important; }
  .fz-xl-16 {
    font-size: 1rem !important; }
  .fz-xl-18 {
    font-size: 1.125rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .opacity-xxl-0 {
    opacity: 0 !important; }
  .opacity-xxl-25 {
    opacity: 0.25 !important; }
  .opacity-xxl-50 {
    opacity: 0.5 !important; }
  .opacity-xxl-75 {
    opacity: 0.75 !important; }
  .opacity-xxl-100 {
    opacity: 1 !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .mw-xxl-25 {
    max-width: 25% !important; }
  .mw-xxl-50 {
    max-width: 50% !important; }
  .mw-xxl-75 {
    max-width: 75% !important; }
  .mw-xxl-100 {
    max-width: 100% !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-10 {
    margin: 0.625rem !important; }
  .m-xxl-15 {
    margin: 0.9375rem !important; }
  .m-xxl-20 {
    margin: 1.25rem !important; }
  .m-xxl-25 {
    margin: 1.5625rem !important; }
  .m-xxl-30 {
    margin: 1.875rem !important; }
  .m-xxl-40 {
    margin: 2.5rem !important; }
  .m-xxl-50 {
    margin: 3.125rem !important; }
  .m-xxl-60 {
    margin: 3.75rem !important; }
  .m-xxl-70 {
    margin: 4.375rem !important; }
  .m-xxl-80 {
    margin: 5rem !important; }
  .m-xxl-90 {
    margin: 5.625rem !important; }
  .m-xxl-100 {
    margin: 6.25rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important; }
  .mx-xxl-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important; }
  .mx-xxl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-xxl-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important; }
  .mx-xxl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important; }
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-xxl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important; }
  .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important; }
  .mx-xxl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important; }
  .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xxl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important; }
  .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important; }
  .my-xxl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important; }
  .my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-xxl-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important; }
  .my-xxl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important; }
  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-xxl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important; }
  .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-xxl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important; }
  .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xxl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important; }
  .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-10 {
    margin-top: 0.625rem !important; }
  .mt-xxl-15 {
    margin-top: 0.9375rem !important; }
  .mt-xxl-20 {
    margin-top: 1.25rem !important; }
  .mt-xxl-25 {
    margin-top: 1.5625rem !important; }
  .mt-xxl-30 {
    margin-top: 1.875rem !important; }
  .mt-xxl-40 {
    margin-top: 2.5rem !important; }
  .mt-xxl-50 {
    margin-top: 3.125rem !important; }
  .mt-xxl-60 {
    margin-top: 3.75rem !important; }
  .mt-xxl-70 {
    margin-top: 4.375rem !important; }
  .mt-xxl-80 {
    margin-top: 5rem !important; }
  .mt-xxl-90 {
    margin-top: 5.625rem !important; }
  .mt-xxl-100 {
    margin-top: 6.25rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-10 {
    margin-right: 0.625rem !important; }
  .me-xxl-15 {
    margin-right: 0.9375rem !important; }
  .me-xxl-20 {
    margin-right: 1.25rem !important; }
  .me-xxl-25 {
    margin-right: 1.5625rem !important; }
  .me-xxl-30 {
    margin-right: 1.875rem !important; }
  .me-xxl-40 {
    margin-right: 2.5rem !important; }
  .me-xxl-50 {
    margin-right: 3.125rem !important; }
  .me-xxl-60 {
    margin-right: 3.75rem !important; }
  .me-xxl-70 {
    margin-right: 4.375rem !important; }
  .me-xxl-80 {
    margin-right: 5rem !important; }
  .me-xxl-90 {
    margin-right: 5.625rem !important; }
  .me-xxl-100 {
    margin-right: 6.25rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-10 {
    margin-bottom: 0.625rem !important; }
  .mb-xxl-15 {
    margin-bottom: 0.9375rem !important; }
  .mb-xxl-20 {
    margin-bottom: 1.25rem !important; }
  .mb-xxl-25 {
    margin-bottom: 1.5625rem !important; }
  .mb-xxl-30 {
    margin-bottom: 1.875rem !important; }
  .mb-xxl-40 {
    margin-bottom: 2.5rem !important; }
  .mb-xxl-50 {
    margin-bottom: 3.125rem !important; }
  .mb-xxl-60 {
    margin-bottom: 3.75rem !important; }
  .mb-xxl-70 {
    margin-bottom: 4.375rem !important; }
  .mb-xxl-80 {
    margin-bottom: 5rem !important; }
  .mb-xxl-90 {
    margin-bottom: 5.625rem !important; }
  .mb-xxl-100 {
    margin-bottom: 6.25rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-10 {
    margin-left: 0.625rem !important; }
  .ms-xxl-15 {
    margin-left: 0.9375rem !important; }
  .ms-xxl-20 {
    margin-left: 1.25rem !important; }
  .ms-xxl-25 {
    margin-left: 1.5625rem !important; }
  .ms-xxl-30 {
    margin-left: 1.875rem !important; }
  .ms-xxl-40 {
    margin-left: 2.5rem !important; }
  .ms-xxl-50 {
    margin-left: 3.125rem !important; }
  .ms-xxl-60 {
    margin-left: 3.75rem !important; }
  .ms-xxl-70 {
    margin-left: 4.375rem !important; }
  .ms-xxl-80 {
    margin-left: 5rem !important; }
  .ms-xxl-90 {
    margin-left: 5.625rem !important; }
  .ms-xxl-100 {
    margin-left: 6.25rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .p-xxl-10 {
    padding: 0.625rem !important; }
  .p-xxl-15 {
    padding: 0.9375rem !important; }
  .p-xxl-20 {
    padding: 1.25rem !important; }
  .p-xxl-25 {
    padding: 1.5625rem !important; }
  .p-xxl-30 {
    padding: 1.875rem !important; }
  .p-xxl-40 {
    padding: 2.5rem !important; }
  .p-xxl-50 {
    padding: 3.125rem !important; }
  .p-xxl-60 {
    padding: 3.75rem !important; }
  .p-xxl-70 {
    padding: 4.375rem !important; }
  .p-xxl-80 {
    padding: 5rem !important; }
  .p-xxl-90 {
    padding: 5.625rem !important; }
  .p-xxl-100 {
    padding: 6.25rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important; }
  .px-xxl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  .px-xxl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-xxl-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important; }
  .px-xxl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important; }
  .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-xxl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important; }
  .px-xxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important; }
  .px-xxl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important; }
  .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-xxl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important; }
  .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important; }
  .py-xxl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important; }
  .py-xxl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-xxl-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important; }
  .py-xxl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important; }
  .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-xxl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important; }
  .py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .py-xxl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important; }
  .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-xxl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important; }
  .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pt-xxl-10 {
    padding-top: 0.625rem !important; }
  .pt-xxl-15 {
    padding-top: 0.9375rem !important; }
  .pt-xxl-20 {
    padding-top: 1.25rem !important; }
  .pt-xxl-25 {
    padding-top: 1.5625rem !important; }
  .pt-xxl-30 {
    padding-top: 1.875rem !important; }
  .pt-xxl-40 {
    padding-top: 2.5rem !important; }
  .pt-xxl-50 {
    padding-top: 3.125rem !important; }
  .pt-xxl-60 {
    padding-top: 3.75rem !important; }
  .pt-xxl-70 {
    padding-top: 4.375rem !important; }
  .pt-xxl-80 {
    padding-top: 5rem !important; }
  .pt-xxl-90 {
    padding-top: 5.625rem !important; }
  .pt-xxl-100 {
    padding-top: 6.25rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pe-xxl-10 {
    padding-right: 0.625rem !important; }
  .pe-xxl-15 {
    padding-right: 0.9375rem !important; }
  .pe-xxl-20 {
    padding-right: 1.25rem !important; }
  .pe-xxl-25 {
    padding-right: 1.5625rem !important; }
  .pe-xxl-30 {
    padding-right: 1.875rem !important; }
  .pe-xxl-40 {
    padding-right: 2.5rem !important; }
  .pe-xxl-50 {
    padding-right: 3.125rem !important; }
  .pe-xxl-60 {
    padding-right: 3.75rem !important; }
  .pe-xxl-70 {
    padding-right: 4.375rem !important; }
  .pe-xxl-80 {
    padding-right: 5rem !important; }
  .pe-xxl-90 {
    padding-right: 5.625rem !important; }
  .pe-xxl-100 {
    padding-right: 6.25rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pb-xxl-10 {
    padding-bottom: 0.625rem !important; }
  .pb-xxl-15 {
    padding-bottom: 0.9375rem !important; }
  .pb-xxl-20 {
    padding-bottom: 1.25rem !important; }
  .pb-xxl-25 {
    padding-bottom: 1.5625rem !important; }
  .pb-xxl-30 {
    padding-bottom: 1.875rem !important; }
  .pb-xxl-40 {
    padding-bottom: 2.5rem !important; }
  .pb-xxl-50 {
    padding-bottom: 3.125rem !important; }
  .pb-xxl-60 {
    padding-bottom: 3.75rem !important; }
  .pb-xxl-70 {
    padding-bottom: 4.375rem !important; }
  .pb-xxl-80 {
    padding-bottom: 5rem !important; }
  .pb-xxl-90 {
    padding-bottom: 5.625rem !important; }
  .pb-xxl-100 {
    padding-bottom: 6.25rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .ps-xxl-10 {
    padding-left: 0.625rem !important; }
  .ps-xxl-15 {
    padding-left: 0.9375rem !important; }
  .ps-xxl-20 {
    padding-left: 1.25rem !important; }
  .ps-xxl-25 {
    padding-left: 1.5625rem !important; }
  .ps-xxl-30 {
    padding-left: 1.875rem !important; }
  .ps-xxl-40 {
    padding-left: 2.5rem !important; }
  .ps-xxl-50 {
    padding-left: 3.125rem !important; }
  .ps-xxl-60 {
    padding-left: 3.75rem !important; }
  .ps-xxl-70 {
    padding-left: 4.375rem !important; }
  .ps-xxl-80 {
    padding-left: 5rem !important; }
  .ps-xxl-90 {
    padding-left: 5.625rem !important; }
  .ps-xxl-100 {
    padding-left: 6.25rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .gap-xxl-10 {
    gap: 0.625rem !important; }
  .gap-xxl-15 {
    gap: 0.9375rem !important; }
  .gap-xxl-20 {
    gap: 1.25rem !important; }
  .gap-xxl-25 {
    gap: 1.5625rem !important; }
  .gap-xxl-30 {
    gap: 1.875rem !important; }
  .gap-xxl-40 {
    gap: 2.5rem !important; }
  .gap-xxl-50 {
    gap: 3.125rem !important; }
  .gap-xxl-60 {
    gap: 3.75rem !important; }
  .gap-xxl-70 {
    gap: 4.375rem !important; }
  .gap-xxl-80 {
    gap: 5rem !important; }
  .gap-xxl-90 {
    gap: 5.625rem !important; }
  .gap-xxl-100 {
    gap: 6.25rem !important; }
  .fz-xxl-10 {
    font-size: 0.625rem !important; }
  .fz-xxl-12 {
    font-size: 0.75rem !important; }
  .fz-xxl-14 {
    font-size: 0.875rem !important; }
  .fz-xxl-16 {
    font-size: 1rem !important; }
  .fz-xxl-18 {
    font-size: 1.125rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/**
 * Override bootstrap styles
 * My custom styles
 */
/**
 * Mixins
 */
@use "sass:math";
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-favorite {
  width: 1em; }

@use "sass:math";
/**
 * Base
 */
/* Include fonts
   @mixin ======================================================================== */
/**
 * Roboto
 */
body * {
  font-family: Roboto, Arial, Ubuntu, Helvetica, sans-serif; }

a {
  text-decoration: none;
  color: #EE3732; }
  a:hover {
    color: #EE3732; }

p {
  font-family: Arial;
  color: #333;
  font-size: 1rem;
  font-weight: 400; }

.section {
  padding: 80px 0; }
  .section h2, .section .h2 {
    margin-bottom: 40px;
    font-size: 2rem; }
    @media (max-width: 767px) {
      .section h2, .section .h2 {
        margin-bottom: 20px;
        font-size: 1.75rem; } }
  .section--gray {
    background-color: #F7F7F9; }
    .section--gray .catalog-card {
      background-color: #fff;
      box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.25); }
  .section--red {
    background: url(/images/bg-gray.png), linear-gradient(180deg, #EA4F48 0%, #E6272C 100%), #282628;
    background-blend-mode: darken, normal, normal;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.125rem; }
    .section--red *, .section--red label.error {
      color: #fff; }
    .section--red label.error {
      color: #fff !important; }
  .section-line {
    height: 1px;
    width: 100%;
    background-color: #E6E6E6; }
  @media (max-width: 576px) {
    .section {
      padding: 40px 0; } }

.title-link {
  display: flex;
  justify-content: space-between; }
  .title-link a {
    transform: translateY(6px);
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap; }

a .icon-arrow-right {
  width: 7px;
  height: 11px;
  margin-left: 3px; }

.btn-red {
  display: inline-block;
  background-color: #EE3732;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  border: 0;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 576px) {
    .btn-red {
      font-size: 0.875rem; } }
  .btn-red:hover {
    background-color: #F15F5B;
    color: #fff; }
  .btn-red.in-cart {
    color: #EE3732;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 1px #EE3732; }
    .btn-red.in-cart:hover {
      box-shadow: inset 0px 0px 0px 1px #EE3732;
      background-color: #EE3732;
      color: #fff; }

.btn-red--order {
  background: linear-gradient(180deg, #EA4F48 0%, #E6272C 100%);
  border-radius: 0px;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 8px 20px;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  text-align: center; }
  .btn-red--order:hover {
    color: #fff; }

.btn-gray {
  background: #2C232C;
  color: #fff;
  padding: 9px 30px;
  border: 0;
  margin-bottom: 0;
  border-radius: 5px;
  text-align: center; }
  .btn-gray:hover {
    background: #333333; }

.btn-white {
  padding: 8px 20px;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.9375rem;
  cursor: pointer;
  white-space: nowrap;
  color: #EE3732;
  box-shadow: inset 0px 0px 0px 1px #EE3732;
  text-align: center;
  background: #fff;
  transition: all 0.2s ease-in-out; }
  .btn-white:not(.b-white):hover {
    color: #fff;
    background: #EE3732;
    box-shadow: inset 0px 0px 0px 1px #fff; }
  .btn-white.b-white:hover {
    color: #fff;
    background: #EE3732;
    box-shadow: inset 0px 0px 0px 1px #EE3732; }

.transparent {
  background: transparent !important; }

.f-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  display: none;
  z-index: 2; }

@media (max-width: 992px) {
  #main-content {
    margin-top: 60px; } }

.text-left {
  text-align: left !important; }

.slick-container {
  position: relative; }
  .slick-container .slick__nav {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    width: 100%; }
    .slick-container .slick__nav > button {
      width: 40px;
      height: 40px;
      border: 0;
      border-radius: 500%;
      background-color: #EE3732;
      background-image: url(/images/arrow_white.png);
      background-position: 16px center;
      background-size: 23%;
      background-repeat: no-repeat;
      color: white;
      position: absolute;
      padding: 0;
      top: unset;
      font-size: 0; }
      .slick-container .slick__nav > button::before {
        display: none; }
      .slick-container .slick__nav > button span {
        font-size: 0; }
      .slick-container .slick__nav > button.slick-prev {
        transform: rotate(180deg);
        left: -20px; }
      .slick-container .slick__nav > button.slick-next {
        right: -20px;
        transform: translateY(0); }
      .slick-container .slick__nav > button.slick-disabled {
        display: none !important; }

.sticker {
  border-radius: 20px;
  padding: 0 10px;
  display: inline-block;
  margin: 3px 0;
  font-weight: 500;
  font-size: 0.75rem; }
  .sticker--yellow, .sticker--stock, .sticker--recommend {
    background: #FFBA33;
    color: #fff; }
  .sticker--red, .sticker--hit, .sticker--new {
    background: #EE3732;
    color: #fff; }
  .sticker--blue {
    background: #2F80ED;
    color: #fff; }

.description {
  overflow: hidden; }
  .description ul {
    display: block; }
    .description ul:not(:last-child) {
      margin: 0 0 27px; }
    .description ul li {
      position: relative;
      padding-left: 25px;
      ine-height: 20px;
      margin: 0 0 4px; }
      .description ul li::before {
        content: '';
        width: 20px;
        height: 24px;
        position: absolute;
        left: 0;
        top: 0;
        background: url(/imgs/ul_marker.png) no-repeat center; }

.icon-heart {
  stroke: #6D6D6D;
  fill: #fff;
  stroke-width: 2px; }

.characteristics {
  font-size: 1rem; }
  @media (max-width: 768px) {
    .characteristics {
      font-size: 0.875rem; } }
  .characteristics table {
    width: 100%; }
  .characteristics__item, .characteristics tr {
    display: flex;
    position: relative;
    margin-bottom: 13px; }
    @media (max-width: 768px) {
      .characteristics__item, .characteristics tr {
        flex-wrap: wrap; } }
  .characteristics__name, .characteristics__value, .characteristics td {
    width: 50%;
    display: block;
    position: relative; }
    @media (max-width: 768px) {
      .characteristics__name, .characteristics__value, .characteristics td {
        width: 100%; } }
  .characteristics__name, .characteristics td:first-child {
    background-color: transparent;
    color: #6D6D6D;
    position: relative; }
    @media (min-width: 577px) {
      .characteristics__name > span, .characteristics td:first-child > span {
        display: flex;
        width: 100%; }
        .characteristics__name > span::after, .characteristics td:first-child > span::after {
          content: "";
          display: block;
          position: relative;
          bottom: 7px;
          border-bottom: 1px dashed #D8D8D8;
          overflow: hidden;
          flex: 1 0;
          margin: 0 5px;
          align-self: flex-end; } }
  .characteristics__value, .characteristics td:nth-child(2) {
    font-weight: 700;
    color: #333333;
    background-color: #fff; }
  .characteristics.sb .characteristics__item {
    justify-content: space-between; }
  .characteristics.sb .characteristics__name, .characteristics.sb .characteristics__value, .characteristics.sb td {
    width: auto; }
  .characteristics.sb .characteristics__name, .characteristics.sb td:first-child {
    flex-grow: 1; }
  .characteristics.sb .characteristics__value {
    white-space: nowrap; }
  @media (max-width: 768px) {
    .characteristics:not(.sb) .characteristics__name > span::after, .characteristics:not(.sb) td:first-child > span::after {
      display: none; } }
  .characteristics.cl .characteristics__item {
    flex-direction: column; }
  .characteristics.cl .characteristics__name > span::after, .characteristics.cl td:first-child > span::after {
    display: none; }
  .characteristics.cl .characteristics__name, .characteristics.cl .characteristics__value, .characteristics.cl td {
    width: 100%; }

.cart-detail {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px; }
  .cart-detail__nds {
    color: #6D6D6D;
    margin-bottom: 5px;
    font-size: 0.6875rem; }
  .cart-detail__price {
    font-weight: 800;
    font-size: 2rem;
    color: #EE3732; }
    .cart-detail__price .currency {
      font-size: 1.25rem;
      color: #808080; }
    .cart-detail__price.no-price {
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 20px; }
    .cart-detail__price--old {
      font-size: 1.25rem;
      color: #6D6D6D; }
  .cart-detail .counter_wrapp {
    margin-top: 12px; }
    .cart-detail .counter_wrapp .btn-red.in-cart i {
      display: none; }
  .cart-detail .counter_block {
    display: flex;
    height: 32px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    width: 100%; }
    .cart-detail .counter_block input[type='text'] {
      border: 0;
      text-align: center;
      width: 100%;
      height: 30px;
      font-size: 1rem;
      padding: 5px; }
    .cart-detail .counter_block .minus, .cart-detail .counter_block .plus {
      min-width: 50px;
      height: 100%;
      background: #D8D8D8;
      display: inline-block;
      position: relative;
      cursor: pointer; }
      .cart-detail .counter_block .minus::before, .cart-detail .counter_block .plus::before {
        position: absolute;
        display: inline-block;
        content: "";
        width: 20px;
        height: 19px;
        background: url(/images/plus_minus.png) 3px 3px no-repeat;
        top: 5px;
        left: 15px; }
    .cart-detail .counter_block .minus:hover::before {
      background-position: -43px 3px; }
    .cart-detail .counter_block .plus::before {
      background-position: -18px 3px; }
    .cart-detail .counter_block .plus:hover::before {
      background-position: -63px 3px; }
  .cart-detail__delivery {
    color: #6D6D6D;
    font-size: 1rem;
    text-align: center;
    margin: 15px 0 0;
    border-top: 1px solid #E6E6E6;
    padding: 15px 0 0; }
    .cart-detail__delivery .icon-info-circle {
      width: 20px;
      height: 20px;
      transform: translateY(-2px);
      margin-right: 5px; }
    .cart-detail__delivery a {
      color: inherit;
      transition: all 0.2s ease-in-out; }
      .cart-detail__delivery a:hover {
        color: #EE3732; }
  .cart-detail .consultation {
    text-align: center;
    margin-top: 18px;
    color: #EE3732;
    font-weight: 700;
    font-size: 1rem;
    display: block;
    cursor: pointer; }

.unit-converter input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: 0;
  padding: 12px 15px; }

.unit-converter select {
  display: block;
  height: 100%;
  border: 0;
  background-color: #fff;
  border-radius: 5px; }

.unit-converter__title {
  padding-top: 20px;
  border-top: 1px solid #E6E6E6;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 10px; }

.unit-converter__name {
  font-size: 0.875rem;
  color: #6D6D6D; }
  .unit-converter__name a {
    color: inherit; }

.unit-converter__column {
  margin: 5px 0 0;
  border: 1px solid #D0D0D0;
  border-radius: 5px; }

.unit-converter__from {
  position: relative; }
  .unit-converter__from input {
    border-right: 1px solid #D0D0D0;
    border-radius: 5px 0px 0px 5px; }

.unit-converter__to input {
  border-left: 1px solid #D0D0D0;
  border-radius: 0px 5px 5px 0px; }

.unit-converter .common_select {
  position: relative;
  height: 100%;
  display: block; }

.unit-converter .icon-arrow-right {
  position: absolute;
  color: #D8D8D8;
  right: -36px;
  top: 10px;
  width: 18px;
  height: 18px; }
  @media (max-width: 992px) {
    .unit-converter .icon-arrow-right {
      display: none; } }

.unit-converter .common_select-dd {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  min-width: 100%;
  width: auto;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); }

.unit-converter .ik_select_list_inner {
  height: 127px;
  overflow-y: scroll; }

.unit-converter .common_select-link {
  position: relative;
  height: 100%; }
  .unit-converter .common_select-link .ik_select_link_text {
    padding: 8px 15px;
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: block;
    height: 100%; }
  .unit-converter .common_select-link .trigger {
    position: absolute;
    width: 36px;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer; }
    .unit-converter .common_select-link .trigger .icon-arrow-up {
      width: 10px;
      height: 10px;
      transform: rotate(180deg);
      color: #EE3732;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -5px;
      margin-left: -5px; }
  .unit-converter .common_select-link.opened .icon-arrow-up {
    transform: rotate(0); }

.ik_select_option {
  padding: 8px 9px 9px 9px;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .ik_select_option.ik_select_hover {
    background-color: #D0D0D0; }
  .ik_select_option.ik_select_active {
    background-color: #EE3732;
    color: #fff; }

.instruction__title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #2C232C;
  margin-bottom: 30px; }

.instruction__document {
  font-weight: 500;
  font-size: 1rem;
  padding: 23px 47px;
  color: #333333;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .instruction__document a {
    color: inherit; }
  .instruction__document:hover {
    color: #EE3732; }
  .instruction__document span {
    position: relative;
    text-decoration: underline; }
    .instruction__document span .icon-pdf {
      position: absolute;
      left: -40px;
      top: -7px;
      width: 32px;
      height: 32px; }

.instruction__warning {
  font-weight: 500;
  font-size: 0.875rem;
  padding: 20px;
  color: #EE3732;
  background-color: rgba(238, 55, 50, 0.05);
  border-radius: 5px; }
  .instruction__warning b {
    color: inherit; }

.icon-pdf {
  width: 32px;
  height: 32px;
  color: #EE3732; }
  .icon-pdf path:first-child {
    fill: #EE3732; }

.wrap_md .iblock {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 0.8125rem; }

.file_type .description {
  padding: 0 0 0 0;
  font-size: 0.75rem;
  position: relative;
  top: -3px; }

.services_links__item {
  margin-bottom: 20px; }
  .services_links__item a {
    display: inline;
    font-family: Arial;
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 1.3125rem;
    text-align: left;
    border-bottom: 1px solid #a6a6a6;
    transition: all 0.2s ease-in-out; }
    .services_links__item a:hover {
      color: #EE3732;
      border-bottom: 1px solid #EE3732; }

.slick-track {
  margin: 0; }

.ASSOCIATED_slides .slick-track, .main-reviews .slick-track, .card-slider .slick-track {
  display: flex;
  margin: 0; }
  .ASSOCIATED_slides .slick-track .slick-slide, .main-reviews .slick-track .slick-slide, .card-slider .slick-track .slick-slide {
    height: auto; }
    .ASSOCIATED_slides .slick-track .slick-slide > div, .main-reviews .slick-track .slick-slide > div, .card-slider .slick-track .slick-slide > div {
      height: 100%; }

.ASSOCIATED_slides .slick-list, .card-slider .slick-list {
  padding: 30px 0; }
.card-slider .slick-list {
	padding: 30px 0 90px 0;
}
  @media (max-width: 576px) {
    .ASSOCIATED_slides .slick-list, .card-slider .slick-list {
      margin-top: 0; } 
	.card-slider .slick-list {
	  padding: 30px 0; }
  }

.ASSOCIATED_slides .slick-slide > div, .card-slider .slick-slide > div {
  padding: 0 10px; }
  @media (max-width: 576px) {
    .ASSOCIATED_slides .slick-slide > div, .card-slider .slick-slide > div {
      padding: 0 5px;
      width: 225px; } }

.ASSOCIATED_slides .slick-dots, .card-slider .slick-dots {
  display: flex;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 0;
  height: 2px; }
  .ASSOCIATED_slides .slick-dots li, .card-slider .slick-dots li {
    width: 100%;
    background-color: #E6E6E6;
    overflow: hidden; }
    .ASSOCIATED_slides .slick-dots li.slick-active, .card-slider .slick-dots li.slick-active {
      background-color: #333333; }
  .ASSOCIATED_slides .slick-dots button, .card-slider .slick-dots button {
    font-size: 0;
    opacity: 0; }

.ASSOCIATED_slides .catalog-block--item, .card-slider .catalog-block--item {
  height: 100%; }

.main-reviews .slick-list {
  margin: -15px -10px;
  padding: 15px 3px; }

.main-reviews .slick-slide > div {
  padding: 0 13px; }

.main-reviews .slick-dots {
  display: flex;
  margin-top: 20px;
  justify-content: center; }
  .main-reviews .slick-dots li {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2C232C;
    overflow: hidden;
    transition: all 0.2s ease-in-out; }
    .main-reviews .slick-dots li.slick-active {
      background-color: #EE3732;
      box-shadow: 0 0 0 4px #EE3732; }
    .main-reviews .slick-dots li:not(:last-child) {
      margin-right: 10px; }
  .main-reviews .slick-dots button {
    font-size: 0;
    opacity: 0; }

.youtube-preview {
  position: relative; }
  .youtube-preview:before {
    content: '';
    position: absolute;
    width: 35%;
    padding: 15% 0;
    background-image: url(/images/youtube.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out; }
  .youtube-preview:hover::before {
    opacity: 1; }

.column-2 {
  width: calc(100% / 2); }

.column-4 {
  width: calc(100% / 4); }

.column-5 {
  width: calc(100% / 5); }

@media (min-width: 421px) {
  .column-xsm-2 {
    width: calc(100% / 2); } }

@media (min-width: 421px) {
  .column-xsm-3 {
    width: calc(100% / 3); } }

@media (min-width: 421px) {
  .column-xsm-4 {
    width: calc(100% / 4); } }

@media (min-width: 577px) {
  .column-sm-2 {
    width: calc(100% / 2); } }

@media (min-width: 577px) {
  .column-sm-3 {
    width: calc(100% / 3); } }

@media (min-width: 577px) {
  .column-sm-4 {
    width: calc(100% / 4); } }

@media (min-width: 577px) {
  .column-sm-5 {
    width: calc(100% / 5); } }

@media (min-width: 769px) {
  .column-md-2 {
    width: calc(100% / 2); } }

@media (min-width: 769px) {
  .column-md-3 {
    width: calc(100% / 3); } }

@media (min-width: 769px) {
  .column-md-4 {
    width: calc(100% / 4); } }

@media (min-width: 769px) {
  .column-md-5 {
    width: calc(100% / 5); } }

@media (min-width: 993px) {
  .column-lg-2 {
    width: calc(100% / 2); } }

@media (min-width: 993px) {
  .column-lg-3 {
    width: calc(100% / 3); } }

@media (min-width: 993px) {
  .column-lg-4 {
    width: calc(100% / 4); } }

@media (min-width: 993px) {
  .column-lg-5 {
    width: calc(100% / 5); } }

@media (min-width: 1201px) {
  .column-xl-2 {
    width: calc(100% / 2); } }

@media (min-width: 1201px) {
  .column-xl-3 {
    width: calc(100% / 3); } }

@media (min-width: 1201px) {
  .column-xl-4 {
    width: calc(100% / 4); } }

@media (min-width: 1201px) {
  .column-xl-5 {
    width: calc(100% / 5); } }

@media (min-width: 1401px) {
  .column-xxl-2 {
    width: calc(100% / 2); } }

@media (min-width: 1401px) {
  .column-xxl-3 {
    width: calc(100% / 3); } }

@media (min-width: 1401px) {
  .column-xxl-4 {
    width: calc(100% / 4); } }

@media (min-width: 1401px) {
  .column-xxl-5 {
    width: calc(100% / 5); } }

/* Titles
   @mixin ======================================================================== */
h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5,
h6 .h6,
.h6 .h6 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 700; }
  h1:not(:first-child), .h1:not(:first-child), .h1:not(:first-child),
  h2:not(:first-child),
  .h2:not(:first-child), .h2:not(:first-child),
  h3:not(:first-child),
  .h3:not(:first-child), .h3:not(:first-child),
  h4:not(:first-child),
  .h4:not(:first-child), .h4:not(:first-child),
  h5:not(:first-child),
  .h5:not(:first-child), .h5:not(:first-child),
  h6 .h6:not(:first-child),
  .h6 .h6:not(:first-child) {
    margin-top: 20px; }

/**
 * Responsive titles
 */
h1, .h1, .h1 {
  /* 36px - 24px */ }
  @media (max-width: 320px) {
    h1, .h1, .h1 {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    h1, .h1, .h1 {
      font-size: 2.25rem; } }
  @media (max-width: 991.98px) {
    h1, .h1, .h1 {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 790); } }

h2, .h2, .h2 {
  /* 30px - 22px */ }
  @media (max-width: 320px) {
    h2, .h2, .h2 {
      font-size: 1.375rem; } }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    h2, .h2, .h2 {
      font-size: 1.875rem; } }
  @media (max-width: 991.98px) {
    h2, .h2, .h2 {
      font-size: calc(1.375rem + 1 * (100vw - 20rem) / 790); } }

h3, .h3, .h3 {
  /* 26px - 20px */ }
  @media (max-width: 320px) {
    h3, .h3, .h3 {
      font-size: 1.25rem; } }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    h3, .h3, .h3 {
      font-size: 1.625rem; } }
  @media (max-width: 991.98px) {
    h3, .h3, .h3 {
      font-size: calc(1.25rem + 1 * (100vw - 20rem) / 790); } }

h4, .h4, .h4 {
  /* 24px - 18px */ }
  @media (max-width: 320px) {
    h4, .h4, .h4 {
      font-size: 1.125rem; } }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    h4, .h4, .h4 {
      font-size: 1.5rem; } }
  @media (max-width: 991.98px) {
    h4, .h4, .h4 {
      font-size: calc(1.125rem + 1 * (100vw - 20rem) / 790); } }

h5, .h5, .h5 {
  /* 20px - 17px */ }
  @media (max-width: 320px) {
    h5, .h5, .h5 {
      font-size: 1.0625rem; } }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    h5, .h5, .h5 {
      font-size: 1.25rem; } }
  @media (max-width: 991.98px) {
    h5, .h5, .h5 {
      font-size: calc(1.0625rem + 1 * (100vw - 20rem) / 790); } }

h6, .h6, .h6 {
  /* 18px - 16px */ }
  @media (max-width: 320px) {
    h6, .h6, .h6 {
      font-size: 1rem; } }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    h6, .h6, .h6 {
      font-size: 1.125rem; } }
  @media (max-width: 991.98px) {
    h6, .h6, .h6 {
      font-size: calc(1rem + 1 * (100vw - 20rem) / 790); } }

/**
 * Lists
 */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.icon {
  display: inline-block; }

.bulb {
  background-image: url(/local/templates/fiztechkz/css/../images/sprite.png);
  background-position: 0px -41px;
  width: 24px;
  height: 36px; }

.calendar {
  background-image: url(/local/templates/fiztechkz/css/../images/sprite.png);
  background-position: 0px 0px;
  width: 36px;
  height: 36px; }

.config {
  background-image: url(/local/templates/fiztechkz/css/../images/sprite.png);
  background-position: -41px 0px;
  width: 36px;
  height: 36px; }

/**
 * Components
 */
.header {
  padding: 12px 0;
  position: relative;
  z-index: 10;
  background-color: white; }
  .header a {
    color: #2C232C; }
  .header__phone {
    margin-left: 45px;
    text-align: right; }
    .header__phone a {
      color: #2C232C;
      font-weight: 700;
      font-size: 1.125rem; }
      .header__phone a svg {
        margin-right: 6px; }
    .header__phone--text {
      display: block;
      font-size: 0.75rem;
      color: rgba(44, 35, 44, 0.7); }
  .header__search {
    flex-grow: 1;
    margin-left: 65px;
    position: relative; }
    .header__search input {
      width: 100%;
      box-sizing: border-box;
      border-radius: 5px;
      border: 1px solid #D2D2D2;
      padding: 10px 28px 10px 12px;
      background: white;
      font-size: 0.875rem; }
      .header__search input::placeholder {
        color: #BBBBBB; }
      .header__search input::-moz-placeholder {
        color: #BBBBBB; }
      .header__search input:-moz-placeholder {
        color: #BBBBBB; }
      .header__search input:-ms-input-placeholder {
        color: #BBBBBB; }
      .header__search input::-ms-input-placeholder {
        color: #BBBBBB; }
      .header__search input::-webkit-input-placeholder {
        color: #BBBBBB; }
    .header__search button {
      position: absolute;
      background: transparent;
      border: 0;
      top: 50%;
      transform: translateY(-50%);
      right: 8px; }
  .header__auth {
    font-size: 0.875rem;
    font-weight: 400; }
    .header__auth a {
      font-size: inherit;
      transition: all 0.2s ease-in-out; }
      .header__auth a:hover {
        color: #EE3732; }
    .header__auth > span {
      transition: all 0.2s ease-in-out; }
      .header__auth > span:hover {
        color: #EE3732; }
  .header__icon {
    margin-left: 35px;
    position: relative; }
    .header__icon .count {
      display: none;
      position: absolute;
      font-size: 0.5625rem;
      top: 0;
      right: -5px; }
    .header__icon:hover .count {
      color: #EE3732; }
  .header .icon-comparison {
    width: 1.5em;
    height: 1.5em;
    transition: all 0.2s ease-in-out; }
    .header .icon-comparison:hover {
      color: #EE3732; }
  .header .icon-cart {
    width: 1.5em;
    height: 1.5em;
    transition: all 0.2s ease-in-out; }
    .header .icon-cart:hover {
      color: #EE3732; }
  .header .icon-user {
    width: 1.5em;
    height: 1.5em;
    margin-right: 13px; }
  .header .icon-phone {
    width: 0.9em;
    height: 0.9em; }
  .header .icon-search-btn {
    width: 0.9em;
    height: 0.9em;
    fill: #EE3732; }
  @media (max-width: 992px) {
    .header {
      display: none; } }

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #F4F5F6;
  transform: translateY(0);
  z-index: 100;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 993px) {
    .mobile-header {
      transform: translateY(-60px); } }
  .mobile-header__logo {
    padding: 0 20px;
    margin-right: auto; }
    .mobile-header__logo img {
      height: 42px; }
  .mobile-header__icon {
    margin-left: 20px;
    position: relative; }
    .mobile-header__icon .count {
      color: #2C232C;
      display: none;
      position: absolute;
      font-size: 0.5625rem;
      top: 0;
      right: -5px; }
  .mobile-header__auth a {
    color: #2C232C; }
  .mobile-header__auth .user-menu {
    position: absolute;
    top: calc(100% + 18px);
    right: -20px;
    display: none;
    background-color: #F4F5F6; }
    .mobile-header__auth .user-menu a {
      padding: 8px 15px;
      display: block;
      border-bottom: 1px solid #E6E6E6;
      white-space: nowrap; }
  .mobile-header__auth .have-user:hover .user-menu, .mobile-header__auth .have-user:active .user-menu {
    display: block; }
  .mobile-header .icon {
    fill: black;
    width: 24px;
    height: 24px;
    cursor: pointer; }
  .mobile-header__burger {
    cursor: pointer; }
    .mobile-header__burger .icon {
      fill: #EE3732; }
      .mobile-header__burger .icon-close {
        display: none; }
    .mobile-header__burger.open .icon-burger {
      display: none; }
    .mobile-header__burger.open .icon-close {
      display: inline-block; }

.top-nav {
  background-color: #EE3732;
  font-size: 0.875rem;
  color: #fff;
  position: relative;
  z-index: 11; }
  .top-nav__list {
    display: flex;
    margin-right: auto; }
    .top-nav__list a {
      font-size: 0.875rem;
      line-height: 1.375rem;
      color: #fff;
      display: inline-block;
      padding: 10px 15px;
      transition: all 0.2s ease-in-out; }
      .top-nav__list a:hover {
        background-color: #F15F5B; }
  .top-nav__email {
    padding: 10px 25px;
    background-color: #F15F5B; }
    .top-nav__email a {
      font-size: 0.875rem;
      line-height: 1.375rem;
      color: #fff;
      margin-left: 10px;
      font-weight: 700;
      text-decoration: underline; }
  .top-nav__lang {
    padding: 10px 0 10px 40px; }
    .top-nav__lang span:not(:last-child) {
      margin-right: 10px; }
    .top-nav__lang span:not(.active) a {
      color: rgba(255, 255, 255, 0.7); }
    .top-nav__lang span a {
      font-size: 0.875rem;
      line-height: 1.375rem;
      color: inherit;
      transition: all 0.2s ease-in-out; }
      .top-nav__lang span a:hover {
        color: #fff; }
  .top-nav__city {
    position: relative; }
    .top-nav__city-current {
      font-size: 0.875rem;
      line-height: 1.375rem;
      color: #fff;
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
      position: relative;
      transition: all 0.2s ease-in-out; }
      .top-nav__city-current:hover {
        background-color: #F15F5B; }
      .top-nav__city-current > span {
        position: relative; }
        .top-nav__city-current > span:before {
          content: "";
          width: 100%;
          height: 1px;
          bottom: -5px;
          left: 0;
          position: absolute;
          border-bottom: 1px dashed #fff; }
    .top-nav__city-dropdown {
      position: absolute;
      display: none;
      top: 100%;
      left: 0;
      width: auto;
      background-color: #EE3732; }
    .top-nav__city:hover .city-dropdown {
      display: block; }
  @media (max-width: 992px) {
    .top-nav {
      display: none; } }

.mainmenu {
  position: relative;
  top: 0;
  background-color: #F4F5F6;
  z-index: 10; }
  .mainmenu__list {
    display: flex; }
  .mainmenu__item {
    position: relative;
    flex-grow: 1;
    white-space: nowrap; }
    .mainmenu__item .icon-dropdown {
      display: none; }
    .mainmenu__item a {
      width: 100%;
      text-align: center;
      display: inline-block;
      font-size: 1rem;
      font-weight: 700;
      color: #2C232C;
      padding: 13px 21px;
      transition: all 0.2s ease-in-out; }
      .mainmenu__item a:hover {
        color: #EE3732; }
      @media (max-width: 1200px) {
        .mainmenu__item a {
          padding: 13px 10px; } }
    .mainmenu__item--catalog {
      cursor: pointer;
      position: relative;
      transition: all 0.2s ease-in-out; }
      @media (min-width: 993px) {
        .mainmenu__item--catalog {
          background-color: #EE3732;
          padding: 0 6px 0 46px; } }
  @media (min-width: 993px) and (max-width: 1200px) {
    .mainmenu__item--catalog {
      padding: 0 6px 0 30px; } }
      .mainmenu__item--catalog a {
        color: #fff; }
        .mainmenu__item--catalog a:hover {
          color: #fff; }
      @media (min-width: 993px) {
        .mainmenu__item--catalog:hover {
          background-color: #F15F5B; } }
      .mainmenu__item--catalog.open .icon-burger {
        display: none; }
      .mainmenu__item--catalog.open .icon-close {
        display: inline-block; }
      .mainmenu__item--catalog .icon {
        position: absolute;
        top: 19px;
        left: 32px; }
        @media (max-width: 1200px) {
          .mainmenu__item--catalog .icon {
            left: 16px; } }
        .mainmenu__item--catalog .icon-burger, .mainmenu__item--catalog .icon-close {
          transform: translateY(-1px);
          fill: #fff;
          width: 16px;
          height: 12px; }
        .mainmenu__item--catalog .icon-close {
          top: 17px;
          height: 16px;
          display: none; }
    .mainmenu__item .dropdown {
      display: none;
      position: absolute;
      top: 100%;
      z-index: 1;
      background: #fff;
      white-space: nowrap;
      width: auto;
      min-width: 100%;
      background-color: #F4F5F6; }
      .mainmenu__item .dropdown a {
        text-align: left;
        font-size: 0.875rem;
        font-weight: 400;
        width: 100%;
        transition: all 0.2s ease-in-out; }
        .mainmenu__item .dropdown a:hover {
          background: #E6E6E6;
          color: inherit; }
    @media (min-width: 993px) {
      .mainmenu__item:hover > .dropdown {
        display: block; } }
  @media (max-width: 992px) {
    .mainmenu {
      width: 320px;
      max-width: 100%;
      position: fixed;
      top: 60px;
      background-color: white;
      z-index: 10;
      overflow-y: auto;
      height: calc(100vh - 60px);
      transform: translateX(-100%);
      display: none;
      transition: all 0.5s ease-in-out; }
      .mainmenu.open-menu {
        display: block;
        transform: translateX(0); }
      .mainmenu__list {
        display: block; }
      .mainmenu__item {
        border-bottom: 1px solid #E6E6E6;
        position: relative; }
        .mainmenu__item .icon-dropdown {
          display: inline-block;
          position: absolute;
          width: 11px;
          height: 7px;
          right: 0;
          top: 23px;
          transform: rotate(180deg);
          fill: #EE3732; }
        .mainmenu__item.open .icon-dropdown {
          transform: rotate(0); }
        .mainmenu__item a {
          width: auto;
          text-align: left;
          display: inline-block;
          font-size: 1rem;
          font-weight: 700;
          color: #2C232C;
          padding: 15px 0; }
        .mainmenu__item .dropdown {
          position: static;
          background-color: #fff; }
          .mainmenu__item .dropdown a {
            position: relative;
            padding: 15px;
            font-size: 1rem; }
        .mainmenu__item--catalog .icon {
          display: none; }
        .mainmenu__item--catalog .icon-dropdown {
          display: inline-block;
          left: unset; }
        .mainmenu__item--catalog .dropdown a {
          padding: 15px 15px 15px 34px; }
        .mainmenu__item--catalog .dropdown .catalog-list-dropdown__img {
          left: 0;
          top: 14px;
          width: 24px;
          height: 24px;
          background-size: contain; } }

.main-banner {
  height: 400px; }
  .main-banner__item {
    width: 100%;
    height: 100%;
    background-size: cover; }

.advantages {
  padding: 65px 0; }
  @media (max-width: 768px) {
    .advantages {
      padding: 40px 0 35px; } }
  .advantages__item {
    position: relative;
    padding-left: 47px; }
    @media (max-width: 1200px) {
      .advantages__item {
        margin-bottom: 15px; } }
  .advantages__icon {
    position: absolute;
    left: 0;
    top: 0; }
    .advantages__icon .icon {
      width: 40px;
      height: 40px;
      fill: #EE3732; }
  .advantages__description {
    white-space: nowrap; }
  .advantages__title {
    font-size: 1rem;
    font-weight: 700;
    color: #333333; }
  .advantages__text {
    font-size: 0.8125rem;
    color: rgba(51, 51, 51, 0.7); }

.catalog-preview__item {
  padding: 25px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.2s ease-in-out; }
  .catalog-preview__item:hover {
    box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.25); }
  @media (max-width: 768px) {
    .catalog-preview__item {
      margin: 5px 0;
      min-height: 194px;
      padding: 20px; } }

.catalog-preview__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2C232C;
  margin-bottom: 20px; }

.catalog-preview__left {
  width: 60%;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  @media (max-width: 576px) {
    .catalog-preview__left {
      width: 70%; } }
  .catalog-preview__left li {
    margin-bottom: 10px;
    line-height: 1.3125rem; }
    @media (max-width: 576px) {
      .catalog-preview__left li {
        margin-bottom: 8px; } }
    .catalog-preview__left li a {
      font-family: 'Arial';
      position: relative;
      color: #333333;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 576px) {
        .catalog-preview__left li a {
          font-size: 0.75rem; } }
      .catalog-preview__left li a::after {
        content: '';
        position: absolute;
        bottom: -1px;
        width: 100%;
        height: 1px;
        display: block;
        background-color: #D9D9D9;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 576px) {
          .catalog-preview__left li a::after {
            display: none; } }
      .catalog-preview__left li a:hover {
        color: #EE3732; }
        .catalog-preview__left li a:hover::after {
          background-color: #F15F5B; }

.catalog-preview__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 60%;
  z-index: -1; }

.catalog-preview__more {
  text-decoration: underline; }
  @media (max-width: 576px) {
    .catalog-preview__more {
      font-size: 0.75rem; } }

.catalog-preview__btn {
  margin-top: auto;
  padding-top: 30px; }

.catalog-preview__list--full .catalog-preview__img {
  background-position: 120% bottom; }
  @media (max-width: 576px) {
    .catalog-preview__list--full .catalog-preview__img {
      background-size: auto 150px;
      background-position: 108% bottom; } }
  @media (min-width: 577px) and (max-width: 992px) {
    .catalog-preview__list--full .catalog-preview__img {
      background-position: 105% bottom; } }
  @media (min-width: 993px) and (max-width: 1200px) {
    .catalog-preview__list--full .catalog-preview__img {
      background-position: 110% bottom; } }
  @media (min-width: 1201px) {
    .catalog-preview__list--full .catalog-preview__img {
      background-size: auto 210px; } }

.catalog-preview__list--min .catalog-preview__img {
  background-position: 105% 117%; }
  @media (min-width: 993px) and (max-width: 1200px) {
    .catalog-preview__list--min .catalog-preview__img {
      background-size: auto 50%;
      background-position: 120% 117%; } }
  @media (min-width: 577px) and (max-width: 768px) {
    .catalog-preview__list--min .catalog-preview__img {
      background-position: 117% 117%; } }
  @media (min-width: 993px) and (max-width: 1200px) {
    .catalog-preview__list--min .catalog-preview__img.membrannye_razdeliteli, .catalog-preview__list--min .catalog-preview__img.dopolnitelnoe_oborudovanie {
      background-position: 105% 117%; } }

.services-main__item {
  border-radius: 5px;
  overflow: hidden;
  background-color: #EAEAEC;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out; }
  .services-main__item:hover {
    box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.25); }
  @media (min-width: 577px) {
    .services-main__item {
      height: 100%;
      margin: 0; } }

.services-main__img {
  width: 100%;
  height: 220px;
  object-fit: cover; }

.services-main__description {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.services-main__title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #2C232C;
  margin-bottom: 20px; }

.services-main__detail {
  font-weight: 700;
  font-size: 1rem;
  margin-top: auto; }
  .services-main__detail .icon {
    height: 12px; }

.about-company {
  position: relative; }
  .about-company__img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover; }
    @media (max-width: 768px) {
      .about-company__img img {
        height: 190px; } }
  .about-company__description {
    font-size: 1rem; }
    @media (min-width: 993px) {
      .about-company__description {
        padding: 67px 20px 0 0; } }
    @media (max-width: 576px) {
      .about-company__description {
        font-size: 0.875rem; } }
  @media (min-width: 993px) {
    .about-company > h2:first-child, .about-company > .h2:first-child {
      position: absolute;
      left: 0;
      top: 0; } }
  .about-company p {
    font-size: inherit; }

.experience__title {
  font-weight: 700;
  font-size: 3rem;
  color: #EE3732; }
  @media (max-width: 768px) {
    .experience__title {
      font-size: 2rem; } }

.experience__text {
  color: rgba(51, 51, 51, 0.7);
  font-size: 1rem; }
  @media (max-width: 576px) {
    .experience__text {
      font-size: 0.875rem; } }

.main-reviews__item {
  box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: 100%;
  width: 268px;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 576px) {
    .main-reviews__item {
      margin-bottom: 20px; } }
  .main-reviews__item:hover {
    transform: scale(1.01); }

.main-reviews img {
  width: 100%;
  object-fit: cover; }

.main-clients__item {
  padding-top: 30px; }
  .main-clients__item img {
    display: block;
    max-width: 100%; }

@media (max-width: 576px) {
  .main-clients p {
    font-size: 0.875rem; } }

.catalog-list-dropdown {
  padding-top: 20px;
  height: 650px;
  max-height: calc(100vh - 200px);
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 100;
  display: none; }
  .catalog-list-dropdown > div {
    height: 100%;
    position: relative;
    overflow-y: auto;
    scrollbar-width: 0; }
    .catalog-list-dropdown > div::-webkit-scrollbar {
      width: 0; }
  .catalog-list-dropdown__scroll {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    position: relative;
    scrollbar-width: 5px;
      scrollbar-width-scrollbar-color: #D9D9D9 #F4F5F6; }
    .catalog-list-dropdown__scroll::-webkit-scrollbar {
      width: 5px; }
    .catalog-list-dropdown__scroll::-webkit-scrollbar-track {
      background: transparent; }
    .catalog-list-dropdown__scroll::-webkit-scrollbar-thumb {
      background: transparent; }
    .catalog-list-dropdown__scroll.show::-webkit-scrollbar-track {
      background: #F4F5F6; }
    .catalog-list-dropdown__scroll.show::-webkit-scrollbar-thumb {
      background: #D9D9D9; }
  .catalog-list-dropdown__img {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 20px;
    top: 10px;
    background-blend-mode: darken;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out; }
  .catalog-list-dropdown__list {
    width: 268px;
    position: absolute;
    z-index: 2; }
  .catalog-list-dropdown__item a {
    display: block;
    position: relative;
    padding: 22px 4px 22px 78px;
    color: #333333;
    font-weight: 600;
    transition: all 0.2s ease-in-out; }
    .catalog-list-dropdown__item a:hover, .catalog-list-dropdown__item a.active {
      background-color: #F4F5F6;
      color: #EE3732; }
      .catalog-list-dropdown__item a:hover .catalog-list-dropdown__img, .catalog-list-dropdown__item a.active .catalog-list-dropdown__img {
        background-color: #F4F5F6; }
  .catalog-list-dropdown__column {
    column-count: 2;
    column-gap: 20px; }
    .catalog-list-dropdown__column a {
      display: inline-block;
      font-size: 0.875rem;
      color: #333333;
      margin-top: 15px;
      transition: all 0.2s ease-in-out; }
      .catalog-list-dropdown__column a:hover {
        color: #EE3732; }
  .catalog-list-dropdown__sub {
    padding: 0 283px;
    overflow-y: scroll;
    height: 100%;
    scrollbar-width: 5px;
      scrollbar-width-scrollbar-color: #D9D9D9 #F4F5F6;
    position: relative; }
    .catalog-list-dropdown__sub::-webkit-scrollbar {
      width: 5px; }
    .catalog-list-dropdown__sub::-webkit-scrollbar-track {
      background: transparent; }
    .catalog-list-dropdown__sub::-webkit-scrollbar-thumb {
      background: transparent; }
    .catalog-list-dropdown__sub.scroll::-webkit-scrollbar-track {
      background: #F4F5F6; }
    .catalog-list-dropdown__sub.scroll::-webkit-scrollbar-thumb {
      background: #D9D9D9; }
    .catalog-list-dropdown__sub-title {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 15px; }
      .catalog-list-dropdown__sub-title a {
        color: inherit;
        transition: all 0.2s ease-in-out; }
        .catalog-list-dropdown__sub-title a:hover {
          color: #EE3732; }
    .catalog-list-dropdown__sub-item {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      padding: 0 283px; }
  .catalog-list-dropdown__banner {
    border-radius: 5px;
    width: 268px;
    overflow: hidden;
    background: url(/images/bg-gray.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    right: 17px;
    z-index: 2; }
    .catalog-list-dropdown__banner-circle {
      background-color: #fff;
      clip-path: circle(109% at 26% -6%);
      height: 340px; }
    .catalog-list-dropdown__banner-img {
      width: 100%;
      height: 330px;
      background: linear-gradient(0deg, rgba(71, 71, 71, 0.1), rgba(71, 71, 71, 0.1)), url(/images/catalog-list-banner.jpg);
      background-repeat: no-repeat;
      background-size: 174%;
      background-position: center top;
      clip-path: circle(109% at 26% -6%); }
      @media (max-width: 1200px) {
        .catalog-list-dropdown__banner-img {
          background-size: 181%; } }
    .catalog-list-dropdown__banner--img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer; }
    .catalog-list-dropdown__banner-description {
      padding: 0 20px 20px 20px; }
    .catalog-list-dropdown__banner h3, .catalog-list-dropdown__banner .h3 {
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 1.5rem;
      color: #333333; }

.footer {
  padding: 40px 0 33px; }
  @media (max-width: 576px) {
    .footer {
      padding: 30px 0;
      background-color: #F7F7F9; } }
  .footer_col_2 {
    margin-left: auto; }
    @media (max-width: 992px) {
      .footer_col_2 {
        flex-grow: 1; } }
  .footer_col_3 {
    text-align: right; }
    @media (min-width: 769px) {
      .footer_col_3 {
        width: 215px; } }
    @media (min-width: 577px) and (max-width: 768px) {
      .footer_col_3 {
        margin-top: 20px; } }
    @media (max-width: 576px) {
      .footer_col_3 {
        text-align: center; } }
  .footer__logo {
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .footer__logo {
        text-align: center; } }
  .footer__copyright {
    font-size: 0.75rem;
    line-height: 1.3125rem;
    margin-bottom: 30px;
    letter-spacing: 0.00813rem; }
  .footer__search {
    position: relative;
    margin-bottom: 40px; }
    @media (max-width: 992px) {
      .footer__search {
        margin-bottom: 20px; } }
    .footer__search input {
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #D2D2D2;
      padding: 10px 28px 10px 12px;
      background: white;
      font-size: 0.875rem; }
      .footer__search input::placeholder {
        color: #BBBBBB; }
      .footer__search input::-moz-placeholder {
        color: #BBBBBB; }
      .footer__search input:-moz-placeholder {
        color: #BBBBBB; }
      .footer__search input:-ms-input-placeholder {
        color: #BBBBBB; }
      .footer__search input::-ms-input-placeholder {
        color: #BBBBBB; }
      .footer__search input::-webkit-input-placeholder {
        color: #BBBBBB; }
    .footer__search button {
      position: absolute;
      background: transparent;
      border: 0;
      top: 50%;
      transform: translateY(-50%);
      right: 8px;
      color: #EE3732; }
  .footer__copyright-creater {
    font-size: 0.8125rem;
    line-height: 1.3125rem;
    letter-spacing: 0.00813rem; }
    @media (max-width: 992px) {
      .footer__copyright-creater {
        margin-bottom: 20px; } }
    .footer__copyright-creater a {
      color: #333333;
      border-bottom: 1px solid #9B9B9B; }
    @media (max-width: 576px) {
      .footer__copyright-creater {
        margin-top: 20px;
        text-align: center; } }
  .footer__phone {
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin-bottom: 20px; }
    .footer__phone a {
      color: #EE3732;
      font-weight: 600;
      font-size: 1.375rem;
      line-height: 1.5rem;
      display: block;
      margin-top: 2px; }
      .footer__phone a .icon {
        width: 20px;
        height: 20px;
        transform: translate(-4px, -3px); }
  .footer__work-time {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    margin-bottom: 20px; }
    .footer__work-time span {
      display: block; }
    .footer__work-time--text {
      font-size: 0.75rem; }
    .footer__work-time--gray {
      color: #808080; }
  .footer__call-btn {
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .footer__call-btn a {
        width: 100%; } }
  .footer__email {
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin-bottom: 20px; }
    .footer__email a {
      display: block;
      font-weight: 500;
      font-size: 1rem;
      color: #EE3732; }
  .footer__social {
    margin-bottom: 20px; }
    .footer__social a:not(:last-child) {
      padding-right: 5px; }
    .footer__social img {
      width: 35px;
      height: 35px;
      border-radius: 3px; }
  .footer__lang {
    color: #808080;
    font-size: 0.8125rem; }
    .footer__lang span:not(:last-child) {
      margin-right: 6px; }
    .footer__lang span:not(.active) a {
      color: #EE3732; }
    .footer__lang span a {
      color: #808080;
      font-size: 0.8125rem;
      line-height: 1.375rem;
      transition: all 0.2s ease-in-out; }
      .footer__lang span a:hover {
        color: #808080; }
  .footer__menu li a {
    font-weight: 700;
    font-size: 1rem;
    line-height: 2rem;
    color: #2C232C; }
    .footer__menu li a:hover {
      color: #EE3732; }
  .footer__menu li ul {
    margin-bottom: 10px; }
    .footer__menu li ul li {
      position: relative;
      padding-left: 30px; }
      .footer__menu li ul li::before {
        font-family: Arial;
        content: '\2014';
        color: #EE3732;
        width: 20px;
        position: absolute;
        left: 0;
        top: 4px; }
      .footer__menu li ul li a {
        font-weight: 400;
        font-size: 0.9375rem; }
  .footer__text {
    font-size: 0.8125rem;
    line-height: 1.25rem; }
    @media (min-width: 577px) {
      .footer__text {
        margin-top: 60px; } }

.inline_form_n1 input[type="text"], .inline_form_n1 textarea {
  margin-top: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  height: 40px;
  min-height: 40px;
  font-size: 0.875rem;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #383838;
  box-shadow: 0 0 2px 1px white;
  line-height: 1.1875rem; }

.inline_form_n1 textarea {
  padding-top: 11px;
  resize: none;
  color: #383838; }

.inline_form_n1 input[type="submit"] {
  margin-top: 40px; }

.inline_form_n1 div.error {
  position: relative; }

.inline_form_n1 label.error {
  right: 13px; }

.inline_form_n1-agree {
  display: block;
  margin: 0 0 10px 0;
  cursor: pointer;
  user-select: none;
  position: relative;
  right: unset !important; }
  .inline_form_n1-agree.error {
    position: relative;
    font-size: 0.875rem; }
    .inline_form_n1-agree.error .error {
      left: 0;
      bottom: -20px;
      right: unset;
      top: unset; }
  .inline_form_n1-agree span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    line-height: 1.375rem; }
    .inline_form_n1-agree span:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
      border: 2px solid #D0D0D0;
      background: white;
      border-radius: 2px;
      text-align: center;
      line-height: 1.0625rem; }
  .inline_form_n1-agree input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0; }
  .inline_form_n1-agree input[type=checkbox]:checked + span:before {
    content: "";
    color: #2C2A2C;
    background-image: url(/images/check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%; }

.inline_form_n1 .form_result {
  margin-top: 40px;
  color: white; }
  .inline_form_n1 .form_result font.errortext {
    color: #fff !important; }

.inline_form_n1 .licence_block div.error {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 0.625rem; }

.inline_form_n1 input[type="submit"] {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 140%; }

@media (max-width: 768px) {
  .inline_form_n1-success {
    text-align: center; } }

@media (max-width: 576px) {
  .inline_form_n1 {
    font-size: 0.75rem; }
    .inline_form_n1 textarea {
      min-height: 80px; }
    .inline_form_n1 input[type="submit"] {
      width: 100%;
      text-align: center; }
    .inline_form_n1-agree span {
      line-height: unset;
      font-size: 0.75rem; } }

.sections-slider {
  height: 161px;
  overflow: hidden; }
  .sections-slider .slick-list {
    margin: 0 -5px; }
  .sections-slider .slick-slide > div {
    padding: 0 5px; }
  .sections-slider__item {
    position: relative;
    display: inline-block;
    height: 161px;
    padding: 15px; }
    .sections-slider__item a {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
    .sections-slider__item:hover .sections-slider__title {
      color: #EE3732; }
    .sections-slider__item:not(:last-child) {
      margin-right: 20px; }
    @media (max-width: 576px) {
      .sections-slider__item:not(.w-100) {
        width: 205px !important; } }
    @media (max-width: 420px) {
      .sections-slider__item--xsm {
        height: 200px; }
        .sections-slider__item--xsm .sections-slider__bg {
          background-size: auto 70%;
          background-position: 110% bottom; } }
  .sections-slider__title {
    color: #383838;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    transition: all 0.2s ease-in-out; }
    @media (min-wdth: 421px) and (max-width: 576px) {
      .sections-slider__title {
        font-size: 0.875rem; } }
  .sections-slider__count {
    margin-top: auto;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    color: #6D6D6D; }
  .sections-slider__bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.05);
    background-blend-mode: darken;
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: 115% bottom;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .sections-slider__nav > button {
    box-shadow: 0px 0px 45px 61px #fff; }
  @media (max-width: 576px) {
    .sections-slider__nav {
      display: none; } }

.catalog-page {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  padding-top: 60px; }
  @media (max-width: 768px) {
    .catalog-page {
      padding-top: 30px;
      column-gap: 0; } }
  .catalog-page__left {
    width: 268px;
    grid-row: 1 / 4; }
    @media (max-width: 992px) {
      .catalog-page__left {
        width: 208px; } }
    @media (max-width: 768px) {
      .catalog-page__left {
        width: 100%;
        grid-row: 2 / 2;
        grid-column: 1 / 2; } }
  @media (max-width: 768px) {
    .catalog-page__right {
      grid-column: 1 / 2;
      grid-row: 3 / 3; } }
  .catalog-page__tags {
    overflow: hidden; }
    @media (max-width: 768px) {
      .catalog-page__tags {
        grid-row: 1 / 1;
        grid-column: 1 / 2;
        width: 100%; } }
  .catalog-page .btn-filter-mobile {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 30px;
    width: 268px;
    display: none; }
    @media (max-width: 992px) {
      .catalog-page .btn-filter-mobile {
        width: 208px; } }
    @media (max-width: 768px) {
      .catalog-page .btn-filter-mobile {
        display: block; } }
    @media (max-width: 576px) {
      .catalog-page .btn-filter-mobile {
        width: 100%; } }
    .catalog-page .btn-filter-mobile .icon {
      width: 22px;
      height: 22px;
      margin-right: 10px;
      transform: translateY(-1px); }
  .catalog-page .pagination {
    position: relative; }
    .catalog-page .pagination__item:not(:last-child) {
      margin-right: 5px; }
    .catalog-page .pagination__item a, .catalog-page .pagination__item span {
      display: inline-block;
      width: 39px;
      height: 39px;
      border-radius: 5px;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.8125rem;
      padding: 5px 0;
      color: #333333;
      text-align: center; }
    .catalog-page .pagination__item.active a, .catalog-page .pagination__item.active span {
      background: #D9002A;
      color: #fff; }
    .catalog-page .pagination__status {
      font-size: 1rem;
      line-height: 1.8125rem;
      color: #333333; }
      @media (max-width: 768px) {
        .catalog-page .pagination__status {
          text-align: center; } }
      .catalog-page .pagination__status--title {
        color: #6D6D6D; }
      @media (max-width: 768px) {
        .catalog-page .pagination__status {
          padding-top: 20px; } }
      @media (min-width: 769px) {
        .catalog-page .pagination__status {
          position: absolute;
          right: 0;
          bottom: 5px; } }

.catalog-tag-list {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  @media (min-width: 769px) {
    .catalog-tag-list {
      margin: -5px -5px 0; } }
  .catalog-tag-list::-webkit-scrollbar {
    width: 0; }
  .catalog-tag-list a {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 42px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    color: #333333;
    margin: 5px;
    white-space: nowrap; }

.catalog-sort {
  padding: 0 0 30px; }
  @media (max-width: 768px) {
    .catalog-sort {
      padding: 0 0 20px; } }
  .catalog-sort a {
    font-weight: 500;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    transition: all 0.2s ease-in-out; }
    .catalog-sort a.current, .catalog-sort a:hover {
      color: #EE3732; }
  .catalog-sort .sort-btn {
    color: #6D6D6D; }
    .catalog-sort .sort-btn .icon-arrow-right {
      margin-left: 8px;
      height: 12px;
      transform: rotate(90deg); }
    .catalog-sort .sort-btn.desc .icon-arrow-right {
      transform: rotate(-90deg); }
  .catalog-sort__view a {
    color: #D0D0D0;
    margin-left: 13px; }
  .catalog-sort__view .icon {
    width: 18px;
    height: 19px; }

.catalog-more .more_text_ajax {
  display: block;
  padding: 8px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.9375rem;
  cursor: pointer;
  color: #333333;
  transition: all 0.2s ease-in-out; }
  .catalog-more .more_text_ajax::before, .catalog-more .more_text_ajax::after {
    display: none; }
  .catalog-more .more_text_ajax:not(.loading):hover {
    background: rgba(0, 0, 0, 0.07); }
  .catalog-more .more_text_ajax.loading {
    opacity: 0.5;
    cursor: default; }

.catalog-banner {
  padding: 13% 0;
  position: relative; }
  .catalog-banner__item {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 5px; }
  .catalog-banner--img {
    width: 100%;
    object-fit: contain;
    cursor: pointer;
    border-radius: 5px; }
  .catalog-banner--auto {
    padding: 0; }

.catalog-description .main_content {
  max-width: unset; }

.catalog-description .wrapper_inner {
  padding: 0; }

.catalog-section_list__title {
  display: block;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out; }
  .catalog-section_list__title:hover {
    color: #EE3732; }
  @media (max-width: 576px) {
    .catalog-section_list__title {
      font-size: 1rem; } }

.catalog-section_list__more {
  display: block;
  padding: 8px;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-weight: 500;
  font-size: 0.9375rem;
  cursor: pointer;
  color: #EE3732;
  transition: all 0.2s ease-in-out; }
  .catalog-section_list__more:hover {
    background: rgba(0, 0, 0, 0.07); }
  .catalog-section_list__more .icon-arrow-right {
    color: inherit;
    transform: rotate(90deg);
    margin-left: 5px; }
  .catalog-section_list__more.open .icon-arrow-right {
    transform: rotate(-90deg); }

.catalog-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 12px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out; }
  .catalog-card:hover {
    box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.25); }
  .catalog-card__top {
    margin-bottom: 10px;
    position: relative; }
    .catalog-card__top .sticker-list {
      position: absolute;
      top: 0;
      left: 0; }
    .catalog-card__top .icons-list {
      position: absolute;
      top: 0;
      right: 0; }
      .catalog-card__top .icons-list span {
        color: #6D6D6D;
        cursor: pointer; }
        .catalog-card__top .icons-list span:hover, .catalog-card__top .icons-list span.added {
          color: #EE3732; }
      .catalog-card__top .icons-list li {
        margin-bottom: 10px; }
      .catalog-card__top .icons-list .icon {
        width: 20px;
        height: 20px;
        transition: all 0.2s ease-in-out; }
        .catalog-card__top .icons-list .icon-heart:hover, .catalog-card__top .icons-list .icon-heart.added {
          stroke: #EE3732;
          fill: #fff; }
  .catalog-card__img {
    height: 180px;
    padding: 0 0 10px; }
    .catalog-card__img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  .catalog-card__name {
    margin-bottom: 10px;
    display: block; }
  .catalog-card__characteristics {
    color: #6D6D6D;
    margin-bottom: 18px;
    margin-top: auto; }
    .catalog-card__characteristics li {
      font-size: 0.875rem; }
    .catalog-card__characteristics .hint-block li span {
      white-space: nowrap; }
    .catalog-card__characteristics .value {
      font-weight: 700; }
  .catalog-card__stock {
    margin-bottom: 5px; }
  .catalog-card__price {
    font-family: 'Arial';
    color: #333333;
    font-weight: 700;
    font-size: 1.3125rem;
    margin-bottom: 20px; }
    .catalog-card__price .currency {
      color: rgba(51, 51, 51, 0.6); }
    .catalog-card__price .nds {
      font-weight: 400;
      font-size: 0.6875rem;
      line-height: 0.9375rem;
      color: #6D6D6D;
      margin-top: 5px; }
    .catalog-card__price .price-old {
      font-size: 1rem;
      color: #6D6D6D;
      font-weight: 300; }
  .catalog-card__cart {
    font-family: 'Arial';
    font-size: 1rem;
    margin-right: 12px;
    width: 100%; }
    .catalog-card__cart.in-cart i {
      display: none; }
  .catalog-card__detail {
    flex-grow: 1; }
    .catalog-card__detail .icon {
      width: 16px;
      height: 14px; }
  .catalog-card__counter {
    display: none !important; }
  .catalog-card__hint {
    position: relative; }
    .catalog-card__hint-trigger {
      font-weight: 500;
      text-decoration: underline;
      color: #333333;
      cursor: pointer; }
    .catalog-card__hint .hint-block {
      position: absolute;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #BBBBBB;
      min-width: 100%;
      left: 0;
      top: 100%;
      z-index: -1;
      opacity: 0;
      transition: all 0.2s ease-in-out; }
      @media (max-width: 576px) {
        .catalog-card__hint .hint-block {
          top: unset;
          bottom: 100%; } }
      .catalog-card__hint .hint-block .characteristics {
        font-size: 0.8125rem;
        line-height: 0.9375rem; }
        .catalog-card__hint .hint-block .characteristics__name > span::after {
          bottom: 4px; }
    .catalog-card__hint:hover .hint-block {
      opacity: 1;
      z-index: 1; }

.catalog-filter {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 10px 0; }
  .catalog-filter .bx_filter_parameters_box {
    position: relative;
    padding: 15px 20px; }
    .catalog-filter .bx_filter_parameters_box:not(:last-child) {
      border-bottom: 1px solid #E6E6E6; }
    .catalog-filter .bx_filter_parameters_box .icon-arrow-right {
      position: absolute;
      left: 0;
      top: 6px;
      width: 11px;
      height: 11px;
      transform: rotate(90deg);
      color: #D0D0D0; }
    .catalog-filter .bx_filter_parameters_box .bx_filter_parameters_box_title {
      position: relative;
      color: #333333;
      font-weight: 500;
      font-size: 0.875rem;
      line-height: 1.5rem;
      padding-left: 21px;
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
      .catalog-filter .bx_filter_parameters_box .bx_filter_parameters_box_title:hover {
        color: #EE3732; }
    .catalog-filter .bx_filter_parameters_box.active .icon-arrow-right {
      transform: rotate(-90deg); }
    .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container {
      margin-top: 12px; }
      .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container label {
        display: block; }
        .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container label:not(:last-child) {
          margin-bottom: 7px; }
        .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container label .bx_filter_param_text {
          font-weight: 400;
          font-size: 0.875rem;
          line-height: 0.9375rem; }
          .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container label .bx_filter_param_text .bx_filter_count {
            font-weight: 400;
            font-size: 0.75rem;
            line-height: 0.9375rem;
            color: #6D6D6D;
            transform: translateY(-4px);
            display: inline-block; }
      .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container input[type="checkbox"] {
        display: none; }
        .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container input[type="checkbox"] + label {
          padding-left: 30px;
          position: relative;
          outline: none; }
          .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container input[type="checkbox"] + label::after {
            position: absolute;
            content: "";
            display: block;
            height: 20px;
            width: 20px;
            left: 0px;
            top: 3px;
            background-color: #fff;
            border-radius: 2px;
            z-index: 2;
            border: 1px solid #D0D0D0;
            transition: border 0.2s ease-in-out; }
          .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container input[type="checkbox"] + label:not(.disabled) {
            cursor: pointer; }
            .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container input[type="checkbox"] + label:not(.disabled):hover::after {
              border-color: #2C232C; }
      .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container input[type="checkbox"]:checked + label::after {
        background-image: url(/images/check.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 48%;
        box-sizing: border-box; }
      .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container input[type="checkbox"]:checked + label:hover::after {
        border-color: #D0D0D0; }
      .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container .bx_filter_input_container.form-control {
        position: relative;
        padding: 0;
        border: 0;
        margin: 0; }
        .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container .bx_filter_input_container.form-control input {
          padding: 6px 10px;
          box-sizing: border-box;
          border: 1px solid;
          background: #F2F2F2;
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          width: 100%;
          height: 34px;
          font-size: 0.875rem;
          font-weight: 400;
          color: #6D6D6D; }
        .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container .bx_filter_input_container.form-control .slider_track__label {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          padding: 6px 10px;
          top: 0;
          left: 0;
          white-space: nowrap;
          overflow: hidden;
          font-size: 0.875rem;
          color: #6D6D6D;
          background: #F2F2F2;
          border-radius: 5px;
          border: 1px solid rgba(0, 0, 0, 0.1); }
      .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block {
        display: inline-block;
        font-size: 0.6875rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding-left: 10px; }
        .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:first-child {
          padding-right: 10px;
          padding-left: 0; }
      .catalog-filter .bx_filter_parameters_box .bx_filter_block .bx_filter_parameters_box_container .divider {
        width: 8px;
        height: 1px;
        position: absolute;
        top: 16px;
        left: 50%;
        margin-left: -4px;
        background: #6D6D6D; }
  .catalog-filter .bx_ui_slider_track {
    height: 4px;
    margin: 20px 0px 7px;
    position: relative;
    zoom: 1; }
    .catalog-filter .bx_ui_slider_track .bx_ui_slider_range, .catalog-filter .bx_ui_slider_track .bx_ui_slider_pricebar, .catalog-filter .bx_ui_slider_track .bx_ui_slider_pricebar_VD, .catalog-filter .bx_ui_slider_track .bx_ui_slider_pricebar_VN, .catalog-filter .bx_ui_slider_track .bx_ui_slider_pricebar_V {
      position: absolute;
      top: 0px;
      bottom: 0px; }
    .catalog-filter .bx_ui_slider_track .bx_ui_slider_pricebar_VD {
      background: #9B9B9B; }
    .catalog-filter .bx_ui_slider_track .bx_ui_slider_pricebar_VN {
      margin: 0 8px;
      background: #D0D0D0;
      z-index: 1; }
    .catalog-filter .bx_ui_slider_track .bx_ui_slider_pricebar_V {
      background-color: #EE3732;
      z-index: 2; }
    .catalog-filter .bx_ui_slider_track .bx_ui_slider_range {
      position: relative;
      height: 4px;
      padding: 0 8px;
      z-index: 3; }
    .catalog-filter .bx_ui_slider_track .bx_ui_slider_handle {
      position: absolute;
      top: 50%;
      margin-top: -8px;
      margin-left: 0;
      width: 16px;
      height: 16px;
      background: #EE3732;
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      z-index: 2; }
    .catalog-filter .bx_ui_slider_track .bx_ui_slider_part {
      top: -12px;
      position: absolute;
      width: 1px;
      height: 10px;
      display: none; }
      .catalog-filter .bx_ui_slider_track .bx_ui_slider_part span {
        display: none;
        font-size: 0.625rem; }
      .catalog-filter .bx_ui_slider_track .bx_ui_slider_part.p1 {
        left: -1px; }
      .catalog-filter .bx_ui_slider_track .bx_ui_slider_part.p2 {
        left: 25%; }
      .catalog-filter .bx_ui_slider_track .bx_ui_slider_part.p3 {
        left: 50%; }
      .catalog-filter .bx_ui_slider_track .bx_ui_slider_part.p4 {
        left: 75%; }
      .catalog-filter .bx_ui_slider_track .bx_ui_slider_part.p5 {
        right: 1px; }
  .catalog-filter .wrapp_all_inputs.wrap_md {
    width: 100%;
    position: relative; }
  .catalog-filter .bx_filter_button_box {
    padding: 15px 20px;
    border-top: 1px solid white;
    margin-top: -1px;
    position: relative; }
  .catalog-filter .bx_filter_search_button {
    font-family: 'Arial';
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    font-size: 1rem; }
  .catalog-filter .bx_filter_search_reset {
    font-family: 'Arial';
    width: 100%;
    font-size: 1rem;
    color: #6D6D6D;
    text-decoration: underline;
    line-height: 140%;
    border: 0; }
  @media (max-width: 768px) {
    .catalog-filter .bx_filter_container_modef {
      display: block; } }
  .catalog-filter .bx_filter_container_modef .bx_filter_popup_result {
    background: #EE3732;
    padding: 10px;
    left: 270px;
    position: absolute;
    font-weight: 400;
    z-index: 930;
    display: none;
    margin-top: -7px;
    margin-left: -4px;
    white-space: nowrap;
    color: #fff; }
    @media (max-width: 768px) {
      .catalog-filter .bx_filter_container_modef .bx_filter_popup_result {
        position: fixed;
        bottom: 0;
        top: unset !important;
        left: 0;
        width: 100%; } }
    @media (max-width: 576px) {
      .catalog-filter .bx_filter_container_modef .bx_filter_popup_result .count_filter {
        display: block;
        font-size: 0.875rem;
        margin: 0px 0px 0px 18px; } }

.catalog-detail__top-line {
  padding-bottom: 7px;
  border-bottom: 1px solid #E6E6E6; }

@media (max-width: 576px) {
  .catalog-detail__like-icons span {
    display: none; } }

.catalog-detail__like-icons .value, .catalog-detail__like-icons a {
  font-size: 0.875rem;
  margin-left: 35px;
  color: #6D6D6D;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 576px) {
    .catalog-detail__like-icons .value, .catalog-detail__like-icons a {
      margin-left: 15px; } }
  .catalog-detail__like-icons .value:hover, .catalog-detail__like-icons a:hover {
    color: #EE3732; }
    .catalog-detail__like-icons .value:hover .icon-heart, .catalog-detail__like-icons a:hover .icon-heart {
      stroke: #EE3732;
      fill: #fff; }

.catalog-detail__like-icons .added .icon {
  color: #EE3732; }
  .catalog-detail__like-icons .added .icon-heart {
    stroke: #EE3732;
    fill: #fff; }

.catalog-detail__like-icons .icon {
  width: 22px;
  height: 22px;
  margin-right: 7px; }
  @media (min-width: 577px) {
    .catalog-detail__like-icons .icon {
      width: 19px;
      height: 19px;
      transform: translateY(-1px); } }
  .catalog-detail__like-icons .icon-heart {
    transition: all 0.2s ease-in-out; }

.catalog-detail .sticker {
  padding: 3px 10px; }

.catalog-detail__main {
  padding-top: 30px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 20px; }

.catalog-detail__images {
  width: 100%;
  height: 337px;
  grid-row: 1 / 3; }
  @media (min-width: 769px) {
    .catalog-detail__images {
      height: 450px; } }
  @media (max-width: 768px) {
    .catalog-detail__images {
      margin-bottom: 30px; } }
  .catalog-detail__images .images-thumb, .catalog-detail__images .images-original {
    position: relative; }
    .catalog-detail__images .images-thumb__item, .catalog-detail__images .images-original__item {
      background-color: rgba(0, 0, 0, 0.05);
      background-blend-mode: darken;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      border-radius: 5px;
      transition: all 0.2s ease-in-out; }
  .catalog-detail__images .images-thumb {
    margin-right: 10px;
    width: 76px; }
    .catalog-detail__images .images-thumb__item {
      width: 76px;
      height: 82px;
      margin-bottom: 0px;
      cursor: pointer; }
      .catalog-detail__images .images-thumb__item:hover {
        box-shadow: inset 0px 0px 0px 2px #383838; }
    .catalog-detail__images .images-thumb .slick-current .images-thumb__item {
      box-shadow: inset 0px 0px 0px 2px #EF4440; }
    @media (max-width: 768px) {
      .catalog-detail__images .images-thumb {
        display: none; } }
    .catalog-detail__images .images-thumb .slick-arrow {
      left: 50%;
      right: unset;
      transform: translate(-50%, 0);
      z-index: 1;
      cursor: pointer;
      width: 30px;
      height: 30px;
      border: 0;
      position: absolute;
      font-size: 0;
      background: transparent; }
      .catalog-detail__images .images-thumb .slick-arrow:before {
        content: '‹';
        color: #EE3732;
        font-size: 1.875rem;
        display: block; }
      .catalog-detail__images .images-thumb .slick-arrow.slick-prev {
        top: -38px; }
        .catalog-detail__images .images-thumb .slick-arrow.slick-prev:before {
          transform: rotate(90deg);
          position: relative;
          left: 4px; }
      .catalog-detail__images .images-thumb .slick-arrow.slick-next {
        bottom: -20px;
        top: unset; }
        .catalog-detail__images .images-thumb .slick-arrow.slick-next:before {
          transform: rotate(-90deg);
          position: relative;
          left: -5px; }
  .catalog-detail__images .images-original {
    width: 374px; }
    @media (max-width: 768px) {
      .catalog-detail__images .images-original {
        width: 100%; } }
    .catalog-detail__images .images-original__item {
      height: 337px;
      width: 100%; }
      @media (min-width: 769px) {
        .catalog-detail__images .images-original__item {
          height: 448px; } }
    .catalog-detail__images .images-original__dots {
      display: none !important;
      position: absolute; }
      @media (max-width: 768px) {
        .catalog-detail__images .images-original__dots {
          display: flex !important;
          justify-content: center;
          gap: 10px;
          width: 100%;
          bottom: 20px; }
          .catalog-detail__images .images-original__dots button {
            width: 5px;
            height: 5px;
            font-size: 0;
            opacity: 0; }
          .catalog-detail__images .images-original__dots li {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #2C232C;
            overflow: hidden; }
            .catalog-detail__images .images-original__dots li.slick-active {
              box-shadow: 0 0 0 2px #EE3732;
              background-color: #EE3732; } }

.catalog-detail .tab-content table, .catalog-detail .tab-content .classification {
  width: 100%; }
  .catalog-detail .tab-content table th, .catalog-detail .tab-content .classification th {
    background: #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    vertical-align: top;
    border: 1px solid #d7cfcf; }
  .catalog-detail .tab-content table td, .catalog-detail .tab-content table th, .catalog-detail .tab-content .classification td, .catalog-detail .tab-content .classification th {
    font-family: Helvetica;
    color: #333;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3125rem;
    text-align: center;
    padding: 7px 0px 7px 4px; }
  .catalog-detail .tab-content table td, .catalog-detail .tab-content .classification td {
    border: 1px solid #d7cfcf; }

.catalog-detail .tab-content h4, .catalog-detail .tab-content .h4 {
  margin: 10px 0 15px;
  line-height: 1.25rem;
  font-weight: 500;
  font-size: 1rem; }

.catalog-detail .wrapp_docs {
  width: 50%;
  padding: 0px 20px 0px 0px; }
  @media (max-width: 768px) {
    .catalog-detail .wrapp_docs {
      width: 100%; } }

.catalog-detail__cart {
  min-width: 268px;
  width: 268px; }
  @media (max-width: 1200px) {
    .catalog-detail__cart {
      width: 100%; } }

@media (max-width: 992px) {
  .catalog-detail__characteristics {
    font-size: 0.875rem; } }

.catalog-detail__converter {
  grid-column: 2 / 4;
  grid-row: 2 / 2; }

@media (max-width: 1200px) {
  .catalog-detail__cart {
    grid-row: 2 / 3;
    grid-column: 2 / 4; }
  .catalog-detail__characteristics {
    grid-column: 2 / 4;
    grid-row: 1 / 2; }
  .catalog-detail__converter {
    grid-row: 3 / 4;
    grid-column: 1 / 4; } }

@media (max-width: 768px) {
  .catalog-detail__images {
    grid-column: 1 / 4;
    grid-row: 1 / 2; }
  .catalog-detail__characteristics {
    grid-column: 1 / 4;
    grid-row: 2 / 3; }
  .catalog-detail__converter {
    grid-column: 1 / 4;
    grid-row: 3 / 4; }
  .catalog-detail__cart {
    grid-column: 1 / 4;
    grid-row: 4 / 5; } }

.section-tabs__head {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px 5px 0px 0px; }
  @media (max-width: 768px) {
    .section-tabs__head {
      display: none; } }
  .section-tabs__head ul {
    display: flex;
    flex-wrap: wrap; }
  .section-tabs__head li {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .section-tabs__head li.current {
      background-color: #EE3732;
      color: #fff; }

.section-tabs__content {
  padding: 30px 0 0; }
  @media (max-width: 768px) {
    .section-tabs__content {
      font-size: 0.875rem; } }
  .section-tabs__content li {
    display: none; }
    @media (max-width: 768px) {
      .section-tabs__content li {
        font-size: 0.875rem;
        display: block;
        border-top: 1px solid #E6E6E6; }
        .section-tabs__content li p {
          font-size: inherit; }
        .section-tabs__content li:last-child {
          border-bottom: 1px solid #E6E6E6; } }
    .section-tabs__content li.current {
      display: block; }
  .section-tabs__content .tab-content {
    display: block;
    padding: 0 0 15px; }
    @media (max-width: 768px) {
      .section-tabs__content .tab-content {
        display: none; } }
  .section-tabs__content .active {
    display: block; }
  .section-tabs__content-title {
    display: none;
    font-weight: 700;
    font-size: 1rem;
    color: #333333;
    padding: 15px 0;
    position: relative; }
    @media (max-width: 768px) {
      .section-tabs__content-title {
        display: block; } }
    .section-tabs__content-title .icon-arrow-up {
      position: absolute;
      color: #EE3732;
      width: 11px;
      height: 11px;
      right: 0;
      top: 22px;
      transform: rotate(180deg); }
    .section-tabs__content-title.open .icon-arrow-up {
      transform: rotate(0); }

/**
 * Vendor styles
 */
.go-top {
  align-items: center;
  background-color: #2C232C;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 1.5rem;
  position: fixed;
  right: 15px;
  text-decoration: none;
  transition: background-color .2s ease;
  opacity: .5;
  justify-content: center;
  height: 50px;
  width: 40px;
  z-index: 20; }
  @media (min-width: 992px) {
    .go-top {
      right: 30px; } }
  .go-top.is-show {
    display: flex; }
    .go-top.is-show:hover {
      background-color: #0d6efd;
      transition: background-color .2s ease;
      opacity: 1; }
  .go-top .icon {
    fill: #fff; }

/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/local/templates/fiztechkz/css/media.css?172447820996624*/
body { min-width: 300px; }

ul.tabs li.stretch { display: none; }
/*@media (max-width:767px){
	a.scroll-to-top{display:none;}
}*/
@media screen and (min-width: 992px){
	.bx_filter.bx_filter_vertical { display: block !important; }
}
@media all and (min-width: 768px){
	.bx-core:not(.bx-touch) .bx_filter.bx_filter_vertical { /*display: block !important;*/ }
	.bx_filter.bx_filter_vertical #modef_mobile  { display: none !important; }
}
@media all and (max-width: 960px){
	.info_item .top_info .brand + div {float:none;}
	.info_item .top_info .article {text-align:left;}
}
@media (min-width: 1200px){
	/*personal*/
	.personal_wrapper .row .col-lg-4{width: 33.33333333%;}
}
@media only screen and (max-width: 1174px){
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container {
	    float: none;
	}
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
	    margin-top: 15px;
	    padding-left: 0;
	}
}
@media all and (max-width: 1180px){
	.start_promo  .item { border-bottom-width: 10px; }
	.block_wr .top_block a { display: inline-block; }
	.footer_top .wrap_md .phones .phone_wrap a { font-size: 17px; }
	.basket_fly #header .middle-h-row .center_block .search { width: 68%; }
	.catalog_detail .element_detail_text .sh { padding-right: 3%; }
	.catalog_detail .element_detail_text .price_txt { width: 67%; }
	.wrapper_inner .stores .stores_list { padding: 0px 20px 0px 0px; }
	.wrapper_inner .stores .all_map { margin: 00px 0px 0px 0px; }
	.has_menu #header .middle-h-row .center_block { white-space: nowrap; }

	/*basket*/
	.bx_ordercart tbody td.control a:first-of-type:hover:before, .bx_ordercart #basket_items_subscribed  tbody td.control a:first-of-type:hover:before, .bx_ordercart #basket_items_not_available  tbody td.control a:last-of-type:hover:before{background-position:-21px -27px;}
	.bx_ordercart #basket_items_delayed tbody td.control a:last-of-type:hover:before{background-position:-21px -27px;}
	.top_slider_wrapp .flexslider .slides>li,
	.top_slider_wrapp .flexslider .slides>li,
	.top_slider_wrapp .flexslider .slides>li td,
	.top_slider_wrapp .flexslider .slides>li td,
	.top_slider_wrapp .flexslider,
	.top_slider_wrapp .flexslider {
			height: 330px;
	}
}
@media all and (max-width: 1176px){
	.wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n) { width: 210px; }
	.catalog_block .catalog_item_wrapp:nth-child(3n) .item_wrap  { margin-right: 0px; }
	.wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(4n) { width: 230px; }
	.wrapper_inner .catalog_block .catalog_item_wrapp:nth-child(4n) .item_wrap  { margin-right: 20px; }
}
@media all and (max-width: 1168px){
	.start_promo ._fmd{border-left-width:0px !important;}
	.start_promo ._lmd{border-right-width:0px !important;}
	.footer_top .wrap_md .phones { padding-left: 2%; }
	.footer_bottom .social_block .social { padding-left: 13%; }

}
@media all and (max-width: 1120px){
	.phones .phone_wrap{font-size: 11px;}
	.tizers_block .item .title { /*width: 50%;*/ font-size: 11px; }
	.tizers_block .item .title a { font-size: 11px; }
	.subscribe-form .email_wrap { width: 53%; }
	.registraion-page .main_info .label_block_capcha { width: 100%; }
	.registraion-page .main_info .img_block_capcha { width: 100%; padding-left: 0px; }
	.registraion-page .main_info .img_block_capcha img { float: none; }
	.captcha-row.register-captcha .captcha_image .captcha_reload { left: 179px; right: initial; }
	.top-h-row .phones { padding: 6px 0px; }
	.bx-firefox .top-h-row .phones { padding-top: 7px; }
	.top-h-row ul.menu { text-align: left; }
	#header .middle-h-row .center_block .search { width: 55%; margin-left: 20px;  }
	.header_wrap .top-h-row ul.menu { width: 40%; }
	.top-h-row .phones { white-space: nowrap; }
	#header .wrapper_inner .middle-h-row .center_block .search { width: 58%; margin-left: 10px; }
	.catalog_detail .set_block .popup_open { display: none; }
	.wrapper_inner .stores .stores_list { width: 71%; }
	ul.menu li .child_l2 {max-width: 535px;}
	ul.menu .child.submenu.line .child_l2 .column{width:155px}
	ul.menu .child.submenu.line .child_l2 a { height: 74px}
	.top-h-row ul.menu:not(.opened) > li > a {padding: 0 5px;}
	.avtorization-call.enter {margin: 0 10px 0 0;}
	.wrapper_inner { padding: 0 10px;}
}
@media (max-width:1100px){
	.info_item .top_info .brand{float:left;padding-bottom:9px;width: 100%;padding-left:0;}
}
@media all and (max-width: 1050px){
	#header .wrapper_inner .middle-h-row .center_block .search { width: 53%; }
	.wrapper_inner .info_item .middle_info .buy_block .counter_wrapp { white-space: normal; }
	.wrapper_inner .info_item .middle_info .buy_block .counter_wrapp .button_block  { margin: 10px 0px 0px; }
}
@media all and (max-width: 1020px){
	#header .middle-h-row .center_block .search { width: 48%; }
	.no_goods .button { float: none; margin-top: 37px; }
	#order_form_div .info_block .wrap_md > div { width: 100%; }
	#order_form_div .info_block .l_block:after, #order_form_div .info_block .r_block:before { display: none; }
	#order_form_div .info_block .wrap_md .l_block { border-bottom: 1px solid #eee; }
	.bx_ordercart .module-cart td { white-space: normal; }
	.header_wrap #header .middle-h-row .center_block ul.menu { /*width: 93%;*/ }
	.header_wrap #header .middle-h-row .main-nav ul.menu > li > a { padding: 0px 5px; }
}
@media all and (max-width: 1020px) and (min-width:950px){
	.flexslider .banner_title, .flexslider .banner_text, .flexslider .banner_buttons { margin-right: 40px; }
	.top_slider_wrapp .flexslider .banner_title span { font-size: 35px; }
}
@media all and (max-width: 1000px){
	#header .middle-h-row .center_block, .has_menu #header .middle-h-row .center_block  { padding-right: 30px; padding-left: 30px; }
	.subscribe-form .email_wrap { width: 49%; }
	body #footer .bottom_left_icons, body #footer ul.bottom_main_menu, body #footer ul.bottom_submenu{ clear: both; display: block; width: 100%; }
	.top-h-row ul.menu { width: 40%; }
	.top-h-row .phones { /*width: 33%;*/ text-align: right; }
	body #header .basket_fly{ width: 700px; right: -700px; }
	#header .basket_fly .basket_title { margin-right: 15px; }
	.basket_sort ul.tabs li { margin-right: 0px; }
	.info_item .top_info .article + .brand { padding-left: 0px; }
	.catalog_detail .element_detail_text .sh { padding-right: 0; }

}
@media all and (max-width: 992px){
	#order_form_content>.bx-soa {width: 100%;}
	.wrapper_inner .tizers_block .item { width: 33%; text-align: center; margin: 5px 0px 20px; }
	.wrapper_inner .tizers_block .item:nth-child(n+4) { /*width: 50%;*/ text-align: center; }
	.footer_bottom .social_block, .footer_top .wrap_md .phones { width: 100%; }
	.footer_top .wrap_md .phones { padding-left: 0px; padding-top: 25px; }
	#footer .wrap_md .empty_block { width: 36%; }
	.footer_top .wrap_md .phones .phone_block, .footer_bottom .social_block .social_wrapper { padding: 0px 0px 0px 19px; width: 64%; }
	.footer_top .wrap_md .phones .order { text-align: left; }
	.footer_top .sblock, .footer_bottom .menu_block { width: 100%; padding: 0px; }
	.footer_bottom .social_block { padding-top: 23px; }
	.footer_bottom .social_block .social_wrapper .social { padding-left: 0px; }
	#footer .footer_bottom { padding-top: 19px; }
	.top-h-row ul.menu > li a { font-size: 11px; padding: 0px 5px 0px; }
	.bx-firefox .menu > li > a span{padding-top:8px;}
	#header .middle-h-row .main-nav ul.menu > li > a { padding: 0px 9px; }
	.main-nav ul.menu > li > a span { font-size: 12px; }
	.wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n) { width: 210px; }
	.catalog_block .catalog_item_wrapp:nth-child(3n) .item_wrap  { margin-right: 0px; }
	.wrapper_inner .stores .stores_list { width: 68%; }

	/* ORDER */
	#bx-soa-total{width:100%;}
	#bx-soa-total-mobile{display:block!important;}
	#bx-soa-order #bx-soa-orderSave{display:none;}
	#bx-soa-order>.bx-soa{width:100%;}
	#bx-soa-order #bx-soa-total .bx-soa-cart-total.bx-soa-cart-total-fixed{position:relative!important;opacity:1!important;}
	#bx-soa-order #bx-soa-total .bx-soa-cart-total-ghost{padding:0!important;}
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container{float:left;}
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc{margin-top:0;padding-left:140px;}
	#bx-soa-order .bx-soa-section .bx-soa-section-content{padding-left:29px;}
	#bx-soa-order .bx-soa-pp-company-selected{float:left;width:75%;}
	#bx-soa-order .bx-soa-pp-price{float:right;width:25%;}
	#bx-soa-order .bx-soa-item-tr{padding:20px 20px 20px 110px;border-top:1px solid #f3f3f3;}
	#bx-soa-order .bx-soa-item-tr.bx-soa-item-tr-first{border-top:none;}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-block{padding-left:0;overflow:visible;}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td{border:none;padding:0!important;min-width:0!important;}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block{margin-left:-90px;margin-top:0;}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-content{padding-left:0;}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties{margin-top:10px;}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties>div{padding:0;text-align:left;}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child{padding-right:0!important;}
	#bx-soa-order #bx-soa-basket .bx-soa-item-td-title{padding-bottom:0;}
	#bx-soa-order .bx-soa-coupon{margin-left:-29px;}
	#bx-soa-order .bx-soa-more{margin-left:-29px;}
	#bx-soa-order .alert-danger{margin-left:-29px;}
	#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d{white-space:normal;}
	.bx-soa-item-tr.bx-soa-item-info-container, .bx-soa-item-tr .bx-soa-item-td{height:auto;}
	#bx-soa-order .bx-soa-cart-total-button-container{display:none;}

	/*personal*/
	.sale-acountpay-block .sale-acountpay-pp div .sale-acountpay-pp-company{width:100%;}
	.personal_wrapper .orders_wrapper .sale-order-list-status-alert, .personal_wrapper .orders_wrapper .sale-order-list-status-success, .personal_wrapper .orders_wrapper .sale-order-list-shipment-status-block, .sale-order-detail-payment-options-methods-info-title-status-alert, .sale-order-detail-payment-options-methods-info-title-status-success, .sale-order-payment-change-status-alert, .sale-order-payment-change-status-success{margin-left:0px;}
	.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat > a{display:block;float:none;}
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-image-container.opened{width:100%;}
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-info.opened{margin: 0px;width: 100%;padding-left: 15px !important;padding-top: 10px;}
	.personal_wrapper .row div.sale-order-detail-payment-inner-row-template{margin-left:15px;}
	.sale-order-detail-order-item-td.sale-order-detail-order-item-properties > div{float:left;}
	.personal_wrapper .orders_wrapper .sale-order-detail-total-payment-container .sale-order-detail-total-payment-list-right > li{text-align:left;}
}
@media (min-width: 992px){
	/*personal*/
	.personal_wrapper .col-md-offset-3{margin-left: 25%;}
	.personal_wrapper .col-md-offset-5{margin-left: 41.66666667%;}
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map{margin-left: 16.66666667%;}
}
@media all and (max-width: 992px) and (min-width:768px){
	.wrapper_inner  .staff.list .item .image { float: none; }
	.wrapper_inner  .staff.list .item .info { margin: 10px 0px 0px 0px; }
}
@media (max-width: 991px) and (min-width: 768px){
	/*personal*/
	.personal_wrapper .orders_wrapper .visible-sm {display: block!important;}
	.hidden-sm {display: none!important;}
}
@media (max-width: 991px){
	/*personal*/
	.personal_wrapper .orders_wrapper .col-sm-12 {width: 100%;}
	.personal_wrapper .orders_wrapper .col-sm-10 {width: 83.33333333%;}
	.personal_wrapper .orders_wrapper .col-sm-7 {width: 58.33333333%;}
	.personal_wrapper .orders_wrapper .col-sm-6 {width: 50% !important;}
	.personal_wrapper .orders_wrapper .col-sm-5 {width: 41.66666667%;}
	.personal_wrapper .orders_wrapper .col-sm-2 {width: 16.66666667%;}
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-button-element{display: block !important;float: none;width: 50%;margin: 10px auto 0px;}
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map > .row{margin: 0px -1px 0px -1px;}
	.personal_wrapper .orders_wrapper .sale-order-title{padding-right:0px;}
}
@media all and (max-width: 960px){
	.staff.list .item .image{height: 85px;line-height: 82px;width: 85px;}
	.staff.list .item .info{margin-left:110px;}
}
@media all and (max-width: 950px){
	.subscribe-form .email_wrap { width: 43%; }
	.wrapper.has_menu #header .middle-h-row .center_block .search, .wrapper.has_menu #header .middle-h-row .center_block .middle_phone  { width: 100%; display: block; margin-left: 0px; }
	.wrapper.has_menu #header .middle-h-row .center_block .middle_phone { margin: 0px 0px 10px; }
	.middle_phone .phones .order_wrap_btn { display: inline-block; margin-top: 0px; }
	.m_color_none.h_color_colored .main-nav { background: #fff; }
	.m_color_none.h_color_colored .main-nav .menu > li > a { color: #1d1a1a; }
	.m_color_none.h_color_colored .header_wrap .center_block .search_block .icon { background-position: -66px -178px; }
	.m_color_none.h_color_colored #header, .m_color_none #header { margin-bottom: 47px; /*border: 1px solid;*/ }
	.h_color_colored.m_color_none ul.menu .child { padding-top: 8px; }
	.h_color_white.m_color_none ul.menu .child { padding-top: 6px; }
	.head_type_1 #header { border-bottom-width: 1px; }
	.basket_fly #header .middle-h-row .basket_wrapp { /*vertical-align: middle; padding-top: 16px;*/ }
	.basket_fly #header .middle-h-row .center_block .main-nav ul.menu { width: 100%; }
	.basket_fly .wrapper_inner ul.menu .child { margin-top: 0px; }
	.basket_fly .main-nav .search_middle_block { top: -100%; right: 65px; margin: -16px 0px 0px; width: 50%; }
	body .top_slider_wrapp .flexslider .slides > li { background-size: 200% auto; }
	body .wrapper .top_slider_wrapp .flexslider .slides > li, body .wrapper .top_slider_wrapp .flexslider .slides > li td, body .wrapper .top_slider_wrapp .flexslider { height: 300px !important; }
	body .top_slider_wrapp .flex-direction-nav li { top: 120px; }
	body .right_side.catalog { display: none; }
	body .left_side.catalog_detail { padding-right: 0; }
	body .top-h-row  .phone { width: auto; }
	body .top-h-row ul.menu { 	width: 45%; padding-left: 0; }
	body #header .center_block .main-nav { width: 100%; position: absolute; right: 0; left: 0px; top: 100%; margin: 18px 0px 0px 0px; padding: 7px 0px; }
	body .wrapper.head_type_1:not(.front_page) #header { margin-bottom: 60px; }
	body .wrapper.head_type_1:not(.front_page) #header + .wrapper_inner { border-top: 1px solid #f0f0f0; box-shadow: 0px 0px 5px #f0f0f0; -moz-box-shadow: 0px 0px 5px #f0f0f0; -o-box-shadow: 0px 0px 5px #f0f0f0; -webkit-box-shadow: 0px 0px 5px #f0f0f0; }
	body .wrapper.head_type_1:not(.front_page) .middle { margin-top: 10px; }
	body .wrapper.head_type_1 .top_slider_wrapp { margin-top: 49px !important; }
	body #header:not(.border) + .middle.main { padding-top: 207px; }
	body #header:not(.border) + .middle { padding-top: 227px; }
	body .top_slider_wrapp .flexslider .slides  li td.img { display: none; }
	body .top_slider_wrapp .flexslider .slides  li td.text { 	width: 100%; }
	body .top_slider_wrapp .flexslider .slides  li td.text .banner_text, body .top_slider_wrapp .flexslider .slides  li td.text .banner_title,
	body .top_slider_wrapp .flexslider .slides  li td.text .banner_buttons { margin-left: 80px; margin-right: 80px; }
	body .top_slider_wrapp .flexslider .slides  li td.text * { text-align: center; }
	body .right_block.catalog .catalog_block .catalog_item_wrapp { width: 33%; width: 230px; }
	.catalog_detail .element_detail_text .price_txt { width: 100%; padding-top: 10px; }
	.catalog_detail .element_detail_text .sh { margin: 0px; }
	.wrapper_inner .bottom.middle td > .coupon #COUPON { width: 200px; }
	.wrapper_inner .middle .module-cart table tr td.count-cell { padding-left: 5px; padding-right: 5px; }
	.wrapper_inner .middle .module-cart table tr td.count-cell .counter_block.big_basket { width: 74px; }
	.wrapper_inner .middle .module-cart .counter_block.big_basket > span { line-height: 27px; height: 27px; width: 21px; }
	.wrapper_inner .middle .module-cart .counter_block.big_basket input[type="text"] { font-size: 10px; height: 27px; width: 32px; }
	.header_wrap .top-h-row ul.menu { width: 48%; }
	.has_menu #header .middle-h-row .center_block { white-space: normal; }
	.basket_fly .search_middle_block, .has_menu .search_middle_block { position: absolute; }
	.wrapper.m_color_none .top_slider_wrapp { margin-top: 50px; }

	.basket_wrapp  .header-cart{max-height:26px;background:transparent;}

}
@media all and (max-width: 946px){
	.wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n) { width: 230px; }
	.wrapper_inner .catalog_block .catalog_item_wrapp:nth-child(3n) .item_wrap  { margin-right: 20px; }
}
@media all and (max-width: 900px){
	.wrapper_inner .stores .stores_list { width: 66%; }
	.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk.basket_error_wrapp  { float: left !important; }
	.count-cell div.error { white-space: normal; }
}
@media all and (max-width: 870px){
	body .module-cart .weight-th, body .module-cart .discount-th, body .module-cart .weight-cell, body .module-cart .discount-cell{ display: none; }
	.wrap_md .news_wrap, .wrap_md .subscribe_wrap { width: 100%; margin: 0px; }
	.wrap_md .subscribe_wrap .subscribe-form { margin: 30px 0px 30px; }
	.subscribe-form .wrap_bg { background-position: center -34px; font-size: 0px; }
	.subscribe-form .wrap_bg .top_block, .subscribe-form .wrap_bg .sform { width: 100%; display: block; vertical-align: middle; margin-top: 0px; }
	.subscribe-form .wrap_bg .top_block { padding: 0px 0px 20px 0px; }
	.subscribe-form .top_block .image { display: none; }
	.subscribe_wrap .subscribe-form .top_block .image + .text { padding: 0px; }
	.subscribe_wrap .subscribe-form form.sform > div { display: block; width: 100%; }
	.top-h-row .phones { text-align: left; }
	body .top-h-row ul.menu { width: 40%; }
	.module_products_list td.price-cell { width: 18%; }
	.services_block .item { width: 100%; }
	.module-order-history.orderdetail .module-orders-list tr td.vimg { padding-right: 2px; padding-left: 2px; }
	.module-order-history.orderdetail .module-orders-list tr td.vdscnt { padding-right: 5px; padding-left: 5px; }
	.header_wrap .top-h-row ul.menu { width: 44%; }
	.shops.list .item .schedule_phone_email{text-align:center;}
	.shops.list .item .schedule, .shops.list .item .phone_email{width:100%;}
	.wrapper_inner .info_item .middle_info .prices_block, .wrapper_inner .info_item .middle_info .buy_block { width: 100%; padding: 0px; }
	.wrapper_inner .info_item .middle_info .buy_block  { padding: 20px 0px 0px; }
	.wrapper_inner .info_item .middle_info .buy_block .counter_wrapp .button_block { margin: 0px; }
	.info_item .middle_info .buy_block .one_click { display: inline-block; }
	.wrapper_inner .stores .stores_list { width: 64%; }
	.table .wrapp_stockers .like_icons { height: auto; }
	.table .module_products_list td.like_icons { width: 56px; }
	.module_products_list td.like_icons.full { width: 30px; }
	.wrapp_stockers .like_icons > div { margin-right: 0px; }

	/*personal*/
	.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-smalltitle{font-size:12px;}
}

@media all and (max-width: 800px){
	.header_wrap .top-h-row ul.menu { width: 35%; 	}
	.wrapper.has_menu #header .middle-h-row .center_block .middle_phone .phone_text a { font-size: 15px; }
	.wrapper.has_menu #header .middle-h-row .center_block .middle_phone .order_wrap_btn { margin-left: 16px; }
	.module_products_list td.price-cell { width: 14%; }
	.sort_header .sort_filter a { margin-right: 10px; }
	.wrapper_inner .module-order-history .result-row a.button { margin-right: 0px; }
	.wrapper_inner .stores .stores_list { width: 60%; }
}

@media all and (min-width: 769px){
	body .adaptive_filter{display:none !important;}
	.bx-core .bx_filter.bx_filter_vertical{display:block !important;}
	.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-smalltitle{}
}

@media all and (max-width: 768px){
	#header .basket_fly{background:transparent;}
	.top-h-row_fixed .phone_descr_text {display:none;}
	.top-h-row .phones { width: 66% !important; }
	.top-h-row .h-user-block { text-align: right; }
	.wrapper.has_menu .top-h-row ul.menu { display: none; }
	.wrapper.has_menu .top-h-row .phones { display: block; }
	.wrapper.has_menu #header .wrapper_inner .middle-h-row  .center_block  .middle_phone, .wrapper.has_menu #header .phones { display: none; }
	.wrapper.has_menu  #header .middle-h-row .center_block { padding: 0px 20px 0px 20px; }
	body .colored #header .center_block .main-nav { border-top: 1px solid #fff; margin-top: 20px; }
	body .wrapper.has_menu .white #header .center_block .main-nav { margin-top: 12px; }
	body .colored #header { padding-bottom: 20px; }
	.wrapper_inner .middle-h-row .search_middle_block.active .middle_form { width: 94%; }
	.backet_back_wrapp .basket_back { display: block; }
	.backet_back_wrapp.error .basket_back { display: inline-block; }
	.wrapper_inner .basket_wrapp .module-cart table.bottom.middle .bottom_btn td .iblock .icon_error_block{ float: none; display: inline-block; text-align: left; margin: 15px 0px 0px; }
	.iblock .icon_error_block:after  { display: block;  right: -65px; left: initial; }
	.wrapper_inner .stores .stores_list { width: 55%; }
	.stores .flex-control-paging, .news_akc_block .flex-control-paging { position: absolute; bottom: -9px; display: none; z-index: 12; margin: 0px; }
	.news_akc_block .flex-control-paging { bottom: 4px; }
	.news_akc_block .news_slider_wrapp { padding: 0px 0px 10px; }

	/* Start page teasers block */
	.wrapper_inner .start_promo  .item { width: 33.33%;  }
	.wrapper_inner .start_promo  .item.wide50 { width: 33.33%; }
	.wrapper_inner .start_promo  .item.wide100 { width: 100%; }
	.start_promo ._fsm{border-left-width:0px !important;}
	.start_promo ._lsm{border-right-width:0px !important;}

	.index_bottom .info_column .news_column .news_block  ul.flex-control-nav, ul.flex-control-nav{ /*display: block; padding: 0px 0px 20px;*/ }
	.news_akc_block .flex-viewport .item, .stores .flex-viewport .item { margin-bottom: 20px; }
	.stores .all_map { margin: -1px 0px; }
	.stores { padding-bottom: 24px; }
	.print .basket_print_desc .store_property{width:47%;}
	.print .basket_print_desc .store_property:nth-of-type(3) {clear: both;}
	.info_item .middle_info .sku_props { margin: 0px; }
	.info_item .middle_info .prices_block, .info_item .middle_info .buy_block { width: 100%; padding: 0px; }
	.info_item .middle_info .prices_block { margin: 0px 0px 17px; }

	body .flex-control-paging li { height: 9px; width: 9px; }
	body .flex-control-paging li a, body .front_slider_wrapp .flex-control-nav li a { height: 8px; width: 8px; border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; }
	body .flex-control-paging li a, body .front_slider_wrapp .flex-control-paging li a	{
		background: #b9b9b9;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5YjliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #b9b9b9 0%, #cdcdcd 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9b9b9), color-stop(100%,#cdcdcd));
		background: -webkit-linear-gradient(top,  #b9b9b9 0%,#cdcdcd 100%);
		background: -o-linear-gradient(top,  #b9b9b9 0%,#cdcdcd 100%);
		background: -ms-linear-gradient(top,  #b9b9b9 0%,#cdcdcd 100%);
		background: linear-gradient(to bottom,  #b9b9b9 0%,#cdcdcd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#cdcdcd',GradientType=0 );
	}
	body .front_slider_wrapp .flex-control-paging li a, body .flex-control-paging li a { background-position: inherit !important; }
	body .flex-control-paging li a.flex-active, body .flex-control-paging li:hover a { height: 9px; width: 9px; }

	.registraion-page .main_info .label_block, .registraion-page .main_info .text_block { width: 100%; padding-left: 0px; }
	.registraion-page .main_info, .registraion-page .social_block { width: 100%; border-right-width: 0px; padding-left: 0px; }

	table.colored.offers_table td.price { white-space: normal; }
	table.colored.offers_table td.price .cost.prices .price { font-size: 16px;}
	.adaptive.text { display: block; }
	.catalog_detail .adaptive.text > div {display: inline-block;margin: 5px 3px 0 0;vertical-align: top;}
	.catalog_detail .adaptive.text > .count.ablock{display:block;}
	.catalog_detail .adaptive.text > .wrap_md .buy{margin-left:6px;}
	.catalog_detail .tabs_content .prices_tab{padding-top:0px !important;}

	.catalog_detail .offers_table thead td, .catalog_detail .offers_table td.count, .catalog_detail .offers_table td.buy, .catalog_detail .offers_table .more_text, .catalog_detail .offers_table td.counter_block_wr, .catalog_detail .offers_table td.one_click_buy, .catalog_detail table.colored td.like_icons { display: none; }

	.wrapper_inner  .catalog_detail  table.offers_table tr.offer_stores td .stores_block_wrap { border-bottom: 1px solid #e7e7e7; padding-bottom: 8px;   padding-bottom: 17px; margin-bottom: 18px; }

	.flex-direction-nav { display: none !important; }
	.slider_navigation.compare .flex-direction-nav { display: block !important; }
	.wrapper_inner  .catalog_detail .adaptive_extended_info .article  { float: none; padding: 10px; }
	.wrapper_inner  .catalog_detail .adaptive_extended_info .brand  { float: none; padding: 10px; text-align: center; }
	.specials_slider_wrapp ul.tabs { padding-right: 0px; }
	.popup { min-width: 250px; /*top: 10px !important;*/ }
	.popup .prompt { width: 100px; font-size: 11px; padding-left: 19px; }
	.popup .pop-up-title { padding: 12px 12px 8px 12px;  }
	.popup .close { right: 10px; top: 9px;}
	.popup .form-wr { padding: 10px 14px;  }
	.front_slider .item-title a, .front_slider .item-title a span { line-height: 17px; }
	.front_slider li .image img  { max-width: 125px; }
	.item_wrapp img { width: 100%; }
	.delivery_note {float: none; margin-bottom: 20px; overflow: hidden; }
	.delivery_note .title{float:none;margin:0;}
	.wrapper_inner  .catalog_detail .wrapp_docs { width: 100%; }
	.stores_block_wrap .stores_block .stores_text_wrapp .main_info { max-width: 300px; }
	.stores_block_wrap .stores_block .stores_text_wrapp .main_info > span { display: block; padding: 0px; }

	/* skritie naborov i komplektov */
	td.logo_wrapp div.logo { /*padding: 0 17px 0px 0px ;*/  }
	.breadcrumbs { display: none; }
	.module-cart table td.remove-cell { padding: 2px; width: 10px; }
	body .module-cart table td.thumb-cell a { height: 40px; width: 40px; }
	.wrapper_inner .middle .basket_wrapp .module-cart table td.thumb-cell { width: 40px; }
	.basket_wrapp .module-cart table.bottom.middle td {margin-bottom: 2px; margin-top: 2px; padding: 20px 0 0; }
	.basket_wrapp .module-cart table.bottom.middle td.row_titles{padding-right:10px;}
	.basket_wrapp .module-cart table.bottom.middle td.row_values {padding-left: 10px; padding-top: 10px; width:229px; margin-top: 20px;}
	.basket_wrapp .module-cart table.bottom.middle .bottom_btn td { padding: 0 20px 0 0; margin-bottom:18px;}
	.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk:last-of-type { padding-right: 20px !important; margin-bottom:18px !important; }
	.basket_wrapp .module-cart table.bottom.middle .bottom_btn td > *{float: none !important; }
	.bottom.middle .total.item_title{margin-top:10px;}

	ul.tabs li span { text-transform: none; }

	body .wrapper .top_slider_wrapp .flexslider .slides > li, body .wrapper .top_slider_wrapp .flexslider .slides > li td, body .wrapper .top_slider_wrapp .flexslider { height: 220px !important; }
	body .top_slider_wrapp .flexslider .slides > li .wrapper_inner > table { background: none !important; }
	body #content .left_block + .right_block:not(.catalog) .module-map, body .store_map .store_description { width: 100%; padding: 0; }
	body .adaptive_filter { display: inline-block; }
	body .module_products_list .quantity-cell { display: none; }
	body .catalog_section_list .section_item  { width: 100%; }
	body .catalog_section_list .section_item_inner { margin-right: 0; }
	body .module-cart .summ-cell, body .module-cart .summ-th, body .module-cart .sum-th, body .module-cart .name-cell, body .module-cart .name-th, .print body .module-cart tfoot .delay-cell, .print body .module-cart .order_item_props, .print body .module-cart .order_item_price_type, .print body .module-cart .order_item_weight { display: table-cell; }
	body .module-cart .name-cell, body .module-cart .name-th, body .module-cart tfoot .delay-cell, body .module-cart .order_item_props, body .module-cart .order_item_price_type, body .module-cart .order_item_weight { display: none; }
	body .module-cart .colored tfoot td.extended-cell { display: table-cell; }
	body .catalog_block .catalog_item_wrapp { width: 33%; width: 230px; }
	body .contacts_left, body .contacts_right { float: none; margin: 0; position: relative; width: 100%; }
	body .contacts_left { margin-top:39px;}
	body .contacts_left .store_description .store_property { width: 50%; float: left; margin-bottom: 20px; padding-right: 20px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 	}
	body .contacts_left .store_description .store_property:nth-child(3) { 	clear:both; }
	body .contacts_left .store_description .store_property { margin-top: 0; }
	body .contacts_right blockquote { margin-top: 14px; }
	body h1 {    display: contents; font-size: 32px; line-height: 36px; margin-top: 20px; margin: 0;}
	.el-counts{
    font-size: 32px;
    font-size: 32px;
    line-height: 36px;
    display: inline-block;
	
}
	body .top-h-row ul.menu { display: none; }
	body .front_slider .preview_text  { text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
	body .front_slider .item-title a span, body .flexslider .text .banner_title span{ font-size: 17px; line-height: 22px; }
	body .front_slider_wrapp a.read_more, body .btn_big{ font-size: 12px; line-height: 28px; height: 27px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border-bottom-width: 1px; }
	body .front_slider .read_more:hover{ border-bottom-width: 1px !important; }
	body .top_slider_wrapp .banner_text{ text-overflow: ellipsis; text-overflow: -o-ellipsis-lastline; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
	body .front_slider .price { font-size: 21px; }
	body .top_slider_wrapp .flex-direction-nav li { top: 100px; }
	body .top_slider_wrapp .flex-direction-nav li, body .top_slider_wrapp .flex-direction-nav li a { height: 30px; width: 30px; }
	body .top_slider_wrapp .flexslider .slides  li td.text .banner_text, body .top_slider_wrapp .flexslider .slides  li td.text .banner_title,
	body .top_slider_wrapp .flexslider .slides  li td.text .banner_buttons { margin-left: 40px; margin-right: 40px;  }
	body .index_bottom .banners_column { display: none; }
	body .index_bottom .info_column, body .index_bottom .info_column .about_column { padding-left: 0; }
	body.news_slider_wrapp .flex-control-nav.flex-control-paging { display: block; }
	body .index_bottom .info_column .news_column .news_slider_navigation { display: none; }
	body .specials_slider_wrapp ul.slider_navigation { display: none; }
	body #footer ul.bottom_main_menu, body #footer ul.bottom_submenu { width: 100%; text-align: justify; }
	body .top-h-row .search { width: 30%;	 }
	body .wrapper.head_type_2  .top-h-row  .search { display: block; }
	#content .right_block.catalog { margin-top: 35px; }
	.wrapper_inner #content .right_block .inner_wrapper { right: 0px; padding: 0px; }

	/*basket fly*/
	body #header .basket_fly { display: block;position: static;width: auto;min-height: auto;}
	#header .basket_wrapp .basket_sort, .basket_fly #header .middle-h-row .basket_wrapp #basket_form{display:none;}
	body #header .header-cart .basket_fly .opener >div{float:right;background: none !important;width: auto;height:16px;overflow: visible;position: relative;margin: 0px;}
	#header .basket_fly .opener{width: auto;position: static;height: auto;background: none;}
	body #header .basket_fly{box-shadow:none;}
	#header .basket_wrapp .basket_fly .wraps_icon_block {margin: 0px 37px 0px 0px;}
	#header .basket_wrapp .basket_fly .wraps_icon_block.basket{margin-right:15px;}
	#header .basket_wrapp .basket_fly .wraps_icon_block .count div {display: block; text-decoration: none;    font-size: 11px;}
	.basket_fly .basket_wrapp .basket_fly .wraps_icon_block.delay .count span, .basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block.basket .count span, .basket_wrapp .basket_empty .wraps_icon_block.basket .count span, .basket_wrapp .basket_fly .basket_count.empty .wraps_icon_block.basket .count span { background: #e3e3e3;}
	body #header .header-cart .basket_fly .opener >div > a {position: absolute;top: -15px;left: 0px;width: 100%;height: 150%;z-index: 2;}
	.basket_fly .basket_wrapp .basket_fly .wraps_icon_block{top:0px;}

	body .wrapper.basket_fly .basket_normal { display: block; }
	.basket_fly .wrapper_inner .basket_wrapp .wrapp_all_icons { width: 207px; }
	.basket_fly #header .middle-h-row .basket_wrapp { vertical-align: middle; padding-top: 1px; }
	.basket_fly .main-nav .search_middle_block { display: none; }
	.wrapper.basket_fly:not(.has_menu) .top-h-row .form_mobile_block .search_middle_block  { display: block; }

	body #content .left_block:not(.catalog) { width: 100%; float: none; }
	body #content .left_block.catalog { width: 100%; margin: 0px; }
	.bx_filter.bx_filter_vertical { margin: 0; width: 100%; top: 25px; z-index: 101; display: none;}
	.left_block  .bx_filter .bx_filter_section { margin: 0px; }
	body .bx_filter_container #modef { top: 4px; right: 3px; }
	body .bx_filter_vertical .filter_button { float: none; }

	.filter_horizontal { overflow: visible; }
	body .bx_filter_vertical .bx_filter_section .bx_filter_button_box.active .bx_filter_block .bx_filter_parameters_box_container { width: 100%; text-align: left; }
	.smartfilter .bx_ui_slider_track { margin-top: 16px; }
	.bx_filter .bx_filter_block .bx_filter_popup_result.right#modef_mobile { left: 0px; background: transparent; position: relative; color: #888; margin: 0px; padding-left: 0px; line-height: 20px; display: inline-block; }
	.bx_filter .bx_filter_popup_result.right a, .bx_filter_container_modef { display: none; }

	.filter_horizontal .bx_filter #modef_mobile { display: none !important; }
	.filter_horizontal { padding: 0px; }

	div[id^=smartFilterDropDown] { max-width: 690px; }

	body .bx_filter_vertical .filter_button.show{ margin-right: 5px; }
	body #content .left_block .left_menu li { display: inline-block; margin-top: 3px; }
	body #content .right_block, body #content .right_block.catalog { padding-left: 0; }
	body #content .left_block  + .right_block:not(.catalog) { margin-top: 20px; }
	body .right_side .ask_small_block { margin-bottom: 30px; }
	body .right_side { width: 100%; padding-left: 0; }
	body .right_side.sections_list  { display: none; }
	body .left_side { padding-right: 0; }
	body ul.left_menu > li.exit { margin-top: 0; padding-top: 0; border-top: 0; }
	body .module-order-history ul.tabs li .triangle { margin-top: 0px; }
	body .module-order-history ul.tabs li span { padding-top: 5px; }

	.wrapper_inner .bottom.middle td > .coupon #COUPON { margin-bottom: 12px; }
	.wrapper_inner .bottom.middle td > .coupon .apply-button { display: block; clear: both; }

	.bx_ordercart_order_sum td.custom_t1 { width: 80%; }
	.module-order-history .drop-cell .result-row a.button { margin: 0px 10px 10px 0px; }
	.articles-list.lists_block.faq .item .left-data { float: none; width: 100%; max-width: initial !important; }
	.articles-list.lists_block.faq .right-data { margin: 20px 0 0; padding: 0 0 2px; width: 100%;}
	.articles-list.lists_block.faq .right-data .preview-text { padding-right: 20px; }
	#content .ask_big_block .ask_btn_block { float: none; }
	#content .ask_big_block .description { padding: 20px 0px 0px; }
	.job.border_block .wrap_md .text { width: 50%; }
	.job.border_block .wrap_md .phone { width: 25%; }
	.job.border_block .wrap_md .but { width: 25%; }
	.basket_normal .popup.card_popup_frame .basket_popup_wrapper .basket_popup_wrapp { top: 41px; }
	.news_block .info_block .news_items .item { width: 100%; padding-left: 0px; }
	.wrapper_inner .footer_top .wrap_md .phones { padding-left: 0px; }
	.wrapper_inner .footer_bottom .menu_block, .wrapper_inner .footer_bottom .social_block { width: 100%; /*padding: 0px;*/ }
	.footer_bottom .social_block .social_wrapper { padding-left: 0px; }
	.wrapper_inner .registraion-page .form-block { padding: 0px 15px; }
	.wrapper_inner .registraion-page .main_info { width: 69%; }
	.wrapper_inner .registraion-page .social_block { width: 31%; }
	.wrapper_inner .soc-avt .row input[type="text"] { width: 90%; }
	body #header .wrapper_inner ul.menu li .child .child_wrapp { padding: 25px 5px 17px; }
	ul.menu .child.submenu.line .child_l2 a, ul.menu .child.submenu.line .title_child_l2 { padding: 9px 10px 10px;}
	ul.menu li .child_l2 {max-width: 450px;}
	ul.menu .child.submenu.line .child_l2 .column { width: 190px;}
	ul.menu .child.submenu.line .child_l2 a {height: 54px;}
	.wrapper_inner .articles-list.sections .item { width: 100%; }
	.wrapper_inner .module-order-history .module-orders-list .drop-cell .not-payed { padding: 5px 7px; }
	.rss_feed_icon + .filter_block, .rss_feed_icon  + .news_detail_wrapp  { margin: 35px 0px 0px; }
	.popup .captcha-row .captcha_input { position: initial; }
	.wrapper_inner .item .child_container { display: none; }
	.start_promo .item i.title span, .wrapper_inner .wrap_tizer .wr_block .title .inner_text { font-size: 15px; }
	.start_promo .item i.price span, .wrapper_inner .wrap_tizer .wr_block.price .inner_text { font-size: 14px; }
	.wrapper_inner .wrap_tizer { text-align:left;  }

	body .h_color_colored .header_wrap .basket_wrapp .wraps_icon_block.basket:before {background-position: -168px -158px !important	;}
	body .h_color_colored .header_wrap .basket_wrapp .wraps_icon_block.delay:before {background-position: -143px -158px !important;}

	/* ORDER */
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container{float:left;}
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc{margin-top:0;padding-left:140px;}
	#bx-soa-order .bx-soa-pp-desc-container{margin-top:20px;padding-left:0;padding-right:0;}
	#bx-soa-order .bx-soa-pp-list-termin{width:auto;}
	#bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-9{float:left;width:75%;}
	#bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-3{float:left;width:25%;}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties{width:50%!important;display:inline-block;vertical-align:top;float:none;}
	.bx-soa-item-nth-4p1{display:none;}

	/*personal*/
	.sale-order-detail-about-order-inner-container-repeat{margin:0px;}
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map{width:100%;}
	.personal_wrapper .orders_wrapper .sale-order-detail-total-payment-container{width:100%;}
	.personal_wrapper .col-xs-6{width: 50%;}
	.catalog_section_list .drop .column {width: 225px;}
}
@media all and (max-width: 767px){
	/*personal*/
	.bx-sap .sale-acountpay-pp{max-width:100%;}
	.sale-order-payment-change-pp, .sale-order-payment-change-pp-item-container{max-width:100%;}
	.personal_wrapper .orders_wrapper .hidden-xs {display: none!important;}
	.personal_wrapper .orders_wrapper .visible-xs {display: block!important;}

	/*basket*/
	.bx_ordercart .bx_sort_container{margin-bottom:20px;}
	.bx_ordercart .bx_ordercart_order_table_container{border-top:none;}
	.bx_ordercart .bx_ordercart_order_table_container table thead{display:none;}
	.bx_ordercart .bx_ordercart_order_table_container>table{display:block;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody{display:block;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr{display:block;position:relative;display:block;padding:29px 20px 20px 145px;border-top:1px solid #f3f3f3;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr>td{display:block;padding:0;border:none;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom{padding:0;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom span{display:block;font-size:12px;line-height:20px;color:#999;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.item{width:auto;padding-top:0;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.item .bx_ordercart_itemtitle{padding-right:79px;text-align: left;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr:after{content:"";display:table;clear:both;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.itemphoto{float:left;margin:-9px 0 0 -125px;padding:0;width:90px;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.price{padding-top:1px;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.price+td.custom>span{display:none;}
	.bx_ordercart .bx_ordercart_order_table_container tbody td.control{position:static;padding:0;}
	.bx_ordercart .bx_ordercart_order_table_container table.counter{margin-top:-6px;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr>td:not(.itemphoto):not(.margin):not(.item){width:25%;margin:10px -3px 0 0;display:inline-block;vertical-align:top;}
	.bx_ordercart tbody td.control a:last-of-type{position:absolute;right:40px;top:20px;}
	.bx_ordercart #basket_items_delayed tbody td.control a:first-of-type{position:absolute;right:40px;top:20px;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom{}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom span{display:inline-block;vertical-align:middle;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom>div{display:inline-block;vertical-align:middle;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom>div[id^=sum_]{display:block;}
	.bx_ordercart #basket_items .custom div[id^=discount_value]{margin-top:-3px;}
	.bx_ordercart .bx_ordercart_order_table_container tbody td.custom .centered{margin-top:0;}

	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr>td:not(.item):not(.itemphoto):not(.margin){width:50%;}
	.bx_ordercart .bx_ordercart_order_table_container table.counter{margin-top:12px;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr>td.price{margin-top:20px!important;}
	.bx_ordercart .bx_ordercart_order_pay>div{width:100%;float:none;}
	.bx_ordercart_order_pay_right{margin-top:0;}
	.bx-touch .bx_ordercart .bx_sort_container a{width:50%;margin-bottom:-1px;}
}
@media all and (max-width: 736px){
	.wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n) { width: 210px; }
	.catalog_block .catalog_item_wrapp:nth-child(3n) .item_wrap  { margin-right: 0px; }
	.top-h-row .phones {width: 70% !important;}
	ul.menu li .child_l2 {max-width: 419px;}
	ul.menu .child.submenu.line .child_l2 .column {width: 185px;}
	ul.menu .child.submenu.line .child_l2 a {height: 70px;}
}
@media all and (max-width: 716px){
	.wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n) { width: 230px; }
	.catalog_block .catalog_item_wrapp:nth-child(3n) .item_wrap  { margin-right: 20px; }
	.wrapper_inner  .staff.list .item .image { float: none; }
	.wrapper_inner  .staff.list .item .info { margin: 10px 0px 0px 0px; }
	.stores_block_wrap .stores_block .stores_text_wrapp.image_block .main_info > span { max-width: 200px; }

	/*basket*/
	.bx_ordercart_order_pay_center .icon_error_wrapper{float:none;}
}
@media all and (max-width: 667px){
	.top-h-row .phones {width: 69% !important;}
	ul.menu li .child_l2 {max-width: 348px;}
	ul.menu .child.submenu.line .child_l2 .column {width: 146px;}
	ul.menu .child.submenu.line .child_l2 a {height: 72px;}
}
@media all and (max-width: 650px){
	.footer_top .sblock .wrap_icon { display: none; }
	.footer_top .sblock .forms .email_wrap { width: 72%; }
	.footer_top .wrap_md .phones .order { padding: 0px 0px 0px 20px; }
	.inner_wrapper .sort_header .sort_filter a .icon { display: inline-block; }
	body .top-h-row  .phone .icon	{ display: none; }
	body .top-h-row  .phone	{ 	margin-top: 11px; }
	body .module-orders-list .order-extra-properties 	{ display: inline; }
	.filter_block  ul{float:none;}
	.filter_year {float: none;margin:5px 0 5px;}
	body .module-orders-list.colored thead td, body .module-orders-list td.date-cell, 	body .module-orders-list td.count-cell, body .module-orders-list td.price-cell,
	body .module-orders-list td.pay-status-cell, body .module-orders-list td.order-status-cell, body .module-orders-list .drop-container th.price-th,
	body .module-orders-list .drop-container th.count-th ,body .module-order-history.orderdetail .module-orders-list.goods td	{ display: none; }
	body .module-order-history.orderdetail .module-orders-list.goods td.vname, body .module-order-history.orderdetail .module-orders-list.goods td.price, body .module-order-history.orderdetail .module-orders-list.goods td.vqnt { display: table-cell; }
	.module-order-history .drop-cell .result-row a.button22{ margin-top: 5px; }
	body .sort_header .sort_filter a span { display: none; }
	.basket_sort ul.tabs li span { font-size: 14px; }

	body .module-cart .summ-cell, body .module-cart .summ-th, body .module-cart .sum-th{display:none;}
	.basket_wrapp .module-cart table.bottom.middle td.row_values {width:160px;margin-top: 21px;}
	.wrapper_inner .middle .basket_wrapp .module-cart table.colored tr td { padding: 4px; }
	body .module-cart table td.thumb-cell a { line-height: 40px; }
	.wrapper_inner .middle .basket_wrapp .module-cart table tr td.count-cell { padding-top: 16px; }
	.wrapper_inner .basket_wrapp .module-cart table.bottom.middle td.row_values .item_title { display: inline-block; float: left; margin: 0 10px 0 0; font-weight: bold;}
	.wrapper_inner .basket_wrapp .module-cart table.bottom.middle td.row_titles .item_title {  display: none !important; }
	.wrapper_inner .basket_wrapp .module-cart table.bottom.middle td.row_values .wrap_prices { float: left; }
	.bottom.middle .total.item_title { display: none; }
	body .module-cart .cost-cell, body .module-cart .summ-cell, body .module-cart .summ-cell *, body .module-cart .row_values .price { font-size: 14px; }
	.wrapper_inner .phones .order_wrap_btn { margin-left: 5px; }
	.wrapper_inner .top-h-row .h-user-block .module-enter, .wrapper_inner .phones > span .callback_btn { font-size: 11px; }
	.wrapper_inner .footer_top .sblock, .wrapper_inner .footer_top .wrap_md .phones { width: 100%; }
	.footer_top .wrap_md .phones .phone_block { padding-left: 0px; }
	body .authorization-cols .col.authorization, body .authorization-cols .col.registration { 	width: 100%; padding-right: 0; }
	.wrapper.has_menu #header .wrapper_inner .middle-h-row  .center_block .search { display: none; }
	.wrapper.has_menu #header .middle-h-row .center_block {padding: 0 20px 0 0;}
	.wrapper.has_menu .top-h-row .form_mobile_block .search_middle_block  { display: block; }
	.wrapper_inner .forms .text_block, .wrapper_inner .forms .form_block { width: 100%; padding: 0px; }
	.basket_print{display: inline-block;}
	.wrapper_inner .basket_wrapp .module-cart table.bottom.middle .bottom_btn .basket_checkout_wrapp { text-align: left; }
	.basket_wrapp .module-cart table.bottom.middle .bottom_btn td.last_blockk { float: left !important; }
	.bx_order_make .bx_block.r1x3{width:35%}
	.bx_order_make .bx_block.r3x1{width:65%}
	.job.border_block .wrap_md .text { width: 70%; }
	.job.border_block .wrap_md .phone { width: 30%; }
	.job.border_block .wrap_md .but { width: 100%; display: block; text-align: left; padding: 20px 0px 0px 0px; }
	.container .page_not_found td.image, .container .page_not_found td.description { display: block; width: 100%; }
	.wrapper_inner .stores .stores_list { width: 51%; }
	.authorization-cols .form-block { height: auto !important; }

	/*basket*/
	.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .catalog_back, .basket_print{float:none;display: block;margin-right: 0px;}
	.bx_ordercart .bx_ordercart_order_pay_center .checkout, .bx_ordercart .bx_ordercart_order_pay_center .oneclickbuy{display:block;margin-left:0px;text-align: center;}
}
@media all and (max-width: 630px){
	.popup .soc-avt { padding: 18px 10px 14px; }
	.popup .reg-new { padding: 35px 10px; }
	.popup .prompt { width: auto; padding-left: 0px; }
	.wrapper_inner  .catalog_detail .tabs_content .char, .wrapper_inner  .catalog_detail .tabs_content .serv { width: 100%; padding: 0px !important; }
	.catalog_detail .tabs_content .descr_div .char_block{width:100%;padding-right:0;}
	.module-order-history .module-orders-list td.drop-cell .item-shell td:first-child { padding-left: 5px; }
	.module-order-history .drop-cell .result-row { padding-left: 10px; padding-right: 10px; }
	.auth_wrapp.form-block .main_info, .auth_wrapp.form-block .socserv { width: 100%; }
	.auth_wrapp.form-block .main_info { }
	.auth_wrapp.form-block .socserv {     padding: 0px 14px 20px;}
	.popup.enter_frame.show { width: 80%; }
	.popup.show .popup-intro .pop-up-title { font-size: 20px; line-height: 18px; }
}

@media all and (max-width: 600px){
	.stores_block_wrap .stores_block .stores_text_wrapp.image_block .imgs { display: none; }
	.stores_block_wrap .stores_block .stores_text_wrapp.image_block .main_info > span { /*max-width: initial;*/ }
	.stores_block_wrap .stores_block .stores_text_wrapp.image_block .main_info { margin: 0px; }
	.tizers_block .item { width: 50%; text-align: center; }
	.tizers_block .item:nth-child(n+5) { /*width: 100%;*/ text-align: center; }
	.catalog_detail .info_item .middle_info .prices .price.discount { margin-top: 9px; }

	.wrapper_inner .start_promo  .item ,
	.wrapper_inner .start_promo  .item.wide50,
	.wrapper_inner .start_promo  .item.wide100 { width: 50%; border: 2px solid #fff;  padding-bottom: 47%; }
	.wrapper_inner .start_promo  .item  span.wrap_main,
	.wrapper_inner .start_promo  .item.wide50 span.wrap_main,
	.wrapper_inner .start_promo  .item.wide100 span.wrap_main { max-width: 500px;  }
	.wrapper_inner .start_promo { margin: 0px; }
	.start_promo ._fxs{border-left-width:0px !important;}
	.start_promo ._lxs{border-right-width:0px !important;}

	.subscribe-form .wrap_bg .top_block, .subscribe-form .wrap_bg .sform { width: 100%; }
	.subscribe-form .wrap_bg .sform { margin-top: 22px; }

	.md-50.img { display: none; }
	.md-50.big { width: 100%; padding: 31px 0px 37px; }

	.footer_top .sblock .forms .email_wrap { width: 70%; }
	.footer_top .wrap_md .phones .phone_wrap a { font-size: 15px; }

	.center_block .search_block { display: none; }
	.header_wrap #header .middle-h-row .center_block ul.menu, .basket_fly #header .middle-h-row .center_block ul.menu { width: 100%; padding: 0px; }
	.search_middle_block { display: none; }

	.wrapper.m_color_dark #header .catalog_menu ul.menu > li.current { background: #3f3f3f; }
	body .header_wrap.white .menu > li.current > a span { border-bottom-color: transparent; }

	body .wrapper .top_slider_wrapp .flexslider .slides > li, body .wrapper .top_slider_wrapp .flexslider .slides > li td, body .wrapper .top_slider_wrapp .flexslider { height: 200px !important; }

	body .top_slider_wrapp .flex-direction-nav li { top: 85px; }
	body .item_main_info .item_slider { display: none; }
	body .catalog_detail .adaptive_extended_info_wrapp { 	display: block; }
	body .item_main_info .item_slider.flex { display: block; }
	body .catalog_detail .item_main_info .item_slider { padding: 0; width: 100%; float: none; }
	body .catalog_detail .item_main_info .right_info { padding: 0; border-top: 1px solid #e5e5e5; }
	body .catalog_detail .extended_info { margin-bottom: 0; }
	body .catalog_detail .item_main_info .item_slider .thumbs, body .catalog_detail .right_info .info_block, body .catalog_detail .right_info hr, body .catalog_detail .right_info .preview_text, body .catalog_detail .right_info hr.separator { display: none; }
	body .catalog_detail .item_main_info { margin-top: 0; }
	.catalog_detail .item_main_info .item_slider:after, .catalog_detail .item_main_info .right_info .info_item:before { display: none; }
	.item_slider .slides { height: 260px; line-height: 250px; line-height: normal; padding: 25px 0px 5px 0px; }
	.module_products_list .cost.prices .price { font-size: 15px; }
	.module_products_list td.item-name-cell a { font-size: 12px; }
	body .module_products_list td.but-cell { padding-right: 19px; }
	body .module_products_list td.like_icons { display: none; }

	/*.catalog_detail .top_info .like_icons span.value span { display: none; }*/
	.catalog_detail .top_info .like_icons span.value:before { margin-right: -1px; }
	.info_item .top_info .brand { padding: 0 5% 10px 0; }

	body .authorization-cols .auth-title { font-size: 18px; }

	body .authorization-cols .col.registration { 	margin-top: 30px; }
	body .module-cart table td.delay-cell .value { display: none; }
	body li[item-section="AnDelCanBuy"] .module-cart table td.count-cell { padding: 3px 0; font-size: 0; }
	body .module-cart .counter_block { font-size: 0; }
	body .module-cart table td { padding: 3px; }
	body .count-cell div.error { position: static; white-space: normal; }
	body .module-cart .counter_block input[type="text"] { width: 30px; height: 30px; font-size: 13px; }
	body .module-cart a.wish_item .icon i	{ margin-right: 0; }
	body .module-cart table tfoot td.extended-cell	{ display: none !important; }
	body .module-cart table tfoot .basket_fast_order_wrapp	{ text-align: right; padding-right: 20px; }
	body .module-cart table tfoot .basket_checkout_wrapp	{ padding-left: 20px; }
	body .module-cart table td.thumb-cell	{ width: 50px; }
	body #order_form_content .module-cart table td.thumb-cell	{ width: 80px; }
	body .module-cart table td.thumb-cell a { height: 50px; width: 50px; position: relative; }
	body .module-form-block-wr .form-block .r { width: 100%; }
	body .brands_list li { width: 32%; }
	body .drop-question .form-block .left-data, 	body .drop-question .form-block .right-data { width: 100%; margin-left: 0; padding-right: 0; float: none; }
	body .news_detail_wrapp .detail_picture_block	{ margin: 20px auto; text-align: center; float: none; }
	body .wrapper:not(.front_page) .middle	{ margin-top: 55px; }
	.registraion-page .form-block { padding: 0px 20px; }
	.registraion-page .main_info { padding-bottom: 0px; }
	.registraion-page .social_block { padding-top: 5px; }
	body .wrapper .top_slider_wrapp .flex-control-paging	{ display: none; }
	body .top_slider_wrapp .flex-direction-nav li 	{ display: none; }

	body .wrapper.head_type_1:not(.front_page) #header	{ margin-bottom: 70px; }
	body .wrapper.head_type_1:not(.front_page) #header + .wrapper_inner	{  border-top: 0; box-shadow: none; -o-box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
	body #header ul.menu.full > li.search_row { display: block; }
	body .front_slider_wrapp .extended_pagination	{ display: none; }
	body .front_slider .info { padding-left: 0; }

	body .front_slider_wrapp .flex-viewport { width: 100%; }
	body .top_slider_wrapp .banner_text { margin-top: 10px; -webkit-line-clamp: 2; }
	body .flexslider .banner_buttons { margin-top: 10px; }
	body .index_bottom .info_column .news_column .shadow 	{ display: block;}
	body .index_bottom .info_column .about_column, body .index_bottom .info_column .news_column { width: 100%; }
	body .index_bottom .info_column .about_column { margin-bottom: 10px; }
	body .index_bottom .info_column .news_column { padding-left: 0; }
	body .index_bottom .info_column .about_column .about_show_more { display: block; text-align: center; }
	body .brands_slider_wrapp { padding: 36px 0px 25px; }
	body .top-h-row .search #title-search-input { display: none; }
	body .top-h-row .search #search-submit-button { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; position: static; margin: 1px auto 0; }
	body .top-h-row .search { width: 20%; }
	body .top-h-row .search form { width: 100%; }
	body .top-h-row .search { text-align: center; }
	body #header ul.menu.adaptive { display: block; }
	body #header ul.menu.adaptive .menu_opener { cursor: pointer; }
	body #header ul.menu.adaptive > li  > a, body #header ul.menu.full > li  > a { font-size: 14px; text-transform: uppercase; text-decoration: none; padding: 0 20px; display: inline-block; height: 42px; line-height: 43px; }
	body .wrapper.has_menu .main-nav { display: block; }
	body #header ul.menu.full { border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; display: none; box-shadow:  0 3px 18px rgba(44, 44, 44, 0.8); -moz-box-shadow:  0 3px 18px rgba(44, 44, 44, 0.8); -webkit-box-shadow:  0 3px 18px rgba(44, 44, 44, 0.8); }
	body ul.menu li.catalog  a i { background: url("/local/templates/fiztechkz/css/../images/arrows_small.png") 3px -21px no-repeat; right: 15px; top: 10px; }
	body ul.menu li.catalog:hover  a i { background-position: -33px -21px; }
	body #header ul.menu.full > li:not(.current):not(.search_row) { background: #ecf0f3; border-top: 1px solid #f2f5f7; border-bottom: 1px solid #e4e6e7; }
	body #header ul.menu.full > li.menu_item_l1.parent-folder .arrow_img_in_top_menu {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 3%;
		background-image: url(/images/md_off.png);
		background-repeat: no-repeat;
		background-size: auto;
		background-position: center;
		z-index: 100;
	}
	body #header ul.menu.full > li.menu_item_l1.parent-folder.open-list .arrow_img_in_top_menu{
		background-image: url(/images/md_on.png);
	}
	body #header ul.menu.full > li:not(.current) a { color: #000; }
	body #header .catalog_menu { display: none; }
	body #header { border-bottom: 0 !important; box-shadow: none !important; -moz-box-shadow: none !important; -o-box-shadow: none !important; -webkit-box-shadow: none !important; }
	body  .wrapper .top_slider_wrapp  { margin-top: 54px !important; }
	body #header .center_block .main-nav { margin-top: 15px; left: -15px; margin-left: 0px; padding: 7px 15px; }
	body #header ul.menu.full > li { display: block; width: 100%; text-align: left; }
	body #header ul.menu.full > li.stretch { display: none; }
	body #header ul.menu.full.opened li:hover .child, body #header ul.menu.full.opened li:hover .space { display: none; }

	body #header ul.menu.full > li:not(.menu_opener) > a { border-left: 0 !important;  border-right: 0 !important;  box-sizing: border-box; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;width: 100%; }
	body .top-h-row .search, body .wrapper.has_menu .top-h-row .search, .wrapper.has_menu #header .middle-h-row .center_block .search { display: none; }
	body  .display_list .list_item .image { width: 33%; }
	body .display_list .list_item .image a, body .display_list .list_item .image, body .display_list .list_item { min-height: inherit; }
	body .sort_header .sort_filter { font-size: 0; }
	.h_color_colored .header_wrap .menu > li.current > a span { border-bottom-width: 0px; }
	.h_color_colored .main-nav ul.menu > li > a:hover { opacity: 1; }
	.m_color_dark #header ul.menu.full.opened > li { background: #505050; border-top: 1px solid #848484; border-bottom: 1px solid #3d3d3d; }
	.m_color_dark #header ul.menu.full.opened > li.current { background: #2f2f2f; border-top: 1px solid #848484; }
	.m_color_dark #header ul.menu.full.opened li:not(.search_row):hover, body .m_color_dark #header ul.menu.full.opened li:not(.search_row):hover, body .wrapper.m_color_dark #header ul.menu.full.opened > li:hover { background: #505050; }
	.m_color_dark #header ul.menu.full.opened li.current, .m_color_dark #header ul.menu.full.opened li:not(.search_row):hover { border-bottom: 1px solid #3d3d3d; border-top: 1px solid #848484; }
	body .h_color_white .center_block .menu.full > li.current > a { color: #fff; }
	body .h_color_white .center_block .menu.full > li.current > a span { border: 0px; }

	.wrapper.has_menu .header_wrap  #header .catalog_menu { display: none; }
	body .m_color_dark #header .center_block .main-nav, body .m_color_dark.wrapper #header .center_block .main-nav { background: #3f3f3f; border-top-width: 0px; }
	.basket_normal .popup { top: -3px !important; }
	.basket_wrapp .basket_block .link { bottom: -27px; }
	.bx_order_make .bx_block.float { width: 33%; }
	.bx_order_make .bx_block.r3x1, .bx_order_make .bx_block.r1x3 { width: 100%; }
	.module-gallery-list li { width: 33.33%; }
	.wrapper_inner .articles-list.vertical .item { width: 50%; }
	.articles-list.lists_block .right-data { margin-left: 150px; }
	.articles-list.lists_block:not(.vertical) .item .left-data { width: 100%; float: none; max-width: initial; }
	.articles-list.lists_block:not(.vertical) .item .left-data a { height: auto; }
	.articles-list.lists_block:not(.vertical) .item .right-data { margin: 20px 0px 0px 0px; }
	#content .right_side.wide { padding: 0px; float: none; width: 100%; }
	#content .left_side.wide { padding: 0px; }

	.wrapper.basket_fly:not(.has_menu) .top-h-row .form_mobile_block .search_middle_block, .wrapper.has_menu .top-h-row .form_mobile_block .search_middle_block { display: none; }
	.wrapper_inner .wrap_md .news_wrap, .wrapper_inner .wrap_md .subscribe_wrap { width: 100%; margin: 0px; }
	.wrapper_inner .registraion-page .main_info { width: 100%; border-right-width: 0px; padding-right: 0px; padding-top: 0px; }
	.wrapper_inner .registraion-page .social_block { width: 100%; padding: 0px; }
	.wrapper_inner .soc-avt .row input[type="text"] { width: 90%; }

	.wrapper_inner .start_promo .item i.price { display: block; }
	.wrapper_inner .start_promo .item i.price .tizer_text { display: none; }

	.wrapper_inner .stores .all_map { margin-top: 5px; }
	.wrapper_inner .stores .stores_list { width: 100%; padding: 0px; }
	body h1 { margin-top: 70px; }
	.bx-ie .basket_wrapp .wraps_icon_block .count a, .bx-ie .basket_wrapp .wraps_icon_block .count .text  { line-height: 18px; }
	.start_promo .item img { max-height: 280px; height: 106% !important; }
	.start_promo .item.wide50 img, .start_promo .item.wide100 img { transform: scaleX(1.5); width: 100%; }

	.wrapper.front_page .header_wrap{padding-bottom: 47px;}
	.wrapper.front_page.head_type_2 .header_wrap{padding-bottom: 8px;}
	body .wrapper.front_page .top_slider_wrapp{margin-top:0px !important;}
	.m_color_none #header{margin-bottom:0px;}

	.bx_item_list_you_looked_horizontal .bx_catalog_item{width:47.3333% !important;}
	.bx_item_list_you_looked_horizontal .bx_catalog_item:nth-child(3n+1){clear:none !important;}
	.bx_item_list_you_looked_horizontal .bx_catalog_item:nth-child(2n+1){clear:both !important;}

	/*personal*/
	.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company{width:100%;padding-right:0px;}
	.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-cancel-container{float:none;}
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment .sale-order-detail-payment-options-shipment-image-container{width:100%;}
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment .sale-order-detail-payment-options-methods-shipment-list{width:100%;padding-top:10px;}
	.sale-order-detail-order-item-td .sale-order-detail-order-item-block, .sale-order-detail-order-item-td .sale-order-detail-order-item-block .sale-order-detail-order-item-img-block{padding:0px;}
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map > .row{margin-right:-7px;}
	.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-image-container, .personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-info{width:100%;padding-bottom:10px;}
	.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-methods{padding-top:0px;}
	.personal_wrapper .orders_wrapper div.sale-order-detail-about-order-inner-container > .row > div{width:100% !important;}
	.sale-order-detail-about-order-inner-container-name-read-more, .sale-order-detail-about-order-inner-container-name-read-less{margin:0px 0px 15px;}
	.sale-order-detail-order-item-td.sale-order-detail-order-item-properties{width:100%;float:left;}
	.sale-personal-profile-list-container>tbody>tr>th, .sale-personal-profile-list-container>tfoot>tr>th, .sale-personal-profile-list-container>thead>tr>td, .sale-personal-profile-list-container>tbody>tr>td{
		font-size:10px;padding-left:2px;padding-right:2px;
	}
	.sale-personal-profile-list-container>tbody>tr>th{padding-left:2px;padding-right:2px;}
	.top-h-row_fixed .header_mail i, .top-h-row_fixed .header_mail span {font-size: 12px !important;}
	.top_slider_wrapp .flexslider .slides>li,
	.top_slider_wrapp .flexslider .slides>li,
	.top_slider_wrapp .flexslider .slides>li td,
	.top_slider_wrapp .flexslider .slides>li td,
	.top_slider_wrapp .flexslider,
	.top_slider_wrapp .flexslider {
			height: 300px;
	}
}
@media all and (max-width: 570px){
	body .display_list .description_wrapp { display: none; }
	body .display_list .adaptive_name { display: table-row; }
	.wrapper_inner .bx_ordercart_order_sum td.custom_t1 { width: 80%; }

	/* ORDER */
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block{float:left;}
	/*#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td{width:100%!important;}*/
	/*#bx-soa-order .bx-soa-item-tr{padding-bottom:10px;}*/
	#bx-soa-order .bx-soa-coupon-item{text-align:left;}
	#bx-soa-order .bx-soa-section .bx-soa-coupon-item .bx-soa-tooltip{float:none;margin-left:0;}
	#bx-soa-order .bx-soa-coupon-item .bx-soa-tooltip .tooltip-inner{margin-top:3px;text-align:left;}
	#bx-soa-order .bx-scu-container{padding-top:0;}
	#bx-soa-order  .bx-soa-item-td-title, #bx-soa-order  .bx-soa-item-td-text{display:block!important;}
	#bx-soa-order .bx-soa-item-td-title, #bx-soa-order .bx-soa-item-td-text{font-size:15px;}

	/*basket*/
	.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .catalog_back{width:185px;text-align: center;}
	.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout{float: left;clear: both;width:185px;text-align: center;margin: 10px 0px 10px;}
	.bx_ordercart .bx_ordercart_order_pay_center .oneclickbuy{float:right;margin: 10px 0px 10px;}
	.catalog_section_list .drop .column {width: 220px;}
}
@media all and (max-width: 550px){
	.catalog_detail .offers_table .opener {  padding: 0px; }
	.wrapper_inner  table.offers_table td { padding: 13px 8px; }
	table.offers_table .ablock { margin: 0px 0px 10px; }
	table.offers_table td.count {   text-align: left;  width: 50%; height: 40px; border-bottom: 0; }
	table.offers_table td.counter_block  { width: 50%; height: 40px; border-bottom: 0;}
	table.offers_table td.buy {  width: 50%; text-align: left; clear: left; height: 43px; }
	table.offers_table td.one_click_buy {  width: 50%; text-align: center; height: 43px; }
	.counter_block_wr.ablock { padding: 0px 5px 0px 0px; }
	table.doctable td {display: block;width:100%;float: none;}
	.basket_normal .popup { top: -12px !important; }
	#basket_line .basket_normal .popup { display: none !important; }

	.slider_navigation.compare .flex-direction-nav { display: none !important; }
	.wrapp_scrollbar .wr_scrollbar { margin-left: 0px; margin-right: 0px; }
	.bx_compare .tabs-head li { font-size: 13px; }
	.wrapper_inner .bx_sort_container .wrap_remove_button { left: 0px; top: 70px; right: initial; z-index: 3; }

	.registraion-page .top p { font-size: 10px; padding: 0px; }
	.registraion-page .top p:before, .registraion-page .top p:after { display: none; }

	.footer_bottom .all_menu_block .submenu_block { display: none; }
	.footer_bottom .submenu_top .menu_item { width: 100%; }

	.footer_top .wrap_md .phones .order { display: none; }
	.footer_top .wrap_md .phones .phone_wrap { width: 100%; }
	.footer_top .sblock .forms .email_wrap { width: 60%; }

	.footer_top .sblock .wrap_bg { width: 100%; padding: 0px 0px 13px; }
	.footer_top .sblock .wrap_icon { /*display: inline-block;*/ }
	.footer_top .sblock .forms { width: 100%; padding-left: 0px; }
	#footer .wrap_md .empty_block { display: none; }
	.footer_bottom .social_block { padding: 0px; }
	.footer_top .wrap_md .phones .phone_block, .footer_bottom .social_block .social_wrapper { width: 100%; padding: 0px; }
	.pay_system_icons { display: none; }

	.basket_wrapp .basket_block  div.text { display: none; }
	.wrapper_inner .basket_wrapp .header-compare-block { margin-left: 30px; }

	.h_color_colored .header_wrap .basket_wrapp .empty_cart:not(.bcart) .wraps_icon_block.basket .count span { background: #000; }
	body .wrapper .top_slider_wrapp .flexslider .slides > li, body .wrapper .top_slider_wrapp .flexslider .slides > li td, body .wrapper .top_slider_wrapp .flexslider { height: 180px !important; }

	body .module_products_list td { padding: 2px; }
	body .search-page form  { padding: 15px 5px 17px; }
	body .display_list .list_item td.image, body .display_list .list_item td.information_wrapp	{ padding: 0 15px 15px; }
	body .display_list .list_item td.information_wrapp .information	{ padding: 0; }
	body .catalog_block .catalog_item_wrapp, .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n), .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(4n), body .right_block.catalog .catalog_block .catalog_item_wrapp	{ width: 50%; }
	body #header .middle-h-row td.logo_wrapp	{ width: 60%; }
	#header .middle-h-row td.logo_wrapp img	{ max-width: 100%; }
	body #header .middle-h-row td.center_block	{ padding: 0; width: 0; }
	body #header .middle-h-row .basket_wrapp	{ width: 35%; }
	body .header-cart-block .cart .summ	{ display: none; }
	body .header-cart-block .cart .cart_wrapp	{ padding-left: 32px; }
	body .header-cart-block .cart	{ width: 120px; }
	body .header-cart-block .cart .cart_wrapp:not(.with_delay)	{ padding-top: 6px; }
	body .header-cart-block .cart > span.icon	{ display: none; }
	body .header-cart-block .cart > span.icon.small	{ display: inline-block; }
	body .header-cart-block .cart .delay_link .icon	{ display: none; }
	body .header-cart-block .cart .delay_link	{ position: relative; zoom: 1; top: -4px; }
	body .header-cart-block .cart .cart-call, body .header-cart-block .cart .cart-call-empty	{ display: none; }
	body .header-cart-block .cart .cart-call.small	{ display: inline; }
	body .header-cart-block .cart .cart-call.small + a{display:none;}
	body .header-cart-block .cart .delay_link .icon	{ position: relative; zoom: 1; top: 0; width: 17px; }
	body .header-cart-block .cart .cart-call span	{ border: none; text-decoration: underline; }
	body .header-cart-block .cart .cart_wrapp.with_delay	{padding-top: 0;}
	body .front_slider .preview_text	{-webkit-line-clamp: 2;}
	body ul.tabs li span	{font-size: 10px;padding-top: 6px;line-height: 9px;}
	body ul.tabs li	{padding: 0 4px;height: 20px;line-height: 20px;}

	body #footer ul.bottom_main_menu li	{ display: block; text-align: center; width: 100%; padding: 0 20%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
	body #footer ul.bottom_main_menu li a	{ border-bottom: 1px solid #d8d8d9; width: 100%; display: inline-block; padding: 9px 0 5px; color: #000; text-shadow: none; -moz-text-shadow: none; 	-webkit-text-shadow: none; 	}
	body #footer .bottom_submenu li	{display: none;}
	body #footer .bottom_submenu li.copy	{display: block;width: 100%;text-align: center;}
	body #footer .footer_inner .line	{background: transparent;}
	body h1	{ font-size:20px; line-height: 20px; margin-top: 75px;}
	body .store_map .stores_images.multiple	{text-align: center;}
	body .show_number	{text-align: center;}
	body .authorization-cols .auth-title	{text-align: center;}
	body .search-page form { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; }
	body .breadcrumbs { text-align: center; }
	body #content .left_block .left_menu { text-align: center; }
	body .display_list .list_item td.information_wrapp, body .display_list .list_item td.image { width: 50%; }
	body .display_list .list_item .ribbons { top: 0; }
	body .display_list .list_item td.information_wrapp .information { border-left: 0; position: static; }
	body .display_list .likes_icons { display: none; }
	body .display_list .available_block, body .display_list .noavailable_block { display: none; }
	body .display_list .availability-row { display: block; }
	body .display_list .price_block { margin-bottom: 10px; }
	.bx_order_make .bx_block.float { width: 50%; }
	.wrapper_inner .tizers_block .item { width: 50%; }
	.wrapper_inner .stores_block_wrap .stores_block .stores_text_wrapp > span { display: none; }
	.wrapper_inner .confirm .bx_section { padding: 18px 23px; }
	.confirm .bg_block:before, .confirm .bg_block:after { display: none; }
	.form-block-wr .iblock.label_block, .form-block-wr .iblock.text_block {  width: 100%;}
	.form-block-wr .iblock.text_block {  padding: 10px 0px 0px; }
	.basket_wrapp .empty_cart .wraps_icon_block.basket .count, .basket_wrapp .empty_cart.ecart.bcart .wraps_icon_block.basket .count, .basket_wrapp .nitems.ecart .wraps_icon_block.basket .count { opacity: 1; }
	.stores_block_wrap .stores_block.wo_image .stores_text_wrapp .main_info { max-width: 200px; }

	/*personal*/
	.bx-sap .sale-acountpay-block, .bx-sap .container-fluid > .row > .col-xs-12{text-align:center;}
}
@media all and (max-width: 520px) {
	.staff.list .item{float:none;width:100%;padding-left:0;padding-right:0;}

	/* ORDER */
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-img-block{float:none;margin:0 0 15px;}
	#bx-soa-order .bx-soa-item-tr{padding-left:20px;}

	/*basket*/
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr{padding-left:20px;}
	.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .catalog_back{float:none;width: auto;display: block;}
	.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .oneclickbuy{float:none;margin:20px 0 0;width: auto;display: block;}
	.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout{float:none;margin:20px 0 0;width: auto;display: block;}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr>td{padding:0;}
	.bx-touch .bx_ordercart .bx_ordercart_photo_container{padding-top:0;}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr{margin-bottom:0;padding:20px;border-bottom:none;}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item{padding-bottom:10px;padding-left:0;}
	.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo{height:70px;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.itemphoto{float:none;margin:0 0 15px;width:70px;}
	.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto>div{margin:0;width:70px;height:70px;line-height:70px;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr>td:not(.itemphoto):not(.margin):not(.item){margin-top:0;}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr>td.custom span{margin-right:0;font-weight:normal;}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price{margin-top:11px!important;text-align:left;padding-top:0;}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{margin-top:0;margin-bottom:0;font-size:18px;}
	.bx-touch .bx_ordercart .bx_sort_container{margin:0 0 20px;}
	.bx-touch .bx_ordercart .bx_sort_container a{float:left;width:100%;display:block;position:relative;margin:0 0 -1px 0;padding:17px 20px 16px;background:#fbfbfb!important;border:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;font-size:15px;font-weight:500;color:#777777;border-radius:0;line-height:20px;text-decoration:none;}
	.bx-touch .bx_ordercart .bx_sort_container a.current, .bx-touch .bx_ordercart .bx_sort_container a.current:hover{padding-top:20px;margin-top:-3px;text-shadow:none;color:#333;border:1px solid #f3f3f3;box-shadow:none;border-radius:0;cursor:default;background:#FFF!important;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.item .bx_ordercart_itemtitle{padding-right:0;}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price, .bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value{display:block;}
}
@media all and (max-width: 500px){
	.stores_block_wrap .stores_block .stores_text_wrapp .main_info { max-width: 200px; }
	.wrapper_inner .basket_wrapp .wrapp_all_icons { width: 155px; }
	.module_products_list .counter_wrapp .counter_block { display: none; }
	body .catalog_block .catalog_item_wrapp, .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n), .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(4n), body .right_block.catalog .catalog_block .catalog_item_wrapp { width: 100%; }
	.wrapper_inner .catalog_block .image_wrapper_block { margin: auto; }
	.catalog_block .item_info { margin: auto; width: 171px; }
	.info_item .top_info .article + .brand { padding-left: 0px; display: block; }
	.wrapper_inner .footer_bottom .submenu_top .menu_item { width: 100%; }
	.wrapper_inner .articles-list .item .right-data .preview-text { padding-right: 17px; }
	.basket_fly .wrapper_inner .basket_wrapp .wrapp_all_icons { width: 155px; overflow: hidden;}
	.wrapper_inner .basket_wrapp .header-compare-block { margin-left: 3px; float:right;}
	#header .wrapper_inner .middle-h-row .logo_wrapp .logo { padding-right: 0px; }
	.catalog_block .catalog_item { margin-right: 0px; }
	.item-name-cell .item-stock { display: none; }
	.wrapper_inner .cost.prices .price { font-size: 22px; }
	.adaptive.more_text { display: block; }
	.wrapper_inner  .data-table.top .left_blocks { width: 100%; }
	.wrapper_inner  .data-table.top .right_blocks { display: none; }
	.subscribe-edit .more_text .more_text_small { padding: 0px 0px 10px; }
	td.note { padding: 0px 0px 0px 10px; }
	td.text_info { display: none; }
	.wrapper_inner .module-order-history .module-orders-list .drop-cell .not-payed .text, .wrapper_inner .module-order-history .module-orders-list .drop-cell .not-payed .pays { width: 100%; text-align: left; }
	.wrapper_inner .module-order-history.orderdetail .result-row a.button { margin-bottom: 10px; }
	.module-order-history.orderdetail .module-orders-list.result td.custom_t2 { padding-right: 0px; }
	.lk-page .iblock.label_block, .lk-page .iblock.text_block { width: 100%; padding-left: 0px; }
	.bx_compare .data_table_props tr td:first-of-type { width: 100px; min-width: 100px; font-size: 10px; }
	.bx_compare .frame.props .wraps { margin-left: -136px; }
	.prop_title_table { width: 101px; }
	.bx_compare .frame { margin-left: 100px; }
	.wrapp_scrollbar { margin-left: 10px; }

	.wrapper_inner .articles-list.vertical .item{width:100%;}

	/*personal*/
	.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-inner-row-body > div{width:100%;float:none;text-align:left;}
	.personal_wrapper .orders_wrapper .sale-order-list-button, .personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat > a, .sale-order-detail-payment-options-methods-button-element, .sale-order-detail-payment-options-methods-button-element-new-window{float:none;}
	.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type{}
	
	.sort_header.view_block {
		margin-top: 20px;
	}
}
@media all and (max-width: 470px){
	.phones .order_wrap_btn { display: none; }
	.top-h-row .phones { width: 48%; }
	.button.video::before { display: none; }
	.top_slider_wrapp .flexslider .text.center .banner_buttons { margin-top: 10px; }
	.top_slider_wrapp .flexslider .banner_buttons a { padding: 7px 10px; font-size: 8px; line-height: 9px; margin-bottom: 5px; }
	.wrapp_all_inputs.wrap_md .iblock { width: 100%; }
	.wrapp_all_inputs.wrap_md .wrapp_slider { padding: 0px; }
	.smartfilter .bx_ui_slider_track { margin-top: 33px; }
	.top-h-row .phones .order_wrap_btn { display: none; }
	.jobs_wrapp .item  .name .title .salary { display: block; }
	.jobs_wrapp .item  .name .salary_wrapp .salary { display: none; }
	.job.border_block .wrap_md .text { width: 100%; display: block; text-align: left; padding: 0px 0px 0px 0px; }
	.job.border_block .wrap_md .phone { width: 100%; display: block; text-align: left; padding: 20px 0px 0px 0px; }
	.popup.show .forgot { float: none; display: block; margin-left: 0px; }
	.wrapper_inner .module-form-block-wr.order_cancel .form-block { padding: 0px; }
	body .top_slider_wrapp .flexslider .slides li td.text .banner_title { margin: 10px 10px 0px; }
	body .top_slider_wrapp .flexslider .slides li td.text .banner_text { margin: 2px 2px 0px; font-size: 12px; line-height: 17px; max-height: 38px; }
	.cart_empty .text > *:not(.title):not(.button) {display: none;}

	.wrapp_all_inputs.wrap_md .iblock, .filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_change_inputs, .filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_slider{width:100%;padding: 0px;}
	.filter_horizontal .wrapp_all_inputs.wrap_md .wrapp_slider{padding-top:5px;}
}
@media all and (max-width: 460px){
	.shops.list .item .title_metro, .shops.list .item .schedule_phone_email{width:100%;margin-top:0;}
	.shops.list .item .schedule_phone_email{text-align:left;}
	.shops.list .item .rubber > div{padding-top:0;}
	.button.faq_button{float:none;}
	.faq_desc{margin:23px 0 0 0;}
}
@media all and (max-width: 450px){
		body .wrapper.front_page .top_slider_wrapp {margin-top: 30px !important;}
	ul.tabs li { padding: 5px 0 0 0; }
	.stores_block_wrap .stores_block .item-stock { float: none; margin: 20px 0px 0px; }
	.stores_block_wrap .stores_block.wo_image .item-stock { position: initial; margin: 10px 0px 0px; }
	.stores_block_wrap .stores_block .stores_text_wrapp { display: block; }
	.stores_block_wrap .stores_block.w_image:before { display: none; }
	.top_slider_wrapp .flexslider .text.center .banner_title + .banner_buttons { margin-top: 4px; }
	.right_info table.buttons_block .counter_block   { padding: 8px 0 0 0 !important; display: block;  text-align: center; }
	.right_info table.buttons_block .counter_block   select { font-size: 24px; padding: 4px 20px; height: 39px; margin:0 auto; }
	.right_info table.buttons_block .buy_buttons_wrapp { display: block;  text-align: center; }

	body .wrapper .top_slider_wrapp .flexslider .slides > li, body .wrapper .top_slider_wrapp .flexslider .slides > li td, body .wrapper .top_slider_wrapp .flexslider { height: 150px !important; }
	body .wrapper .top_slider_wrapp .flexslider .slides > li { background-size: 225% auto; }
	body .top-h-row  .phone span.phone_text a { font-size: 15px; }
	body .front_slider .preview_text { display: none; }
	body .filter_opener span { display: none; }
	.filter_opener i { margin: 0px; }
	.adaptive_filter { padding-right: 10px; }
	body .filter_opener { margin-right: 0px; }
	body .module_products_list .availability-row { display: none; }

	.popup .label_block_capcha  { width: 100%; }
	.popup .img_block_capcha { width: 100%; padding-left: 0px; }
	.popup .img_block_capcha img { float: none; }
	.module-gallery-list li { width: 50%; }
	.wrapper_inner .specials_slider_wrapp ul.tabs > li span, .wrapper_inner .tab_slider_wrapp ul.tabs > li span { font-size: 12px; }
	.wrapper_inner .search-page-wrap .form-control { float: none; width: 100%; margin: 0px 0px 20px 0px; }
	.wrapper_inner .basket_wrapp .module-cart table.bottom.middle .bottom_btn .back_btn > div { margin: 20px 0px 0px; }
	.wrapper_inner .basket_wrapp .module-cart table.bottom.middle .bottom_btn .back_btn > div:first-child { margin-top: 0px; }
	body .wrapper_inner .module-cart table tfoot .backet_back_wrapp .back_btn > div { display: block !important; }
	.basket_wrapp .module-cart table.bottom.middle td.row_titles {margin-bottom: 0 !important;}
	.wrapper_inner .basket_wrapp .module-cart table.bottom.middle .top_total_row td.row_values { margin-bottom: 19px;padding: 0;margin-top: 0; }
	.wrapper_inner .staff.list .item { width: 100%; padding: 0px; text-align: center; }
	.wrapper_inner .staff.list .item .image { margin: auto; }
	.wrapper_inner .bottom.middle td > .coupon { width: 100%; }
	.wrapper_inner .bottom.middle td > .coupon #COUPON, .wrapper_inner .bottom.middle td > .coupon .coupon-t { width: 100%; float: none; text-align: left; display: block; }
	.bottom.middle td > .coupon #COUPON{max-width: 100%;}
	.wrapper_inner .bottom.middle td > .coupon .coupon-t { margin: 0px 0px 10px 0px; }
	.wrapper_inner .bottom.middle td > .coupon .coupon_wrap { display: block; }
	.coupon .coupons_list { padding: 0px; }
	.iblock .icon_error_block:after { display: none; }

	/*resize ie and firefox logo img*/
	.bx-firefox body #header .middle-h-row  tr > td, .bx-ie body #header .middle-h-row tr > td, .bx-firefox #header .middle-h-row .logo_wrapp .logo, .bx-ie #header .middle-h-row .logo_wrapp .logo { display: inline-block; vertical-align: top; margin-top: 0px; }
	.bx-firefox body #header .middle-h-row  tr > td.basket_wrapp, .bx-ie body #header .middle-h-row tr > td.basket_wrapp { margin-top: 9px; }
	.bx-firefox #header .middle-h-row td.logo_wrapp { padding-bottom: 0px; width: 57%; }
	.bx-ie #header .middle-h-row td.logo_wrapp { padding-bottom: 0px; width: 55%; }
	.bx-firefox #header .middle-h-row td.logo_wrapp .logo, .bx-ie #header .middle-h-row td.logo_wrapp .logo { min-height: 51px; }
	.bx-firefox body #header .middle-h-row tr > td.center_block, .bx-ie body #header .middle-h-row tr > td.center_block { padding: 0px }
	.module-cart table.bottom td {display: block; float: none !important; margin-bottom: 18px !important; overflow: hidden; padding: 0 !important; text-align: left !important; width: 100% !important; }
	.module-cart table.bottom td .description{display:none;}

	/* ORDER */
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container{float:none;}
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc{margin-top:15px;padding-left:0;}
	#bx-soa-order .bx-soa-coupon-label{width:auto;display:block;margin-top:0;margin-bottom:4px;}
	#bx-soa-order .bx-soa-coupon label{width:auto;}
	#bx-soa-order .bx-soa-coupon-block{display:block;}
	#bx-soa-order .bx-soa-coupon-input{width:auto;}
	#bx-soa-order .bx-soa-section .bx-soa-section-title{padding-right:0;}
	#bx-soa-order .bx-soa-section .bx-soa-section-title-container .text-right{padding:0;text-align:left;}
	#bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-9{width:100%;float:none;text-align: left;}
	#bx-soa-order .bx-soa-section .bx-soa-section-title-container .col-sm-3{width:100%;float:none;}
	#bx-soa-order .bx-soa-editstep{margin-top:5px;}
	#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-soa-item-properties {width: 100%!important;}

	/*personal*/
	.sale-acountpay-block .sale-acountpay-pp div .sale-acountpay-pp-company >div{display: block;margin: 0px auto 10px;padding: 0px;text-align: center;}
	.personal_wrapper .row > .col-sm-12{width:100%;}

	.bx_item_list_you_looked_horizontal .bx_catalog_item{width:97.3333% !important;}
	.bx_item_list_you_looked_horizontal .bx_catalog_item:nth-child(2n+1){clear:none !important;}
	.top_slider_wrapp .flexslider .slides>li,
	.top_slider_wrapp .flexslider .slides>li,
	.top_slider_wrapp .flexslider .slides>li td,
	.top_slider_wrapp .flexslider .slides>li td,
	.top_slider_wrapp .flexslider,
	.top_slider_wrapp .flexslider {
			height: 180px;
	}

	.flexslider .flex-control-nav, .front_slider_wrapp .flex-control-nav {
		top: -30px
	}
}
@media all and (max-width: 415px){
	.top-h-row_fixed .phones .bid_btn{margin: 0 auto !important; width:350px}
	.top-h-row_fixed {height: 87px !important;}
	.catalog_section_list .drop .column {width:100%;}
	.catalog_section_list .drop .column a {height: 32px;}
	.half_width.filter_block {width:100%}
	.top-h-row_fixed .header-cart, .top-h-row_fixed .basket_wrapp{ display:none;}
	.top-h-row_fixed .new_top_wrapper .header-cart{ display:block;}
}
@media all and (max-width: 400px){
	.wrapper_inner .stores_block_wrap .stores_block .stores_text_wrapp { font-size: 11px; }
	.wrapper_inner  .stores_block_wrap .stores_block .item-stock { padding: 0px 5px 0px 20px; }
	.wrapper_inner .info_item .middle_info .buy_block .counter_wrapp { white-space: nowrap; }
	.wrapper_inner  .cost.prices .price { font-size: 22px; }
	.wrapper_inner .cost .price.discount strike { font-size: 10px; }

	/*personal*/
	.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-smalltitle{font-size:13px;}

	/*basket*/
	.bx_order_list .bx_order_list_table_order>tbody>tr>td:not(.img):not(.name){width:100%;float:none;}
	.bx_ordercart .bx_ordercart_coupon span{float:none;width:auto;margin:0 0 6px;}
	.bx_ordercart.bx_blue .bx_bt_button{top:21px;}
	.bx_ordercart .bx_ordercart_order_table_container table tbody td.item .bx_ordercart_itemtitle{padding-right:0;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr>td:not(.item):not(.itemphoto):not(.margin){margin-top:10px!important;margin-right:0;width:100%;}
	.bx_ordercart .bx_ordercart_order_table_container>table>tbody>tr>td.control{position:absolute;top:0;right:0;}
	.bx_ordercart .bx_ordercart_coupon #coupon{float:none;}
	.bx-touch .bx_ordercart .bx_sort_container{margin:0 0 20px;}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item{padding-bottom:0;}
	.bx_ordercart .bx_ordercart_coupon .input{padding:0px;}
	.bx_ordercart .bx_ordercart_coupon:not(:first-of-type){margin-left:0px;}
	.bx_ordercart .bx_ordercart_order_sum{max-width:295px;}
}
@media all and (max-width: 385px){
	.top-h-row_fixed .phones .bid_btn{width: 100%;margin: 0 10px !important;display: block !important;}
	#basket_line2{top:0px !important;}
	.top-h-row_fixed .header_mail{margin: -9px 0 0;}
}
@media all and (max-width: 380px){
	.wrapper.head_type_1:not(.front_page) .middle{margin-top: 200px !important};
	/*.top-h-row .phone_wrap .icons, */.top-h-row .h-user-block .have-user a.reg:before/*, .footer_top .wrap_md .phones .phone_wrap .icons*/ { display: none; }
	.wrapper_inner .tizers_block .item:last-child .title { width: 40%; }
	.wrapper_inner .articles-list .item .right-data { margin: 0px; }
	.wrapper_inner .articles-list .item .left-data { float: none; margin: 0px auto 20px; }
	.wrapper_inner .sale_block .text, .wrapper_inner .sale_block .value, .bx_ordercart  table.colored thead td { font-size: 10px; }
	.wrapper_inner #order_form_content .module-cart table td.thumb-cell { padding-left: 5px; }
	.basket_wrapp .module-cart .cost.prices .sale_block { display: none; }
	.basket_wrapp .module-cart .cost-cell .cost.prices { white-space: normal; }

	/* tizers block */
	.tizers_block  { text-align: center; }
	.wrapper_inner .tizers_block .item { display: inline-block; width: 33%; margin: 0 0 20px 0;  padding: 0;     vertical-align: top; }
	.wrapper_inner .tizers_block .item:nth-child(n+4) { width: 33%;     vertical-align: top; }
	.wrapper_inner .tizers_block .item:last-child .title { width: auto; }
	.tizers_block .item .img, .tizers_block .item .title { display: block; text-align: center; }
	.tizers_block .item .img {  margin: 0; min-height: 62px;    vertical-align: middle; text-align: center;    padding: 0;    width: auto;    max-width: none; }
	.tizers_block .item .title { width: auto; }

	/* stat promo float banners */
	.wrapper_inner .start_promo .wrap_tizer { bottom: 8px; }
	.wrapper_inner .start_promo .wrap_tizer .wrapper_inner_tizer { padding:0px 20px 0px 8px; }
	.wrapper_inner .wrap_tizer .wr_block .title .inner_text { font-size: 13px; }
	.wrapper_inner .wrap_tizer .wr_block.price .inner_text { font-size: 12px; }
	.wrap_tizer .wrap_outer { padding: 0px 0 5px; }
	.wrapper_inner .wrap_tizer .wrap_outer .outer_text { left: 6px;  padding: 0px 0 5px; }
	.wrapper_inner .wrap_tizer .wrap_outer .inner_text { left: -3px; }
	.wrapper_inner .wrap_tizer .wr_block.price { margin-top: 7px; }
	.bx-firefox .wrapper_inner .wrap_tizer .wr_block.price { margin-top: 9px; }
	.wrapper_inner .wrap_tizer .wr_block.price .wrap_outer, .wrapper_inner .wrap_tizer .wr_block.price .wrap_outer .inner_text { padding: 1px 0px 5px; }
	.wrapper_inner .wrap_tizer .wr_block.price .wrap_outer .outer_text { padding-top: 1px; }

	.bx-firefox #header .middle-h-row td.logo_wrapp .logo, .bx-ie #header .middle-h-row td.logo_wrapp .logo { display: inline; }
	.bx-firefox #header .middle-h-row td.logo_wrapp { width: 53%; }
	.bx-ie #header .middle-h-row td.logo_wrapp { width: 48%; }
	.display_list .counter_wrapp .counter_block{margin-bottom:5px;}
	.display_list .counter_wrapp {padding-right:5px;}

	.tabs-body { padding-top: 30px; }
}
@media all and (max-width: 360px){
	.wrapper_inner .bx_sort_container .wrap_remove_button { top: 110px; }
	/*personal*/
	.personal_wrapper .sale-order-detail-order-item-td .sale-order-detail-order-item-block .sale-order-detail-order-item-content{padding-left:10px;padding-right:10px;}
}
@media all and (max-width: 320px){
	.shops.list .item .image{display:none;}
	.shops.list .item .rubber{margin:0;}
	body .display_list .list_item td.information_wrapp { padding-left: 0px; padding-right: 0px; }
	.module_products_list .adaptive_button { display: block; }
	body .module_products_list td.but-cell { display: none; }
	.basket_fly #header .middle-h-row .basket_wrapp { padding-top: 0px; }
	#header .wrapper_inner .middle-h-row .logo_wrapp .logo { min-height: 24px; line-height: 24px; display: table-cell; }
	#header .middle-h-row .logo_wrapp .logo a { display: block; }
}

@media all and (min-width: 1180px){
	.specials_slider_wrapp ul.tabs_content, .tab_slider_wrapp ul.tabs_content { margin: 1px -13px 2px; padding: 0 13px; }
	.specials_slider_wrapp ul.tabs_content li.tab, .tab_slider_wrapp ul.tabs_content li.tab { margin: 0 -13px; padding: 0 13px; }

	/* viewed product slider */
	.common_product .content_inner { margin: -13px -13px 0; padding: 13px 13px 0; }
	.common_product .flex-viewport { margin: 0px -13px; padding: 0 13px; }
	.common_product .flex-viewport ul.slides { margin: 0px -13px; padding: 0 13px; }

	/* news slider front page */
	.news_slider_wrapp  { margin: -13px -13px 0; padding: 13px 13px 0; }
	.news_slider_wrapp .flex-viewport{ margin: -13px -13px 0; padding: 13px 13px 0; }
	.news_slider_wrapp .news_slider li:hover { box-shadow: 0px 0px 20px rgba(0,0,0,0.10); -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.10); -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);}
}
@media all and (max-height: 768px){
	#header .basket_fly {top: 148px;}
}


/*order*/
@media only screen and (max-width: 1174px){
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company-graf-container {
	    float: none;
	}
	#bx-soa-order .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-desc {
	    margin-top: 15px;
	    padding-left: 0;
	    margin-bottom: 10px;
	}
}

.basic_manom {
    margin-bottom: 40px;
}

.basic_manom tr {
	border-bottom: 2px solid red;
}

.basic_manom img {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* End */


/* Start:/local/templates/fiztechkz/css/custom.css?1724478209132087*/
/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/


/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/


/* Examples (uncomment to use):*/


/* Expand site width */


/* body .wrapper { max-width: 1400px !important;  } */


/* Set site background image */


/* body {  background: url(/local/templates/fiztechkz/css/image_source) top no-repeat; }

/* Hide compare button */


/* a.compare_item { display: none !important;  }*/

* {
    outline: none;
}

.adpt_img {
    object-fit: contain;
    height: auto;
    max-width: 100%;
}

#parent_popup {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popup {
    background: #fff;
    width: 700px;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border: 10px solid #ddd;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.close {
    /* background-color: rgba(0, 0, 0, 0.8); */
    /* border: 2px solid #ccc; */
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    /* text-shadow: 0 -1px rgba(0, 0, 0, 0.9); */
    top: -24px;
    width: 24px;
    /* -webkit-border-radius: 15px; */
    /* -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
     border-radius: 15px; 
    -moz-box-shadow: 1px 1px 3px #000;*/
    /* -webkit-box-shadow: 1px 1px 3px #000; */
    /* box-shadow: 1px 1px 3px #000; */
}

#popup img {
    width: 700px;
}

.table-box {
    /* max-width: 1132px; */
    /* overflow-x: scroll; */
    width: 100%;
}

.fa-shopping-cart {
    color: #ee3732
}

#content h2 {
    line-height: 1.5;
}

.top-h-row_fixed #basket_line2 {
    height: 27px;
    width: 37px;
    float: right;
    margin: 0;
}

.top_basket_link {
    margin: 0;
    display: inline-block;
    font-size: 17px;
}

#basket_line .top_basket_link span,
#basket_line2 .top_basket_link span,
#basket_line3 .top_basket_link span {
    vertical-align: super;
    font-size: 9px;
    margin-left: 3px;
    color: #000;
}

#basket_line2 .top_basket_link span {
    font-size: 11px;
}

#header .middle-h-row td.basket_w a {
    display: none;
}

.wrap_md.catalog_sections_list.cat_slider li {
    padding-right: 20px;
}

.wrap_md.catalog_sections_list.cat_slider li a.catalog_section_item {
    width: 100%;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner {
    width: 600px !important;
    height: 600px !important;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    margin: auto;
}

.fancybox-image {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.j_dealers,
.news_detail_wrapp .detail_text {
    font-size: 14px;
}

.news_detail_wrapp .detail_text {
    font-size: 16px;
}

a,
.link,
.button.transparent,
.button.transparent:hover,
.specials_slider_wrapp ul.tabs>li span,
.tab_slider_wrapp ul.tabs>li span,
.basket_wrapp .basket_block .link:hover+.wraps_icon_block+.text .title,
.stores .stores_list .item a span,
.phones .order_wrap_btn,
.footer_bottom .all_menu_block ul li a:hover,
.footer_bottom .submenu_top .menu_item a:hover,
.avtorization-call.enter:hover span,
.top-h-row .h-user-block a:hover,
ul.menu .child li.menu_item a,
#header .catalog_menu ul.menu>li.current>a,
ul.menu .child .depth3 a,
ul.menu .child li.menu_title a:hover,
#header ul.menu li .child.submenu .child_wrapp a:not(.title),
.img_block_capcha .reload,
.h_color_white .center_block .menu.full>li:hover>a,
.m_color_white #header .wrapper_middle_menu .menu.bottom>li:hover>a,
.m_color_white #header .wrapper_middle_menu .menu.bottom>li.hover>a,
body #header ul.menu li .child.line .child_wrapp>a:hover,
.basket_sort ul.tabs li .wrap_li>span *,
.basket_sort ul.tabs li .wrap_li>span,
.left_block .internal_sections_list .child_wrapp .child li.cur>a,
.left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item.cur,
.left_block .internal_sections_list .child_wrapp a:hover,
.more_text_ajax,
.breadcrumbs a:hover span,
.tabs-head li.current span,
.tabs-head li:hover span,
.item-stock .store_view,
.reviews-post-reply-buttons a:hover,
h4.hover,
.button.transparent.white:hover,
.button.white_bg,
.item .child_container .child_wrapp .menu_item.current a,
.item .child_container .child_wrapp .menu_item:hover a {
    color: #ee3732;
}

#header ul.menu>li.mobile {
    display: none;
}

ul.menu .child li.menu_item a {
    text-transform: lowercase;
    text-align: left;
}

.mobile_register,
.mobile_footer_menu {
    display: none;
}

.bx_compare .prop_title_table .data_table_props tr td,
.bx_compare .data_table_props.compare_view td {
    font-family: Arial;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 21px;
    text-align: left;
    font-weight: normal;
    padding: 24px 32px;
    padding-right: 14px;
}

.bx_compare .data_table_props.compare_view td {
    letter-spacing: 0 !important;
}

a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
    background-color: #ee3732;
}

body,
p {
    font-family: Arial;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.button.vbig_btn.wides,
button.button,
input.button,
.button:not(.btn-red) {
    display: inline-block;
    background: -webkit-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -moz-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -o-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -ms-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: linear-gradient(0deg, #e6272c 0%, #ea514a 100%);
    height: 40px;
    padding: 0 20px;
    font-family: Helvetica;
    color: #f7f7f9;
    /*font-size: 16px;*/
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    min-width: 97px;
}

.button.vbig_btn.wides {
    margin: 0 auto;
}

.button.medium,
.button.medium.transparent,
.button.faq_button {
    padding: 0 13px;
}

.button.medium.transparent {
    color: #ee3732;
    border-color: #ee3732;
}

.button.medium.transparent:hover {
    color: #fff;
    background: #ee3732 !important;
}

.button.faq_button i {
    display: none;
}

#header .middle-h-row .center_block {
    padding: 0 45px 0 34px;
    vertical-align: bottom;
    padding-bottom: 25px;
}

#header .middle-h-row .center_block ul.menu {
    width: 100%;
}

#header .middle-h-row .main-nav ul.menu>li>a {
    padding: 0 12px;
}

.main-nav ul.menu>li>a span {
    font-family: Helvetica;
    color: #2c232c;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
}

.mt_35 {
    margin-top: 35px;
}

.main-nav ul.menu>li.current>a span,
.main-nav ul.menu>li:hover>a span {
    border: none;
    color: #ee3732;
}

.left_menu>li.current,
.left_menu>li:not(.exit):hover {
    background: #ee3732;
}

.button:not(.btn-red):hover,
.like_icons span.compare_item.added:hover,
.like_icons span.wish_item.added:hover,
.light .stores .all_map:hover {
    background: -webkit-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -moz-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -o-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -ms-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: linear-gradient(0deg, #e6272c 0%, #ea514a 100%);
}

.black_bg {
    background: #282628;
}

#footer {
    margin-top: -150px;
}

.copyright.copyright_creater_ipad {
    display: none;
}

.avtorization-call.enter .fa {
    color: #ee3732;
    border-radius: 10px;
    margin-right: 5px;
}

.h_color_white .header_wrap #header .middle-h-row .logo_wrapp .logo a {
    background: none;
}

.mobile_phone {
    display: none;
}

.menu>li>a span {
    color: #2c232c;
    font-size: 13px;
    font-weight: 400;
    /*letter-spacing: 0.65px;*/
    line-height: 21px;
    text-align: left;
}

#bx_basketpCwjw4 {
    display: none;
}

.top-h-row ul.menu {
    width: 42%;
}

.top_slider_wrapp .flexslider .slides>li {
    background-size: cover;
}

.infograf_list {
    display: block;
    padding: 35px 0 40px;
}

.infograf_list .infograf_item {
    display: inline-block;
    width: 25%;
    height: auto;
    vertical-align: top;
    padding: 0px 50px 0px 45px;
    box-sizing: border-box;
    font-family: Arial;
    color: #f7f7f9;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}

.infograf_list .infograf_item.item_1 {
    background: url('/imgs/infograf_1.png') 0px 5px no-repeat;
}

.infograf_list .infograf_item.item_2 {
    background: url('/imgs/infograf_2.png') 0px 5px no-repeat;
    padding-left: 55px;
}

.infograf_list .infograf_item.item_3 {
    background: url('/imgs/infograf_3.png') 0px 5px no-repeat;
}

.infograf_list .infograf_item.item_4 {
    background: url('/imgs/infograf_4.png') 0px 5px no-repeat;
    padding-left: 55px;
}

.flexslider {
    margin-bottom: 0;
}

.main_news_bg {
    background: #f7f7f9 url('/imgs/main_news_bg.png') 0px 0px no-repeat;
    background-size: cover;
}

.flexslider .banner_buttons a {
    background: #2c2a2c;
    width: 200px;
    height: 40px;
    font-family: Helvetica, sans-serif;
    text-transform: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border-radius: 0;
}

.flexslider .slides>li .text.left.arrow {
    background: url('/imgs/flexslider_text_bg.png') no-repeat left center;
}

.flexslider .slides>li .text.right.arrow {
    background: url('/imgs/flexslider_text_bg.png') no-repeat left center;
    transform: rotateY(180deg);
}

.flexslider .text.right.arrow .banner_title {
    transform: rotateY(180deg);
    text-align: right;
}

.flexslider .text.right .banner_title {
    text-align: right;
}

.flexslider .text.right.arrow .banner_buttons a {
    transform: rotateY(180deg);
}

.flexslider .text.right .banner_buttons a {
    float: right;
}

.top_slider_wrapp .flexslider .banner_title span {
    font-size: 32px;
}

.opros_bg {
    background: #2c2a2c url('/imgs/opros_bg.png') no-repeat center;
    background-size: contain;
    padding: 33px 0;
}

.opros_bg h2 {
    font-family: Helvetica;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.opros_bg p {
    font-family: Arial;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 25px;
}

.opros_bg a {
    display: block;
    margin: 0 auto;
    background: -webkit-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -moz-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -o-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -ms-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: linear-gradient(0deg, #e6272c 0%, #ea514a 100%);
    width: 234px;
    height: 40px;
    font-family: Helvetica;
    color: #f7f7f9;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}

.catalog_sections_list {
    padding: 30px 0;
}

.catalog_sections_list .catalog_section_item {
    display: block;
    float: left;
    height: 260px;
    width: calc(50% - 10px);
    position: relative;
    margin-bottom: 20px;
}

.catalog_sections_list .catalog_section_item:nth-child(2n) {
    margin-left: 20px;
}

.catalog_sections_list .catalog_section_item img {
    width: 555px;
    height: 260px;
    display: block;
}

.catalog_sections_list .catalog_section_item .catalog_section_name,
.catalog_sections_list .catalog_section_item .catalog_section_price {
    display: block;
    position: absolute;
    z-index: 10;
    left: 28px;
    top: 158px;
    background-color: #ee3732;
    height: 36px;
    padding: 0 10px;
    font-family: Helvetica;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
}

.catalog_sections_list .catalog_section_item .catalog_section_price {
    top: 198px;
    font-weight: 300;
}

.catalog_sections_list .catalog_section_item .catalog_section_price .fa {
    font-weight: 300;
}

.red_border_btn,
.small.to-cart.button,
.small.in-cart.button {
    display: block;
    border-width: 1px;
    border-color: #ee3732;
    border-style: solid;
    width: 198px;
    height: 38px;
    margin: 0 auto;
    font-family: Helvetica;
    color: #ee3732;
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    margin-top: 5px;
    background: none;
    border-radius: 0;
}

.small.to-cart.button,
.small.in-cart.button {
    background: none;
    padding: 0 22px;
    margin: 0;
    width: auto;
}

.small.to-cart.button span,
.small.in-cart.button span {
    text-transform: none;
}

.small.in-cart.button i {
    display: none;
}

.red_border_btn:hover {
    background: -webkit-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -moz-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -o-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -ms-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: linear-gradient(0deg, #e6272c 0%, #ea514a 100%);
    color: #fff;
}

.main_about .img {
    margin-top: 88px;
    width: 280px;
    margin-right: 40px;
}

.main_about .big {
    padding: 40px 0px 37px 10px;
    width: calc(100% - 320px);
}

.main_about .big .title_block {
    font-family: Helvetica;
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 21px;
    text-align: justify
}

.main_about .big p,
.main_about .big ul li {
    font-family: Arial;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 10px;
}

.main_about .big ul li {
    margin: 0;
}

.main_about .big p.no_margin {
    margin-bottom: 3px;
}

ul li,
ol li {
    margin-bottom: 0;
    list-style: none;
    font-family: Arial;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}


/*ul li:before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 15px;
    background: url(/imgs/ul_marker.png) no-repeat center;
    float: left;
}*/


/*ul {
    margin-bottom: 10px;
}*/

ul li ul li {
    /*margin-left: 30px;*/
}

ul.menu li ul li,
ul.mini-menu li ul li {
    margin-left: 0;
}

.catalog_top {
    display: block;
    padding: 35px 0 50px;
}

.catalog_top h2 {
    font-family: Helvetica;
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    margin-bottom: 25px;
}

.catalog_top .specials.tab_slider_wrapp .top_blocks {
    margin-bottom: 28px;
}

.catalog_top ul.slider_navigation.top {
    top: 0;
}

.catalog_detail .item_main_info .stickers [class*=sticker_],
.catalog_item .stickers [class*=sticker_] {
    display: block;
    background: #e6292e;
    height: 24px;
    width: auto;
    padding: 0 15px;
    font-family: Arial;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 24px;
    text-align: center;
}

.catalog_item .item-title a span {
    font-family: Helvetica;
    color: #ee3732;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    margin-top: 30px;
    display: block;
    margin-bottom: 8px;
}

.catalog_detail .item-stock .icon,
.catalog_item .item-stock .icon {
    background: url(/imgs/can_buy_ico.png) no-repeat left center;
    margin: 2px 0 0 0;
}

.catalog_detail .item-stock .icon.pod-zak-icon,
.catalog_item .item-stock .icon.pod-zak-icon {
    background: url(/imgs/can_buy_ico_zak.png) no-repeat left center;
    margin: 2px 0 0 0;
}

.catalog_item .cost.prices .price {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-left: 0;
    background: 0;
    margin-bottom: 0;
}

.catalog_item .cost.prices .price .fa {
    font-size: 18px;
    /*font-weight: 700;*/
}

.catalog_item .cost.prices .price.discount .fa {
    font-size: 10px;
    /*font-weight: 700;*/
}

.catalog_block .catalog_item .item_info .buttons_block {
    text-align: left;
}

.catalog_item .buttons_block .btn_buy {
    padding: 0 22px;
    width: auto;
    margin: 0;
    display: inline-block;
}

.catalog_top .tabs_slider li {
    padding-bottom: 30px;
}

.actions_lists,
.catalog_top .sections_list {
    display: block;
    margin-bottom: 0px;
}

.catalog_block .actions_lists {
    height: 21px;
}

.actions_lists .action_item {
    display: inline-block;
    padding-left: 25px;
    font-family: Helvetica;
    color: #333;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    margin-right: 28px;
}

.actions_lists .action_item.action_1 {
    background: url('/imgs/action_1.png') no-repeat left center;
}

.actions_lists .action_item.action_2 {
    background: url('/imgs/action_2.png') no-repeat left center;
}

.actions_lists .action_item.action_3 {
    background: url('/imgs/action_3.png') no-repeat left center;
}

.actions_lists .action_item span {
    border-bottom: rgba(0, 0, 0, 0.35) 1px solid;
}

.tab_slider_wrapp,
.specials.tab_slider_wrapp {
    padding-top: 0;
}

.tab_slider_wrapp ul.tabs li {
    display: inline-block;
    height: 33px;
    padding: 0 17px;
    margin-top: 0;
}

.tab_slider_wrapp ul.tabs li span {
    border-bottom: 1px #9b9b9b dashed;
    line-height: 28px;
    font-family: Helvetica;
    color: #333;
    font-size: 18px;
    text-align: left;
    padding: 0;
}

.tab_slider_wrapp ul.tabs li.cur {
    display: inline-block;
    background: -webkit-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -moz-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -o-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -ms-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: linear-gradient(0deg, #e6272c 0%, #ea514a 100%);
    height: 33px;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 32px;
    text-align: left;
    padding: 0 17px;
    margin: 0 17px;
}

.tab_slider_wrapp ul.tabs li.cur span {
    display: block;
    background: -webkit-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -moz-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -o-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -ms-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: linear-gradient(0deg, #e6272c 0%, #ea514a 100%);
    font-family: Helvetica;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    padding: 0px 15px;
}

.tab_slider_wrapp ul.tabs li.cur:hover span {
    color: #fff;
    cursor: pointer;
}

.tab_slider_wrapp ul.tabs li:nth-child(1).cur {
    margin-left: 0;
}

.red_bg {
    display: block;
    background: -webkit-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -moz-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -o-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -ms-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: linear-gradient(0deg, #e6272c 0%, #ea514a 100%);
    width: 100%;
    min-height: 25px;
    padding: 32px 0;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    line-height: 21px;
    text-align: justify;
}

.red_bg h2 {
    font-family: Helvetica;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 21px;
    text-align: justify;
}

.red_bg p {
    font-family: Arial;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    line-height: 21px;
    text-align: justify;
}

.red_bg p:last-of-type {
    margin: 0;
}

.red_bg form {
    margin-bottom: 22px;
}

.red_bg form input[type="text"] {
    display: inline-block;
    background-color: #ffffff;
    width: 254px;
    height: 40px;
    margin-right: 25px;
    border-radius: 0;
}

.red_bg form input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Arial;
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 21px;
    text-align: left;
}

.red_bg form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Arial;
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 21px;
    text-align: left;
}

.red_bg form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    font-family: Arial;
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 21px;
    text-align: left;
}

.red_bg form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    font-family: Arial;
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 21px;
    text-align: left;
}

.red_bg form input[aria-invalid="true"] {
    border: 2px solid #e94944;
}

.red_bg form label.error {
    display: none !important;
}

.red_bg form input[aria-invalid="true"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #e94944;
}

.red_bg form input[aria-invalid="true"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #e94944;
}

.red_bg form input[aria-invalid="true"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #e94944;
}

.red_bg form input[aria-invalid="true"]:-moz-placeholder {
    /* Firefox 18- */
    color: #e94944;
}

.red_bg form button[type="submit"] {
    display: block;
    float: right;
    border: none;
    background-color: #2c2a2c;
    width: 254px;
    height: 40px;
    font-family: Arial;
    color: #f7f7f9;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.16px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
}

.red_bg .form.inline-new form>p {
    margin: 0 0 20px;
}

.red_bg .form .form_result {
    font-size: 14px;
}

.footer_top>.wrap_md>div {
    vertical-align: top;
}

#footer .footer_top {
    padding-top: 40px;
}

#footer .copyright {
    font-family: Arial;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 21px;
    text-align: left;
    margin-top: 10px;
}

#footer .footer_menu ul li::before {
    content: '';
    background: none;
    width: 0;
}

#footer .footer_menu ul li {
    font-family: Helvetica;
    color: #2c232c;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
}

#footer .footer_menu ul li a {
    color: #2c232c;
}

#footer .footer_menu ul li a:hover {
    color: #cb0000;
}

#footer .footer_menu ul li ul li {
    font-weight: 400;
    margin-left: 0;
}

.h_color_white.m_color_none #header ul.menu li .child .child_wrapp {
    border-color: #ee3732;
}

.h_color_white.m_color_none #header ul.menu li .child .child_wrapp ul li {
    text-align: left;
}

#footer .footer_menu ul li ul li::before {
    content: '\2014';
    color: #ee3732;
    margin-right: 10px;
    width: 20px;
}

#footer .phone_block p {
    display: block;
    font-family: Helvetica;
    color: #2c232c;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    text-align: right;
    margin: 0;
}

#footer .footer_tel {
    display: inline-block;
    font-family: Helvetica;
    color: #ee3732;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    margin-bottom: 10px;
}

#footer .footer_mail {
    font-family: Helvetica;
    color: #ee3732;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    margin-bottom: 15px;
    display: block;
}

.header_mail {
    font-size: 13px;
    font-style: normal;
    line-height: 40px;
    text-align: right;
    margin-bottom: 15px;
    margin: -9px 0px 0px 7px;
    display: inline-block;
    background-color: #ee3732;
    padding: 0 6px;
    height: 39px;
}

.header_mail:hover {
    color: #ee3732;
}

.header_mail span {
    color: #fff;
}

.mobile_phone .header_mail {
    background-color: transparent;
}

.mobile_phone .header_mail span {
    font-family: Arial;
    font-size: 14px;
    color: #ee3732;
    font-weight: 600;
    font-style: italic;
}

.mobile_phone .header_mail i {
    margin-right: 5px;
    color: #ee3732;
}

.top-h-row_fixed .header_mail span {
    color: #1d1a1a;
    font-size: 20px;
}

.top-h-row_fixed .header_mail {
    background-color: transparent;
}

.top-h-row_fixed .header_mail i {
    margin-right: 15px;
    font-size: 20px;
    color: rgb(238, 55, 50);
}

#footer .footer_mail span {
    border-bottom: 1px solid #ee3732;
}

#footer .order_wrap_btn {
    display: block;
    margin: 10px 0 25px;
}

#footer .order_wrap_btn .callback_btn {
    display: block;
    float: right;
    background: -webkit-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -moz-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -o-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: -ms-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
    background: linear-gradient(0deg, #e6272c 0%, #ea514a 100%);
    padding: 0 15px;
    height: 40px;
    font-family: Helvetica;
    color: #f7f7f9;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

#footer .footer_top>.wrap_md>div.copyright_block .copyright {
    margin-bottom: 32px;
}

#footer .footer_top>.wrap_md>div.copyright_block .copyright_creater,
#footer .copyright_creater a {
    font-family: Arial;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.13px;
    line-height: 21px;
    text-align: left;
    margin: 0;
}

#footer .copyright_creater a {
    border-bottom: 1px solid #9b9b9b;
}

#footer .footer_top>.wrap_md>div {
    float: left;
    margin-right: 90px;
}

#footer .footer_top>.wrap_md>div.copyright_block {
    width: 280px;
}

#footer .footer_top>.wrap_md>div.footer_menu_block {
    width: 200px;
}

#footer .footer_top>.wrap_md>div.footer_menu_block.last {
    margin-right: 50px;
}

#footer .footer_top>.wrap_md>div.phone_block {
    text-align: right;
    margin-right: 0;
    /*width: 185px;*/
    width: 215px;
    float: right;
}

#footer .footer_top {
    padding-bottom: 35px;
}

header .search_block {
    width: 100%;
    min-width: 250px;
    position: relative;
}

#footer .footer_search {
    position: relative;
    margin-bottom: 38px;
}

#footer .footer_search input,
header .search_block input {
    border: 1px #d2d2d2 solid;
    background-color: #fff;
    width: 260px;
    height: 38px;
    border-radius: 0;
}

header .search_block input {
    width: 100%;
}

#footer .footer_search button,
header .search_block button {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border: none;
    background: url('/imgs/icon-search.png') no-repeat center;
    z-index: 10;
    top: 14px;
    left: 237px;
    cursor: pointer;
}

header .search_block button {
    left: auto;
    right: 13px;
}

#footer .footer_search input[type="text"]::-webkit-input-placeholder,
header .search_block input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Arial;
    color: #c6c6c7;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.65px;
    line-height: 21px;
    text-align: left;
}

#footer .footer_search input[type="text"]::-moz-placeholder,
header .search_block input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Arial;
    color: #c6c6c7;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.65px;
    line-height: 21px;
    text-align: left;
}

#footer .footer_search input[type="text"]:-ms-input-placeholder,
header .search_block input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    font-family: Arial;
    color: #c6c6c7;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.65px;
    line-height: 21px;
    text-align: left;
}

#footer .footer_search input[type="text"]:-moz-placeholder,
header .search_block input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    font-family: Arial;
    color: #c6c6c7;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.65px;
    line-height: 21px;
    text-align: left;
}

.infograf_list .infograf_item:nth-child(4) {
    padding-right: 0;
}

.catalog_section_list {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.catalog_section_list .section_item table {
    width: auto;
}

.catalog_section_list .section_item table td {
    border: none;
    padding: 0;
}

.catalog_section_list .section_item li.name a span,
.catalog_section_list .name {
    font-family: Helvetica;
    color: #ee3732;
    font-size: 24px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
}

.catalog_section_list .section_item li.sect {
    margin-right: 12px;
    display: block;
    float: left;
    text-align: left;
}

.section_item_inner .section_info ul li.sect a {
    font-family: Helvetica;
    color: #333333;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    border-bottom: 1px solid #c0c0c0;
    text-transform: lowercase;
}

.catalog_section_list .section_item .desc .desc_wrapp {
    font-family: Helvetica;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
}

.container .breadcrumbs a span,
.container .breadcrumbs span {
    font-family: Helvetica;
    color: #333333;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    transform: scaleX(1.0003);
}

.container .breadcrumbs a span {
    border-bottom: 1px solid #c0c0c0;
}

.container .breadcrumbs span.separator {
    color: transparent;
    width: 17px;
    background: url('/imgs/left.png') no-repeat center;
}

.breadcrumbs .bx-breadcrumb-item {
    margin-bottom: 5px;
}

.catalog_detail .item_main_info,
.info_item .top_info,
.info_item .middle_info {
    border: none;
}

#order_form_div .info_block .l_block:after,
#order_form_div .info_block .r_block:before,
.catalog_detail .item_main_info .item_slider:after,
.catalog_detail .item_main_info .right_info .info_item:before {
    display: none;
}

.catalog_detail .tabs_section .tabs-head li,
.bx_compare .tabs-head li {
    background-color: #f2f2f7;
    border-color: #f2f2f7;
    height: 39px;
    padding: 0 22px;
    font-weight: 400;
    margin-right: 3px;
}

.catalog_detail .tabs_section .tabs-head li span,
.bx_compare .tabs-head li span {
    font-family: Helvetica;
    color: #333;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
}

.bx_sort_container .wrap_remove_button {
    height: 40px;
    top: 0;
}

.bx_sort_container .wrap_remove_button span {
    font-family: Helvetica;
    color: #333!important;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    padding: 0 22px;
    background-color: #f2f2f7!important;
    border-color: #f2f2f7!important;
    margin: 0;
    height: 38px;
    border-radius: 0;
    text-transform: none!important;
}

.catalog_detail .tabs_section .tabs-head li.current,
.bx_compare .tabs-head li.current {
    background-color: #ee3732;
}

.catalog_detail .tabs_section .tabs-head li.current span,
.bx_compare .tabs-head li.current span {
    color: #fff;
    font-weight: 400;
}

.catalog_detail .tabs_content table,
.classification {
    width: 100%;
}

.catalog_detail .tabs_content table td,
.catalog_detail .tabs_content table th,
.classification th,
.classification td {
    font-family: Helvetica;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    /*padding: 20px;*/
    padding: 7px 0px 7px 4px;
}

.catalog_detail table.props_list td.char_name {
    text-align: left;
}

.catalog_detail .tabs_content table th,
.classification th {
    background: #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    vertical-align: top;
    border: 1px solid #d7cfcf;
}

.catalog_detail .tabs_content table td,
.classification td {
    border: 1px solid #d7cfcf;
}

table.table6 {
    width: 100%;
    margin-bottom: 20px;
}

table.table6 td,
table.table6 th,
table.table6 caption {
    font-family: Arial;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    padding: 20px;
}

table.table6 th,
table.table6 caption {
    background: #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    vertical-align: top;
    font-weight: 600;
}

table.table6 td {
    border: 1px solid #d7cfcf;
    padding: 15px 5px 15px;
}

table.table6 td p {
    margin-bottom: 0px;
}

table.table6 td strong {
    /*font-size: 11px;*/
    font-family: Arial;
}

.table6 h2,
.table6 h3 {
    font-size: 20px;
    font-weight: 600;
}

.table5 td,
.table5 th {
    font-family: Arial;
}

#header .middle-h-row td,
.top_slider_wrapp .flexslider .slider_table td {
    border: none;
}


/*.item_slider:not(.flex) .slides li {
  height: 260px;
}*/

.info_item .middle_info .prices_block {
    padding-top: 3px;
}

.counter_wrapp .button_block.wide .button:not(.btn-red) {
    border-radius: 0;
}

.info_item .middle_info .preview_text {
    font-family: Arial;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 16px;
}

.save_file {
    font-family: Arial;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 21px;
    text-align: left;
    padding-left: 24px;
    background: url('/imgs/pdf_ico.png') no-repeat center left;
}

.save_file a,
.file_type a {
    font-family: Arial;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 21px;
    text-align: left;
    border-bottom: 1px solid #a6a6a6;
}

.file_type a {
    display: inline-block;
}

.file_type span.size {
    display: block;
}

.catalog_detail .detail_text,
.catalog_detail .detail_text p,
.catalog_detail p {
    font-size: 16px;
}

.catalog_detail .props_list td {
    background: none;
}

.catalog_detail .wrapp_docs {
    width: 50%;
}

.img_wrapper .wrapp_thumbs {
    width: 60px;
    height: 310px;
    float: left;
    overflow: hidden;
    padding: 15px 0;
}

.catalog_detail .item_slider .thumbs {
    padding-top: 15px;
}

.catalog_detail .item_slider #thumbs {
    height: 800%;
    width: 60px;
}

.item_slider .thumbs li {
    border-width: 1px;
    margin-bottom: 10px;
}

.item_slider .thumbs li.current {
    border-color: #f4bab9;
}

.img_wrapper .thumbs_navigation ul li.flex-nav-prev {
    top: 5px;
    left: 50%;
    margin-left: -15px;
    background: none;
}

.img_wrapper .thumbs_navigation ul li.flex-nav-prev a {
    background: url('/imgs/arrow_prev.png') no-repeat center;
}

.img_wrapper .thumbs_navigation ul li.flex-nav-next {
    bottom: 0;
    top: auto;
    left: 50%;
    margin-left: -15px;
    margin-top: 0;
    margin-bottom: -25px;
    background: none;
}

.img_wrapper .thumbs_navigation ul li.flex-nav-next a {
    background: url('/imgs/arrow_next.png') no-repeat center;
}

.img_wrapper .thumbs_navigation ul li a {
    opacity: 0.55;
}

.img_wrapper .thumbs_navigation ul li a:hover {
    opacity: 1;
}

.item_slider .slides {
    width: calc(100% - 60px);
    /*height: 260px;*/
    line-height: 257px;
    float: left;
}

.catalog_detail .item_main_info .stickers {
    left: 82px;
}

.calibration {
    font-family: Arial;
    color: #ee3732;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 21px;
    text-align: left;
    margin-top: 23px;
}

.catalog_detail .info_item .middle_info .prices .price .fa {
    font-size: 24px;
}

.catalog_detail .info_item .middle_info .prices .price.discount .fa {
    font-size: 14px;
}

.half_width {
    display: block;
    width: 50%;
    padding: 0;
    float: left;
    box-sizing: border-box;
}

.half_width.filter_block {
    border-right: 1px solid #d2d2d2;
    padding-right: 70px;
    width: calc(50% - 1px);
}

.half_width.filter_result_block {
    padding-left: 82px;
}

h2.select_params {
    font-family: Arial;
    color: #ef4440;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1.05px;
    line-height: 21px;
    text-align: left;
}

.half_width.filter_block h2.select_params {
    background: url(/imgs/action_1.png) no-repeat left center;
    padding-left: 24px;
}

.catalog_detail .common_select .common_select-link,
.bx_section .common_select-link {
    height: 38px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    background: none;
    margin: 0;
}

.catalog_detail .common_select .common_select-link .ik_select_link_text,
.bx_section .common_select-link .ik_select_link_text {
    font-family: Arial;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 38px;
    text-align: center;
    padding: 0;
}

.catalog_detail .common_select .common_select-link .trigger,
.bx_section .common_select-link .trigger {
    border: none;
    height: 36px;
}

.common_select .common_select-link .trigger:before {
    background: url(/imgs/arrow_next.png) no-repeat center;
    background-size: cover;
}

.common_select .common_select-link .trigger:hover:before {
    background: url(/imgs/arrow_next.png) no-repeat center;
    background-size: cover;
}

.common_select .common_select-link .trigger:hover {
    background: none;
}

.contacts_left {
    width: 50%;
}

.contacts_right {
    margin-left: calc(50% + 40px);
}

.form .form_head h4 {
    font-size: 24px;
    margin: 0 0 24px;
    color: #808080;
    line-height: 1.5em;
}

.form .form_footer .button {
    font-size: 16px;
}

.store_description table td {
    padding: 20px;
}

.store_description table {
    margin-bottom: 25px;
}

.store_description .editable-content table h2 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

.store_description .editable-content table ul {
    margin: 20px 0;
}

.store_description .editable-content table ul li::before {
    display: none;
}

.store_description .editable-content h2 {
    margin-top: 40px;
}

.store_description .editable-content h2:nth-child(1) {
    margin-top: 0;
}

.dealer-info #cboxClose {
    border: none;
}

.contacts_map {
    margin-bottom: 40px;
}

.country-column {
    display: block;
    float: left;
    width: 50%;
}

.country-column a {
    font-family: Arial;
}

.country-column:first-child {
    margin: 0;
}

.country-column .country-rus {
    column-count: 2;
}

.country-column p {
    margin: 0 0 10px;
}

.name-country {
    font: 20px/1.5em Arial, Helvetica, sans-serif;
    color: #808080;
    margin-bottom: 20px;
    display: block;
}

.specials.tab_slider_wrapp .top_blocks ul.tabs li.cur {
    background: none;
    padding: 0;
}

.specials.tab_slider_wrapp .top_blocks ul.slider_navigation.top {
    top: 50%;
    margin-top: -15px;
    width: 100%;
    z-index: 10;
}

.item_slider .slides li img {
    /* min-height: 340px; */
}

.top-h-row_fixed {
    display: none;
    left: 0;
    top: 0;
    right: 0;
    background: #f7f7f9;
    border-bottom: 1px solid #fff;
    height: 50px;
    position: fixed;
    z-index: 1100;
}

.top-h-row_fixed .wrapper_inner {
    padding: 10px 15px;
}

.top-h-row_fixed .phones {
    font-size: 20px;
    float: left;
}

.top-h-row_fixed .phone_wrap>span {
    margin-left: 15px;
}

.top-h-row_fixed .phones .bid_btn {
    font-size: 15px;
    color: #fff;
    margin: -3px 0px 0px 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ee3732;
    padding: 0 8px;
    height: 35px;
    text-align: center;
    font-style: normal;
    line-height: 35px;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
}

.top-h-row_fixed .top_basket_link {
    display: block;
    float: right;
}

.top-h-row_fixed .top_basket_link i {
    font-size: 23px;
    line-height: 10px;
}

.top-h-row_fixed .phones .phone_wrap .phone_descr_text {
    color: #1d1a1a;
}

.tab_slider_wrapp.specials.best_block .catalog_section_list.drop .column a {
    line-height: 16px;
    height: 40px;
}

.tab_slider_wrapp.specials.best_block li:last-child .catalog_section_list .drop .column {
    width: 150px;
}

.tab_slider_wrapp.specials.best_block li:last-child .catalog_section_list .drop .column a {
    height: 40px;
}

.old-vers {
    margin: -26px 0 10px;
    display: block;
    text-align: center;
}

.wrap-pictures-in-blog {
    display: flex;
}

.wrap-block-with-picture {
    margin-right: 20px;
}

.new_top_wrapper {
    display: none;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    align-items: center
}

.new_top_wrapper .menu {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_top_wrapper .logo {
    height: 100%;
    margin: 0 15px;
}

.new_top_wrapper img {
    max-height: 100%;
}

.new_top_wrapper .icon_menu {
    display: inline-block;
    background: url(/imgs/menu_ico.png) center center no-repeat;
    height: 20px;
    width: 24px;
    margin-right: 8px;
    cursor: pointer;
}

.new_top_wrapper .header-cart {}

.new_top_wrapper .header-cart .top_basket_link span {
    font-size: 11px;
}

.new_top_wrapper .phone_text a,
.new_top_wrapper .phone_text a>span {
    font-family: Arial;
    font-size: 14px;
    color: rgb(238, 55, 50);
    font-weight: 600;
    font-style: italic;
    position: relative;
}

.new_top_wrapper .phone_text a::before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.new_top_wrapper .top_group {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.new_top_wrapper .search {
    display: block;
    width: 21px;
    height: 21px;
    border: none;
    z-index: 10;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 15px;
}

.new_top_wrapper .user-js .exit_link {
    display: none;
}

.new_top_wrapper .user-js .avtorization-call.enter>span {
    display: none;
}

.new_top_wrapper .user-js i {
    font-size: 18px;
}

.footer.change_lang.desc_lang {
    font-size: 14px;
}

.small.in-cart.button .m_in_cart {
    display: none;
}

@media screen and (max-width: 1100px) {
    #header .middle-h-row .main-nav ul.menu>li>a {
        padding: 0 5px;
    }
    .top_basket_link {
        margin: 5px 0;
    }
    #basket_line {
        margin: 0;
    }
    .top-h-row_fixed .top_basket_link {
        margin: 0;
    }
    .main-nav ul.menu>li>a span {
        font-size: 15px;
    }
    .flexslider .slides>li .text.left {
        background-size: contain;
    }
    .red_bg form input[type="text"] {
        width: 235px;
    }
    .red_bg form button[type="submit"] {
        width: 200px;
    }
    #footer .footer_top>.wrap_md>div.copyright_block {
        width: 275px;
    }
    #footer .footer_top>.wrap_md>div {
        margin-right: 45px;
    }
    #footer .footer_top>.wrap_md>div.footer_menu_block.last {
        margin-right: 44px;
    }
    .table-box .table6 td p,
    .table-box .table6 th p,
    .table-box .table6 th,
    .table-box .table6 td,
    .table-box .table6 td strong,
    .table-box .table6 h3 {
        white-space: pre-wrap;
    }
}

@media screen and (max-width: 992px) {
    .top_basket_link {
        margin: 8px 0 8px -44px;
    }
    .top-h-row_fixed .top_basket_link {
        margin: 8px 0;
    }
    .wrapper_inner {
        padding: 0 35px;
    }
    .phones .phone_wrap {
        font-family: Arial;
        color: #2c232c;
        font-size: 12px;
        font-style: italic;
        letter-spacing: 0.65px;
        line-height: 21px;
        text-align: left;
    }
    .top-h-row_fixed .phones .phone_wrap {
        font-size: 18px;
    }
    .front_slider_wrapp .extended_pagination span,
    ul.tabs li span {
        font-family: Arial;
        /*color: #2c232c;*/
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.65px;
        line-height: 21px;
        text-align: left;
    }
    .flexslider .dark .banner_title span {
        color: #202020;
    }
    .top-h-row_fixed .phones .phone_wrap a {
        font-size: 18px;
    }
    #header .middle-h-row .basket_wrapp {
        padding: 0;
        margin: 0;
    }
    #header .middle-h-row .main-nav ul.menu>li>a {
        padding: 0 18px;
    }
    .infograf_list .infograf_item {
        width: 50%;
    }
    .infograf_list .infograf_item.item_2 {
        margin-bottom: 35px;
    }
    .infograf_list .infograf_item:nth-child(2n) {
        padding-right: 0;
    }
    .news_block .info_block .news_items .item {
        width: 33%;
    }
    .news_block .info_block .news_items .item:nth-child(n+4) {
        display: none;
    }
    .news_block .news_items {
        padding-bottom: 23px;
    }
    .catalog_sections_list .catalog_section_item {
        width: calc(50% - 15px);
    }
    .catalog_sections_list .catalog_section_item:nth-child(2n) {
        margin-left: 30px;
    }
    .main_about .img {
        display: none;
    }
    .main_about .big {
        width: 100%;
    }
    .tab_slider_wrapp ul.tabs li {
        margin-bottom: 6px;
    }
    .tab_slider_wrapp ul.tabs li span {
        font-family: Arial;
        color: #333;
        font-size: 16px;
        font-weight: 400;
    }
    .tab_slider_wrapp ul.tabs li.cur span {
        font-family: Arial;
        font-size: 16px;
        font-weight: 400;
    }
    .catalog_top_list .catalog_top_item:nth-child(n+4) {
        display: none;
    }
    .catalog_top_list .catalog_top_item:nth-child(1) {
        margin-left: 0;
    }
    .catalog_top_list .catalog_top_item {
        width: calc((100% - 48px) / 3);
        margin-left: 24px;
        margin-right: 0;
    }
    .red_bg form input[type="text"],
    .red_bg form button[type="submit"] {
        float: left;
        margin-bottom: 13px;
    }
    .red_bg form {
        margin-bottom: 9px;
    }
    .red_bg p {
        font-size: 14px;
    }
    #footer .footer_top>.wrap_md>div.copyright_block {
        width: 100%;
    }
    #footer .footer_top>.wrap_md>div.copyright_block .logo {
        width: 40%;
        display: inline-block;
    }
    #footer .footer_top>.wrap_md>div.copyright_block .copyright {
        display: none;
    }
    #footer .footer_top {
        padding-top: 22px;
    }
    #footer .footer_search {
        display: inline-block;
        float: right;
        margin-top: 28px;
    }
    #footer .footer_menu ul li a {
        font-family: Helvetica;
        color: #2c232c;
        font-size: 14px;
        font-weight: 700;
        line-height: 32px;
        text-align: left;
    }
    #footer .footer_menu ul li ul li a {
        font-weight: 400;
    }
    #footer .footer_top>.wrap_md>div {
        margin-right: 30px;
    }
    #footer .footer_mail span {
        color: #ee3732;
    }
    #footer .copyright_creater_ipad {
        display: block;
        font-family: Arial;
        color: #333;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.13px;
        line-height: 21px;
        text-align: left;
    }
    #footer .copyright_creater_ipad a {
        border-bottom: 1px solid #9b9b9b;
    }
    body .wrapper .top_slider_wrapp .flexslider .slides>li td {
        width: 50%!important;
    }
    .flexslider .slides>li .text.left {
        background: url(/imgs/flexslider_text_bg_middle.png) no-repeat left center;
    }
    body .top_slider_wrapp .flexslider .slides li td.text .banner_title {
        text-align: left;
        margin: 10px 28px 8px;
    }
    body .top_slider_wrapp .flexslider .slides li td.text .banner_title span {
        font-family: Helvetica;
        /*color: #fff;*/
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: justify;
    }
    body .top_slider_wrapp .flexslider .slides li td.text .banner_buttons {
        margin: 0 28px;
        text-align: left;
    }
    .flexslider .banner_buttons a {
        font-family: Helvetica;
        color: #fff;
        font-size: 13px;
        line-height: 38px;
        text-align: cen;
        transform: scaleY(1.0054);
    }
    body #header .center_block .main-nav {
        margin: 0;
    }
    .main-nav ul.menu>li>a span {
        font-family: Helvetica;
        color: #2c232c;
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        text-align: justify;
    }
    /*
  #header .middle-h-row .center_block, .has_menu #header .middle-h-row .center_block {
   display: none;
 }
 */
    .main_about .big {
        padding-left: 0;
    }
    #footer .footer_top>.wrap_md>div.phone_block {
        width: 220px;
    }
    .red_bg form input[type="text"],
    .red_bg form button[type="submit"] {
        width: 254px;
    }
}

@media screen and (max-width: 880px) {
    .catalog_sections_list .catalog_section_item .catalog_section_name,
    .catalog_sections_list .catalog_section_item .catalog_section_price {
        font-size: 16px;
    }
    .top_basket_link {
        margin: 8px 0 8px 2px;
    }
}

@media screen and (max-width: 768px) {
    .tab_slider_wrapp.specials.best_block li:last-child .catalog_section_list .drop .column a {
        height: 37px;
    }
    .avtorization-call.enter {
        margin: 0 5px 0 0;
    }
    #popup,
    #popup img {
        width: 600px;
    }
    body .adaptive_filter {
        display: inline-block;
        float: none;
        top: -3px;
        z-index: 100;
    }
    .catalog_section_list .drop {
        position: relative;
        z-index: 99;
    }
    .catalog_section_list .drop .button.small {
        margin-right: 10px;
        position: relative;
    }
    .top-h-row_fixed .top_basket_link {
        margin: 0;
    }
    .top_basket_link {
        margin: 5px 0;
    }
    .catalog_section_list {
        margin-top: 20px;
    }
    .left_block.catalog .adaptive_filter {
        padding: 15px 0 0 0;
        top: 0;
        margin-top: 15px;
    }
    #content .left_block.catalog {
        float: unset;
    }
    .catalog_section_list .drop:hover .dropdown_wrapp {
        display: none;
    }
    .adaptive_filter .filter_opener,
    .adaptive_filter .filter_opener:not(.opened):hover {
        background: -webkit-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
        background: -moz-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
        background: -o-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
        background: -ms-linear-gradient(90deg, #e6272c 0%, #ea514a 100%);
        background: linear-gradient(0deg, #e6272c 0%, #ea514a 100%);
        height: 40px;
        padding: 4px 31px 0;
        font-size: 10px;
        display: inline-block;
        box-sizing: border-box;
    }
    .adaptive_filter .filter_opener span,
    .filter_opener:not(.opened):hover span {
        font-family: Helvetica;
        color: #ffffff;
        font-size: 10px;
        font-weight: 300;
        letter-spacing: 0.8px;
        line-height: 32px;
        text-transform: uppercase;
    }
    .adaptive_filter .filter_opener span::before {
        content: '';
        background: url(/local/templates/fiztechkz/css/../images/filter_icon.png) no-repeat center;
        background-size: contain;
        width: 15px;
        height: 15px;
        display: inline-block;
        margin: 0px 7px -4px 0;
    }
    .filter_opener i,
    .filter_opener:not(.opened):hover i {
        background: url(/imgs/filter_opener_ico.png) no-repeat center;
        margin: 0;
    }
    .filter_opener span,
    .filter_opener i {
        vertical-align: middle;
    }
    .filter_opener.opened i {
        background: url(/imgs/filter_opener_open_ico.png) no-repeat center;
    }
    .catalog_detail .item_main_info {
        margin-top: 0;
    }
    .actions_lists,
    .catalog_top .sections_list {
        margin-bottom: 0;
    }
    .wrapper_inner {
        padding: 0 11px;
    }
    .infograf_list .infograf_item,
    .infograf_list .infograf_item.item_2,
    .infograf_list .infograf_item.item_4 {
        width: 100%;
        padding-right: 0;
        padding-left: 50px;
        margin-bottom: 23px;
    }
    .infograf_list .infograf_item.item_4 {
        margin-bottom: 0;
    }
    .catalog_sections_list .catalog_section_item .catalog_section_name,
    .catalog_sections_list .catalog_section_item .catalog_section_price {
        top: 100px;
        font-size: 14px;
    }
    .catalog_sections_list .catalog_section_item .catalog_section_price {
        top: 140px;
    }
    .tab_slider_wrapp ul.tabs li span,
    .catalog_top .actions_lists .action_item span {
        font-size: 14px;
    }
    .catalog_top .actions_lists .action_item span {
        margin-bottom: 2px;
    }
    .catalog_top .sections_list {
        margin-bottom: 12px;
    }
    .opros_bg h2 {
        font-size: 18px;
    }
    .opros_bg p {
        font-size: 14px;
    }
    .main_about .big {
        padding-left: 0;
    }
    .red_bg h2 {
        font-size: 24px;
        text-align: center;
    }
    .red_bg p {
        text-align: center;
    }
    .tab_slider_wrapp ul.tabs li.cur span {
        font-size: 14px;
    }
    body .wrapper .top_slider_wrapp .flexslider,
    body .wrapper .top_slider_wrapp .flexslider .slides>li,
    body .wrapper .top_slider_wrapp .flexslider .slides>li td {
        height: 180px!important;
    }
    body .wrapper .top_slider_wrapp .flexslider .slides>li {
        height: 180px!important;
        background-size: 175% auto;
    }
    .flexslider li .wrapper_inner {
        height: 100%;
    }
    .flexslider .slides>li .text.left {
        background: url(/imgs/flexslider_text_bg_small.png) no-repeat left center;
    }
    body .top_slider_wrapp .flexslider .slides li td.text .banner_title span {
        font-size: 13px;
        line-height: 16px;
    }
    .top_slider_wrapp .flexslider .banner_buttons a {
        font-size: 12px;
        box-sizing: border-box;
        background-color: #292628;
        width: 136px;
        height: 26px;
        line-height: 26px;
        padding: 0;
    }
    body .top_slider_wrapp .flexslider .slides li td.text .banner_title {
        margin: 2px 16px 1px;
    }
    body .top_slider_wrapp .flexslider .slides li td.text .banner_buttons {
        margin: 0 16px;
    }
    .wrapper_inner {
        padding: 0 20px;
    }
    .top-h-row_fixed .phones .order_wrap_btn {
        margin: 2px 0;
    }
    body .wrapper.head_type_1 .top_slider_wrapp,
    body .wrapper .top_slider_wrapp .flexslider,
    body .wrapper .top_slider_wrapp .flexslider .slides>li,
    body .wrapper .top_slider_wrapp .flexslider .slides>li td,
    body .wrapper.head_type_1 .top_slider_wrappbody .wrapper .top_slider_wrapp .flexslider .slides>li {
        height: 300px !important;
    }
}

@media screen and (max-width: 667px) {
    .phones .phone_wrap {
        font-size: 11px;
    }
    .top-h-row_fixed .phones .phone_wrap,
    .top-h-row_fixed .phones .phone_wrap a {
        font-size: 15px;
    }
    .top-h-row_fixed .top_basket_link {
        margin: 2px 0 0 15px;
    }
    .wrap_md.catalog_sections_list.cat_slider li {
        padding-right: 0px;
    }
    .catalog_sections_list {
        margin: 0;
    }
    .old-vers {
        display: none;
    }
    .form .form_footer .button {
        font-size: 12px;
    }
    .new_top_wrapper .user-js i {
        margin: 0 5px 0 0 !important;
    }
    .left_block.services {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .footer.change_lang.desc_lang {
        justify-content: center;
    }
    .main-nav ul.menu>li:hover>a span {
        border: none;
        color: white;
    }
    .top-h-row_fixed.new-adaptive {
        height: 62px !important;
    }
    .top-h-row_fixed.new-adaptive .wrapper_inner {
        display: none;
    }
    .top-h-row_fixed .new_top_wrapper {
        display: flex;
    }
    .top-h-row_fixed .new_top_wrapper .print_img {
        display: none;
    }
    .top-h-row_fixed.new-adaptive {
        display: block !important;
    }
    #header .middle-h-row td.logo_wrapp,
    #header .middle-h-row td.comp_w,
    #header .middle-h-row td.basket_w,
    .basket_wrapp .mobile_register,
    .basket_wrapp .change_lang,
    .basket_wrapp .mobile_phone,
    #header .middle-h-row td.center_block .main-nav .menu.adaptive,
    header .search_block:not(.opened_fixed) {
        display: none;
    }
    .header_wrap {
        height: 61px;
        padding-bottom: 0;
    }
    body .wrapper.head_type_1:not(.front_page) #header {
        margin-bottom: 80px !important;
    }
    .wrapper.head_type_1:not(.front_page) .middle {
        margin-top: 0 !important;
    }
    #header .middle-h-row td.center_block .main-nav {
        border-top: 0;
        border-bottom: 0;
    }
    body #header .main-nav .menu.full.opened_fixed {
        display: block;
        position: fixed !important;
        z-index: 1000;
        top: 63px !important;
        left: 0;
        max-height: 80vh;
        overflow-y: auto;
    }
    #header ul.menu.full.opened_fixed li.current {
        background: rgb(238, 55, 50);
        border-bottom: 1px solid rgb(151, 0, 19);
    }
    #header ul.menu.full.opened_fixed>li {
        height: 40px;
        display: inline-block;
        vertical-align: top;
        background-color: rgb(255, 255, 255);
    }
    .search_block.opened_fixed {
        position: fixed !important;
        top: 66px !important;
    }
    .tab_slider_wrapp.specials.best_block li:last-child .catalog_section_list .drop .column {
        width: 100%;
    }
    .tab_slider_wrapp.specials.best_block li:last-child .catalog_section_list .drop .column a {
        height: 19px;
    }
    .table-box .table6 td p,
    .table-box .table6 th p,
    .table-box .table6 th,
    .table-box .table6 td,
    .table-box .table6 td strong,
    .table-box .table6 h3 {
        font-size: 12px;
        white-space: normal;
    }
    #popup,
    #popup img {
        width: 500px;
    }
    #header .middle-h-row .basket_wrapp {
        width: 170px;
    }
    #header .middle-h-row .center_block {
        padding: 0;
        width: 0%;
    }
    #header .middle-h-row td.basket_w {
        float: right;
        margin-top: 28px;
    }
    #header .middle-h-row td.basket_w a {
        display: block;
    }
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner {
        width: 400px !important;
        height: 400px !important;
    }
    #footer .footer_mail {
        text-align: center;
    }
    .mobile_register {
        display: block;
        width: 150px;
        position: absolute;
        top: 37px;
        right: 0;
    }
    .mobile_register a {
        display: inline-block;
    }
    .mobile_register a:first-child {
        margin-right: 5px;
    }
    .mobile_register a:first-child:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 11px;
        background: url(/local/templates/aspro_mshop/images/icons_wish.png) -46px -183px no-repeat;
        vertical-align: middle;
        margin: 0px 4px 0px 0px;
    }
    .mobile_register a span {
        font-family: Arial;
        color: #2b1d28;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.65px;
        line-height: 21px;
        text-align: left
    }
    .mobile_footer_menu {
        display: block;
        background: none;
        border-top: 1px solid #dfdfe5;
        border-bottom: 1px solid #dfdfe5;
        width: 100%;
        padding: 14px 0;
        padding-left: 11px;
        padding-right: 11px;
        margin-bottom: 25px;
        position: relative;
        margin-left: -11px;
    }
    .mobile_footer_menu ul.menu.adaptive {
        margin: 0px;
    }
    .mobile_footer_menu ul.menu {
        display: block;
        width: 100%;
        padding: 0px;
    }
    .mobile_footer_menu ul.menu.adaptive:not(.opened) li.menu_opener {
        border-bottom-width: 0px;
        height: 20px;
    }
    .mobile_footer_menu ul.menu.full {
        display: none;
        box-shadow: 0 3px 18px rgba(44, 44, 44, 0.8);
        -moz-box-shadow: 0 3px 18px rgba(44, 44, 44, 0.8);
        -webkit-box-shadow: 0 3px 18px rgba(44, 44, 44, 0.8);
        position: absolute;
        top: 45px;
        width: 91%;
        padding: 0px;
    }
    .mobile_footer_menu ul.menu.adaptive>li.menu_opener i {
        display: inline-block;
        float: left;
        background: url(/imgs/menu_ico.png) no-repeat center;
        height: 20px;
        width: 24px;
        margin-right: 8px;
    }
    .mobile_footer_menu ul.menu.adaptive>li>a {
        font-family: Helvetica;
        color: #2b1d28;
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        text-align: justify;
        padding: 0;
        height: 20px;
        text-decoration: none;
    }
    .mobile_footer_menu ul.menu.full>li {
        width: 100%;
        background-color: #ffffff;
    }
    .mobile_footer_menu ul.menu.full>li:not(.current):not(.search_row) {
        width: 100%;
        text-align: left;
        height: 40px;
        display: inline-block;
        vertical-align: top;
        background-color: #ffffff;
        background: #ecf0f3;
        border-top: 1px solid #f2f5f7;
        border-bottom: 1px solid #e4e6e7;
    }
    .mobile_footer_menu ul.menu.full>li>a {
        font-weight: 600;
        border-radius: 0px;
        text-decoration: none;
        padding: 0 20px;
        display: inline-block;
        height: 42px;
        line-height: 43px;
        border-left: 0 !important;
        border-right: 0 !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        color: #000;
    }
    .mobile_footer_menu ul.menu>li>a span {
        padding-bottom: 4px;
        font-family: Helvetica;
        color: #2c232c;
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        text-align: justify;
    }
    #footer {
        background: #f7f7f9;
    }
    #footer .footer_top>.wrap_md>div.copyright_block .logo {
        width: 100%;
    }
    #footer .footer_top>.wrap_md>div.copyright_block .logo img {
        display: block;
        margin: 0 auto;
    }
    #footer .footer_search {
        width: 100%;
        margin-top: 10px;
    }
    #footer .footer_search input {
        width: 100%;
    }
    #footer .footer_search button {
        left: auto;
        right: 13px;
    }
    #footer .footer_top>.wrap_md>div.footer_menu_block {
        display: none;
    }
    #footer .footer_top>.wrap_md>div.phone_block,
    #footer .phone_block p {
        width: 100%;
        text-align: center;
    }
    #footer .order_wrap_btn .callback_btn {
        float: none;
        margin: 0 auto;
        width: 176px;
    }
    #footer .footer_tel {
        margin-bottom: 2px;
    }
    #footer .order_wrap_btn {
        margin-bottom: 10px;
    }
    #footer .footer_top>.wrap_md>div {
        margin-right: 0;
    }
    #footer .copyright_creater_ipad {
        font-family: Arial;
        color: #2f2f2f;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.13px;
        line-height: 21px;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }
    #footer .copyright_creater_ipad a {
        font-family: Arial;
        color: #2f2f2f;
        font-size: 13px;
        font-weight: 400;
    }
    #footer .footer_search {
        margin-bottom: 12px;
    }
    #header ul.menu.full.opened>li.mobile {
        display: block;
    }
    .catalog_sections_list .catalog_section_item .catalog_section_name,
    .catalog_sections_list .catalog_section_item .catalog_section_price {
        font-size: 14px;
    }
    .wrapper_inner h1 {
        font-family: Helvetica;
        color: #2f2f2f;
        font-size: 24px;
        font-weight: 700;
        line-height: 21px;
        text-align: left;
    }
    .el-counts {
        font-size: 24px;
        font-weight: 700;
        line-height: 21px;
    }
    .catalog_block .actions_lists {
        height: auto;
    }
    body .catalog_block .catalog_item_wrapp {
        width: 50%;
    }
    .red_bg form input[type="text"],
    .red_bg form button[type="submit"] {
        width: 100%;
        margin-right: 0;
    }
    body .filter_opener span {
        display: inline-block;
    }
    .m_color_none #header .center_block .main-nav:hover,
    .m_color_colored #header .center_block .main-nav:hover,
    .has_menu #header .center_block .main-nav:hover,
    .wrapper.m_color_colored #header .catalog_menu ul.menu>li:not(.current):hover,
    .wrapper.m_color_colored #header .catalog_menu ul.menu>li:not(.current).hover,
    #header ul.menu.adaptive:not(.opened) li.menu_opener:hover {
        background: none;
    }
    body .wrapper.head_type_1:not(.front_page) #header {
        margin-bottom: 175px;
    }
    #header ul.menu.full.opened li.current {
        background: #ee3732;
    }
    body .h_color_white .center_block .menu.full>li.current>a span,
    body .h_color_white .center_block .menu.full>li>a:hover span {
        color: #fff;
    }
    #header ul.menu.opened>li {
        background: none;
        border: none;
    }
    #header .main-nav ul.menu.adaptive.opened>li {
        border: none!important;
    }
    body #header ul.menu.full>li.search_row {
        display: none;
    }
    .basket_fly #header .middle-h-row .center_block ul.menu.full,
    .header_wrap #header .middle-h-row .center_block ul.menu.full {
        position: absolute;
        top: 45px;
        width: 91%;
    }
    #header ul.menu.adaptive.opened>li.menu_opener i,
    #header ul.menu.adaptive.opened:hover>li.menu_opener i {
        background-position: 0 0;
    }
    .wrapper.front_page .header_wrap {
        padding-bottom: calc(234px - 84px);
    }
    .wrapper.front_page .header_wrap {
        padding-bottom: 0 !important;
    }
    body .wrapper.front_page .top_slider_wrapp {
        margin-top: 0 !important;
    }
    .m_color_none #header .center_block .main-nav {
        background: none;
        top: 184px;
        border-top: 1px solid #dfdfe5;
        border-bottom: 1px solid #dfdfe5;
        width: 100%;
        padding: 14px 0;
        padding-left: 15px;
        padding-right: 11px
    }
    .header_wrap #header .middle-h-row .main-nav ul.menu.adaptive>li>a {
        font-family: Helvetica;
        color: #2b1d28;
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        text-align: justify;
        padding: 0;
        height: 20px;
        text-transform: none;
    }
    body #header ul.menu.full>li>a {
        text-transform: none;
    }
    body #header ul.menu.adaptive:not(.opened) li.menu_opener {
        height: 20px;
    }
    header ul.menu.adaptive>li.menu_opener i {
        float: left;
        background: url(/imgs/menu_ico.png) no-repeat center;
        height: 20px;
        width: 24px;
        margin-right: 8px;
    }
    header .search_block {
        position: absolute;
        top: 122px;
        left: 0;
        right: 0;
        width: 100%;
        margin-left: 0;
        padding: 7px 15px;
        box-sizing: border-box;
    }
    header .search_block button {
        right: 30px;
        top: 21px;
    }
    body .wrapper .top_slider_wrapp .flexslider .slides>li {
        background-size: 225% auto;
        background-position: 40%;
    }
    .basket_normal #header .middle-h-row td.logo_wrapp {
        width: 120px;
    }
    .header_wrap .top-h-row {
        display: none;
    }
    .news_block .info_block .news_items .item {
        width: 100%;
    }
    .mobile_phone {
        display: block;
        position: absolute;
        top: 74px;
        left: 0;
        right: 0;
        width: 100%;
        margin-left: 0;
        padding: 7px 15px;
        text-align: center;
        box-sizing: border-box;
    }
    .mobile_phone .phone_wrap .phone_descr {
        display: block;
        font-family: Arial;
        color: #2b1d28;
        font-size: 13px;
        font-style: italic;
        letter-spacing: 0.65px;
        line-height: 21px;
        text-align: center;
    }
    .mobile_phone .phone_wrap .icons {
        margin-right: 5px;
        margin-top: -1px;
    }
    .mobile_phone .phone_wrap .phone_text a {
        font-family: Arial;
        font-size: 14px;
        color: #ee3732;
        font-weight: 600;
        font-style: italic;
    }
    .top-h-row_fixed .phones .phone_wrap,
    .top-h-row_fixed .phones .phone_wrap a,
    .top-h-row_fixed .phone_wrap>span {
        font-size: 12px;
    }
    .top-h-row_fixed .phones .bid_btn {
        font-size: 15px;
    }
    .top-h-row_fixed .order_wrap_btn {
        margin-top: 3px;
    }
    .top-h-row_fixed .top_basket_link i {
        font-size: 20px;
    }
    .menu .menu_item_l1:not(.catalog) {
        height: auto !important;
        display: block !important;
    }
    .menu .menu_item_l1:not(.catalog) .child_wrapp {
        padding: 5px 0 10px!important;
        box-shadow: none !important;
        background: transparent !important;
    }
    .menu .menu_item_l1:not(.catalog) .child.submenu.line {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        text-transform: none;
        font-size: 14px;
        font-family: Arial, Ubuntu, Helvetica, sans-serif;
        padding: 0;
        white-space: normal;
        background: #ecf0f3;
        border-top: 2px solid #ee3732;
        margin-bottom: -1px;
    }
    .menu .menu_item_l1:not(.catalog) .child.submenu.line a {
        display: block;
        padding: 11px 20px !important;
        border-bottom: 0px !important;
        background: transparent !important;
        color: #000 !important;
    }
    .menu .menu_item_l1:not(.catalog):hover .child.submenu.line {}
    .fontarial.q_down {
        display: flex;
        flex-direction: column-reverse;
    }
    .fontarial.q_down .right_side.wide {
        margin-top: 30px;
    }
    ul.menu li .child_l2 {
        position: relative;
        border: 0px;
        background: #ECF0F3;
        left: 0;
        top: 0;
        padding-left: 35px;
        max-width: 100%;
        padding-bottom: 0;
    }
    .mobile_submenu.child_l2>a {
        width: 100%;
        padding: 10px 0;
    }
    .arrow_img_in_top_menu {
        display: none;
    }
    .parent-folder .arrow_img_in_top_menu {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 3%;
        background-image: url(/images/md_off.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        z-index: 100;
        top: 0;
    }
    .open-list .arrow_img_in_top_menu {
        background-image: url(/images/md_on.png);
    }
    .main-nav .menu_item_l1 {
        position: relative;
    }
    body .wrapper.head_type_1 .top_slider_wrapp,
    body .wrapper .top_slider_wrapp .flexslider,
    body .wrapper .top_slider_wrapp .flexslider .slides>li,
    body .wrapper .top_slider_wrapp .flexslider .slides>li td,
    body .wrapper.head_type_1 .top_slider_wrappbody .wrapper .top_slider_wrapp .flexslider .slides>li {
        height: 180px !important;
    }
}

@media screen and (max-width: 568px) {
    .catalog_section_list .dropdown_wrapp {
        left: 0;
        top: unset;
        width: 100%
    }
    .catalog_section_list .dropdown>a {
        white-space: normal;
    }
}

@media screen and (max-width: 490px) {
    .table-box .table6 td p,
    .table-box .table6 th p,
    .table-box .table6 th,
    .table-box .table6 td,
    .table-box .table6 td strong,
    .table-box .table6 h3 {
        font-size: 9px;
    }
    #popup,
    #popup img {
        width: 380px;
    }
    .country-column {
        width: 100%;
    }
    .country-column:nth-child(2) {
        margin: 0;
    }
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner {
        width: 350px !important;
        height: 350px !important;
    }
    #header .middle-h-row td.basket_w a i {
        top: 37px;
        right: 165px;
        position: absolute;
    }
}

@media screen and (max-width: 480px) {
    .catalog_detail .tabs_content.tabs-body table th,
    .catalog_detail .tabs_content.tabs-body table th p,
    .catalog_detail .tabs_content.tabs-body table td,
    .catalog_detail .tabs_content.tabs-body table td p {
        font-size: 12px;
    }
    .adt img:nth-child(2),
    .adt img:nth-child(3) {
        width: 100% !important;
    }
    .catalog_detail .tabs_section .tabs-head li,
    .bx_compare .tabs-head li {
        padding: 0 15px;
    }
    .catalog_detail .tabs_section .tabs-head li span,
    .bx_compare .tabs-head li span {
        font-size: 14px;
    }
    .catalog_detail .info_item .middle_info .prices .price .fa {
        font-size: 28px;
    }
    .wrapper_inner .info_item .middle_info .prices_block {
        width: 40%;
    }
    .wrapper_inner .info_item .middle_info .buy_block {
        width: 60%;
        padding: 0;
    }
    body .catalog_detail .right_info .preview_text {
        display: block;
    }
    .catalog_sections_list .catalog_section_item,
    .catalog_sections_list .catalog_section_item:nth-child(2n) {
        width: 100%;
        height: 200px;
        margin: 0 0 20px;
    }
    body .catalog_block .catalog_item_wrapp,
    .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(3n),
    .wrapper_inner #content .catalog_block .catalog_item_wrapp:nth-child(4n),
    body .right_block.catalog .catalog_block .catalog_item_wrapp {
        width: 100%;
        margin-right: 0;
    }
    .wrapper_inner .catalog_block .catalog_item_wrapp:nth-child(3n) .item_wrap,
    .wrapper_inner .catalog_block .catalog_item_wrapp:nth-child(4n) .item_wrap {
        margin-right: 0;
    }
    .catalog_block .item_info {
        width: 100%;
    }
    .small.to-cart.button,
    .small.in-cart.button {
        padding: 0 15px;
    }
    .wrap-pictures-in-blog {
        flex-direction: column;
    }
    .scroll-for-big-picture {
        overflow: scroll;
    }
    .adaptive-picture-for-mobile {
        width: auto;
        width: 100%;
        height: 100%;
        margin: auto;
    }
    /*цена и кнопка "В корзину" при отображении товаров списком*/
    .basket-display-table .small.to-cart.button,
    .but-cell .small.to-cart.button {
        font-size: 10px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px 0 5px;
        min-width: auto;
        max-width: 65px;
    }
    .but-cell .small.to-cart.button {
        font-size: 10px;
    }
    body .module_products_list td.but-cell {
        padding-right: 6px;
    }
    .cost .price:not(.discount) {
        margin-right: 0;
    }
    .module_products_list td.item-name-cell {
        padding-right: 0;
    }
    .cost.prices.price-display-table .price {
        font-size: 10px;
    }
    .small.to-cart.button {
        background-color: #ee3732;
        color: white;
    }
    .small.in-cart.button span {
        font-size: 16px !important;
        color: #ee3732 !important;
    }
    .small.in-cart.button {
        padding: 0 8px;
    }
    .small.in-cart.button span:not(.m_in_cart) {
        display: none;
    }
    .small.in-cart.button .m_in_cart {
        display: inline;
    }
    .bx-touch .bx_ordercart .bx_sort_container>span:first-of-type {
        display: none;
    }
    .bx-touch .bx_ordercart .bx_sort_container a {
        box-sizing: border-box;
    }
    .bx-touch .bx_ordercart .bx_sort_container {
        margin: 40px 0 40px;
    }
    #basket_form_container .top_control.basket_sort {
        position: absolute;
        right: 0;
        top: -75px;
    }
    .bx_ordercart tbody td.control a:last-of-type {
        top: 5px;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table.basket_table>tbody>tr {
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table.basket_table tbody td {
        display: block;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table.basket_table .itemphoto {
        max-width: 90px;
        margin-top: 7px;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table.basket_table .title {
        width: 72%;
    }
    table.basket_table .basket_top_block {
        display: flex;
    }
    table.basket_table .basket_top_block .bx_ordercart_photo_container {
        min-width: unset;
        padding-top: 6px;
        height: 100px;
    }
    table.basket_table .basket_top_block .bx_ordercart_photo_container .art {
        text-align: center;
        margin-top: 8px;
        margin-bottom: 8px;
        width: 70px;
    }
    table.basket_table .basket_top_block .type_price_value {
        font-size: 13px;
        line-height: unset;
        color: #aeaeae;
    }
    table.basket_table .basket_top_block .bx_ordercart_photo_container a {
        width: 70px;
        display: block;
        margin-right: 15px;
    }
    table.basket_table .basket_top_block .basket_title_block h2 {
        text-align: left;
        margin-bottom: 5px;
    }
    table.basket_table .basket_top_block .bx_ordercart_photo {
        width: 70px;
        margin-right: 15px;
    }
    table.basket_table .basket_top_block .basket_price_block {
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
    }
    table.basket_table .basket_top_block .basket_price_block .current_price {
        font-weight: bold;
    }
    table.basket_table .basket_bottom_block {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }
    table.basket_table .basket_bottom_block .basket_sum_block {
        padding-top: 8px;
    }
    table.basket_table .basket_bottom_block .basket_sum_block .sum_block_wr>div {
        display: inline-block;
        width: 100px;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
    }
    table.basket_table .basket_bottom_block .basket_sum_block .sum_block_wr>span {
        font-size: 13px;
        line-height: 20px;
        color: #999;
    }
    table.basket_table .basket_bottom_block .basket_quantity_block {
        position: relative;
    }
    table.basket_table .basket_bottom_block .basket_quantity_block>span {
        display: none !important;
    }
    .bx_ordercart .bx_ordercart_order_table_container .basket_table table.counter {
        overflow: unset
    }
    table.basket_table .basket_bottom_block .basket_quantity_block table td:nth-child(3) {
        position: absolute;
        width: 16px;
        height: 16px;
        right: -16px;
        top: 5px;
    }
    table.basket_table .basket_bottom_block .basket_quantity_block input {
        position: relative;
        top: -2px;
    }
}

@media screen and (min-width: 375px) and (max-width: 430px) {
    .but-cell .small.to-cart.button {
        font-size: 7px;
    }
}

@media screen and (max-width: 430px) {
    .table-box .table6 td p,
    .table-box .table6 th p,
    .table-box .table6 th,
    .table-box .table6 td,
    .table-box .table6 td strong,
    .table-box .table6 h3 {
        font-size: 7.5px;
    }
    #popup,
    #popup img {
        width: 340px;
    }
    #colorbox {
        width: 100% !important;
    }
    #cboxClose {
        top: 6px;
        right: 45px !important;
    }
    #cboxLoadedContent h2 {
        font-size: 19px;
        margin: -1px 0 24px;
    }
    #cboxLoadedContent .fsScrollContainer {
        width: 99%;
    }
    #cboxLoadedContent .fsScrollPane {
        width: 90%;
    }
    .basket_normal #header .middle-h-row td.logo_wrapp {
        width: 60%;
    }
    .top-h-row_fixed .phones .phone_wrap .phone_descr_text {
        display: none;
    }
    .top-h-row_fixed .phones .order_wrap_btn {
        display: block;
        float: right;
    }
    .top-h-row_fixed .phones .phone_wrap {
        margin-right: 20px;
    }
    .top-h-row_fixed .phone_wrap .icons {
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    #basket_line3 .top_basket_link span {
        right: 157px;
        position: absolute;
    }
}

@media screen and (max-width: 415px) {
    .country-column {
        width: 100%;
    }
    .top-h-row_fixed #basket_line2 {
        position: absolute;
        top: 10px !important;
        right: 0;
    }
    .half_width.filter_block {
        width: 100%;
        border-right: none;
    }
    .half_width.filter_result_block {
        padding-left: 0;
        width: 100%;
    }
    .comp_w .basket_wrapp .header-compare-block {
        right: 155px;
    }
    .f_head_compare {
        position: absolute;
        top: 12px !important;
        right: -86px;
    }
    .top-h-row_fixed .top_basket_link>span {
        margin-left: 2px;
    }
    .new_top_wrapper .phone_text a>span {
        display: none;
    }
    .new_top_wrapper .phone_text a::before {
        font-size: 20px;
        margin-right: 0;
    }
    .top-h-row_fixed .new_top_wrapper .top_basket_link i {
        font-size: 21px;
    }
}

@media screen and (max-width: 384px) {
    .table-box .table6 td p,
    .table-box .table6 th p,
    .table-box .table6 th,
    .table-box .table6 td,
    .table-box .table6 td strong,
    .table-box .table6 h3 {
        font-size: 6.5px;
    }
    #popup,
    #popup img {
        width: 280px;
    }
    #cboxClose {
        right: 22px !important;
    }
    #cboxWrapper {
        width: 100% !important;
    }
    #cboxLoadedContent {
        width: 320px !important;
    }
    #cboxContent {
        width: 384px !important;
    }
    #cboxLoadedContent .fsScrollContainer {
        width: 320px !important;
    }
    #cboxLoadedContent .fsScrollPane {
        width: 285px !important;
    }
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner {
        width: 250px !important;
        height: 250px !important;
    }
}

@media screen and (max-width: 380px) {
    .basic_manom td {
        width: 100%;
        display: block;
        text-align: center;
    }
    .catalog_detail .props_list td span {
        font-size: 13px;
    }
    header .search_block {
        top: 137px;
    }
    .m_color_none #header .center_block .main-nav {
        top: 190px;
    }
}

@media screen and (max-width: 376px) {
    #cboxContent {
        width: 375px !important;
    }
    /*   #header .middle-h-row td.basket_w a i{
  right: 120px;
} */
    /*   #basket_line3 .top_basket_link span {
  right: 110px;
} */
    /*   .mobile_register {
  width: 100px !important;
} */
    /* .comp_w .basket_wrapp .header-compare-block{right: 107px;} */
    .adaptive_filter .filter_opener,
    .adaptive_filter .filter_opener:not(.opened):hover {
        padding: 4px 15px 0;
    }
}

@media screen and (max-width: 320px) {
    /* .comp_w .basket_wrapp .header-compare-block{right: 91px;} */
    .f_head_compare {
        right: -91px;
    }
    .catalog_sections_list .catalog_section_item .catalog_section_name,
    .catalog_sections_list .catalog_section_item .catalog_section_price {
        font-size: 10px;
    }
    .catalog_sections_list {
        margin: 0;
    }
    /*   #header .middle-h-row td.basket_w a i{
  right: 100px;
} */
    #basket_line3 .top_basket_link span {
        /* right: 90px; */
        top: 30px;
    }
    .catalog_detail .tabs_content.tabs-body table th,
    .catalog_detail .tabs_content.tabs-body table th p,
    .catalog_detail .tabs_content.tabs-body table td,
    .catalog_detail .tabs_content.tabs-body table td p,
    .catalog_detail .tabs_content.tabs-body table th h4 {
        font-size: 10px;
    }
    .tab_slider_wrapp ul.tabs li.cur span {
        font-size: 13px;
    }
    .table6 td strong,
    .table6 td p {
        font-size: 13px;
    }
    .table-box .table6 td p,
    .table-box .table6 th p,
    .table-box .table6 th,
    .table-box .table6 td,
    .table-box .table6 td strong,
    .table-box .table6 h3 {
        font-size: 4.5px;
        white-space: normal;
    }
    #cboxContent {
        width: 320px !important;
    }
    #cboxLoadedContent {
        width: 255px !important;
    }
    #cboxLoadedContent .fsScrollContainer {
        width: 250px !important;
    }
    #cboxLoadedContent .fsScrollPane {
        width: 215px !important;
    }
    #footer .phone_block z-index: 0;
    .mobile_footer_menu {
        z-index: 1000;
    }
    .tabs_slider li,
    .flex-viewport .wr li:first-child {
        margin: 0px 35px;
    }
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner {
        width: 200px !important;
        height: 200px !important;
    }
    /*   .basket_normal #header .middle-h-row td.logo_wrapp{
  width:100%;
} */
    #header .middle-h-row td.basket_w {
        padding: 20px 0 0 5px;
    }
    #popup,
    #popup img {
        width: 240px;
    }
    .top-h-row_fixed .phones .phone_wrap {
        margin-right: 10px;
    }
    .top-h-row_fixed .phone_wrap>span {
        margin-left: 10px;
    }
    .top-h-row_fixed .phones .bid_btn {
        font-size: 13px;
    }
    .top-h-row_fixed .wrapper_inner {
        padding: 10px;
    }
    .top-h-row_fixed .phones .phone_wrap {
        margin-right: 5px;
    }
    .top-h-row_fixed .phone_wrap>span {
        margin: 0 0 0 5px;
    }
    .top-h-row_fixed .header_mail {
        padding: 0
    }
    .top-h-row_fixed .header_mail i {
        margin-right: 5px;
    }
}

.flex-direction-nav li,
.flex-direction-nav li a,
.flex-direction-nav li span {
    color: transparent;
}

.catalog_section_list .section-item {
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    padding: 0;
    margin: 0 0 50px 0;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.catalog_section_list .section-item .catalog_block {
    float: left;
    margin: 10px 0;
}

.catalog_section_list .name {
    margin-bottom: 10px;
}

.catalog_section_list .section-item p {
    margin-top: 10px;
}

.catalog_section_list .section-item .catalog_block .catalog_item.item_wrap {
    height: 100% !important;
}

.cost.prices.clearfix span.nds {
    display: inline-block;
    font-size: 10px;
    color: #6d6d6d;
    width: 100%;
}

.group_description_block.bottom table {
    table-layout: fixed;
    width: 100%;
}

.group_description_block.bottom table td {
    width: 100%;
}

.group_description_block.bottom img {
    max-width: 100%;
}

.cat_child {
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    text-transform: none;
    font-size: 14px;
    font-family: Arial, Ubuntu, Helvetica, sans-serif;
    padding: 5px 0;
    white-space: normal;
    background: #ecf0f3;
    border-top: 2px solid #ee3732;
    overflow-x: hidden;
    box-sizing: border-box;
}

.cat_child ul,
.cat_child ul li {
    width: 100%;
}

.cat_child ul li {
    padding: 10px 0;
}

.cat_child ul li a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.cat_child ul li:hover,
.cat_child ul li a:hover {
    color: #fff;
}

.form.SIMPLE_FORM_3 .form_head h4 {
    margin: 0 0 10px;
}

.form.SIMPLE_FORM_3 .form_body div.form-control {
    margin-bottom: 10px;
}

.form.SIMPLE_FORM_3 textarea {
    min-height: 90px;
}

.page_not_found .button.big_btn span,
.button.bold {
    padding: 5px;
}


/* text manometry */

.main_content {
    color: #333333;
    font-family: tahoma;
    text-indent: 0;
    max-width: 902px;
    width: 100%;
    margin: 0 auto;
}

.main_content p,
.main_content h2,
.main_content h3 {
    font-family: tahoma;
}

.main_content h2 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 24px;
}

.main_content h3 {
    font-size: 19px;
    margin: 0 0 24px;
}

.main_content p {
    font-size: 14px;
    margin: 0 0 15px;
}

.tcenter,
.tcenter p {
    text-align: center
}

.tleft,
.tleft p {
    text-align: left
}

.tright,
.tright p {
    text-align: right
}

.text_slider {
    margin: 48px 0 22px;
}

.text_slide {
    float: left;
    width: 33.333333%;
    margin: 0 auto 20px;
    padding: 0 !important;
}

.text_slide:before {
    content: none;
}

.text_slider .text_slide:nth-child(4) {
    margin-left: 16.666667% !important
}

.text_slide_img {
    position: relative;
    height: 333px;
}

.text_slide_img img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.text_slider p {
    padding: 0 40px;
    line-height: normal;
}

.cyferblat {
    width: 109px;
    height: 109px;
    border-radius: 50%;
    background: url(/imgs/ttm/cyferblat.png) no-repeat center center;
    margin: 0 auto 26px;
}

.cyferarrow {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(/imgs/ttm/cyferarrow.png) no-repeat center center;
}

.text_slider_arrows .text_slide:nth-child(1) .cyferblat .cyferarrow {
    animation-name: rotation3;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.text_slider_arrows .text_slide:nth-child(2) .cyferblat .cyferarrow {
    transform: rotate(57deg);
    -webkit-transform: rotate(57deg);
    -moz-transform: rotate(57deg);
    -o-transform: rotate(57deg);
    -ms-transform: rotate(57deg);
    animation-name: rotation;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.text_slider_arrows .text_slide:nth-child(3) .cyferblat .cyferarrow {
    transform: rotate(-108deg);
    -webkit-transform: rotate(-108deg);
    -moz-transform: rotate(-108deg);
    -o-transform: rotate(-108deg);
    -ms-transform: rotate(-108deg);
    animation-name: rotation2;
    animation-duration: 0.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.text_slider_arrows .text_slide:nth-child(3) p,
.text_slider_arrows .text_slide:nth-child(1) p {
    padding: 0px 45px;
}

.ba_block {
    float: left;
    width: 50%;
    margin-bottom: 7px;
}

.ba_block .text_slide_img {
    position: relative;
    height: 250px;
}

.flexsl_nav {
    display: none;
}


/* анимация стрелочек на термометрах */

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(56deg);
        -moz-transform: rotate(56deg);
        -o-transform: rotate(56deg);
        transform: rotate(56deg);
    }
    100% {
        -webkit-transform: rotate(59deg);
        -moz-transform: rotate(59deg);
        -o-transform: rotate(59deg);
        transform: rotate(59deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(56deg);
        -moz-transform: rotate(56deg);
        -o-transform: rotate(56deg);
        transform: rotate(56deg);
    }
    100% {
        -webkit-transform: rotate(59deg);
        -moz-transform: rotate(59deg);
        -o-transform: rotate(59deg);
        transform: rotate(59deg);
    }
}

@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(56deg);
        -moz-transform: rotate(56deg);
        -o-transform: rotate(56deg);
        transform: rotate(56deg);
    }
    100% {
        -webkit-transform: rotate(59deg);
        -moz-transform: rotate(59deg);
        -o-transform: rotate(59deg);
        transform: rotate(59deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(56deg);
        -moz-transform: rotate(56deg);
        -o-transform: rotate(56deg);
        transform: rotate(56deg);
    }
    100% {
        -webkit-transform: rotate(59deg);
        -moz-transform: rotate(59deg);
        -o-transform: rotate(59deg);
        transform: rotate(59deg);
    }
}

@-webkit-keyframes rotation2 {
    0% {
        -webkit-transform: rotate(-106deg);
        -moz-transform: rotate(-106deg);
        -o-transform: rotate(-106deg);
        transform: rotate(-106deg);
    }
    100% {
        -webkit-transform: rotate(-111deg);
        -moz-transform: rotate(-111deg);
        -o-transform: rotate(-111deg);
        transform: rotate(-111deg);
    }
}

@-moz-keyframes rotation2 {
    0% {
        -webkit-transform: rotate(-106deg);
        -moz-transform: rotate(-106deg);
        -o-transform: rotate(-106deg);
        transform: rotate(-106deg);
    }
    100% {
        -webkit-transform: rotate(-111deg);
        -moz-transform: rotate(-111deg);
        -o-transform: rotate(-111deg);
        transform: rotate(-111deg);
    }
}

@-o-keyframes rotation2 {
    0% {
        -webkit-transform: rotate(-106deg);
        -moz-transform: rotate(-106deg);
        -o-transform: rotate(-106deg);
        transform: rotate(-106deg);
    }
    100% {
        -webkit-transform: rotate(-111deg);
        -moz-transform: rotate(-111deg);
        -o-transform: rotate(-111deg);
        transform: rotate(-111deg);
    }
}

@keyframes rotation2 {
    0% {
        -webkit-transform: rotate(-106deg);
        -moz-transform: rotate(-106deg);
        -o-transform: rotate(-106deg);
        transform: rotate(-106deg);
    }
    100% {
        -webkit-transform: rotate(-111deg);
        -moz-transform: rotate(-111deg);
        -o-transform: rotate(-111deg);
        transform: rotate(-111deg);
    }
}

@-webkit-keyframes rotation3 {
    0% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    100% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@-moz-keyframes rotation3 {
    0% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    100% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@-o-keyframes rotation3 {
    0% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    100% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@keyframes rotation3 {
    0% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    100% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}


/* конец анимации */

.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
}

.rangeslider--horizontal {
    height: 22px;
    width: 100%;
    max-width: 70%;
    margin: 0 auto 20px;
}

.rangeslider__fill {
    background: #d24a43;
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
    top: -2px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.justformob {
    display: none;
}

.c-gallery {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.c-gallery .container-gallery {
    width: 80%;
    margin: 0 auto;
    height: 300px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.c-gallery .prev {
    left: 1px;
}

.c-gallery .next {
    right: 0;
}

.c-gallery .prev,
.c-gallery .next {
    top: 50%;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
}

.c-gallery .prev i,
.c-gallery .next i {
    font-size: 20px;
    color: #ee3732
}

.faq_contaner .faq_item {
    border-top: 1px solid #F3F3F3;
    padding: 20px 0;
}

.faq_contaner .faq_item:last-child {
    border-bottom: 1px solid #F3F3F3;
}

.faq_contaner .faq_item .faq_answ {
    padding-top: 20px;
}

.faq_contaner .faq_item .faq_quest {
    position: relative;
    cursor: pointer;
    z-index: 100;
}

.faq_contaner .faq_item .faq_quest p {
    font-weight: bold;
    margin: 0;
}

.faq_contaner .faq_item .faq_quest .faq_btn {
    position: absolute;
    right: 0;
    top: 50%;
    background: url(/imgs/arrow-down.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.faq_contaner .faq_item .faq_quest .faq_btn.open {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.faq_contaner .faq_item .faq_answ {
    display: none;
}

.faq_contaner ul li {
    float: unset;
}

.faq_contaner ul li:before {
    content: '' !important;
}

.fontarial,
.fontarial *,
.fontarial p,
.fontarial a,
.fontarial p a,
.fontarial div {
    font-family: Arial;
}

@media screen and (max-width: 759px) {
    .main_content h2 {
        font-size: 16.1px;
        margin: 0 0 10px;
    }
    .main_content h3 {
        font-size: 16.1px;
        margin: 0 0 10px;
    }
    .main_content p {
        font-size: 11.9px;
        margin: 0 0 10px;
    }
    .text_slider {
        margin: 21px 0 13px;
    }
    .text_slide {
        margin: 0 auto 5px;
    }
    .text_slide_img {
        position: relative;
        height: 230px;
    }
    .text_slide_img img {
        max-width: 70%;
        max-height: 100%;
    }
    .text_slider p {
        padding: 0 20px;
    }
    .cyferblat {
        width: 76px;
        height: 76px;
        background-size: 100%;
        margin: 0 auto 11px;
    }
    .cyferarrow {
        width: 100%;
        height: 100%;
        background-size: 100%;
    }
    .text_slider_arrows .text_slide:nth-child(3) p,
    .text_slider_arrows .text_slide:nth-child(1) p {
        padding: 0px 35px;
    }
    .ba_block {
        float: left;
        width: 50%;
        margin-bottom: 7px;
    }
    .ba_block .text_slide_img {
        position: relative;
        height: 185px;
    }
}

@media screen and (max-width: 540px) {
    .text_slide {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
        padding: 0 !important;
    }
    .text_slider .text_slide:nth-child(4) {
        margin-left: 0 !important
    }
    ul.text_slider {
        margin: 0 auto;
    }
    .flexsl {
        position: relative;
    }
    .flexsl .slbtn {
        position: absolute;
        top: 80px;
        width: 10px;
        height: 40px;
        z-index: 100;
    }
    #previt {
        left: 0;
        background: url(/imgs/ttm/allslidearrows.png) no-repeat 0 0;
    }
    #nextit {
        right: 0;
        background: url(/imgs/ttm/allslidearrows.png) no-repeat -9px 0;
    }
    #beforeafter_block .text_slide_img img {
        max-width: unset;
        max-height: unset;
        position: relative;
        padding: 0 50px;
        background: url(/imgs/ttm/bfback.png) no-repeat center center;
        background-size: 100%;
    }
    .slider {
        width: 100%;
        height: auto;
        padding: 0;
        position: relative;
    }
    .slider p {
        display: none;
    }
    .slider .right.image {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0
    }
    .slider .left.image {
        position: relative;
        z-index: 2;
        border-right: 3px solid white;
        margin-right: -5px;
        overflow: hidden;
        height: auto;
    }
    .slider .instruction {
        width: 100%;
        text-align: center;
    }
    .slider .instruction p {
        display: block;
        padding: 1%;
        font-size: 12px;
    }
    .flexsl_nav {
        display: block;
    }
    @import "/local/templates/fiztechkz/css/lesshat";
    .ba_block p {
        display: none;
    }
    .ba_block {
        width: 100%;
        background: url('/imgs/ttm/bfback.png');
        background-size: cover;
        margin-bottom: 0;
        float: none;
        padding: 20px 0;
    }
    .ba-slider {
        position: relative;
        overflow: hidden;
    }
    .ba-slider img {
        display: block;
    }
    .resize {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        overflow: hidden;
    }
    .handle {
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        margin-left: -2px;
        background: #fff;
        cursor: ew-resize;
    }
    .handle:after {
        position: absolute;
        top: calc(50% - 30px);
        width: 44px;
        height: 59px;
        margin: 0 0 0 -21px;
        content: '';
        background: url(/imgs/ttm/bfseparator.png) no-repeat center center;
    }
    .cyferblat {
        width: 240px;
        height: 118px;
        border-radius: 0;
        background: url(/imgs/ttm/cyferblat-min.png) no-repeat center center;
        background-size: contain;
    }
    .cyferarrow {
        background: url(/imgs/ttm/cyferarrow-min.png) no-repeat center top;
        position: relative;
        bottom: -54px;
    }
    .flexsla {
        position: relative;
    }
    .flexsla .text_slider_arrows {
        margin: 0;
    }
    .flexsla .flex-direction-nav {
        display: block !important;
        position: absolute;
        top: 149px;
        width: 100%;
        z-index: 100;
    }
    .flexsla .flex-nav-prev {
        float: left;
    }
    .flexsla .flex-nav-next {
        float: right;
    }
    .text_slider_arrows .text_slide p {
        padding: 0 25px;
    }
    .justformob {
        display: block;
    }
    .text_slider_arrows .text_slide:nth-child(2) .cyferblat .cyferarrow {
        transform: rotate(76deg);
        -webkit-transform: rotate(76deg);
        -moz-transform: rotate(76deg);
        -o-transform: rotate(76deg);
        -ms-transform: rotate(76deg);
        animation-name: rotation;
        animation-duration: 0.5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .text_slider_arrows .text_slide:nth-child(3) .cyferblat .cyferarrow {
        transform: rotate(-76deg);
        -webkit-transform: rotate(-76deg);
        -moz-transform: rotate(-76deg);
        -o-transform: rotate(-76deg);
        -ms-transform: rotate(-76deg);
        animation-name: rotation2;
        animation-duration: 0.4s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    @-webkit-keyframes rotation {
        0% {
            -webkit-transform: rotate(76deg);
            -moz-transform: rotate(76deg);
            -o-transform: rotate(76deg);
            transform: rotate(76deg);
        }
        100% {
            -webkit-transform: rotate(79deg);
            -moz-transform: rotate(79deg);
            -o-transform: rotate(79deg);
            transform: rotate(79deg);
        }
    }
    @-moz-keyframes rotation {
        0% {
            -webkit-transform: rotate(76deg);
            -moz-transform: rotate(76deg);
            -o-transform: rotate(76deg);
            transform: rotate(76deg);
        }
        100% {
            -webkit-transform: rotate(79deg);
            -moz-transform: rotate(79deg);
            -o-transform: rotate(79deg);
            transform: rotate(79deg);
        }
    }
    @-o-keyframes rotation {
        0% {
            -webkit-transform: rotate(76deg);
            -moz-transform: rotate(76deg);
            -o-transform: rotate(76deg);
            transform: rotate(76deg);
        }
        100% {
            -webkit-transform: rotate(79deg);
            -moz-transform: rotate(79deg);
            -o-transform: rotate(79deg);
            transform: rotate(79deg);
        }
    }
    @keyframes rotation {
        0% {
            -webkit-transform: rotate(76deg);
            -moz-transform: rotate(76deg);
            -o-transform: rotate(76deg);
            transform: rotate(76deg);
        }
        100% {
            -webkit-transform: rotate(79deg);
            -moz-transform: rotate(79deg);
            -o-transform: rotate(79deg);
            transform: rotate(79deg);
        }
    }
    @-webkit-keyframes rotation2 {
        0% {
            -webkit-transform: rotate(-76deg);
            -moz-transform: rotate(-76deg);
            -o-transform: rotate(-76deg);
            transform: rotate(-76deg);
        }
        100% {
            -webkit-transform: rotate(-81deg);
            -moz-transform: rotate(-81deg);
            -o-transform: rotate(-81deg);
            transform: rotate(-81deg);
        }
    }
    @-moz-keyframes rotation2 {
        0% {
            -webkit-transform: rotate(-76deg);
            -moz-transform: rotate(-76deg);
            -o-transform: rotate(-76deg);
            transform: rotate(-76deg);
        }
        100% {
            -webkit-transform: rotate(-81deg);
            -moz-transform: rotate(-81deg);
            -o-transform: rotate(-81deg);
            transform: rotate(-81deg);
        }
    }
    @-o-keyframes rotation2 {
        0% {
            -webkit-transform: rotate(-76deg);
            -moz-transform: rotate(-76deg);
            -o-transform: rotate(-76deg);
            transform: rotate(-76deg);
        }
        100% {
            -webkit-transform: rotate(-81deg);
            -moz-transform: rotate(-81deg);
            -o-transform: rotate(-81deg);
            transform: rotate(-81deg);
        }
    }
    @keyframes rotation2 {
        0% {
            -webkit-transform: rotate(-76deg);
            -moz-transform: rotate(-76deg);
            -o-transform: rotate(-76deg);
            transform: rotate(-76deg);
        }
        100% {
            -webkit-transform: rotate(-81deg);
            -moz-transform: rotate(-81deg);
            -o-transform: rotate(-81deg);
            transform: rotate(-81deg);
        }
    }
    .b-slide-img {
        object-fit: contain;
        max-width: unset !important;
    }
}

.blog__img {
    display: block;
    max-width: 500px;
    width: 100%;
}

.blog__img-big {
    max-width: 800px;
}

.blog__img-center {
    margin: auto;
}

.blog__img-left {
    margin-right: 10px;
    float: left;
}

.blog__img-right {
    margin-left: 10px;
    float: right;
}

.module_products_list .mobile-price {
    display: none;
}

.module_products_list td.but-cell .but-cell-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile_section_list {
    display: none;
}

.mobile_section_list__item {
    padding: 5px 10px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-top: -1px;
    position: relative;
    display: block;
}

.mobile_section_list__item:hover {
    background-color: #fafafa;
}

.mobile_section_list__item::before {
    content: '';
    position: absolute;
    border-radius: 50px;
    background-color: #e6e6e6;
    background-image: url("/local/templates/fiztechkz/css/../images/arrow-red-down.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

.mobile_section_list__title {
    font-size: 16px;
    line-height: 40px;
    color: black;
}


/*.ik_select.common_select {
    display: none !important;
}*/

@media screen and (max-width: 1024px) {
    .blog__img-left,
    .blog__img-right {
        float: none;
        margin: auto;
    }
    .mobile_section_list {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    .module_products_list td.price-cell,
    .module_products_list td.like_icons {
        display: none;
    }
    .module_products_list .mobile-price {
        display: block;
        white-space: nowrap;
    }
    .module_products_list td.but-cell {
        width: auto;
        padding-right: 19px;
    }
    .module_products_list td .counter_wrapp {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
    }
    .module_products_list td .counter_wrapp .small.to-cart.button {
        padding: 0;
        font-size: 14px;
        margin-top: 10px;
        max-width: 95px;
    }
    .module_products_list td .counter_wrapp .counter_block {
        margin-top: 10px;
        margin-right: 0;
        width: 100%;
        max-width: 95px;
        text-align: center;
    }
    .module_products_list td .counter_wrapp .counter_block input[type="text"] {
        width: 40%;
    }
    .module_products_list td .counter_wrapp .counter_block .plus,
    .module_products_list td .counter_wrapp .counter_block .minus {
        width: 30%;
    }
}

@media (max-width: 500px) {
    .wrapper_inner .module_products_list .cost.prices .mobile-price {
        font-size: 15px;
    }
    .module_products_list .counter_wrapp .counter_block {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .module_products_list td.but-cell {
        padding: 10px 10px 10px 5px;
        padding-right: 10px !important;
    }
    .module_products_list .counter_wrapp .button_block {
        width: 100%;
    }
    .module_products_list td .counter_wrapp .small.to-cart.button {
        max-width: 100%;
        font-size: 12px;
        margin-right: 0;
    }
    .module_products_list td .counter_wrapp .counter_block {
        max-width: 100%;
    }
    .wrapper_inner .module_products_list .cost.prices .mobile-price {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .wrapper_inner .item_main_info .cost.prices .price {
        font-size: 28px;
    }
    .wrapper_inner .item_main_info .info_item .middle_info .prices_block {
        width: 100%;
    }
    .wrapper_inner .catalog_detail .item_main_info .item-stock>span {
        font-size: 15px;
    }
    .item_main_info .cost.prices.clearfix span.nds {
        font-size: 12px;
    }
    .catalog_detail .top_info .like_icons span.value span {
        display: inline-block;
    }
    .actions_lists .action_item>span {
        font-size: 12px;
        letter-spacing: unset;
    }
    .actions_lists .action_item {
        margin-right: 5px;
    }
    .actions_lists .action_item.action_2 {
        margin-right: 0;
    }
    .wrapper_inner .info_item .middle_info .buy_block .counter_wrapp .button_block {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .new_top_wrapper .top_group .header-cart {
        display: block;
    }
    .adaptive_filter {
        padding-right: 0px;
    }
}

@media screen and (max-width: 400px) {
    .module_products_list tr td:first-child,
    .module_products_list td.item-name-cell {
        padding-left: 5px;
    }
}

@media screen and (max-width: 505px) {
    .top-h-row_fixed .header_mail {
        display: none;
    }
    .group_description_block .table6 tr {
        display: flex;
        flex-wrap: wrap;
    }
    .group_description_block.bottom table td {
        width: 45% !important;
    }
    .group_description_block.bottom table td:nth-child(2),
    .group_description_block.bottom table td:nth-child(4) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.group_description_block.bottom table td img {
    height: auto;
}

@media all {
    .breadcrumbs {
        display: block;
    }
}

@media (max-width: 550px) {
    h1 {
        margin-top: 20px!important;
    }
}

.time_container {
    max-width: 375px;
    margin-right: auto;
    margin-top: 20px;
}

.time_container .time {
    width: 100%;
    display: flex;
    justify-content: center;
}

.time_container .time .time_item {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    padding: 10px 5px;
    border-radius: 6px;
    width: 110px;
    height: 110px;
    margin: 10px;
}

.time_container .time .time_item .time_title {
    text-align: center;
    font-weight: bold;
}

.time_container .time .cur_time {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.time_container .time .cur_time>div {
    text-align: center;
    width: 40px;
    height: 50px;
    ;
    display: flex;
    align-items: center;
    background: #e6272c;
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin: 5px;
    border-radius: 5px;
    box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.time_container .time .cur_time>div>div {
    width: 100%;
}

.catalog_item .counter_block,
.list_item .counter_block {
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .wrapper_inner .info_item .middle_info .buy_block {
        display: block;
        width: auto !important;
    }
    .wrapper_inner .info_item .middle_info .buy_block .counter_wrapp {
        white-space: normal;
    }
    .wrapper_inner .info_item .middle_info .buy_block .counter_wrapp .counter_block {
        margin-bottom: 10px;
    }
    .wrapper_inner .info_item .middle_info .buy_block .counter_wrapp .big_btn.to-cart.button {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .time_container .time {
        flex-direction: column;
        align-items: center;
    }
    .actions_lists .action_item {
        padding-left: 15px;
    }
    .actions_lists .action_item.action_1,
    .actions_lists .action_item.action_2 {
        background-size: 13px
    }
    .j-unit-converter table td:nth-child(1) {
        width: 49%;
    }
    .j-unit-converter table td:nth-child(2) {
        width: 5px;
        background: unset;
    }
}

@media (max-width: 500px) {
    .prop_title_table {
        width: 132px;
    }
    .bx_compare .data_table_props.compare_view td:not(:first-child) {
        padding-right: 1px;
        padding: 24px 10px;
    }
    .bx_compare .data_table_props tr td:first-of-type {
        padding-right: 0;
    }
    .bx_compare .prop_title_table .data_table_props tr td:first-child {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bx_compare .frame {
        margin-left: 132px;
    }
    .wrapp_scrollbar {
        display: none;
    }
    .wrapp_scrollbar .wr_scrollbar {
        margin-top: 28px;
    }
    .frame.props {
        display: none;
    }
    .prop_title_table {
        width: auto;
        position: relative;
    }
    #bx_catalog_compare_block {
        overflow: hidden;
        width: 100%;
    }
    #bx_catalog_compare_block .table_compare {
        overflow-x: auto;
    }
    #bx_catalog_compare_block .prop_title_table .data_table_props td {
        opacity: 1;
        visibility: visible;
    }
    #bx_catalog_compare_block .table_compare .frame.top {
        overflow: visible !important;
    }
    #bx_catalog_compare_block.bx_compare .frame .wraps {
        width: auto !important;
        overflow: visible !important;
    }
    #bx_catalog_compare_block .prop_title_table {
        overflow: visible;
    }
    .bx_compare .compare_view td {
        padding: 85px 20px 20px 20px;
    }
    #bx_catalog_compare_block .prop_title_table .data_table_props td {
        font-size: 12px;
    }
}

@media (max-width: 390px) {
    .wr_scrollbar .scrollbar {
        width: 240px;
        margin: 0 auto;
    }
}

@media (max-width: 360px) {
    table.basket_table .basket_bottom_block {
        flex-direction: column;
        justify-content: flex-start;
    }
    table.basket_table .basket_bottom_block .basket_quantity_block {
        position: relative;
        width: 100px;
        margin-bottom: 10px;
    }
    table.basket_table .basket_top_block .type_price_value {
        display: none;
    }
    table.basket_table .basket_bottom_block .basket_sum_block .sum_block_wr>div {
        font-size: 14px;
    }
    .bx-touch .bx_ordercart .bx_ordercart_order_table_container table.basket_table>tbody>tr {
        padding-top: 40px;
    }
}

.menu .cat_child .mobile_submenu {
    display: none;
}

.menu .cat_child li .arrow_img_in_mobile_menu {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 3%;
    background-image: url(/images/md_off.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    z-index: 100;
    top: 0;
}

.menu .cat_child li.open-list .arrow_img_in_mobile_menu {
    background-image: url(/images/md_on.png);
}

.menu .cat_child ul li {
    position: relative;
}

#modal-basket.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    display: flex;
    align-items: center;
}

#modal-basket.overlay.close {
    display: none;
}

.modal-basket {
    position: relative;
    display: block;
    width: 700px;
    max-width: 95%;
    background: white;
    margin: 0 auto;
    max-height: 90%;
    overflow-y: auto;
}

.modal-basket::-webkit-scrollbar {
    width: 7px;
}

.modal-basket::-webkit-scrollbar-track {
    background: #F2F2F2;
}

.modal-basket::-webkit-scrollbar-thumb {
    background: rgba(238, 55, 50, 0.5);
}

.modal-basket__title {
    padding: 24px 40px 10px 32px;
    border-bottom: 3px solid #F3F3F3;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #F9F9F9;
}

.modal-basket__title h2 {
    margin-bottom: 0;
}

.modal-basket__item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px 24px;
    border-bottom: 1px solid #F3F3F3;
}

.modal-basket__item-wrapper .item-image {
    width: 72px;
    height: 72px;
}

.modal-basket__item-wrapper .item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-basket__item-wrapper .item-name {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 210px;
    width: 100%;
    color: #ee3732;
    font-size: 13px;
    line-height: 21px;
}

.modal-basket__item-wrapper .item-name>span {
    color: black;
    display: block;
    margin-top: 10px
}

.modal-basket__item-wrapper .item-quantity {
    margin: 0 auto;
    width: 50px;
    text-align: center
}

.modal-basket__item-wrapper .item-price {
    font-weight: bold;
    font-size: 18px;
    width: 100px;
    text-align: right;
}

.modal-basket__item-wrapper .item-quantity>span,
.modal-basket__item-wrapper .item-price>span:not(.price) {
    display: none;
    font-size: 13px;
    line-height: 24px;
    color: #999;
    font-weight: 300;
}

.modal-basket__button-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 20px 20px 20px 32px;
    position: sticky;
    bottom: 0;
    z-index: 100;
    background: #F9F9F9;
    border-top: 3px solid #F3F3F3;
}

.modal-basket__button-wrapper>a {
    margin-left: 30px;
    display: inline-block;
    padding: 0 15px;
    border-width: 1px;
    border-color: #ee3732;
    border-style: solid;
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
}

.modal-basket__button-wrapper>a.btn-close-basket {
    color: #ee3732;
}

.modal-basket__button-wrapper>a.btn-to-basket,
.modal-basket-current__info .btn-to-basket {
    color: white;
    background: #ee3732;
    text-align: center;
}

.modal-basket__subtitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 40px 3px 32px;
}

.modal-basket__close {
    -webkit-appearance: none;
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    overflow: hidden;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color .2s;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-weight: 100;
    background: url(/images/close-cross.svg) center center;
    z-index: 3;
}

.scroll-lock {
    overflow: hidden;
    height: 100%;
}

.modal-basket-current {
    display: flex;
    justify-content: space-between;
    padding: 32px 32px 24px;
}

.modal-basket-current__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.modal-basket-current__image {
    margin-right: 15px;
    width: 100%;
    max-width: 130px;
}

.modal-basket-current__image img {
    width: 100%;
}

.modal-basket-current__name {
    font-size: 14px;
}

.modal-basket-current__name,
.modal-basket-current__price {
    margin-bottom: 15px;
}

.modal-basket-current__price {
    font-size: 15px;
}

.modal-basket-current__price span {
    font-weight: normal;
    font-weight: 600;
    font-size: 18px;
}

.modal-basket-current__info {
    margin-left: 15px;
    font-size: 15px;
    padding: 35px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #F3F3F3;
    border-radius: 5px;
    background: #F9F9F9;
    line-height: 1.5;
}

.modal-basket-current__total,
.modal-basket-current__sum {
    white-space: nowrap;
    margin-left: 15px;
}

.modal-basket-current__sum {
    margin-bottom: 10px;
}

.counter_block.modal-basket-counter {
    margin: 0;
    height: 26px;
}

.modal-basket-current__button {
    margin-top: auto;
}

.modal-basket-current__info .btn-to-basket {
    margin-top: auto;
}

.modal-basket-current__info .btn-to-basket,
.modal-basket-current__info .btn-close-basket {
    padding: 0 22px;
    line-height: 38px;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.modal-basket-current__info .btn-close-basket {
    color: #ee3732;
    border-width: 1px;
    border-color: #ee3732;
    border-style: solid;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .modal-basket-current {
        flex-direction: column;
        align-items: center;
    }
    .modal-basket-current>* {
        margin-bottom: 15px;
    }
    .modal-basket-current__info {
        width: 100%;
        margin-left: 0;
    }
    .modal-basket-current__info .btn-to-basket {
        text-align: center;
        margin-top: 15px;
    }
    .modal-basket-current__total,
    .modal-basket-current__sum {
        margin-left: 0;
    }
    .modal-basket-current__info {
        padding: 15px;
    }
    .modal-basket-current__image img {
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 546px) {
    .modal-basket__button-wrapper {
        justify-content: center;
    }
    .modal-basket__button-wrapper>a {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }
    .modal-basket__item-wrapper {
        flex-wrap: wrap;
    }
    .modal-basket__item-wrapper>* {
        margin-bottom: 15px;
    }
    .modal-basket__item-wrapper .item-price {
        width: 50%;
        order: 3;
    }
    .modal-basket__item-wrapper .modal-basket-counter {
        order: 4;
    }
    .modal-basket__item-wrapper .item-quantity {
        margin: 0;
        width: 50%;
        text-align: right;
    }
    .modal-basket__item-wrapper .item-name {
        max-width: 100%;
        margin: 15px 0;
    }
    .modal-basket__item-wrapper .item-quantity>span,
    .modal-basket__item-wrapper .item-price>span:not(.price) {
        display: inline;
    }
    .modal-basket__item-wrapper .item-image {
        width: 100%;
        height: 152px;
    }
    .modal-basket__item-wrapper .item-quantity,
    .modal-basket__item-wrapper .item-price {
        width: 100%;
        text-align: left;
    }
    .modal-basket__item-wrapper .item-image img {
        max-width: 150px;
        display: block;
        margin: 0 auto;
    }
    .modal-basket__title h2 {
        font-size: 18px;
    }
}

@media (max-width: 400px) {}

.tabs_slider_navigation {
    width: 100%;
}

.flex-direction-nav {
    display: flex;
    justify-content: space-between;
}

.main_content li {
    font-family: tahoma;
    font-size: 14px;
    line-height: 20px;
}

.main_content ol ul {
    margin-bottom: 0;
}

.slider_tabs__head {
    display: flex;
    border-bottom: 2px solid #F3F3F3;
}

.slider_tabs__head-item {
    font-size: 18px;
    text-transform: uppercase;
    color: #929594;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    padding: 15px;
    cursor: pointer;
}

.slider_tabs__head-item.active,
.slider_tabs__head-item:hover {
    color: #383838;
    border-bottom: 2px solid #383838;
}

.slider_tabs__body {
    padding: 20px 0;
}

.slider_tabs__body-item:not(.active) {
    display: none;
}

.blog_slider {
    display: flex;
}

.blog_slider__item-wrapper {
    height: 190px;
    padding: 5px;
}

.blog_slider__item {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 10%);
}

.blog_slider__item:hover {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

.blog_slider__date {
    color: #929594;
}

.blog_slider__title {
    font-weight: 600;
    color: #383838;
    flex-grow: 1;
    margin-top: 10px;
}

.blog_slider__descr {
    color: #333333;
    margin-top: 10px;
    height: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_slider .owl-prev,
.blog_slider .owl-next,
.video_slider .owl-prev,
.video_slider .owl-next {
    font-size: 26px !important;
}

.blog_slider .owl-prev,
.video_slider .owl-prev {
    position: relative;
    left: -11px;
}

.blog_slider .owl-next,
.video_slider .owl-next {
    float: right;
    position: relative;
    right: -11px;
}

.blog_slider .owl-nav,
.video_slider .owl-nav {
    z-index: 2;
}

.blog_slider .owl-nav>button,
.video_slider .owl-nav>button {
    width: 30px;
    height: 30px;
    background-color: #e6272c !important;
    border-radius: 50%;
    position: absolute;
    top: 85px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    line-height: 29px !important;
}

.video_slider .owl-nav>button {
    top: 145px;
}

.blog_slider .owl-nav>button::before,
.video_slider .owl-nav>button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/imgs/arrow-white-down.png") no-repeat center;
    background-size: 65%;
    top: 0;
    left: 0;
}

.blog_slider button.owl-next::before,
.video_slider button.owl-next::before {
    transform: rotate(-90deg);
}

.blog_slider button.owl-prev::before,
.video_slider button.owl-prev::before {
    transform: rotate(90deg);
}

.blog_slider .owl-nav>button>span,
.video_slider .owl-nav>button>span {
    height: 100%;
    position: relative;
    left: 1px;
    color: white;
    display: none;
}

.often-seek {
    padding: 0 15px;
}

.often-seek__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.often-seek__item {
    width: 50%;
    margin-bottom: 5px;
}

.often-seek__item a {
    color: #929594;
}

.catalog_section_list .drop .button.small {
    display: none;
}

@media (max-width: 768px) {
    #content .right_block.catalog {
        margin-top: 25px;
    }
    .sort_header {
        margin: 12px 0px 0px;
        height: 25px;
    }
    .wrap_196d {
        bottom: 35px !important;
        width: 70px;
    }
    .catalog_section_list .drop .button.small {
        display: inline-block;
    }
    .subsections-list {
        display: none !important;
    }
}

.delivery {
    font-family: Arial;
    color: #ee3732;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 21px;
    text-align: left;
    margin-top: 20px;
}

.modal-basket__form {
    padding: 24px 32px 24px;
}

.modal-basket__form .form_head {
    display: none;
}

.loupe-img img {
    width: 100%;
    height: 100%;
}
.loupe {
    z-index: 1000000;
}
/* End */
/* /local/templates/fiztechkz/css/jquery.fancybox.css?172447820917412 */
/* /local/templates/fiztechkz/css/styles.css?1724478209140488 */
/* /local/templates/fiztechkz/ajax/ajax.css?1724478209326 */
/* /local/templates/fiztechkz/components/aspro/com.banners.mshop/top_slider_banners/style.css?17244782091532 */
/* /local/templates/fiztechkz/components/aspro/social.info.mshop/.default/style.css?172447820942 */
/* /local/templates/fiztechkz/template_styles.css?1724478210328654 */
/* /local/templates/fiztechkz/css/owl.carousel.min.css?17244782093351 */
/* /local/templates/fiztechkz/css/slick.css?17244782091776 */
/* /local/templates/fiztechkz/css/main.css?1724478209306230 */
/* /local/templates/fiztechkz/css/media.css?172447820996624 */
/* /local/templates/fiztechkz/css/custom.css?1724478209132087 */
