@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


 table, td, th {  
    border: 1px solid #ddd;
    text-align: left;
  }
  
  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  th, td {
    padding: 15px;
  }
  
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 2em;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 0.5em dashed #fff;
    border-top: 0.5em solid #fff \9;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
}

.dropdown-menu {
    display: none;
    min-width: 160px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 1em 0;
    background: #FFF;
    border: 1px solid #e8e8e8;
    border-top: 0 none;
    box-shadow: 0 6px 10px #b2b2b2;
}

.open>.dropdown-menu {
    display: block;
}

.nav-tabs__cont {
    background: #f7f7f7;
    position: relative;
}

.nav-tabs__cont:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs__wrapper {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.nav-tabs {
    display: table;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav-tabs-li {
    display: table-cell;
}

.nav-tabs-li__ico {
    margin: 3px;
}

.nav-tabs-li__a {
    display: block;
    padding: 0 2.9em;
    height: 4.5em;
    line-height: 4.8;
    color: #7a7a7a;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
}

.nav-tabs-li__a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
}

.nav-tabs-li__a-txt {
    font-size: 1.4em;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
}

.nav-tabs-li__a-txt_count {
    font-size: 0.9em;
    color: #7a7a7a;
}

.nav-tabs-li__a:hover {
    color: inherit;
    text-decoration: none;
}

.nav-tabs-li.active .nav-tabs-li__a {
    color: #3d3d3d;
    background-color: #fff;
    border-color: #e6e6e6;
    border-top-color: transparent;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs-li.active .nav-tabs-li__a:after {
    background: #FFF;
    z-index: 2;
}

.nav-tabs-li__a:hover .nav-tabs-li__ico,
.nav-tabs-li__a:hover .fa,
.nav-tabs-li.active .nav-tabs-li__ico,
.nav-tabs-li.active .fa {
    color: #f00;
}

.nav-tabs-li:first-of-type .nav-tabs-li__a,
.nav-tabs-li:first-child .nav-tabs-li__a {
    border-left: 0 none;
}

.nav-tabs__btn-r {
    display: none;
    width: 1.6em;
    height: 4.5em;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #FFF;
    border: 1px solid #e6e6e6;
    border-right: 0 none;
    padding: 0.2em 0 0 0.1em;
}

.nav-tabs__btn-r-ico {
    width: 0.8em;
    height: 1.2em;
}

.tab-content__pane {
    display: none;
    padding: 2em 3em;
}

.tab-content__pane.active {
    display: block;
}

.g-tabs_menu {
    margin-bottom: 3em;
    box-shadow: none;
}

.g-tabs_menu .nav-tabs__cont {
    background: #fff;
}

.g-tabs_menu .nav-tabs-li.active .nav-tabs-li__a {
    border-top-color: #e6e6e6;
}

.g-tabs_menu .nav-tabs-li:first-of-type .nav-tabs-li__a,
.g-tabs_menu .nav-tabs-li:first-child .nav-tabs-li__a {
    border-left: 1px solid #e6e6e6;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    max-width: 60em;
    margin: 10% auto 0;
    padding: 6.2em 1em 1.5em;
}

.modal-dialog_cat {
    margin-top: 0;
    width: 100%;
    max-width: 98em;
}

.modal-dialog_big {
    width: 100%;
    max-width: 76em;
}

.modal-dialog_mid {
    width: 100%;
    max-width: 70em;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    outline: 0;
    padding: 2em 2.4em;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: -9em;
    right: 0;
    bottom: -12em;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-ctrl-top {
    margin-bottom: 2em;
}

.modal-ctrl-top_center {
    text-align: center;
}
.choose_city_title {
    text-align: center;
}

.modal__close {
    width: 4.6em;
    height: 4.6em;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #FFF;
}

.modal__close-ico {
    width: 1.5em;
    height: 1.5em;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-dialog_cat {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 2em;
        padding-bottom: 2em;
        width: 100%;
        max-width: 98em;
    }

    .modal-dialog_big {
        width: 100%;
        max-width: 92em;
    }

    .modal-dialog_mid {
        width: 100%;
        max-width: 70em;
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (max-width: 599px) {
    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-content {
        min-height: 100%;
        border-radius: 0;
        border: 0 none;
        box-shadow: none;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    #add_shop_items .modal-content{
        padding: 1.5em 0 0;
    }
    #add_shop_items .modal-ctrl-top{
        margin-bottom: 1.5em;
    }
    #add_shop_items .modal-catalog{
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(100vh - 7em);
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    #__replain_widget{
        /* right: 7px !important; */
    }
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
applet,
object,
iframe,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
article,
aside,
button,
canvas,
details,
embed,
figure,
figcaption,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body {
    margin: 0;
}

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

caption,
th,
td {
    vertical-align: baseline;
    text-align: left;
}

ol,
ul {
    list-style: none;
}

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

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

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

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

img {
    max-width: 100%;
    max-height: 100%;
    border-style: none;
    vertical-align: baseline;
}

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

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    background: 0 none;
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button {
    cursor: pointer;
    border: 0 none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button:focus,
button:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    margin: 0 0 2.5em;
    padding: 1em 1.5em 1em;
}

legend {
    font-size: 1.4em;
    padding: 0 10px;
    padding: 0 1rem;
    margin: 0 0 10px -10px;
    margin: 0 0 1rem -1rem;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.hostcmsPanel {
    z-index: 1002 !important;
}

.hostcmsPanel a {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    line-height: normal !important;
    vertical-align: inherit !important;
}

.hostcmsWindow input,
.hostcmsWindow textarea {
    color: #000 !important;
    text-shadow: none !important;
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: 'rubl';
    src: url("../fonts/rouble-webfont.eot");
    src: url("../fonts/rouble-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rouble-webfont.woff2") format("woff2"), url("../fonts/rouble-webfont.woff") format("woff"), url("../fonts/rouble-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot");
    src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.currency_rub {
    font-family: 'rubl';
    font-weight: normal;
    vertical-align: baseline;
    margin-left: 3px;
    margin-left: 0.3rem;
}

html,
body,
table,
button,
input,
textarea,
select {
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
}

strong,
b,
.txt_sb {
    font-weight: 600;
}

.fs_10 {
    font-size: 1em;
}

.fs_12 {
    font-size: 1.2em;
    line-height: 1.333;
}

h6,
.h6 {
    font-size: 1.3em;
    line-height: 1.55;
}

h5,
.h5 {
    font-size: 1.4em;
    line-height: 1.45;
}

h4,
.h4,
.t-h4 {
    font-size: 1.5em;
    line-height: 1.25;
}

h3,
.h3,
.t-h3 {
    font-size: 1.6em;
    line-height: 1.25;
}

h2,
.h2,
.t-h2 {
    font-size: 1.8em;
    line-height: 1.25;
}

h1,
.h1,
.t-h1 {
    font-size: 2em;
    line-height: 1.25;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

.js-tel {
    cursor: default;
}

iframe {
    max-width: 100%;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.tar {
    text-align: right;
}

.height {
    height: 100%;
}

.nowrap {
    white-space: nowrap;
}

.relative {
    position: relative;
}

.g-wrap {
    max-height: 100%;
    overflow: hidden;
}

.g-zoom {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/ico-zoom.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4em;
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: opacity 0.25s;
}

.g-zoom:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.g-vac,
.pager__link {
    display: block;
    white-space: nowrap;
}

.g-vac:after,
.pager__link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.g-vac__el,
.pager__txt {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 1;
}

.diz,
.diz-img,
.diz-bg {
    display: block;
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.abs,
.checkbox__input,
.radio__input,
.input-btn__input,
.g-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.abs_t {
    bottom: auto;
}

.abs_r {
    left: auto;
}

.abs_b {
    top: auto;
}

.abs_l {
    right: auto;
}

.bg_img,
.prod-slider-pagination__thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tfixed {
    table-layout: fixed;
}

.twidth {
    width: 100%;
}

.theight {
    height: 100%;
}

.tbig {
    width: 100%;
    height: 100%;
}

.height td,
.tbig td,
.height td .height td,
.tbig td .tbig td {
    height: 100%;
}

.theight td td,
.tbig td td {
    height: auto;
}

.td_r {
    text-align: right;
}

.null {
    display: inline-block;
    width: 0px;
    height: 0px;
    font-size: 0px;
    clear: both;
}

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

html[xmlns] .null {
    display: block;
}

.clearfix:before,
.clearfix:after,
.editor:before,
.footer-city:before,
.footer-menu:before,
.editor:after,
.footer-city:after,
.footer-menu:after {
    content: " ";
    display: block;
    display: table;
}

.clearfix:after,
.editor:after,
.footer-city:after,
.footer-menu:after {
    clear: both;
}

.placeholder,
.placeholdersjs {
    color: #6F6F6F;
}

::-webkit-input-placeholder {
    color: #6F6F6F;
    opacity: 1;
}

::-o-input-placeholder {
    color: #6F6F6F;
}

:-moz-placeholder {
    color: #6F6F6F;
    -moz-opacity: 1;
    opacity: 1;
}

::-moz-placeholder {
    color: #6F6F6F;
    -moz-opacity: 1;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6F6F6F;
}

::-ms-clear {
    display: none;
}

.input__search,
.input__field,
.g-promocod__input,
.textarea {
    font-size: 1.3em;
    width: 100%;
    height: 32px;
    height: 3.2rem;
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 0 18px;
    padding: 0 1.8rem;
    border-radius: 3px;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s;
}

.input__search:focus,
.input__search:hover,
.input__field:focus,
.g-promocod__input:focus,
.input__field:hover,
.g-promocod__input:hover,
.textarea:focus,
.textarea:hover {
    border-color: #5ea2d1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.textarea {
    line-height: 1.3;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    height: 90px;
    height: 9rem;
    resize: none;
    resize: vertical;
}

.textarea_order_big {
    height: 212px;
    height: 21.2rem;
}

select {
    font-size: 1.3em;
    line-height: 1.55;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    width: 100%;
    min-width: 16rem;
    height: 32px;
    height: 3.2rem;
    text-indent: 1rem;
    text-overflow: ellipsis;
    outline: none;
    box-shadow: none;
    color: currentColor;
}

select:hover {
    border-color: #5ea2d1;
}

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

.g-select-cont {
    display: inline-block;
    position: relative;
}

.g-select-cont:after {
    content: "";
    display: block;
    width: 25px;
    width: 2.5rem;
    background: #fff;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 0.3em;
    z-index: 1;
    pointer-events: none;
}

.g-select-cont_wide {
    display: block;
}

.g-select {
    min-height: 32px;
    min-height: 3.2rem;
    height: auto;
    padding: 5px 18px;
    padding: 0.5rem 1.8rem;
    padding-right: 25px;
    padding-right: 2.5rem;
    text-indent: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: normal;
}

.g-select_center {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

.g-select_wide {
    width: 100%;
    max-width: 100%;
}

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

.g-select[disabled] {
    color: #a9adb3;
}

.g-select[disabled]~.g-select__ico {
    fill: #a9adb3;
}

.g-select.error {
    border-color: #e13f3f;
}

.g-select__ico {
    width: 0.9em;
    height: 0.5em;
    right: 1.2em;
    fill: currentColor;
    z-index: 2;
    pointer-events: none;
}

.input__search {
    border-radius: 0;
    border-color: #acacac;
    padding-right: 50px;
    padding-right: 5rem;
    padding-left: 20px;
    padding-left: 2rem;
}

.g-input-left {
    /*! use in cabinet  */
}

.g-input-left-field {
    display: inline-block;
    vertical-align: top;
    width: 7em;
    margin-right: 1em;
}

.g-input-left-name {
    display: inline-block;
    vertical-align: top;
    padding-top: 0.7em;
}

.g-input-left-name {
    font-size: 1.2em;
    line-height: 1.2;
}

.checkbox-cont,
.radio-cont {
    margin-right: -2.4em;
}

.checkbox,
.radio {
    display: inline-block;
    max-width: 100%;
    margin: 0 2.4em 0 0;
    position: relative;
    z-index: 1;
    text-align: left;
}

.checkbox__label,
.radio__label {
    display: block;
    min-height: 2.6em;
    padding: 1.35em 0 0 2.3em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox__input,
.radio__input {
    right: auto;
    clip: rect(0, 0, 0, 0);
}

.checkbox__input:checked~.checkbox__diz,
.checkbox__input:checked~.radio__diz,
.radio__input:checked~.checkbox__diz,
.radio__input:checked~.radio__diz {
    background: #5ea2d1;
    border-color: #5ea2d1;
    fill: #fff;
}

.checkbox__input:checked~.radio__diz:before,
.radio__input:checked~.radio__diz:before {
    background: #5ea2d1;
}

.checkbox__input:checked~.checkbox__txt,
.checkbox__input:checked~.radio__txt,
.radio__input:checked~.checkbox__txt,
.radio__input:checked~.radio__txt {
    color: #000;
}

.checkbox__input:focus~.checkbox__diz,
.checkbox__input:focus~.radio__diz,
.radio__input:focus~.checkbox__diz,
.radio__input:focus~.radio__diz {
    border-color: #5ea2d1;
}

.checkbox__input:disabled:focus~.checkbox__diz,
.checkbox__input:disabled:focus~.radio__diz,
.radio__input:disabled:focus~.checkbox__diz,
.radio__input:disabled:focus~.radio__diz {
    border-color: #a5a5a5;
}

.checkbox__input:disabled~.checkbox__txt,
.checkbox__input:disabled~.radio__txt,
.radio__input:disabled~.checkbox__txt,
.radio__input:disabled~.radio__txt {
    color: #a5a5a5;
}

.checkbox__diz,
.radio__diz {
    top: 1.2em;
    bottom: auto;
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    fill: transparent;
    z-index: -3;
}

.checkbox__ico,
.radio__ico {
    width: 1.2em;
    height: 1em;
    z-index: -1;
}

.checkbox__txt,
.radio__txt {
    font-size: 1.2em;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.checkbox__txt .items-count,
.radio__txt .items-count {
    position: absolute;
    margin-top: -2px;
}

.checkbox__prod,
.radio__prod {
    display: block;
    padding-right: 8em;
    position: relative;
}

.checkbox__cost,
.radio__cost {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.15;
    color: #e13f3f;
    display: block;
    position: absolute;
    top: -2px;
    top: -0.2rem;
    right: 0;
}

.checkbox_block,
.radio_block {
    display: block;
    margin-right: 0;
}

.checkbox_mboff,
.radio_mboff {
    margin-bottom: 0;
}

.checkbox:hover,
.radio:hover {
    z-index: 10;
}

.checkbox:hover .checkbox__diz,
.checkbox:hover .radio__diz,
.radio:hover .checkbox__diz,
.radio:hover .radio__diz {
    border-color: #5ea2d1;
    background-color: #5ea2d1;
}

.checkbox:hover .checkbox__txt,
.checkbox:hover .radio__txt,
.radio:hover .checkbox__txt,
.radio:hover .radio__txt {
    color: #000;
}

.checkbox.disabled:hover .checkbox__diz,
.checkbox.disabled:hover .radio__diz,
.radio.disabled:hover .checkbox__diz,
.radio.disabled:hover .radio__diz {
    border-color: #a5a5a5;
    background-color: transparent;
}

.checkbox.disabled:hover .checkbox__txt,
.checkbox.disabled:hover .radio__txt,
.radio.disabled:hover .checkbox__txt,
.radio.disabled:hover .radio__txt {
    color: #a5a5a5;
}

.radio__diz {
    width: 1.6em;
    height: 1.6em;
    border-radius: 100%;
}

.radio__diz:before {
    content: "";
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.radio__txt {
    vertical-align: middle;
}

.radio__pic {
    display: inline-block;
    vertical-align: middle;
}

.items-count {
    vertical-align: text-top;
    font-size: 0.8em;
    color: #898989;
    padding-left: 2px;
}

.input-btn-cont {
    margin: 0 0 0 1px;
}

.input-btn__in {
    margin-right: -0.9em;
    display: flex;
    flex-wrap: wrap;
}

.input-btn {
    /* display: table-cell; */
    max-width: 100%;
    margin: 0 0.9em 0.9em 0;
    text-align: center;
}

/* .input-btn:first-of-type .input-btn__label,
.input-btn:first-child .input-btn__label {
    border-radius: 3px 0 0 3px;
} */

/* .input-btn:last-of-type .input-btn__label,
.input-btn:last-child .input-btn__label {
    border-radius: 0 3px 3px 0;
} */

.input-btn__label {
    /* margin-left: -1px; */
    border: 1px solid #d1d1d1;
    border-radius: 0.3em;
    height: 3.2em;
    /* padding: 0 0 0 0.8em; */
    padding: 0 1.3em 0 1.5em;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-btn__label-in {
    white-space: nowrap;
}

.input-btn__input {
    right: auto;
    clip: rect(0, 0, 0, 0);
}

/* .input-btn__input:checked~.input-btn__diz {
    transform: scale(1);
    width: 1.6em;
} */

.input-btn__input:checked~.input-btn__bg {
    /* background: #f1f6ea; */
    background: #00a13d;
}
.input-btn__input:checked~.input-btn__txt {
    color: #fff;
}

.input-btn__diz {
    display: inline-block;
    display: none;
    vertical-align: middle;
    position: relative;
    width: 0;
    overflow: hidden;
    height: 1.5em;
    margin-left: 0.3em;
    z-index: 1;
    fill: #43a047;
    transform: scale(0);
    transition: all 0.25s;
}

.input-btn__bg {
    z-index: -1;
    background: #fefefe;
    border-radius: 0.3em;
}

.input-btn__ico {
    width: 100%;
    height: 100%;
}

.input-btn__txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: 600;
}

.g-file-upload-lable {
    position: relative;
}

.g-file-upload-lable__input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    clip: rect(0, 0, 0, 0);
}

.g-form-cont_md {
    max-width: 80em;
}

.g-form-cont_name_left .g-form-item::before,
.g-form-cont_name_left .g-form-item::after {
    content: "";
    display: block;
    clear: both;
}

.g-form-cont_name_left .g-form-item-name {
    width: 40%;
    float: left;
    padding-right: 2em;
    margin: 0;
    text-align: right;
}

.g-form-cont_name_left .g-form-item-name:after {
    height: 3.2em;
}

.g-form-cont_name_left .g-form-item__field {
    float: left;
    width: 60%;
}

.g-form-cont_name_left .g-form-item__field .g-select-cont {
    width: 100%;
}

.g-form-cont_name_left .g-form-item__field input[type="file"] {
    padding: 6px 0 0 0;
    padding: 0.6rem 0 0 0;
    border: 0 none;
}

.g-form-gr {
    padding-top: 2.5em;
    border-top: 1px solid #efefef;
    margin-bottom: 3.5em;
}

.g-form-gr-title {
    margin-bottom: 2em;
}

.g-form-gr-title__txt {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.45;
}

.g-form-gr:first-child,
.g-form-gr:first-of-type {
    padding-top: 1em;
    border: 0 none;
}

.g-form-item {
    text-align: left;
    margin-bottom: 2.2em;
}

.g-form-item-name {
    margin-bottom: 0.3em;
}

.g-form-item-name__txt {
    font-size: 1.3em;
    line-height: 1.3;
}

.g-form-item__field input[type="file"] {
    padding: 6px 0 0 0;
    padding: 0.6rem 0 0 0;
    border: 0 none;
}

.g-form-btn {
    margin-bottom: 1em;
}

.g-form-btn--center {
    text-align: center;
}

.g-form-btn--more .g-btn {
    margin: 0 1em 1em;
}

.g-form__label_error {
    color: #e13f3f;
}

.g-form__label_error.input__field,
.g-form__label_error.g-promocod__input,
.g-form__label_error.textarea {
    border-color: #e13f3f;
}

.g-form__label_success.input__field,
.g-form__label_success.g-promocod__input,
.g-form__label_success.textarea {
    border-color: #43b77a;
}

label.g-form__label_error {
    display: block;
    margin-top: 4px;
    margin-top: 0.4rem;
    font-size: 1.2em;
}

.g-form__group {
    display: flex;
    flex-wrap: wrap;
}

.g-form__group--base {
    max-width: 68em;
    justify-content: space-between;
}

.g-form__group--dop {
    display: block;
    position: relative;
    padding: 0;
    border: 0 none;
}

.g-form__group--dop .g-form__group-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -2em;
    left: -2em;
    left: 0;
    right: 0;
    border-bottom: 1px solid #efefef;
}

.g-form__group--dop:first-child .g-form__group-title:after,
.g-form__group--dop:first-of-type .g-form__group-title:after {
    display: none;
}

.g-form__group-title {
    display: block;
    margin: 0 5px 0 0;
    margin: 0 0.5rem 0 0;
    padding: 20px 0;
    padding: 2rem 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
}

.g-form__group--base .g-form-item {
    width: 50%;
    max-width: 320px;
    max-width: 32rem;
    margin-right: 2em;
}

.g-form__group--base .g-form-item--checkbox {
    width: auto;
    min-width: 100%;
}

.g-form__group--goods {
    display: block;
    width: 100%;
}

.g-form__group--goods .g-form-item {
    min-width: 10em;
    margin-right: 2em;
}

.g-form__group--goods .textarea {
    height: 70px;
    height: 7rem;
}

.g-form-goods__list {
    list-style-type: none;
    counter-reset: num;
    padding-left: 3em;
    margin-bottom: 2em;
}

.g-form-goods__list li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-right: -2em;
}

.g-form-goods__list li:before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    left: -24px;
    left: -2.4rem;
    margin-top: 8px;
    margin-top: 0.8rem;
    font-size: 1.4em;
}

.g-link {
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    z-index: 100;
}

input[type="submit"] {
    font-size: 1.3rem;
    display: inline-block;
    position: relative;
    z-index: 5;
    padding: 0 1.8rem 0 2rem;
    border-radius: 3px;
    transition: all .25s;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #5ea2d1;
    height: 3.2rem;
    border: 0 none;
    font-weight: normal;
}

input[type="submit"]:hover {
    background: #77b9e7;
}

.g-btn {
    display: inline-block;
    position: relative;
    z-index: 5;
    padding: 0 1.8em 0 2em;
    background: transparent;
    border-radius: 3px;
    transition: all .25s;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    cursor: pointer;
}

.g-btn__txt {
    font-size: 1.3em;
    white-space: nowrap;
}

.g-btn_nor,
.g-btn_nor.g-btn_print {
    height: 4em;
}

.g-btn_nor .g-btn__txt {
    font-size: 1.3em;
}

.g-btn_nor-super {
    padding-right: 4.2em;
    padding-left: 4.3em;
    padding-bottom: 0.1em;
}

.g-btn_nor-super .g-btn__txt {
    font-size: 1.5em;
}

.g-btn_red {
    color: #fff;
    background: #318c90;
}

.g-btn_red:focus,
.g-btn_red:hover {
    background: #318c90;
}

.g-btn_red:active {
    background: #318c90;
}

.g-btn_bu {
    color: #fff;
    background: #5ea2d1;
}

.g-btn_bu:focus,
.g-btn_bu:hover {
    background: #77b9e7;
}

.g-btn_bu:active {
    background: #77b9e7;
}

.g-btn_grey {
    color: #fff;
    background: #b3b3b3;
}

.g-btn_grey:focus,
.g-btn_grey:hover {
    background: #b3b3b3;
}

.g-btn_grey:active {
    background: #b3b3b3;
}

.g-btn_green {
    color: #fff;
    background: #00a651;
}

.g-btn_green:focus,
.g-btn_green:hover {
    background: #00c25e;
}

.g-btn_green:active {
    background: #00a651;
}

.g-btn_green.g-btn_hover_off:hover {
    cursor: default;
    background: #00a651;
}

.g-btn_next {
    width: 18em;
}

.g-btn_next .g-btn__txt {
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
}

.g-btn_next .g-btn__ico-down {
    position: absolute;
    left: 100%;
    margin: 1px 0 0 8px;
    margin: 0.1rem 0 0 0.8rem;
}

.g-btn_wide {
    display: block;
    width: 100%;
}

.g-btn_super {
    height: 4.5em;
    border-radius: 5px;
}

.g-btn_super .g-btn__txt {
    font-size: 1.5em;
}

.g-btn_super .g-btn__txt .g-ico {
    margin-left: 3px;
    margin-left: 0.3rem;
    position: relative;
    top: 1px;
    vertical-align: bottom;
}

.g-btn_super.add_item_to_cart .g-btn__txt .g-ico {
    margin-left: 0;
    margin-right: 3px;
    margin-right: 0.3rem;
}

.g-btn_super .g-btn__txt .g-ico_checked-btn_sm {
    margin-left: 0;
    margin-right: 0.3em;
}

.g-btn_sm {
    padding: 0.1em 1em 0;
    height: 3.2em;
}

.g-btn_sm .g-ico {
    margin-right: 8px;
    margin-right: 0.8rem;
    vertical-align: middle;
}

.g-btn_print {
    padding: 0 2em;
    height: 3.1em;
    min-width: 12em;
    fill: #b3b3b3;
    border: 1px solid #d1d1d1;
    border-radius: 3.1em;
}

.g-btn_print .g-ico {
    vertical-align: text-top;
    margin-right: 2px;
    margin-right: 0.2rem;
    position: relative;
    top: 1px;
    fill: inherit;
    webkit-transition: inherit;
    transition: inherit;
}

.g-btn_print__txt {
    font-size: 1.2em;
}

.g-btn_print:hover {
    border-color: #5ea2d1;
    fill: #5ea2d1;
}

.g-btn_link {
    width: auto;
    min-width: inherit;
    color: #5da1d3;
    padding: 0 0.8em 0 1em;
}

.g-btn_link .g-btn__txt {
    border-bottom: 1px solid currentColor;
}

.g-btn_link:hover .g-btn__txt {
    border-bottom-color: transparent;
}

.g-btn:focus {
    box-shadow: none;
    outline: none;
}

.g-btn_youtube {
    padding-top: 0.15em;
    font-weight: 600;
}

.g-btn_youtube .g-ico {
    margin-top: -2px;
    margin-top: -0.2rem;
}

.g-bb {
    height: 4em;
    color: #5da1d3;
    white-space: nowrap;
}

.g-bb__ico {
    display: inline-block;
    vertical-align: middle;
}

.g-bb__txt {
    font-size: 1.3em;
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid;
    transition: border-color 0.25s;
}

.g-bb:hover .g-bb__txt {
    border-bottom-color: transparent;
}

.g-bb--inline {
    display: inline-block;
}

.g-bb--dashed .g-bb__txt {
    border-style: dashed;
}

.editor {
    font-size: 1.3em;
    line-height: 1.55;
    word-break: break-word;
}

.editor ul,
.editor ol {
    margin: 0 0 14px 30px;
    margin: 0 0 1.4rem 3rem;
    list-style: disc outside;
}

.editor ol {
    list-style-type: none;
    counter-reset: num;
}

.editor ol li {
    position: relative;
    z-index: 1;
}

.editor ol li::before {
    content: counter(num) ". ";
    counter-increment: num;
    position: absolute;
    left: -24px;
    left: -2.4rem;
}

.editor .li_before,
.editor .li_after {
    margin-left: 45px;
    margin-left: 4.5rem;
    list-style-type: none;
}

.editor .li_before li,
.editor .li_after li {
    position: relative;
    z-index: 1;
    min-height: 32px;
    min-height: 3.2rem;
    padding-top: 5px;
    padding-top: 0.5rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.editor .li_before li::before,
.editor .li_after li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    left: -4.5rem;
    width: 32px;
    width: 3.2rem;
    height: 32px;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-position: center;
}

.editor .li_before li::before {
    background-image: url(../images/li_before.svg);
}

.editor .li_after li::before {
    background-image: url(../images/li_after.svg);
}

.editor p,
.editor span,
.editor li {
    font-size: 1em;
    margin-bottom: 0.7em;
}

.editor p span,
.editor p p,
.editor span span,
.editor span p,
.editor li span,
.editor li p {
    margin-bottom: 0;
}

.editor li {
    margin-bottom: 0;
}

.editor li span,
.editor li p {
    margin-bottom: 0;
}

.editor .txt-green,
.editor .txt-blue,
.editor .txt-red {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.editor+.article__share {
    margin-top: 30px;
    margin-top: 3rem;
}

.editor a {
    color: #538fbb;
    text-decoration: underline;
}

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

.editor p:empty,
.editor span:empty,
.editor strong:empty,
.editor em:empty,
.editor li:empty,
.editor a:empty {
    border: 0 none;
    padding: 0;
    margin: 0;
    height: 0;
    width: 0;
}

.editor img {
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.editor p img {
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
}

.editor iframe {
    max-width: 100%;
}
.editor .iframe__cont {
    position: relative;
    max-width: 80rem;
    min-height: 25rem;
    padding-bottom: 50.50%;
}
.editor .iframe__cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.editor .table__cont {
    margin: 0 -15px;
    padding-left: 15px;
    overflow-x: auto;
}

.editor table {
    max-width: 100%;
    margin: 0.6em 0;
    word-break: normal;
}

.editor th,
.editor td {
    font-size: 1.3em;
    vertical-align: baseline;
    padding: 4px 8px;
    padding: 0.4rem 0.8rem;
}

.editor th td,
.editor td td {
    font-size: 1em;
}

.editor th p,
.editor th span,
.editor th li,
.editor td p,
.editor td span,
.editor td li {
    margin-bottom: 0;
}

.editor sup {
    vertical-align: super;
    font-size: x-small;
}

.editor strong,
.editor b {
    font-weight: 600;
}

.editor em,
.editor i {
    font-size: italic;
}

.editor h1,
.editor .h1 {
    font-size: 1.54em;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: .6em;
}

.editor h2,
.editor .h2 {
    font-size: 1.38em;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: .6em;
    margin-top: 1.2em;
}

.editor h3,
.editor .h3 {
    font-size: 1.23em;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 1.6em;
    margin-bottom: .6em;
}

.editor h4,
.editor .h4 {
    font-size: 1.15em;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 1em;
    margin-bottom: .4em;
}

.editor h5,
.editor .h5 {
    font-size: 1.07em;
    line-height: 1.35;
    margin-bottom: 1em;
}

.editor h6,
.editor .h6 {
    font-size: 1em;
    line-height: 1.35;
    margin-bottom: 1em;
}

.editor h1 .h1,
.editor h2 .h2,
.editor h3 .h3,
.editor h4 .h4,
.editor h5 .h5 {
    font-size: 1em;
}

.editor h1:first-of-type,
.editor h1:first-child,
.editor .h1:first-of-type,
.editor .h1:first-child,
.editor h2:first-of-type,
.editor h2:first-child,
.editor .h2:first-of-type,
.editor .h2:first-child,
.editor h3:first-of-type,
.editor h3:first-child,
.editor .h3:first-of-type,
.editor .h3:first-child,
.editor h4:first-of-type,
.editor h4:first-child,
.editor .h4:first-of-type,
.editor .h4:first-child {
    margin-top: 0;
}

.editor_big {
    font-size: 1.4em;
    line-height: 1.45;
}

.editor_big p,
.editor_big span,
.editor_big li {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.editor_big p span,
.editor_big p p,
.editor_big span span,
.editor_big span p,
.editor_big li span,
.editor_big li p {
    margin-bottom: 0;
}

.editor_big th,
.editor_big td {
    font-size: 1.4em;
}

.editor_sm {
    font-size: 1.2em;
    line-height: 1.7;
}

.editor_sm p,
.editor_sm span,
.editor_sm li {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.editor_sm p span,
.editor_sm p p,
.editor_sm span span,
.editor_sm span p,
.editor_sm li span,
.editor_sm li p {
    margin-bottom: 0;
}

.editor_sm th,
.editor_sm td {
    font-size: 1.2em;
}

.editor_lh_sm {
    line-height: 1.45;
}

.editor_mb-off p,
.editor_mb-off span,
.editor_mb-off li,
.editor_mb-off ul,
.editor_mb-off ol {
    margin-bottom: 0;
}

.editor_mb-off ul,
.editor_mb-off ol {
    margin-left: 20px;
    margin-left: 2rem;
}

.breadcrumbs {
    background: #DADADA;
    color: #6f6f6f;
}

.breadcrumbs__wrap {
    height: 4em;
    padding: 0.7em 2em 0 1.9em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs__link {
    padding: 1.4em 0 1.2em;
    color: #6f6f6f;
}

.breadcrumbs__link:hover {
    text-decoration: underline;
}

.breadcrumbs__split {
    position: relative;
    top: 0.1em;
    padding: 0 0.7em 0 0.8em;
}

.breadcrumbs__split .breadcrumbs__txt {
    font-size: 2em;
}

.breadcrumbs__txt {
    font-size: 1.3em;
}

.breadcrumbs_inner .breadcrumbs__wrap {
    height: 4.5em;
}

.pager {
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}

.pager-list {
    display: inline-block;
}

.pager-wrap {
    float: left;
}

.pager__link {
    float: left;
    min-width: 3.6em;
    height: 3.5em;
    padding: 0 0.1em 0 0.2em;
    text-align: center;
    position: relative;
    margin-left: -1px;
    border: 1px solid #e8e8e8;
    background: #FFF;
    transition: all 0.25s;
}

.pager__link-ico {
    width: 0.8em;
    height: 1.5em;
}

.pager__link.current {
    z-index: 1;
    cursor: default;
    background: #5ea2d1;
    color: #fff;
}

.pager__link.current:hover {
    background: #5ea2d1;
    border-color: #e8e8e8;
}

.pager__link:hover {
    z-index: 2;
    border-color: #5ea2d1;
}

.pager__link_prev,
.pager__link_next {
    border-radius: 3px;
    fill: #000;
}

.pager__link_prev {
    border-radius: 3px 0 0 3px;
}

.pager__link_next {
    border-radius: 0 3px 3px 0;
}

.pager__link.off {
    cursor: default;
    color: grey;
}

.pager__txt {
    font-size: 1.4em;
    white-space: nowrap;
}

.pager_dop {
    overflow: visible;
}

.pager_dop .pager__link {
    min-width: 3.1em;
    height: 3em;
}

.pager_dop .pager__link-ico {
    width: 0.8em;
    height: 1.3em;
}

.pager_dop .pager__txt {
    font-size: 1.2em;
}

.pager_main {
    padding: 2.1em 0 2.1em;
    border-bottom: 1px solid #e8e8e8;
}

.g-text__bg {
    position: relative;
}

.g-text__bg:after {
    content: "";
    display: block;
    height: 1em;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0));
}

.g-red {
    color: #e13f3f;
}

.g-green {
    color: #43b77a;
}

.g-yellow {
    color: #efb710;
}

.g-status {
    display: inline-block;
    padding: 1px 5px 2px 12px;
    padding: 0.1rem 0.5rem 0.2rem 1.2rem;
    border: 1px solid #efefef;
    position: relative;
}

.g-status::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    width: 0.6rem;
    height: 100%;
}

.g-status_processing::before {
    background: #ff8b71;
}

.g-status_confirmed::before {
    background: #ffffff;
}

.g-status_working::before {
    background: #57b5e3;
}

.g-status_equipment::before {
    background: #cccccc;
}

.g-status_assembled::before {
    background: #fcef59;
}

.g-status_sent::before {
    background: #a0d468;
}

.g-tabs_block,
.g-page,
.g-slider-container {
    background: #fff;
    box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.07);
}

.footer-city-item-el__link-txt,
.footer-menu-item__el-txt,
.footer-dev__link-txt {
    display: inline-block;
    white-space: nowrap;
    border-bottom: 1px solid;
    line-height: 1;
    transition: border-color 0.25s;
}

.footer-city-item-el__link-txt,
.footer-dev__link-txt {
    color: #FFF;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.footer-menu-item__el-txt {
    color: #FFF;
    border-bottom-color: transparent;
}

.footer-city-item-el__link:hover .footer-city-item-el__link-txt,
.footer-menu-item__el:hover .footer-city-item-el__link-txt,
.footer-dev__link:hover .footer-city-item-el__link-txt,
.footer-city-item-el__link:hover .footer-menu-item__el-txt,
.footer-menu-item__el:hover .footer-menu-item__el-txt,
.footer-dev__link:hover .footer-menu-item__el-txt,
.footer-city-item-el__link:hover .footer-dev__link-txt,
.footer-menu-item__el:hover .footer-dev__link-txt,
.footer-dev__link:hover .footer-dev__link-txt {
    border-bottom-color: transparent;
}

.footer-city-item-el__link:hover .footer-menu-item__el-txt,
.footer-menu-item__el:hover .footer-menu-item__el-txt,
.footer-dev__link:hover .footer-menu-item__el-txt {
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.amount-slider__input-container {
    margin: 0 0 2.3em 1px;
}

.amount-slider__input-wrap {
    float: left;
    width: 50%;
    height: 3em;
    margin-left: -1px;
    position: relative;
    background: #fff;
    border-radius: 3px;
}

.amount-slider__input-wrap:first-of-type .amount-slider__input {
    border-radius: 3px 0 0 3px;
}

.amount-slider__input {
    width: 100%;
    height: 100%;
    padding: 0 10px 0;
    padding: 0 20px 0 30px;
    padding: 0 2rem 0 3rem;
    border-radius: 0 3px 3px 0;
    border: 1px solid #d1d1d1;
    box-shadow: 0 none;
    outline: 0 none;
    text-align: right;
    font-size: 1.3em;
}

.amount-slider__input-txt {
    font-size: 1.1em;
    margin: 0 6px;
    margin: 0 .6rem;
    position: absolute;
    top: 10px;
    top: 1rem;
    bottom: 0;
    left: 9px;
    left: 0.9rem;
}

.amount-slider {
    position: relative;
    z-index: 1;
    height: .4em;
    background: #cccccc;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 2em 0;
}

.amount-slider .ui-slider-range {
    position: absolute;
    top: 0.1em;
    height: 100%;
    z-index: 1;
    background: #5ea2d1;
}

.amount-slider .ui-slider-handle {
    display: block;
    width: 4em;
    height: 4em;
    position: absolute;
    top: -1.9em;
    z-index: 2;
    margin-left: -2em;
    border: 0 none;
    cursor: pointer;
    background: none;
    box-shadow: none;
    outline: 0 none;
    ms-touch-action: none;
    touch-action: none;
}

.amount-slider .ui-slider-handle:before {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    border: 1px solid #bcbcbc;
    border-radius: 100%;
}

.amount-slider .ui-slider-handle:hover {
    z-index: 3;
    border: 0 none;
    background: none;
    box-shadow: none;
    outline: 0 none;
}

.amount-slider .ui-slider-handle:hover:before {
    background: #5da1d3;
}

.amount-slider .ui-slider-handle:first-of-type {
    margin-left: -2em;
}

.g-hidden {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    text-indent: -1000em;
    pointer-events: none;
}

.grid {
    margin: 0 -1em;
}

.grid .row {
    float: left;
}

.grid__el {
    float: left;
    padding: 0 1em;
}

.grid_flex {
    display: flex;
    flex-wrap: wrap;
}

.grid_flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.grid_x2 .grid__el {
    width: 50%;
}

.grid_x3 .grid__el {
    width: 33.333%;
}

.grid_x4 .grid__el {
    width: 25%;
}

.grid_x5 .grid__el {
    width: 20%;
}

.g-page {
    position: relative;
    margin-bottom: 3em;
}

.g-page_bu {
    background: #5da1d3;
}

.g-page-heading-out {
    padding-top: 0.3em;
    margin-bottom: 1.9em;
}

.g-page-heading-out__txt {
    font-size: 2em;
}

.g-page-heading-out__link {
    display: inline-block;
}

.g-page-heading-out__link:hover {
    color: #5da1d3;
}

.g-page-heading-in {
    border-bottom: 1px solid #e6e6e6;
    padding: 1em 1.5em 0.9em;
    text-align: left;
}

.g-page-heading-in:after {
    height: 2.5em;
}

.g-page-heading-in-ico {
    margin: 0 8px 0 0;
    margin: 0 0.8rem 0 0;
    color: #43b77a;
}

.g-page-heading-in__txt {
    font-size: 1.5em;
    line-height: 1.25;
    font-weight: 600;
}

.g-page-heading-in_link:hover {
    color: #5da1d3;
}

.g-page-heading-in--blue {
    background: #5EA2D1;
    color: #fff;
    transition: background 0.15s ease;
}

.g-page-heading-in--blue .g-page-heading-in-ico {
    color: #fff;
}

.g-page-heading-in--blue.g-page-heading-in_link:hover {
    color: #fff;
    background: #6ca9d5;
}

.g-page-heading-in_c {
    text-align: center;
}

.g-slider {
    position: relative;
    margin: 2.5em 0 3em;
}

.g-slider-title {
    min-height: 4em;
    padding: 0.3em 7.3em 0.4em 0;
    white-space: nowrap;
}

.g-slider-title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 3em;
    width: 0;
}

.g-slider-title__txt {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 2em;
}

.g-slider-container {
    overflow: hidden;
    padding: 0 0 0 1px;
    margin: 0 -1px 0;
    position: relative;
}

.g-slider-container:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    background: #EBEBEB;
}

.g-slider__btn {
    width: 3.5em;
    height: 4em;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #408bcd;
    fill: #fff;
    transition: opacity 0.25s;
}

.g-slider__btn-ico {
    width: 1.9em;
    height: 1.8em;
}

.g-slider__btn_prev {
    right: 3.6em;
}

.g-slider__btn:hover {
    opacity: 0.75;
}

.g-slider__btn.swiper-button-disabled {
    background: #d1d1d1;
    cursor: default;
}

.g-slider__btn.swiper-button-disabled:hover {
    opacity: 1;
}

.g-slider .goods-el {
    min-width: inherit;
    margin-left: -1px;
}

.g-slider_sm4 .g-slider-container:after {
    display: none;
}

.g-ico {
    display: inline-block;
    transition: all 0.25s;
}

.g-ico_search {
    width: 1.5em;
    height: 1.5em;
    fill: #898989;
}

.g-ico_tel {
    width: 1.7em;
    height: 1.7em;
    fill: #fff;
}

.g-ico_mail {
    width: 1.6em;
    height: 1.15em;
    fill: #fff;
}

.g-ico_skype {
    width: 1.6em;
    height: 1.6em;
    fill: #fff;
}

.g-ico_time {
    width: 1.6em;
    height: 1.6em;
    fill: #fff;
}

.g-ico_pos {
    width: 1.3em;
    height: 1.8em;
    fill: #fff;
}

.g-ico_pos-full {
    width: 8px;
    height: 11px;
    width: 0.8rem;
    height: 1.1rem;
    fill: #b3b3b3;
}

.g-ico_copyright {
    width: 1.6em;
    height: 1.6em;
    fill: #fff;
}

.g-ico_message {
    width: 1.9em;
    height: 1.7em;
    fill: #fff;
}

.g-ico_cart {
    fill: #fff;
}

.g-ico_cart-sm {
    width: 15px;
    height: 15px;
    width: 1.5rem;
    height: 1.5rem;
}

.g-ico_cart-big {
    width: 23px;
    width: 2.3rem;
    height: 23px;
    height: 2.3rem;
}

.g-ico_youtube_sm {
    width: 19px;
    width: 1.9rem;
    height: 23px;
    height: 2.3rem;
}

.g-ico_star {
    fill: #FDB624;
}

.g-ico_star-big {
    width: 2.3em;
    height: 2.1em;
}

.g-ico_star-sm {
    width: 1.7em;
    height: 1.6em;
}

.g-ico_compare {
    fill: #52bfc5;
}

.g-ico_compare-big {
    width: 2.3em;
    height: 2.5em;
}

.g-ico_compare-sm {
    width: 1.6em;
    height: 1.8em;
}

.g-ico_goods-more {
    width: 3em;
    height: 3em;
    fill: #5ea2d1;
}

.g-ico_goods-plus,
.g-ico_goods-equal {
    width: 1.6em;
    height: 1.6em;
    fill: #b3b3b3;
}

.g-ico_print {
    width: 16px;
    height: 16px;
    width: 1.6rem;
    height: 1.6rem;
    fill: #b3b3b3;
}

.g-ico_checked-btn {
    width: 1.6em;
    height: 1.5em;
    fill: #43a047;
}

.g-ico_checked-btn_sm {
    width: 1.2em;
    height: 1.1em;
}

.g-ico_back {
    width: 1.5em;
    height: 1.1em;
    fill: #fff;
}

.g-ico_check-cart {
    width: 32px;
    height: 32px;
    width: 3.2rem;
    height: 3.2rem;
    fill: #43b77a;
}

.g-ico_pdf {
    width: 16px;
    height: 16px;
    width: 1.6rem;
    height: 1.6rem;
}

.g-ico_basket {
    width: 15px;
    height: 16px;
    width: 1.5rem;
    height: 1.6rem;
}

.g-ico_edit {
    width: 1.5em;
    height: 1.5em;
    fill: #B3B3B3;
}

.g-ico_zoom {
    display: block;
    width: 3.7em;
    height: 3.7em;
}

.g-ico_white {
    fill: #fff;
}

.g-star {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.g-star_disabled:after {
    display: block;
    content: "";
    position: absolute;
    top: -1em;
    right: -1em;
    bottom: -1em;
    left: -1em;
    z-index: 5;
}

.g-star .g-ico_star-full {
    display: none;
}

.g-star .g-ico_star-brd {
    display: block;
    fill: #b3b3b3;
}

.g-star__input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.g-star__input:checked+.g-star-label .g-ico_star-full,
.g-star__input:checked~.g-star-label .g-ico_star-full {
    display: block;
}

.g-star__input:checked+.g-star-label .g-ico_star-brd,
.g-star__input:checked~.g-star-label .g-ico_star-brd {
    display: none;
}

.g-star-label {
    float: right;
    margin-right: 0.3em;
    cursor: pointer;
    position: relative;
}

.g-star-label:hover .g-ico_star-brd,
.g-star-label:hover~.g-star-label .g-ico_star-brd {
    fill: #FDB624;
}

.g-favor,
.g-compare {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.g-favor .g-ico,
.g-compare .g-ico {
    display: inline-block;
    vertical-align: middle;
    fill: #b3b3b3;
}

.g-favor__input,
.g-compare__input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.g-favor-label,
.g-compare-label {
    cursor: pointer;
    position: relative;
}

.g-favor-label_sm,
.g-compare-label_sm {
    height: 2.5em;
}

.g-favor-label_full,
.g-compare-label_full {
    height: 100%;
    width: 100%;
    text-align: center;
}

.g-favor__title,
.g-compare__title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
}

.g-favor__title-txt,
.g-compare__title-txt {
    font-size: 1.1em;
}

.g-favor .g-ico_star-full {
    fill: #FDB624;
    display: none;
}

.g-favor .g-ico_star-brd {
    display: block;
}

.g-favor__input:checked~.g-ico_star .g-ico_star-full {
    display: block;
}

.g-favor__input:checked~.g-ico_star .g-ico_star-brd {
    display: none;
}

.g-favor-label:hover .g-ico_star-brd {
    fill: #FDB624;
}

.ismobile .g-favor-label:hover .g-ico_star-brd {
    fill: #b3b3b3;
}

.g-compare__input:checked~.g-ico,
.ismobile .g-compare:hover .g-compare__input:checked~.g-ico {
    fill: #52bfc5;
}

.g-compare-label:hover .g-ico {
    fill: #52bfc5;
}

.ismobile .g-compare-label:hover .g-ico {
    fill: #b3b3b3;
}

.g-charac {
    max-width: 76em;
}

.g-charac .dop:not(:first-of-type) {
    margin-top: 1.7em;
}

.g-charac .dop>.title {
    margin-bottom: 0.5em;
}

.g-charac-item {
    margin-bottom: 0.8em;
    margin-left: 2em;
    position: relative;
    z-index: 1;
}

.g-charac-item-td {
    vertical-align: top;
}

.g-charac-item-td .td_r {
    vertical-align: bottom;
}

.g-charac-item__left,
.g-charac-item__right {
    display: inline-block;
}

.g-charac-item__right .g-charac-item__txt {
    padding-left: 3px;
    padding-left: 0.3rem;
}

.g-charac-item__left .g-charac-item__txt {
    padding-right: 3px;
    padding-right: 0.3rem;
}

.g-charac-item__left {
    margin-right: 0.3em;
}

.g-charac-item__left:after {
    content: "";
    display: block;
    position: absolute;
    right: 0.3em;
    bottom: auto;
    left: 0.3em;
    z-index: -1;
    border-bottom: 1px solid #ededed;
}

.g-charac-item__right {
    margin-left: 0.4em;
}

.g-charac-item__center {
    min-width: 20px;
    min-width: 2rem;
}

.g-charac-item__center:before {
    content: ":";
    text-indent: -10000em;
    visibility: hidden;
    font-size: 1.3em;
    line-height: 1.1;
    display: block;
}

.g-charac-item__txt {
    font-size: 1.3em;
    line-height: 1.3;
    background: #FFF;
}

.g-charac-item__txt p,
.g-charac-item__txt strong,
.g-charac-item__txt i {
    display: inline;
}

a.g-charac-item__txt:hover {
    border-bottom: 1px dotted #7a7a7a;
}

.g-charac-item__block {
    margin-bottom: 2.5rem;
}
a.g-charac-item__txt.fancybox {
    display: block;
    border: none;
    position: relative;
}
a.g-charac-item__txt.fancybox:hover {
    border: none;
    cursor: zoom-in;
}
a.g-charac-item__txt.fancybox:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: background 0.15s ease;
}
a.g-charac-item__txt.fancybox:hover:after {
    background: rgba(0,0,0, 0.3);
}
.g-promocod {
    height: 3.2em;
    position: relative;
    padding-right: 11.5em;
}

.g-promocod__input {
    height: 100%;
    border-radius: 3px 0 0 3px;
    font-size: 1.3em;
}

.g-promocod__btn {
    background: #5ea2d1;
    height: 100%;
    width: 11.5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
    border-radius: 0 3px 3px 0;
    color: #fff;
}

.g-promocod__btn-txt {
    font-size: 1.2em;
}

.g-quan {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    width: 22em;
    height: 4.5em;
    padding: 0 8em;
    z-index: 1;
}

.g-quan__btn {
    width: 8em;
    cursor: default;
}

.g-quan__btn-ico {
    width: 2.2em;
    height: 2.2em;
    bottom: 0.1em;
}

.g-quan__btn-ico-line {
    background: #d1d1d1;
    transition: background 0.25s;
}

.g-quan__btn-ico-line_h {
    height: 0.2em;
    min-height: 1px;
    width: 100%;
}

.g-quan__btn-ico-line_v {
    height: 100%;
    width: 0.2em;
    min-width: 1px;
}

.g-quan__btn.is-active,
.g-quan_prod .g-quan__btn.is-active {
    cursor: pointer;
}

.g-quan__btn.is-active .g-quan__btn-ico-line {
    background: #d1d1d1;
}

.g-quan__btn:hover .g-quan__btn-ico-line {
    background: #5ea2d1;
}

.g-quan__num {
    height: 100%;
    font-size: 2.1em;
    text-align: center;
    padding: 0 3px 1px;
    padding: 0 0.3rem 0.1rem;
}

.g-quan_prod {
    width: 10em;
    height: 3.5em;
    padding: 0 3em;
}

.g-quan_prod .g-quan__btn {
    width: 3em;
    cursor: default;
}

.g-quan_prod .g-quan__btn-ico {
    width: 1.4em;
    height: 1.4em;
}

.g-quan_prod .g-quan__num {
    font-size: 1.6em;
}

.g-inner-menu__cont {
    margin-bottom: 3.2em;
    border-bottom: 1px solid #ededed;
}

.g-inner-menu__heading {
    float: left;
    min-height: 7.5em;
    padding: 1.8em 0 0;
    position: relative;
}

.g-inner-menu__heading-txt {
    font-size: 2.8em;
    line-height: 1.25;
    font-weight: 400;
}

.g-inner-menu {
    margin: 2.6em -1em 1.4em;
    float: right;
}

.g-inner-menu__el {
    float: left;
    height: 3em;
    padding: 0 1em;
    transition: color 0.25s;
}

.g-inner-menu__el-txt {
    font-size: 1.4em;
    white-space: nowrap;
}

.g-inner-menu__el:hover,
.g-inner-menu__el.active {
    color: #5da1d3;
}

.youtube__container {
    position: relative;
    width: 100%;
    height: 100%;
}

.youtube__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.youtube__play {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-left: 2em solid #fff;
    border-right: 0;
    z-index: 2;
    transition: all 0.25s;
}

.youtube:hover .youtube__play {
    transform: scale(1.2, 1.2);
}

.youtube:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    opacity: .4;
    filter: Alpha(opacity=70);
}

.Ta\(c\) {
    text-align: center;
}

.g-amount {
    margin: 0 5px;
    padding: 0 5px;
    white-space: nowrap;
}

.g-amount_red {
    background-color: #FFC0C0;
}

.g-amount_green {
    background-color: #ACE2C6;
}

.g-message {
    margin-bottom: 2em;
    text-align: center;
    font-weight: 600;
    padding: 1.5em 1em;
}

.g-message__item {
    display: inline-block;
    margin: 0 10px;
    margin: 0 1rem;
}

.g-message_red {
    background: #e13f3f;
    color: #fff;
}

.g-message_red_brd {
    border: 1px solid #e13f3f;
    color: #e13f3f;
}

.g-message_green_brd {
    border: 1px solid #43b77a;
}

.g-message_grey {
    background: #f2f2f2;
}

.g-dealer-el {
    padding: 1.2em 1.5em 0.7em;
    margin-bottom: 1.5em;
    background: #ededed;
}

.g-dealer-el-pos {
    margin-bottom: 0.5em;
}

.g-dealer-el-pos__txt {
    font-size: 1.2em;
    line-height: 1.2;
    white-space: nowrap;
}

.g-dealer-el-pos__title {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 1em;
}

.g-dealer-el-pos__cost {
    display: inline-block;
    vertical-align: baseline;
}

.g-dealer-el-pos_bold {
    font-weight: 600;
}

.g-dealer-el.is-active {
    background: #9AFF9A;
}

.acc-parent {
    margin-bottom: 1em;
}

.acc-btn {
    width: 100%;
    min-height: 4em;
    background: #dcdcdc;
    padding: 0.5em 3.4em 0.5em 2em;
    text-align: left;
    position: relative;
}

.acc-btn__txt {
    font-size: 1.6em;
    line-height: 1.25em;
}

.acc-btn__ico {
    position: absolute;
    top: 0;
    right: 2em;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 1.4em;
    height: 1.4em;
}

.acc-btn__ico::before,
.acc-btn__ico::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: currentColor;
}

.acc-btn__ico::before {
    min-height: 1px;
    height: 0.2em;
    width: 100%;
}

.acc-btn__ico::after {
    min-width: 1px;
    width: 0.2em;
    height: 100%;
}

.acc-btn:hover {
    color: #5da1d3;
}

.acc-btn[aria-expanded="true"] .acc-btn__ico::after {
    background: transparent;
}

.acc-panel__in {
    padding: 1em 0 1em 1em;
}

.acc-panel .acc-btn {
    background: #f2f2f2;
}

.g-label {
    pointer-events: none;
}

.g-label-new,
.g-label-cutprice {
    height: 2.1em;
    padding: 0 0.8em 0 1em;
    border-radius: 3px;
}

.g-label-new__txt,
.g-label-cutprice__txt {
    font-size: 1.1em;
    font-weight: 600;
}

.g-label-new_big,
.g-label-cutprice_big {
    height: 3.1em;
}

.g-label-new_big .g-label-new__txt,
.g-label-cutprice_big .g-label-new__txt,
.g-label-new_big .g-label-cutprice__txt,
.g-label-cutprice_big .g-label-cutprice__txt {
    font-size: 1.3em;
}

.g-label-new {
    display: inline-block;
    color: #fff;
    background: #43b77a;
}

.g-label__split {
    display: block;
    width: 1em;
    height: 1em;
    padding: 0;
}

.g-label-cutprice {
    background: #fdb624;
}

.g-label-sale {
    height: 5em;
    width: 5em;
    padding: 0 0 0 0.2em;
    border-radius: 100%;
    text-align: center;
    background: #ffdd06;
}

.g-label-sale__txt {
    font-size: 1.4em;
    font-weight: 600;
}

.g-label-sale_big {
    width: 6em;
    height: 6em;
}

.g-label-sale_big .g-label-sale__txt {
    font-size: 1.6em;
}

.g-doc {
    padding: 2.3em 3em 1.7em;
    background-color: #eff5f7;
    border: 1px solid #d0dde1;
}

.g-doc__title {
    margin-bottom: 2em;
}

.g-doc__title-txt {
    font-size: 1.4em;
    line-height: 1.4;
    font-weight: 600;
    white-space: nowrap;
}

.g-doc__list {
    display: block;
    list-style: none;
}

.g-doc__list-li {
    display: block;
}

.g-doc-el {
    display: inline-block;
    padding: 8px 0 8px 2.8em;
    padding: 0.8rem 0 0.8rem 2.8em;
    margin-bottom: 0.5em;
    min-height: 2.5em;
    color: #587c96;
    position: relative;
    z-index: 1;
}

.g-doc-el__ico,
.g-doc-el__ico.fa {
    position: absolute;
    top: 6px;
    top: 0.6rem;
    left: 0;
    color: #f00;
    font-size: 2em;
}

.g-doc-el__txt {
    display: block;
    font-size: 1.4em;
    line-height: 1.4;
}

.g-doc-el:hover {
    text-decoration: underline;
}

html.lock {
    overflow: hidden;
}

html.lock body {
    overflow-y: scroll;
}

html.lock .lock-screen_filter {
    visibility: visible;
}

html.menu_open .mob-menu {
    transform: translateX(100%);
}

html.search_open .mob-search {
    transform: translateX(100%);
}

html.filter_open {}

html.filter_open .sidebar-filter {
    transform: translateX(-24em);
}

body {
    color: #333;
    background: #ebebeb;
    font-smoothing: subpixel-antialiased;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    height: 100%;
}

.body {
    width: 100%;
    height: 100%;
    position: relative;
}

.body-wrap {
    position: relative;
    min-width: 32em;
    min-height: 100%;
    min-height: 100vh;
    padding: 0 0 5em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.content {
    max-width: 132em;
    margin: 0 auto;
}

.content_main {
    width: 100%;
    flex: 1 0 auto;
    margin-bottom: 3em;
}

.header__top {
    height: 4.5em;
    position: relative;
    background: #318c90;
}

.header__top-wrap {
    position: relative;
    padding-left: 27.6em;
    padding-right: 20.5em;
}

.header-logo {
    display: block;
    width: 27em;
    height: 12em;
    text-align: center;
    padding: 0 1.5em 0.5em;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    background: #FFF;
    z-index: 10;
    fill: #538fbb;
}

.header-logo__in {
    text-align: right;
}

.header-logo__img {
    display: block;
    width: 23.6em;
    height: 5.2em;
    margin-top: 0;
    margin-bottom: 0.3em;
}

.header-logo__txt {
    font-size: 1.28em;
    line-height: 1;
    white-space: nowrap;
    color: #7A7A7A;
}

.header-menu {
    display: inline-block;
    height: 100%;
    overflow: hidden;
}

.header-menu__btn {
    float: left;
    display: inline-block;
    height: 100%;
    padding: 0 1.5em 0 1.4em;
    position: relative;
    color: #dfdfdf;
    white-space: nowrap;
}

.header-menu__btn:before {
    content: '';
    display: block;
    width: 1px;
    background: #383838;
    position: absolute;
    top: 0.9em;
    bottom: 0.9em;
    right: 0;
}

.header-menu__btn.active,
.header-menu__btn:active,
.header-menu__btn:hover {
    color: #fff;
}

.header-menu__btn-txt {
    font-size: 1.3em;
}

.header-user-container {
    height: 100%;
    /*z-index: 111;*/
}

.header-user-container:hover .header-user-drop {
    display: block;
}

.istablet .header-user-container:hover .header-user-drop,
.ismobile .header-user-container:hover .header-user-drop {
    display: none;
}

.header-user {
    max-width: 19.5em;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 0.1em 3.8em 0 0;
    fill: #fff;
    color: #FFF;
    text-decoration: none;
}

.header-user__txt {
    font-size: 1.3em;
    white-space: nowrap;
    display: inline-block;
    padding: 2px 0 3px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-user__img-wrap {
    width: 3.8em;
}

.header-user__ico {
    max-width: 1.6em;
    max-height: 1.6em;
    bottom: 0.3em;
}

.header-user:hover {
    color: #fff;
}

.header-user.active {
    color: #2be88e;
    fill: #2be88e;
}

.header-user-drop {
    display: none;
    min-width: 19em;
    max-width: 22em;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    background: #FFF;
    border: 1px solid #e8e8e8;
    border-top: 0 none;
    box-shadow: 0 6px 10px #b2b2b2;
}

.header-user-drop__list {
    padding: 1em 0;
}

.header-user-drop__el {
    display: block;
    padding: 0.8em 2em;
    background: #FFF;
    overflow: hidden;
    text-decoration: none;
}

.header-user-drop__el.active,
.header-user-drop__el:hover {
    color: #5da1d3;
}

.header-user-drop__el-txt {
    font-size: 1.2em;
}

.istablet .header-user-drop,
.ismobile .header-user-drop {
    display: none;
}

.header__bottom {
    height: 7.5em;
    background: #FFF;
    position: relative;
    z-index: 4;
}

.header__bottom:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0.3em;
    min-height: 2px;
    background: #CACACA;
}

.header__bottom-wrap {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-left: 29em;
}

.header__bottom-wrap td {
    vertical-align: top;
}

.header-contact {
    height: 100%;
    margin: 0 2em 0 0;
    text-align: center;
    white-space: nowrap;
}

.header-contact__tel {
    margin-bottom: 0.8em;
    color: #3D3D3D;
    text-align: left;
    white-space: nowrap;
}

.header-contact__tel-txt {
    font-size: 2em;
}

.header-contact__mail {
    display: block;
    text-align: left;
    color: #5da1d3;
    text-decoration: none;
    white-space: nowrap;
}

.header-contact__mail-txt {
    font-size: 1.4em;
}

.header-contact__mail:hover {
    color: #3d3d3d;
}

.header-search {
    display: block;
    margin: 0 3.2em 0 0;
}

.header-search__form {
    width: 100%;
}

.header-search__in {
    min-width: inherit;
    width: 100%;
    position: relative;
}

.header-search .input__search {
    font-size: 1.3em;
    color: #3d3d3d;
    height: 33px;
    height: 3.3rem;
    background: #fff;
    border: 1px solid #cfcfcf;
    padding: 0 3.6px 1px 19px;
    padding: 0 3.6rem 0.1rem 1.9rem;
}

.header-search__btn {
    height: 100%;
    width: 3.3em;
}

.header-search__btn:hover .g-ico {
    fill: #5ea2d1;
}

.header-address {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 1em 0.1em 0;
}

.header-address__city {
    display: inline-block;
    height: 3.3em;
    padding: 0 1.7em 0 0;
    margin: 0 0 0.1em 0;
    position: relative;
    z-index: 1;
    color: #3d3d3d;
    white-space: nowrap;
    text-decoration: none;
}

.header-address__city:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 3px;
    right: 0.3em;
    bottom: 0;
    margin: auto;
    border: 0.4em solid transparent;
    border-top: 0.4em solid #898989;
    border-bottom: 0 none;
}

.header-address__city--no-choice:before {
    display: none;
}

.header-address__city-txt {
    font-size: 1.3em;
    white-space: nowrap;
}

.header-address__city:hover {
    color: #3d3d3d;
}

.header-address__city:hover:before {
    border-top-color: #5DA1D3;
}

.header-address__shop {
    display: block;
    padding: 0 0 0.7em 0;
    color: #5DA1D3;
    white-space: nowrap;
    text-decoration: none;
}

.header-address__shop-txt {
    display: inline-block;
    font-size: 1.4em;
    line-height: 1.3;
    border-bottom: 1px dashed;
    transition: border-color 0.25s;
}

.header-address__shop_small {
    padding-bottom: 0.9em;
}

.header-address__shop_small .header-address__shop-txt {
    font-size: 1.2em;
}

.header-address__shop:hover {
    color: #5DA1D3;
}

.header-address__shop:hover .header-address__shop-txt {
    border-bottom-color: transparent;
}

.header-tel {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
    min-width: 17em;
    height: 100%;
    padding: 0 0 0 1.5em;
}

.header-tel:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    z-index: -1;
    top: 0.8em;
    bottom: 0.8em;
    left: 0;
    background: #b3b3b3;
}

.header-tel__pos {
    padding: 0.2em 0;
}

.header-tel__num {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1;
    color: #545454;
    display: block;
    white-space: nowrap;
}

.header-tel__name {
    color: #5da1d3;
    text-decoration: none;
    white-space: normal;
    max-width: 15.5em;
    display: block;
    padding: 0.2em 0 0;
}

.header-tel__name-txt {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.2;
}

.header-tel__name:hover {
    color: #757575;
}

.header-mob-search {
    display: none;
    right: 5.2em;
    width: 4.5em;
    fill: #fff;
}

.header-mob-search__ico {
    width: 1.5em;
    height: 1.5em;
}

.header-mob-search:hover {
    fill: #5da1d3;
}

.header-burger {
    display: none;
    width: 5.2em;
    fill: #fff;
}

.header-burger__ico {
    width: 1.5em;
    height: 1.3em;
    right: 0.8em;
}

.header-burger:hover {
    fill: #5da1d3;
}

.header-phone {
    display: none;
    position: relative;
    max-width: 16em;
    margin: auto;
    min-height: 2em;
    height: 100%;
    padding: 0.2em 0 0 3.4em;
    color: #FFF;
}

.header-phone__ico {
    width: 2em;
    height: 2em;
}

.header-phone__txt {
    font-size: 1.4em;
    line-height: 1.45;
    white-space: nowrap;
}

.footer {
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-top: auto;
    transform: translate3d(0, 0, 0);
}

.footer__diz {
    z-index: -1;
    background: #318c90 url(../images/footer__img.png) no-repeat right bottom;
}

.footer-top {
    min-height: 33em;
    padding: 4em 4.7em 2em;
    position: relative;
}

.footer-top .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer-bottom {
    min-height: 9em;
    padding: 1.4em 4.7em 0.6em;
    position: relative;
    z-index: 1;
}

.footer-bottom__diz {
    background: #000;
    opacity: 0.07;
    filter: alpha(opacity=7);
    z-index: -1;
}

.footer-bottom .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.footer-bottom__left {
    float: left;
    height: 100%;
}

.footer-bottom__center {
    float: left;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.footer-bottom__right {
    float: left;
    height: 100%;
    overflow: hidden;
}

.footer-city {
    width: 50%;
    padding-right: 2em;
    float: left;
    white-space: nowrap;
}

.footer-city-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding-left: 8.4em;
}

.footer-city-item__title {
    padding: 0.7em 0 0 3.4em;
    margin-bottom: 1.7em;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-city-item__title-txt {
    font-size: 1.4em;
}

.footer-city-item-el {
    display: inline-block;
    position: relative;
    max-width: 41em;
    min-height: 2em;
    padding: 0.5em 0 0.5em 3.4em;
    color: #FFF;
}

.footer-city-item-el__ico {
    top: 0.5em;
    width: 2em;
    height: 2em;
}

.footer-city-item-el__txt {
    font-size: 1.4em;
    line-height: 1.45;
}

.footer-city-item-el__link {
    display: inline;
    padding: 2px 0 6px;
}

.footer-city-item-el_btn {
    cursor: pointer;
}

.footer-city-item:first-child,
.footer-city-item:first-of-type {
    margin-left: 0;
    padding-left: 0;
}

.footer-menu {
    float: right;
    margin-right: -3em;
    max-width: 50%;
}

.footer-menu-item {
    float: left;
    margin-right: 3em;
    max-width: 16.5em;
}

.footer-menu-item__title {
    position: relative;
    margin-bottom: 1em;
}

.footer-menu-item__title .footer-menu-item__el {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-menu-item__title .footer-menu-item__el-txt {
    font-size: 1.4em;
}

.footer-menu-item__title .footer-menu-item__el_mob {
    display: none;
}

.footer-menu-item__el {
    display: block;
    padding: 0.8em 0;
}

.footer-menu-item__el-txt {
    font-size: 1.3em;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.footer-menu-item__el.active .footer-menu-item__el-txt {
    border-bottom-color: #fff;
}

.footer-menu-item__btn {
    display: none;
}

.footer-menu-item__btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 2em;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 0.4em solid transparent;
    border-top: 0.4em solid #fff;
    border-bottom: 0 none;
    transform: rotate(0deg);
    transition: transform 0.35s;
}

.footer-menu-item.open .footer-menu-item__btn:before {
    transform: rotate(180deg);
}

.footer-copyright {
    position: relative;
    margin: 0 1.3em 0 0;
    padding-left: 3.4em;
}

.footer-copyright__ico {
    width: 2.2em;
    height: 2.2em;
}

.footer-copyright-text {
    padding-top: 0.2em;
    white-space: nowrap;
}

.footer-copyright-text-txt {
    font-size: 1.1em;
    line-height: 1.82;
}

.footer-dev {
    padding-left: 3.4em;
}

.footer-dev__fs {
    font-size: 1.1em;
}

.footer-dev__link {
    color: #FFF;
    display: inline-block;
    padding: 0.5em 0;
}

.footer-metrics {
    display: inline-block;
    padding: 1.6em 0 0;
    text-align: center;
}

.footer-metrics-el {
    display: inline-block;
    text-align: left;
    margin: 0 0.6em 0.8em 0.9em;
}

.footer-payments {
    padding: 1.6em 0 0 0.8em;
    overflow: hidden;
}

.footer-payments .img {
    display: inline-block;
    vertical-align: middle;
    max-height: 3.2em;
    max-width: 8.5em;
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.g-panel {
    height: 5em;
    position: fixed;
    z-index: 1003;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 4.7em;
    background: #318c90;
    transition: transform 0.35s;
}

.g-panel__left {
    width: 35.8%;
    float: left;
    height: 100%;
}

.g-panel__center {
    float: left;
    height: 100%;
    text-align: center;
}

.g-panel__center .g-panel-btn:first-child {
    margin-right: 5.6em;
}

.g-panel__right {
    float: right;
    height: 100%;
}

.g-panel-btn {
    display: inline-block;
    color: #fff;
    height: 100%;
    text-align: left;
}

.g-panel-btn__in {
    white-space: nowrap;
}

.g-panel-btn__ico,
.g-panel-btn__num,
.g-panel-btn__txt,
.g-panel-btn__price {
    display: inline-block;
    vertical-align: middle;
}

.g-panel-btn__ico {
    position: relative;
    margin: 0 1.2em 0 0.7em;
    transition: opacity 0.25;
}

.g-panel-btn__num {
    font-size: 1.3em;
    line-height: 1;
}

.g-panel-btn__txt {
    font-size: 1.2em;
    line-height: 1;
    padding-top: 1px;
    padding-top: 0.1rem;
}

.g-panel-btn__price {
    font-size: 1.5em;
    line-height: 1;
    padding-bottom: 1px;
    padding-bottom: 0.1rem;
    direction: ltr;
}

.g-panel-btn_comp .g-panel-btn__ico {
    padding-top: 0.1em;
}

.g-panel-btn_cart {
    padding-right: 1.2em;
    padding-left: 1.2em;
}

.g-panel-btn_cart .g-panel-btn__ico {
    position: relative;
    margin: 0 0.9em 0 0.4em;
}

.g-panel-btn:hover .g-panel-btn__ico {
    opacity: 0.6;
}

.g-panel-feedback {
    float: left;
    height: 100%;
}

.g-panel-feedback-btn {
    height: 100%;
    position: relative;
    padding-left: 3.4em;
    margin-right: 5.6em;
    color: #fff;
}

.g-panel-feedback-btn__ico {
    width: 2em;
}

.g-panel-feedback-btn__txt {
    font-size: 1.2em;
}

.g-panel-basket {
    float: left;
    height: 100%;
    margin-right: 1em;
}

.g-panel-order {
    float: left;
    padding: 0.5em 0;
}

.g-modal__title {
    margin-bottom: 2em;
    font-weight: 600;
}

.g-modal__title .fa {
    color: green;
    margin-right: 10px;
    font-size: 1.1em;
}

.g-modal__desc {
    margin-bottom: 2.5em;
}

.g-modal__list {
    padding-bottom: 1em;
}

.g-modal__related-main {
    padding-bottom: 1.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ededed;
}

.g-modal__related-slider .swiper-slide {
    width: 33.333%;
}

.g-modal__related-slider .g-slider_modal {
    margin-bottom: 1em;
}

@media (max-width: 599px) {
    .g-modal__related-slider .swiper-slide {
        width: 50%;
    }
}

.g-container-home .sidebar-content:after,
.g-container-cat .sidebar-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    margin-left: -1px;
    border-left: 1px solid #e8e8e8;
}

.g-container-home,
.g-container-goods {
    margin-top: 3em;
}

.g-container-cart {
    margin-top: 3em;
}

.g-container-cart__left {
    float: left;
    width: 100%;
    margin-right: -33em;
    padding-right: 36em;
}

.g-container-cart__right {
    float: right;
    width: 33em;
}

.g-container-cart-sidebar {
    margin-bottom: 1.5em;
}

.g-container-cart .breadcrumbs {
    background: #fff;
}

.g-container-cart_dealer .g-container-cart__left {
    float: none;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
}

.g-container-cart_dealer .g-container-cart__right {
    display: none;
    float: none;
    width: 100%;
}

.g-container-cart_dealer .cart-order-total-cost {
    display: block;
}

.sidebar__cont {
    position: relative;
}

.sidebar {
    float: left;
    width: 24em;
    position: relative;
    z-index: 110;
}

.sidebar-content {
    float: left;
    width: 100%;
    padding-left: 24em;
    margin-left: -24em;
}

.sidebar-content-heading {
    min-height: 4.5em;
    padding: 0.8em 3em;
    border-bottom: 1px solid #efefef;
    background: #FFF;
}

.sidebar-content-heading__text {
    padding-top: 0.5em;
}

.sidebar-content-heading__text h1 {
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
}

.sidebar-content-heading__text-date {
    margin-left: 10px;
    margin-left: 1rem;
    font-weight: normal;
    color: #6F6F6F;
    white-space: nowrap;
}

.sidebar-content-heading__text-status {
    margin-left: 10px;
    margin-left: 1rem;
    font-weight: normal;
    white-space: nowrap;
}

.sidebar-filter__wrap {
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.sidebar-filter-gr {
    border-bottom: 1px solid #e8e8e8;
}

.sidebar-filter-gr__list {
    overflow: hidden;
}

.sidebar-filter-gr__list-wrap {
    padding: 0 2em 2em;
}

.sidebar-filter-gr__list_amount {
    background: #ededed;
}

.sidebar-filter-gr__list_amount .sidebar-filter-gr__list-wrap {
    padding-bottom: 0.6em;
}

.sidebar-filter-gr__title {
    height: 4.9em;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    fill: #b7b7b7;
}

.sidebar-filter-gr__title-in {
    position: relative;
    padding: 0.8em 2em 0.8em 4.4em;
    max-height: 4em;
    overflow: hidden;
}

.sidebar-filter-gr__title-txt {
    font-size: 1.4em;
}

.sidebar-filter-gr__title-ico-wrap {
    position: absolute;
    top: -0.1em;
    left: 1em;
    width: 3.3em;
    height: 3.3em;
}

.sidebar-filter-gr__title-ico {
    width: 1.2em;
    height: 0.6em;
    transition: fill 0.25s;
}

.sidebar-filter-gr__title:hover,
.sidebar-filter-gr__title:focus {
    fill: #5ea2d1;
}

.sidebar-filter-gr__title[aria-expanded="true"] .sidebar-filter-gr__title-ico-wrap {
    transform: rotate(180deg);
}

.sidebar-filter-gr_amount {
    background: #ededed;
    border-left: 1px solid #dcdcdc;
}

.sidebar-filter-gr_amount .sidebar-filter-gr__list-wrap {
    padding-top: 0.1em;
    padding-bottom: 0.3em;
}

.sidebar-filter-btn__cont {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2em;
}

.sidebar-filter-btn {
    flex-grow: 1;
}

.sidebar-filter-btn__ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 1.3em 0 -2.3em;
    position: relative;
    top: 0.1em;
}

.sidebar-filter-btn__txt {
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1;
    display: inline-block;
    border-bottom: 1px solid;
    transition: border-color 0.25s;
}

.sidebar-filter-btn:hover .sidebar-filter-btn__txt {
    border-color: transparent;
}

.sidebar-filter-btn_submit {
    color: #fff;
    background: #5ea2d1;
    border-radius: 3px;
    padding: 0 2em;
    text-align: center;
    height: 4.5em;
    min-width: 16em;
    margin: 1.5em 0;
    transition: all 0.25s ease;
}

.sidebar-filter-btn_submit .sidebar-filter-btn__txt {
    font-size: 1.4em;
}

.sidebar-filter-btn_submit:hover,
.sidebar-filter-btn_submit:active {
    background: #77b9e7;
}

.sidebar-filter-btn__cont .sidebar-filter-btn_reset {
    margin: 0 -2em;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}

.sidebar-filter-btn_reset {
    text-align: left;
    height: 5em;
    padding: 0 2em 0 4.5em;
    color: #e13f3f;
    fill: #e13f3f;
}

.sidebar-filter-show {
    display: none;
    height: 3em;
    background: #535353;
    position: absolute;
    left: 100%;
    margin-top: 0.6em;
    margin-left: 0.5em;
    z-index: 1001;
    color: #fff;
    white-space: nowrap;
    padding: 0 1.5em 0.1em;
}

.sidebar-filter-show:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto;
    width: 0;
    height: 0;
    border: 0.7em solid transparent;
    border-right: 0.5em solid #535353;
    border-left: 0 none;
}

.sidebar-filter-show__txt {
    font-size: 1.2em;
}

.sidebar-filter-show:hover {
    display: block !important;
}

.sidebar-goods {
    border-right: 1px solid transparent;
}

.sidebar-goods .goods-el_banner {
    height: 38em;
    border: 0 none;
    margin: 0;
    min-width: inherit;
}

.sidebar-content-page {
    float: right;
    width: 100%;
    padding-left: 27em;
    margin-left: -24em;
}

.sidebar-service {
    margin-bottom: 3em;
}

.sidebar-service__list {
    padding: 2em 1.5em 0.1em;
}

.sidebar-service-el {
    display: block;
    color: #fff;
    margin-bottom: 2em;
}

.sidebar-service-el__ico-wrap {
    float: left;
    display: block;
    margin-right: 1.5em;
    width: 2.5em;
    text-align: center;
}

.sidebar-service-el__ico {
    max-width: 100%;
    max-height: 100%;
}

.sidebar-service-el__text {
    display: block;
    overflow: hidden;
}

.sidebar-service-el__title {
    display: block;
}

.sidebar-service-el:hover .sidebar-service-el__ico-wrap {
    color: #000;
}

.sidebar-usefully {
    margin-bottom: 3em;
}

.sidebar-usefully__list {
    margin: 0 1.5em;
    padding: 1.8em 0 0.1em;
}

.sidebar-usefully-el {
    display: block;
    margin-bottom: 2em;
}

.sidebar-usefully-el__ico-wrap {
    float: left;
    display: block;
    margin-right: 1.5em;
    color: #5da1d3;
}

.sidebar-usefully-el__ico {
    max-width: 100%;
    max-height: 100%;
}

.sidebar-usefully-el__text {
    display: block;
    overflow: hidden;
}

.sidebar-usefully-el__title {
    display: block;
}

.sidebar-usefully-el:hover {
    color: #5da1d3;
}

.sidebar-article {
    margin-bottom: 3em;
}

.sidebar-article__list {
    margin: 0 1.5em;
    padding: 1.8em 0 0.1em;
}

.sidebar-article-el {
    display: block;
    margin-bottom: 2em;
}

.sidebar-article-el__img-wrap {
    display: block;
    margin: 0 0 1em;
    border: 1px solid #e8e8e8;
    position: relative;
}

.sidebar-article-el__img-wrap--noimg {
    height: 2.9em;
}

.sidebar-article-el__img-wrap:hover {
    border-color: #5da1d3;
}

.sidebar-article-el__img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 20em;
    margin: auto;
    background-size: contain;
}

.sidebar-article-el__text {
    overflow: hidden;
    max-height: 50em;
}

.sidebar-article-el__title {
    display: block;
    margin-bottom: 0.5em;
}

.sidebar-article-el__title-txt {
    font-size: 1.6em;
    line-height: 1.4;
}

.sidebar-article-el__title:hover {
    color: #5da1d3;
}

.sidebar-article-el-info {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0.8em 1em;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.sidebar-article-el-info-date {
    float: left;
    display: inline-block;
    margin-right: 1em;
}

.sidebar-article-el-info-date__txt {
    font-size: 1.2em;
}

.sidebar-article-el-info-views {
    float: right;
    display: inline-block;
}

.sidebar-article-el-info-views__txt {
    font-size: 1.2em;
}

.sidebar-article-el-info-views__txt .fa {
    margin-right: 5px;
    margin-right: 0.5rem;
}

.sidebar-article__more {
    margin: -0.3em 1.5em 0;
    padding-bottom: 1.8em;
    text-align: center;
}

.lock-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
    background: #000;
    opacity: 0.5;
    visibility: hidden;
    transition: visibility 0.35s;
}

.sub-menu {
    position: relative;
}

.sub-menu-back {
    right: auto;
    width: 5.4em;
    z-index: 101;
    transition: background 0.15s ease;
}
.sub-menu-back:hover {
    background: rgba(232, 220, 220, 0.1);
}

.sub-menu-back+.js-mob-cat {
    left: 5.4em;
}

.sub-menu .js-mob-cat,
.sub-menu .js-mob-cab {
    display: none;
}

.sub-menu-title {
    position: relative;
    width: 100%;
    height: 5em;
    height: 4.5em;
    padding: 0 3.5em 0 3.5em;
    background: #318c90;
    cursor: pointer;
    fill: #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.sub-menu-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 2.4em;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-top: 0.5em solid #fff;
    border-bottom: 0 none;
    transform: rotate(0deg);
}

.sub-menu-title__txt {
    font-size: 1.5em;
}

.sub-menu-title_mob {
    display: none;
}

.sub-menu__list.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.sub-menu-item {
    border-bottom: 1px solid #f2f2f2;
}

.sub-menu-item li:last-of-type,
.sub-menu-item li:last-child {
    border-bottom: 0 none;
}

.sub-menu-item__el {
    display: block;
    position: relative;
    padding: 1em 1.8em 1em 1.8em;
}

.sub-menu-item__el-txt {
    font-size: 1.4em;
}

.sub-menu-item__el-ico {
    display: block;
    position: absolute;
    top: 0;
    right: 1.5em;
    bottom: 0;
    margin: auto;
    white-space: nowrap;
}

.sub-menu-item__el-ico-in {
    font-size: 2em;
}

.sub-menu-item__el-ico::after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.sub-menu-item__el--pic {
    padding-left: 46px;
    padding-left: 4.6rem;
}

.sub-menu-item__el-pic {
    font-size: 1.6em;
    color: #7A7A7A;
    width: 16px;
    width: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    left: 1.8rem;
    margin: auto;
}

.sub-menu-item__el.active .sub-menu-item__el-pic,
.sub-menu-item__el.active:hover .sub-menu-item__el-pic {
    color: #fff;
}

.sub-menu-item__el:hover .sub-menu-item__el-pic {
    color: #5da1d3;
}

.sub-menu-item-drop {
    display: none;
    width: 100%;
    max-width: 24em;
    position: absolute;
    top: 0;
    left: 100%;
    background: #FFF;
    border-left: 1px solid #f2f2f2;
    box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1);
}

.sub-menu-item_drop {
    position: relative;
}

.sub-menu-item_drop>.sub-menu-item__el {
    padding-right: 2.5em;
}

.sub-menu-item__el:hover {
    color: #5da1d3;
}

.sub-menu-item__el.active,
.sub-menu-item__el.active:hover {
    background: #5da1d3;
    color: #fff;
}

.sub-menu-item:hover>.sub-menu-item__el:not(.active) {
    color: #5da1d3;
}

.sub-menu-item:hover .sub-menu-item-drop {
    display: block;
}

.sub-menu_inner .sub-menu-title {
    height: 4.5em;
}

.sub-menu:hover .sub-menu__list.dropdown-menu {
    display: block;
}

.sub-menu.open .sub-menu-title:before {
    transform: rotate(180deg);
}

.goods__list {
    padding: 0 0 0 0;
    position: relative;
}

.goods__list:before,
.goods__list:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #e8e8e8;
}

.goods__list:before {
    top: -1px;
    bottom: auto;
}

.goods__list .goods-el {
    float: left;
    height: 47.1em;
    margin: -1px 0 0 -1px;
}

.goods__list_4 {
    margin: 0 -5px 0 0;
}

.goods__list_4 .goods-el {
    width: 25%;
}

.goods__list_4 .goods-el_banner {
    display: none;
}

.goods-el {
    display: block;
    min-width: 25em;
    max-width: 41.4em;
    position: relative;
    background-color: #FFF;
    border: 1px solid #e8e8e8;
}

.goods-el__img-wrap {
    display: block;
    position: relative;
}

.goods-el__img {
    max-width: 100%;
    max-height: 100%;
}

.goods-el__title {
    display: block;
    overflow: hidden;
    font-weight: 600;
    transition: color 0.25s;
}

.goods-el__desc {
    display: block;
    height: 8.5em;
    max-height: 8.5em;
    margin-bottom: 0.4em;
    overflow: hidden;
    padding: 0 1.5em;
}

.goods-el__desc .editor {
    line-height: 1.45;
}

.goods-el__info {
    display: block;
    height: 2.8em;
    padding: 1.2em 10.15em 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.goods-el__art,
.goods-el__status {
    margin-right: 3%;
    font-size: 1.2em;
    white-space: nowrap;
}

.goods-el__status_have {
    color: #43b77a;
}

.goods-el__status_wait {
    color: #FDB624;
}

.goods-el__price {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF;
    font-size: 2.4em;
    white-space: nowrap;
}

.goods-el__price .sale.on {
    color: #b2b2b2;
    margin-right: 8px;
    margin-right: 0.8rem;
    text-decoration: line-through;
    font-size: 70%;
    position: relative;
    bottom: 2px;
}

.goods-el__btns {
    padding: 0 1.4em 0 1.5em;
    margin-bottom: 1.5em;
}

.goods-el__btns .g-btn {
    width: 100%;
    border-radius: 3px;
}

.goods-el__btns-el {
    float: left;
    display: block;
    width: 50%;
    height: 3.2em;
    position: relative;
    margin-left: -1px;
    border: 1px solid #e8e8e8;
}

.goods-el__btns-el:hover {
    border-color: #ccc;
    z-index: 1;
}

.goods-el__btns-el:hover .g-ico {
    opacity: 0.7;
}

.goods-el__btns-el:first-of-type {
    border-radius: 3px 0 0 3px;
}

.goods-el__btns-el_full {
    float: none;
    width: 100%;
    margin-left: 0;
}

.goods-el__btns-half {
    float: left;
    width: 50%;
}

.goods-el__btns-half .g-btn {
    margin-left: -2px;
    border-radius: 0 3px 3px 0;
}

.goods-el__btns-half_sm {
    width: 30%;
}

.goods-el__btns-half_sm .g-btn {
    margin-left: 0;
    border-radius: 3px 0 0 3px;
}

.goods-el__btns-half_sm .goods-el__btns-el {
    width: 100%;
}

.goods-el__btns-half_big {
    width: 70%;
}

.goods-el__dop-info {
    top: 1.4em;
    right: 1.5em;
    padding-left: 4.5em;
}

.goods-el__dop-info-el {
    float: left;
    padding: 4px 5px;
    padding: 0.45rem 0.45rem;
    margin-left: 5px;
    margin-left: 0.5rem;
    font-size: 1.1em;
    line-height: 1.1;
    color: #fff;
}

.goods-el__label {
    left: 1.5em;
}

.goods-el__label_top {
    top: 1.5em;
}

.goods-el__label_bottom {
    top: 10em;
}

.goods-el:hover {
    border-color: #ccc;
    z-index: 1;
}

.goods-el:hover .goods-el__title,
.goods-el:hover .goods-el_more__view {
    color: #5da1d3;
}

.goods-el-dealer-price {
    z-index: 10;
    padding: 0.4em 1em 0.5em;
    min-width: 12em;
    max-width: 13.5em;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.goods-el-dealer-price-el {
    padding: 0.4em 0;
    display: flex;
    justify-content: space-between;
}

.goods-el-dealer-price-el__title {
    float: left;
}

.goods-el-dealer-price-el__val {
    float: right;
    text-align: right;
    white-space: nowrap;
}

.goods-el-dealer-price-el__txt {
    font-size: 1.1em;
}

.goods-el_big {
    padding-top: 2.2em;
}

.goods-el_big .g-link {
    bottom: 6em;
}

.goods-el_big.diplomas-el {
    height: auto;
}

.goods-el_big.diplomas-el .goods-el__title {
    margin: 0;
    height: 6.2em;
    max-height: 6.2em;
    padding: 1em;
    text-align: center;
}

.goods-el_big.diplomas-el .goods-el__title-txt {
    font-size: 1.8em;
    line-height: 1.3;
    display: block;
    text-align: center;
}

.goods-el_big .goods-el__img-wrap {
    height: 19em;
    margin: 0 1em 1em;
}

.goods-el_big .goods-el__label_bottom {
    top: 19em;
}

.goods-el_big .goods-el__title {
    height: 6.2em;
    max-height: 6.2em;
    padding: 0 1.5em;
    margin-bottom: 0.6em;
}

.goods-el_big .goods-el__title-txt {
    font-size: 1.5em;
    line-height: 1.35;
    color: #318c90;
}

.goods-el_big .goods-el__info {
    margin: 0 1.5em 0.8em;
}

.goods-el_big .goods-el__price {
    font-size: 2.4em;
}

.goods-el_mid {
    padding-top: 0;
}

.goods-el_mid .goods-el__link {
    display: block;
    padding: 1.5em 0 0.8em;
}

.goods-el_mid .goods-el__img-wrap {
    height: 17em;
    padding: 0 1em;
    margin-bottom: 1em;
}

.goods-el_mid .goods-el__label_bottom {
    top: 16.5em;
}

.goods-el_mid .goods-el__title {
    height: 8.2em;
    padding: 0 1.5em;
}

.goods-el_mid .goods-el__title-txt {
    font-size: 1.3em;
    line-height: 1.55;
}

.goods-el_mid .goods-el__info {
    margin-right: 1.5em;
    margin-left: 1.5em;
}

.goods-el_mid .goods-el__price {
    font-size: 2em;
}

.goods-el_mid .goods-el__btns-el {
    float: none;
    width: 100%;
    border-radius: 3px 0 0 3px;
}

.goods-el_mid .goods-el__btns-el:first-child {
    display: none;
}

.goods-el_mid .goods-el__btns-half {
    float: left;
    width: 70%;
}

.goods-el_mid .goods-el__btns-half:first-child {
    width: 30%;
}

@media screen and (max-width: 599px) {
    .goods-el_mid .goods-el__img-wrap {
        height: 12em;
    }
}

@media screen and (max-width: 409px) {
    .goods-el_mid .goods-el__info {
        height: 5.5em;
        padding-right: 0;
    }

    .goods-el_mid .goods-el__art {
        display: block;
        margin-right: 0;
        margin-bottom: 0.5em;
    }

    .goods-el_mid .goods-el__price {
        display: block;
        position: relative;
    }
}

.goods-el_sm {
    padding-top: 0;
}

.goods-el_sm .goods-el__link {
    display: block;
    padding: 1.5em 0 0.8em;
}

.goods-el_sm .goods-el__img-wrap {
    height: 13.5em;
    margin: 0 1.5em 1.5em;
}

.goods-el_sm .goods-el__label_bottom {
    top: 13em;
}

.goods-el_sm .goods-el__title {
    height: 8.2em;
    padding: 0 1.5em;
}

.goods-el_sm .goods-el__title-txt {
    font-size: 1.2em;
    line-height: 1.7;
}

.goods-el_sm__cont {
    padding-top: 1px;
    margin-right: -2px;
}

.goods-el_sm__cont .goods-el_sm {
    width: 50%;
    float: left;
    margin-top: -1px;
}

.goods-el_more {
    padding-top: 0;
    text-align: center;
}

.goods-el_more__link {
    height: 100%;
    padding: 2.4em 1.5em 1em;
}

.goods-el_more .g-ico {
    display: block;
    margin: 0 auto 3.2em;
}

.goods-el_more__view {
    font-size: 1.5em;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    transition: color 0.25s;
}

.goods-el_more__view-all {
    font-size: 1.3em;
    display: block;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

.goods-el_banner {
    height: 43em;
    min-width: 24em;
    padding-top: 0;
    position: relative;
}

.goods-el_banner__link {
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.catalog-feature {
    padding: 0.1em 2em 2em 3em;
    border-bottom: 1px solid #efefef;
    background: #FFF;
}

.catalog-feature-title {
    padding: 2em 0 0 0;
    margin-bottom: 0.5em;
}

.catalog-feature-title__txt {
    font-weight: 600;
}

.catalog-feature-el {
    display: inline-block;
    position: relative;
    padding: 0 0 0 4.5em;
    margin-top: 2em;
}

.catalog-feature-el:after {
    min-height: 3em;
}

.catalog-feature-el-img {
    display: block;
    width: 3.5em;
    height: 3em;
    top: 0.2em;
    overflow: hidden;
    text-align: center;
}

.catalog-feature-el-img__in {
    max-width: 100%;
    max-height: 100%;
    color: #5da1d3;
}

.catalog-feature-el__text {
    max-height: 30em;
    overflow: hidden;
}

.catalog-feature-el-title {
    margin-bottom: 0.5em;
}

.catalog-feature-el-title__txt {
    font-size: 1.4em;
    line-height: 1.35;
    font-weight: 600;
}

.catalog-map-title {
    padding: 1.5em 2em 0 3em;
    margin-bottom: 1.5em;
}

.catalog-map-title__txt {
    font-weight: 600;
}

.catalog-map .address-map__cont {
    margin-bottom: 0;
    min-height: 30em;
    border-right: 0 none;
}

.catalog-map:hover~.catalog {
    will-change: position;
}

.catalog-banner-slider {
    position: relative;
}

.catalog-banner-slider-container {
    height: 13em;
    overflow: hidden;
    position: relative;
}

.catalog-banner-slider__img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.catalog-banner-slider-pagination,
.catalog-banner-slider-pagination.swiper-pagination-bullets {
    width: auto;
    position: absolute;
    right: 1.5em;
    bottom: 1.2em;
    left: 1.5em;
    z-index: 1;
    text-align: center;
}

.catalog-banner-slider-pagination .swiper-pagination-bullet,
.catalog-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.5em;
    height: 0.5em;
    background: #d1d1d1;
    opacity: 1;
}

.catalog-banner-slider-pagination .swiper-pagination-bullet-active,
.catalog-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #FFF;
}

.catalog-groups {
    padding: 2.5em 3em 1.5em 3em;
    margin-right: -1em;
}

.catalog-groups__el {
    float: left;
    margin: 0 1em 1em 0;
    height: 3em;
    padding: 0 1.8em 0 2em;
    border-radius: 1.5em;
    border: 1px solid #5ea2d1;
}

.catalog-groups__el-txt {
    font-size: 1.4em;
}

.catalog-groups__el:hover {
    color: #fff;
    background-color: #5ea2d1;
}

.catalog-groups__el.active {
    color: #fff;
    background-color: #5ea2d1;
}

.catalog-gr {
    min-height: 37.4em;
    padding: 2em 3em 0.1em;
    background: #F6F6F6;
}

.catalog-gr__list {
    margin: 0 -1em 0;
}

.catalog-gr__list:after {
    content: "";
    display: block;
    clear: both;
    margin: 0;
}

.catalog-gr__list .catalog-gr-el {
    width: 25%;
}

.catalog-gr-el {
    float: left;
    padding: 0 1em;
    margin-bottom: 2em;
    height: 26.1em;
    min-width: 19em;
    max-width: 41.4em;
}

.catalog-gr-el__in {
    display: block;
    height: 100%;
    position: relative;
    background-color: #FFF;
    border: 1px solid #e8e8e8;
}

.catalog-gr-el__img-wrap {
    display: block;
    width: 100%;
    height: 17em;
    margin-bottom: 0.5em;
    position: relative;
    overflow: hidden;
}

.catalog-gr-el__img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.catalog-gr-el__title {
    display: block;
    min-height: 5.2em;
    padding: 0 1em;
    margin-bottom: 0.2em;
    overflow: hidden;
    text-align: center;
}

.catalog-gr-el__title-txt {
    display: block;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1.25;
}

.catalog-gr-el__quan {
    display: block;
    height: 1.6em;
    overflow: hidden;
    padding: 0 2em;
    text-align: center;
    white-space: nowrap;
}

.catalog-gr-el__quan-txt {
    display: block;
    font-size: 1.4em;
    line-height: 1;
    color: #7d7d7d;
}

.catalog-gr-el:hover .catalog-gr-el__title {
    color: #5da1d3;
}

.catalog-filter {
    position: relative;
    min-height: 6em;
    padding: 1.5em 2em 0.9em 3em;
    background: #ededed;
    border-right: 1px solid #dcdcdc;
}

.catalog-filter__left {
    float: left;
}

.catalog-filter__right {
    float: right;
}

.catalog-filter .select-cont {
    border-radius: 4px;
    position: relative;
    float: left;
    white-space: nowrap;
}

.catalog-filter .select-cont__title {
    display: inline-block;
    margin-right: 1em;
}

.catalog-filter .select-cont__title-txt {
    font-size: 1.2em;
}

.catalog-filter select {
    font-size: 1.2em;
    line-height: 1.2;
    color: #6f6f6f;
    height: 30px;
    height: 3rem;
    width: auto;
    text-indent: 0;
    min-width: 140px;
    min-width: 14rem;
    padding: 0 20px 0 10px;
    padding: 0 2rem 0 1rem;
    background: #FFF;
    margin: 0;
    border-color: #dcdcdc;
}

.catalog-filter .pager__link {
    border-color: #dcdcdc;
}

.catalog-filter .pager__link:hover {
    border-color: #5ea2d1;
}

.catalog-filter .pager__link.current:hover {
    border-color: #dcdcdc;
}

.catalog-filter-reset {
    display: none;
    height: 3em;
    padding: 0 2em;
    color: #e13f3f;
    fill: #e13f3f;
}

.catalog-filter-reset__ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 0.5em 0 0em;
    position: relative;
    top: 0.1em;
}

.catalog-filter-reset__txt {
    font-size: 1.2em;
    line-height: 1;
    display: inline-block;
    border-bottom: 1px solid;
    transition: border-color 0.25s;
}

.catalog-filter-reset:hover {
    fill: #e13f3f;
}

.catalog-filter-reset:hover .catalog-filter-reset__txt {
    border-color: transparent;
}

.catalog-filter-reset.active {
    display: block;
}

.catalog-filter__open {
    display: none;
    padding-right: 6em;
    fill: #8e8e8e;
    cursor: pointer;
}

.catalog-filter__open::before {
    content: "Фильтр";
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6em;
    line-height: 48px;
    padding-bottom: 4px;
}

.catalog-filter__open-ico {
    width: 2em;
    height: 1.8em;
    right: 2em;
    left: auto;
}

.catalog-filter__open:hover {
    fill: #5da1d3;
}

.catalog-text {
    padding: 4em 9em 3em;
}

.catalog-text__title {
    margin-bottom: 2em;
}

.catalog-text__title-txt {
    font-size: 2em;
    line-height: 1.25;
    font-weight: 600;
}

.prod {
    padding: 0 3em 3em;
    clear: both;
    overflow: hidden;
}

.prod-heading {
    min-height: 7.5em;
    padding: 1.8em 14em 2.1em 0;
    position: relative;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ededed;
}

.prod-heading__txt {
    font-size: 2.8em;
    line-height: 1.25;
    font-weight: 400;
}

.prod-heading .g-btn {
    top: 2.3em;
    position: absolute;
}

.prod-top__left,
.prod-top__right {
    width: 50%;
    float: left;
}

.prod-top__left {
    padding-right: 4.5em;
}

.prod-top__right {
    padding-left: 0;
}

.prod-top__half_l {
    float: left;
    width: 100%;
    margin-right: -35em;
    padding-right: 38em;
}

.prod-top__half_r {
    width: 35em;
    float: right;
    padding: 0;
    position: relative;
}

.prod-slider__in {
    position: relative;
    max-height: 45em;
    overflow: hidden;
    margin: auto;
}

.prod-slider__in-size {
    padding-bottom: 80%;
}

.prod-slider__in-wrapper .swiper-wrapper {
    z-index: auto;
}

.prod-slider__art {
    top: 3em;
    left: 0;
    z-index: 2;
    transition: all 0.25s;
}

.prod-slider__art-txt {
    font-size: 1.3em;
    color: #535353;
}

.prod-slider__label {
    left: 0;
    z-index: 2;
}

.prod-slider__label_top {
    top: 5.5em;
}

.prod-slider__label_bottom {
    top: auto;
    bottom: 1em;
}

.prod-slider__zoom {
    top: 2.7em;
    right: 2.7em;
    z-index: 2;
    cursor: pointer;
    background: #FFF;
    border-radius: 100%;
    transition: all 0.25s;
}

.prod-slider__zoom:hover {
    transform: scale(1.2, 1.2);
}

.prod-slider__share {
    z-index: 2;
}

.prod-slider__cont {
    height: 100%;
    overflow: hidden;
}

.prod-slider__slide-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
}

.prod-slider__slide-video {
    width: 100%;
    height: 100%;
}

.prod-slider__img-cont {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prod-slider__img {
    max-width: 100%;
    max-height: 100%;
}

.prod-slider__btn {
    width: 3.5em;
    height: 4em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    background: #408bcd;
    fill: #fff;
    opacity: 0;
    transition: all 0.15s ease;
}

.prod-slider__btn-ico {
    width: 1.9em;
    height: 1.8em;
}

.prod-slider__btn_next {
    right: 0;
    transform: translateX(100%);
}

.prod-slider__btn_prev {
    left: 0;
    transform: translateX(-100%);
}

.prod-slider__btn:hover,
.prod-slider:hover .prod-slider__btn:hover {
    opacity: 0.75;
}

.prod-slider__btn.swiper-button-disabled {
    background: #d1d1d1;
    cursor: default;
}

.prod-slider__btn.swiper-button-disabled:hover {
    opacity: 1;
}

.prod-slider:hover .prod-slider__btn {
    transform: translateX(0);
    opacity: 1;
}

.prod-slider-pagination {
    margin-top: 1.5em;
    margin-right: -1.5em;
}

.prod-slider-pagination .swiper-pagination-bullet {
    width: 20%;
    min-width: 8.8em;
    max-width: 13.5em;
    height: 7.5em;
    border-radius: 0;
    background: 0 none;
    padding-right: 1.5em;
    margin-bottom: 1.3em;
    opacity: 1;
}

.swiper-pagination-bullet-active .prod-slider-pagination__thumb-wrap {
    border-color: #5ea2d1;
}

.prod-slider-pagination__thumb-wrap {
    display: block;
    height: 100%;
    padding: 0.5em;
    border: 1px solid #ededed;
}

.prod-slider-pagination__thumb {
    background-size: contain;
    display: block;
    height: 100%;
}

.prod-slider.attr_hide .prod-slider__art,
.prod-slider.attr_hide .prod-slider__zoom {
    opacity: 0;
    visibility: hidden;
}

.prod-desc {
    margin-bottom: 1.5em;
    max-height: 45em;
    overflow: hidden;
}

.prod-desc__title {
    margin-bottom: 1.7em;
}

.prod-desc__title-txt {
    font-size: 1.4em;
    color: #9d9d9d;
}

.prod-prop-sm {
    margin-top: -1.5em;
    margin-bottom: 1.5em;
}

.prod-comments {
    background: #fcf8e3;
    padding: 1.5em;
    position: relative;
}

.prod-comments__title {
    margin-bottom: 1.2em;
}

.prod-comments__title-txt {
    font-size: 1.4em;
    color: #5da1d3;
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid;
}

.prod-comments__ico-wrap {
    position: absolute;
    top: 1.4em;
    right: 1.2em;
}

.prod-comments__desc {
    margin-bottom: 1.6em;
}

.prod-comments__name-txt {
    font-size: 1.1em;
    color: #9d9d9d;
}

.prod-comments__name-ico {
    vertical-align: middle;
    margin-left: 1.2em;
    position: relative;
    top: -1px;
}

.prod-info__choose .prod-connector {
    padding: 0.5em 0 0.1em;
    margin: 0;
}

.prod-connector {
    margin: 2em;
}

.prod-connector__title {
    margin-bottom: 1.1em;
}

.prod-connector__title-txt {
    font-size: 1.3em;
    font-weight: 600;
    /* color: #9d9d9d; */
}

.prod-info {
    background: #f2f2f2;
    padding-bottom: 1px;
    margin-bottom: 1.5em;
}

.prod-info__top {
    padding: 0.9em 2.9em 0.8em;
    border-bottom: 1px solid #e1e1e1;
}

.prod-info__choose {
    padding: 0.9em 2.9em 0.8em;
    border-bottom: 1px solid #e1e1e1;
}

.prod-info__bottom {
    padding: 1.2em 2.9em 1.3em;
}

.prod-info__art {
    width: 50%;
    float: left;
}

.prod-info__art-txt {
    font-size: 1.1em;
    font-weight: 600;
}

.prod-info__status {
    width: 50%;
    float: right;
    text-align: right;
}

.prod-info__status_have {
    color: #43b77a;
}

.prod-info__status_wait {
    color: red;
    font-weight: bold;
    font-size: 12px;
}

.prod-info__status-txt {
    font-size: 1.1em;
}

.prod-info-cost {
    white-space: nowrap;
    margin-right: -0.4em;
}

.prod-info-cost__in {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 1em;
    min-width: 14em;
}

.prod-info-cost__old {
    margin-bottom: 0.4em;
}

.prod-info-cost__old-txt {
    font-size: 1.8em;
    white-space: nowrap;
    color: #7d7d7d;
    text-decoration: line-through;
}

.prod-info-cost__now {
    margin-bottom: 0.6em;
}

.prod-info-cost__now-txt {
    font-size: 3em;
    white-space: nowrap;
    font-weight: 600;
}

.prod-info-cost__quan {
    padding-bottom: 0.5em;
    display: inline-block;
    vertical-align: bottom;
}

.prod-info-countbox {
    display: block;
    margin: 0.3em 0 0.5em;
}

.prod-info-countbox__title,
.prod-info-countbox__value {
    font-size: 1.2em;
}

.prod-info-countbox__title {
    margin-right: 3px;
    color: #de6262;
}

.prod-info-countbox__value {
    font-weight: 600;
    white-space: nowrap;
    color: #de6262;
}

.prod-info-kit {
    margin-bottom: 1.6em;
    padding-bottom: 1.6em;
    position: relative;
}

.prod-info-kit:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    right: -2.9em;
    bottom: 0;
    left: -2.9em;
    border-bottom: 1px solid #e1e1e1;
}

.prod-info-kit-item {
    position: relative;
    max-width: 42em;
}

.prod-info-kit-item__left {
    float: left;
    width: 100%;
    margin-right: -2.5em;
    padding-right: 2.5em;
}

.prod-info-kit-item-desc {
    float: right;
    max-width: 2em;
    margin-top: 0.8em;
}

.prod-info-kit-item-desc__ico {
    font-size: 2em;
    color: #5da1d3;
}

.prod-info-kit-item-desc__drop {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 25em;
    max-width: 100%;
    z-index: 100;
    margin-top: 0.8em;
    right: -2em;
    padding: 1em 1em;
    background: #FFF;
    border: 1px solid #e8e8e8;
    border-top: 0 none;
    box-shadow: 0 6px 10px #b2b2b2;
}

.prod-info-kit-item-desc__drop::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: -1px;
    width: 10em;
    height: 3em;
}

.prod-info-kit-item-desc__drop::after {
    content: "";
    display: block;
    position: absolute;
    right: 2em;
    bottom: 100%;
    margin-bottom: -1px;
    width: 0;
    height: 0;
    border: 0.8em solid transparent;
    border-top: 0 none;
    border-bottom: 0.8em solid #fff;
}

.prod-info-kit-item-desc__drop-img-cont {
    float: left;
    margin: 0 1em 0.4em 0;
}

.prod-info-kit-item-desc__drop-img {
    display: block;
    max-width: 12em;
    max-height: 12em;
}

.prod-info-kit-item-desc__drop-btns {
    margin-top: 1em;
    width: 100%;
}

.prod-info-kit-item-desc:hover .prod-info-kit-item-desc__drop {
    display: block;
}

.prod-info-ctrl {
    margin-top: 0.5em;
}

.prod-info-ctrl__left {
    float: left;
    padding-top: 0.2em;
}

.prod-info-ctrl__right {
    float: left;
    padding-left: 1.5em;
}

.prod-info-ctrl__right-in {
    display: block;
}

.prod-info-pay {
    background: #fff;
    margin: 0 1px;
    padding: 0.5em 2.1em 0.6em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prod-info-pay__list {
    display: inline-block;
}

.prod-info-pay-el {
    float: left;
    height: 3.2em;
    padding: 0.4em 0.7em;
}

.prod-info-pay-el__img {
    max-width: 100%;
    max-height: 100%;
}

.prod-contact {
    background: #eff5f7;
    padding: 0 2.9em 0 3em;
    margin-bottom: 1.5em;
}

.prod-contact__top {
    padding: 0.2em 0 0.4em;
    border-bottom: 1px solid #dee4e6;
}

.prod-contact__title {
    float: left;
    margin: 1.3em 0.3em 0 0;
}

.prod-contact__title-txt {
    font-size: 1.4em;
    font-weight: 600;
}

.prod-contact__current {
    float: left;
    height: 4em;
    color: #5da1d3;
    white-space: nowrap;
    transition: color 0.25s;
}

.prod-contact__current-txt {
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: 600;
    border-bottom: 1px dashed;
}

.prod-contact__current-ico {
    margin-left: 0.5em;
    position: relative;
    top: 0.2em;
}

.prod-contact__current:hover {
    color: #000;
}

.prod-contact__current:hover .prod-contact__current-ico {
    fill: #5da1d3;
}

.prod-contact__list {
    padding: 1.3em 0 0.7em;
}

.prod-contact-el {
    margin-bottom: 1.6em;
}

.prod-contact-el__title {
    padding: 0.2em 0 0.1em;
}

.prod-contact-el__title-link {
    color: #5da1d3;
    transition: color 0.25s;
}

.prod-contact-el__title-link:hover {
    color: #000;
}

.prod-contact-el__title-txt {
    font-size: 1.1em;
}

.prod-contact-el__tel {
    padding: 0.2em 0;
    color: #757575;
}

.prod-contact-el__tel-txt {
    font-size: 1.4em;
    line-height: 1.4;
    font-weight: 600;
}

.prod-contact-el__address {
    color: #787878;
}

.prod-contact-el__address-txt {
    font-size: 1.1em;
    line-height: 1.3;
}

.prod-dealer-cost {
    border: 1px solid #ec9196;
    padding: 0.9em 2.9em 1.6em;
    margin-bottom: 1em;
}

.prod-dealer-cost__title {
    text-align: center;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #ededed;
}

.prod-dealer-cost__title-txt {
    font-size: 1.4em;
    font-weight: 600;
    color: #3d3d3d;
}

.prod-dealer-cost__list {
    padding-top: 1.3em;
    max-width: 41.4em;
    margin: auto;
}

.prod-dealer-cost-el {
    padding: 0 2.9em;
    margin-bottom: 0.5em;
}

.prod-dealer-cost-el__quan {
    float: left;
    width: 50%;
    color: #7d7d7d;
}

.prod-dealer-cost-el__val {
    float: left;
    width: 50%;
    color: #3d3d3d;
    text-align: right;
}

.prod-dealer-cost-el__txt {
    font-size: 1.3em;
}

.prod-bottom__left {
    float: left;
    width: 100%;
    padding-right: 30em;
    margin-right: -30em;
}

.prod-bottom__right {
    float: right;
    width: 27em;
}

.prod-dop__content {
    padding: 1.3em 1.5em;
    min-height: 5em;
}

.prod-dop-com-el {
    position: relative;
    padding: 0.3em 0 0 10.5em;
    min-height: 9em;
    margin-bottom: 1.6em;
}

.prod-dop-com-el__img-cont {
    width: 9em;
    height: 9em;
}

.prod-dop-com-el__title {
    margin-bottom: 1.1em;
}

.prod-dop-com-el__title-txt {
    font-size: 1.2em;
    line-height: 1.7;
}

.g-link:hover~.prod-dop-com-el__title {
    color: #5da1d3;
}

.prod-dop-com-el__cost-txt {
    font-size: 1.4em;
    font-weight: 600;
}

.prod-dop-com__split {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.3em;
    position: relative;
}

.prod-dop-com__split-ico {
    top: 0.1em;
    width: 3em;
    height: 1.6em;
    background: #fff;
}

.prod-dop-com-total {
    padding-top: 0.6em;
    margin-bottom: 0.9em;
}

.prod-dop-com-total__title {
    margin-bottom: 0.5em;
}

.prod-dop-com-total__title-txt {
    font-size: 1.2em;
}

.prod-dop-com-total__cost-txt {
    font-size: 2.4em;
    white-space: nowrap;
}

.prod-dop-com-total__cost-txt_old {
    color: #9d9d9d;
    text-decoration: line-through;
    margin-right: 10px;
    margin-right: 1rem;
}

.prod-dop-com__btn {
    margin-bottom: 0.1em;
}

.prod-article__list {
    margin: 0 1.5em;
    padding: 1.8em 0 0.1em;
}

.prod-article__list .sidebar-article-el {
    margin-bottom: 3em;
}

.cart-total {
    padding-bottom: 1.8em;
}

.cart-total__cont .g-page {
    margin-bottom: 0;
}

.cart-total__cont .sticky {
    position: fixed;
    z-index: 101;
}

.cart-total__cont .stop {
    position: relative;
    z-index: 101;
}

.cart-total__title {
    min-height: 6em;
    margin-bottom: 1.2em;
    padding: 1.5em 2.8em;
    border-bottom: 1px solid #ededed;
}

.cart-total__title-txt {
    font-size: 2.4em;
}

.cart-total__title-txt .small {
    font-size: 1.8em;
}

.cart-total__title-txt.smal.coupon {
    color: red;
}

.cart-total__title.small {
    border-bottom: none;
    padding: 0.5em 2.8em;
    min-height: 3em;
    margin-bottom: 2em;
}
.cart-total__title-amount {
    display: flex;
    justify-content: space-between;
}
.cart-total__title-val {
    white-space: normal;
}

.cart-total-cost {
    padding: 1.1em 2.8em;
}

.cart-total-cost__item {
    padding-top: 0.1em;
    margin-bottom: 2.1em;
}

.cart-total-cost__item_sum {
    border-top: 1px solid #ededed;
    padding-top: 1.9em;
    margin-bottom: 0;
}

.cart-total-cost__name {
    font-size: 1.5em;
}

.cart-total-cost__name-delivery {
    display: block;
    font-size: 1.3em;
}

.cart-total-cost__name-delivery-dop {
    display: block;
    margin-top: 6px;
    margin-top: 0.6rem;
    font-size: 1.3em;
    color: #6F6F6F;
}

.cart-total-cost__name-sum {
    font-size: 1.8em;
}

.cart-total-cost__val {
    font-size: 1.8em;
    font-weight: 600;
}

.cart-total-cost__val-sum {
    font-size: 2.1em;
    font-weight: 600;
}

.cart-total-promo {
    width: 28em;
    float: left;
    display: inline-block;
    height: 3.2em;
}

.cart-total__desc {
    text-align: center;
    padding: 2.2em 2.8em 0.1em;
}

.cart-total__desc-txt {
    font-size: 1.1em;
    color: #e13f3f;
}

.cart-total__desc:empty {
    display: none;
}

.cart-total__btn {
    padding: 1.2em 2.8em;
}

.cart-goods-title {
    height: 6em;
}

.cart-goods-title__in {
    float: left;
    padding-left: 3.6em;
    height: 100%;
}

.cart-goods-title__txt {
    font-size: 3em;
}

.cart-goods-title__right {
    height: 100%;
    float: right;
}

.cart-goods-title-btn {
    float: left;
    height: 100%;
    padding: 0.15em 1.75em 0 2em;
    border-left: 1px solid #ededed;
    transition: background 0.25s;
    color: #6F6F6F;
}

.cart-goods-title-btn__txt {
    font-size: 1.3em;
}

.cart-goods-title-btn .g-ico {
    vertical-align: middle;
    margin-left: 1.4em;
}

.cart-goods-title-btn .g-ico_pdf,
.cart-goods-title-btn .g-ico_basket {
    margin-bottom: 0.15em;
}

.cart-goods-title-btn:hover {
    background: #e7e7e7;
}

.cart-goods-title-btn.compare {
    border-left: none;
    padding: 2em;
}

.cart-goods-title-btn_red {
    color: #e13f3f;
}

.cart-goods-title-btn_red .g-ico {
    fill: #e13f3f;
}

.cart-goods__list .cart-order-total-cost {
    margin-top: 1.7em;
    margin-bottom: 1em;
}

.cart-goods__list_cab .cart-goods-el__img-cont {
    margin-left: 2em;
}

.cart-goods-el {
    padding: 1.5em 0;
    border-top: 1px solid #ededed;
}

.cart-goods-el__link {
    float: left;
    display: block;
    width: 100%;
    padding-right: 55.6em;
    margin-right: -54.1em;
}

.cart-goods-el__link:hover .cart-goods-el-text__name {
    color: #5da1d3;
}

.cart-goods-el__img-cont {
    float: left;
    position: relative;
    margin: 0 2.2em 0 3em;
    width: 8em;
    height: 7.5em;
}

.cart-goods-el-text {
    overflow: hidden;
    padding-top: 0.8em;
}

.cart-goods-el-text__art {
    margin-bottom: 1em;
    color: #6F6F6F;
}

.cart-goods-el-text__art-txt {
    font-size: 1.2em;
}

.cart-goods-el-text__name {
    transition: color 0.25s;
}

.cart-goods-el-text__name-txt {
    font-size: 1.5em;
    font-weight: 600;
}

.cart-goods-el__right {
    float: right;
    width: 54.1em;
}

.cart-goods-el__cost {
    float: left;
    width: 9em;
    margin-right: 4.6em;
    padding-top: 3.1em;
    text-align: right;
    color: #6F6F6F;
    white-space: nowrap;
}

.cart-goods-el__cost-txt {
    display: block;
    font-size: 1.5em;
    white-space: nowrap;
}

.cart-goods-el__cost-txt .currency_rub {
    font-size: 1.066em;
}

.cart-goods-el__cost-txt_dealer {
    display: block;
    font-size: 1.3em;
    line-height: 1.3;
}
.cart-goods-el__cost-txt_dealer:nth-of-type(4) {
    color: #e13f3f;
}

.cart-goods-el__cost-txt_dealer .currency_rub {
    font-size: 1.066em;
}

.cart-goods-el__cost-txt_dealer.is-active {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 600;
}

.cart-goods-el__cost_dealer {
    padding-top: 0;
}
.cart-goods-el__cost--count {
    white-space: nowrap;
    width: auto;
    min-width: inherit;
    max-width: 15em;
    text-align: center;
}

.cart-goods-el__cost_dealer:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 7.5em;
}

.cart-goods-el__quan {
    float: left;
    padding-top: 1.5em;
    position: relative;
    max-width: 22em;
}

.cart-goods-el__quan-txt {
    font-size: 1.8em;
    line-height: 1;
}

.cart-goods-el-countbox {
    display: block;
    margin: 0.5em 0 0.5em;
}

.cart-goods-el-countbox__title {
    font-size: 1.1em;
    line-height: 1.5;
    margin-right: 3px;
    color: #de6262;
}

.cart-goods-el-countbox__desc {
    display: block;
    font-size: 1.1em;
    line-height: 1.5;
    color: #de6262;
}

.cart-goods-el-countbox__value {
    font-size: 1.2em;
    font-weight: 600;
    color: #de6262;
}

.cart-goods-el__cost-total {
    float: left;
    width: 12.4em;
    padding-top: 2.6em;
    text-align: right;
    white-space: nowrap;
}

.cart-goods-el__cost-total-txt {
    font-size: 1.8em;
    font-weight: 600;
    white-space: nowrap;
}

.cart-goods-el__cost-total-txt .currency_rub {
    color: #6F6F6F;
    font-size: 1.055em;
}

.cart-goods-el__del {
    float: left;
    width: 6em;
    height: 7.5em;
    fill: #e13f3f;
}

.cart-goods-el__del-ico {
    width: 1.5em;
    height: 1.5em;
}

.cart-goods-el_mod {
    background: #f3f3f3;
    padding-left: 9em;
    position: relative;
}

.cart-goods-el_mod__plus {
    display: block;
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    bottom: 100%;
    margin-bottom: -0.8em;
    left: 5em;
    color: red;
}

.cart-goods-el_mod__plus::before,
.cart-goods-el_mod__plus::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: currentColor;
}

.cart-goods-el_mod__plus::before {
    height: 0.2em;
    min-height: 2px;
}

.cart-goods-el_mod__plus::after {
    width: 0.2em;
    min-width: 2px;
}

.cart-goods-el_mod .cart-goods-el__quan {
    width: 22em;
    text-align: center;
    padding-top: 2.9em;
}

.cart-goods-total {
    padding: 1em 0 0.8em 0;
    border-top: 1px solid #ededed;
}

.cart-goods-total-header {
    border-top: 1px solid #ededed;
    padding: 1.4em 2em 1.3em;
}

.cart-goods-total-header__txt {
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: 600;
}

.cart-goods-total-txt {
    font-size: 1.4em;
    line-height: 1.6;
    font-weight: 600;
}

.cart-goods-total-txt br {
    display: none;
}

.cart-goods-total-txt__text {
    margin: 0 20px;
    margin: 0 2rem;
}

.cart-goods-total-txt__cost {
    white-space: nowrap;
    font-size: 1.285em;
}

.cart-goods-total__left {
    float: left;
}

.cart-goods-total__right {
    float: right;
}

.cart-goods-total-btn {
    float: left;
    height: 4em;
    padding: 0.15em 1.75em 0 2em;
    transition: background 0.25s;
    color: #6F6F6F;
}

.cart-goods-total-btn__txt {
    font-size: 1.3em;
}

.cart-goods-total-btn .g-ico {
    vertical-align: middle;
    margin-left: 1.4em;
}

.cart-goods-total-btn .g-ico_pdf,
.cart-goods-total-btn .g-ico_basket {
    margin-bottom: 0.15em;
}

.cart-goods-total-btn:hover {
    background: #e7e7e7;
}

.cart-goods-total-btn_red {
    color: #e13f3f;
}

.cart-goods-total-btn_red .g-ico {
    fill: #e13f3f;
}

.cart-goods-total-btn_red:hover {
    background: none;
}

.cart-goods-total_top {
    padding: 1.4em 0.4em 1.4em 0;
}

.cart-goods-total_top .cart-goods-total-txt {
    font-size: 1.3em;
    line-height: 1.3;
    /*padding-top: 6px;
    padding-top: 0.6rem;*/
}

.cart-goods-total_bottom {
    margin-bottom: 2.5em;
    border-bottom: 1px solid #ededed;
    padding: 2em 6em 2em 0;
    text-align: right;
}

.cart-order-title__in {
    height: 7.4em;
    position: relative;
    padding: 0 6em 0 9em;
}

.cart-order-title__num {
    width: 4em;
    height: 4em;
    border: 1px solid #d0d0d0;
    border-radius: 100%;
    top: 0.1em;
    left: 1.8em;
    padding: 0 0 0.15em 0.2em;
    text-align: center;
    color: #6F6F6F;
}

.cart-order-title__num-txt {
    font-size: 1.8em;
    font-weight: 600;
}

.cart-order-title__txt {
    font-size: 1.8em;
    font-weight: 600;
}

.cart-order-title__btn {
    top: 0.1em;
    right: 6em;
}

.cart-order-title__btn-ico {
    display: none;
}

.cart-order-title__ico {
    top: 0.1em;
    right: 1.4em;
}

.cart-order-title__field {
    padding: 0 6em 0 9em;
}

.cart-order-title__field .g-form-item_city {
    max-width: 33em;
}

.cart-order-body {
    padding: 0 10px 0 50px;
    border-top: 1px solid #ededed;
}
.cart-order-body--p-small {
    padding: 0.3em 3em 0.1em 4em;
}

.cart-order-body-delivery {
    padding: 1em 0 1em;
    margin-right: -6em;
}

.cart-order-body-delivery__left {
    float: left;
    width: 100%;
    margin-right: -26em;
    padding-right: 26em;
}

.cart-order-body-delivery__right {
    float: right;
    width: 26em;
    padding: 0.3em 1.9em 0;
}

.cart-order-body-delivery-name__txt {
    display: inline-block;
    vertical-align: baseline;
    min-width: 170px;
    min-width: 17rem;
    max-width: 225px;
    max-width: 22.5rem;
    font-size: 1.5em;
    line-height: 1.7;
    font-weight: 600;
    margin-right: 15px;
    margin-right: 1.5rem;
}

.cart-order-body-delivery-name__dop {
    display: inline-block;
    vertical-align: baseline;
    font-size: 1.3em;
    line-height: 1.55;
}

.cart-order-body-delivery__day {
    font-size: 1.4em;
    display: inline-block;
    width: 60%;
    min-width: 100px;
    min-width: 10rem;
    padding-right: 10px;
    padding-right: 1rem;
}

.cart-order-body-delivery__cost {
    font-size: 1.6em;
    font-weight: 600;
}

.cart-order-body-delivery__free {
    font-size: 1.5em;
    font-weight: 600;
    color: #43b77a;
}

.cart-order-body__fields {
    margin: 2.9em 0 2.7em;
}

.cart-order-body-data {
    padding: 1.2em 0 2em;
}

.cart-order-body-data-name__txt {
    display: block;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
    font-size: 1.5em;
    line-height: 1.7;
    font-weight: 600;
}

.cart-order-body-data-info {
    padding-top: 0.3em;
}

.cart-order-body-data-info__tel {
    display: block;
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
    font-size: 1.4em;
    line-height: 1.4;
    white-space: nowrap;
}

.cart-order-body-data-info__mail {
    display: block;
    font-size: 1.3em;
    line-height: 1.3;
    color: #5da1d3;
    white-space: nowrap;
    text-decoration: underline;
}

.cart-order-body-data-com {
    padding-top: 0.5em;
}

.cart-order-body-data-com__title {
    display: block;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    font-size: 1.3em;
    line-height: 1.3;
    color: #6F6F6F;
}

.cart-order-body-data-com__txt {
    display: block;
    font-size: 1.3em;
    line-height: 1.55;
}

.cart-order-body__text {
    margin: 1.6em 0;
    color: #6F6F6F;
}

.cart-order-body__radios .radio-cont {
    margin-right: 0;
}

.cart-order-body__radio {
    margin: 0 -6em 0 -9em;
    border-top: 1px solid #ededed;
}

.cart-order-body__radio:first-of-type,
.cart-order-body__radio:first-child {
    border-top-color: transparent;
}

.cart-order-body__radio .radio {
    max-width: inherit;
    margin-right: 0;
}

.cart-order-body__radio .radio__label {
    height: 4.4em;
    padding: 0 0 0 9em;
}

.cart-order-body__radio .radio__txt {
    margin-right: 15px;
    margin-right: 1.5rem;
}

.cart-order-body__radio .radio__pic-cont {
    white-space: nowrap;
}

.cart-order-body__radio .radio__pic {
    max-height: 30px;
    max-width: 200px;
    max-height: 3rem;
    max-width: 20rem;
    margin-right: 10px;
    margin-right: 1rem;
}

.cart-order-body__radio .radio__diz {
    top: 0;
    bottom: 0;
    left: 2.9em;
}

.cart-order-body__radio .radio__delivery-wrap {
    width: 100%;
}

.cart-order-body__radio .radio__delivery-left {
    float: left;
    width: 100%;
    margin-right: -26em;
    padding-right: 26em;
}

.cart-order-body__radio .radio__delivery-right {
    float: right;
    width: 26em;
    padding: 0 1.9em;
}

.cart-order-body__radio .radio__delivery-txt {
    font-size: 1.5em;
    font-weight: 600;
}

.cart-order-body__radio .radio__delivery-day {
    font-size: 1.4em;
    display: inline-block;
    width: 60%;
    min-width: 100px;
    min-width: 10rem;
    padding-right: 10px;
    padding-right: 1rem;
}

.cart-order-body__radio .radio__delivery-cost {
    font-size: 1.6em;
    font-weight: 600;
    white-space: nowrap;
}

.cart-order-body__radio .radio__delivery-free {
    font-size: 1.5em;
    font-weight: 600;
    color: #43b77a;
}

.cart-order-body__radio-field {
    margin: 0 6em 0 9em;
}

.cart-order-body__radio-field .g-form-item {
    margin-bottom: 1.3em;
}

.cart-order-body__radio-field .g-form-item_index {
    float: left;
    width: 18em;
    margin-right: 2em;
}

.cart-order-body__radio-field .g-form-item_street {
    overflow: hidden;
}

.cart-order-body__radio-map-cont {
    height: 33em;
    margin: 0 0 0 9em;
    padding-right: 26em;
    position: relative;
}

.cart-order-body__radio-map {
    height: 100%;
}

.cart-order-body__radio-map-list {
    position: absolute;
    z-index: 1;
    width: 26em;
    height: 100%;
    top: 0;
    right: 0;
    -ms-overflow-y: auto;
    overflow-y: auto;
}

.cart-order-body__radio-map-list .radio-cont {
    border-top: 1px solid #ededed;
}

.cart-order-body__radio-map-list .radio {
    border-bottom: 1px solid #ededed;
}

.cart-order-body__radio-map-list .radio__label {
    min-height: 4.6em;
    height: auto;
    padding: 0 5em 0 2em;
}

.cart-order-body__radio-map-list .radio__label .g-vac__el {
    padding: 1.4em 0 1.5em;
}

.cart-order-body__radio-map-list .radio__label .g-vac__el:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -4;
}

.cart-order-body__radio-map-list .radio__label:after {
    height: 4.6em;
}

.cart-order-body__radio-map-list .radio__diz {
    top: 1.5em;
    right: 1.9em;
    bottom: auto;
    left: auto;
}

.cart-order-body__radio-map-list .radio__map-txt {
    font-size: 1.3em;
}

.cart-order-body__radio-map-list .radio__map-dop-cont {
    display: none;
    padding-top: 3px;
}

.cart-order-body__radio-map-list .radio__map-dop {
    display: block;
    padding: 2px 0;
    font-size: 1.1em;
    line-height: 1.3;
    color: #535353;
}

.cart-order-body__radio-map-list .radio__map-dop a {
    white-space: nowrap;
    color: #535353;
}

.cart-order-body__radio-map-list .radio__map-dop a:hover {
    color: #000;
}

.cart-order-body__radio-map-list .radio__map-dop a[href^=mailto] {
    color: #5da1d3;
}

.cart-order-body__radio-map-list .radio__map-dop a[href^=mailto]:hover {
    text-decoration: underline;
}

.cart-order-body__radio-map-list .radio__input:checked~.g-vac__el:before {
    background: #ededed;
}

.cart-order-body__radio-map-list .radio__input:checked~.g-vac__el .radio__map-dop-cont {
    display: block;
}

.cart-order-body-pay {
    padding: 1em 0 1em;
}

.cart-order-body-pay-name__txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em;
    line-height: 1.7;
    font-weight: 600;
    margin-right: 15px;
    margin-right: 1.5rem;
}

.cart-order-body-pay-name__pic {
    display: inline-block;
    vertical-align: middle;
    max-height: 3em;
    max-width: 20em;
    margin-right: 10px;
    margin-right: 1rem;
}

.cart-order-footer {
    padding: 1.4em 6em 1.4em 9em;
    border-top: 1px solid #ededed;
    text-align: right;
}

.cart-order-footer__btn {
    display: inline-block;
    margin-left: 2.7em;
}

.cart-order-footer__message {
    display: inline-block;
    padding-top: 0.1em;
    margin: 1em 0;
}

.cart-order-footer__message-txt {
    font-size: 1.1em;
    color: #e13f3f;
}

.cart-order-footer-dealer {
    padding: 2.4em 6em 2.4em 3em;
    border-top: 1px solid #ededed;
    text-align: left;
}

.cart-order-footer-dealer__right {
    width: 50%;
    float: right;
    text-align: right;
}

.cart-order-footer-dealer__left {
    width: 50%;
    float: left;
}

.cart-order-footer-dealer__btn {
    display: inline-block;
    margin-left: 2.7em;
}

.cart-order-dealer__recount {
    margin-bottom: 2em;
}

.cart-order-dealer-total__name,
.cart-order-dealer-total__val {
    display: inline-block;
    font-size: 2em;
    font-weight: 600;
}

.cart-order-dealer-total__name {
    margin-right: 10px;
    margin-right: 1rem;
}

.cart-order-dealer-cargo__name {
    font-size: 1.8em;
    font-weight: 600;
    margin-top: 5px;
    margin-top: 0.5rem;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
}

.cart-order-dealer-cargo__txt {
    font-size: 1.4em;
    line-height: 1.5;
}

.cart-order-total-cost {
    display: none;
    padding: 0;
}

.cart-order-total-cost__item {
    margin-bottom: 1.1em;
}

.cart-order-total-cost__item_sum {
    border-top: 1px solid #ededed;
    padding-top: 0.9em;
    margin-bottom: 1em;
}

.cart-order-total-cost__name {
    font-size: 1.5em;
}

.cart-order-total-cost__name-delivery {
    display: block;
    font-size: 1.5em;
}

.cart-order-total-cost__name-delivery-dop {
    display: block;
    margin-top: 8px;
    margin-top: 0.8rem;
    font-size: 1.2em;
    color: #6F6F6F;
}

.cart-order-total-cost__name-sum {
    font-size: 1.8em;
}

.cart-order-total-cost__val {
    font-size: 1.6em;
    font-weight: 600;
}

.cart-order-total-cost__val-sum {
    font-size: 2.1em;
    font-weight: 600;
}

.cart-order_finish-footer {
    padding-top: 2.3em;
    padding-bottom: 2.7em;
}

.cart-dealer-sale {
    padding: 1.5em 3.6em;
    border-top: 1px solid #ededed;
}

.address-map__cont {
    position: relative;
    min-height: 40em;
    margin-bottom: 3.2em;
    border: 1px solid #ededed;
}

.address-map__list {
    float: right;
    position: relative;
    width: 30em;
    min-height: 39.8em;
    padding: 6em 0 0 0;
    background: #FFF;
    border-left: 1px solid #ededed;
    z-index: 960;
}

.address-map__list--no-choice {
    padding-top: 0;
}

.address-map-city {
    height: 6.2em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 1.5em 2em 0;
    border-bottom: 1px solid #ededed;
}

.address-map-city__btn {
    display: inline-block;
    height: 3.2em;
    padding: 0 1.7em 0 0;
    margin: 0 0 0.1em 0;
    position: relative;
    z-index: 1;
    color: #3d3d3d;
    white-space: nowrap;
    text-decoration: none;
}

.address-map-city__btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 3px;
    right: 0.3em;
    bottom: 0;
    margin: auto;
    border: 0.4em solid transparent;
    border-top: 0.4em solid #898989;
    border-bottom: 0 none;
}

.address-map-city__btn-txt {
    font-size: 1.4em;
    white-space: nowrap;
}

.address-map-city__btn-layout_mob {
    display: none;
}

.address-map-city__btn:hover {
    color: #3d3d3d;
}

.address-map-city__btn:hover:before {
    border-top-color: #5DA1D3;
}

.address-map__wrap {
    padding: 0.3em 0 0;
    height: 100%;
    -ms-overflow-y: auto;
    overflow-y: auto;
}

.address-map-el {
    padding: 0 2em;
    border-top: 1px solid #ededed;
}

.address-map-el:first-of-type,
.address-map-el:first-child {
    border-top: 0 none;
}

.address-map-el__title {
    width: 100%;
    text-align: left;
    min-height: 3em;
    padding: 1em 0;
}

.address-map-el__title-txt {
    font-size: 1.4em;
    line-height: 1.45;
    font-weight: 600;
}

.address-map-el__title:hover,
.address-map-el__title[aria-expanded="true"] {
    color: #5da1d3;
}

.address-map-el-dop-cont.collapsing {
    will-change: transform;
}

.address-map-el-dop__in {
    padding: 0 0 0.5em;
}

.address-map-el-dop {
    display: block;
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
    font-size: 1.2em;
    line-height: 1.2;
}

.address-map-el-dop a[href^="tel"],
.address-map-el-dop a[href^="mailto"] {
    font-size: 1.2em;
    font-weight: 600;
}

.address-map-el-dop a[href^="mailto"] {
    color: #5da1d3;
}

.address-map-el-dop a[href^="mailto"]:hover {
    text-decoration: underline;
}

.address-map-el-dop-img {
    max-width: 26em;
}
.address-map-el-dop-img a {
    transition: opacity 0.15s ease;
}
.address-map-el-dop-img a:hover {
    opacity: 0.8;
}

.address-map-el-dop-img__in {
    max-height: 100%;
}

.address-map {
    position: absolute;
    top: 0;
    right: 30em;
    bottom: 0;
    left: 0;
    height: 100%;
}

.address-map>ymaps,
.address-map>ymaps>ymaps {
    height: 100% !important;
}

.mob-menu {
    display: none;
    position: fixed;
    top: -9em;
    bottom: -19em;
    padding: 9em 0 19em;
    left: -100%;
    width: 100%;
    overflow: hidden;
    background: #318c90;
    z-index: 1002;
    transform: translateX(0%);
    transition: transform 0.35s;
}

.mob-menu__in {
    height: 100%;
    position: relative;
}

.mob-menu__close {
    width: 6.2em;
    height: 4.5em;
    fill: #fff;
    z-index: 10;
}

.mob-menu__close-ico {
    width: 1.5em;
    height: 1.5em;
}

.mob-menu__wrapper {
    width: 200%;
    height: 100%;
    transform: translateX(0%);
    transition: transform 0.35s;
}

.mob-menu.anim-off .mob-menu__wrapper {
    transition: none;
}

.mob-menu__list {
    width: 50%;
    height: 100%;
    padding: 4.5em 0;
    float: left;
}

.mob-menu__list-wrap {
    height: 100%;
    overflow-y: auto;
}

.mob-menu__list-dop {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.mob-menu__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.5em;
    padding: 0 3em;
    background: #5ea2d1;
    cursor: pointer;
    fill: #fff;
    color: #fff;
    text-align: left;
    text-align: center;
}

.mob-menu__back-ico {
    width: 1.6em;
    height: 1.5em;
    left: 3em;
}

.mob-menu__back-txt {
    font-size: 1.5em;
}

.mob-menu__city {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 4.5em;
    padding: 0 1.7em 0 3em;
    margin: 0 0 0.1em 0;
    z-index: 1;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
}

.mob-menu__city:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 3px;
    right: 0.3em;
    bottom: 0;
    margin: auto;
    border: 0.4em solid transparent;
    border-top: 0.4em solid #898989;
    border-bottom: 0 none;
}

.mob-menu__city-ico {
    margin-right: 8px;
    margin-right: 0.8rem;
    position: relative;
    top: 2px;
    top: 0.2rem;
    fill: #fff;
}

.mob-menu__city-txt {
    font-size: 1.3em;
    white-space: nowrap;
}

.mob-menu__cat,
.mob-menu__cab {
    position: relative;
    width: 100%;
    height: 5em;
    padding: 0 3em;
    background: #5ea2d1;
    cursor: pointer;
    fill: #fff;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.mob-menu__cat:before,
.mob-menu__cab:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 2.7em;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-left: 0.5em solid #fff;
    border-right: 0 none;
    transition: transform 0.35s;
}

.mob-menu__cat-txt {
    font-size: 1.5em;
}
.mob-menu__cab-txt {
    font-size: 1.3em;
    text-transform: none;
}

.mob-menu__btn,
.mob-menu-city__name {
    display: block;
    height: 4.5em;
    border-bottom: 1px solid #5e5f5f;
    padding: 0 3em;
    position: relative;
    color: #fff;
}

.mob-menu__btn.active,
.mob-menu__btn:active,
.mob-menu__btn:hover,
.mob-menu-city__name.active,
.mob-menu-city__name:active,
.mob-menu-city__name:hover {
    color: #fff;
    font-weight: 600;
}

.mob-menu__btn-txt,
.mob-menu-city__name-txt {
    font-size: 1.3em;
}

.mob-menu.dop-open .mob-menu__wrapper {
    transform: translateX(-50%);
}

.mob-menu.catalog .mob-menu__list_cat {
    display: block;
}

.mob-menu.cabinet .mob-menu__list_cab {
    display: block;
}

.mob-menu.city .mob-menu__list_city {
    display: block;
}

.mob-search {
    display: none;
    position: fixed;
    top: -9em;
    bottom: -19em;
    padding: 9em 0 19em;
    left: -100%;
    width: 100%;
    overflow: hidden;
    background: #535353;
    z-index: 1002;
    transform: translateX(0%);
    transition: transform 0.35s;
}

.mob-search__in {
    height: 100%;
    position: relative;
}

.mob-search__close {
    width: 6.2em;
    height: 4.5em;
    fill: #fff;
    z-index: 10;
}

.mob-search__close-ico {
    width: 1.5em;
    height: 1.5em;
}

.mob-search__wrapper {
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    transition: transform 0.35s;
}

.mob-search.anim-off .mob-search__wrapper {
    transition: none;
}

.mob-search__list {
    width: 100%;
    height: 100%;
    padding: 4.5em 0;
}

.mob-search__list-wrap {
    height: 100%;
    overflow-y: auto;
}

.mob-search__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.5em;
    padding: 0 3em;
    background: #5ea2d1;
    cursor: pointer;
    fill: #fff;
    color: #fff;
    text-align: left;
    text-align: center;
}

.mob-search__back-ico {
    width: 1.6em;
    height: 1.5em;
    left: 3em;
}

.mob-search__back-txt {
    font-size: 1.5em;
}

.mob-search .header-search {
    margin: 2em 2em;
}

.home-slider {
    max-height: 36em;
    overflow: hidden;
    margin-bottom: 3em;
    position: relative;
}

.home-slider::after {
    content: "";
    display: block;
    padding-bottom: 35%;
}

.home-slider .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.home-slider__slide {
    background: #FFF;
}

.home-slider__img {
    background-position-x: left;
}

.home-slider__btn {
    width: 3.5em;
    height: 4em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    background: #408bcd;
    fill: #fff;
    transition: all 0.15s ease;
}

.home-slider__btn-ico {
    width: 1.9em;
    height: 1.8em;
}

.home-slider__btn_next {
    right: 0;
    transform: translateX(100%);
}

.home-slider__btn_prev {
    left: 0;
    transform: translateX(-100%);
}

.home-slider__btn:hover {
    opacity: 0.75;
}

.home-slider__btn.swiper-button-disabled {
    background: #d1d1d1;
    cursor: default;
}

.home-slider__btn.swiper-button-disabled:hover {
    opacity: 1;
}

.home-slider:hover .home-slider__btn {
    transform: translateX(0);
}

.home-slider-pagination {
    position: absolute;
    z-index: 51;
    text-align: center;
}

.home-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.home-offers {
    float: left;
    width: 100%;
    min-height: 19em;
    border: 1px solid #e8e8e8;
    border-right: none 0;
    position: relative;
    padding: 2em 1.5em 4em;
    overflow: hidden;
}

.home-offers__list {
    margin-bottom: 3em;
}

.home-offers__list_two .home-offers {
    width: 50%;
}

.home-offers__list_three .home-offers {
    width: 33.333%;
}

.home-offers__ico {
    height: 5em;
    width: 10em;
    margin: 0 auto 2em;
    position: relative;
}

.home-offers__ico__in {
    max-height: 100%;
    max-width: 100%;
}

.home-offers__text {
    text-align: center;
    /*height: 8em;*/
    overflow: hidden;
}

.home-offers__title {
    display: block;
    margin-bottom: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
}

.home-offers__btn {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
    left: 1.5em;
    color: #5da1d3;
}

.home-offers__btn-txt {
    font-size: 1.3em;
    line-height: 1.3;
}

.home-offers:hover .home-offers__btn {
    text-decoration: underline;
}

.home-cat {
    margin-bottom: 3em;
}

.home-cat-title {
    padding: 0 1.5em;
    margin-bottom: 2em;
}

.home-cat-title__txt {
    font-weight: 600;
}

.home-article {
    margin-bottom: 3em;
}

.home-article__list {
    padding: 1px 0 0 1px;
}

.home-article__list .grid {
    margin: 0;
}

.home-article__list .grid__el {
    padding: 0;
}

.g-article {
    display: block;
    padding: 1.5em;
    margin: -1px 0 0 -1px;
    border: 1px solid #e8e8e8;
}

.g-article__img-wrap {
    float: left;
    margin-right: 2em;
    display: block;
    width: 17.6em;
    height: 14em;
    position: relative;
    border: 1px solid #e8e8e8;
}

.g-article__img-wrap:hover {
    border-color: #5da1d3;
}

.g-article__img {
    width: 100%;
    height: 100%;
    background-size: contain;
}

.g-article__text {
    overflow: hidden;
}

.g-article__text-top {
    height: 12.3em;
    overflow: hidden;
}

.g-article__title {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
    transition: color 0.25s;
}

.g-article__title:hover {
    color: #5da1d3;
}

.g-article-info {
    margin-top: 0.5em;
}

.g-article-info-date {
    display: inline-block;
    margin: 0.5em 2em 0 0;
    color: #7d7d7d;
}

.g-article-info-date__txt {
    font-size: 1.2em;
}

.g-article-info-views {
    display: inline-block;
    margin-top: 0.5em;
    color: #7d7d7d;
}

.g-article-info-views__txt {
    font-size: 1.2em;
}

.g-article-info-views__txt .fa {
    margin-right: 5px;
    margin-right: 0.5rem;
}

.g-article_img_off .g-article__text-top {
    min-height: inherit;
}

.g-address-map {
    height: 54em;
}

.g-address-city {
    padding: 3em 2em;
    background: #E6F0F7;
}

.g-address-city__list {
    max-width: 96em;
    margin: auto;
    -moz-columns: 5;
    columns: 5;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    grid-column-gap: 2em;
}

.g-address-city__item {
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -moz-column-fill: auto;
    column-fill: auto;
    margin-bottom: 1.5em;
    padding-left: 10px;
    padding-left: 1rem;
}

.g-address-city__letter {
    font-size: 1.4em;
    font-weight: 600;
    display: block;
    padding: 1px 0 3px;
    padding: 0.1rem 0 0.3rem;
    margin-left: -10px;
    margin-left: -1rem;
}

.g-address-city__txt {
    display: block;
    padding: 2px 0;
    padding: 0.2rem 0;
    line-height: 1.5em;
    font-size: 1.3em;
    text-decoration: none;
}

.g-address-city__txt_big {
    font-size: 1.4em;
    font-weight: 600;
    color: #000;
}

.g-address-city__link {
    display: block;
    color: #5da1d3;
}

.g-address-city__link:hover {
    text-decoration: underline;
}

.g-address-about {
    padding: 2em 1.5em 1em;
    margin-bottom: 2em;
    background: #E6F0F7;
}

.g-address-about-el {
    display: block;
    margin-bottom: 2em;
    position: relative;
}

.g-address-about-el__img-wrap {
    display: block;
    position: relative;
    height: 10em;
    margin-bottom: 1em;
}

.g-address-about-el__img {
    max-width: 100%;
    max-height: 100%;
}

.g-address-about-el__text {
    overflow: hidden;
    text-align: center;
}

.g-address-about-el__title {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
    transition: color 0.25s;
}

.cab__in {
    padding: 2em 3em;
}

.cab__desc {
    padding-bottom: 1em;
}

.cab-order {
    margin-bottom: 1em;
}

.cab-order__table {
    width: 100%;
}

.cab-order__table tbody tr:first-child td {
    padding-top: 2em;
}

.cab-order__table tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.cab-order__table tbody tr:hover,
.cab-order__table tbody tr:hover:nth-child(even) {
    background: #ededed;
}

.istablet .cab-order__table tbody tr:hover:hover,
.ismobile .cab-order__table tbody tr:hover:hover,
.istablet .cab-order__table tbody tr:hover:nth-child(even):hover,
.ismobile .cab-order__table tbody tr:hover:nth-child(even):hover {
    background: none;
}

.cab-order__table .td-1,
.cab-order__table .td-2,
.cab-order__table .td-4,
.cab-order__table .td-5,
.cab-order__table .td-6,
.cab-order__table .td-7,
.cab-order__table .td-8,
.cab-order__table .td-ctrl {
    white-space: nowrap;
}

.cab-order__table th.td-7,
.cab-order__table th.td-8 {
    white-space: normal;
}

.cab-order__table .td-1,
.cab-order__table .td-2,
.cab-order__table .td-3,
.cab-order__table .td-4,
.cab-order__table .td-5,
.cab-order__table .td-ctrl {
    padding-right: 0.5em;
    padding-left: 1em;
}

.cab-order__table .td-4,
.cab-order__table .td-5 {
    text-align: right;
}
.cab-order__table .td-1 {
    width: 8.3em;
}
.cab-order__table .td-2 {
    width: 6em;
}
.cab-order__table .td-3 {
    width: 12em;
}
.cab-order__table .td-4 {
    width: 8.8em;
}
.cab-order__table .td-5 {
    width: 17.8em;
}
.cab-order__table .td-6 {
    width: 15.2em;
}
.cab-order__table .td-7 {
    width: 7.4em;
}
.cab-order__table .td-8 {
    width: 10.5em;
}

.cab-order__table .td-ctrl {
    vertical-align: top;
    text-align: right;
    padding-top:1.1em;
    padding-right: 0;
    padding-left: 0;
}
.cab-order__table tbody tr:first-child td.td-ctrl {
    padding-top: 1.1em;
}

.cab-order__table th,
.cab-order__table td {
    padding: 1.3em;
}

.cab-order__table th {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    vertical-align: middle;
    white-space: normal;
    color: #AAAAA8;
    font-weight: 600;
    border-bottom: 1px solid #dddddb;
}

.cab-order__table th.td-3 {
    min-width: 90px;
    min-width: 9rem;
}

.cab-order__table select {
    min-width: 9.5em;
    min-width: 12.5em;
}

.cab-order__table option {
    padding: 5px;
    color: #333;
}

.cab-order__txt {
    display: block;
    position: relative;
    font-size: 1.3em;
    line-height: 1.3;
}

.cab-order__txt a {
    display: inline-block;
    padding: 0.5em 0.5em;
    margin: -0.5em -0.5em 0;
    color: #5da1d3;
    text-decoration: underline;
    white-space: nowrap;
}

.cab-order__txt a:hover {
    text-decoration: none;
}

.cab-order__txt_big {
    font-size: 1.5em;
    line-height: 1.3;
}

.cab-order__txt_mob_th {
    display: none;
    color: #AAAAA8;
}

.cab-order__txt_box:hover .cab-order__box,
.cab-order-ctrl__make:hover ~ .cab-order__box {
    display: block;
}

.cab-order__txt_box:hover .cab-order__box:empty,
.cab-order-ctrl__make:hover ~ .cab-order__box:empty {
    display: none;
}

.cab-order__box {
    display: none;
    position: absolute;
    max-width: 350px;
    max-width: 35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 100%;
    right: 0;
    z-index: 10;
    padding: 8px 15px;
    background: #FFF;
    box-shadow: 0 2px 5px #b2b2b2;
    text-align: left;
}

.td-8 .cab-order__box {
    min-width: 23em;
    white-space: normal;
}

.cab-order__ico,
.cab-order__ico.fa {
    font-size: 18px;
    font-size: 1.8rem;
}
.cab-order__ico.fa-comment-o,
.cab-order__ico.fa-commenting-o {
    margin-bottom: 0.2rem;
}

.cab-order-dealer {
    margin-bottom: 1.5em;
}

.cab-order__list_add {
    background: #f2f2f2;
}
.cab-order-ctrl {
    display: flex;
    justify-content: flex-end;
}
.cab-order-ctrl__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 0.5em;
    position: relative;
}
.cab-order-ctrl__make {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 3.2em;
    min-width: 3.5em;
    /*max-width: 10em;*/
    padding: 0.2em;
    color: #5DA1D3;
}
.cab-order-ctrl__make:hover {
    color: #217bbd;
    background: #f7f7f7;
}

.cab-transactions {
    margin-bottom: 1em;
}

.cab-transactions .cab-order__table .td-2,
.cab-transactions .cab-order__table .td-3 {
    text-align: right;
}

.cab-transactions .cab-order__table .td-3 {
    width: auto;
    display: table-cell;
}

.cab-transactions .cab-order__table .td-6 {
    width: 100%;
    white-space: normal;
}

.cab-transactions .cab-order__table .td-2,
.cab-transactions .cab-order__table .td-3,
.cab-transactions .cab-order__table .td-4 {
    white-space: nowrap;
}

.cab-transactions .cab-order__table th {
    white-space: nowrap;
}

.cab-ctrl-top {
    margin: 0 -0.8em 2.5em -1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.cab-ctrl-top-item {
    display: inline-block;
    vertical-align: top;
}

.cab-btn {
    margin: 2em 0 0.5em;
}
.cab-btn--top {
    margin-bottom: 2em;
}

.cab-btn__left {
    float: left;
    display: flex;
    align-items: center;
}
.cab-btn .cab__order-comment{
    margin-right: 2.5em;
}

.cab-btn__right {
    float: right;
    margin-right: -1.7em;
    white-space: nowrap;
}
.cab-btn__right .g-btn {
    margin-right: 1.7em;
}

.cab-btn__in {
    display: flex;
    justify-content: space-between;
}
.cab-btn .cab__order-comment {
    min-height: 4em;
    display: flex;
    align-items: center;
    padding: 0.75em 2em;
    background: #f1f1f1;
    border: 1px solid #ededed;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    text-align: left;
}
.cab-btn .cab__order-comment:hover,
.cab-btn .cab__order-comment:focus {
    border-color: #5ea2d1;
    background: rgba(94,162,209, 0.5);
}
.cab-btn__in .g-btn,
.cab-btn .cab__order-comment {
    margin-bottom: 1.5em;
}

.cab-recipient-data {
    padding: 1.8em 0 2em;
    border-top: 1px solid #ededed;
}
.cab-recipient-data__txt {
    display: flex;
    justify-content: flex-start;
    padding: 0.3rem 0;
    font-size: 1.3em;
    line-height: 1.4;
}
.cab-recipient-data__name {
    min-width: 17.5rem;
    max-width: 17.5rem;
    margin-right: 2rem;
    flex-grow: 1;
}
.cab-recipient-data__val {
    font-weight: 600;
}

.cab-pag {
    padding: 2em 0;
}

.cab-price-gr {
    margin-bottom: 1em;
}

.cab-price-gr__item {
    margin-bottom: 1em;
}

.cab-price-gr__item-input {
    padding-top: 1em;
}

.cab-price-gr__inner {
    margin: 0 0 1em 2.3em;
}

.cab-price-settings {
    margin-top: 3em;
    padding-top: 1em;
    border-top: 1px solid #dddddb;
}

.cab-price__btn {
    margin-top: 3em;
    margin-bottom: 1em;
}

.cab-goods {
    padding: 1.5em 0 1.5em 0;
    min-height: 7.5em;
    border-top: 1px solid #ededed;
    position: relative;
}

.cab-goods__link {
    float: left;
    width: 100%;
    padding-right: 17em;
    margin-right: -17em;
    display: block;
}

.cab-goods__link:hover .cab-goods-text__name {
    color: #5da1d3;
}

.cab-goods__img-cont {
    float: left;
    position: relative;
    margin: 0 2em 0 0;
    width: 8em;
    height: 7.5em;
    text-align: center;
}

.cab-goods-text {
    display: block;
    overflow: hidden;
    padding-top: 0.8em;
}

.cab-goods-text__art {
    display: block;
    margin-bottom: 1em;
    color: #6F6F6F;
}

.cab-goods-text__art-txt {
    font-size: 1.2em;
}

.cab-goods-text__name {
    display: block;
}

.cab-goods-text__name-txt {
    font-size: 1.5em;
    font-weight: 600;
}

.cab-goods__ctrl {
    float: right;
    display: block;
    width: 17em;
    text-align: right;
}

.cab-goods__ctrl:after {
    min-height: 7.5em;
}

.cab-goods__ctrl .g-btn {
    margin: 0 0 1em 1em;
}

.cab-goods:first-of-type,
.cab-goods:first-child {
    border-top-color: transparent;
}

.relatedgoods {
    position: relative;
    padding: 1em 16em 1em 20em;
    min-height: 17em;
}

.relatedgoods__ico-cont {
    width: 18em;
    height: 17em;
}

.relatedgoods__ico {
    max-height: 100%;
    max-width: 100%;
}

.relatedgoods__text {
    height: 13.2em;
}

.relatedgoods__title-txt {
    font-size: 1.6em;
    line-height: 1.6;
    font-weight: 600;
}

.relatedgoods-price__count {
    float: left;
    white-space: nowrap;
    padding-top: 1em;
}

.relatedgoods-price__count-txt {
    font-size: 1.4em;
    line-height: 1;
}

.relatedgoods-price__cost {
    float: right;
    white-space: nowrap;
}

.relatedgoods-price__cost-txt {
    font-size: 2.6em;
    line-height: 1;
    font-weight: 600;
}

.relatedgoods__btns {
    padding-top: 1em;
    text-align: right;
}

.relatedgoods__btns-item {
    margin-bottom: 1em;
}

.relatedgoods__btns .g-btn {
    margin: 0;
}

.relatedgoods__btns .g-btn_link {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .relatedgoods {
        padding-left: 15.5em;
    }

    .relatedgoods__ico-cont {
        width: 14em;
        height: 13em;
    }

    .editor iframe {
        margin: 1.5em 0;
        max-height: 30em;
    }

    .editor .iframe__cont {
        margin: 1.5em 0;
    }
    .editor .iframe__cont iframe {
        margin: 0;
    }
}

@media screen and (max-width: 599px) {
    .relatedgoods {
        padding-right: 0;
        padding-left: 0;
    }

    .relatedgoods__ico-cont {
        position: relative;
        width: 14em;
        height: 13em;
        margin: 0 16em 1em 0;
    }

    .relatedgoods__text {
        height: auto;
        max-height: 13.2em;
    }
}

.dealer-sale__list {
    margin: 0 -1.5em;
}

.dealer-sale-el {
    float: left;
    width: 33.333%;
    padding: 0 1.5em;
}

.dealer-sale-el__in {
    background: #dbdbdb;
    padding: 1em 2em;
}

.dealer-sale-el.is-active .dealer-sale-el__in {
    background: #9AFF9A;
}

.dealer-sale-el__txt {
    font-size: 1.3em;
    line-height: 1.5;
}

.dealer-sale-el__txt-min {
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: 600;
}

@media screen and (max-width: 1366px) {

    .content_main_home,
    .g-address,
    .g-address .g-page {
        margin-bottom: 0;
    }

    .g-panel {
        padding-right: 2em;
        padding-left: 2em;
    }

    .g-panel__right {
        margin-right: 0;
    }

    .footer-top {
        padding-right: 2em;
        padding-left: 2em;
    }

    .footer-bottom {
        padding-right: 2em;
        padding-left: 2em;
    }

    .g-slider {
        margin-bottom: 0;
    }

    .prod-bottom {
        margin-top: 2.5em;
    }

    .g-slider-title {
        padding-left: 3em;
    }
}

@media screen and (max-width: 1365px) {
    .catalog-filter {
        border-right: 0 none;
    }

    .goods__list_4 {
        margin-right: -4px;
    }

    .goods__list_4 .goods-el {
        width: 33.333%;
    }

    .g-panel__left {
        width: 33.8%;
    }
}

@media screen and (max-width: 1279px) {
    .header__top-wrap {
        padding-right: 5.5em;
        padding-left: 26.1em;
    }

    .header__bottom-wrap {
        padding-left: 26.8em;
    }

    .header-logo {
        width: 24em;
    }

    .header-logo__img {
        width: 20.6em;
        height: 4.6em;
    }

    .header-logo__txt {
        font-size: 1.12em;
    }

    .header-menu__btn {
        padding: 0 0.9em 0 1em;
    }

    .header-menu__btn:before {
        display: none;
    }

    .header-menu__btn-txt {
        font-size: 1.35em;
    }

    .header-user {
        padding-right: 4.5em;
    }

    .header-user__img-wrap {
        width: 4.5em;
    }

    .header-user__txt {
        display: none;
    }

    .header-contact__tel-txt {
        font-size: 1.8em;
    }

    .sidebar-content-page {
        padding-left: 26em;
    }

    .catalog-gr__list .catalog-gr-el {
        width: 33.333%;
    }

    .goods-el__btns-half {
        width: 55%;
    }

    .goods-el__btns-half:first-child {
        width: 45%;
    }

    .prod-top__left {
        width: 43%;
        padding-right: 2em;
    }

    .prod-top__right {
        width: 57%;
    }

    .prod-top__half_l {
        margin-right: -34em;
        padding-right: 36em;
    }

    .prod-top__half_r {
        width: 34em;
    }

    .prod-bottom__left {
        float: none;
        margin-right: 0;
        padding-right: 0;
    }

    .prod-bottom__right {
        display: none;
    }

    .prod-slider__art {
        top: 1.6em;
        left: 1.6em;
    }

    .prod-slider-pagination .swiper-pagination-bullet {
        height: 6.4em;
    }

    .cart-goods-title {
        height: 6em;
    }

    .cart-goods-title__in {
        float: left;
        padding-left: 3em;
        height: 100%;
    }

    .cart-goods-title__txt {
        font-size: 2.4em;
    }

    .cart-goods-title-btn__txt {
        font-size: 1.2em;
    }

    .cart-goods-el__link {
        padding-right: 37.9em;
        margin-right: -36.4em;
    }

    .cart-goods-el__img-cont {
        margin: 0 1em 0 2.4em;
    }

    .cart-goods-el-text {
        padding-top: 0;
    }

    .cart-goods-el-text__art {
        margin-bottom: 1.2em;
    }

    .cart-goods-el-text__art-txt {
        font-size: 1.1em;
    }

    .cart-goods-el-text__name-txt {
        font-size: 1.4em;
        line-height: 1.2;
    }

    .cart-goods-el__right {
        width: 36.4em;
    }

    .cart-goods-el__cost {
        width: 7em;
        margin-right: 2em;
        padding-top: 3em;
    }

    .cart-goods-el__cost-txt {
        font-size: 1.4em;
    }

    .cart-goods-el__cost-txt .currency_rub {
        font-size: 1.0714em;
    }

    .cart-goods-el__cost_dealer {
        padding-top: 0;
    }

    .cart-goods-el__quan {
        padding-top: 1.8em;
        max-width: 12em;
    }

    .cart-goods-el__quan .g-quan {
        width: 12em;
        height: 4em;
        padding: 0 4em;
    }

    .cart-goods-el__quan .g-quan__btn {
        width: 4em;
    }

    .cart-goods-el__quan .g-quan__btn-ico {
        width: 1.2em;
        height: 1.2em;
        bottom: 0.1em;
    }

    .cart-goods-el__quan .g-quan__num {
        font-size: 1.8em;
    }

    .cart-goods-el__cost-total {
        width: 9.4em;
        padding-top: 2.75em;
    }

    .cart-goods-el__cost-total-txt {
        font-size: 1.6em;
    }

    .cart-goods-el__cost-total-txt .currency_rub {
        font-size: 1.1em;
    }

    .cart-goods-el__del {
        width: 6em;
    }

    .cart-goods-el_mod .cart-goods-el__quan {
        width: 12em;
    }

    .address__bottom>.grid>.grid__el {
        float: none;
        width: 100%;
    }

    .g-article__img-wrap {
        width: 16.6em;
        height: 13em;
        margin-right: 1.5em;
    }

    .g-article__text {
        overflow: visible;
    }

    .g-article__text-top {
        height: 12.8em;
    }

    .cab-order__table .td-3 {
        display: none;
    }

    .cab-order__table .td-1{
        padding-left: 0;
    }
    .cab-order__table .td-6,
    .cab-order__table .td-7,
    .cab-order__table .td-8 {
        padding-right: 0.8em;
        padding-left: 0.8em;
    }
    .cab-order__table select {
        min-width: 9.5em;
    }
    .cab-order__txt .g-status {
        white-space: normal;
    }
    .cab-order-ctrl__make {
        min-width: 3em;
    }
    .cab-order-ctrl__make .cab-order__txt {
        white-space: normal;
        min-width: 5rem;
    }
}

@media screen and (max-width: 1024px) {
    .g-panel__left {
        width: 30%;
    }

    .catalog-text {
        padding: 2.3em 2.9em 2.7em;
    }

    .prod-top__left {
        width: 40%;
    }

    .prod-top__right {
        width: 60%;
    }

    .prod-top__half_l {
        margin-right: -33em;
        padding-right: 35em;
    }

    .prod-top__half_l .g-btn {
        padding-right: 1.3em;
        padding-left: 1.5em;
    }

    .prod-top__half_r {
        width: 33em;
    }

    .prod-slider-pagination .swiper-pagination-bullet {
        width: 25%;
        height: 6em;
        min-width: 8em;
    }

    .prod-comments {
        display: none;
    }
}

@media screen and (min-width: 1023px) {
    html.lock {
        overflow: auto;
    }

    html.lock .lock-screen_filter {
        visibility: hidden;
    }

    html.lock body {
        overflow-y: auto;
    }

    html.menu_open .mob-menu {
        transform: translateX(0%);
    }

    html.city_open .choose_city {
        transform: translateX(0%);
    }

    html.filter_open .sidebar-filter {
        transform: translateX(0em);
    }

    html.filter_open .g-panel {
        transform: translateY(0%);
    }

    .footer-menu-item__list {
        display: block !important;
    }
}

@media screen and (max-width: 1023px) {
    .textarea_order_big {
        height: 167px;
        height: 16.7rem;
    }

    .breadcrumbs {
        /*display: none;*/
    }

    .g-form-item {
        margin-bottom: 1.3em;
    }

    .g-bb__txt {
        font-size: 1.2em;
        line-height: 1;
    }

    .content_main {
        margin-bottom: 0;
    }

    .header__top-wrap {
        padding-left: 11em;
        padding-right: 14.2em;
    }

    .header-logo {
        width: auto;
        max-width: 10.4em;
        padding: 0.4em 2.3em 0 2.6em;
        height: 100%;
        border: 0;
        background: transparent;
        fill: #fff;
    }

    .header-logo__img {
        width: 10.3em;
        height: 3.5em;
        margin: 0 0 0 -3.2em;
    }

    .header-logo__img-ico {
        display: none;
    }

    .header-logo__txt {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .header__bottom {
        display: none;
    }

    .header-user-container {
        right: 9.7em;
    }

    .header-user-container:hover .header-user-drop {
        display: none;
    }

    .header-user__ico {
        bottom: 0.15em;
    }

    .header-mob-search,
    .header-burger,
    .header-phone {
        display: block;
    }

    .footer-bottom {
        padding-bottom: 1.5em;
    }

    .footer-bottom__left {
        margin-right: 1.9em;
    }

    .footer-bottom__center {
        display: none;
    }

    .footer-bottom__right {
        margin-right: 0;
    }

    .footer-city {
        width: 40%;
    }

    .footer-city-item {
        padding-left: 0;
    }

    .footer-city-item_main {
        display: none;
    }

    .footer-menu {
        max-width: 60%;
        margin-right: -5em;
    }

    .footer-menu-item {
        margin-right: 5em;
    }

    .footer-payments {
        padding-top: 0.9em;
    }

    .g-panel__left {
        width: auto;
    }

    .g-panel__right {
        width: auto;
    }

    .g-panel-feedback-btn,
    .g-panel__center .g-panel-btn:first-child {
        margin-right: 2.6em;
    }

    .g-page {
        margin-bottom: 0;
    }

    .g-page-heading-out {
        padding-left: 1.5em;
    }

    .g-container-home,
    .g-container-goods {
        margin-top: 0;
    }

    .g-container-cart {
        margin-top: 0;
    }

    .g-container-cart__left {
        float: none;
        padding-right: 0;
        margin-right: 0;
    }

    .g-container-cart__right {
        float: none;
        display: none;
    }

    .g-inner-menu__heading {
        min-height: inherit;
        margin-bottom: 1em;
    }

    .g-inner-menu__heading-txt {
        font-size: 2em;
        font-weight: 600;
        line-height: 1.25;
    }

    .g-inner-menu {
        margin-top: 1.8em;
        margin-bottom: 1.6em;
    }

    .mob-menu,
    .mob-search {
        display: block;
    }

    .sidebar {
        float: none;
        width: 100%;
        z-index: auto;
    }

    .sidebar-content {
        float: none;
        padding-left: 0;
        margin-left: 0;
    }

    .sidebar-content-heading {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .sidebar-content-heading__text h1 {
        text-align: center;
    }

    .sidebar-filter {
        display: block;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        padding: 0;
        width: 24em;
        position: fixed;
        top: 0;
        left: 100%;
        padding-bottom: 5em;
        z-index: 1002;
        background: #FFF;
        border-left: 1px solid #e8e8e8;
        transition: transform 0.35s;
    }

    .sidebar-filter-show {
        left: auto;
        margin-left: 0;
        right: 100%;
        margin-right: 0.5em;
    }

    .sidebar-filter-show:before {
        border-right: 0 none;
        border-left: 0.5em solid #535353;
        left: 100%;
        right: auto;
    }

    .sidebar-goods {
        display: none;
    }

    .sidebar-content-page {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }

    .sidebar-service_list {
        display: flex;
        flex-wrap: wrap;
    }

    .sidebar-service-el {
        float: left;
        width: 50%;
        padding-right: 1.5em;
    }

    .sidebar-article-el__img-wrap {
        float: left;
        margin-right: 2em;
        width: 20em;
    }

    .sidebar-article-el__text {
        overflow: hidden;
    }

    .sidebar-article-el__title {
        display: block;
        margin-bottom: 0.5em;
        font-weight: 600;
        transition: color 0.25s;
    }

    .sidebar-article-el__title:hover {
        color: #5da1d3;
    }

    .sidebar-article__more {
        margin-top: -0.3em;
    }

    .sub-menu .js-mob-cat,
    .sub-menu .js-mob-cab,
    .sub-menu-title_mob {
        display: block;
    }

    .sub-menu-back {
        width: 6.8em;
    }

    .sub-menu__list {
        display: none !important;
    }

    .sub-menu.open .sub-menu-title:before {
        transform: rotate(0deg);
    }

    .goods__list_4 .goods-el_banner {
        display: block;
    }

    .goods-el__btns-half {
        width: 50%;
    }

    .goods-el__btns-half:first-child {
        width: 50%;
    }

    .catalog-feature {
        padding-left: 2em;
    }

    .catalog-map-title {
        padding-left: 2em;
    }

    .catalog-groups {
        padding-right: 1.5em;
        padding-left: 1.5em;
        padding-bottom: 1em;
    }

    .catalog-gr {
        padding-right: 2.6em;
        padding-left: 2.6em;
    }

    .catalog-filter {
        min-height: 6.1em;
        padding-top: 1.6em;
        padding-right: 6.5em;
        padding-left: 1.5em;
    }

    .catalog-filter .pager {
        display: none;
    }

    .catalog-filter__open {
        display: block;
        display: flex;
        align-items: center;
    }

    .prod-heading {
        padding-right: 0;
        min-height: inherit;
    }

    .prod-heading__txt {
        font-size: 2em;
        font-weight: 600;
        line-height: 1.25;
    }

    .prod-heading .g-btn {
        display: none;
    }

    .cart-order {
        padding-bottom: 1.4em;
    }

    .cart-order-title {
        border-top: 1px solid #ededed;
    }

    .cart-order-title__in {
        height: 7.4em;
        position: relative;
        padding: 0 6em 0 6em;
    }

    .cart-order-title__num {
        width: 3.5em;
        height: 3.5em;
        left: 1.2em;
        padding-bottom: 0;
    }

    .cart-order-title__num-txt {
        font-size: 1.6em;
    }

    .cart-order-title__txt {
        font-size: 1.6em;
    }

    .cart-order-title__btn {
        top: 0.2em;
    }

    .cart-order-title__field {
        padding: 0 6em 0 6em;
    }

    .cart-order-title__field .g-form-item_city {
        max-width: 100%;
    }

    .cart-order-body {
        border-top: 0 none;
        padding: 0 6em 0 6em;
    }
    .cart-order-body--p-small {
        padding: 0.3em 2em 0.1em 3em;
    }

    .cart-order-body-delivery {
        margin-right: -6em;
    }

    .cart-order-body-delivery__left {
        margin-right: -26em;
        padding-right: 26em;
    }

    .cart-order-body-delivery__right {
        width: 26em;
    }

    .cart-order-body-delivery-name__txt {
        font-size: 1.4em;
    }

    .cart-order-body-delivery-name__dop {
        font-size: 1.2em;
    }

    .cart-order-body-delivery__day {
        font-size: 1.3em;
    }

    .cart-order-body-delivery__cost {
        font-size: 1.5em;
    }

    .cart-order-body-delivery__free {
        font-size: 1.4em;
    }

    .cart-order-body__fields {
        margin: 0 0 1.3em;
    }

    .cart-order-body-data {
        padding: 0 0 1.4em;
    }

    .cart-order-body-data-name__txt {
        margin-bottom: 4px;
        margin-bottom: 0.4rem;
        font-size: 1.4em;
        line-height: 1.45;
    }

    .cart-order-body-data-info {
        padding-top: 0.1em;
    }

    .cart-order-body-data-info__tel {
        margin-bottom: 7px;
        margin-bottom: 0.7rem;
        font-size: 1.3em;
    }

    .cart-order-body-data-info__mail {
        font-size: 1.2em;
    }

    .cart-order-body-data-com {
        padding-top: 0.3em;
    }

    .cart-order-body-data-com__title {
        margin-bottom: 8px;
        margin-bottom: 0.8rem;
        font-size: 1.2em;
    }

    .cart-order-body-data-com__txt {
        font-size: 1.2em;
        line-height: 1.7;
    }

    .cart-order-body__text {
        margin: 0 0 2em;
        padding-top: 0.2em;
        color: #6F6F6F;
    }

    .cart-order-body__text .editor {
        font-size: 1.2em;
        line-height: 1.7;
    }

    .cart-order-body__radios {
        margin-bottom: 1.4em;
    }

    .cart-order-body__radios_pay .cart-order-body__radio {
        border: 0 none;
    }

    .cart-order-body__radio {
        margin: 0 -6em 0 -6em;
        border-top: 0 none;
        border-bottom: 1px solid #ededed;
    }

    .cart-order-body__radio .radio {
        max-width: inherit;
        margin-right: 0;
    }

    .cart-order-body__radio .radio__label {
        height: 4.4em;
        padding: 0 0 0 6em;
    }

    .cart-order-body__radio .radio__diz {
        left: 2.2em;
    }

    .cart-order-body__radio .radio__delivery-left {
        margin-right: -26em;
        padding-right: 26em;
    }

    .cart-order-body__radio .radio__delivery-right {
        width: 26em;
        padding-bottom: 0.1em;
    }

    .cart-order-body__radio .radio__delivery-txt {
        font-size: 1.4em;
    }

    .cart-order-body__radio .radio__delivery-day {
        font-size: 1.3em;
    }

    .cart-order-body__radio .radio__delivery-cost {
        font-size: 1.5em;
    }

    .cart-order-body__radio .radio__delivery-free {
        font-size: 1.4em;
    }

    .cart-order-body__radio-field {
        margin: 0 6em 0 6em;
    }

    .cart-order-body__radio-field .g-form-item {
        margin-bottom: 1.3em;
    }

    .cart-order-body__radio-field .g-form-item_index {
        float: left;
        width: 18em;
        margin-right: 2em;
    }

    .cart-order-body__radio-field .g-form-item_street {
        overflow: hidden;
    }

    .cart-order-body__radio-map-cont {
        margin: 0;
        padding-right: 26em;
    }

    .cart-order-body__radio-map-list {
        width: 26em;
    }

    .cart-order-body__radio-map-list .radio-cont {
        border-top: 1px solid #ededed;
    }

    .cart-order-body__radio-map-list .radio {
        border-bottom: 1px solid #ededed;
    }

    .cart-order-body__radio-map-list .radio__label {
        min-height: 4.6em;
        height: auto;
        padding: 0 5em 0 2em;
    }

    .cart-order-body__radio-map-list .radio__label .g-vac__el {
        padding: 1.4em 0 1.5em;
    }

    .cart-order-body__radio-map-list .radio__label .g-vac__el:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -4;
    }

    .cart-order-body__radio-map-list .radio__label:after {
        height: 4.6em;
    }

    .cart-order-body__radio-map-list .radio__diz {
        top: 1.5em;
        right: 1.9em;
        bottom: auto;
        left: auto;
    }

    .cart-order-body__radio-map-list .radio__map-txt {
        font-size: 1.3em;
    }

    .cart-order-body__radio-map-list .radio__map-dop-cont {
        display: none;
        padding-top: 3px;
    }

    .cart-order-body__radio-map-list .radio__map-dop {
        display: block;
        padding: 2px 0;
        font-size: 1.1em;
        line-height: 1.3;
        color: #535353;
    }

    .cart-order-body__radio-map-list .radio__map-dop a {
        white-space: nowrap;
        color: #535353;
    }

    .cart-order-body__radio-map-list .radio__map-dop a:hover {
        color: #000;
    }

    .cart-order-body__radio-map-list .radio__map-dop a[href^=mailto] {
        color: #5da1d3;
    }

    .cart-order-body__radio-map-list .radio__map-dop a[href^=mailto]:hover {
        text-decoration: underline;
    }

    .cart-order-body__radio-map-list .radio__input:checked~.g-vac__el:before {
        background: #ededed;
    }

    .cart-order-body__radio-map-list .radio__input:checked~.g-vac__el .radio__map-dop-cont {
        display: block;
    }

    .cart-order-body-pay {
        padding: 0 0 1.4em;
    }

    .cart-order-body-pay-name__txt {
        font-size: 1.4em;
        line-height: 1.45;
    }

    .cart-order-footer {
        border-top: 0 none;
        padding-top: 0;
        padding-left: 6em;
    }

    .cart-order-total-cost {
        display: block;
        padding: 0;
    }

    .cart-order-total-cost__item {
        margin-bottom: 1.1em;
    }

    .cart-order-total-cost__item_sum {
        border-top: 1px solid #ededed;
        padding-top: 0.9em;
        margin-bottom: 1em;
    }

    .cart-order-total-cost__name {
        font-size: 1.3em;
    }

    .cart-order-total-cost__name-delivery {
        display: block;
        font-size: 1.3em;
    }

    .cart-order-total-cost__name-delivery-dop {
        display: block;
        margin-top: 8px;
        margin-top: 0.8rem;
        font-size: 1.1em;
        color: #6F6F6F;
    }

    .cart-order-total-cost__name-sum {
        font-size: 1.8em;
    }

    .cart-order-total-cost__val {
        font-size: 1.6em;
        font-weight: 600;
    }

    .cart-order-total-cost__val-sum {
        font-size: 2.1em;
        font-weight: 600;
    }

    .cart-order-total-promo {
        position: absolute;
        padding-right: 1.5em;
        right: 50%;
        left: 6em;
        bottom: 2.9em;
    }

    .cart-order_finish {
        position: relative;
        padding-bottom: 2.9em;
    }

    .cart-order_finish .cart-order-body {
        float: left;
        width: 50%;
        padding-right: 1.5em;
        max-height: 11em;
        overflow: hidden;
        position: relative;
    }

    .cart-order_finish .cart-order-footer {
        float: right;
        width: 50%;
        padding-top: 0;
        padding-left: 1.5em;
        padding-bottom: 0;
    }

    .cart-order_finish .cart-order-footer__message {
        display: block;
        text-align: center;
        margin-bottom: 1em;
    }

    .cart-order_finish .cart-order-footer__btn {
        width: 100%;
        margin-left: 0;
    }

    .cart-order_finish .cart-order-footer__btn .desktop {
        display: none;
    }

    .cart-order_finish .cart-order-footer__btn .g-btn {
        width: 100%;
        height: 3.2em;
    }

    .cart-order_finish .cart-order-footer__btn .g-btn__txt {
        font-size: 1.4em;
        font-weight: 600;
    }

    .cab__in {
        padding-right: 2em;
        padding-left: 2em;
    }
}

@media screen and (max-width: 959px) {
    .content_main {
        margin-bottom: 0;
    }

    .editor {
        font-size: 1.2em;
        line-height: 1.7;
    }

    .editor p,
    .editor span,
    .editor li {
        margin-bottom: 10px;
        margin-bottom: 1rem;
    }

    .editor p span,
    .editor p p,
    .editor span span,
    .editor span p,
    .editor li span,
    .editor li p {
        margin-bottom: 0;
    }

    .editor_lh_sm {
        line-height: 1.45;
    }

    .editor_mb-off p,
    .editor_mb-off span,
    .editor_mb-off li,
    .editor_mb-off ul,
    .editor_mb-off ol {
        margin-bottom: 0;
    }

    .nav-tabs-li__a {
        line-height: 4.7;
    }

    .nav-tabs-li__a-txt {
        font-size: 1.3em;
        line-height: 1.3;
    }

    .nav-tabs-li.active .nav-tabs-li__a {
        border-color: #e6e6e6;
        border-top-color: #e6e6e6;
        border-bottom-color: transparent;
    }

    .tab-content__pane {
        padding-top: 2.6em;
    }

    .tab-content__pane .editor {
        font-size: 1.2em;
        line-height: 1.7;
    }

    .tab-content__pane .editor p,
    .tab-content__pane .editor span,
    .tab-content__pane .editor li {
        margin-bottom: 10px;
        margin-bottom: 1rem;
    }

    .tab-content__pane .editor p span,
    .tab-content__pane .editor p p,
    .tab-content__pane .editor span span,
    .tab-content__pane .editor span p,
    .tab-content__pane .editor li span,
    .tab-content__pane .editor li p {
        margin-bottom: 0;
    }

    .g-charac {
        margin-bottom: 1.4em;
    }

    .g-charac-item {
        margin-bottom: 1.1em;
    }

    .g-charac-item__txt {
        font-size: 1.3em;
        line-height: 1.3;
    }

    .g-charac-item__left {
        font-weight: 600;
    }

    .g-panel-feedback-btn__txt,
    .g-panel__center .g-panel-btn__txt {
        display: none;
    }

    .g-panel-feedback-btn__ico,
    .g-panel__center .g-panel-btn__ico {
        margin-right: 0;
    }

    .g-inner-menu__heading {
        float: none;
    }

    .g-inner-menu {
        float: none;
    }

    .g-address-city__list {
        -moz-columns: 4;
        columns: 4;
    }

    .g-address-about {
        display: none;
    }

    .catalog-feature__list .grid__el {
        width: 50%;
    }

    .prod {
        padding-bottom: 2em;
    }

    .prod-top__left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .prod-top__right {
        float: none;
        width: 100%;
    }

    .prod-top__half_l {
        width: 50%;
        margin-right: 0;
        padding-right: 1.5em;
    }

    .prod-top__half_r {
        width: 50%;
        padding-left: 1.5em;
    }

    .prod-slider {
        margin-bottom: 1.7em;
    }

    .prod-slider__in {
        margin: 0 -3em;
    }

    .prod-slider__art,
    .prod-slider__label {
        left: 5.6em;
    }

    .prod-slider__zoom {
        right: 5.7em;
    }

    .prod-slider-pagination-container {
        text-align: center;
    }

    .prod-slider-pagination {
        display: inline-block;
    }

    .prod-slider-pagination .swiper-pagination-bullet {
        width: 13.5em;
        height: 9em;
    }

    .prod-comments {
        display: block;
    }

}

@media screen and (min-width: 767px) {
    .footer-menu-item__list {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .groups__list {
        padding: 1em 1.5em 1em 1.5em;
    }

    .input__search,
    .input__field,
    .g-promocod__input,
    .textarea {
        font-size: 1.1em;
        height: 30px;
        height: 3rem;
        padding: 0 14px 2px;
        padding: 0 1.4rem 0.15rem;
    }

    .textarea {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
        height: 120px;
        height: 12rem;
    }

    .g-form-item {
        margin-bottom: 1.5em;
    }

    .g-quan__num {
        height: 100%;
        padding: 0 3px 1px;
        padding: 0 0.3rem 0.1rem;
    }

    .g-quan_prod .g-quan__num {
        font-size: 1.6em;
    }

    .g-btn_sm {
        height: 3em;
    }

    .g-btn_sm .g-btn__txt {
        font-size: 1.25em;
    }

    .g-promocod {
        height: 3em;
        padding-right: 45%;
    }

    .g-promocod__btn {
        width: 45%;
    }

    .editor {
        font-size: 1.1em;
        line-height: 1.4;
    }

    .editor p,
    .editor span,
    .editor li {
        margin-bottom: 5px;
        margin-bottom: 0.5rem;
    }

    .editor p span,
    .editor p p,
    .editor span span,
    .editor span p,
    .editor li span,
    .editor li p {
        margin-bottom: 0;
    }

    .editor_big {
        font-size: 1.2em;
        line-height: 1.5;
    }

    .editor_big p,
    .editor_big span,
    .editor_big li {
        margin-bottom: 1px;
        margin-bottom: 1rem;
    }

    .editor_big p span,
    .editor_big p p,
    .editor_big span span,
    .editor_big span p,
    .editor_big li span,
    .editor_big li p {
        margin-bottom: 0;
    }

    .editor_lh_sm {
        line-height: 1.45;
    }

    .editor_mb-off p,
    .editor_mb-off span,
    .editor_mb-off li {
        margin-bottom: 0;
    }

    .nav-tabs-li__a {
        padding: 0 1.4em;
    }

    .tab-content__pane {
        padding: 1.8em 1.5em 1.5em;
    }

    .tab-content .editor {
        font-size: 1.1em;
        line-height: 1.4;
    }

    .tab-content .editor p,
    .tab-content .editor span,
    .tab-content .editor li {
        margin-bottom: 5px;
        margin-bottom: 0.5rem;
    }

    .tab-content .editor p span,
    .tab-content .editor p p,
    .tab-content .editor span span,
    .tab-content .editor span p,
    .tab-content .editor li span,
    .tab-content .editor li p {
        margin-bottom: 0;
    }

    .g-inner-menu__cont {
        margin-right: -1.5em;
        margin-left: -1.5em;
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .g-inner-menu__heading {
        float: none;
    }

    .g-inner-menu__heading-txt {
        font-size: 1.8em;
        line-height: 1.25;
    }

    .g-inner-menu {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .g-inner-menu__el-txt {
        font-size: 1.3em;
    }

    .g-charac-item {
        margin-bottom: 1em;
        margin-left: 1em;
    }

    .g-charac-item__txt {
        font-size: 1.1em;
        line-height: 1.1;
    }

    .content_main {
        margin-bottom: 0;
    }

    .body-wrap {
        padding-bottom: 4.4em;
    }

    h1,
    .h1,
    .t-h1 {
        font-size: 1.6em;
    }

    .header-logo {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .footer__diz {
        background-position-y: -190px;
    }

    .footer-bottom {
        display: none;
    }

    .footer-top {
        min-height: inherit;
        padding-bottom: 0;
    }

    .footer-top .content {
        display: block;
        flex-wrap: wrap;
        justify-content: inherit;
    }

    .footer-city,
    .footer-menu {
        max-width: inherit;
        width: auto;
        float: none;
    }

    .footer-city {
        padding-right: 0;
    }

    .footer-menu {
        margin: 2.4em -2em 0;
        background: #5797C2;
    }

    .footer-menu-item {
        float: none;
        margin-right: 0;
        border-top: 1px solid #71b0d8;
        max-width: 100%;
    }

    .footer-menu-item__list {
        padding: 0.3em 0 1.1em;
    }

    .footer-menu-item__btn {
        display: block;
    }

    .footer-menu-item__el {
        padding: 0.8em 5.4em;
    }

    .footer-menu-item__title {
        margin-bottom: 0;
    }

    .footer-menu-item__title .footer-menu-item__el {
        padding: 1.5em 5.4em;
    }

    .footer-menu-item__title .footer-menu-item__el_mob {
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
    }

    .footer-menu-item__title .footer-menu-item__el_mob:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 2em;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top-color: #fff;
        border-bottom: 0 none;
        transition: transform 0.25s;
    }

    .footer-menu-item__title .footer-menu-item__el_mob[aria-expanded="true"]:after {
        transform: rotate(180deg);
    }

    .footer-menu-item__title .footer-menu-item__el_mob:hover .footer-menu-item__el-txt {
        border-bottom-color: transparent;
    }

    .footer-menu-item__title .footer-menu-item__el_desktop {
        display: none;
    }

    .sidebar-content {
        display: flex;
        flex-wrap: wrap;
    }

    .sidebar-content-heading {
        width: 100%;
        text-align: left;
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }

    .sidebar-content-heading__text h1 {
        font-size: 18px;
        font-size: 1.8rem;
        text-align: left;
    }

    .sidebar-filter {
        padding-bottom: 4.4em;
    }

    .g-panel {
        height: 4.4em;
        padding: 0;
    }

    .g-panel__right {
        margin-right: 0;
    }

    .g-panel-feedback-btn {
        margin: 0;
        width: 6em;
    }

    .g-panel-feedback-btn__ico {
        left: 2em;
    }

    .g-panel-basket {
        margin-right: 0;
    }

    .g-panel-order {
     /*   display: none;*/
    }

    .g-panel-btn {
        margin-right: 0;
        padding: 0.2em 0.8em 0;
    }

    .g-panel-btn__in {
        direction: rtl;
    }

    .g-panel-btn__ico {
        margin: 0;
    }

    .g-panel-btn__ico .g-ico_star {
        width: 1.7em;
        height: 1.7em;
    }

    .g-panel-btn__ico .g-ico_compare {
        width: 1.8em;
        height: 1.9em;
    }

    .g-panel-btn__ico .g-ico_cart {
        width: 1.7em;
        height: 1.7em;
    }

    .g-panel-btn__num {
        vertical-align: top;
        font-size: 1.2em;
        position: relative;
        top: -0.5rem;
    }

    .g-panel-btn_cart {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .g-panel-btn_cart .g-panel-btn__ico {
        margin: 0 0 0 0.7em;
    }

    .g-panel__center .g-panel-btn,
    .g-panel__center .g-panel-btn:first-child {
        margin-right: 0;
    }

    .sub-menu-title {
        height: 4.5em;
    }

    .sub-menu-back {
        width: 4.6em;
    }

    .goods__list .goods-el_more {
        width: 100%;
        height: 8.2em;
    }

    .goods__list_4 {
        margin-right: -3px;
    }

    .goods__list_4 .goods-el {
        width: 50%;
    }

    .goods__list_4 .goods-el_more {
        width: 100%;
    }

    .goods-el {
        min-width: 23em;
    }

    .goods-el__btns .goods-el__btns-el {
        height: 3em;
    }

    .goods-el_big .goods-el__price {
        font-size: 2.2em;
    }

    .goods-el_big .goods-el__btns .g-btn__txt {
        font-size: 1.25em;
    }

    .goods-el_big .goods-el__btns .g-btn .g-ico {
        margin-right: 0.4em;
    }

    .goods-el_more {
        padding-top: 0;
        height: 8.2em;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .goods-el_more__link {
        padding: 1.2em 3.5em 0;
    }

    .goods-el_more__in {
        text-align: right;
        position: relative;
        padding-right: 4.6em;
    }

    .goods-el_more .g-ico {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

    .goods-el_more__view {
        font-size: 1.4em;
        margin-bottom: 6px;
        margin-bottom: 0.6rem;
    }

    .goods-el_more__view-all {
        font-size: 1.2em;
        margin-bottom: 6px;
        margin-bottom: 0.6rem;
    }

    .goods-el_sm {
        padding-top: 0;
    }

    .goods-el_sm .goods-el__link {
        display: block;
        padding: 1.5em 0 1em;
    }

    .goods-el_sm .goods-el__img-wrap {
        height: 15em;
        margin: 0 1em 1em;
    }

    .goods-el_sm .goods-el__title {
        padding: 0 1.5em;
    }

    .g-slider {
        margin-top: 2em;
    }

    .g-slider-title {
        padding-left: 1.5em;
    }

    .g-slider-title__txt {
        font-size: 1.6em;
    }

    .g-slider__btn {
        height: 3.9em;
    }

    .catalog-feature {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .catalog-feature-title__txt {
        font-size: 1.5em;
    }

    .catalog-feature-el {
        padding: 0 0 0 4em;
    }

    .catalog-feature-el-img {
        width: 3em;
    }

    .catalog-feature-el-img__in {
        font-size: 2.6em;
    }

    .catalog-feature-el-title__txt {
        font-size: 1.4em;
    }

    .catalog-map {
        order: 4;
        width: 100%;
    }

    .catalog-map-title {
        padding: 2em 1.5em 0;
        margin-bottom: 2em;
    }

    .catalog-map-title__txt {
        font-size: 1.5em;
    }

    .catalog-map .address-map__cont {
        margin: 0;
    }

    .catalog-banner-slider {
        display: none;
    }

    .catalog-banner-slider__img {
        display: none;
        background: none !important;
    }

    .catalog-groups {
        padding-top: 1.5em;
        padding-bottom: 0.5em;
    }

    .catalog-groups__el-txt {
        font-size: 1.2em;
    }

    .catalog-gr {
        padding-right: 1.5em;
        padding-left: 1.5em;
        padding-bottom: 0.5em;
    }

    .catalog-gr__list {
        margin: 0 -1.5em 0 0;
    }

    .catalog-gr__list .catalog-gr-el {
        width: 50%;
    }

    .catalog-gr-el {
        padding: 0 1.5em 0 0;
        margin-bottom: 1.5em;
    }

    .catalog-filter {
        min-height: 5em;
        padding-top: 1em;
    }

    .catalog-text {
        padding: 1.3em 1.5em 0.6em;
    }

    .catalog-text__title {
        margin-bottom: 1em;
    }

    .catalog-text__title-txt {
        font-size: 1.6em;
    }

    .catalog-text .editor {
        font-size: 1.2em;
        line-height: 1.4;
    }

    .prod {
        padding-right: 1.5em;
        padding-left: 1.5em;
        padding-bottom: 0.5em;
    }

    .prod-heading {
        min-height: inherit;
        padding: 0.9em 0 0;
        margin-bottom: 1em;
        border-bottom: 0 none;
    }

    .prod-heading__txt {
        font-size: 1.6em;
        line-height: 1.35;
    }

    .prod-top__half {
        padding: 0;
    }

    .prod-top__half_l {
        width: 100%;
        float: none;
        padding: 1em 0 0;
        margin: 0;
    }

    .prod-top__half_l .g-btn {
        padding-right: 1.8em;
        padding-left: 2em;
    }

    .prod-top__half_r {
        width: 100%;
        float: none;
    }

    .prod-slider {
        position: relative;
        margin-bottom: 2.7em;
    }

    .prod-slider__in {
        margin: 0 -1.5em;
        padding-bottom: 2em;
    }

    .prod-slider__in-wrapper {
        bottom: 2em;
    }

    .prod-slider__art {
        top: auto;
        bottom: 0;
        left: 1.5em;
    }

    .prod-slider__art-txt {
        font-size: 1.1em;
    }

    .prod-slider__label {
        left: 1.5em;
    }

    .prod-slider__label_top {
        top: 1.5em;
    }

    .prod-slider__label_bottom {
        bottom: 3em;
    }

    .prod-slider__zoom {
        display: none;
    }

    .prod-slider__btn {
        width: 2.5em;
        height: 3em;
    }

    .prod-slider__btn-ico {
        width: 1.2em;
        height: 1.1em;
    }

    .prod-slider__btn_next,
    .prod-slider__btn_prev {
        transform: translateX(0%);
        opacity: 1;
    }

    .prod-slider-pagination {
        margin-right: 0;
    }

    .prod-slider-pagination-container {
        position: absolute;
        right: -0.7em;
        bottom: -0.3em;
    }

    .prod-slider-pagination .swiper-pagination-bullet {
        width: 1.6em;
        min-width: inherit;
        height: auto;
        border-radius: 100%;
        background: 0 none;
        padding: 0.3em 0;
        margin-bottom: 0;
        text-align: center;
    }

    .swiper-pagination-bullet-active .prod-slider-pagination__thumb-wrap {
        background: #b3b3b3;
        border-color: #b3b3b3;
    }

    .prod-slider-pagination__thumb-wrap {
        display: inline-block;
        min-width: inherit;
        width: 0.7em;
        height: 0.7em;
        padding: 0;
        border-radius: 100%;
        border-color: #b3b3b3;
    }

    .prod-slider-pagination__thumb {
        display: none;
    }

    .prod-connector {
        margin-bottom: 1.5em;
    }

    .prod-info__top,
    .prod-info__choose,
    .prod-info__bottom {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .prod-info-kit:after {
        right: -1.5em;
        left: -1.5em;
    }

    .prod-info-cost__old {
        display: inline-block;
        margin-right: 1.2em;
    }

    .prod-info-cost__now {
        display: inline-block;
    }

    .prod-info-ctrl__left {
        width: 50%;
        padding-top: 0.2em;
    }

    .prod-info-ctrl__left .g-btn {
        width: 100%;
    }

    .prod-info-ctrl__right {
        width: 50%;
        padding-top: 0.2em;
        padding-left: 0;
    }

    .prod-info-ctrl__right .g-favor,
    .prod-info-ctrl__right .g-compare {
        width: 50%;
        float: left;
        text-align: center;
        padding-left: 1.5em;
    }

    .prod-info-ctrl__right .g-favor-label,
    .prod-info-ctrl__right .g-compare-label {
        height: 4.5em;
    }

    .prod-info-pay {
        padding-right: 0.8em;
        padding-left: 0.8em;
        text-align: center;
    }

    .prod-info-pay__list {
        text-align: left;
    }

    .prod-contact {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .prod-contact__list {
        margin-right: -1.5em;
    }

    .prod-contact-el {
        float: left;
        width: 50%;
        padding-right: 1.5em;
    }

    .prod-dealer-cost {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .prod-dealer-cost-el {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .prod-desc__title {
        margin-bottom: 1em;
    }

    .dealer-sale-el {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 1em;
    }

    .cart-goods-title {
        height: 4.4em;
    }

    .cart-goods-title__in {
        padding-left: 2em;
    }

    .cart-goods-title__txt {
        font-size: 1.8em;
        font-weight: 600;
    }

    .cart-goods-title__right {
        margin-right: 0.5em;
    }

    .cart-goods-title-btn {
        width: 4.5em;
        padding-right: 1em;
        padding-left: 1em;
        border-left: 0 none;
        text-align: center;
    }

    .cart-goods-title-btn__txt-name {
        display: none;
    }

    .cart-goods-title-btn .g-ico {
        margin-left: 0;
    }

    .cart-goods-title-btn .g-ico_pdf,
    .cart-goods-title-btn .g-ico_basket {
        margin-bottom: 0;
    }

    .cart-goods__list_cab .cart-goods-el__img-cont {
        margin-left: 0;
    }

    .cart-goods-el {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .cart-goods-el__link {
        float: none;
        width: auto;
        padding-right: 0;
        margin-right: 0;
    }

    .cart-goods-el__img-cont {
        margin: 0 1.5em 0 0;
        width: 6em;
        height: 6em;
    }

    .cart-goods-el-text {
        padding-top: 0;
    }

    .cart-goods-el-text__art {
        margin-bottom: 0.1em;
    }

    .cart-goods-el-text__name-txt {
        font-size: 1.3em;
    }

    .cart-goods-el__right {
        float: none;
        width: auto;
        padding-top: 1.5em;
        margin-right: -0.2em;
    }

    .cart-goods-el__cost {
        padding-top: 0.8em;
        margin-right: 0.4em;
        min-width: 6.2em;
        max-width: 7.5em;
        width: auto;
        text-align: left;
    }
    .cart-goods-el__cost--quan {
        text-align: center;
    }

    .cart-goods-el__cost-txt {
        font-size: 1.3em;
    }

    .cart-goods-el__cost-txt_dealer {
        font-size: 1.2em;
    }

    .cart-goods-el__cost-txt_dealer.is-active {
        font-size: 1.4em;
    }

    .cart-goods-el__cost_dealer {
        padding-top: 0.8em;
    }

    .cart-goods-el__cost_dealer:after {
        display: none;
    }

    .cart-goods-el__quan {
        padding-top: 0;
        margin-right: 1.5em;
    }

    .cart-goods-el__quan .g-quan {
        width: 9em;
        height: 3em;
        padding: 0 3em;
    }

    .cart-goods-el__quan .g-quan__btn {
        width: 3em;
    }

    .cart-goods-el__quan .g-quan__btn-ico {
        width: 1em;
        height: 1em;
    }

    .cart-goods-el__quan .g-quan__num {
        font-size: 1.6em;
    }

    .cart-goods-el__cost-total {
        max-width: 8.5em;
        width: auto;
        padding-top: 0.6em;
        text-align: left;
    }

    .cart-goods-el__cost-total-txt {
        font-size: 1.5em;
    }

    .cart-goods-el__cost-total-txt .currency_rub {
        font-size: 1.066em;
    }

    .cart-goods-el__del {
        float: right;
        width: 3em;
        height: 3em;
    }

    .cart-goods-el_mod {
        padding-left: 9em;
    }

    .cart-goods-el_mod__plus {
        left: 3em;
    }

    .cart-goods-el_mod .cart-goods-el__quan {
        width: 9em;
        padding-top: 0.6em;
    }

    .cart-goods-total-header {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .cart-goods-total-header__txt {
        font-size: 1.4em;
        line-height: 1.45;
    }

    .cart-goods-total-txt {
        font-size: 1.3em;
    }

    .cart-goods-total-txt__text {
        margin-left: 0;
    }

    .cart-goods-total_top {
        padding-right: 0;
        padding-left: 1.5em;
    }

    .cart-goods-total_top .cart-goods-total-txt {
        font-size: 1.2em;
        line-height: 1.5;
        padding-top: 0;
    }

    .cart-goods-total_top .cart-goods-total-txt br {
        display: block;
    }

    .cart-goods-total_bottom {
        padding-right: 1.5em;
        padding-left: 1.5em;
        margin-bottom: 1.5em;
        text-align: left;
    }

    .cart-order-title__in {
        height: auto;
        min-height: 5.7em;
        padding-top: 1.9em;
        padding-bottom: 1.5em;
    }

    .cart-order-title__num {
        width: 3em;
        height: 3em;
        left: 1.5em;
        top: 1.5em;
        bottom: auto;
    }

    .cart-order-title__num-txt {
        font-size: 1.4em;
    }

    .cart-order-title__txt {
        font-size: 1.5em;
        line-height: 1.35;
    }

    .cart-order-title__btn {
        width: 4em;
        height: 4em;
        top: 5.3em;
        bottom: auto;
        right: 1.4em;
    }

    .cart-order-title__btn-txt {
        display: none;
    }

    .cart-order-title__btn-ico {
        display: inline-block;
        fill: #333;
    }

    .cart-order-title__ico {
        display: block;
        top: 1.7em;
        right: 1.9em;
        bottom: auto;
        width: 2.6em;
        height: 2.6em;
    }

    .cart-order-body {
        border-top: 0 none;
        padding: 0 6em 0 6em;
    }
    .cart-order-body--p-small {
        padding: 0.3em 2em 0.1em 2em;
    }

    .cart-order-body-delivery {
        padding-top: 0;
    }

    .cart-order-body-delivery__left {
        display: block;
        float: none;
        margin-right: 0;
        padding-right: 6em;
    }

    .cart-order-body-delivery__right {
        display: block;
        float: none;
        width: auto;
        padding: 0.5em 0 0;
    }

    .cart-order-body-delivery__cost {
        font-size: 1.4em;
    }

    .cart-order-body-delivery__cost .currency_rub {
        font-size: 1.071em;
    }

    .cart-order-body__fields {
        padding-top: 0.3em;
    }

    .cart-order-body__fields .grid .grid__el {
        float: none;
        width: 100%;
    }

    .cart-order-body-data .grid .grid__el {
        float: none;
        width: auto;
    }

    .cart-order-body-data-name__txt {
        margin-bottom: 4px;
        margin-bottom: 0.4rem;
        font-size: 1.3em;
        line-height: 1.3;
    }

    .cart-order-body-data-info {
        padding-top: 0.2em;
    }

    .cart-order-body-data-info__tel {
        margin-bottom: 6px;
        margin-bottom: 0.6rem;
        font-size: 1.2em;
        line-height: 1.2;
    }

    .cart-order-body-data-info__mail {
        font-size: 1.1em;
        line-height: 1.1;
    }

    .cart-order-body-data-com {
        padding-top: 0.8em;
    }

    .cart-order-body-data-com__title {
        display: none;
    }

    .cart-order-body-data-com__txt {
        font-size: 1.1em;
        line-height: 1.2;
        color: #6F6F6F;
    }

    .cart-order-body__text {
        margin-bottom: 1.7em;
    }

    .cart-order-body__text .editor {
        font-size: 1.1em;
        line-height: 1.4;
    }

    .cart-order-body__radios_pay .cart-order-body__radio .radio__label {
        padding-top: 1.5em;
        padding-right: 1em;
    }

    .cart-order-body__radios_pay .cart-order-body__radio .radio .g-vac__el {
        display: table;
        width: 100%;
    }

    .cart-order-body__radios_pay .cart-order-body__radio .radio__txt {
        display: table-cell;
    }

    .cart-order-body__radios_pay .cart-order-body__radio .radio__pic-cont {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

    .cart-order-body__radio .radio__label {
        height: auto;
        min-height: 4.6em;
        padding-top: 1.6em;
        padding-bottom: 1.7em;
    }

    .cart-order-body__radio .radio__label:after {
        display: none;
    }

    .cart-order-body__radio .radio__diz {
        top: 1.5em;
        bottom: auto;
    }

    .cart-order-body__radio .radio__delivery-left {
        display: block;
        float: none;
        margin-right: 0;
        padding-right: 0;
    }

    .cart-order-body__radio .radio__delivery-left_free {
        float: left;
        padding: 0 1em 0 0;
        width: 100%;
    }

    .cart-order-body__radio .radio__delivery-right {
        display: block;
        float: none;
        width: auto;
        padding: 1.3em 0 0;
    }

    .cart-order-body__radio .radio__delivery-wrap {
        display: flex;
        justify-content: space-between;
    }
    .cart-order-body__radio .radio__delivery-right_free {
        float: right;
        width: auto;
        padding: 0.1em 1.8em 0 0;
        display: flex;
        justify-content: space-between;
    }
    .cart-order-body__radio .radio__delivery-day {
        min-width: 7.3rem;
    }

    .cart-order-body__radio .radio__delivery-cost {
        font-size: 1.4em;
    }

    .cart-order-body__radio .radio__delivery-cost .currency_rub {
        font-size: 1.071em;
    }

    .cart-order-body__radio-field {
        padding-top: 0.1em;
    }

    .cart-order-body__radio-field .g-form-item {
        margin-bottom: 1.5em;
    }

    .cart-order-body__radio-field .g-form-item_index {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .cart-order-body__radio-field .g-form-item_street {
        overflow: visible;
    }

    .cart-order-body__radio-map-cont {
        height: auto;
        padding-right: 0;
    }

    .cart-order-body__radio-map-list {
        position: relative;
        width: 100%;
        height: auto;
        max-height: 30em;
    }

    .cart-order-body__radio-map-list .radio-cont {
        border-top: 1px solid #ededed;
    }

    .cart-order-body__radio-map-list .radio {
        border-bottom: 1px solid #ededed;
        padding-left: 4em;
    }

    .cart-order-body__radio-map-list .radio__label {
        min-height: 4.6em;
        height: auto;
        padding: 0 5em 0 2em;
    }

    .cart-order-body__radio-map-list .radio__label .g-vac__el {
        padding: 1.4em 0 1.5em;
    }

    .cart-order-body__radio-map-list .radio__label .g-vac__el:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -4;
    }

    .cart-order-body__radio-map-list .radio__label:after {
        height: 4.6em;
    }

    .cart-order-body__radio-map-list .radio__diz {
        top: 1.5em;
        right: 1.9em;
        bottom: auto;
        left: auto;
    }

    .cart-order-body__radio-map-list .radio__map-txt {
        font-size: 1.3em;
    }

    .cart-order-body__radio-map-list .radio__map-dop-cont {
        display: none;
        padding-top: 3px;
    }

    .cart-order-body__radio-map-list .radio__map-dop {
        display: block;
        padding: 2px 0;
        font-size: 1.1em;
        line-height: 1.3;
        color: #535353;
    }

    .cart-order-body__radio-map-list .radio__map-dop a {
        white-space: nowrap;
        color: #535353;
    }

    .cart-order-body__radio-map-list .radio__map-dop a:hover {
        color: #000;
    }

    .cart-order-body__radio-map-list .radio__map-dop a[href^=mailto] {
        color: #5da1d3;
    }

    .cart-order-body__radio-map-list .radio__map-dop a[href^=mailto]:hover {
        text-decoration: underline;
    }

    .cart-order-body__radio-map-list .radio__input:checked~.g-vac__el:before {
        background: #ededed;
    }

    .cart-order-body__radio-map-list .radio__input:checked~.g-vac__el .radio__map-dop-cont {
        display: block;
    }

    .cart-order-body__radio-map {
        height: 30em;
        overflow: hidden;
        position: relative;
    }
    .cart-order-body__radio-map:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1em;
        z-index: 10;
    }

    .cart-order-body-pay {
        padding: 0 0 1.4em;
    }

    .cart-order-body-pay-name__txt {
        margin-bottom: 0.5rem;
    }

    .cart-order-footer {
        padding-left: 6em;
    }

    .cart-order-footer .cart-total-promo {
        width: 100%;
        margin: 0 0 1em;
    }

    .cart-order-footer__btn {
        margin: 0;
        width: 100%;
    }

    .cart-order-footer__btn .g-btn {
        width: 100%;
        height: 3em;
    }

    .cart-order-footer__btn .g-btn__txt {
        font-size: 1.2em;
    }

    .cart-order-footer-dealer {
        padding-right: 2em;
        padding-left: 1.5em;
    }

    .cart-order-footer-dealer__right {
        width: 100%;
        float: none;
        text-align: left;
        margin-bottom: 2em;
    }

    .cart-order-footer-dealer__left {
        width: 100%;
        float: none;
    }

    .cart-order-total-cost {
        margin-bottom: 2em;
    }

    .cart-order-total-cost__item_sum {
        border-top: 1px solid #ededed;
        padding-top: 1.2em;
        margin-bottom: 2.5em;
        margin-top: 2em;
    }

    .cart-order-total-cost__name-sum {
        font-size: 1.6em;
        font-weight: 400;
    }

    .cart-order-total-cost__val {
        font-size: 1.5em;
    }

    .cart-order-total-cost__val .currency_rub {
        font-size: 1.06em;
    }

    .cart-order-total-cost__val-sum {
        font-size: 1.8em;
    }

    .cart-order-total-cost__val-sum .currency_rub {
        font-size: 1.055em;
    }

    .cart-order-total-promo {
        position: relative;
        padding-right: 0;
        right: auto;
        left: 0;
        bottom: 0;
    }

    .cart-order_finish {
        position: relative;
        padding-bottom: 2.9em;
    }

    .cart-order_finish .cart-order-body {
        float: none;
        width: 100%;
        padding-right: 1.5em;
        padding-left: 1.5em;
        padding-bottom: 0;
    }

    .cart-order_finish .cart-order-footer {
        float: none;
        width: 100%;
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .cart-order_finish .cart-order-footer__message {
        margin-bottom: 1.3em;
    }

    .cart-order_finish .cart-order-footer__btn .g-btn {
        height: 3em;
    }

    .cart-order_finish .cart-order-footer__btn .g-btn__txt {
        font-size: 1.3em;
    }
    .cart-total__title-txt {
        font-size: 1.8em;
        display: flex;
        justify-content: space-between;
        max-width: 40rem;
        width: 100%;
    }
    .cart-total__title-amount.small {
        margin: 1.5em 0 1em;
    }
    .cart-total__title-amount .cart-total__title-txt.small {
        font-size: 1.6em;
    }
    .cart-total__title-txt strong {
        white-space: nowrap;
    }

    .address-map__cont {
        margin-right: -1.5em;
        margin-left: -1.5em;
        border-right: 0 none;
        border-left: 0 none;
    }

    .address-map__list {
        width: 26em;
    }

    .address-map-city {
        padding: 1.5em 2em 0;
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .address-map-city__btn-txt {
        font-size: 1.3em;
    }

    .address-map-city__btn-layout_desktop {
        display: none;
    }

    .address-map-city__btn-layout_mob {
        display: block;
    }

    .address-map-el {
        padding: 0 1.5em;
    }

    .address-map-el__title-txt {
        font-size: 1.3em;
    }

    .address-map {
        right: 26em;
    }
    .address-map:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1em;
        z-index: 10;
    }
    .goods-el_big.diplomas-el .goods-el__title {
        height: auto;
        max-height: inherit;
    }
    .goods-el_big.diplomas-el .goods-el__title-txt {
        font-size: 1.4em;
        line-height: 1.5;
    }

    .home-article .grid_x2 .grid__el {
        width: 100%;
        float: none;
    }

    .home-slider {
        height: auto;
        min-height: 12em;
    }

    .home-slider__img {
        background-position-x: 5%;
    }

    .home-slider__btn {
        top: auto;
        bottom: 0;
        width: 2.5em;
        height: 3em;
    }

    .home-slider__btn-ico {
        width: 1.2em;
        height: 1.1em;
    }

    .home-slider__btn_next,
    .home-slider__btn_prev {
        transform: translateX(0%);
    }

    .home-slider__btn_prev {
        left: auto;
        right: 2.6em;
    }

    .home-slider-pagination.swiper-pagination-bullets {
        bottom: 7px;
        left: auto;
        width: auto;
        right: 59px;
    }

    .home-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
        width: 7px;
        height: 7px;
    }

    .home-offers {
        float: none;
        width: 100%;
        min-height: 14.8em;
        border-right: 0 none;
        border-top: 0 none;
        border-left: 0 none;
    }

    .home-offers__list_two .home-offers {
        width: 100%;
    }

    .home-offers__list_three .home-offers {
        width: 100%;
    }

    .home-offers__text {
        height: auto;
        max-height: 16em;
    }

    .home-offers__ico {
        height: 3em;
        margin-bottom: 1.3em;
    }

    .home-offers__title {
        margin-bottom: 1em;
    }

    .home-offers__title-txt {
        font-size: 1.4em;
    }

    .home-offers__btn-txt {
        font-size: 1.2em;
    }

    .g-article__img-wrap {
        width: 17.6em;
        height: 14em;
    }

    .g-article__text {
        overflow: hidden;
    }

    .g-article__text-top {
        height: auto;
        max-height: 12.3em;
        overflow: hidden;
    }

    .g-address-map {
        height: 45em;
    }

    .g-address-city__list {
        -moz-columns: 3;
        columns: 3;
    }

    .g-message {
        padding: 1em 1em 1.5em;
    }

    .g-message__item {
        margin-top: 0.5rem;
    }

    .cab__in {
        width: 100%;
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .cab-order__table .td-2,
    .cab-order__table .td-3,
    .cab-order__table .td-4,
    .cab-order__table .td-5,
    .cab-order__table .td-6,
    .cab-order__table .td-7,
    .cab-order__table .td-8{
        padding-left: 0.5em;
    }

    .cab-order__table .td-9,
    .cab-order__table .td-3 {
        display: none;
    }

    .cab-order__txt {
        font-size: 1.2em;
    }
    .cab-order__table select {
        font-size: 1.2em;
        text-indent: 0.5rem;
    }

    /*.cab-order__list {
        margin: 0 -1.5em;
    }*/
    .cab-btn__in {
        flex-wrap: wrap;
    }
    .cab-btn__in .g-btn, .cab-btn .cab__order-comment {
        margin-right: 0;
    }
    .cab-btn__right {
        white-space: normal;
    }
}

@media screen and (max-width: 599px) {
    .sidebar-content-heading__text-status {
        display: block;
        margin-left: 0;
        margin-top: 10px;
        margin-top: 1rem;
    }

    .sidebar-service_list {
        display: block;
    }

    .sidebar-service-el {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .g-address {
        display: none;
    }

    .g-dealer .grid__el {
        width: 100%;
        float: none;
    }

    .catalog-feature {
        display: none;
    }

    .catalog-map-title {
        margin-bottom: 0.5em;
    }

    .catalog-filter__left .select-cont {
        display: none;
    }

    .catalog-gr {
        padding: 0;
        min-height: inherit;
    }

    .catalog-gr__list {
        margin-right: 0;
    }

    .catalog-gr__list .catalog-gr-el {
        width: 100%;
    }

    .catalog-gr-el {
        padding: 0;
        margin: -1px 0 0;
        height: auto;
        max-width: 100%;
    }

    .catalog-gr-el__in {
        height: 6em;
        position: relative;
        margin: 0;
        padding: 0 3.5em 0.2em 7em;
        white-space: nowrap;
    }

    .catalog-gr-el__in::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 2.3em;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border: 0.5em solid transparent;
        border-left: 0.5em solid #5da1d3;
        border-right: 0 none;
    }

    .catalog-gr-el__in::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

    .catalog-gr-el__img-wrap {
        width: 3.6em;
        height: 100%;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 1.5em;
    }

    .catalog-gr-el__text {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
    }

    .catalog-gr-el__title {
        display: inline-block;
        vertical-align: baseline;
        height: auto;
        min-height: inherit;
        padding: 0;
        margin-right: 0.5em;
        margin-bottom: 0;
        overflow: visible;
        text-align: left;
    }

    .catalog-gr-el__title-txt {
        font-size: 1.4em;
        font-weight: 600;
        line-height: 1.25;
    }

    .catalog-gr-el__quan {
        display: inline-block;
        vertical-align: baseline;
        height: auto;
        padding: 0;
        text-align: left;
        overflow: visible;
    }

    .catalog-gr-el__quan-txt {
        font-size: 1.2em;
    }

    .catalog-gr-el__quan-txt::before {
        content: "( ";
    }

    .catalog-gr-el__quan-txt::after {
        content: " )";
    }

    .catalog-gr-el__quan-title {
        display: none;
    }

    .address-map__cont {
        border: 0 none;
    }

    .address-map__list {
        float: none;
        width: auto;
        border-left: 0 none;
        border-bottom: 1px solid #ededed;
        padding-top: 0;
        min-height: auto;
    }

    .address-map-city {
        height: auto;
        position: relative;
        padding-top: 0;
        padding-bottom: 0.5em;
    }

    .address-map-city__btn {
        height: 4em;
    }

    .address-map {
        position: relative;
        height: 30em;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .address-form .grid__el {
        float: none;
        width: 100%;
    }

    .groups__list a {
        font-size: 12px;
        padding: 0 20px;
        border-radius: 15px;
        line-height: 25px;
    }

    .g-message__item {
        display: block;
        text-align: center;
    }

    .cab-order__table {
        display: block;
        width: auto;
        max-width: inherit;
        margin: 0 -1.5em;
        text-align: right;
    }

    .cab-order__table tr {
        display: block;
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .cab-order__table thead {
        display: none;
    }

    .cab-order__table tbody {
        display: block;
    }

    .cab-order__table tbody td,
    .cab-order__table tbody .td-1,
    .cab-order__table tbody .td-2,
    .cab-order__table tbody .td-3,
    .cab-order__table tbody .td-4,
    .cab-order__table tbody .td-5,
    .cab-order__table tbody .td-6,
    .cab-order__table tbody .td-7,
    .cab-order__table tbody .td-8,
    .cab-order__table tbody .td-ctrl {
        display: block;
        width: 100%;
        text-align: right;
        padding: 0.4em 0;
    }

    .cab-order__table tbody td::after,
    .cab-order__table tbody .td-1::after,
    .cab-order__table tbody .td-2::after,
    .cab-order__table tbody .td-4::after,
    .cab-order__table tbody .td-5::after,
    .cab-order__table tbody .td-6::after,
    .cab-order__table tbody .td-7::after,
    .cab-order__table tbody .td-8::after,
    .cab-order__table tbody .td-9::after,
    .cab-order__table tbody .td-ctrl::after {
        content: "";
        display: block;
        clear: both;
    }

    .cab-order__table tbody tr:first-child td {
        padding-top: 0.4em;
        padding-bottom: 0.4em;
    }

    .cab-order__table tbody tr:first-child td:first-child,
    .cab-order__table tbody td:first-child {
        padding-top: 1.5em;
    }

    .cab-order__table tbody tr:first-child td:first-child {
        border-top: 0 none;
    }

    .cab-order__table tbody td:last-child,
    .cab-order__table tbody tr:first-child td:last-child {
        padding-bottom: 1.5em;
    }

    .cab-order__table tbody .td-ctrl {
        display: block;
        text-align: right;
    }
    .cab-order-ctrl {
        margin-top: -0.2em;
        margin-right: -0.5em;
        text-align: right;
    }
    .cab-order-ctrl__make {
        min-width: 3.5em;
    }
    .cab-order-ctrl__make .cab-order__txt {
        width: auto;
        float: none;
    }

    .cab-order__table .modal {
        text-align: left;
    }

    .cab-order__txt {
        float: right;
        width: 60%;
    }

    .cab-order__txt a {
        padding: 5px 5px;
        padding: 0.5rem 0.5em;
    }

    .cab-order__txt_mob_th {
        display: block;
        float: left;
        text-align: left;
        width: 40%;
        padding-right: 15px;
        padding-right: 1.5rem;
    }

    .cab-order__txt_ctrl {
        float: none;
        width: auto;
    }

    .cab-order__ico {
        margin-top: 0.2rem;
    }

    .cab-transactions .cab-order__table .td-3 {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }

    .cab-btn {
        text-align: center;
    }

    .cab-goods {
        padding-right: 0;
    }

    .cab-goods__img-cont {
        margin-left: 0;
    }

    .cab-goods__link {
        float: none;
        margin-right: 0;
        padding-right: 0;
    }

    .cab-goods__ctrl {
        float: none;
        width: 100%;
        margin: 1.5em auto 0;
        text-align: center;
    }

    .cab-goods__ctrl:after {
        display: none;
    }

    .modal .g-tabs_block {
        margin: 0 -1.5em;
    }

    .modal .tab-content__pane {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 479px) {
    .header-phone {
        width: 4.5em;
        margin-right: 0;
    }

    .header-phone__ico {
        width: 100%;
    }

    .header-phone__txt {
        display: none;
    }

    .goods__list_4 {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .goods__list_4 .goods-el {
        float: none;
        width: 100%;
        margin-left: 0;
        height: auto;
    }

    .goods__list_4 .goods-el__title {
        height: auto;
        margin-bottom: 0.8em;
    }

    .goods__list_4 .goods-el__desc {
        height: auto;
        max-height: 4.8em;
        margin-bottom: 0.8em;
    }

    .goods__list_4 .goods-el_big {
        padding-bottom: 1em;
    }

    .goods__list_4 .goods-el_banner {
        height: 40em;
    }

    .goods__list_4 .goods-el_more {
        height: 8.2em;
    }

    .prod-info-cost__old {
        display: block;
        margin-right: 0;
    }

    .prod-info-cost__now {
        display: block;
    }

    .prod-info-ctrl__left {
        width: 55%;
    }

    .prod-info-ctrl__right {
        width: 45%;
        padding-top: 0;
        text-align: center;
        padding-left: 1.5em;
    }

    .prod-info-ctrl__right-in {
        display: inline-block;
    }

    .prod-info-ctrl__right .g-favor,
    .prod-info-ctrl__right .g-compare {
        display: block;
        width: auto;
        float: none;
        text-align: left;
        padding-left: 0;
    }

    .prod-info-ctrl__right .g-favor-label,
    .prod-info-ctrl__right .g-compare-label {
        height: 2.5em;
    }

    .prod-contact__list {
        margin-right: 0;
    }

    .prod-contact-el {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .g-charac-item {
        margin-left: 0;
    }

    .sidebar-article {
        margin-bottom: 3em;
    }

    .sidebar-article__list {
        margin: 0 1.5em;
        padding: 1.8em 0 0.1em;
    }

    .sidebar-article-el {
        margin-bottom: 3em;
    }

    .sidebar-article-el__img-wrap {
        position: relative;
        float: none;
        width: 100%;
        max-width: 40em;
        margin-right: 0;
        margin-bottom: 1em;
    }

    .sidebar-article-el__img {
        max-height: 26em;
    }

    .sidebar-article-el__text {
        overflow: hidden;
        max-height: 17.3em;
    }

    .sidebar-article-el-info {
        max-width: 100%;
    }

    .sidebar-article__more {
        padding-bottom: 2.5em;
    }

    .home-article__list {
        padding: 0;
    }

    .g-article {
        border-top: 0 none;
        border-right: 0 none;
        border-left: 0 none;
        margin-top: 0.5em;
    }

    .g-article__img-wrap {
        float: none;
        width: 100%;
        max-width: 40em;
        height: auto;
        min-height: 14em;
        max-height: 20em;
        margin-bottom: 1em;
    }

    .g-article__img-wrap::after {
        content: "";
        display: block;
        padding-bottom: 65%;
    }

    .g-article__img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .catalog-filter .select-cont {
        float: none;
    }

    .catalog-filter-reset {
        margin-left: -2em;
    }

    .catalog-filter .select-cont {
        margin-bottom: 1em;
    }

    .cab-btn__right  {
        margin-right: -0.7em;
    }
    .cab-btn__right .g-btn {
        margin-right: 0.7em;
    }
    .cab-recipient-data__name {
        min-width: 15.5rem;
        max-width: 15.5rem;
    }
    .cab-recipient-data__txt {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 414px) {
    .goods__list_4 .goods-el {
        border-right: 0 none;
        border-left: 0 none;
    }

    .sidebar-filter-show {
        margin-right: -0.5em;
    }

    .sidebar-filter-show .mob_hide {
        display: none;
    }

    .g-form-cont_name_left .g-form-item-name {
        width: 100%;
        float: none;
        padding-right: 0;
        text-align: left;
    }

    .g-form-cont_name_left .g-form-item__field {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .cart-order-footer {
        padding-right: 1.5em;
        padding-left: 1.5em;
    }

    .g-address-city__list {
        -moz-columns: 2;
        columns: 2;
    }
}

@media screen and (max-width: 365px) {
    .cart-order-body__radio .radio__delivery-left_free {
    }

    .cart-order-body__radio .radio__delivery-wrap {
        display: block;
    }
    .cart-order-body__radio .radio__delivery-right_free {
        padding-top: 1em;
    }
}
@media screen and (max-width: 359px) {
    .catalog-filter select {
        width: 16.5rem;
        padding-right: 1rem;
    }

    .catalog-filter__open {
        padding-right: 5.4em;
    }

    .catalog-filter__open-ico {
        right: 1.4em;
    }

    .g-charac-item__left {
        white-space: normal;
    }

    .g-charac-item-td_line {
        display: none;
    }
}

@media print {

    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: none;
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .header-menu,
    .header-user-container,
    .header-search,
    .header-address,
    .prod-heading .g-btn,
    .prod-top__half_l,
    .prod-info-ctrl,
    .prod-info-pay,
    .prod-slider__zoom,
    .prod-slider__share,
    .prod-slider-pagination-container,
    .prod-slider__btn,
    .prod-top__half_l,
    .prod-bottom__right,
    .prod-slider__art,
        /*.nav-tabs-li__a,*/
        /*.tab-content__pane,*/
    .nav-tabs-li:not(.active),
    .tab-content__pane:not(.active),
    .g-panel,
    .footer-menu,
    .footer-bottom__center,
    .footer-bottom__right,
    .sidebar,
    .sub-menu,
    .g-container-goods .g-slider,
    .home-offers__list,
    .home-slider,
    .goods-el__btns,
    .breadcrumbs,
    .catalog-filter,
    .goods-el_more,
    .g-inner-menu,
    .goods__list:before,
    .goods__list:after,
    .rightside,
    .catalog-groups__el,
    #__replain_widget,
    .footer-bottom,
    .footer-city-item-el__link {
        display: none !important;
    }

    .catalog-groups__el.active {
        display: block !important;
    }

    .leftside.width70 {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .header__top {
        height: 0;
    }
    .header-logo {
        border: 0 none;
        text-decoration: none;
        width: 23em;
        height: 8em;
    }
    .header-logo__img {
        width: 18.6em;
        height: 4.2em;
    }
    .header-logo__txt {
        font-size: 1em;
    }
    .header-contact {
        margin-top: 0;
    }
    .header-tel {
        margin-top: 0;
    }

    .nav-tabs-li__a[href ^="#goods-feature"],
    #goods-feature {
        display: block;
        opacity: 1;
    }

    .address-map__list {
        background: #FFF !important;
    }

    .goods-el,
    .footer-top,
    .footer-bottom {
        page-break-inside: avoid;
    }

    .g-page-heading-out {
        page-break-after: avoid;
    }
    .footer,
    .footer-top .content {
        width: 100%;
    }
    .footer-top {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    .footer-city {
        width: auto;
        margin-left: -1.5em;
        padding-right: 0;
        display: flex;
    }
    .footer-city-item__title {
        margin-bottom: 0.5em;
    }
    .footer-city-item-el {
        max-width: 45em;
    }

    .footer-top,
    .footer-bottom {
        min-height: auto;
        padding: 0.5em 3em 0;
    }

    .g-container-home,
    .g-container-goods {
        margin-top: 1.5em;
    }

    .sidebar-content-page,
    .sidebar-content {
        padding-left: 0;
        margin-left: 0;
    }

    h1 {
        font-size: 2.2em !important;
    }

    h2,
    h3,
    h4,
    h5,
    h6,
    {
        font-size: 1.6em !important;
    }

    .catalog-groups {
        padding-top: 0;
        padding-bottom: 0.5em;
    }

    .goods__list {
        padding: 0 2em;
    }

    .goods__list .goods-el_big {
        height: 44.5em;
    }

    .goods-el__info {
        overflow: visible;
        height: auto;
    }

    .goods-el__price {
        position: relative;
        display: block;
    }

    .goods-el.diplomas-el {
        height: auto;
    }

    .prod {
        padding-right: 1.5em;
        padding-left: 1.5em;
        padding-bottom: 0;
    }
    .prod-top__half_r {
        width: 100%;
    }
    .prod-info-cost__quan,
    .prod-slider .g-btn_youtube {
        display: none;
    }

    .g-inner-menu__cont {
        margin-bottom: 1em;
    }

    .g-inner-menu__heading,
    .prod-heading {
        padding: 0.5em 0 1em;
        min-height: auto;
    }
    .prod-heading__txt {
        font-size: 2em !important;
    }

    .prod-bottom__left {
        padding-right: 0;
        margin-right: 0;
    }

    .prod-slider {
        margin-top: -1em;
    }

    .prod-slider__in-size {
        padding-bottom: 70%;
    }

    .prod-slider .swiper-slide {
        width: 100% !important;
    }

    .prod-info-cost__now {
        padding-top: 0.4em;
        margin-bottom: 0;
    }
    .prod-info-cost__in {
        vertical-align: middle;
    }
    .prod-info,
    .prod-contact {
        margin-bottom: 0.5em;
    }
    .prod-info__top,
    .prod-info__bottom,
    .prod-contact {
        padding-right: 0;
        padding-left: 0;
    }
    .prod-contact-el {
        float: left;
        width: 50%;
    }
    .prod-contact__current {
        text-decoration: none;
        height: 3em;
        margin-top: 0.5em;
    }


    .content_main,
    .g-page {
        margin-bottom: 0.5em;
    }

    .nav-tabs-li__a {
        height: 4em;
        border: 0 none;
    }

    .tab-content__pane {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .g-ico {
        display: block;
        fill: #333;
    }

    /* Cart */
    .g-container-cart {
        margin-top: 0;
    }
    .cart-goods-title__txt {
        font-size: 2.4em;
    }
    .cart-total__title-txt {
        font-size: 2em;
    }
    .g-container-cart__left {
        padding-right: 0;
        margin-right: 0;
    }
    .g-container-cart__right {
        width: 100%;
    }
    .cart-total__cont > div {
        width: 100% !important;
    }
    .cart-goods-title__in,
    .cart-total__title,
    .cart-total-cost {
        padding-left: 1.5em;
    }
    .cart-goods-el__img-cont {
        margin: 0 1.5em;
    }
    .cart-goods-el__link {
        padding-right: 26.5em;
        margin-right: -26.5em;
    }
    .cart-goods-el__right {
        width: 26.5em;
    }
    .cart-goods-el__cost {
        padding-top: 3em;
        margin-right: 2em;
    }
    .cart-goods-el__cost_dealer {
        padding-top: 0;
    }
    .cart-goods-el__quan .g-quan {
        width: 4em;
        padding-right: 0;
        padding-left: 0;
    }
    .cart-goods-el__quan .g-quan__num {
        font-size: 1.8em;
    }
    .cart-goods-el__cost-total {
        width: 10em;
        padding-top: 2.7em;
    }
    .cart-goods-title__right,
    .cart-goods-el__quan .g-quan__btn,
    .cart-goods-el__del,
    .cart-order-footer,
    .cart-total__desc,
    .cart-order__list,
    .cart-goods-el-countbox,
    .cart-goods.g-page ~ .cart-order.g-page,
    .cart-order-dealer__recount {
        display: none;
    }
    .cart-order.cart-order_warning {
        text-align: center;
    }
    .cart-dealer-sale.dealer-sale {
        padding-right: 0;
        padding-left: 0;
    }
    .dealer-sale-el.is-active .dealer-sale-el__in {
        border: 1px solid #999 !important;
    }
}

.groups__list.catalog-filter {
    position: relative;
    top: -10px;
    overflow: hidden;
}

.groups__list.catalog-filter a {
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 15px;
    line-height: 30px;
    border: 1px solid #538fbb;
    transition: all 0.3s ease 0s;
    margin-top: 10px;
}

.groups__list.catalog-filter a:hover {
    color: #fff;
    background-color: #538fbb;
}

.groups__list.catalog-filter a.active {
    color: #fff;
    background-color: #538fbb;
}

.groups__list.catalog-filter a {
    margin-right: 10px;
}

.groups__list.catalog-filter a:last-child {
    margin-right: 0;
}

.sub-menu__el-parent {
    display: block;
}

.sub-menu__el-parent-arr {
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: black;
    border-right-color: black;
    margin-left: auto;
}

.sub-menu__el-parent {
    display: flex;
    align-items: center;
}

.sub-menu__el {
    width: 100%;
    display: flex;
    align-items: center;
}

.sub-menu__el-sub {
    display: none;
    position: absolute;
    padding: 1em 0;
    top: 0;
    left: 40px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top: 0 none;
    box-shadow: 0 6px 10px #b2b2b2;
}

.sub-menu__el-sub.active {
    display: block;
}

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

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.fz35 {
    font-size: 35px;
}

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

.mb40 {
    margin-bottom: 40px;
}

.dropdown-divider svg {
    width: 40px;
    height: 40px;
}

.dropdown-divider svg path {
    fill: black;
}

.dropdown-footer {
    background-color: #f2eeef;
    padding: 15px 0;
    text-align: center;
    margin: 0 -15px;
}

.mb15 {
    margin-bottom: 15px;
}

.extBasket {
    padding: 15px;
    position: fixed;
    bottom: 6em;
    right: 20px;
    background-color: #fff;
    z-index: 2000;
    min-width: 349px;
    display: none;
}

.uk-button-dropdown.uk-open .extBasket {
    display: block;
}

.pos-rel {
    position: relative;
}

.extBasket.active {
    display: block;
}

.fz20 {
    font-size: 20px;
}

.fz24 {
    font-size: 24px;
}

.dropdown-divider {
    overflow: hidden;
    position: relative;
    z-index: 20;
}

.dropdown-divider::before {
    content: '';
    border-top: 1px solid #d6d6d6;
    position: absolute;
    top: 60%;
    z-index: 1;
    left: 0;
    height: 1px;
    width: 100%;
    transform: translateY(-50%);
}

.dropdown-divider p {
    position: relative;
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    background-color: #fff;
}

.extBasket {
    box-shadow: 0 6px 10px #b2b2b2;
}

.modal-content.extLogin {
    max-width: 330px;
    padding: 30px 40px 0;
    margin: 0 auto;
    background-color: #fff;
}

.modal-content.extLogin .extcheckbox {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.full-width {
    width: 100%;
}

.modal-content.extLogin input {
    height: 30px;
    padding: 0 15px;
    box-shadow: none;
    border: 1px solid #d1d1d1;
    width: 100%;
}

.uk-form-row:not(:last-child) {
    margin-bottom: 10px;
}

.comparePage_content {
    display: inline-block;
    min-width: 100%;
}

.comparePage_TableWrap {
    display: block;
    padding-bottom: 50px;
}

.comparePage_Table {
    border-collapse: collapse;
    display: table;
}

.comparePage_Row {
    padding: 1em 0 1em 0;
}

.comparePage_Row:not(.firstRow):hover {
    background: #e7e7e7 none repeat scroll 0 0;
}

.comparePage_Row.firstRow {
    display: inline-block;
    margin-bottom: 3em;
    padding: 0;
}

.comparePage_Cell {
    display: table-cell;
    max-width: 260px;
    min-width: 260px;
    padding: 10px;
}

.comparePage_Cell.firstCell {
    width: 220px;
    max-width: 220px;
    min-width: 220px;
    vertical-align: top;
}

.comparePage_Cell.property_names {
    font-size: 1.3em;
    width: 220px;
    max-width: 220px;
    min-width: 220px;
}

.comparePage_Cell.property_values {
    font-size: 1.3em;
    padding: 0 1.5em;
}

.comparePage_Cell.fav {
    width: 25%;
    display: inline-block;
    float: left;
}

.comparePage_delBtn_wrap {
    float: none;
    height: 2.5em;
    min-width: 255px;
    max-width: 255px;
    display: table-cell;
    text-align: right;
}

.cart-goods-el__del.compare_del {
    height: 2.5em;
    width: 2.5em;
    float: none;
}

.goods__list.compare_fav::before,
.goods__list.compare_fav::after {
    border-bottom: none;
}

.blog-item:not(:last-child) {
    border-bottom: 10px solid #e8e8e8;
    padding: 15px;
}

.blog-item:last-child {
    padding: 15px 15px 0 15px;
}

.blog-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.blog-item__left {
    width: 240px;
    line-height: 0;
    height: 240px;
    flex-shrink: 0;
    position: relative;
}

.blog-item__right {
    margin-left: 30px;
    display: flex;
    height: 240px;
    flex-direction: column;
    justify-content: space-between;
}

.blog-item__text {
    outline: none;
    font-size: 12px;
    text-align: justify;
    overflow: hidden;
    position: relative;
    line-height: 19px;
}

.blog-item__right__panel {
    display: flex;
    flex-direction: column;
}

.blog-item__meta {
    transition: all 0.2s ease 0s;
    color: #5DA1D3;
    align-items: center;
    margin-bottom: 15px;
    width: calc(100% - 50px);
    height: 15px;
    margin-right: auto;
    overflow: hidden;
    margin-top: 10px;
    text-align: left;
}

.blog-item__meta>a {
    transition: all 0.2s ease 0s;
    font-size: 12px;
    display: inline;
    color: #5DA1D3;
}

.blog-item__meta>a:not(:first-child) {
    margin-left: 5px;
}

.blog-item__meta>a:hover {
    text-decoration: underline;
}

.blog-item__meta:empty {
    display: none;
}

.blog-item__description::after {
    position: absolute;
    bottom: 0;
    content: '';
    right: 0;
    width: 30%;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/text-shadow.png) repeat-y;
    background-position: right top;
    background-size: contain;
}

.blog-item-title:hover>a {
    color: #5DA1D3;
}

.blog-item-title>a>h3 {
    font-size: 17px;
    line-height: 18px;
}

.blog-item__bottom {
    margin-top: auto;
}

.blog-item-title {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-item-title>a {
    transition: all 0.2s ease 0s;
}

.blog-item__description {
    overflow: hidden;
    height: 173px;
    position: relative;
}

.blog-item__data-panel {
    height: 30px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    line-height: 1em;
    justify-content: space-between;
    align-items: center;
    left: 0;
    padding: 0 15px;
    z-index: 10;
}

.blog-item__date,
.blog-item__views {
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.blog-item__views::before {
    font-family: "FontAwesome";
    content: '\f06e';
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
}

.g-container-blog {
    margin-top: 3em;
}

.g-container-blog__left {
    float: left;
    width: 100%;
    margin-right: -33em;
    padding-right: 34em;
}

.g-container-blog__right {
    float: right;
    width: 300px;
}

.g-container-blog .breadcrumbs {
    background: #fff;
}

.blog-sidebar__item:not(:last-child) {
    margin-bottom: 30px;
}

.blog-sidebar__item-title {
    text-align: left;
    height: 30px;
    display: flex;
    justify-content: flex-start;
}

.blog-sidebar__item-title-text {
    background-color: #5ea2d1;
    height: 100%;
    display: flex;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    align-items: center;
}

.blog-sidebar__item:first-child {
    background-color: #fff;
    box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.07);
    padding: 15px;
}

.blog-sidebar__item-content {
    border-top: 3px solid #5ea2d1;
    padding: 20px 24px;
    background-color: #fff;
    box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.07);
}

.blog-sidebar__list-links>a {
    display: block;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.2s ease 0s;
}

.blog-sidebar__list-links>a:hover {
    color: #5DA1D3;
}

.tac {
    text-align: center;
}

.blog-sidebar__list-links>a:not(:last-child) {
    margin-bottom: 1em;
}

.socials-list {
    display: flex;
    justify-content: center;
}

.socials-list a:not(:last-child) {
    margin-right: 10px;
}

.socials-list a {
    border: 1px solid #5ea2d1;
    font-size: 20px;
    height: 30px;
    width: 30px;
    color: #333;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.2s ease 0s;
}

.socials-list.ya-share2 .ya-share2__link:hover {
    color: #fff !important;
}

.socials-list .ya-share2__badge,
.socials-list .ya-share2__icon {
    background: none !important;
    display: none;
}

.socials-list .ya-share2__link {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.socials-list .ya-share2__item_service_vkontakte .ya-share2__link:before {
    content: "\f189";
}

.socials-list .ya-share2__item_service_odnoklassniki .ya-share2__link:before {
    content: "\f263";
}

.socials-list .ya-share2__item_service_facebook .ya-share2__link:before {
    content: "\f09a";
}

.socials-list .ya-share2__item_service_gplus .ya-share2__link:before {
    content: "\f0d5";
}

.socials-list .ya-share2__item_service_twitter .ya-share2__link:before {
    content: "\f099";
}

.blog-item__img img {
    /*width:100%;*/
    height: auto;
    max-height: 240px;
    display: block;
    margin: auto;
}

.fz14 {
    font-size: 14px;
}

.bg-grey {
    background-color: #dadada;
}

.p5-10 {
    padding: 5px 10px;
}

.fz16 {
    font-size: 16px;
}

.text-bold {
    font-weight: 600;
}

.fz14 {
    font-size: 14px;
}

.blog-sidebar__logo svg {
    width: 58px;
    height: 58px;
}

.blog-sidebar__logo {
    margin-bottom: 20px;
}

.blog-sidebar__logo-svg {
    width: 58px;
    margin: 0 auto 7px auto;
    height: 58px;
}

.socials-list a:hover {
    background-color: #5ea2d1;
    color: #fff;
}

.text-paragraph p {
    line-height: 1.5em;
}

.text-paragraph p:not(:last-child) {
    margin-bottom: 20px;
}

.article__meta span {
    margin-right: 10px;
    color: #fff;
    background-color: #5ea2d1;
}

.article-page {
    padding: 25px;
}

.pager_blog {
    padding: 2.1em 0 2.1em;
}

.pager.pager_blog {
    background-color: #fff;
}

.blog-list {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 20px 0;
}

.article__meta {
    margin-top: -10px;
    margin-bottom: 30px;
}

.article__meta a:not(:last-child) {
    margin-right: 10px;
}

.article__meta a:hover {
    background-color: #5ea2d1;
    color: #fff;
}

.article__meta a {
    margin-top: 10px;
}

.article__meta span,
.article__meta a {
    line-height: 30px;
    transition: all 0.2s ease 0s;
    padding: 0 9px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #5ea2d1;
}

.centered {
    margin: 0 auto;
}

.article__contain {
    font-size: 14px;
    margin-bottom: 30px;
}

.article__contain>*:not(:last-child) {
    margin-bottom: 20px;
}

.article-info__author-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 3px solid #5ea2d1;
    width: 50px;
    font-weight: 600;
    color: #5ea2d1;
    height: 50px;
    font-size: 20px;
}

.article__read-more-contain {
    border-top: 3px solid #5ea2d1;
}

.article__read-more-contain .blog-item {
    margin: 0 -25px;
}

.article__read-more-contain .blog-item:last-child {
    padding: 15px 25px 0 25px;
}

.article__read-more-contain .blog-item:not(:last-child) {
    padding: 15px 25px;
}

.article-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.article-title>h1 {
    font-size: 20px;
}

.article__views {
    font-size: 14px;
}

.article__share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ebebeb;
    padding: 15px;
    margin-bottom: 30px;
}

.article__share-text p {
    font-size: 14px;
}

.article__share-text p:not(:last-child) {
    margin-bottom: 10px;
}

.article__read-more-title {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    height: 30px;
    display: flex;
    justify-content: flex-start;
}

.article__read-more-title span {
    background-color: #5ea2d1;
    height: 100%;
    display: flex;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    align-items: center;
}

.article__views::before {
    font-family: "FontAwesome";
    content: '\f06e';
    font-size: 20px;
    margin-right: 10px;
    color: #5ea2d1;
}

.article__info {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #ebebeb;
}

.fx {
    display: flex;
}

.fx-center {
    justify-content: center;
}

.fx-justify {
    justify-content: space-between;
}

.fx-strech {
    align-items: stretch;
}

.article-author {
    font-weight: 600;
    font-size: 18px;
}

.article-date {
    font-size: 14px;
}

.article__info-right-block {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    justify-content: space-between;
    padding: 5px 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.blog-page,
.article-page {
    background-color: #fff;
    box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.07);
}

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

.modal-acc-turn-wrapper {
    margin-bottom: 30px;
}

.modal-acc-turn {
    height: 3.5em;
}

.modal-acc-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 13px 15px;
    background-color: #f2f2f2;
    font-size: 18px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    cursor: pointer;
    background-image: url(../images/plus.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.modal-good-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-good-item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}

.modal-acc__sub .modal-acc-title {
    background-color: #dadada;
}

.modal-good-item__description-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-good-item__variants-item {
    min-width: 80px;
    line-height: 25px;
    background-color: #e13f3f;
    color: #fff;
    padding: 0 1em;
    margin-top: 10px;
    height: 2em;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s;
    white-space: nowrap;
}

.uk-modal-close svg path {
    transition: all .25s;
}

.uk-modal-close svg path:hover {
    fill: #ed5252;
}

.uk-modal-close svg {
    width: 32px;
    height: 32px;
}

.uk-modal-close {
    position: absolute;
    right: -11px;
    top: -11px;
}

.uk-close {
    opacity: 1 !important;
    cursor: pointer;
    width: 32px !important;
    height: 32px !important;
}

.modal-good-item__art {
    color: #5ea2d1;
    font-weight: 600;
    display: inline;
}

.modal-good-item__variants-item:hover,
.modal-good-item__variants-item.active {
    background: #33cc33;
}

.modal-good-item__variants-item.active {
    pointer-events: none;
}

.modal-good-item__img {
    margin-right: 15px;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.modal-good-item__description {
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.4em;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

.modal-good-item__variants {
    flex-shrink: 2;
    margin-top: -10px;
}

.modal-acc-title.active {
    background-image: url(../images/minus.svg);
}

.modal-acc-content {
    font-size: 14px;
    padding: 0 15px 15px 15px;
}

.modal-acc__sub {
    margin-right: -15px;
    margin-bottom: -15px;
}

.bg-white {
    background-color: #fff;
}

.blog-item .g-btn {
    height: 3.5em;
}

.modal-acc-content {
    display: none;
}

@media (max-width: 1024px) {
    .g-container-blog__right {
        display: none;
    }

    .g-container-blog__left {
        margin-right: 0;
        padding-right: 0;
    }

    .dk-text-center {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .blog-item__left {
        margin-bottom: 20px;
    }

    .article-page {
        padding: 15px;
    }

    .modal-good-item {
        flex-direction: column;
    }

    .modal-good-item__variants {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .modal-good-item__description-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }

    .modal-acc-content {
        padding: 0 0 15px 0;
    }

    .modal-acc__sub {
        margin-right: 0;
    }

    .modal-good-item__img {
        width: 80px;
        height: 80px;
    }

    .modal-ext1 {
        padding: 15px !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .uk-modal-close {
        right: 15px;
        top: 15px;
    }

    .modal-acc-title {
        font-size: 15px;
    }

    .modal-good-item__variants-item:not(:last-child) {
        margin-right: 10px;
    }

    .article-title {
        font-size: 18px;
    }

    .article__info,
    .article__share {
        margin: 0 -15px 30px -15px;
    }

    .blog-item {
        flex-direction: column;
    }

    .blog-item__left {
        width: 100%;
        height: auto;
    }

    .blog-item__meta {
        width: 100%;
    }

    .blog-item__description {
        margin-bottom: 13px;
        width: 100%;
    }

    .blog-item__description,
    .blog-item__text {
        height: auto;
    }

    .blog-item__right {
        margin-left: 0;
        height: auto;
    }

    .article-title,
    .article__share,
    .article__info,
    .article__contain {
        margin-bottom: 20px;
    }

    .g-container-blog {
        margin-top: 0;
    }

    .blog-page {
        margin-top: 2.5em;
    }

    .blog-item:not(:last-child) {
        border-bottom-width: 20px;
    }
}

@media (max-width: 479px) {
    .article__share-text {
        display: none;
    }

    .article__share {
        justify-content: center;
    }

    .blog-item .g-btn {
        width: 100%;
    }
}

.sub_group {
    margin-left: 5em;
}

#error,
.box_message {
    padding: .5em 2em 2em;
    color: red;
    font-size: 1.4em;
}

.leftside {
    width: 100%;
    margin-bottom: 2.5em;
}

.leftside.width70 {
    width: 66%;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    margin-right: 1.5em;
}

.rightside {
    width: 30%;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    margin-left: 1.5em;
}

@media screen and (max-width: 720px) {

    .rightside,
    .leftside.width70 {
        display: block;
        width: 98%;
    }
}

.dealers-news-block {
    margin: 1.5em 0 0;
    padding: 2em;
    border: 1px solid #ec9196;
    background-color: #fae9e9;
}

.dealers-news-block-el-info-date {
    color: #7d7d7d;
    margin-bottom: 1em;
}

.dealers-news-block-el-info-date__txt {
    font-size: 1.2em;
}

.dealers-news-block-el__title {
    display: block;
    margin-bottom: 0.5em;
}

.dealers-news-block-el__title:hover {
    color: #5da1d3;
}
.dealers-news-block-el__title-txt {
    font-size: 2em;
    line-height: 1.25;
}
@media screen and (max-width: 767px){
    .dealers-news-block-el__title-txt {
        font-size: 1.8em;
        line-height: 1.25;
        font-weight: 600;
    }
}

.dealers-news-block-el__desc {
    color: #565656;
}

.dealers-news-block-is_page .dealers-news-block-el {
    margin: 0 0 2em 0;
    padding: 2em;
    border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 767px){
    .dealers-news-block-is_page .dealers-news-block-el {
        padding: 1em 0 2em;
    }
}
.g-hor-el {
    padding: 0 0 1.9em;
    border-bottom: 1px solid #efefef;
    margin-bottom: 2.5em;
}

.g-hor-el__img {
    float: left;
    display: block;
    width: 7em;
    height: 7em;
    margin: 0.3em 2em 0 0;
    transition: opacity 0.15s ease;
}

.g-hor-el__img:hover {
    opacity: 0.6;
}

.g-hor-el__wrap {
    overflow: hidden;
}

.g-hor-el__text {}

.g-hor-el__title {
    display: block;
    padding: 0.2em 0 0.4em;
}

.g-hor-el__title:hover {
    color: #5DA1D3;
}

.g-hor-el__title-txt {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.45;
}

.g-hor-el__btns {
    margin-top: 1.4em;
}

/*use in cabinet/interface*/

/*! Robocassa */
.total .wrap p strong {
    white-space: nowrap;
}
/*Robocassa*/



/**************** Поиск товара *****************/
/*
.product-search{
    border-radius: 40px;
    border: 1px solid #3c92c3;
}
.ui-autocomplete{
    max-width: 600px;
}
@media only screen and (max-width: 767px) {
    .ui-autocomplete{
        width: 320px!important;
    }
}
.ui-autocomplete li{
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px;
}
.ui-autocomplete li a{
    display: table!important;
    width: 100%;
}
.ui-autocomplete li a:hover .name{
    text-decoration: underline;
}
.list_item_container .image{
    width: 40px;
    float: left;
    display: block;
}
.list_item_container .name{
    float: left;
    padding-top: 10px;
    padding-left: 5px;
    display: block;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.list_item_container .image img{
    max-width: 100%;
}
*/
/**************** Поиск товара *****************/


/* --- Autocomplete --- */
.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; padding: 0px; list-style: none; background-color: #fff;
    border: 1px solid #a8a8a8;
    overflow-x: hidden;
    max-height: 40em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}
.ui-autocomplete .ui-menu-item { cursor: pointer; clear: both; display: table; width: 100%;
    font-size: 1.4em;
    padding: .3em 1em;
}
.ui-autocomplete .ui-menu-item:hover {
    background-color: #94D0FC
}
.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-active {
    background-color: #94D0FC;
}
.ui-autocomplete .ui-menu-item a { color: #838383; display: table-cell; width: 50%; padding: 5px 5px 5px 10px; text-decoration: none; }
.ui-autocomplete .ui-menu-item span { color: #838383; display: table-cell; width: 25%; }

.ui-autocomplete .ui-menu-item img { width: 70px; margin-right: 20px; vertical-align: middle;}
@media (max-width: 1023px){
    .ui-autocomplete {
        width: 90% !important;
        max-height: 80%;
        z-index: 10000;
    }
    .ui-autocomplete .ui-menu-item {
        font-size: 13px;
        line-height: 1.5;
    }
    .ui-menu-item-wrapper {
        display: flex;
        align-items: center;
    }
    .ui-autocomplete .ui-menu-item img {
        width: 58px;
        margin-right: 15px;
    }
}
/* --- /Autocomplete --- */

/****РўР°Р±Р»РёС†С‹ ***********/
.simple-little-table {
    font-family:Arial, Helvetica, sans-serif;
    color:#444;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:10px;
    border:#ccc 1px solid;
    border-collapse:separate;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 1px #d1d1d1;
    -webkit-box-shadow: 0 1px 1px #d1d1d1;
    box-shadow: 0 1px 1px #d1d1d1;
}

.simple-little-table th {
    font-weight:bold;
    padding:10px 10px 10px 10px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
    text-align: left;
    padding-left:10px;
}
.simple-little-table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.simple-little-table tr{
    text-align: center;
    padding-left:15px;
}
.simple-little-table tr td:first-child{
    text-align: left;
    padding-left:15px;
    border-left: 0;
}
.simple-little-table tr td {
    padding:12px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
    border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #e2e2e2,  #f0f0f0);
}

.simple-little-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.simple-little-table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}

.features-table
{
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    text-shadow: 0 1px 0 #fff;
    color: #2a2a2a;
    background: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff));
    margin-top:20px;
    margin-bottom:20px;
}
.features-table td
{
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.features-table tbody td
{
    text-align: center;
    width: 150px;
}
.features-table td.grey
{
    background: #efefef;
    background: rgba(144,144,144,0.15);
    border-right: 1px solid white;
}
.features-table td.green
{
    background: #e7f3d4;
    background: rgba(184,243,85,0.3);
}
.features-table td:nowrap
{
    white-space: nowrap;
}
.features-table thead td
{
    font-size: 120%;
    font-weight: bold;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 1px solid #eaeaea;
}
.features-table tfoot td
{
    font-size: 120%;
    font-weight: bold;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 1px solid #dadada;
}

.table_name {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}

.table_name th
{
    background: #2a6ca9;
    color: white;
    padding: 10px 20px;
}

.table_name td:first-child {
    background: #ffffff;
    color: $b2b2b2;
    padding: 10px 20px;
}

.table_name th,
.table_name td {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d3d3d3;
    vertical-align: baseline;
}

.table_name td {
    background: #f9f9f9;
}

.table_name th:first-child,
.table_name td:first-child {
    text-align: left;
}

/*******РўР°Р±Р»РёС†С‹*******/

/******РўРµРєСЃС‚РѕРІС‹Рµ Р±Р»РѕРєРё*********/

.txt-green{
    background-color: #f2f2f2;
    display: block;
    clear: both;
    padding: 18px 24px 24px 24px;
    margin: 40px 0;
    border: 2px solid #43b77a;
    color: #474747;
    font-size: 100%;
}

.txt-green:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    margin-top: -40px;
    margin-left: 0;
    font-size: 150%;
    background-color: #43b77a;
    padding: 0 5px;
    border: 2px solid #43b77a;
    max-width: 40px;
    max-height: 40px;
}

.txt-red{
    background-color: #f2f2f2;
    display: block;
    clear: both;
    padding: 18px 24px 24px 24px;
    margin: 40px 0;
    border: 2px solid #ed5252;
    color: #474747;
    font-size: 100%;
}

.txt-red:before {
    content: "\f12a";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    margin-top: -40px;
    margin-left: 0;
    font-size: 160%;
    background-color: #ed5252;
    padding: 0 12px;
    border: 2px solid #ed5252;
    max-width: 40px;
    max-height: 40px;
}

.txt-blue{
    background-color: #f2f2f2;
    display: block;
    clear: both;
    padding: 18px 24px 24px 24px;
    margin: 40px 0;
    border: 2px solid #5da1d3;
    color: #474747;
    font-size: 100%;
}

.txt-blue:before {
    content: "\f12a";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    margin-top: -40px;
    margin-left: 0;
    font-size: 160%;
    background-color: #5da1d3;
    padding: 0 12px;
    border: 2px solid #5da1d3;
    max-width: 40px;
    max-height: 40px;
}


/********** .store-pagination **********/
.store-pagination {
    display: inline-block;
    padding: 0;
    margin: 8px 0;
    width: 100%;
    font-size: 16px;
    text-align: right;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 767px){
    .store-pagination {
        text-align: left;
    }
}
.store-pagination li{
    display: inline-flex;
    padding: 5px;
}
.store-pagination li a{
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.store-pagination li a:hover{
    background-color: #318c90;
    color: #fff;
}
.store-pagination li.active{
    background-color: #318c90;
    color: #fff;
    padding: 8px 15px;
}
/********** .store-pagination **********/


/********** .catalog-desc **********/
.catalog-desc{
    width: 100%;
    padding: 10px;
    font-size: 14px;
}
.catalog-desc p{
    margin: 12px 0;
}
/********** .catalog-desc **********/


/******РўРµРєСЃС‚РѕРІС‹Рµ Р±Р»РѕРєРё*********/
