/*!===========================*/
/*reset normalize.css v3.0.1*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;

    margin: .67em 0;
}

mark {
    color: #000000;
    background: #ffff00;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;

    margin: 0;

    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;

    -webkit-appearance: button;
}

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

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

    border: 0;
}

input {
    line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
}

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

input[type='search'] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

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

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid silver;
}

legend {
    padding: 0;

    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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

td,
th {
    padding: 0;
}

:focus {
    outline: 0;
}

a img {
    border: none;
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*!===========================*/
/*plugins*/
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: #ffffff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #ffffff;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #ffffff;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* - jQuery UI - autocomplete */
.ui-autocomplete {
    position: absolute;
    left: 0;
    cursor: default;
    padding: 0;
    margin: 0;
    background: #ffffff;
    z-index: 280;
    list-style: none;
    box-shadow: 0 3px 5px -2px rgba(50, 50, 50, .2);
}

.ui-autocomplete li + li {
    border-top: 1px solid #ededed;
}

.ui-autocomplete li {
    cursor: pointer;
    padding: 7px 14px;
    line-height: 1.2;
    font-size: 10.5pt;
    transition: all .2s;
    margin: 0;
}

.ui-autocomplete li:before {
    display: none;
}

.ui-autocomplete li:hover {
    background-color: #00baff;
    color: #ffffff;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete a {
    display: block;
    width: 89%;
    padding: 8px 5%;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word
}

/*!===========================*/
/*fonts*/
@font-face {
    font-family: 'technoboard';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/technoboard.eot?v1');
    src: url('../fonts/technoboard.eot?v1#iefix') format('embedded-opentype'), url('../fonts/technoboard.woff?v1') format('woff');
}

[class^='ico_'],
[class*=' ico_'] {
    font-family: 'technoboard';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Font icons*/
.ico_facebook:before {
    content: '\e1000';
}

.ico_linkedin:before {
    content: '\e1001';
}

.ico_youtube:before {
    content: '\e1002';
}

.ico_viber {
    background-image: url("../images/icons/viber.svg");
}

.ico_telegram {
    background-image: url("../images/icons/telegram.svg");
}

.ico_instagram {
    background-image: url("../images/icons/instagram.svg");
    height: 28px;
    width: 28px;
}

.ico_arr-left:before {
    content: '\e1003';
}

.ico_arr-right:before {
    content: '\e1004';
}

.ico_email:before {
    content: '\e1005';
}

.ico_skype:before {
    content: '\e1006';
}

.ico_print:before {
    content: '\e1007';
}

.ico_about-link:before {
    content: '\e1008';
}

.ico_arr-sidebar-nav:before {
    content: '\e1009';
}

.ico_line-sidebar-nav:before {
    content: '\e100a';
}

.ico_close:before {
    content: '\e100b';
}

/*!===========================*/
/*grid*/
[class$='_row'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

._row + ._row {
    margin-top: 20px;
}

[class^='col_'] {
    padding: 0 10px;
}

.col_0 {
    width: auto;
}

.col_1 {
    width: 8.33333333%;
}

.col_2 {
    width: 16.6666666%;
}

.col_3 {
    width: 25%;
}

.col_4 {
    width: 33.3333333%;
}

.col_5 {
    width: 41.66666666666667%;
}

.col_6 {
    width: 50%;
}

.col_7 {
    width: 58.33333333333333%;
}

.col_8 {
    width: 66.6666666%;
}

.col_9 {
    width: 75%;
}

.col_10 {
    width: 83.3333333%;
}

.col_11 {
    width: 91.66666666666667%;
}

.col_12 {
    width: 100%;
}

/*-large row*/
.large_row {
    margin: 0 -20px;
}

.large_row > [class^='col_'] {
    padding: 0 20px;
}

.medium_row {
    margin: 0 -15px;
}

.medium_row > [class^='col_'] {
    padding: 0 15px;
}

.no-margin_row {
    margin: 0;
}

.no-margin_row > [class^='col_'] {
    padding: 0;
}

.catalog_row {
    margin-top: -20px;
}

.catalog_row > [class^='col_'] {
    margin-top: 20px;
}

/*-additionally*/
.display_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex_full-col,
.page_headline h1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*!===========================*/
/*template*/
/*|-base template setting*/
html,
body,
.main_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1000px;
    margin: 0 auto;
    max-width: 2000px;
}

html {
    font-size: 100%;

    min-height: 100%;
}

body {
    background: #ffffff;
    opacity: 0;
}

.main_wrapper {
    font: .975em/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 1000px;
    padding-top: 75px;
    color: #2a2e30;
    background: #fcfcfc;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

._container {
    width: 100%;
    min-width: 1000px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 5%;
}

/*-layout*/
._layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

._layout ._sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}

@media screen and (max-width: 1033px) {
    ._hide {
        display: none;
    }
}

._layout ._content {
    padding: 0 5% 0 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.one-col_layout ._content {
    padding: 0 5%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.three-col_layout ._content {
    padding: 0 5%;
}

.two-col-left-sidebar_layout ._content {
    padding: 0 0 0 5%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* - overlays*/
[class$='_overlay'] {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    min-height: 100%;
}

/* - function overlay*/
.function_overlay {
    z-index: 10;
}

/* - popup overlay*/
.popup_overlay {
    z-index: 32;
    cursor: pointer;
    background: rgba(44, 51, 62, .4);
}

/*!===========================*/
/*typography*/
/*paragraph*/
p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

/*-heading*/
h1,
h2,
h3,
.order_popup .product-title,
.main-news_blk .headline,
h4,
.news_item .headline,
.review_item .headline,
[class$='_card'] .headline,
[class$='_popup'] .headline,
.blk_headline,
h5,
h6 {
    font-weight: normal;
    line-height: 1.2;
    margin: 35px 0 25px;
}

h1 {
    font-size: 3.35em;
    line-height: 1;
    margin-top: 0;
}

h2 {
    font-size: 2.45em;
}

h3,
.order_popup .product-title,
.main-news_blk .headline {
    font-size: 1.75em;
}

h4,
.news_item .headline,
.review_item .headline,
[class$='_card'] .headline,
[class$='_popup'] .headline,
.blk_headline {
    font-size: 1.5em;
}

h5 {
    font-size: 1.125em;
    font-weight: 700;
}

h6 {
    font-weight: bold;
}

/*-links*/
a {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #1ba5e5;
}

a:hover {
    color: #c21737;
}

/*-blockqoute*/
blockquote,
.review_item .review,
q {
    font: italic 1em 'Georgia', serif;
    line-height: 1.6;
    width: 75%;
    margin: 1.5em auto;
    padding: 40px;
    background: #f1f4f8;
}

/*-lists*/
ul,
ol {
    margin: 1em 0;
    padding-left: 58px;
    list-style: none;
}

li {
    position: relative;
    margin: .5em 0;
    padding-left: 18px;
}

li:before {
    position: absolute;
    left: 0;
}

li ul,
li ol {
    margin: .8em 0;
    padding-left: 0;
}

li li {
    margin: .6em 0;
    padding-left: 23px;
}

li li:before {
    top: 9px;
    width: 12px;
    height: 2px;
    content: '';
    background: #000000;
}

/*-unordered list*/
ul > li:before {
    top: 7px;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background: #1ba5e5;
}

/*-ordered list*/
ol {
    counter-reset: list;
}

ol li {
    margin: 1em 0;
}

ol li:before {
    font-size: .875em;
    font-weight: 700;
    line-height: 24px;
    top: -3px;
    left: -17px;
    min-width: 24px;
    height: 24px;
    content: counter(list);
    counter-increment: list;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background: #1ba5e5;
}

/*!===========================*/
/*base*/
[class$='_nav'] li,
.clear_list li {
    margin: 0;
    padding: 0;
}

[class$='_nav'] li:before,
.clear_list li:before {
    position: static;
    display: none;
    width: auto;
    height: auto;
    background: none;
}

/*-images*/
img {
    max-width: 100%;
    /*max-height: 100%;*/
}

/* - forms*/
form {
}

input,
textarea,
select {
    width: 100%;
    padding: 5px 10px;
    border: solid 1px #cad0d8;
    border-radius: 4px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1);

}

select {
    background: url('../images/select-trigger.svg') calc(100% - 10px) 50% no-repeat;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 30px;
}

select::-ms-expand {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    width: auto;
    position: absolute;
    opacity: 0;
    z-index: -1;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=checkbox]:not(checked) + label,
input[type=radio]:not(checked) + label {
    position: relative;
    padding-left: 23px;
    line-height: 1.4;
    display: inline-block;
    cursor: pointer;
}

input[type=checkbox]:not(checked) + label:before, input[type=checkbox]:not(checked) + label:after,
input[type=radio]:not(checked) + label:before,
input[type=radio]:not(checked) + label:after {
    position: absolute;
    content: " ";
    display: block;
}

input[type=checkbox]:not(checked) + label:before,
input[type=radio]:not(checked) + label:before {
    left: 0;
    top: 1px;
    border: 1px solid #c6c6c6;
}

input[type=checkbox]:not(checked) + label:after,
input[type=radio]:not(checked) + label:after {
    opacity: 0;
    -webkit-transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
    opacity: 1;
}

input[type="checkbox"]:not(checked) + label:before, input[type="checkbox"]:not(checked) + label:after {
    border-radius: 2px;
    width: 18px;
    height: 18px;
}

input[type="checkbox"]:not(checked) + label:after {
    background: #3b99fc url("../images/checkbox-mark.svg") 50% 50% no-repeat;
    background-size: 10px;
    left: 0;
    top: 1px;
}

input[type="radio"]:not(checked) + label:before, input[type="radio"]:not(checked) + label:after {
    border-radius: 50%;
}

input[type="radio"]:not(checked) + label:before {
    width: 18px;
    height: 18px;
    -webkit-transition: all .05s linear;
    transition: all .05s linear;
}

input[type="radio"]:checked + label:before {
    border: 5px solid #3b99fc;
}

.control-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.control-row + .control-row {
    margin-top: 20px;
}

.control-label {
    margin-right: 5%;
    padding-top: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.control-widget {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.control-child + .control-child {
    margin-top: 5px;
}

.control-submit {
    margin: 20px 0 0 25%;
}

.control-submit [class$='_btn'] {
    width: auto;
}

/* - phone row*/
.phone-row .control-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.phone-row .control-widget div + div {
    margin-left: 10px;
}

.phone-row .control-widget .country {
    width: 60px;
}

.phone-row .control-widget .network {
    width: 40px;
}

.phone-row .control-widget .number {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*-tables*/
tr {
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
}

tr > *:last-child {
    text-align: right;
}

tr + tr td {
    border-top: 1px solid #ebebeb;
}

thead tr {
    background: #eff0f1;
}

th {
    font-size: inherit;
    font-weight: normal;
    line-height: 1;

    padding: 10px 25px;

    text-align: left;
}

td {
    padding: 25px;
}

tbody tr:hover {
    background: #f3f8fa;
}

/* - specification table*/
.specification_table {
    width: 100%;
}

.specification_table tr + tr td {
    border-top: none;
}

.specification_table tbody tr:hover {
    background: transparent;
}

.specification_table td {
    width: 50%;
    padding: 5px 0;
}

.specification_table td:last-child {
    padding-left: 5px;

    text-align: left;
}

.specification_table td .titleSpec {
    position: relative;
}

.specification_table td .titleSpec span {
    padding-right: 5px;

    background: #fcfcfc;
}

.specification_table td .titleSpec:after {
    display: block;

    height: 1px;
    margin-top: -6px;
    padding-right: 20px;

    content: '';

    background: repeating-linear-gradient(90deg, white, white 1px, #aeaeae 1px, #aeaeae 2px);
}

/*-buttons*/
[class$='_btn'] {
    line-height: 1;

    display: inline-block;

    padding: 12px 30px;

    cursor: pointer;
    text-decoration: none;

    color: #ffffff;
    border: none;
    border-radius: 3px;
    background: #1ba5e5;
    transition: all .2s;
}

[class$='_btn']:hover {
    color: #ffffff;
    background: #00baff;
}

[class$='_btn']:active {
    background: #188ee1;
}

/*-large buttons*/
.large_btn {
    padding: 15px 43px;
}

/*-clean buttons*/
.clear_btn {
    color: #2a2e30;
    border: 2px solid #1ba5e5;
    background: transparent;
}

.clear_form {
    margin-left: 15px;
    color: black;
    border-bottom: 1px solid #171717;
    cursor: pointer;
}

div#filter-fields .control-submit {
    display: flex;
    align-items: center;
}
.clear_btn:hover {
    color: #ffffff;
    border-color: #00baff;
}

.clear_btn:active {
    border-color: #188ee1;
}

.search_btn {
    padding: 0;
    height: 35px;
    width: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    color: #2a2e30;
    border: 1px solid #ebebeb;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.search_btn svg {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.search_btn[data-active],
.search_btn:hover {
    color: #188ee1;
    border-color: #188ee1;
    background: transparent;
}

.specialist_btn {
    display: inline-flex;
    align-items: center;
}

.specialist_btn svg {
    width: 20px;
    height: 20px;
    display: inherit;
    margin-right: 10px;
}

/*-navigation*/
[class$='_nav'] {
    line-height: 1;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;
}

[class$='_nav'] li + li {
    margin-left: 10px;
}

[class$='_nav'] a {
    text-decoration: none;
}

/*-vertical navigation*/
.vertical_nav {
    display: block;
}

.vertical_nav li + li {
    margin-top: 10px;
    margin-left: 0;
}

/*-lists*/
.clear_list {
    margin: 0;
    padding: 0;
}

.clear_list li + li {
    margin-top: 10px;
}

/*tags*/
.tags li.available {
	color: #7bab07
}

.tags li.not-available {
    color: #aeaeae !important;
}
.tags li {
    font-size: 10.5pt;

    padding: 3px 10px 4px;

    color: #ffffff;
    border-radius: 3px;

    display: inline-block;

    line-height: 1;
}

.tags li + li {
    margin: 0;
}

._price-between {
    padding-left: 0 !important;
}

._price-between .elem {
    padding-top: 3px;
}

.stock_tag {
    background: #ff9000;
}

.complete_tag {
    background: #1ba5e5;
}

.new_tag {
    background: #7bab07;
}

.no-available_tag {
    background: rgb(173, 53, 54);
}

/*!===========================*/
/*elements*/
.main_nav > li > a,
._header-phones .text {
    font-size: .875em;
    font-weight: 700;
    line-height: 75px;

    position: relative;

    display: block;

    height: 75px;
    padding: 0 35px 0 20px;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #2a2e30;
}

._header-phones .text a,
._header-phones .text a:hover {
    color: #2a2e30;
    text-decoration: none;
}

.main_nav > li > a:after,
._header-phones .text:after {
    position: absolute;
    top: 50%;
    right: 13px;

    display: block;

    width: 0;
    height: 0;
    margin-top: -5px;

    content: '';

    border-width: 7px 5px 0 5px;
    border-style: solid;
    border-color: #1ba5e5 transparent transparent transparent;
}

.main_nav > li > a:hover,
._header-phones .text:hover {
    color: #ffffff;
    background: #1ba5e5;
}

.main_nav > li > a:hover:after,
._header-phones .text:hover:after {
    border-color: #ffffff transparent transparent transparent;
}

.news-article_blk .date,
.news_item .date,
.sidebar-news_item .date,
.contacts_item .headline,
.review_item .signature {
    font-size: .875em;

    color: #aeaeae;
}

.product_slider .slide .image,
.product_item .image,
.product_card .image {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* - main navigation*/
.main_nav li + li {
    margin-left: 0;
}

.main_nav > li {
    position: static;
}

.main_nav .sel a {
    color: #ffffff;
    background: #1ba5e5;
}

.main_nav .sel a:after {
    border-color: #ffffff transparent transparent transparent;
}

.main_nav .sel .sub_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main_nav .sub_nav {
    position: absolute;
    z-index: 15;
    top: 75px;
    left: 0;
    display: none;
    width: 100%;
    min-width: 1000px;
    padding: 0 75px;
    -webkit-transition: all 600ms cubic-bezier(.445, .05, .55, .95);
    transition: all 600ms cubic-bezier(.445, .05, .55, .95);
    background: #1ba5e5;
}

.main_nav .sub_nav a {
    font-size: .875em;
    font-weight: 700;
    display: block;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.main_nav .sub_nav a:hover {
    background: #188ee1;
}

.main_nav .sub_nav a .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 70px;
    padding-bottom: 10px;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.main_nav .sub_nav a img {
    max-height: 100%;
}

/*-social buttons*/
.social_nav a {
    font-size: 28px;
    line-height: 1;

    display: block;
}

.social_nav .ico_linkedin {
    color: #007bb7;
}

.social_nav .ico_facebook {
    color: #3e6db9;
}

.social_nav .ico_youtube {
    color: #dc1129;
}

/* - sidebar navigation*/
/* - breadcrumbs navigation*/
.breadcrumbs_nav li + li {
    margin-left: 0;
}

.breadcrumbs_nav li + li:before {
    font-size: 9.5pt;

    display: inline-block;

    margin: 0 8px;

    content: '|';
    vertical-align: middle;

    color: #aeaeae;
}

.breadcrumbs_nav a {
    font-size: .875em;

    text-decoration: none;

    color: #aeaeae;
}

.breadcrumbs_nav a:hover {
    color: #c21737;
}

.pagination_nav {
    justify-content: center;
}

/* - pagination*/
.pagination_nav li + li {
    margin-left: 10px;
}

.pagination_nav li > * {
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;

    text-align: center;
    text-decoration: underline;

    border-radius: 2px;
}

.pagination_nav a:hover,
.pagination_nav .sel > * {
    text-decoration: none;

    color: #ffffff;
    background: #1ba5e5;
}

.pagination_nav .dots {
    text-decoration: none !important;
    color: #1ba5e5;
}

.pagination_nav .prev *,
.pagination_nav .next * {
    width: auto;
}

.pagination_nav .prev a:hover,
.pagination_nav .next a:hover {
    color: #c21737;
    background: none;
}

.pagination_nav li a {
    text-decoration: none
}

.pagination_nav .prev {
    margin-left: 40px;
}

.pagination_nav .prev:after {
    display: inline-block;
    margin-left: 10px;
    content: '/';
    color: #aeaeae;
}

.pagination_nav .no-active * {
    color: #aeaeae;
}

.pagination_nav .no-active *:hover {
    color: #aeaeae;
}

/* - sorting navigation*/
.sorting_nav {
    font-size: 1.2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sorting_nav li + li {
    margin-left: 30px;
}

.sorting_nav a {
    border-bottom: 1px dotted #1ba5e5;
}

.sorting_nav .sel a,
.sorting_nav a:hover {
    color: #2a2e30;
    border-color: #2a2e30;
}

/* - category navigation */
.category_nav {
    font-size: 1.2em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}

.category_nav li {
    display: block;
    padding: 5px 20px;
    margin: 10px 0 0 10px !important;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: dotted;
    border: 1px solid transparent;
    border-radius: 2px;
}

.category_nav li:hover {
    border-color: #1ba5e5;
}

.category_nav li:hover a {
    color: #1ba5e5;
    border: none;
}

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

.category_nav .sel {
    border-color: #1ba5e5;
    background: #1ba5e5;
}

.category_nav .sel:hover a,
.category_nav .sel a {
    color: #ffffff;
    border: none;
}

/* - logotype*/
._logo {
    display: block;
    margin-top: 10px;
}

/* - header phones*/
._header-phones {
    position: relative;
}

._header-phones .text {
    cursor: pointer;
    letter-spacing: 0;
}

._header-phones .hide {
    line-height: 1;
    position: absolute;
    top: 65px;
    display: none;
    width: 100%;
    padding: 0 20px 20px;
    color: #ffffff;
    background: #1ba5e5;
    z-index: 40;
}

._header-phones .hide a:hover,
._header-phones .hide a {
    color: #ffffff;
    text-decoration: none;
}

._header-phones .hide .elem + .elem {
    margin-top: 20px;
}

._header-phones .hide .headline {
    font-size: .75em;
    margin-bottom: 5px;
    color: #2a2e30;
}

._header-phones .hide p {
    font-size: .875em;
    font-weight: 700;
    margin: 0;
    line-height: 1.7;
}

._header-phones.sel .hide {
    display: block;
}

._header-phones.sel .text {
    color: #ffffff;
    background: #1ba5e5;
}

._header-phones.sel .text:after {
    border-color: #ffffff transparent transparent transparent;
}

.svg_logo_icon {
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 10px;
}

/* - file list*/
._files-list li {
    position: relative;
    padding: 2px 0 0 50px;
}

._files-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 33px;
    height: 44px;
    content: '';
    border-radius: 0;
    background: url(../images/icons/sprite.svg) 0 0 no-repeat;
    background-size: auto 44px;
}

._files-list li + li {
    margin-top: 20px;
}

._files-list .pdf:before {
    background-position: 14.28571428571429% 0;
}

._files-list .doc:before {
    background-position: 28.57142857142858% 0;
}

._files-list .xls:before {
    background-position: 42.85714285714286% 0;
}

._files-list .zip:before {
    background-position: 57.14285714285714% 0;
}

._files-list .jpeg:before,
._files-list .jpg:before {
    background-position: 71.42857142857143% 0;
}

._files-list .png:before {
    background-position: 85.71428571428571% 0;
}

._files-list .size {
    color: #aeaeae;
}

._itmedia {
}

._itmedia a {
    color: #7e848b;
}

._itmedia a:hover {
    color: #9ba3a9;
}

/* - items*/
[class$='_item'] .image a,
[class$='_item'] .image img {
    display: block;
}

/* - news item*/
.news_item .elem + .elem {
    margin-top: 10px;
}

.news_item .image {
    max-width: 230px;
}

.news_item .headline {
    margin: 0;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid #1ba5e5;
}

.news_item .headline:hover {
    border-color: #c21737;
}

/* - sidebar news item*/
.sidebar-news_item + .sidebar-news_item {
    margin-top: 20px;
}

.sidebar-news_item .elem + .elem {
    margin-top: 5px;
}

.sidebar-news_item .headline {
    font-size: 1.05em;
}

/* - catalog item*/
.product_item {
    padding: 25px;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 15px rgba(220, 220, 220, .17);
    box-shadow: 0 1px 15px rgba(220, 220, 220, .17);
    height: 100%;
}

.product_item .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 267px;
}

.product_item .headline {
    font-size: 1.2em;
    display: inline-block;
    min-height: 55px;
    text-decoration: none;
    color: #2a2e30;
}

.product_item .headline:hover {
    color: #1ba5e5;
}

.product_item .price {
    display: inline-block;
    color: #7bab07;
    font-weight: 700;
    font-size: 10pt;
}

.product_item .old_price {
    display: inline-block;
    margin-left: 10px;
    color: #aeaeae;
    font-weight: 700;
    font-size: 10pt;
    text-decoration: line-through;
}

.product_item .tags {
    align-items: baseline;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

/*.product_item ul.clear_list.tags {*/
/*    right: 0;*/
/*    left: auto;*/
/*}*/
.new_tag {
    /*margin-right: 2.8em !important;*/
    float: left;
}

.complete_tag {
    /*margin-right: 1.3em !important;*/
    float: left;
}

.stock_tag {
    /*margin-right: 4em !important;*/
    float: left;
}
.product_item .summary {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    display: none;
    height: inherit;
    width: 100%;
    z-index: 30;
}

.product_item .summary .link-box {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product_item .summary .headline {
    min-height: inherit;
}

.product_item .summary .headline:hover {
    color: inherit;
}

.product_item .summary .description {
    font-size: 10.5pt;
    color: #737b81;
}

.product_item .summary .elem + .elem {
    margin-top: 15px;
}

.product_item .summary .description p {
    margin: 0;
}

.product_item .summary .description p + p {
    margin-top: .5em;
}

.product_item .summary .description ul {
    margin: 0;
    padding-left: 0;
}

.product_item .summary .description li {
    padding-left: 13px;
}

.product_item .summary .description li:before {
    top: 7px;
    width: 4px;
    height: 4px;
    content: '';
    background: #737b81;
}

.product_item .summary .link {
    line-height: 1;
    margin-left: 15px;
}

.product_item .summary .add-compare {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.product_item .summary .add-compare svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
}

.product_item .summary .add-compare[data-status="selected"] {
    cursor: default;
    color: #a2a2a2;
}

/* - contacts item*/
.contacts_item .headline {
    margin-bottom: 10px;
}

.contacts_item .summary {
    font-size: 1.05em;
    line-height: 1;
}

.contacts_item .summary .elem + .elem {
    margin-top: 10px;
}

/* - reviews item*/
.review_item .elem + .elem {
    margin-top: 10px;
}

.review_item .headline {
    margin: 0 0 25px;
}

.review_item .image {
    -webkit-box-shadow: 0 4px 20px rgba(68, 93, 105, .15);
    box-shadow: 0 4px 20px rgba(68, 93, 105, .15);
}

.review_item .review {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 25px;
}

.review_item .review:before {
    position: absolute;
    top: -12px;
    left: 75px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 12px 12px 12px;
    border-style: solid;
    border-color: transparent transparent #f1f4f8 transparent;
}

.review_item .signature {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* - cards*/
[class$='_card'] + [class$='_card'] {
    margin-top: 40px;
}

[class$='_card'] .headline {
    line-height: 1;
    display: block;
    margin: 0 0 25px 0 !important;
    text-decoration: none;
    color: #2a2e30;
}

[class$='_card'] .elem + .elem {
    margin-top: 20px;
}

[class$='_card'] .elem .title {
    font-size: 1.05em;
    font-weight: 700;
    margin-bottom: 10px;
}

[class$='_card'] .specification {
    margin-top: -5px;
}

[class$='_card'] .specification td {
    vertical-align: baseline;
}

[class$='_card'] .composition p {
    line-height: 1;
}

/* - solution cards*/
/* - product cards*/
.product_card .image {
    min-height: 465px;
    padding: 25px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 15px rgba(220, 220, 220, .17);
    box-shadow: 0 1px 15px rgba(220, 220, 220, .17);
}

.product_card .headline {
    font-size: 1.2em;
    font-weight: bold;
}

.product_card .ico_about-link {
    margin-left: 10px;
    vertical-align: middle;
    text-decoration: none;
    color: #aeaeae;
}

.product_card .price .text {
    display: inline-block;
    margin-right: 10px;
    color: #aeaeae;
}

.product_card .old_price {
    color: #aeaeae;
    text-decoration: line-through;
}

.product_card .product_id {
    color: #aeaeae;
    margin-top: 6px;
}

.product_card .price b {
    font-size: 1.4em;
    color: #7bab07;
}

.product_card .available {
    color: #7bab07;
    font-size: 11pt;
    margin-top: 6px;
    line-height: 1;
}

.product_item ul.tags li.available {
    color: #7bab07;
    font-size: 11pt;
    line-height: 1;
    padding: 0.25em 0;
}

.product_card .not-available, .product_item .not-available {
    color: #c21737;
}

.product_card .submit .link {
    font-size: .875em;
    display: block;
}

.product_card .add-compare {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.product_card .add-compare svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: -2px;
}

.product_card .add-compare[data-status="selected"] {
    cursor: default;
    color: #a2a2a2;
}

[class$='_slider'] {
    position: relative;

    overflow: hidden;
}

[class$='_slider'] img {
    display: block;

}

[class$='_slider'] .slider_nav li {
    position: absolute;
    z-index: 20;
    top: 50%;
}

[class$='_slider'] .slider_nav li span {
    display: block;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    color: #1ba5e5;
}

[class$='_slider'] .slider_nav li span:hover {
    color: #c21737;
}

[class$='_slider'] .slider_nav .prev {
    left: 40px;
}

[class$='_slider'] .slider_nav .next {
    right: 40px;
}

[class$='_slider'] .thumb_nav li {
    width: 120px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .5;
}

[class$='_slider'] .thumb_nav li + li {
    margin: 0;
}

[class$='_slider'] .thumb_nav li:hover,
[class$='_slider'] .thumb_nav .sel {
    opacity: 1;
}

/* - showcase slider*/
.showcase_slider .slider_nav li {
    margin-top: -20pt;
}

.showcase_slider img {
    width: 100%;
}

.showcase_slider .slider_nav li span {
    font-size: 40pt;
}

.showcase_slider .slider {
    position: relative;
}

.showcase_slider .slider:after {
    display: table;
    clear: both;

    content: '';
}

.showcase_slider .slide {
    position: relative;

    float: left;
}

.showcase_slider .description {
    position: absolute;
    top: 130px;
    left: 150px;
}

.showcase_slider .description .elem + .elem {
    margin-top: 40px;
}

.showcase_slider .description .headline {
    font-size: 1.4em;
    line-height: 1;
}

.showcase_slider .description .headline .title {
    font-size: 1.8em;
    font-weight: 700;
    margin-top: 10px;
}

.showcase_slider .description .summary {
    padding-left: 20px;
    max-width: 400px;
}

.showcase_slider .description .link {
    margin: 20px;
}

/* - product slider*/
.product_slider .slider_nav li {
    margin-top: -15pt;
}

.product_slider .slider_nav li span {
    font-size: 30pt;
}

.product_slider .slider {
    position: relative;
    overflow: hidden;
}

.product_slider .slide {
    position: absolute;
    display: none;
    width: 100%;
    height: inherit;
}

.product_slider .image {
    width: 100%;
    height: inherit;
}

.product_slider .slide:first-child {
    display: block;
}

/* - popup*/
[class$='_popup'] {
    position: fixed;
    z-index: 33;
    top: 100px;
    left: 50%;
    display: none;
    width: 600px;
    margin-left: -300px;
    padding: 10px;
    border-radius: 4px;
    background: repeating-linear-gradient(45deg, #a8dff7, #a8dff7 25px, #f7f7f7 25px, #f7f7f7 50px, #f1acbb 50px, #f1acbb 75px, #f7f7f7 75px, #f7f7f7 100px);
}

[class$='_popup'] .content {
    position: relative;
    padding: 20px 0;
    background: #ffffff;
}

[class$='_popup'] .headline,
[class$='_popup'] .text {
    text-align: center;
}

[class$='_popup'] .headline {
    line-height: 1;

    margin-bottom: 20px;

    text-transform: uppercase;
}

[class$='_popup'] .text {
    margin-bottom: 40px;
}

[class$='_popup'] .ico_close {
    position: absolute;
    top: 20px;
    right: 20px;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

    opacity: .7;
}

[class$='_popup'] .ico_close:hover {
    opacity: 1;
}

[class$='_popup'] form {
    width: 400px;
    margin: 0 auto 40px;
}

[class$='_popup'] .additionlly {
    font-size: .875em;
    padding-top: 20px;
    text-align: center;
    color: #aeaeae;
    border-top: 1px solid #ebebeb;
}

[class$='_popup'] .additionlly a {
    color: #2a2e30;
}

[class$='_popup'] .additionlly a:hover {
    color: #c21737;
}

[class$='_popup'] sup {
    font-size: 1.2em;
    top: -5px;
    color: #1ba5e5;
}

/* - request call popup*/
/* - order popup*/
.order_popup {
    width: 800px;
    margin-left: -400px;
}

.order_popup .product-title {
    margin: 0 0 10px;
}

/* - gallery*/
._gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-left: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.specialist_popup {
    width: 700px;
    margin-left: -350px;
}

.specialist_popup form {
    width: 500px;
}

._gallery a,
._gallery img {
    display: block;
}

._gallery a {
    max-width: 23%;
    margin: 10px 10px;
    border: 1px solid transparent;
    padding: 10px;
}

._gallery a:hover {
    border-color: #1ba5e5;
}

@media screen and (max-width: 767px) {
    ._gallery {
        display: block;
    }

    ._gallery a {
        max-width: 100%;
    }

    ._gallery a img {
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    ._gallery {
        display: block;
        column-count: 2;
    }

    ._gallery a {
        max-width: 100%;
    }

    ._gallery a img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) {
    .diplomas {
        display: block;
        column-count: 2;
    }

    .diplomas a {
        max-width: 100%;
    }

    .diplomas a img {
        margin: 0 auto;
    }
}

/*!===========================*/
/*blocks*/
._blk + ._blk {
    margin-top: 40px;
}

.blk_foot {
    margin-top: 25px;
}

/* - block header*/
.blk_headline {
    line-height: 1;
    margin: 0 0 20px;
}

/* - footer links block*/
.footer-links_blk {
    color: #384a58;
}

.footer-links_blk .blk_headline {
    font-size: .75em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-links_blk li + li {
    margin-top: 5px;
}

.footer-links_blk a {
    font-size: 9pt;
    color: #384a58;
}

.footer-links_blk a:hover {
    color: #c21737;
}

/* - block sidebar solutions*/
.sidebar-solutions_blk .blk_body {
    min-height: 400px;
    padding: 270px 20px 25px;
    cursor: pointer;
    background: url(../images/sidebar-solution2.jpg) 0 0 no-repeat;
}

.sidebar-solutions_blk .blk_headline {
    color: #ffffff;
}

/* - block sidebar solutions business*/
.business-solution .blk_body {
    padding: 25px 20px;
    background: url(../images/sidebar-solution3.jpg) 0 0 no-repeat;
}

/* - block sidebar text*/
.sidebar-text_blk {
    font-size: 1.2em;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
}

/* - block site news*/
.site-news_blk .news_item + .news_item {
    margin-top: 40px;
}

.site-news_blk .blk_foot a {
    color: #2a2e30;
}

.site-news_blk .blk_foot a:hover {
    color: #c21737;
}

/* - block main news*/
.main-news_blk {
    padding: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 15px rgba(220, 220, 220, .35);
    box-shadow: 0 1px 15px rgba(220, 220, 220, .35);
}

.main-news_blk .image > * {
    display: block;
}

.main-news_blk .summary .elem + .elem {
    margin-top: 10px;
}

.main-news_blk .date {
    font-size: 11pt;
    line-height: 1;
    color: #aeaeae;
}

.main-news_blk .headline {
    margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
    .main-news_blk .large_row {
        flex-direction: column;
        align-items: center;
    }

    .main-news_blk .large_row .col_6 {
        width: 100%;
    }

    .main-news_blk .large_row .col_6 .image {
        text-align: center;
    }
}

/* - block news */
.news_blk .news_item + .news_item {
    margin-top: 40px;
}

/* - block news article*/
.news-article_blk {
}

.news-article_blk .date {
    margin-bottom: 1em;
}

.news-preview_item {
    text-align: center;
}

.news-preview_item .item_image a,
.news-preview_item .item_image img {
    display: inline-block;
    max-width: 80%;
}

.news-preview_item .item_content {
    margin-top: 12px;
}

.news-preview_item .date {
    font-size: .875em;
    color: #aeaeae;
}

.news-preview_item .headline {
    font-size: 1.05em;
    margin: 4px 0;
    line-height: 1.2;
    display: inline-block;
}

.news-preview_item .description {
    font-size: .875em;
}

.blk_news-preview .blk_headline {
    text-align: center;
    font-size: 1.7em;
}

.blk_news-preview {
    margin: 50px 0;
    padding: 30px;
    background-color: #f1f1f2;
}

.blk_news-preview .blk_body {
    margin: 40px 0;
}

.blk_news-preview .blk_foot {
    text-align: center;
}

/* - block catalog*/
.catalog_blk .blk_body {
    margin: 40px 0;
}

.catalog_blk .blk_foot {
    text-align: center;
}

/* - catalog in main page products items*/
#products_items .blk_body {
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    height: 1px;
}

#products_items .blk_body .item {
    position: absolute;
    width: 100%;
}

/* - block index page info*/

.blk_main-page-info {
    max-width: 1100px;
    margin: 0 auto;
}

.blk_main-page-info ._text {
    padding: 30px 0;
}

.blk_main-page-info ._image {
    height: 100%;
    background-image: url('../images/main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

/* - block pagination*/
.pagination_blk {
    font-size: 1.05em;
}

/* - block contacts*/
.contacts_blk .large_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .phone-numbers .large_row {
        display: block;
    }
}

.contacts_blk .blk_foot a {
    text-decoration: none;
}

.contacts_blk .blk_foot span {
    margin-right: 5px;
}

.contacts_blk .blk_foot .ico_email {
    font-size: 10pt;
}

/* - block solutions list*/
/* - block solution promo*/
.solutions-promo_blk .elem + .elem {
    margin-top: 25px;
}

/* - block product */
.product-characteristics_blk,
.product-specification_blk {
    width: 90%;
}

/* - block product specification*/
.product-specification_blk .blk_body {
    padding-left: 58px;
}

.product-specification_blk table {
    margin: -5px 0 0 0;
}

/* - block sidebar menu*/
.sidebar-menu_blk {
    top: 0;
    max-width: 250px;
    padding: 25px;
    -webkit-transition: all 600ms cubic-bezier(.445, .05, .55, .95);
    transition: all 600ms cubic-bezier(.445, .05, .55, .95);
    border-radius: 3px;
    background-color: #f5f3ef;
}

.sidebar-menu_blk .elem + .elem {
    margin-top: 25px;
}

.sidebar-menu_blk .vertical_nav li + li {
    margin: 0;
}

.sidebar-menu_blk .vertical_nav a {
    line-height: 30px;
    position: relative;
    display: block;
    height: 30px;
    padding-left: 20px;
    color: #2a2e30;
}

.sidebar-menu_blk .vertical_nav a:before {
    font-family: 'technoboard';
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e100a';
    color: #aeaeae;
}

.sidebar-menu_blk .vertical_nav li:last-child a:before {
    content: '\e1009';
}

.sidebar-menu_blk .link {
    font-size: 1.2em;
}

.sidebar-menu_blk .sel a:before {
    color: #2a2e30;
}

.reviews_blk .review_item + .review_item {
    margin-top: 40px;
}

/* search */
.search_blk {
    max-width: 900px;
}

.search_blk input {
    border-radius: 3px 0 0 3px;
    border-right: none;
}

.search_blk ._btn {
    border-radius: 0 3px 3px 0;
    padding: 10px 20px;
}

.specialist_blk {
    margin: 40px 0 0;
    text-align: center;
}

/*Главный поиск*/
.c-main-search {
    position: absolute;
    width: 100%;
    padding: 20px;
    background-color: #1ba5e5;
    left: 0;
    margin-top: -2px;
    -webkit-box-shadow: 0 3px 5px -2px rgba(50, 50, 50, .2);
    box-shadow: 0 3px 5px -2px rgba(50, 50, 50, .2);
    display: none;
}

.c-main-search form {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.c-main-search input {
    height: 35px;
    padding: 5px 35px 5px 1px;
    background-color: #1ba5e5;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 1.1em;
}

.c-main-search input:focus {
    padding-left: 20px;
}

.c-main-search input::-webkit-input-placeholder {
    color: #f3f3f3;
}

.c-main-search input::-moz-placeholder {
    color: #f3f3f3;
}

/* Firefox 19+ */
.c-main-search input:-moz-placeholder {
    color: #f3f3f3;
}

/* Firefox 18- */
.c-main-search input:-ms-input-placeholder {
    color: #f3f3f3;
}

.c-main-search input:focus::-webkit-input-placeholder {
    color: transparent
}

.c-main-search input:focus::-moz-placeholder {
    color: transparent
}

.c-main-search input:focus:-moz-placeholder {
    color: transparent
}

.c-main-search input:focus:-ms-input-placeholder {
    color: transparent
}

.c-main-search button {
    position: absolute;
    padding: 0;
    border: 0;
    background: 0;
    color: #ffffff;
    width: 20px;
    height: 20px;
    top: 8px;
    right: 1px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.c-main-search button svg {
    width: inherit;
    height: inherit;
}

.c-main-search button:hover {
    top: 7px;
}

.c-main-search #jsAutocompleteResult {
    position: relative;
    top: -1px
}

/*!===========================*/
/*sections*/
section + section {
    margin-top: 40px;
}

/*!===========================*/
/*panels*/
[class*='_panel'] {
    width: 100%;
}

/* - header*/
.header_panel {
    position: fixed;
    z-index: 41;
    top: 0;
    left: 0;
    min-height: 75px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-bottom: 1px solid #ebebeb;
    background: #ffffff;

}

.header_panel ._container {
    padding: 0 40px;
}

.header_panel .medium_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_panel .clear_btn {
    font-size: .875em;
    padding: 7px 15px;
    color: inherit;
    border: 1px solid #ebebeb;
}

.header_panel .clear_btn:hover {
    color: #1ba5e5;
    border-color: #1ba5e5;
    background: transparent;
}

.header_panel .c-cart {
    margin-top: 2px;
}

/* - showcase*/
/* - content*/
.content_panel {
    position: relative;
    padding-top: 55px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.content_panel .breadcrumbs_nav {
    position: absolute;
    top: 25px;
}

/* - footer*/
.footer_panel {
    margin-top: 75px;
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
}

.footer_panel .medium_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footer_panel .col_0 {
    min-width: 125px;
}

.footer_panel .col_0:first-child {
    min-width: 190px;
}

/* - copyright*/
.copyright_panel {
    font-size: 9pt;
}

.copyright_panel .ps-section-main {
    padding: 20px 0 20px;
    border-top: 1px solid #ebebeb;
}

.copyright_panel .ps-section-bottom {
    padding: 10px 0;
    color: #e3e8ec;
    background: #2e343f;
}

.copyright_panel .ps-section-bottom ._row {
    justify-content: space-between;
}

.copyright_panel p {
    margin: 0 0 5px;
}

.copyright_panel p:last-child {
    margin: 0;
}

.copyright_panel .blk_headline {
    margin-bottom: 10px;
}

.copyright_panel .medium_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.copyright_panel .search {
    min-width: 200px;
}

.copyright_panel .search input {
    padding: 7px 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .4;
    border: solid 1px #000000;
    border-radius: 3px;
    background-color: #101114;
}

.copyright_panel .search input:focus {
    opacity: 1;
}

.copyright_panel .search button {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #1ba5e5;
    border: none;
    background: none;
    opacity: 0;

}

.copyright_panel .search button:hover {
    color: #e3e8ec;
}

.copyright_panel .social_nav a {
    position: relative;
}

.copyright_panel .social_nav a:before {
    position: inherit;
    z-index: 10;
}

.copyright_panel .social_nav a:after a:not(.ico_instagram) {
    position: absolute;
    z-index: 0;
    top: 3px;
    left: 3px;
    display: block;
    width: 22px;
    height: 22px;
    content: '';
    background: #ffffff;
}

.copyright_panel .phones {
    margin-top: -7px;
}

.copyright_panel .phones p {
    line-height: 2.5;
}

/* - panel solutions*/
.solutions_panel {
    margin-top: 75px;
}

.solutions_panel .blk_main-solutions {
    position: relative;
    overflow: hidden;
    height: 250px;
    cursor: pointer;
}

.solutions_panel .blk_main-solutions .info {
    position: absolute;
    z-index: 20;
    top: 40px;
    left: 40px;
}

.solutions_panel .blk_main-solutions .blk_headline {
    margin: 0;
    color: #ffffff;
}

.solutions_panel .blk_main-solutions .blk_body {
    margin: 10px 0;
    color: #9a9a9d;
}

.solutions_panel .blk_main-solutions:hover img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.solutions_panel img {
    position: absolute;
    z-index: 10;
    top: 0;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.solutions_panel .col_6:first-child img {
    right: 0;
}

.solutions_panel .col_6:last-child img {
    left: 0;
}

/*pages*/
/* - page headline*/
.page_headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page_headline h1 {
    margin: 0;
}

.page_headline .tags {
    margin-left: 10px;
    vertical-align: 30px;
    display: inline-block;
}

.page_headline .link {
    text-align: right;
    text-decoration: none;
    color: #aeaeae;
}

.page_headline link [class*='ico_'] {
    font-size: 10pt;
    margin-right: 5px;
}

.page_headline .link:hover {
    color: #2a2e30;
}

/* - index page*/
.index_page .solutions_panel {
    margin-top: 0;
}

/*!===========================*/
/*correction*/
/*-images*/
.float_left-image {
    float: left;
    margin: 0 25px 25px 0;
}

/*- float & claer*/
.clear_fix {
    display: table;
    clear: both;
    content: '';
}

/*-width*/
.width_10 {
    width: 10%;
}

.width_20 {
    width: 20%;
}

.width_25 {
    width: 25%;
}

.width_30 {
    width: 30%;
}

.width_40 {
    width: 40%;
}

.width_50 {
    width: 50%;
}

.width_60 {
    width: 60%;
}

.width_70 {
    width: 70%;
}

.width_80 {
    width: 80%;
}

.width_90 {
    width: 90%;
}

.width_100 {
    width: 100%;
}

/* - text*/
.dashed_link {
    text-decoration: none;
    border-bottom: 1px dashed #1ba5e5;
}

.dashed_link:hover {
    border-color: #c21737;
}

/* - content*/
.content_empty {
    font-size: 1.2em;
    color: #c21737;
}

/* - dynamic styles*/
/* - header sticky */
.header_sticky {
    -webkit-box-shadow: 0 3px 5px -2px rgba(50, 50, 50, .2);
    box-shadow: 0 3px 5px -2px rgba(50, 50, 50, .2);
}

/* - sidebar menu sticky */
.sidebar-menu_sticky {
    position: fixed;
    top: 115px;
    width: 100%;
}

.p-nl-br {
    line-height: 1.7;
}

.alert {
    width: 100%;
    padding: 7px 0;
    color: #ffffff;
    font-size: 10pt;
    text-align: center
}

.alert .close {
    display: none; /*float: right; color: #fff; font-size: 8pt; margin: 3px -50px 0 0_NO__DOTCOMMA__AFTER__*/
}

.alert-success {
    background: #4eba6f
}

.alert-danger {
    background: #f15a5a
}

.alert-warning {
    background: #ff9f4e
}

.alert-info {
    background: #2d95bf
}

/* Новые стили */
.svg-ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

/* Счетчик */
.c-counter {
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-counter svg {
    width: 12px;
    height: 12px;
    fill: #2a2e30;
    -webkit-transition: all .15s;
    transition: all .15s;
    cursor: pointer;
}

.c-counter span:hover svg {
    fill: #1ba5e5;
}

.c-counter input {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
}

/* Кнопка В корзины */
.c-cart__btn {
    padding: 6px 15px;
}

.c-cart__btn:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/cart.svg") 50% 50% no-repeat;
    background-size: 26px;
    margin-right: 10px;
    vertical-align: -7px;
}

/* Корзина */
.c-cart {
    position: relative;
    padding-left: 50px;
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: .875em;
}

.c-cart:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    background: #1ba5e5 url("../images/cart.svg") 50% 50% no-repeat;
    background-size: 70%;
}

.c-cart .num {
    position: absolute;
    top: -6px;
    left: 23px;
    min-height: 20px;
    min-width: 20px;
    padding: 0 3px;
    font-size: 10px;
    color: #ffffff;
    background: #c21737;
    text-align: center;
    line-height: 21px;
    border-radius: 10px;
}

.c-cart .link {
    color: #1ba5e5;
    text-decoration: underline;
}

.c-cart .summ {
    font-weight: 700;
}

.c-cart:hover {
    color: inherit;
}

.c-cart:hover .link {
    color: #c21737;
}

/* Блок корзина */
.cart-list_blk {

}

.cart-list_blk table {
    margin-left: -10px;
}

.cart-list_blk table th {
    font-size: .875em;
}

.cart-list_blk table thead tr:hover {
    background-color: #eff0f1;
}

.cart-list_blk table tr:hover {
    background: inherit;
}

.cart-list_blk table th {
    padding: 10px;
}

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

.cart-list_blk table td:nth-child(1) {
    width: auto;
    max-width: 80px;
}

.cart-list_blk table td:nth-child(2) {
    width: 40%;
}

.cart-list_blk table th:nth-child(2),
.cart-list_blk table td:nth-child(3) {
    text-align: center;
}

.cart-list_blk table th:nth-child(3),
.cart-list_blk table th:nth-child(4),
.cart-list_blk table td:nth-child(4),
.cart-list_blk table td:nth-child(5) {
    text-align: right;
    width: 150px;
}

.cart-list_blk .image {
    display: block;
    background-color: #ffffff;
    width: 100%
}

.cart-list_blk .image img {
    display: block;
    width: inherit;
    max-height: inherit;
    max-width: inherit;
}

.cart-list_blk .headline {
    font-weight: 700;
}

.cart-list_blk .short-desc {
    font-size: .8em;
    margin-top: 5px;
}

.cart-list_blk .c-counter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cart-list_blk .price,
.cart-list_blk .summ {
    font-size: .9em;
    font-weight: 700;
}

.cart-list_blk .ico_close {
    text-decoration: none;
    font-size: 12px;
    color: #888888;
}

.cart-list_blk .ico_close:hover {
    color: #c21737;
}

.cart-list_blk .blk_foot {
    margin-top: 0;
}

.cart-list_blk .total {
    font-size: 1.2em;
    padding-top: 25px;
    border-top: 1px solid #ebebeb;
}

.order_blk {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    background: repeating-linear-gradient(45deg, #a8dff7, #a8dff7 25px, #f7f7f7 25px, #f7f7f7 50px, #f1acbb 50px, #f1acbb 75px, #f7f7f7 75px, #f7f7f7 100px);
    max-width: 600px;
}

.order_blk > * {
    background-color: #ffffff
}

.order_blk .blk_headline {
    margin: 0 !important;
    padding: 20px;
    border-radius: 4px 4px 0 0;
}

.order_blk .blk_body {
    padding: 20px;
    padding-top: 0;
    border-radius: 0 0 4px 4px;
}

.order_blk .control-submit {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order_blk .control-submit .link {
    margin-left: 20px;
}

/* Сравнение */
.c-compare {
    position: absolute;
    right: 0;
    top: 55px;
    padding: 4px 12px;
    background-color: #cacaca;
    color: #ffffff;
    border-radius: 0 0 4px 4px;
    font-size: .9em;
    text-decoration: none;
    width: 130px;
    cursor: default;
}

.c-compare:hover {
    color: #ffffff;
}

.c-compare[data-active="1"] {
    background-color: #7bab07;
    -webkit-transition: all .1s;
    transition: all .1s;
    cursor: pointer;
}

.c-compare[data-active="1"]:hover {
    background-color: #8abc07;

}

.c-compare svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: -1px;
}

.compare_blk {
}

.compare_blk .compare__table {
    font-size: .9em;
}

.compare_blk .compare__table thead tr {
    background-color: #ffffff;
}

.compare_blk .compare__table th,
.compare_blk .compare__table td {
    border-right: 1px solid #ebebeb;
    padding: 15px;
    text-align: center;
}

.compare_blk .compare__table th:first-child,
.compare_blk .compare__table td:first-child {
    text-align: left;
    max-width: 230px;
}

.compare_blk .compare__table .product-head {
    position: relative;
    padding-top: 30px;
    width: 200px;
}

.compare_blk .title {
    font-weight: 700;
    font-size: .875em;
}

.compare_blk .image {
    width: 120px;
    display: inline-block;
}

.compare_blk .headline {
    font-size: 1em;
    margin-top: 15px;
    display: inline-block;
    line-height: 1.2;
}

.compare_blk .compare__table .ico_close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    font-size: 12px;
    color: #888888;
}

.compare_blk .compare__table .ico_close:hover {
    color: #c21737;
}

/* Фильтр */
.filter_blk {

}

.filter_blk .control-row {
    display: block;
}

.filter_blk .control-label {
    font-weight: 700;
    font-size: .9em;
    margin-bottom: 10px;
}

.filter_blk .control-submit {
    margin-left: 0;
}

/* jQuery UI slider setting */
.ui-slider {
    position: relative
}

.ui-slider .ui-slider-range {
    position: absolute;
    display: block
}

.ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    cursor: pointer
}

/*Form Snippet range slider (styling)*/
.range-row .control-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.range-row input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.range-row .sep {
    width: 10px;
    height: 1px;
    margin: 0 12px;
    background: #000000
}

.range-row .control-slider {
    margin-top: 16px
}

.range-row .ui_slider {
    height: 4px;
    background: #e6e6e6;
    border-radius: 3px
}

.range-row .ui_slider .ui-slider-range {
    height: 4px;
    background: #1ba5e5
}

.range-row .ui_slider .ui-slider-handle {
    height: 16px;
    width: 16px;
    background: #ffffff;
    border: 4px solid #1ba5e5;
    border-radius: 50%;
    top: -7px;
    margin-left: -8px
}

/*!===========================*/
/*media*/
/* - screen width < 1400px */
@media all and (max-width: 1400px) {
    .medium_row {
        margin: 0 -10px;
    }

    .medium_row [class^='col_'] {
        padding: 0 10px;
    }

    .copyright_panel .large_row {
        margin: 0 -10px;
    }

    .copyright_panel .large_row [class^='col_'] {
        padding: 0 10px;
    }
}

/* - screen width < 1280px */
@media all and (max-width: 1280px) {
    html {
        font-size: 90%;
    }

    h1,
    h2,
    h3,
    .order_popup .product-title,
    .main-news_blk .headline,
    h4,
    .news_item .headline,
    .review_item .headline,
    [class$='_card'] .headline,
    [class$='_popup'] .headline,
    .blk_headline,
    h5,
    h6 {
        margin: 25px 0 15px;
    }

    .header_panel ._container,
    ._container {
        padding: 0 3%;
    }

    ._logo {
        width: 180px;
    }

    .showcase_slider .slider_nav li {
        margin-top: -14pt;
    }

    .showcase_slider .slider_nav li span {
        font-size: 28pt;
    }

    .showcase_slider .slider_nav .prev {
        left: 10px;
    }

    .showcase_slider .slider_nav .next {
        right: 10px;
    }

    .showcase_slider .description {
        top: 100px;
        left: 90px;
    }

    .showcase_slider .description .elem + .elem {
        margin-top: 30px;
    }

    .showcase_slider .description .summary {
        padding-left: 20px;
        max-width: 330px;
    }

    .copyright_panel .large_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .copyright_panel .flex_full-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .copyright_panel .flex_full-col .flex_full-col {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .copyright_panel .search {
        margin-top: 10px;
    }

    .solutions_panel .blk_main-solutions {
        height: 230px;
    }

    [class$='_card'] .elem + .elem {
        margin-top: 10px;
    }

    [class$='_card'] .composition p {
        margin: .8em 0;
    }

    .product_card .image {
        min-height: 365px;
    }

    .catalog_blk .col_4 {
        width: 50%;
    }

    .c-compare {
        top: 55px;
    }

}

/* - screen width < 1100px */
@media all and (max-width: 1100px) {
    html {
        font-size: 87%;
    }

    h1 {
        font-size: 3em;
    }

    .product-specification_blk .blk_body,
    ul,
    ol {
        padding-left: 30px;
    }

    .product-characteristics_blk,
    .product-specification_blk {
        width: 90%;
    }

    .main_nav > li > a,
    ._header-phones .text {
        line-height: 55px;

        height: 55px;
        padding: 0 30px 0 15px;
    }

    .header_panel {
        min-height: 55px;
    }

    ._header-phones .hide,
    .main_nav .sub_nav {
        top: 55px;
    }

    .main_wrapper {
        padding-top: 55px;
    }

    .solutions_panel .blk_main-solutions {
        height: 220px;
    }

    .catalog_blk .col_3 {
        width: 50%;
    }

    .c-compare {
        top: 44px;
    }

}

/* - screen width < 1050px */
@media all and (max-width: 1050px) {

    h1 {
        font-size: 2.5em;
    }

    .solutions_panel .blk_main-solutions {
        height: 210px;
    }

    ._container {
        padding: 0 20px !important;
    }

    .catalog_blk .col_3 {
        width: 50%;
    }

    .catalog_blk .col_3:nth-child(1) {
        margin-bottom: 20px;
    }

    .header_panel {
        position: relative;
    }

    .main_wrapper {
        padding-top: 0;
    }

    .product_card .submit .link {
        padding-top: 10px;
    }

    .showcase_slider .description {
        left: 50px;
    }

    ._layout ._content {
        padding-right: 25px;
    }

    ._layout ._sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    }
}

/*!===========================*/
/*modernizr*/
/* - browsers doesn't support flexbox */
.no-flexbox .control-row,
.no-flexbox .display_flex:after,
.no-flexbox [class$="_nav"]::after, .no-flexbox [class$="_row"]::after, .no-flexbox .horizontal-elem_form .control-row::after, .no-flexbox ._files::after {
    content: '';
    display: table;
    clear: both;
}

.no-flexbox .control-row > *,
.no-flexbox .display_flex > *,
.no-flexbox [class$="_nav"] li, .no-flexbox [class^="col_"], .no-flexbox .horizontal-elem_form .control-label, .no-flexbox .horizontal-elem_form .control-widget, .no-flexbox ._files li {
    float: left;
}

.no-flexbox body,
.no-flexbox [class^="panel_"] {
    min-width: 1280px;
}

.no-flexbox ._container {
    width: 1280px;
}

.no-flexbox ._layout {
    display: table;
    width: 1200px;
    overflow: hidden;
}

.no-flexbox ._layout > * {
    display: table-cell;
}

.no-flexbox ._sidebar {
    width: 240px;
}

.no-flexbox .main_nav .sel .sub_nav {
    display: block;
}

.no-flexbox .main_nav .sub_nav a .image {
    max-width: 100%;
    display: block;
}

.no-flexbox .vertical_nav li {
    float: none;
}

.no-flexbox .header_panel .col_0:nth-child(4),
.no-flexbox .header_panel .col_0:nth-child(5) {
    float: right;
    padding-top: 20px;
}

.no-flexbox .copyright_panel .search input {
    max-width: 80%;
}

.no-flexbox .copyright_panel .search button {
    margin-top: 7px;
}

.no-flexbox .product-specification_blk .blk_body {
    padding: 0;
}

.no-flexbox .specification_table tr + tr td {
    border-top: 1px solid #ebebeb;
}

.no-flexbox .review_item .flex_full-col {
    width: 80%;
}

.no-flexbox .catalog_blk .sorting_nav {
    text-align: center;
    width: 100%;
}

.no-flexbox .catalog_blk .sorting_nav li {
    float: none;
    display: inline-block;
}

.no-flexbox .solutions_panel .blk_main-solutions:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.no-flexbox ._copyright {
    max-width: 270px;
}

.no-flexbox .control-label {
    width: 20%;
}

.no-flexbox .control-widget {
    width: 73%;
}

.no-flexbox .phone-row > * {
    display: inline-block;
}

.no-flexbox .phone-row .control-widget input:nth-child(3) {
    width: 170px;
}

.no-flexbox [class$="_popup"] {
    background: #a8dff7;
}

.no-flexbox ._copyright {
    max-width: 270px;
}

@media screen and (min-width: 768px) {
    .for-dealers img {
        width: 450px;
        height: 255px;
        border-width: 0px;
        border-style: solid;
        margin: 0px 7px;
        float: left;
    }
}

@media screen and (max-width: 767px) {
    .for-dealers img {
        display: block;
        float: none;
        height: auto;
        width: 100%;
    }

    .solutions_card .large_row,
    .products-block {
        flex-direction: column;
    }

    .solutions_card .large_row .col_6:first-child {
        text-align: center;
    }

    .solutions_card .large_row .col_6,
    .products-block .catalog_row .col_4,
    .products-block .col_3 {
        width: 100%;
    }

}

/*!===========================*/

html, body, .main_wrapper, ._container {
    min-width: 0;
}


/* mob menu */

.header_panel .mob_menu .mob_menu_row1 {
    position: relative;
    height: 55px;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color ease-in 0.5s;
}

.header_panel .mob_menu .mob_menu_row1.open {
    border-bottom: 1px solid #ebebeb;
}

.header_panel .mob_menu .mob_menu_row1 .hamburger-icon {
    position: absolute;
    left: 20px;
    top: 17px;
    display: inline-block;
    width: 40px;
}

.header_panel .mob_menu .mob_menu_row1 .mob_logo ._logo {
    width: 200px;
    margin: 0 auto;
}

.header_panel ._container-mob .mob_menu .mob_menu_row2 {
    display: none;
    position: absolute;
    z-index: 100;
    background: white;
    top: 55px;
    left: 0;
    right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.mob_menu_row2 .mob-menu_list__head-close-icon {
    position: absolute;
    right: 14px;
    top: 16px;
    z-index: 101;
    cursor: pointer;
}

.header_panel ._container-mob .main_nav-mob {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main_nav-mob > li:before {
    width: 0;
    height: 0;
    content: unset;
}

.header_panel .mob_menu .main_nav-mob > li > a {
    font-size: .875em;
    font-weight: 700;

    position: relative;
    display: inline-block;

    padding: 20px 35px 20px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2a2e30;
}

.header_panel .mob_menu .mob_right_column {
    display: flex;
}

.header_panel .mob_menu ._header-phones .text {
    font-size: .875em;
    font-weight: 700;
    position: relative;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 25px 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2a2e30;
}


.header_panel .main_nav-mob .level_1:last-of-type .sub_nav {
    display: none;
}

.header_panel .mob_menu .main_nav-mob > li > a:after, .header_panel ._container-mob ._header-phones .text:after {
    position: absolute;
    top: 50%;
    right: 13px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -5px;
    content: '';
    border-width: 7px 5px 0 5px;
    border-style: solid;
    border-color: #1ba5e5 transparent transparent transparent;
}

.header_panel ._container-mob ._header-phones .text:after {
    right: 6px;
}

.header_panel .mob_menu .main_nav-mob li {
    margin: 0;
    padding: 0;
}

.header_panel .main_nav-mob li a {
    font-size: .875em;
    font-weight: 700;
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #2a2e30;
    padding: 0 0 20px;
}

.header_panel .main_nav-mob li a:hover {
    color: #1ba5e5;
}

.header_panel .mob_menu .main_nav-mob .sub_nav {
    position: static;
    display: block;
    /*z-index: 15;*/
    /*top: 75px;*/
    /*left: 0;*/
    /*display: none;*/
    /*opacity: 0;*/
    /*height: 0;*/
    width: 100%;
    min-width: 100%;
    padding: 0 10px;
    background: white;
    /*transition: all ease 0.5s;*/
    margin-bottom: 0;
}

.header_panel .mob_menu .main_nav-mob .sub_nav_headline > .sub_nav_text {

    position: relative;
    /*display: inline-block;*/
    text-transform: uppercase;
    color: #2a2e30;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.header_panel .mob_menu .sub_nav_headline .sub_nav_text > a {
    display: inline-block;
    font-size: .875em;
    color: #2a2e30;
    font-weight: normal;
}

.header_panel .mob_menu .sub_nav_headline .vertical_nav li > a {
    font-size: .875em;
    color: #2a2e30;
    font-weight: normal;
}

.header_panel .mob_menu .sub_nav_headline .sub_nav_text > a:hover,
.header_panel .mob_menu .sub_nav_headline .vertical_nav li > a:hover {
    color: #1ba5e5;
}

.header_panel .mob_menu .vertical_nav {
    display: none;
    margin-left: 15px;
}

.header_panel .mob_menu .sub_nav_headline .dropDown {
    display: inline-block;
    width: 50px;
    height: 30px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.header_panel .mob_menu .sub_nav_headline .dropDown:after {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    margin-top: -5px;
    content: '';
    border-width: 7px 5px 0 5px;
    border-style: solid;
    border-color: #1ba5e5 transparent transparent transparent;
}


.header_panel .search_btn {
    border-radius: 4px;
    margin-top: 3px;
}

.header_panel .mob_menu .main_nav-mob .sub_nav li a {
    /*color: #1ba5e5;*/
    text-decoration: none;
}

.header_panel .mob_menu .main_nav-mob .sub_nav li:before {
    content: unset;
}

.header_panel .mob_menu .main_nav-mob .sub_nav.open {
    opacity: 1;
    display: block;
    height: auto;
}

.header_panel ._container-mob .mob_menu .mob_menu_row3 {
    display: flex;
    align-items: end;
    padding: 5px 0;
    justify-content: space-between;
}

.header_panel ._container-mob .mob_menu .mob_menu_row3 .c-compare {
    display: flex;
    min-height: 35px;
    padding: 3px 5px;
    position: static;
    border-radius: 4px;
    width: auto;
}

.header_panel ._container-mob .mob_right_column .col_0 {
    padding: 0 5px;
    min-width: 60px;
    position: relative;
}

.header_panel ._container-mob .mob_right_column .col_0:before {
    position: absolute;
    content: '';
    background-color: #e9e9f9;
    width: 1px;
    height: 30px;
    top: 5px;
    left: -8px;
}

.header_panel ._container-mob .mob_menu .mob_menu_row3 .header_panel .c-cart {
    margin-top: 2px;
    height: 35px;
}

.header_panel ._container-mob .mob_menu .mob_menu_row3 .c-compare svg {
    width: 24px;
    height: 24px;
    margin-right: 0;
}

/* product */
.main_wrapper.product_page {
    min-width: 0;
}


.product-specification_blk {
    overflow-x: auto;
    width: 100%;
}

.product-specification_blk .blk_body {
    padding-left: 0;
    min-width: 350px;
    overflow-x: auto;
}

/* home page */
.index_page #products_items .blk_body {
    height: auto;
}

.index_page #products_items .blk_body .item {
    position: static;
    /*width: 100%;*/
}

.index_page .catalog_blk .blk_body {
    padding: 20px 12px 12px;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
}

.index_page .catalog_blk .sorting_nav {
    justify-content: flex-start;
}

.index_page .catalog_blk .sorting_nav a {
    border-bottom: none;
}

.index_page .catalog_blk .sorting_nav li {
    padding: 12px;
    background-color: #fcfcfc;
    border: 1px solid #e6e6e6;
    z-index: 10;
    position: relative;
}

.index_page .catalog_blk .sorting_nav li + li {
    margin-left: -4px;
}

.index_page .catalog_blk .sorting_nav li.sel {
    border-bottom: #fcfcfc;
}

.index_page .catalog_blk .sorting_nav li a {
    color: #2a2e30;
}

.index_page .catalog_blk .sorting_nav li.sel a {
    color: #1BA5E4;
}

/* catalog and filter */
.filter_mob_trigger {
    display: none;
}

.catalog_page iframe {
    max-width: 100%;
}

/* contact page */
.contact_page iframe {
    max-width: 100%;
}


/* slider */
.main_wrapper.index_page {
    max-width: 100%;
    flex-wrap: wrap;
}

.pk-mobile-slider__slide {
    display: block;
    max-width: 100vw;
}

.pk-mobile-slider__slide img {
    max-width: 767px;
    max-width: 100vw;
    height: auto;
}

.pk-mobile-slider__wrapper {
    max-width: 100vw;
    overflow: hidden;
}


@media screen and (max-width: 1023px) {
    .info_page ._sidebar, .cart_page ._sidebar, .product_page ._sidebar {
        display: none;
    }

    .info_page .pagination_nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .compare_page ._sidebar {
        display: none;
    }

    .header_panel.desktop_header .main_nav li:first-of-type .sub_nav {
        justify-content: space-between;
    }

    .header_panel.desktop_header .main_nav .sub_nav {
        min-width: 0;
        padding: 10px 15px;
        flex-wrap: wrap;
    }

    .header_panel.desktop_header .main_nav .sub_nav a {
        padding: 10px;
        font-size: 0.8em;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header_panel.desktop_header ._logo {
        width: auto;
    }

    .header_panel.desktop_header ._logo img {
        max-width: 160px;
    }

    /*footer*/
    .footer_panel .medium_row {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /* header */
    .c-cart .summ {
        font-size: .850em;
    }

    /* product */
    .product_slider .thumb_nav {
        flex-wrap: wrap;
    }

    /* info page gallery */
    ._gallery a {
        margin: 20px 10px;
        padding: 0;
    }
}

@media (min-width: 993px) and (max-width: 1023px) {
    /*footer*/
    .footer_panel .medium_row {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    ._blk.sidebar-menu_blk {
        display: none;
    }

    /* home page */
    .index_page .blk_news-preview .col_3 {
        width: 50%;
        margin-bottom: 20px;
    }

    .showcase_slider .slider .description {
        top: 30px;
    }

    .showcase_slider .slide .summary {
        padding-left: 0;
    }

    .showcase_slider .slide .link {
        margin-left: 0;
    }


    /*header*/
    .header_panel.desktop_header .medium_row .col_0 {
        padding: 0;
    }

    .header_panel.desktop_header .medium_row .col_0.flex_full-col {
        flex: none;
    }

    .header_panel.desktop_header .medium_row .main_nav > li > a {
        padding: 0 10px 0 10px;
    }

    .header_panel.desktop_header .medium_row .main_nav > li > a:after {
        right: -2px;
    }

    .header_panel.desktop_header .medium_row .order-call_btn {
        margin: 0 5px;
        display: inline-block;
        padding: 7px;
    }

    .header_panel.desktop_header .medium_row .c-cart {
        margin-top: 2px;
        margin-left: 10px;
    }

    .header_panel.desktop_header .medium_row .mainSearchTrigger {
        margin-left: 5px;
        margin-top: 3px;
        border-radius: 3px;
    }

    .header_panel.desktop_header ._header-phones .text {
        padding: 0 15px;
    }

    .header_panel.desktop_header ._header-phones .text:after {
        right: 3px;
    }

    .header_panel .medium_row {
        justify-content: space-between;
    }

    ._header-phones .hide {
        padding: 0 15px 20px;
    }

    /* product page */
    .product_slider .slider_nav .prev {
        left: 15px;
    }

    .product_slider .slider_nav .next {
        right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .copyright_panel .blk_headline {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    #showcase_slider {
        display: none;
    }

    .page_headline h1 {
        word-break: break-word;
    }

    /*home page*/
    .index_page .catalog_blk .catalog_row .col_3 {
        width: 100%;
    }

    .index_page .blk_news-preview .col_3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .index_page .blk_main-page-info .col_6 {
        width: 100%;

    }

    .index_page .blk_main-page-info ._image {
        height: 300px;
    }

    .index_page .blk_main-solutions {
        display: none;
    }

    .index_page .sorting_nav {
        /*flex-direction: column;*/
        text-align: center;
    }

    .index_page .sorting_nav li {
        display: block;
    }

    .index_page .sorting_nav li {
        margin: 10px 0 0 0;
    }

    .index_page .showcase_slider .description, .index_page .showcase_slider .slider_nav {
        display: none;
    }

    .index_page .content_panel.one-col_layout {
        padding-top: 25px;
    }

    .index_page .specialist_blk {
        display: none;
    }

    /* product */
    .product_page ._sidebar {
        display: none;
    }

    .product_card .col_6 {
        width: 100%;
    }

    .product_card .image {
        min-height: 0;
    }

    .main_wrapper.product_page .content_panel ._layout ._content {
        padding: 0;
    }

    .main_wrapper.product_page {
        min-width: 0;
        display: block;
    }

    .main_wrapper.product_page ._layout._blk {
        display: block;
    }

    .product_slider .slider_nav .prev {
        left: 5px;
    }

    .product_slider .slider_nav .prev span, .product_slider .slider_nav .next span {
        font-size: 22pt;
    }

    .product_slider .slider_nav .next {
        right: 5px;
    }

    /* header */
    .header_panel ._container {
        display: none;
    }

    .mob_menu_row3 .c-cart:before {
        top: -1px;
    }

    .header_panel .search_btn {
        margin-top: 0;
    }

    .mob_menu_row3 ._header-phones .hide {
        top: 36px;
    }


    /*footer*/
    .footer_panel .medium_row {
        flex-direction: column;
    }

    .footer_panel .medium_row .blk_headline {
        position: relative;
        cursor: pointer;
    }

    .footer_panel .medium_row .blk_headline:after {
        position: absolute;
        top: 50%;
        right: 13px;
        display: block;
        width: 0;
        height: 0;
        margin-top: -5px;
        content: '';
        border-width: 7px 5px 0 5px;
        border-style: solid;
        border-color: #1ba5e5 transparent transparent transparent;
    }

    .footer_panel .medium_row .vertical_nav {
        display: none;
    }

    .copyright_panel ._row {
        flex-direction: column;
    }

    .copyright_panel ._row .col_3 {
        margin-top: 20px;
    }

    .copyright_panel [class^='col_'] {
        width: 100%;
    }


    .compare_page ._content {
        overflow-x: auto;
    }


    /*catalog*/
    .catalog_page .catalog_blk .blk_head {
        margin-top: 1em
    }

    .catalog_page .pagination_nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .catalog_page .content_panel ._layout {
        flex-direction: column-reverse;
    }

    .catalog_page iframe {
        max-width: 100%;
        height: 250px;
    }

    /* filter */
    .filterForm .filter_mob_trigger {
        display: block;
    }

    .filterForm .control-label {
        margin-right: 17px;
    }

    .filterForm .filter_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filterForm .filter_blk > .blk_headline {
        display: none;
    }

    .filterForm .filter_blk > .blk_body {
        margin-top: 20px;
    }

    .filterForm .filter_wrapper .sorting_blk {
        display: flex;
        align-items: center;
        max-width: 70%;
    }

    .filterForm .filter_wrapper .sorting_blk .blk_headline {
        margin: 0 10px 0 0;
        font-size: 1.2em;
    }

    .filterForm .filter_wrapper .filter_mob_trigger {
        flex: 1;
        margin-left: 20px;
        text-align: right;
    }

    .filterForm .filter_wrapper .filter_mob_trigger {
        font-size: 1.2em;
        display: inline-block;
        margin-left: 5px;
        cursor: pointer;
    }

    .filterForm .filter_wrapper .filter_mob_trigger span {
        margin-left: 5px;
    }

    .filterForm .filter_wrapper .filter_mob_trigger svg {
        position: relative;
        top: 2px;
    }

    .filterForm .control-row.show_elem .control-label {
        position: relative;
        cursor: pointer;
    }

    .filterForm .control-row.show_elem .control-label:after {
        position: absolute;
        top: 50%;
        right: -7px;
        display: block;
        width: 0;
        height: 0;
        margin-top: -1px;
        content: '';
        border-width: 5px 4px 0 4px;
        border-style: solid;
        border-color: #2a2e30 transparent transparent transparent;
    }

    .catalog_page ._layout ._sidebar {
        flex: 0;
    }

    ._blk.filter_blk .blk_body {
        display: none;
    }

    /* breadcrumbs */
    .content_panel .breadcrumbs_nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        top: 20px;
    }

    /* cart page */
    .cart_page .control-submit {
        flex-direction: column;
    }

    .cart_page .control-submit #order_order {
        margin-bottom: 15px;
    }

    /* news page */
    .news_item ._row {
        flex-direction: column;
    }

    .news_item ._row .date {
        margin-bottom: 10px;
    }

    .news_item ._row .summary {
        margin-top: 10px;
    }

    /* contact_page */
    .contact_page iframe {
        max-width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 360px) {
    .header_panel .mob_menu ._header-phones .text {
        padding: 0 20px 0 5px;
    }

    .header_panel .mob_menu .c-cart {
        padding-left: 36px;
    }

    .header_panel ._container-mob .mob_right_column .col_0 {
        min-width: 40px;
    }

    .header_panel ._container-mob .mob_right_column .col_0:before {
        top: 3px;
        left: -1px;
        z-index: -1;
    }
}

@media screen and (max-width: 460px) {
    .pagination_nav .prev {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .header_panel ._container-mob {
        display: none;
    }

    .filterForm ._blk.filter_blk {
        margin-top: 40px;
    }

    ._blk.filter_blk .blk_body {
        display: block !important;
    }

    .pk-mobile-slider__wrapper {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .compare_page ._sidebar > * {
        display: none;
    }
}

.show-button-filter {
    padding-right: 11px;
    margin-top: 5px;
    display: inline-block;
    background: url(../images/arrows-filter.png) no-repeat 100% -46px;
    background-size: 9.5px;
    cursor: pointer
}

.hide-button-filter {
    padding-right: 11px;
    margin-top: 5px;
    display: inline-block;
    background: url(../images/arrows-filter.png) no-repeat 100% -8px;
    background-size: 9.5px;
    cursor: pointer
}

.logo-line{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.logo-line img {
    width: 85px;
    height: 25px;
    margin-right: 30px;
}

.privacy-text {
    color: #a9a9a9;
    margin-top: 5px;
}