@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800;1,900&display=swap');

/**
 * Viewport fix
 */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/**
 * CSS Reset
 * normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
 */

html {
    line-height: 1.7143;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
    margin-top: 70px;
}

figure {
    margin: 1em 40px;
}

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

pre {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #212121;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
    max-width: 100%; height: auto;
}

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

form {
    margin-top: 0;
    margin-bottom: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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 {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    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-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type='text'],
[type='password'],
[type='email'],
[type='tel'],
[type='url'],
textarea {
    -webkit-appearance: none;
    appearance: none;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

[hidden],
template {
    display: none;
}

label[for] {
    cursor: pointer;
}

[type='text'],
[type='submit'],
[type='button'],
[type='reset'],
button,
html [type='button'],
textarea {

}

/**
 * Bootstrap Grid System
 */

.row {
}

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

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.container:before,
.container:after,
.row:before,
.row:after {
    content: ' ';
    display: table;
}

.container:after,
.row:after {
    clear: both;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

/**
 * Template
 */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: #fff;
    font-size: 16pt;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7143;
}

body.no-scroll {
    overflow: hidden;
}

body,
button,
input,
optgroup,
select,
textarea {
    color: #232727;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h-h1,
.h-h2,
.h-h3,
.h-h4,
.h-h5,
.h-h6 {
    line-height: 1.125;
    font-weight: 500;
}

.fr {
    float: right;
    font-size: 13px;
}

h1,
.h-h1 {
    font-size: 24px;
    line-height: 1.3em;
    margin-top: 16px;
    margin-bottom: 12px;
}

h2,
.h-h2 {
    font-size: 36px;
    line-height: 1.35em;
    margin-top: 16px;
    margin-bottom: 12px;
}

h3,
.h-h3 {
    font-size: 30px;
    line-height: 1.3333em;
    margin-top: 12px;
    margin-bottom: 8px;
}

h4,
.h-h4 {
    font-size: 25px;
    line-height: 1.3571em;
    margin-top: 12px;
    margin-bottom: 8px;
}

h5,
h6,
.h-h5,
.h-h6 {
    font-size: 20px;
    line-height: 1.3333em;
    margin-top: 12px;
    margin-bottom: 8px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h-h1 a,
.h-h2 a,
.h-h3 a,
.h-h4 a,
.h-h5 a,
.h-h6 a {
    color: #232727;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h-h1 a:hover,
.h-h2 a:hover,
.h-h3 a:hover,
.h-h4 a:hover,
.h-h5 a:hover,
.h-h6 a:hover {
    color: #4275b6;
    text-decoration: none;
}

.h-lines {
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
}

.h-lines:before,
.h-lines:after {
    background-color: currentColor;
    content: '';
    display: block;
    float: left;
    height: 1px;
    margin-top: .7em;
    margin-left: -1.8em;
    width: .8em;
}

.h-lines:after {
    float: right;
    margin-left: 0;
    margin-right: -1.8em;
}

a {
    color: #418ABA;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #418ABA;
    text-decoration: none;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

hr {
    background: #e6e6e6;
    border: none;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.text_gl {
    display: block;
    margin: 5px auto;
    margin-left: 300px;
    font-size: 18px;
}

[type='submit'],
[type='button'],
[type='reset'],
button,
.button {
    background-color: #ffffff;
    color: #418ABA;
    text-decoration: none;
    border: none;
    padding: 5px 30px 5px 45px;
    border-radius: 20px;
}

[type='submit']:hover,
[type='button']:hover,
[type='reset']:hover,
button:hover,
.button:hover {
    background-color: #ffffff;
    color: #418ABA;
    text-decoration: none;
}

/*[type='submit']:focus,
[type='button']:focus,
[type='reset']:focus,
button:focus,
.button:focus
{
    background-color: #5687c5;
    -webkit-box-shadow: 0 0 15px #5687c5;
    -moz-box-shadow: 0 0 15px #5687c5;
    box-shadow: 0 0 15px #5687c5;
}*/

.button_outline {
    border: 1px solid #D8DFE3;
    box-sizing: border-box;
    border-radius: 100px;
    color: #5687c5;
    padding: 12px 23px;
}

.button_outline:hover {
    background-color: #ab256b;
    border-color: #ab256b;
    color: #fff;
    cursor: pointer;
}

/*.button_outline:focus
{
    -webkit-box-shadow: 0 0 15px #5687c5, inset 0 0 15px #5687c5;
    -moz-box-shadow: 0 0 15px #5687c5, inset 0 0 15px #5687c5;
    box-shadow: 0 0 15px #5687c5, inset 0 0 15px #5687c5;
}*/

button[disabled],
button[disabled]:hover,
.button[disabled],
.button[disabled]:hover {
    background-color: rgba(35, 39, 39, .3);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: default;
}

.button_transparent,
.button_link {
    background: transparent;
    color: inherit;
    padding: 0;
}

.button_transparent:hover,
.button_link:hover {
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.entry__price-col .button_transparent:focus, .entry__price-col .button_link:focus {
    background-color: #418ABA;
}

.button_link {
    color: #173678;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: .44px;
}

.button_link:hover {
    color: #5687c5;
    text-decoration: none;
}

.order-form .button_block {
    display: block;
    width: 240px;
    max-width: 70%;
    background: #173678;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    padding: 8px 40px;
    margin: 20px 0;
}

.button_block {
    display: block;
    width: 100%;
}

[type="calendar"], [type="date"] {
    background-image: url(../img/icons/calendar.svg);
    background-repeat: no-repeat;
    background-position: 97%;
}

.form_ol {
    text-align: center;
    display: table;
    margin: 20px auto;
    padding-top: 20px;
}

.form_name {
    color: #000;
    margin-bottom: 0px;
}

[type='text'],
[type='password'],
[type='email'],
[type='tel'],
[type='url'],
[type='number'],
[type="calendar"],
[type='date'],
[type="date"],
textarea,
select {
    background: #FFFFFF;
    border: 2px solid #DDDFE1;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;

}

[type='text']:focus,
[type='password']:focus,
[type='email']:focus,
[type='tel']:focus,
[type='url']:focus,
[type='number']:focus,
textarea:focus {
    border-color: #5687c5;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea {
    max-height: 240px;
    min-width: 100%;
    max-width: 100%;
}

select {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.container {
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.proekti {
	width: 100%;
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: table;
}

.id, .id-params, .id-text, .id-shipping {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    background-color: white;
    padding: 40px 40px;
    padding-top: 0px;
    margin-top: 20px !important;
}

.id-params .col-xs-6 {
    padding-left: 0;
}

ul,
ol {
    padding-left: 0;
}

ol {
    counter-reset: ol-counter;
}

li {
    list-style: none;
    padding-left: 38px;
    font-weight: 500;
}

li:before {
}

ul li {
    font-family: 'Montserrat', sans-serif;
    background-image: url(../img/pic/li-l.png);
    background-repeat: no-repeat;
    font-weight: normal;
    background-position-y: 12px;
    line-height: inherit;
    margin-bottom: 15px;
}

ol li:before {
    content: counters(ol-counter, ".") " ";
    counter-increment: ol-counter;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #418ABA;
    margin-left: -40px;
    width: 40px;
    display: inline-block;
}

table.table_cl th {
    background: #418ABA;
    color: #FFFFFF;
    text-align: left;
    min-height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 2px solid #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

table.table_cl td {
    background: #F5F5F5;
    min-height: 50px;
    padding: 10px 20px;
    border-bottom: 2px solid #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

table.table_cl {
    margin: 40px 0;
}

/*table
{
    border-top: 1px solid #e8e8e8;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
}

table > tr:first-child td,
tbody:only-child tr:first-child td,
thead td,
th
{
    background-color: #fafafa;
    font-weight: 700;
}

td,
th
{
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 20px;
}

.table-wrapper
{
    margin-left: -15px;
    margin-right: -15px;
}

.tabs__container .table-wrapper
{
    margin-left: -30px;
    margin-right: -30px;
}

.table-wrapper__content
{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.table-wrapper table
{
    margin-left: 15px;
    margin-right: 15px;
    min-width: 700px;
    width: auto;
}*/

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

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

.bold {
    font-weight: 700;
}

form .errors {
    color: #f33446;
    font-size: 12px;
    line-height: 1.25;
}

.aspect-ratio {
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.aspect-ratio_image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.aspect-ratio > iframe,
.aspect-ratio > video,
.aspect-ratio > embed,
.aspect-ratio > object,
.aspect-ratio img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.aspect-ratio_image img {
    opacity: 0;
}

.ic {
    position: relative;
    padding-left: 32px;
}

.nav-trigger1 .ic {
    position: relative;
    padding-right: 28px;
    padding-left: 0px;
}

a.nav-trigger1 {
    text-decoration: none;
}

.nav-trigger1 .ic:after {
    background: url('../img/icons/icons.svg') no-repeat;
    -webkit-background-size: 60px 260px;
    -moz-background-size: 60px 260px;
    -o-background-size: 60px 260px;
    background-size: 60px 260px;
    content: '';
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
}

.nav-trigger1 .ic_down:after {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.nav-trigger1 .ic_down.ic_black:after {
    background-position: -20px -100px;
    top: 10px;
    opacity: 0.4;
}

.nav-trigger1 .ic_down:before {
    display: none;
    opacity: 0;
}

.ic:before {
    background: url('../img/icons/icons.svg') no-repeat;
    -webkit-background-size: 60px 260px;
    -moz-background-size: 60px 260px;
    -o-background-size: 60px 260px;
    background-size: 60px 260px;
    content: '';
    display: block;
    height: 21px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
}

.ic_menu:before {
    background-position: 0 0;
}

.ic_menu.ic_black:before {
    background-position: -40px 0;
}

.ic_menu.ic_white:before {
    background: url(../img/icons/kat.svg) no-repeat 0 4px;
}

.ic_magnify:before {
    background-position: 0 -20px;
}

.ic_magnify.ic_black:before {
    background: url(../img/icons/search.svg) no-repeat;
}

.ic_magnify.ic_white:before {
    background-position: -40px -20px;
}

.ic_phone:before {
}

.ic_phone.ic_black:before {
    background-position: -20px -40px;
}

.ic_phone.ic_white:before {
    background-position: -40px -40px;
}

.ic_cart:before {
    background: url(../img/icons/basket_icon_white.svg) no-repeat 0 -4px;
}

.ic_down:before, .ic_arrow-down:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.filter-prop .ic_down:before, .desktop-sort .ic_down:before {
    background-position: 0 -100px;
    opacity: 0.3;
}

.ic_cart.ic_black:before {
    background-position: -20px -60px;
}

.ic_cart.ic_white:before {
    background-position: -40px -60px;
}

.ic_close:before {
    background-position: 0 -80px;
}

.ic_close.ic_black:before {
    background-position: -20px -80px;
}

.ic_close.ic_white:before {
    background-position: -40px -80px;
}

.ic_up:before,
.ic_left:before,
.ic_right:before {
    background-position: 0 -100px;
}

.ic_up.ic_black:before,
.ic_left.ic_black:before,
.ic_right.ic_black:before,
.ic_black:before {
    background-position: -20px -100px;
}

.ic_up.ic_white:before,
.ic_left.ic_white:before,
.ic_right.ic_white:before,
ic_white:before {
    background-position: -40px -100px;
}


.ic_up:before,
.ic_arrow-up:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.arrow-left {
    background: url(../img/icons/arr_small.svg) no-repeat center;
    display: block;
    width: 18px;
    padding: 16px;
    cursor: pointer;
    margin: 12px 0;
    height: 18px;
    float: left;
}

.ic_arrow-left {
    background-image: url(../img/icons/prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    display: block;
}

.ic_arrow-right {
    background-image: url(../img/icons/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    display: block;
}

.ic_arrow-down:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ic_mail:before {
    background-position: 0 -120px;
}

.ic_mail.ic_black:before {
    background-position: -20px -120px;
}

.ic_mail.ic_white:before {
    background-position: -40px -120px;
}

.ic_clock:before {
    background-position: 0 -140px;
}

.ic_clock.ic_black:before {
    background-position: -20px -140px;
}

.ic_clock.ic_white:before {
    background-position: -40px -140px;
}

.ic_location:before {
    background-position: 0 -160px;
}

.ic_location.ic_black:before {
    background-position: -20px -160px;
}

.ic_location.ic_white:before {
    background-position: -40px -160px;
}

.ic_time:before {
    background-position: 0 -180px;
}

.ic_time.ic_black:before {
    background-position: -20px -180px;
}

.ic_time.ic_white:before {
    background-position: -40px -180px;
}

.ic_hand:before {
    background-position: 0 -200px;
}

.ic_hand.ic_black:before {
    background-position: -20px -200px;
}

.ic_hand.ic_white:before {
    background-position: -40px -200px;
}

.ic_print:before {
    background-position: 0 -220px;
}

.ic_print.ic_black:before {
    background-position: -20px -220px;
}

.ic_print.ic_white:before {
    background-position: -40px -220px;
}

/**
 * Controls
 */

.control {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.control [type='checkbox'],
.control [type='radio'] {
    display: none;
}

.control__text {
    cursor: pointer;
    display: block;
    line-height: 20px;
    padding: 6px 0 6px 40px;
    position: relative;
}

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

.control__text:before {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    content: '';
    cursor: pointer;
    display: block;
    height: 20px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    border-radius: 5px;
}

.control__text.b-chek:before {
    background-color: #fff;
    border: none;
    content: '';
    cursor: pointer;
    display: block;
    background-image: url(../img/pic/icon1.png);
    height: 40px;
    margin-top: -23px;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 40px;
    border-radius: 5px;
}

.control__text.b-rad:before {
    background-image: url(../img/pic/radiobox_a.png);
    border: none;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    margin-left: -10px;
}

[type='checkbox']:disabled ~ .control__text:before,
[type='radio']:disabled ~ .control__text:before {
    background-color: #ececec;
}

[type='checkbox']:checked ~ .control__text:after {
    background: url(../img/pic/check1.png) no-repeat;
    content: '';
    cursor: pointer;
    display: block;
    height: 17px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 29px;
    z-index: 1;
}

[type='radio']:checked ~ .control__text:after {
    background-color: #418ABA;
    content: '';
    cursor: pointer;
    display: block;
    height: 8px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 8px;
    z-index: 1;
    border-radius: 10px;
}

/**
 * Breadcrumbs
 */

.breadcrumb {
    margin: 70px 0 0;
    color: #D8DFE3;
    font-size: 13px;
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.breadcrumb a {
    color: #3A4346;
    opacity: 0.9;
    text-decoration: none;
    padding-right: 12px;
    padding-left: 12px;
}

.breadcrumb .ic:before {
    opacity: .2;
    left: auto;
    right: 15px;
}

/**
 * History back
 */

.h1-container .js_history_back {
    display: block;
    float: left;
    height: 30px;
    padding-left: 0;
    width: 32px;
}

.h1-container .js_history_back ~ h1 {
    margin-left: 32px;
    margin-right: 50px;
}

/**
 * Header
 */

.header {
    background-color: #ffffff;
    position: relative;
    height: 58px;
    box-shadow: 0px 4px 10px rgba(0, 5, 47, 0.03), 0px 15px 30px rgba(1, 0,45, 0.06);
}

.menu-button {
    display: block;
    height: 40px;
    padding-left: 0;
    position: absolute;
    top: 12px;
    left: 7px;
    width: 40px;
}

.menu-button:before {
    margin-left: -10px;
    left: 50%;
    background: url(../img/icons/kat.svg) no-repeat;
}

.cart-link, .search-button {
    color: #232727;
    display: block;
    height: 40px;
    overflow: hidden;
    padding-left: 0;
    position: absolute;
    top: 5px;
    right: 16px;
    text-indent: 150%;
    white-space: nowrap;
    width: 24px;
}

.cart-link {
    color: #232727;
}

.cart-link:before,
.search-button:before {
    margin-left: -10px;
    left: 50%;
}

.cart-link__count {
    background-color: #418ABA;
    border: 2px solid #fff;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    font-size: 9px;
    line-height: 14px;
    height: 22px;
    text-align: center;
    text-indent: 0;
    position: absolute;
    top: 3px;
    right: -1px;
    width: 22px;
    padding-top: 2px;
}

.tel {
    text-indent: 0;
    right: 4px;
    line-height: 24px;
    display: block;
    padding-top: 10px;
}

.tel_l {
    background: url(../img/icons/phone.svg) no-repeat left;
    padding-left: 28px;
    font-weight: bold;
    font-size: 20px;
    margin-right: 50px;
}

.mail {
    background: url(../img/icons/mail.svg) no-repeat left;
    padding-left: 28px;
    font-size: 15px;
    line-height: 16px;
}

.cart-link__count:empty {
    display: none;
}

.header__phone {
    right: 57px;
}


.header__phone p {
    margin: 0;
}

.search-button {
    right: 97px;
}

.search {
    background-color: #fff;
    opacity: 0;
    padding: 20px;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    left: -150%;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    width: 100%;
    z-index: 100;
}

.search.visible {
    opacity: 1;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.search__input {
    border-color: #D8DFE3;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 32px !important;
    padding: 7px 20px;
    box-shadow: inset 0px 4px 15px rgba(11, 44, 87, 0.1);
    border-radius: 20px;
}

.search__submit {
    display: block;
    height: 35px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    border: none;
    right: 20px;
    top: 10px;
}

.search__submit:before {
}

.search__submit:hover:before {
    opacity: 1;
}

/**
 * Menu
 */

.nav {
    background: rgba(36, 39, 42, .8);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    opacity: 0;
    padding-bottom: 80px;
    position: fixed;
    top: 0;
    left: -200%;
    width: 100%;
    z-index: 999;
}

.nav.visible {
    opacity: 1;
    left: 0;
}

.nav__wrapper {
    height: 100%;
    position: relative;
}

.nav__level {
    color: #fff;
    padding: 10px;

    background-color: #418aba;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 16px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 300px;
    z-index: 1;
}

.nav__level.visible {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.nav__header {
    background-color: #FFFFFF;
    background-image: url(../img/icons/arr_left.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: 20px;
    font-size: 18px;
    color: #418ABA;
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 2px;
}

.nav__level2 {
    margin: 0;
}

.nav__level2 li:before {
    display: none;
}

.nav__level2 li a {
    font-size: 14px;
    line-height: 18px;
    color: #173678;
    padding: 6px 0;
    display: block;
}

.nav__header > div {
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb .nav__back {
    background: url(../img/icons/arr_small.svg) no-repeat left;
    padding-left: 16px;
    font-weight: 100;
    margin-right: 20px;
}

.nav__back {
    color: inherit;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .44px;
    line-height: 22px;
    text-decoration: none;
    vertical-align: top;
}

.nav__back:hover {
    text-decoration: none;
}

.nav__close {
    display: block;
    height: 40px;
    margin-left: auto;
    padding: 0;
    width: 40px;
    background: url(../img/icons/close-2.svg) no-repeat center;
}

.nav__close:before {
    margin-left: -12px;
    left: 50%;
}

.nav .h-h2 {
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 20px;
}

.h-h2 + .nav__list {
    border-top: 1px solid #d0d0d0;
}

.nav__list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}

.nav__list li:before {
    content: none;
}

.nav__show-level {
    display: block;
    height: 100%;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 2px;
    width: 40px;
    z-index: 1;
}

.nav__show-level:before {
    opacity: .2;
    margin-left: -10px;
    left: 50%;
}

.nav__subhead {
    font-weight: 700;
    padding: 15px 10px 10px;
}

.nav__menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.nav__menu + .nav__menu {
    border-top: 1px solid #eaeaea;
    margin-top: 16px;
    padding-top: 16px;
}

.nav__menu a,
.nav__menu .active {
    display: inline-block;
    line-height: 26px;
    padding: 4px 10px;
}

.nav__menu li:before {
    content: none;
}

.top-menu {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
}

.top-menu li {
    line-height: 20px;
    padding: 10px 30px;
}

.top-menu li:before {
    content: none;
}

/**
 * Slider
 */

.slide {
    font-size: 12px;
    line-height: 230px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.slide:not(:first-child) {
    display: none;
}

.slide__wrapper {
    background-color: rgba(36, 40, 40, .8);
    color: #fff;
    display: inline-block;
    line-height: 1.5em;
    margin: 0 20px;
    padding: 30px 30px 20px;
    position: relative;
    vertical-align: middle;
}

.slide__wrapper:before,
.slide__wrapper:after,
.slide__content:before,
.slide__content:after {
    content: '';
    display: block;
    height: 14px;
    position: absolute;
    width: 14px;
}

.slide__wrapper:before {
    border-top: 1px solid #fadc92;
    border-left: 1px solid #fadc92;
    top: 10px;
    left: 10px;
}

.slide__wrapper:after {
    border-top: 1px solid #fadc92;
    border-right: 1px solid #fadc92;
    top: 10px;
    right: 10px;
}

.slide__content:before {
    border-bottom: 1px solid #fadc92;
    border-left: 1px solid #fadc92;
    bottom: 10px;
    left: 10px;
}

.slide__content:after {
    border-bottom: 1px solid #fadc92;
    border-right: 1px solid #fadc92;
    bottom: 10px;
    right: 10px;
}

.slide .h-h2 {
    color: #fadc92;
    margin-top: 0;
    margin-bottom: 0;
}

.slide [type='button'],
.slide button,
.slide .button {
    display: none;
}

/**
 * Entry
 */

.entries > .col-xs-6:nth-child(n+3) {
    margin-top: 0px;
}

.entries > .col-xs-6:nth-child(2n+1) {
    clear: left;
}

.entry__image {
    display: block;
    position: relative;
    height: 285px;
}

.label {

    background: #418ABA;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 50px;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}

.skidka {
    min-width: 40px;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    border-radius: 100px;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
}

.label + .label {
    top: 38px;
    background-color: #2ac09e;
}

.entry__name {
    font-size: 13px;
    line-height: 1.36em;
    margin-top: 12px;
    margin-bottom: 10px !important;
    padding: 20px 40px;

}

.entry__name a {
    color: #4275b6;
    text-decoration: none;
}

.entry__name a:hover {
    color: #418ABA;
    text-decoration: none;
}

.old__price {
    background: url(../img/icons/old.svg) no-repeat center 6px;
    display: table;
    width: auto;
    padding-top: 4px;
    height: 30px;
    margin-top: -30px;
    color: #3A4346;
    font-size: 12px;
    position: relative;
}

.count-widget {
    display: inline-block;
    vertical-align: top;
}

.entry .count-widget {
    display: none;
}

.count-widget__minus,
.count-widget__plus {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    position: relative;
    vertical-align: top;
    width: 25px;
    background: #FFFFFF;
    border: 0.904762px solid #eff2f4;
    box-sizing: border-box;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.count-widget__minus:hover,
.count-widget__plus:hover {
    background-color: #fadc92;
}

.count-widget__minus:before,
.count-widget__plus:before,
.count-widget__plus:after {
    background-color: #232727;
    content: '';
    display: block;
    position: absolute;
}

.count-widget__minus:before,
.count-widget__plus:before {
    height: 1px;
    top: 12px;
    left: 7px;
    width: 11px;
}

.count-widget__plus:after {
    height: 11px;
    top: 7px;
    left: 12px;
    width: 1px;
}

.count-widget__value {
    border-width: 0;
    display: inline-block;
    vertical-align: top;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    background: none;
}

.entry__price-col {
    margin-top: 14px;
}

.entry__buy-col {
    text-align: right;
}

.entry__buy {
    display: inline-block;
    height: 32px;
    margin-top: 10px;
    padding-left: 0;
    vertical-align: top;
    width: 32px;
}

.entry__buy:before {
    margin-left: -10px;
    left: 50%;
}

/**
 * Entries section
 */
.entr-slaid {
    margin: 22px auto;
    background: WHITE;
    border-radius: 5px;
}

.entr-slaid .h-h2 {
    padding-left: 0;
    padding-right: 0;
}

.entr-slaid .h-h2:before,
.entr-slaid .h-h2:after {
    content: none;
}

.entr-slaid {
    margin: 22px auto;
    background: WHITE;
    border-radius: 5px;
}

.entr-slaid .h-h2 {
    padding-left: 0;
    padding-right: 0;
}

.entries-section {
    margin: 22px auto;
    background: WHITE;
    border-radius: 5px;
}

.entries-section .h-h2 {
    padding-left: 0;
    padding-right: 0;
}

.entries-section .h-h2:before,
.entries-section .h-h2:after {
    content: none;
}

.entries-carousel {
    margin-top: 5px;
    margin-left: -20px;
    margin-right: -20px;
}

.entries-carousel__wrapper {
    max-width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.entries-carousel__item:first-child {
    margin-left: 20px;
    border-left: none;
}

.entries-carousel__item:last-child {
    margin-right: 20px;
}

.entries-carousel__item .entry {
    margin-top: 0;
    border-radius: 5px;
    overflow: hidden;
    background: #418ABA;
    color: #fff;
    height: 490px;
    display: block;
}

/**
 * Advantages
 */

.advantages {
    background-color: #faf9f7;
    margin-top: 72px;
    padding-bottom: 20px;
}

.advantage {
    background-color: #fff;
    font-size: 10px;
    margin-top: 20px;
    padding-bottom: 100%;
    position: relative;
}

.advantage_medium {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 20px;
    padding-bottom: 200%;
}

.advantage_large {
    padding-bottom: 50%;
}

.advantage__text {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 1;
}

.advantage p {
    margin-top: 0;
    margin-bottom: 0;
}

.advantage__image {
    max-width: 85%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.advantage_medium .advantage__image {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    top: 50%;
    right: 0;
    bottom: auto;
    max-width: 92.3%;
}

.advantage_large .advantage__image {
    max-height: 90%;
}

/**
 * Index page text
 */

.index-text {
    padding-top: 14px;
    padding-bottom: 15px;
}

/**
 * Filters
 */

.sort-filter {
    margin: 12px auto;
    max-width: 4400px;
}

.sort-filter .ic {
    color: #000;
    padding-left: 28px;
    padding-right: 0;
    letter-spacing: .44px;
    text-decoration: none;
}

.sort-filter .ic:before {
    left: auto;
    right: 0;
}

.sort-filter__sort .ic {
    padding-right: 0;
}

.sort-filter__sort:before {
    margin-top: -2px;
}

.sort-filter__sort .ic:before {
    margin-top: -16px;
    right: -28px;
}

.filter-prop {
    border-top: 2px solid #ececec;
}

.filter-prop:last-child {
    border-bottom: 2px solid #ececec;
}

.filter-prop__name {
    line-height: 1.375em;
    margin: 0;
    padding: 15px 30px 15px 0;
    text-align: left;
    width: 100%;
}

.filter-prop__name:before {
    left: auto;
    right: 0;
}

.filter-prop__name.active:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filter-prop__content {
    padding-top: 5px;
    padding-bottom: 25px;
}

.filter-prop [type='number'] {
    margin-top: 0;
    margin-bottom: 0;
    border: 2px solid #d0d0d0;
    height: auto;
    line-height: 10px;
    margin-left: 1px;
    /* width: auto; */
    border-color: #D8DFE3;
    margin-bottom: 0;
    padding: 4px 8px;
    box-shadow: inset 0px 4px 15px rgba(11, 44, 87, 0.1);
    border-radius: 20px;
}

.filter-prop [type='text'],
.filter-prop [type='password'],
.filter-prop [type='email'],
.filter-prop [type='tel'],
.filter-prop [type='url'],
.filter-prop [type='number'],
.filter-prop textarea,
.filter-prop select,
.filter-prop .control {
    margin-top: 0;
    margin-bottom: 0;
}

.filter-prop .control ~ .control {
    margin-top: 15px;
}

.filter-prop__more {
    margin-top: 15px;
}

.filter-prop__more ~ div,
.filter-prop__more ~ a,
.filter-prop__more ~ p,
.filter-prop__more ~ span,
.filter-prop__more ~ button,
.filter-prop__more ~ input,
.filter-prop__more ~ select,
.filter-prop__more ~ textarea,
.filter-prop__more ~ label {
    display: none;
}

/**
 * Sort
 */

.sort-list li {
    padding: 8px 20px;
}

.sort-list li ~ li {
    border-top: 1px solid #ececec;
}

.sort-list li:before {
    content: none;
}

.sort-list a {
    color: inherit;
    text-decoration: none;
}

.sort-list a:hover {
    color: #5687c5;
}

.mobile-sort ul {
    margin-top: 0;
    margin-bottom: 0;
}

.mobile-sort li {
    padding-left: 0;
    padding-right: 0;
}

/**
 * Footer
 */

.mobile-footer {
}

.mobile-footer p {
    line-height: 1.5;
}

.mobile-footer .ic {
    padding-left: 24px;
}

.mobile-footer .ic:before {
    margin-top: 1px;
    top: 0;
}

.mobile-subfooter {
    background-color: #f5f5f5;
    color: #232727;
    padding: 24px 0;
}

.mobile-subfooter p {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-a {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

select {
    height: 50px;
    padding: 10px 15px;
}

.popup__container input, input, select {
    border: 2px solid #dddfe1ad;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    margin: 10px 0;
    padding: 15px 20px;
    float: none;
    width: 100%;
    color: #9b9da0;
}

select {
    background-image: url(../img/pic/arr2.png);
    background-repeat: no-repeat;
    background-position: right .7em top 50%, 0 0;
    -webkit-appearance: none;
    cursor: pointer;
}


/**
 * Id page
 */

.mobile-carousel img {
    display: block;
    margin: 0 auto;
}

.mobile-carousel__slide:not(:first-child) {
    display: none;
}

.mobile-carousel .owl-carousel .owl-prev,
.mobile-carousel .owl-carousel .owl-next {
    background-color: rgba(255, 255, 255, .2);
    height: 77px;
    width: 43px;
}

.mobile-carousel .owl-prev .ic,
.mobile-carousel .owl-next .ic {
    display: block;
    height: 100%;
    padding-left: 0;
    width: 100%;
}

.mobile-carousel .owl-prev .ic:before,
.mobile-carousel .owl-next .ic:before {
    margin-left: -10px;
    left: 50%;
}

.availability {
    color: #3A4346;
    opacity: 0.4;
}

.main-param,
.buy-form {
    margin-top: 16px;
}

.price-block {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-top: 25px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px;
}

.price-block__wrapper {
    display: table;
    width: 100%;
}

.price-block__wrapper > div {
    vertical-align: middle;
}

.price-block__price {
    padding-right: 10px;
    white-space: nowrap;
}

.price-block__buy input {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-image: url(../img/icons/basket_icon_white.svg);
    background-repeat: no-repeat;
    background-position: 30px;
    background-color: #12B993;
    color: #fff;
    font-size: 16px;
    border-radius: 100px;
}

.price-block__buy input:hover {
    background-image: url(../img/icons/basket_icon_white.svg);
    background-repeat: no-repeat;
    background-position: 30px;
    background-color: #12B993;
    cursor: pointer;
    color: #FFFFFF;
}

.price-block__buy input:focus {
    background-image: url(../img/icons/basket_icon_white.svg);
    background-repeat: no-repeat;
    background-position: 30px;
    background-color: #418ABA;
    cursor: pointer;
    color: #FFFFFF;
}

.price-block__one-click {
    padding-left: 10px;
    text-align: left;
}

.price-block__one-click .ic {
    line-height: 1.25;
    text-align: left;
    padding-left: 24px;
}

.id-params .h-h2,
.id-text .h-h2 {
    padding-top: 12px;
    margin-bottom: 20px;
}

.id-param {
    line-height: 1.5;
    margin-top: 12px;
}

.id-shipping__title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 30px 12px 0;
    text-align: left;
}

.id-shipping__title:before {
    left: auto;
    right: 0;
}

.id-shipping__title.active:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.id-entries {
    padding-top: 0;
    padding-bottom: 40px;
}

.id-entries .entries-carousel {
    margin-top: 20px;
}

/**
 * Pagination
 */

.pagination {
    margin-top: 32px;
}

.load-more input {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    color: #3A4346;
    border-radius: 50px;
    display: table;
}

.paginator {
    line-height: 20px;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: center;
}

.paginator a,
.paginator span {
    border: 1px solid #ab256b;
    border-radius: 20px;
    color: #ab256b;
    display: inline-block;
    margin-top: 12px;
    margin-left: 8px;
    margin-right: 8px;
    min-width: 40px;
    padding: 9px 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    font-weight: bold;
    font-size: 15px;
}

.paginator a:hover {
    background-color: rgba(86, 135, 197, .1);
}

.paginator span {
    background-color: #ab256b;
    color: #fff;
}

.prev {
    background: url(../img/icons/att.svg) no-repeat center;
}

.next {
    background: url(../img/icons/arr.svg) no-repeat center;
}

.paginator .prev,
.paginator .next {
    border-width: 0;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    left: 10px;
    text-indent: 200%;
    width: 30px;
    white-space: nowrap;
}

.paginator .prev:hover,
.paginator .next:hover {
    background-color: transparent;
}

.paginator .next {
    left: auto;
    right: 10px;
}

.paginator .next:before {
    left: auto;
    right: 0;
}

.category-text {
    margin-top: 30px;
}

/**
 * Order complete page
 */

.order-complete {
    padding-bottom: 15px;
}

/**
 * News, blog
 */

.list_blog {
    padding: 20px;
}

.news, .blog {
    margin-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.img__news, .img__blog {
    height: 230px;
    overflow: hidden;
    float: left;
}

.news ~ .news, .blog ~ .blog {
    margin-top: 20px;
}

.news img, .blog img {
    display: block;
    float: left;
    margin-right: 20px;
    max-width: 400px;
}

.news__info, .blog__info {

}

.news .h-h2, .blog .h-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.news__anons {
    line-height: 24px;
    margin-top: 12px;
    max-height: 46px;
    overflow: hidden;
}

.news__anons p {
    margin-top: 0;
    margin-bottom: 0;
}

.news__read-more {
    background: url(../img/icons/arr2.svg) no-repeat right;
    display: inline-block;
    letter-spacing: .44px;
    margin-top: 12px;
    padding-left: 0;
    padding-right: 26px;
    vertical-align: top;
    text-decoration: none;
    font-weight: bold;
    color: #173678;
}

.news__read-more:before {
    margin-top: -9px;
    left: auto;
    right: 0;
}

/**
 * Cart page
 */

.cart-page {
    padding-bottom: 20px;
}

.cart-page .container {
}

.cart-page [type='number'], .price-block [type='number'], .cart-row__col [type='number'] {
    border: none;
    background: none;
    box-shadow: none;
}

.cart-table {
    padding-top: 5px;
    padding-bottom: 10px;
}

.cart-head {
    display: none;
}

.cart-row,
.cart-table__total {
    border-top: 1px solid #ececec;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 114px 10px 10px;
    position: relative;
}

.cart-row__col-img {
    float: left;
    width: 60px;
}

.cart-row__col-name,
.cart-row__col-count {
    margin-left: 70px;
}

.cart-row__col-name {
    font-size: 11px;
    line-height: 1.5em;
}

.cart-row__col-price {
    display: none;
}

.cart-row__col-count {
    margin-top: 8px;
}

.cart-row__col-remove .ic {
    display: block;
    height: 30px;
    margin-top: -15px;
    padding-left: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 30px;
}

.cart-row__col-sum {
    font-size: 16px;
    font-weight: 700;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    right: 40px;
}

.cart-row__col-remove .ic:before {
    margin-left: -10px;
    left: 50%;
}

.cart-table__total {
    border-top: 1px solid #ececec;
    font-size: 13px;
    padding-right: 40px;
    text-align: right;
}

.order-block {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px;
}

.order-block .h-h4 {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 20px;
}

.order-block [type='text'],
.order-block [type='password'],
.order-block [type='email'],
.order-block [type='tel'],
.order-block [type='url'],
.order-block [type='number'],
.order-block textarea,
.order-block select {
    border-color: #ececec;
}


.order-block [type='text']:focus,
.order-block [type='password']:focus,
.order-block [type='email']:focus,
.order-block [type='tel']:focus,
.order-block [type='url']:focus,
.order-block [type='number']:focus,
.order-block textarea:focus {
    border-color: #5687c5;
}

.order-block:nth-child(odd) ~ [type='submit'] {
    margin-top: 20px;
}

/**
 * Popup
 */

.popup {
    background: rgba(0, 0, 0, .7);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    opacity: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 70px;
    position: fixed;
    top: 0;
    left: -100%;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

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

.popup.visible {
    left: 0;
    opacity: 1;
}

.kat_l a {
    clear: both;
    display: flex;
    font-size: 16px;
    text-decoration: none;
    margin: 6px 0;
}

.left__container {
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 370px;
    padding: 10px 20px;
    position: relative;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    text-align: left;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.popup__container {
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 570px;
    padding: 50px;
    position: relative;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    text-align: left;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.popup.visible .popup__container {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    border-radius: 0px;
    font-size: 15px;
}

.popup .popup__close {
    height: 36px;
    opacity: .5;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    cursor: pointer;
}

.popup .popup__close:hover {
    opacity: 1;
}

.popup__close:before {
    margin-left: -10px;
    left: 50%;
}

.popup__title {
    margin: 0 auto;
    margin-bottom: 40px;
    display: table;
}

.popup form [type='submit'] {
    width: 100%;
    background: #173678;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    height: 46px;
    cursor: pointer;
    max-width: 290px;
    margin: 16px auto;
}

.popup [type='submit'] + div .control {
    margin-top: 20px;
    margin-bottom: 0;
}

.popup .infoform {
    line-height: 1.25;
    padding-top: 8px;
    text-align: center;
}

/**
 * Border-radius
 */

[type='radio'] ~ .control__text:after {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cart-link__count {
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
}

.carousel .owl-dot {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.count-widget__minus,
.count-widget__plus,
[type='radio'] ~ .control__text:before {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.mobile-carousel .owl-carousel .owl-prev,
.mobile-carousel .owl-carousel .owl-next {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/**
 * Box-shadows
 */

.advantage,
.button_transparent:focus,
.button_link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/**
 * Transitions
 */

[type='text'],
[type='password'],
[type='email'],
[type='tel'],
[type='url'],
[type='number'],
textarea {
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
}

.subscribe__button,
.buy-count button:before,
.buy-count button:after {
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

[type='button'],
[type='submit'],
.button {
    -webkit-transition: background-color .2s, border-color .2s, color .2s;
    -moz-transition: background-color .2s, border-color .2s, color .2s;
    -o-transition: background-color .2s, border-color .2s, color .2s;
    transition: background-color .2s, border-color .2s, color .2s;
}

.nav.visible,
.popup.visible,
.popup__close,
.search__submit:before,
.socials a,
.carousel .owl-dot {
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}

.nav,
.popup {
    -webkit-transition: opacity .2s, left 0s .2s;
    -moz-transition: opacity .2s, left 0s .2s;
    -o-transition: opacity .2s, left 0s .2s;
    transition: opacity .2s, left 0s .2s;
}

.popup__container,
.filter-prop__name:before,
.id-shipping__title:before {
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    -o-transition: -o-transform .2s;
    transition: transform .2s;
}

.nav__level,
.search,
.desktop-nav {
    -webkit-transition: opacity .2s, -webkit-transform .2s, left 0s .2s;
    -moz-transition: opacity .2s, -moz-transform .2s, left 0s .2s;
    -o-transition: opacity .2s, -o-transform .2s, left 0s .2s;
    transition: opacity .2s, transform .2s, left 0s .2s;
}

.nav__level.visible,
.search.visible,
.desktop-nav.visible {
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    -moz-transition: opacity .2s, -moz-transform .2s;
    -o-transition: opacity .2s, -o-transform .2s;
    transition: opacity .2s, transform .2s;
}

/**
 * Plugins
 */

/* Owl Carousel */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

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

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

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

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    background: #fff;
    display: block;
    height: 32px;
    margin-top: -16px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
}

.owl-carousel .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background: #fff;
}

.owl-prev .ic,
.owl-next .ic {
    display: block;
    height: 100%;
    width: 100%;
}

.owl-prev .ic:before,
.owl-next .ic:before {
    margin-top: -12px;
    margin-left: -12px;
    left: 50%;
}

.owl-prev .ic:before {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    -moz-transform: rotate3d(0, 0, 1, 180deg);
    -ms-transform: rotate3d(0, 0, 1, 180deg);
    -o-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
}

/**
 * Bootstrap Grid System Media queries
 */

@media (min-width: 1024px) and (max-width: 1360px) {
    .menu a {
        margin-right: 12px !important;
    }

    .menu_2 {
        position: absolute;
        margin-left: 300px;
        margin-top: 20px;
        max-width: 700px !important;
        top: 0;
        width: 98%;
    }

    .id-image.visible, .menu_2 .menu.visible {
        height: auto;
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 10px;
        columns: 2 12em !important;
        margin-right: 50px;
    }

    .entry__price-col {
        font-size: 17px !important;
        margin-top: 18px;
        padding-left: 10px !important;
        padding-top: 6px;
        width: auto;
        max-width: 96% !important;
        min-width: 50%;
    }

    .entry__buy {
        margin: 10px;
        background-color: #12b993;
        padding: 20px;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        margin: -2px -3px;
        float: right;
        background-image: url(../img/icons/basket_icon_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        margin-left: -18px;
        margin-top: -8px !important;
    }

}

@media (max-width: 359px) {
    .nav__level {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 16px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        width: 280px !important;
        z-index: 1;
    }

    .nav .nav__close {
        position: absolute;
        z-index: 999999;
        border-radius: 0;
        display: block;
        width: 40px;
        height: 40px;
        margin-left: 280px !important;
        align-items: center;
        text-align: center;
        padding: 20px;
        background-image: url(../img/icons/close-2.svg);
        background-color: #F4F7F9;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 559px) {
    .logo {
        background-image: url(../img/pic/logo.png);
        display: block;
        max-width: 84px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        height: 32px;
        margin-top: 4px;
        width: 44px !important;
    }
.tel {
    text-indent: 0;
    right: 4px;
    line-height: 24px;
    display: block;
    padding-top: 5px;
}

    .header {
        background-color: #F5F5F5;
        position: relative;
        height: 52px;
    }

    .menu-button {
        display: block;
        height: 40px;
        padding-left: 0;
        position: absolute;
        top: 2px !important;
        left: 2px !important;
        width: 40px;
    }

    .low1 {

        margin: 0 26px !important;
        margin-bottom: 10px !important;

    }

    .popup__title {
        margin: 0 auto;
        margin-bottom: 40px;
        display: table;
        float: left;
        margin-top: -30px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .cart-row .recept {
        margin-right: -18% !important;
    }

    .label + .label {
        top: 98px !important;
        background-color: #2ac09e;
    }

    .popup_apteka .popup__container {
        width: 100% !important;
        padding: 40px 20px !important;
        margin-top: 0px;
        border-radius: 0;
    }

    .zakaz_sp h1, .zakaz_id h1, .zakaz_pr h1 {
        margin-left: 0px;
    }

    h1 span {
        clear: both;
        display: block;
        font-size: 70%;
        margin-left: 30px;
        line-height: 10px;
    }

    .zakaz_id .cart-row, .zakaz_id .cart-table__total {
        margin-left: 0px;
        margin-right: 0px;
    }

    .zakaz_id .order-block1 {
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
    }

    .zakaz_id .order-block1 .h-h3 {
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;
        margin: 20px;
        display: inline-block;
    }

    h1, .h-h1 {
        font-size: 24px;
        line-height: 1.3em;
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .zakazi_sp h1 {
        margin-left: 3px
    }

    .zakaz_sp {
    }

    .analog a {
        display: block;
        background: #173678;
        border-radius: 100px;
        font-weight: bold;
        font-size: 16px;
        line-height: 50px;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        text-align: center;
        color: #fff;
        min-width: 195px;
    }

    .id_txt {
        margin-left: 32px;
    }

    .info_search {
        float: left;
        display: block;
        margin-top: 20px;
        width: 60%;
    }

    .grup_gl .col-lg-4 {
        border-left: none !important;
        padding: 5% 2% !important;
    }

    .slider {
        position: relative;
        overflow: hidden;
        max-width: 1470px;
    }

    .entr-carousel {
        position: relative;
        overflow: hidden;
        max-width: 1470px;
    }

    .slider__wrapper {
        display: flex;
        transition: transform 0.6s ease;
    }

    .carousel__wrapper {
        display: flex;
        transition: transform 0.6s ease;
    }

    .slider__item {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px;
    }

    .slider__control_show {
        display: flex;
    }

    .slider__control:hover,
    .slider__control:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

    .slider__control_left {
        left: 0;
    }

    .slider__control_right {
        right: 0;
    }

    .slider__control::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: transparent no-repeat center center;
        background-size: 100% 100%;
    }

    .slider__control_left::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .slider__control_right::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }

    .logo {
        background-image: url(../img/pic/logo.png);
        background-size: contain;
        display: block;
        height: 30px;
        margin-top: 14px;
        margin-bottom: 0px;
        width: 107px;
    }

    .logo-a {
        display: block;
        float: left;
        margin: 3px !important;
        margin-left: 25% !important;
    }

    .logo_text {
        position: absolute;
        top: 9px !important;
    }

    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 560px) {
    .arrow-left {
        margin-top: 10px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 60px) and (max-width: 767px) {

.popup:before {
    content: '';
    display: inline-block;
    height: 20%;
    vertical-align: middle;
    width: 0;
}

    .order-block1 {
        margin: 0px !important;
    }

    .menu-mobi .filter-prop__content {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .cart-table__total {
        margin-left: -40px;
        margin-right: -40px;
    }

    .txt_id .txt_blog {
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .txt_id .arrow-left {
        margin-top: 0;
    }

    .top_map1 a {
        width: 100% !important;
    }

    .kontakt .entries-section {
        padding: 0;
    }

    .arrow-left {
        margin-top: 14px;
    }

    .slider {
        position: relative;
        overflow: hidden;
        max-width: 1470px;
    }

    .slider__wrapper {
        display: flex;
        transition: transform 0.6s ease;
    }

    .slider__item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 10px;
    }


    .carousel__wrapper {
        display: flex;
        transition: transform 0.6s ease;
    }

    .entries-carousel__item {
        flex: 0 0 158%;
    }

    .entr-carousel {
        position: relative;
        overflow: hidden;
        max-width: 1470px;

    }

}

.index-b .u-ing {
    background-image: url('../img/pic/service1.jpg');
}

.index-b .u-bez {
    background-image: url('../img/pic/service2.jpg') !important;
}

.index-b .u-it {
    background-image: url('../img/pic/service3.jpg') !important;
}

.index-b .u-ob {
    background-image: url('../img/pic/service_5.jpg') !important;
}

.index-b .u-aut {
    background-image: url('../img/pic/service_6.jpg') !important;
}

.index-b .u-pr {
    background-image: url('../img/pic/service_4.jpg') !important;
}

.u-ing {
    background-image: url('../img/pic/inginer.jpg');
}

.u-bez {
    background-image: url('../img/pic/bezop.jpg');
}

.u-it {
    background-image: url('../img/pic/it.jpg');
}

.u-ob {
    background-image: url('../img/pic/oborud.jpg');
}

.u-aut {
    background-image: url('../img/pic/servis.jpg');
}

.u-pr {
    background-image: url('../img/pic/progr.jpg');
}

@media (min-width: 60px) and (max-width: 1023px) {


    .mobfix-hl {
        height: 50px;
    }

    .mobfix {
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    .but_tel {
        position: relative;
        margin: 10px auto;
        width: 100%;
        right: auto;
        display: block;
        text-align: center;
        padding: 12px;
        background: #173678;
        border-radius: 100px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
    }

    .cart-link__count {
        margin-top: -5px;
    }

    .low1 {
        min-width: 48px !important;
        margin: 0 30px !important;
    }

    .status_up {
        margin-left: 0px !important;
        margin-top: 5px !important;
        display: inline-block;
    }

    .order-block1 {
        margin: 20px
    }

    .uslovie {
        font-size: 12px;
        line-height: 22px !important;
        padding: 0;
    }

    .cart-row .recept {
        background-position: left !important;
        background-image: url(../img/icons/subtract_m.svg) !important;
        background-repeat: no-repeat !important;

        padding-left: 24px !important;
        font-weight: bold;
        font-size: 10px;
        line-height: 32px;
        color: #418ABA;
    }

    .entries-carousel__item:first-child {
        margin-left: 0px !important;
        border-left: none;
    }

    .desktop-search {
        margin-left: -20px !important;
    }

    .malo {
        background: #F4F7F9;
        padding-left: 50px;
        margin-left: -50px;
        margin-right: -40px;
        padding-right: 40px;
    }

    .cart-table__total .bold {
        font-weight: bold;
        font-size: 20px;
        line-height: 100%;
    }

    .cart-row__col-sum {
        font-size: 16px;
        font-weight: 700;
        position: absolute;
        top: 20px;
        right: 40px;
    }

    .cart-row__col-remove .ic {
        display: block;
        height: 30px;
        padding-left: 0;
        position: absolute;
        top: 20px;
        right: 5px;
        width: 30px;
    }

    .mobile-carousel .id-images__full {
        display: flex;
        margin: 5px auto;
        text-align: center;
        width: fit-content;
    }

    .mobile-carousel .id-image {
        width: 50px;
        margin: 10px;
        float: left;
    }

    .id-page .ic_cart:before {
        background: url(../img/icons/basket_icon.svg) no-repeat 0 -4px;
    }

    .id-page .analog a {
        text-decoration: none;
        font-weight: bold;
        background: #fff;
        color: #000;
        font-size: 16px;
        align-items: center;
        text-align: center;
        color: #3A4346;
        border-radius: 50px;
        border: 2px solid #eff2f4;
    }

    .id-page .entr-slaid {
        margin: 22px auto;
        background: WHITE;
        border-radius: 5px;
        margin-bottom: 0;
    }

    .id-page .cart-link {
        margin-top: 20px;
    }

    #toTop, #go-top {
        background-image: url(../img/icons/Vector2.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: fixed;
        display: block;
        right: 20px;
        bottom: 20px;
        width: 51px !important;
        height: 51px !important;
        background-color: #eaeaea94;
        cursor: pointer;
        border-radius: 100px;
    }

    .info_search {
        float: left;
        display: block;
        margin-top: 10px !important;
        width: 50% !important;
    }

    .id-page header {
        display: none;
    }

    .id-page .id {
        margin-top: 0px !important;
    }

    .id-page .h1-container {
        margin-top: -20px;
        padding-top: 10px;
    }

    .next_cart {
        position: relative !important;
        display: block;
        width: 100% !important;
        text-align: center;
        opacity: 1 !important;
    }

    .cat_f ul {
        padding: 0;
        margin: 0;
    }

    .cat_f ul li {
        list-style-type: none;
        padding-left: 0px;
    }

    .cat_f ul li:before {
        content: none;
    }


    .filter-prop__name {
        font-size: 16px
    }

    .filters .js_more_after {
        display: block;
        position: initial;
        background: none;
    }

    .filters .js_more_after:hover {
        display: block;
        position: initial;
        background: none;
    }

    .popup_apteka .search__submit {
        right: 2px !important;
    }

    .nav__back {
        font-size: 18px;
        line-height: 23px;
    }

    .cart-page .arrow-left {
        margin-top: 0px;
    }

    .price_1 {
        font-weight: 200;
        font-size: 10px;
        line-height: 13px;
        margin-top: -6px;
        display: block;
        color: #3A4346;
    }

    .cart-page header, .cart-page1 header {
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    }

    .cart-page .cart-row .old__price {
        background: url(../img/icons/old_s.svg) no-repeat center 8px;
        display: table;
        width: auto;
        padding-top: 4px;
        height: 30px;
        margin-top: -10px;
        color: #3A4346;
        font-size: 12px;
        position: relative;
        opacity: 0.4;
    }

    .cart-page .old__price {
        background: url(../img/icons/old_s.svg) no-repeat center 8px;
        display: table;
        width: auto;
        padding-top: 4px;
        height: 30px;
        margin-top: -30px;
        color: #3A4346;
        font-size: 12px;
        position: relative;
        opacity: 0.4;
    }

    .cart-page .order-form .button_block {
        width: 100%;
        max-width: none;
        margin-top: 0px;
    }

    .cart-page .order-form {
        width: 100%;
        padding-left: 10px;
    }

    .cart-page .search, .cart-page1 .search {
        display: none;
    }

    .cart-page .cart-block {
        padding-left: 10px;
    }

    .cart-page .cart-table {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .popup_apteka .poisk_p {
        height: 50px;
    }

    .popup_apteka .popup__container {
        padding: 40px 30px;
    }

    .popup_apteka .poisk_p .search {
        top: auto;
        padding: 10px 0;
    }

    .popup_apteka .adres {
        margin-top: 40px;
    }

    .oformlenie .order-block {
        margin: 0;
        padding: 0 !important;
    }

    .ssilka {
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;
        display: flex;
        align-items: center;
        background: url(../img/icons/arr_small2.svg) no-repeat left;
        color: #418ABA;
        padding-left: 20px;
        text-decoration: none;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .filters .ssilka {
        font-weight: bold;
        font-size: 18px;
        line-height: 23px;
        display: flex;
        align-items: center;
        background: url(../img/icons/arr_small2.svg) no-repeat left;
        color: #418ABA;
        padding-left: 20px;
        text-decoration: none;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .order-form {
        display: inline-block;
    }

    .order-block:nth-child(odd) {
        background: #fff;
        padding: 0 !important;
    }

    .zakaz_pr .entries-section {
        padding: 0px;
    }

    .spisok_op {
        display: inline;
        background: url(../img/icons/li.svg) no-repeat left;
        padding-left: 25px;
        font-weight: bold;
        font-size: 16px;
        line-height: 100%;
        height: 22px;
        padding-top: 5px;
        color: #D8DFE3;
    }

    .spisok_op.active {
        color: #173678 !important;
        background: url(../img/icons/list.svg) no-repeat left;
    }

    .karta_op.active {
        background: url(../img/icons/address2.svg) no-repeat left;
        color: #173678 !important;
    }

    .karta_op {
        background: url(../img/icons/address1.svg) no-repeat left;
        padding-left: 25px;
        font-weight: bold;
        font-size: 16px;
        line-height: 100%;
        color: #D8DFE3;
        height: 22px;
        padding-top: 5px;
        float: left;
        margin-right: 20px;
    }

    .map_kotakti .karta {
        display: none;
    }

    .map_kotakti .adres {
        display: none;
    }

    .map_kotakti .karta.visible {
        display: block;
    }

    .map_kotakti .adres.visible {
        display: block;
    }

    .news__info, .blog__info {
        margin-left: 85px;
    }

    .cols-container__right {
        background: #fff;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: none !important;
        padding: 0;
        margin: 0;
    }

    .list_blog {
        padding: 10px !important;
    }

    .zakazi {
        margin: 0;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 20px;
    }

    .status {
        margin: 10px !important;
    }

    .zakazi .h-h3 {
        margin: 10px !important;
        font-size: 20px !important;
    }

    .summa_zakaz {
        margin: 10px 0;
    }

    .analog1 {
        display: none;
    }

    .zakazi_s {
        float: left !important;
        margin: 0 !important;
    }

    .summa_d {
        font-weight: bold;
    }

    .status {
        border-bottom: none !important;
    }

    .status .status_up {
        margin-left: 0;
        margin-top: 5px;
        display: inline-block;
    }

    .status_txt {
        float: left;
        margin-top: 5px;
        padding-right: 10px;
    }

    .name_zakaz {
        clear: none;
        display: inline;
    }

    .entries-carousel__item {
        display: block;
        float: left;
        max-width: none;
        padding-left: 18px;
        padding-right: 10px;
        width: 30%;
    }

    .order-block {
        padding: 20px !important;
        margin: 0;
        box-shadow: none !important;
    }

    .price-block__wrapper .availability {
        position: absolute;
        top: 10px;
    }

    .price-block__wrapper .price-block__one-click {
        float: right;
        display: block;
        padding: 25px 10px;
    }

    .price-block__wrapper .price-block__price {
        font-weight: bold;
        font-size: 36px;
        float: right;
    }

    .price-block__wrapper .price-block__buy {
        width: 50%;
        float: left;
        margin: 10px 0;
    }

    .price-block__wrapper .count-widget {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .price-block__one-click .button_link {
        text-align: left;
    }

    .price-block {
        width: 95%;
        padding: 10px;
        margin: 10px auto;
        background: #FFFFFF;
        border-radius: 5px;
        display: block;
        border: none;
    }

    .tovar_top {
        background: #fff;
        margin: -10px;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    }

    .tovar {
        background: #FBFBFB;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .id, .id-params, .id-text {
        background: #FBFBFB;
    }

    .id-params, .id-text {
        padding: 0 20px;
        border-top: 2px solid #eff2f;
    }

    .id {
        padding: 0px;
    }

    .id, .id-params, .id-text, .id-shipping {
        box-shadow: none !important;
    }

    .id-params .col-lg-6 {
        padding: 0;
        margin: 0;
    }

    .id-params .col-xs-5 {
        width: 65% !important;
    }

    .id-params .col-xs-7 {
        width: 32% !important;
    }

    .left__container {
        box-shadow: none !important;
    }

    .left__container .h-h4 {
        font-size: 18px;
    }

    .button_link_filtr {
        background: #418ABA;
        font-weight: bold;
        font-size: 16px;
        display: block;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        border-radius: 50px;
        line-height: 44px;
    }

    .slider-wrap {
        width: 350px;
        margin: auto;
        margin-top: 30px;
    }

    #slider {
        margin-bottom: 20px;
    }

    .slider-wrap .values {
        padding-left: 0px;
        margin-left: -8px;
    }

    .values input {
        width: 90px;
        float: right;
        padding: 5px;
        border: 1px solid #ddd;
        color: #222;
        font-size: 1.1em;
        text-align: center;
        font-family: "Exo 2", sans-serif;
    }

    .ui-slider {
        width: 330px;
        height: 5px;
        margin-left: 10px;
        border: 1px solid #ddd;
        height: 5px;
        background-color: #fefefe;
        outline: none;
        display: block;
        position: relative;
        border-radius: 2px;
        box-shadow: 0 1px 1px #fff, inset 0 1px 1px #ddd;
    }

    .ui-slider .ui-slider-handle {
        border-radius: 10em;
        top: 0;
        position: absolute;
        z-index: 2;
        width: 12px;
        height: 12px;
        top: -5px;
        margin-left: -10px;
        outline: none;
        cursor: pointer;
        background-color: #418ABA;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 1;
        font-size: 0.7em;
        display: block;
        border: 0;
        background-color: #418ABA;
        opacity: 0.8;
    }

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

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

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


    .nav .nav__close {
        position: absolute;
        z-index: 999999;
        border-radius: 0;
        display: block;
        width: 40px;
        height: 40px;
        margin-left: 300px;
        align-items: center;
        text-align: center;
        padding: 20px;
        background-image: url(../img/icons/close-cart.svg);
        background-color: #F4F7F9;
        background-repeat: no-repeat;
        background-position: center;

    }

    .nav__list a {
        color: inherit;
        display: inline-block;
        line-height: 24px;
        padding: 13px 0;
        text-decoration: none;
        background-image: url(../img/icons/arr_small1.svg);
        background-repeat: no-repeat;
        background-position: right;
        width: 95%;
        font-weight: bold;
        padding: 5.5px 0;
        color: #0F3971;
    }

    .sale {
        background-position: top left;
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        display: table;
        font-weight: 700;
        min-height: 400px;
        position: relative;
        width: 100%;
        border-radius: 4px;
    }


    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 42px;
        color: #4D4D4D;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li:last-child .link {
        border-bottom: 0;
    }

    .accordion li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li i.fa-chevron-down {
        right: 12px;
        left: auto;
        font-size: 16px;
    }

    .accordion li.open .link {
        color: #b63b4d;
    }

    .accordion li.open i {
        color: #b63b4d;
    }

    .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

}

@media (min-width: 560px) and (max-width: 767px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .right_id {
        width: 96%;
        columns: 3 12em;
    }

    .js_more_after {
        display: none;
    }

    .filters .js_more_after {
        display: block;
        position: initial;
        background: none;
    }

    .arrow-left {
        margin-top: 26px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 108px) and (max-width: 723px) {
    .slide_img {
        flex: 0 0 30%;
        max-width: 100%
    }

    .slides {
        width: 300% !important;
        transition: all 0.5s;
        display: flex;
    }

    .right_id button ~ a {
        display: none !important;
    }

    .right_id {
        width: 96%;
        columns: 2 auto;
    }

    .sp_li {
        display: block !important;
        padding-left: 0px !important;
        padding-top: 20px !important;
        margin-top: 20px !important;
    }

    .left_id {
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        color: #D8DFE3;
        padding-right: 40px;
    }

    .js_more_after {
        background: url(../img/icons/vector.svg) no-repeat right;
        padding-right: 30px;
        font-weight: bold;
        position: absolute;
        left: 20px;
        margin-top: 20px;
    }

    .js_more_after:hover {
        background: url(../img/icons/Vector.svg) no-repeat right;
        padding-right: 30px;
        font-weight: bold;
    }

    .entry__price-col {
        width: auto;
        max-width: 98% !important;
        font-size: 14px;
        padding-left: 6px !important;
    }

    .entry__buy {
        margin: -2px -9px;
    }

}

@media (min-width: 608px) and (max-width: 1023px) {
    .cart-row {

        margin-left: 0px !important;
    }


}

@media (min-width: 208px) and (max-width: 1023px) {

    .hidden-pk {
    }

    .entry__price-col [type='button']:hover {
        background-color: #ffffff;
        color: #418ABA;
        background-image: url(../img/icons/basket_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        text-decoration: none;
        border: 1px solid #12b993;
    }

    .left_id, .right_id {
        margin-left: 20px;
    }

    .sp_list {
        margin-right: -20px !important;
        margin-left: -30px !important;
        margin-top: 0 !important;
    }

    .entry__name a {
        font-size: 12px;
        line-height: 10px;
    }

    .entry__name a:hover {
        font-size: 12px;
        line-height: 10px;
        color: #000000;
        text-decoration: none;
    }

    .entry__name {
        line-height: 1.0em;
    }

    main {
        margin-top: 0px;
        background: #FFFFFF;
    }

    .category-text {
        margin-top: 30px;
        margin: 20px;
    }

    .slider {
        position: relative;
        overflow: hidden;
        max-width: 1470px;
    }

    .slider__wrapper {
        display: flex;
        transition: transform 0.6s ease;
    }

    .slider__item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .katalog {
        padding-left: 0;
        padding-right: 0
    }

    .otst40 {
        display: block;
        height: 40px;
    }

    .entries {
        margin-left: -12px;
        margin-right: -12px;
    }

    .search {
    }

    .entries .col-lg-3 {
        border-top: 2px solid #eff2f4;
        padding: 20px 24px;
        border-left: 2px solid #eff2f4;
    }

    .sort-filter__filter {
        background: url(../img/icons/filtr.svg) no-repeat left;
        padding-left: 30px;
        margin: 10px 20px;
    }

    .button_transparent1 {
        border: 2px solid #d0d0d0;
        background-image: url(../img/icons/vector.svg);
        background-repeat: no-repeat;
        background-position: 92%;
        background-position-y: 13px;
        height: auto;
        line-height: 20px;
        margin-left: 12px;
        padding-left: 0;
        width: auto;
        border-color: #D8DFE3;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 48px !important;
        padding: 7px 20px;
        box-shadow: inset 0px 4px 15px rgba(11, 44, 87, 0.1);
        border-radius: 20px;
        color: black;
        cursor: pointer;
    }

    .sort-filter .button_transparent:hover {
        background: url(../img/icons/filtr.svg) no-repeat left;
    }

    .otst {
        display: block;
        height: 70px;
    }

    .txt_blog {
        padding: 0 20px;
    }

    .img__news, .img__blog {
        height: 130px;
        overflow: hidden;
        float: left;
    }

    .blog__news, .blog__anons {
        overflow: hidden;
    }

    .news img, .blog img {
        display: block;
        float: left;
        margin-right: 10px;
        max-width: 75px;
    }

    .grup_gl {
        box-shadow: none !important;
        padding: 10px !important;
        border-bottom: 2px solid #eff2f4;
        border-top: 2px solid #eff2f4;
        margin-bottom: 50px;
    }

    .entries-carousel__item {
        border-top: none;
        padding: 14px;
        border-left: none;
        max-width: 290px;
    }

    .grup_gl .col-lg-4 {
        border-left: none !important;
        padding: 1% 20%;
        font-size: 14px;
        line-height: 16px;
    }

    .container {
        max-width: 1470px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px !important;
        padding-right: 5px !important;
        position: relative;
    }

    .grup_gl img {
        clear: none;
        display: block;
        float: left;
        margin: 0 20px !important;
        min-width: 58px;
    }

    .entries-section__title {
        min-height: 30px;
    }

    .entry__price-col {
        width: auto;
        max-width: 70%;
        padding-top: 2px;
        font-weight: bold;
        min-width: 50%;
        border: 2px solid #eff2f4;
        height: 32px;
        border-radius: 40px;
        margin: 16px auto;
        border-right: none;
        padding-left: 10px;
    }

    .entry__buy {
        margin: 10px;
        background-color: #12b993;
        padding: 2px;
        width: 32px;
        height: 32px;
        border-radius: 30px;
        margin: -2px -3px;
        float: right;
        background-image: url(../img/icons/basket_icon_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
    }

    .grup_gl .col-lg-4 span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #373C41;
        margin-left: 30%;
        display: block;
        max-width: 260px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .grup_gl .col-lg-4 span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #373C41;
        margin-left: 70px;
        display: block;
        max-width: 230px;
    }

    .carousel__wrapper {
        display: flex;
        transition: transform 0.6s ease;
    }

    .carousel__wrapper .entries-carousel__item {
        flex: 0 0 29.34%;
        max-width: 33.333% !important;
    }

    .entr-carousel {
        position: relative;
        overflow: hidden;
        max-width: 1470px;
    }

    .slider__item {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 10px;
    }

    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

.top-sistema {
    background-image: url(../img/pic/banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.top-sistema-i {
    background-image: url(../img/pic/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1024px) {
.tail {
    margin-bottom: 30px;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-right: 10px;
}
.grup_gl {
    display: none;
}
.menu-mobi [type='submit'], .menu-mobi [type='button'], .menu-mobi type='reset'], .menu-mobi button, .menu-mobi .button {

    border-radius: 0px !important; 
}
.otziv .text_ot {
    margin-top: 5px;     text-align: center;
}

.otziv .text_ot .h-h2 {
    width: auto;max-width: initial;
}
.otziv .otziv-img {
    background-position: center;
}

    .breadcrumb a {
        padding-left: 0px;
    }

    h1, .h-h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 22px;
        line-height: 100%;
    }

    .proekti .entries-carousel__item {
        width: 100% !important;
        max-width: 390px;
        padding: 10px 0;
        padding-right: 10px;
    }

    .proekts.button_u {
        clear: both;
        max-width: 390px;
        margin: auto;
    }

    .breadcrumb {
        margin-top: 0px;
        padding-left: 0px;
    }

    .breadcrumb .nav__back {
        background: url(../img/icons/arr_small.svg) no-repeat left 5px;
        padding-left: 4px;
        font-weight: 100;
        margin-right: -1px;
        width: 3px;
        height: 20px;
    }

    main {
        padding: 10px;
    }

    .news-block {
        margin-top: 15px;
    }

    .news-block p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: #373C41;
        opacity: 0.6;
    }

    .news-block .h-h3 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 100%;
        color: #373C41;
        margin-left: 10px;
    }

    .news-block .h-h4, .news .h-h4 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 14px;
        line-height: 100%;
        color: #373C41;
        padding-left: 0px;
        display: inline-block;
    }

    .news-block .data, .news .data {
        background: #418ABA;
        font-family: Montserrat;
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        display: inline-block;
        color: #FFFFFF;
        padding: 5px 10px;
        margin-top: 5px;
        float: left;
        margin-right: 10px;
    }
.menu-mobi .button_block.active {
    background-image: url(/local/templates/bars/img/icons/arr-m1.png) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #418aba;
        background-position-x: 95% !important;
    margin: 0px;
    cursor: pointer;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    font-family: Montserrat;
    color: #fff;
}

    .otziv-img {
        background-image: url(../img/pic/otziv-m.jpg);
        background-repeat: no-repeat;
        height: 300px;
        background-size: contain;
    }

    .text_ot {
        margin-top: -50px;
    }
.menu-mobi .col-lg-4 {
    margin-bottom: 10px;
}
    .otziv .h-h3 {
        margin-left: 5px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .text_ot .h-h2 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 100%;
        max-width: 200px;
    }

    .text_ot .h-h4 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 12px;
        margin-top: 2px;
    }

    .text_ot p {
        font-size: 14px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        line-height: 17px;
        color: #373C41;
        opacity: 0.6;
    }

    .fr {
        margin-top: -10px;
    }

    .u-ing, .u-bez, .u-it, .u-aut, .u-ob, .u-pr {
        padding: 100px 0 10px 10px;
        max-width: 230px;
        background-repeat: no-repeat;
        margin: 5px 10px 5px 0;
        float: left;
        width: 161px;
        min-height: 150px;
    }

    .index-b .u-link {
        display: block;
        overflow: hidden;
    }

    .index-b .u-ing, .index-b .u-bez, .index-b .u-it, .index-b .u-aut, .index-b .u-ob {
        padding: 0 0 0 150px;
        align-content: center;
        align-items: center;
        background-position: left;
        display: flex;
        max-width: 98%;
        background-color: #018bbc;
        background-repeat: no-repeat;
        background-position-y: -65px;
        margin: 5px 10px 5px 0;
        float: left;
        width: 100%;;
        min-height: 150px;
    }

    .index-b .u-pr {
        padding: 0 0 0 150px;
        align-content: center;
        align-items: center;
        background-position: left;
        display: flex;
        max-width: 98%;
        background-color: #018bbc;
        background-repeat: no-repeat;
        background-position-y: -245px;
        background-position-x: -15px;
        margin: 5px 10px 5px 0;
        float: left;
        width: 100%;
        min-height: 150px;
    }

    .index-b .u-ing span, .index-b .u-bez span, .index-b .u-it span, .index-b .u-aut span, .index-b .u-ob span, .index-b .u-pr span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        display: block;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #FFFFFF;
        width: 120px;
    }

    .button_u {
        clear: both;
        max-width: 444px;
        background: #373C41;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 17px;
        line-height: 100%;
        align-items: center;
        letter-spacing: -0.01em;
        color: #FFFFFF;
        padding: 20px 40px;
        text-align: center;
        margin: 20px 5px 20px 0;
        display: block;
    }

    .u-block {
        margin-left: 5px;display: block;
    }

    .u-pr {
        margin-bottom: 10px;
    }

    .uslugi-block .col-lg-9, .uslugi-block .col-lg-3, .uslugi-block .col-lg-6, .uslugi-block .col-lg-4 {
        padding-left: 0px;
        padding-right: 0;
    }

    .button_u img {
        display: none;
    }

    .u-ing span, .u-bez span, .u-it span, .u-aut span, .u-ob span, .u-pr span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        display: flex;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #FFFFFF;
    }

    .entry__image {
        display: block;
        position: relative;
        height: 161px !important;
    }

    .aspect-ratio {
        padding-top: initial;
    }

    .entry__name {
        font-size: 12px;
        line-height: 1.36em;
        margin-top: 1px !important;
        margin-bottom: 10px !important;
        padding: 10px 20px !important;
    }

    .entries-carousel__item .entry {
        margin-top: 0;
        border-radius: 5px;
        overflow: hidden;
        background: #418ABA;
        color: #fff;
        height: 375px !important;
    }

    .entry__name h4 {
        font-weight: 500;
        font-size: 14px;
    }

    .vopros-footer {
        background-image: url(../img/pic/fon_2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        padding: 20px 10px;
    }

    .vopros-footer h3 {
        font-size: 20px;
        font-weight: 800;
        line-height: 20px;
    }

    .vopros-footer p {
        font-size: 30px;
        margin-top: 0;
        font-weight: 800;
    }
    .form-vopros {
        margin-top: 0px;
    }

    .form-vopros input {
        background: #ffffff2e;
        border: 2px solid #dddfe1ad;
        box-sizing: border-box;
        border-radius: 5px;
        display: block;
        margin: 10px 0;
        padding: 15px 20px;
        float: none;
        width: 100%;
        color: #fff;
    }

    .form-vopros .button_block {
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 5px;
        color: #fff;
        background: none;
        padding: 15px 40px;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        margin: 10px 0 15px 0;
        display: block;
        width: 100%;
        text-align: center;
    }

    .top-menu li {
        background: none;
        margin: 0;
        padding: 10px;
    }

    .hidden-pk {
        display: none !important;
    }

    .logo {
        background-image: url(../img/pic/logo.png);
        display: block;
        max-width: 84px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        height: 42px;
        margin-top: 4px;
        width: 54px;
    }

    .logo_text {
        position: absolute;
        top: 16px;
        margin-left: 143px;
        width: 160px;
    }

    .logo-a {
        display: block;
        float: left;
        margin: 6px 0;
        margin-left: 30%;
    }

    .top-des-i {
        mix-blend-mode: normal;
        border-radius: 5px;
        max-width: 380px;
        margin: 40px 20px 40px 0;
        padding: 10px 20px;
        color: #fff;
    }

    .top-des {
        background: #418ABAcc;
        mix-blend-mode: normal;
        border-radius: 5px;
        max-width: 380px;
        margin: 40px 20px 40px 0;
        padding: 10px 20px;
        color: #fff;
    }

    .top-des p {
        font-size: 13px;
    }

    .button_link {
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 5px;
        color: #fff;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        margin: 20px 0 15px 0;
        display: block;
        text-align: center;
        max-width: 220px;
    }

    .grup_gl .col-lg-4 .wp span.ci {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 64px;
        line-height: 100%;
        color: #418ABA;
        margin-left: 0px;
    }

    .grup_gl .col-lg-4 .wp img {
        display: none;
    }

    .text-f h3 {
        font-size: 20px;
        font-weight: 800;
    }

    .entries-section__title .h-h3 {
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 100%;
        margin-left: 10px;
    }

    .grup_gl .col-lg-4 span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #373C41;
        margin-left: 70px;
        display: block;
        max-width: 260px;
    }

    .header__phone a {
        font-size: 18px;
        font-weight: 600;
        margin-left: 10px;
        color: #fff;
        margin-top: 10px;
        display: block;
    }

    .top-menu a {
        color: #ffffff;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        width: 100%;
        display: block;
    }

    .top-menu a.nav_a {
        background-image: url(../img/pic/arr_mob.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .menu-mobi .button_block {
        background-image: url(../img/pic/arr-m2.jpg);
        background-repeat: no-repeat;
        background-position: right;
        margin: 0px;
        max-width: 550px;
        font-weight: 800;
        cursor: pointer;
        display: block;
        padding: 14px 0px;
        line-height: 17px;
        display: flex;
        align-items: center;
        font-family: Montserrat;
        font-size: 17px;
        color: #373C41;
		border-radius: 0;

		transition: background-color .2s,
					color .2s,
					padding .2s;
    }

    .menu-mobi .button_block.active {
        background-image: url(../img/icons/arr-m1.svg);
        background-repeat: no-repeat;
        background-position: right;
    }

    .menu-mobi .map {
        margin: 0 -15px;
    }

    .menu-mobi .js_accordeon_block .filter-prop__content a {
        font-size: 15px;
        line-height: 20px;
        font-weight: 800;
    }

    .menu-mobi .js_accordeon_block .filter-prop__content .text img {
        margin-bottom: -5px;
        margin-right: -5px;
    }

    .menu-mobi .js_accordeon_block .filter-prop__content p {
        font-size: 15px;
        line-height: 18px;
        font-weight: 500;
        margin-top: 18px;
    }

    .breadcrumb a {
        color: #3A4346;
        opacity: 0.6;
        text-decoration: none;
        padding-right: 8px !important;
        font-size: 10px !important;
    }

    .breadcrumb {
    margin-bottom: -4px;
    margin-top: 8px;
    }

    .menu-mobi .js_accordeon_block {
        padding: 6px 0px !important;
    }

    .menu-mobi .text {
        padding-left: 0px;
    }

    .citata {
        border-left: 3px solid #418ABA;
        padding-left: 60px;
        margin: 30px 0;
        font-weight: 700;
        font-size: 14px;
    }
}

@media (min-width: 1024px) {

	.index-text { font-size: 21px;}

    .news .data {
        margin-top: 18px !important;
        margin-bottom: 10px;
    }

    .news-block .h-h4 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 30px;
        line-height: 120%;
        letter-spacing: -0.01em;

        /* txt */

        color: #373C41;
    }

    .news-block p {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 29px;
        color: #373C41;
        opacity: 0.8;
    }

    .news .col-lg-6 p {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        opacity: 0.6;
        color: #373C41;
    }

    .news .h-h4 {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        letter-spacing: -0.01em;
        color: #373C41;
        line-height: 0.9em;
        margin-top: 20px;
        margin-bottom: 7px;
    }

    .clear {
        display: initial;
        width: 100%;
        margin: 5px;
        clear: both;
    }

    .news-block .data, .news .data {
        background: #418ABA;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
        color: #FFFFFF;
        padding: 5px 10px;
        margin-top: 50px;
    }

    .otziv .h-h3, .news-block .h-h3 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-size: 36px;
        line-height: 100%;
        color: #373C41;
        margin-top: 40px;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
    }

    .otziv .h-h3:after, .news-block .h-h3:after {
        width: 90%;
        background: #428aba;
        height: 2px;
        content: '';
        position: absolute;
        align-items: center;
        margin-top: 25px !important;
        margin: 20px;
    }

    .otziv-img {
        background-image: url(../img/pic/otziv.jpg);
        background-repeat: no-repeat;
        height: 600px;
        background-size: contain;
    }

    .text_ot {
        margin-left: -100px;
        padding-top: 150px;
    }

    .uslugi-block .h-h3 {
        padding-left: 10px;
        margin-top: 60px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-size: 36px;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
    }

    .news-block {
        margin-bottom: 40px;
    }

    .uslugi-block .h-h3:after {
        width: 90%;
        background: #428aba;
        height: 2px;
        content: '';
        position: absolute;
        align-items: center;
        margin-top: 25px !important;
        margin: 20px;
    }

    .proekts.button_u {
        max-width: 360px;
        margin: 70px auto;
        line-height: 24px;
        padding: 18px 40px;
    }

    .news .button_u, .proekti .button_u {
        max-width: 340px;
        margin: 55px auto;
        line-height: 24px;
        padding: 18px 60px;
    }


    .u-block .button_u {
        background: white;
        max-width: 330px;
        color: #418aba;
        border: 2px solid;
        font-weight: 400;margin-top: 54px;
    }

    .button_u {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 60px;
        display: flex;
        padding: 38px 30px;
        margin-top: 30px;
        margin-left: -10px;
        letter-spacing: -0.01em;
        color: #FFFFFF;
        background: #418ABA;
        cursor: pointer;
    }

    .unslugi-block .col-lg-9, .news-block .col-lg-4 {
        padding-left: 0px;
    }

    .u-ing, .u-bez, .u-it {
        padding: 230px 0 40px 40px;
        max-width: 330px;
        margin-right: 10px;
        background-repeat: no-repeat;
        min-height: 344px;
    }

    .u-aut, .u-ob {
        margin-right: 10px;
        background-repeat: no-repeat;
        margin-top: 30px;
        padding: 230px 0 40px 40px;
    }

    .u-pr {
        background-repeat: no-repeat;
        padding: 410px 0 40px 40px;
        margin-left: -10px;
    }

    .u-ing span, .u-bez span, .u-it span, .u-aut span, .u-ob span, .u-pr span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        display: flex;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #FFFFFF;
    }

    p {
        font-size: 21px;
    }

    .citata {
        border-left: 5px solid #418ABA;
        padding-left: 60px;
        margin: 40px 0;
        font-weight: 700;
        font-size: 20px;
    }

    .text {
        padding-left: 0px !important;
        padding-right: 40px !important;
    }


    .kontakt h1 {
        font-size: 64px;
        font-weight: 300;
        margin-left: -2px;
        line-height: 64px;
        margin-bottom: 40px;
    }

    .menu-mobi .map {
        margin-bottom: 30px;
        max-width: 80%;
        overflow: hidden;
    }

    .menu-mobi .text {
        float: right;
        width: 95%;
    }

    .menu-mobi .button_block.active {
        background-image: url(../img/icons/arr4.svg);
        background-repeat: no-repeat;
        background-position: right;
        background-color: #418aba;
        background-position-x: 90%;
        margin: 0px;
        max-width: 380px;
        font-weight: 300;
        cursor: pointer;
        display: block;
        padding: 32px 40px;
        line-height: 54px;
        display: flex;
        align-items: center;
        font-family: Montserrat;
        font-size: 36px;
        border-radius: 0 !important;
        color: #fff;
    }

    .menu-mobi .button_block {
        color: #373C41;
        margin: 0px;
        max-width: 380px;
        font-weight: 300;
        cursor: pointer;
        display: block;
        padding: 32px 40px;
        line-height: 54px;
        display: flex;
        align-items: center;
        font-family: Montserrat;
        font-size: 36px;
        border-radius: 0 !important;
    }

    .logo_text {
        width: 240px;
        position: absolute;
        top: 18px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
        color: #2F4D8E;
        /*  */
        margin-left: 93px;
    }

	.logo_text img {
    padding-bottom: 5px;
}
    .entries-section__title .h-h3 {
        font-size: 36px;
        font-weight: 300;
        margin-left: 10px;
        overflow: hidden;
        position: relative;
    }

    .entries-section__title .h-h3:after {
        width: 90%;
        background: #428aba;
        height: 2px;
        content: '';
        position: absolute;
        align-items: center;
        margin-top: 25px !important;
        margin: 20px;
    }

    .text-f {
        margin-left: 6% !important;
        float: right !important;
    }

    .img-f {
        float: left;
    }

    .text-f h3 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 36px;
        line-height: 100%;
        color: #373C41;
    }

    .grup_gl .col-lg-4 span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #373C41;
        margin-left: 33%;
        display: inline-block;
        max-width: 200px;
        background: whitesmoke;
    }

    .grup_gl .col-lg-4 .wp {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 144px;
        line-height: 100%;
        color: #418ABA;
        margin-bottom: -30px;
    margin-left: -110px;
    }

    .grup_gl .col-lg-4 .wp span.ci {
        /*display: none;*/
    }

    .gr30 {
        margin-left: 130px !important;
    }

    span

.30gr { /* TODO: ??? */
       margin-left: 130px;
   }

    .button_link {
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 5px;
        color: #fff;
        padding: 15px 40px;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        margin: 50px 0 5px 0;
        display: block;
        text-align: center;
        max-width: 320px;
    }

    .top-des-i {
        mix-blend-mode: normal;
        border-radius: 5px;
        max-width: 780px;
        margin: 100px 20px 100px 0;
        padding: 50px 90px;
        color: #fff;
    }

    .top-des {
        background: #418ABAcc;
        mix-blend-mode: normal;
        border-radius: 5px;
        max-width: 780px;
        margin: 100px -20px 100px 0;
        padding: 50px 90px;
        color: #fff;
    }

    .top-sistema .top-des {
        padding: 50px 70px;
    }

    .top-sistema .top-des h1 {
        font-size: 48px;
    }

    .top-des p {
        font-size: 18px;
    }

    .vopros-footer {
    }

    .logo-a {
        display: block;
        float: left;
        margin: 6px 0;
    }

    .scrolled .cart-link__count {
        border: 2px solid #fff !important;
    }

    .status_txt {
        display: block;
    }

    .malo {
        background: #F4F7F9;
        padding-left: 50px !important;
        margin-left: -50px !important;
        margin-right: -50px;
        padding-right: 50px;
    }

    .popup_cart .button_block {
        width: 45% !important;
        float: left;
        margin-top: 10px !important;
        margin-left: 5%;
    }


    .next_cart {
        position: relative !important;
        opacity: 1 !important;
        float: right;
        width: 40% !important;
        margin-top: 10px;
    }

    .name_zakaz {
        clear: both;
        display: block;
    }

    .proekti .entries-carousel__item {
        width: 31.0% !important;
        padding: 0 !important;
        margin: 14px !important;
    }

    .proekti .entries-carousel__item:first-child {
        margin-left: 0px;
        border-left: none;
        padding-left: 0;
    }

    .entries-carousel__item {
        display: inline-block;
        line-height: 1.7143;
        max-width: 240px;
        vertical-align: top;
        white-space: normal;
        width: 40.7%;
        padding: 20px 18px;
    }

    .kontakt .entries-section {
        margin-top: 10px;
        margin-bottom: 30px;
        padding: 10px 40px;
        padding-bottom: 0;
    }

    .price-block__wrapper .count-widget {
        float: left;
        margin: 10px;
        margin-left: -5px;
        margin-right: 30px;
    }

    .price-block__wrapper .availability {
        margin-top: 20px;
        float: left;
        margin-right: 0;
    }

    .price-block__wrapper .price-block__price {
        float: right;
        margin: 0;
        padding: 0 10px;
    }

    .price-block__one-click {
        text-align: right;
        float: right;
    }

    .price-block__one-click .button_link {
        text-align: left;
    }

    .price-block__buy {
        width: 160px;
        float: left;
    }

    .id {
        padding: 40px 20px !important;
    }

    .map_kotakti {
        margin-right: -40px;
        margin-left: -50px;
        display: block;
        overflow: hidden;
        height: 600px;
    }

    .karta img {
        border-style: none;
        max-width: none;
        max-height: 100%;
    }

    .slider {
        position: relative;
        overflow: hidden;
        max-width: 1470px;
    }

    .entr-carousel {
        position: relative;
        overflow: hidden;
        max-width: 1470px;
    }

    .slider__wrapper {
        display: flex;
        transition: transform 0.6s ease;
    }

    .carousel__wrapper {
        display: flex;
        transition: transform 0.6s ease;
        margin-top: 10px;
    }

    .slider__item {
        flex: 0 0 32.003333%;
        max-width: 32.003333%;
        margin: 10px;
    }

    .entries-carousel__item {
        flex: 0 0 33.1%;
        max-width: 33%;
    }

    .slider__control_left {
        left: 0;
    }

    .slider__control_right {
        right: 0;
    }

    .slider__control::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: transparent no-repeat center center;
        background-size: 100% 100%;
    }

    .slider__control_left::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }

    .slider__control_right::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }

    .scrolled {
        position: fixed;

        z-index: 999;
        width: 100%;
        background: #fff;
        top: 0;
        padding: 20px;
        margin: 0;
        margin-top: 0 !important;
        margin-left: 0 !important;
        left: 0;
        border-bottom: 1px solid #D8DFE3;
        height: auto !important;
    }

    .scrolled .header__bottom_centr {
        /*min-height: 80px;*/
        left: 0;
        height: auto !important;
        max-width: 1470px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .entry__price-col {
        width: auto;
        max-width: 75%;
        min-width: 50%;
        font-weight: bold;
        border: 2px solid #eff2f4;
        height: 45px;
        border-radius: 40px;
        margin: 16px 6px;
        border-right: none;
        padding-left: 15px;
    }

    .entry__buy {
        margin: 10px;
        background-color: #12b993;
        padding: 20px;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        margin: -2px -3px;
        float: right;
        background-image: url(../img/icons/basket_icon_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        margin-left: -18px;
    }

    .entry__price-col [type='button']:hover {
        background-color: #ffffff;
        color: #418ABA;
        background-image: url(../img/icons/basket_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        text-decoration: none;
        border: 1px solid #12b993;
    }

    .fr {
        float: right;
        font-size: 18px;
        margin-top: -4px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

/**
 * Media queries
 */

@media screen and (min-width: 360px) {
    .advantage {
        font-size: 12px;
    }

    .popup_filters .popup__container,
    .popup_sort .popup__container {
        max-width: 550px;
        margin: 0;
        padding: 20px;
    }

    .filter-prop__content [type='text'] {
        float: right;
        margin-top: -6px;
        width: 80%;
        margin-right: 5%;
    }

}

@media screen and (min-width: 480px) {
    .entry__name {
        font-size: 14px;
    }


    .news__info, .blog__info {
    }

    .order-block ~ [type='submit'] {
        max-width: 200px;
    }
}

@media screen and (min-width: 560px) {
    .slide__wrapper {
        max-width: 500px;
    }

    .advantage {
        font-size: 13px;
    }

    .advantage {
        font-size: 13px;
        line-height: 1.3em;
        padding-bottom: 55%;
    }

    .advantage_medium,
    .advantage_large {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 20px;
        padding-bottom: 110%;
    }

    .advantage__text {
        top: 20px;
        left: 15px;
        right: 15px
    }

    .advantage__image {
        max-height: 90%;
    }

    .advantage_medium .advantage__image {
        max-width: 60%;
        bottom: 10px;
    }

    .entries > [class*='col-']:nth-child(n) {
        clear: none;
        margin-top: 0;
    }

    .entries > .col-sm-4:nth-child(n+4) {
        margin-top: 0px;
    }

    .entries > .col-sm-4:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (min-width: 768px) {


    h1,
    .h-h1 {
        font-size: 64px;
    }

    h2,
    .h-h2 {
        font-size: 36px;
    }

    h3,
    .h-h3 {
        font-size: 30px;
    }

    h4,
    .h-h4 {
        font-size: 25px;
    }

    h5,
    .h-h5 {
        font-size: 20px;
    }

    h6,
    .h-h6 {
        font-size: 16px;
    }

    .h1-container .js_history_back {
    }

    .slide {
        line-height: 280px;
    }

    .slide__wrapper {
        max-width: 500px;
        padding: 40px 50px 30px;
    }

    .carousel .owl-dots {
        position: absolute;
        left: 0;
        bottom: 36px;
        text-align: center;
        width: 100%;
        z-index: 2;
    }

    .carousel .owl-dot {
        background: #fff;
        border: 5px solid #000;
        display: inline-block;
        height: 21px;
        margin-left: 16px;
        margin-right: 16px;
        opacity: .2;
        padding: 0;
        vertical-align: top;
        width: 21px;
    }

    .carousel .owl-dot.active {
        opacity: .75;
    }

    .carousel .owl-dot:hover {
        opacity: .5;
    }

    .carousel .owl-dot:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .entries > [class*='col-']:nth-child(n) {
        clear: none;
        margin-top: 0;
    }

    .entries > .col-md-3:nth-child(n+5) {
        margin-top: 0px;
    }

    .entries > .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .pagination {
        margin-top: 20px;
    }

    .load-more input {
        margin-top: 12px;
    }

    .paginator {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 10px;
        text-align: left;
    }

    .paginator .prev,
    .paginator .next {
        position: relative;
        left: auto;
        right: auto;
    }

    .paginator .prev:before,
    .paginator .next:before {
        margin-left: -10px;
        left: 50%;
    }

    .id {
        margin-top: 20px;
    }

    .id h1 {
        margin-top: -5px;
    }

    .price-block {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .id-feature {
        font-weight: 700;
        padding: 16px 0 16px 60px;
        position: relative;
    }

    .id-feature img {
        height: 50px;
        margin-top: -25px;
        position: absolute;
        top: 50%;
        left: 0;
        width: 50px;
    }

    .id-feature p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .id-images__previews {
        float: left;
        width: 60px;
    }

    .id-images__full {
        margin-left: 70px;
    }

    .id-preview {
        cursor: pointer;
        padding: 6px;
        position: relative;
    }

    .id-preview img {
        display: block;
    }


    .id-image, .menu_2 .menu {
        height: 0;
        opacity: 0;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
        visibility: hidden;
    }

    .id-image.visible {
        width: 70%;
    }

    .menu_2 .menu.visible {
        width: 90%;
    }

    .id-image.visible, .menu_2 .menu.visible {
        height: auto;
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 10px;
        columns: 3 12em;
    }

    .id-image img {
        display: block;
    }

    .id-params,
    .id-shipping {
        margin-top: 0;
    }


    .id-params .h-h2,
    .id-text .h-h2,
    .id-shipping .h-h2 {
        margin-top: 20px;
        padding-top: 0;
    }

    .id-shipping {
        border-bottom-width: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .id-shipping__content {
        display: block !important;
    }


}

@media screen and (min-width: 1024px) {

    .menu li:nth-child(2) .menu-l,
    .menu li:nth-child(1) .menu-l{
        max-width: 500px;
        left: auto;
        right: auto;
    }

    .menu > li:nth-child(2) > ul > li,
    .menu > li:nth-child(1) > ul > li{
        display: block;
        width: 100% !important;
    }

    .scrolled .zakaz_tel {
        margin: 0;
    }

    .zakaz_tel:hover {
        color: #FBFBFB;
        text-decoration: underline;
    }

    .zakaz_tel {
        float: right;
        background: #418ABA;
        border-radius: 5px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 15px 30px;
        margin-left: -50px;
        margin-top: -28px;
    }

    .vopros-footer {
        background-image: url(/local/templates/bars/img/pic/fon_2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #418ABA !important;
        color: #fff;
        padding: 6% 0;
        font-size: 15px;
    }

    .vopros-footer h3 {
        font-size: 64px;
        font-weight: 800;
        line-height: 64px;
    }

    .vopros-footer p {
        font-size: 30px;
        margin-top: 0;
        font-weight: 800;
    }

    .form-vopros {
        margin-top: 30px;
    }

    .form-vopros input {
        background: #ffffff2e;
        border: 2px solid #dddfe1ad;
        box-sizing: border-box;
        border-radius: 5px;
        display: inline-block;
        margin: 10px 10px 10px 0;
        padding: 15px 20px;
        float: none;
        width: 48%;
        color: #fff;
    }

    .form-vopros input::placeholder {
        color: #fff !important;
    }

    .form-vopros .button_block {
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 5px;
        color: #fff;
        background: none;
        padding: 15px 40px;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        margin: 20px 0 5px 0;
        display: block;
        width: 98%;
        text-align: center;
    }

    .menu_2 {
        position: absolute;
        margin-left: 300px;
        margin-top: 20px;
        max-width: 1000px;
        top: 0;
        width: 98%;
    }

    .menu a {
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        margin-right: 20px;
        align-items: center;
        text-transform: uppercase;
        color: #373C41;
        height: 36px;
        display: inline-block;
    }

    .tegi {
        max-width: 1470px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tegi a {
        margin-right: 20px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #418ABA;
    }

    .scrolled .menu a {
        height: 44px !important;
    }

    .scrolled .menu .menu-l a {
        height: auto !important;
    }

    .menu a:hover {
        border-bottom: 10px solid;
        display: inline-block;
        color: #418ABA;
        text-decoration: none;
        position: relative;

        /*z-index: 99999;*/
    }

    .menu .menu-top:hover a.nav_a {
        border-bottom: 10px solid;
        background-image: url(../img/pic/arr_m2.png);
        margin-bottom: -5px;
        z-index: 99999;
        position: relative;
        color: #418ABA;
    }

    .nav_a {
        background-image: url(../img/pic/arr_m.png);
        padding-right: 30px;
        background-position: right top;
        background-repeat: no-repeat;
    }

    .nav_a:hover {
        background-image: url(../img/pic/arr_m2.png);
    }

    .menu-top .menu-l {
        display: none;
        background: #F5F5F5;
        padding: 22px;
    }

    .menu-top:hover .menu-l {
        display: block;
        position: absolute;
        z-index: 999;
        left: 0;
        width: 100%;
    }

    .menu-top {
        display: inline-block;
    }

    .menu-top .menu-l a {
        display: block;
        width: 45%;
        margin: 1px 2%;
        height: auto;
        float: left !important;
        padding: 16px 30px;
        border: none;
        float: none;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        text-transform: none;
        line-height: 120%;
        align-items: center;
        letter-spacing: -0.01em;
    }

    .menu-top .menu-l a:hover {
        background-image: url(../img/icons/menu_l.svg);
        background-position: right;
        background-repeat: no-repeat;
        color: #FFFFFF;
    }

    .top-des h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 300;
        font-size: 64px;
        line-height: 100%;
    }

    h1,
    .h-h1 {
        font-size: 54px;
        margin-left: -2px;
        line-height: 54px;
    }

    main h1 {
        max-width: 1470px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 20px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 64px;
        line-height: 100%;
        color: #373C41;margin-bottom: 30px;
    }

    h2,
    .h-h2 {
        font-size: 36px;
    }

    h3,
    .h-h3 {
        font-size: 30px;
    }

    body {
        position: relative;
    }

    .header {
        background-color: transparent;
        position: static;
        height: auto;
        box-shadow: 0px 4px 10px rgba(0, 5, 47, 0.03), 0px 15px 30px rgba(1, 0, 45, 0.06);

    }

    main {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .menu-button {
        display: none;
    }

    .logo {
        background-image: url(../img/pic/logo.png);
        display: block;
        max-width: 84px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        height: 62px;
        margin-top: 8px;
        width: 84px;
        float: left;
    }

    .header__top,
    .header__bottom {
        margin-left: 360px;
    }

    .header__top {
        margin-top: -5px;
        height: 40px;
        padding: 0;
        margin-bottom: 0px;

    }

    .top_map {
        float: left;
        background: url(../img/icons/address.svg) no-repeat left;
        padding-left: 25px;
        margin: 0 10px;
    }

    .header__bottom {
        height: 40px;
        margin-top: 15px;
        padding-left: 10px;
    }

    .header__bottom .header__phone {
        float: left;
        position: absolute;
        top: 10px;
    }

    .cart-link {
        float: right !important;
    }

    .header__phone,
    .cart-link {
        float: left;
        height: auto;
        line-height: 24px;
        overflow: visible;
        padding-left: 0px;
        position: relative;
        top: auto;
        right: auto;
        text-indent: 0;
        width: auto;
        padding-top: 8px;
    }

    .header__phone a,
    .cart-link {
        color: inherit;
        text-decoration: none;
    }

    .cart-link:before {
        margin-left: 0;
        left: 0;
    }

    .header__phone p,
    .header__phone a {
        height: auto;
        width: auto;
    }

    .header__phone a {
        font-weight: 600;
        font-size: 16px;
        color: #373C41;
        line-height: 20px;
        margin-right: 30px;
    }

    .mail_top {
        color: #418ABA !important;
        font-weight: 500 !important;
        text-decoration: underline !important;
        margin-left: 13px;
    }

    .nav {
        background-color: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 1;
        padding-bottom: 0;
        position: static;
        left: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: auto;
    }

    .nav__wrapper {
        height: auto;
        position: static;
    }

    .nav__level:not([data-id='0']) {
        display: none;
    }

    .nav__level {
        background-color: transparent;
        height: auto;
        padding-bottom: 0;
        position: static;
        overflow-y: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: auto;
    }

    .nav__header {
        display: none;
    }

    .desktop-nav {
        background: #FFFFFF;
        border: 1px solid #D8DFE3;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        opacity: 0;
        position: absolute;
        top: 62px;
        left: -200%;
        margin-left: -310px;
        -webkit-transform: translatey(-20px);
        -moz-transform: translatey(-20px);
        -ms-transform: translatey(-20px);
        -o-transform: translatey(-20px);
        transform: translatey(-20px);
        z-index: 200;
        width: 98%;
        max-width: 1455px;
    }

    .desktop-nav .close {
        float: right;
        background: url(../img/pic/close.png) no-repeat center;
        width: 32px;
        height: 32px;
        margin: 30px;
        cursor: pointer;
        z-index: 99999;
        position: relative;
    }

    .desktop-nav.visible {
        left: auto;
        opacity: 1;
        position: fixed;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        z-index: 99999;
    }

    .desktop-nav__wrapper {
        background-color: #f6f8fa;
        width: 310px;
        border-radius: 20px 0 0 20px;
    }

    .desktop-nav__content {
        max-width: 1420px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0 40px 40px;
        text-align: justify;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    }

    .desktop-nav__content:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .nav__list {
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }

    .nav__list:last-child li {
        padding-left: 30px;
        padding-right: 0;
    }

    .nav__list a {
        padding: 0;
        text-decoration: none;
        font-weight: bold;
    }

    .nav__list li:hover {
        display: block;
        background: url(../img/pic/Rectangle.png) no-repeat right;
    }

    .nav__list li {
        width: 326px;
        height: 60px;
        line-height: 40px;
        /* margin: 0; */
        margin-left: -20px;
        padding-left: 20px;
        margin-bottom: -20px;
        padding-top: 6px;
    }

    .nav__list a:hover {
        text-decoration: none;
        color: #418ABA;
    }

    .nav__show-level {
        display: none;
    }

    .top-menu {
        line-height: 18px;
        margin-top: 8px;
        margin-right: 30px;
        text-align: justify;
        position: relative;
        float: right;
    }

    .top-menu:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .top-menu li {
        display: inline-block;
        line-height: inherit;
        padding: 0;
        vertical-align: top;
    }

    .top-menu a {
        font-weight: 600;
        text-decoration: none;
    }

    .top-menu a:hover {
        text-decoration: underline;
    }

    .nav-trigger {
        float: left;
        padding: 8px 0 8px 62px;
        text-align: left;
        width: 150px;
        font-weight: 900;
        cursor: pointer;
    }

    .top_map .nav-trigger {
        padding: 2px;
        text-decoration: none;
    }

    [type='button'].nav-trigger {
        background-color: unset !important;
        border: 1px solid;
    }

    .nav-trigger:before {
        left: 34px;
    }

    .nav-trigger .ic {
        padding-left: 0;
    }

    .nav-trigger .ic:before {
        content: none;
    }

    .cart-link {
        line-height: 24px;
        margin-top: 4px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .cart-link__count {
        background-color: #418ABA;
        color: #ffffff;
        display: block;
        float: left;
        font-size: inherit;
        position: relative;
        font-size: 10px;
        line-height: 14px;
        z-index: 999;
        margin-left: -14px;
        margin-top: -14px;
        padding: 2px 3px;
        margin-right: 6px;
        border: 2px solid #faf9f7;
    }

    .cart-link > span {
        font-weight: 700;
    }

    .search {
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-left: 185px;
        margin-right: 200px;
        opacity: 1;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: auto;
        z-index: auto;
    }

    .search__input {
        padding-left: 15px;
    }

    .search__submit {
        top: 0;
        right: 0px;
    }

    .slide {
        font-size: inherit;
        line-height: 520px;
    }

    .slide__wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 870px;
        padding-top: 48px;
        padding-bottom: 60px;
    }

    .slide__content {
        line-height: 1.7143;
        margin-left: auto;
        margin-right: auto;
        max-width: 632px;
    }

    .slide .h-h2 {
        margin-bottom: 16px;
    }

    .slide [type='button'],
    .slide button,
    .slide .button {
        display: inline-block;
        margin-top: 20px;
        min-width: 190px;
    }

    .sales {
        background: #faf9f7;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sales .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .sales .row > div {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sales .row > div:first-child {
        width: 28%;
    }

    .sales .row > div:nth-child(n+2) {
        width: 36%;
    }

    .sales .h-h2 {
        line-height: 1.3em;
        margin-top: 30px;
        margin-bottom: 0;
        max-width: 280px;
        padding-left: 0;
        padding-right: 44px;
    }

    .sales .h-h2:before {
        margin-top: 0;
        top: auto;
        left: auto;
        right: 0;
        bottom: 9px;
    }

    .sale {
        background-position: top left;
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        display: block;
        font-weight: 700;
        min-height: 400px;
        position: relative;
        width: 100%;
        border-radius: 4px;
    }

    .sale__content {
        display: table-cell;
        padding-left: 40px;
        padding-right: 20px;
        vertical-align: middle;
    }

    .sale__link {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .sale .h-h2 {
        color: #F14040;
        line-height: 1em;
        margin-top: 0;
        max-width: none;
        padding-right: 0;
    }

    .sale p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .cols-container {
        padding-top: 10px;
    }

    .cols-container__left {
        width: 31%;
    }

    .cols-container__right {
        width: 69%;
    }

    .h1-container .js_history_back ~ h1 {
        margin-left: 0;
    }

    .h1-container .desktop-sort ~ h1 {
        margin-right: 320px;
    }

    .desktop-sort {
        float: right;
        margin-top: 36px;
        position: relative;
        white-space: nowrap;
    }

    .desktop-sort .button_transparent.active {
        background-image: url(../img/icons/vector2.svg);
    }

    .desktop-sort .button_transparent {
        border: 2px solid #d0d0d0;
        background-image: url(../img/icons/vector.svg);
        background-repeat: no-repeat;
        background-position: 92%;
        background-position-y: 10px;
        height: auto;
        line-height: 20px;
        margin-left: 12px;
        padding-left: 0;
        width: auto;
        border-color: #D8DFE3;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 48px !important;
        padding: 7px 20px;
        box-shadow: inset 0px 4px 15px rgba(11, 44, 87, 0.1);
        border-radius: 20px;
        color: black;
        cursor: pointer;
    }

    .desktop-sort .ic:hover,
    .desktop-sort .ic.active {
    }

    .desktop-sort .ic:before {
        left: auto;
        right: 6px;
        -webkit-transition: -webkit-transform .2s;
        -moz-transition: -moz-transform .2s;
        -o-transition: -o-transform .2s;
        transition: transform .2s;
    }

    .desktop-sort .ic.active:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .desktop__sort-list {
        background-color: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
        margin-top: 0;
        margin-bottom: 0;
        opacity: 0;
        position: absolute;
        top: -900px;
        right: 0;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: -webkit-transform .2s, opacity .2s, top 0s .2s;
        -moz-transition: -moz-transform .2s, opacity .2s, top 0s .2s;
        -o-transition: -o-transform .2s, opacity .2s, top 0s .2s;
        transition: transform .2s, opacity .2s, top 0s .2s;
        width: 180px;
        z-index: 10;
    }

    .desktop__sort-list.visible {
        opacity: 1;
        top: 32px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: -webkit-transfrom .2s, opacity .2s;
        -moz-transition: -moz-transfrom .2s, opacity .2s;
        -o-transition: -o-transfrom .2s, opacity .2s;
        transition: transfrom .2s, opacity .2s;
    }

    .filters {
        background: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        opacity: 1;
        border-radius: 4px;
        padding-bottom: 0;
        position: static;
        top: auto;
        left: auto;
        width: auto;
        z-index: auto;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    }

    .filters:before {
        content: none;
    }

    .filters .popup__container {
        background-color: transparent;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
        padding: 0;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: auto;
    }

    .filter-prop {
        background-color: #fff;
        border-top-width: 0;
        padding: 6px 20px;
    }

    .filter-prop:last-child {
        border-bottom-width: 0;
    }

    .filter-prop ~ .filter-prop {
        margin-top: 2px;
    }

    .filter-prop__name:before {
        margin-top: -7px;
    }

    .filter-prop__content {
        padding-top: 10px;
    }

    .menu-mobi .js_accordeon_block .filter-prop__content p, .menu-mobi .js_accordeon_block .filter-prop__content a {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
    }


    .filter-prop__more {
        position: relative;
        top: 10px;
    }

    .filter__more-props {
        background-color: #faf9f7;
        display: block;
        height: 60px;
        margin-top: 2px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        width: 100%;
    }

    .filter__more-props:hover {
    }

    .filter__more-props ~ div,
    .filter__more-props ~ a,
    .filter__more-props ~ p,
    .filter__more-props ~ span,
    .filter__more-props ~ button,
    .filter__more-props ~ input,
    .filter__more-props ~ select,
    .filter__more-props ~ textarea,
    .filter__more-props ~ label {
        display: none;
    }

    .categories-links {
        background-color: #faf9f7;
        margin-bottom: 30px;
        padding: 20px;
    }

    .categories-links a {
        color: inherit;
        display: inline-block;
        margin-right: 8px;
        vertical-align: top;
    }

    .categories-links button ~ a {
        display: none;
    }

    .entries > [class*='col-']:nth-child(n) {
        clear: none;
        margin-top: 0;
    }

    .entries > .col-lg-3:nth-child(n+5),
    .entries > .col-lg-4:nth-child(n+4) {
        margin-top: 0px;
    }

    .entries > .col-lg-3:nth-child(4n+1),
    .entries > .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .entries {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 30px;
    }

    .entries .col-lg-3 {
        border-top: 2px solid #eff2f4;
        padding: 20px 24px;
        border-left: 2px solid #eff2f4;
    }

    .entries .col-lg-3:hover {
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    }

    .entries > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .label {
        display: block;
        min-width: 70px;
        left: -5px;
        border-radius: 20px;
        padding: 5px 12px;
        text-align: center;
    }

    .skidka {
        min-width: 50px;
        height: 50px;
        width: 50px;
        margin-top: -20px;
        border-radius: 100px;
        padding: 3px;
        text-align: center;
        line-height: 44px;
    }

    .label + .label {
        top: 50px;
        background-color: #2ac09e;
    }

    .entry__name {
        margin-top: 3px;
        min-height: 200px;
    }

    .entry__name h4 {
        font-size: 16px;
        margin-top: 2px;
    }

    .entry__name p {
        font-size: 13px;
        margin-top: 5px;
        line-height: 16px;
    }

    .entry__price-col {
        font-size: 24px;
        margin-top: 18px;
    }

    .entr-slaid {
        margin: 52px auto;
        background: WHITE;
        border-radius: 5px;
        margin-bottom: 70px;
    }

    .entries-section {
        margin: 52px auto;
        background: WHITE;
        border-radius: 5px;
    }

    .entries-section__title,
    .categories-section__title {
    }

    .entries-section .h-lines {
        padding-left: 2em;
        padding-right: 2em;
    }

    .entries-section .h-h2:before,
    .entries-section .h-h2:after {
        content: '';
    }

    .entries-carousel,
    .entries-section .entries {
        margin-top: 20px;
    }

    .entries-carousel__wrapper {
        max-width: none;
        overflow-y: auto;
    }

    .entries-carousel__item {
        display: block;
        float: left;
        max-width: none;
        padding-left: 14px;
        padding-right: 10px;
        width: 20%;
    }

    .entries-carousel__item:nth-child(n) {
        margin-left: 0;
        margin-right: 0;
    }

    .entries-carousel__item:nth-child(n+5) {
        margin-top: 0px;
    }

    .pagination {
        margin-top: 30px;
    }

    .advantages {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .advantage {
        font-size: 19px;
        padding-bottom: 160px;
    }

    .advantage_medium,
    .advantage_large {
        height: auto;
        padding-bottom: 344px;
    }

    .advantage_medium .advantage__image,
    .advantage_large .advantage__image {
        max-height: 70%;
    }

    .advantage__text {
        padding-left: 35px;
        top: 32px
    }

    .advantage__text:before {
        background-color: #232727;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        top: .7em;
        left: 0;
        width: 20px;
    }

    .categories-section {
        padding-top: 35px;
        padding-bottom: 27px;
    }

    .categories-section:last-child {
        padding-bottom: 50px;
    }

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

    .categories-section .row > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .small-category {
        margin-top: 35px;
        text-align: center;
    }

    .small-category:nth-child(n+7) {
        margin-top: 65px;
    }

    .small-category:nth-child(6n+1) {
        clear: left;
    }

    .small-category img {
        vertical-align: top;
        height: 108px;
    }

    .small-category a {
        color: #232727;
    }

    .small-category__count {
        color: #979797;
    }

    .category-text {
        padding-top: 20px;
    }

    .index-text,
    .module-text {
        margin-top: 70px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: inline-block;
    }

    .module-text p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .module-text .ic {
        margin-top: 20px;
    }

    .id__left {
        padding-right: 30px;
    }

    .price-block {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .module-text .ic:before {
        margin-top: 0;
        top: 3px;
    }

    .price-block__buy input {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .price-block__price {
        padding-bottom: 8px;
    }

    .id-features {
        margin-top: 60px;
        padding-left: 40px;
    }

    .id-images__previews {
        width: 110px;
    }

    .id-images__full {
        margin-left: 120px;
    }

    .id-preview {
        padding: 10px;
    }

    .id-images + div {
        border-top: 1px solid #ececec;
        margin-top: 40px;
        padding-top: 1px;
    }

    .id-param {
        margin-top: 20px;
    }

    .id-entries .entries-section__title {
        text-align: left;
    }

    .slider-wrap {
        width: 260px;
        margin: auto;
        margin-top: 30px;
    }

    #slider {
        margin-bottom: 20px;
    }

    .slider-wrap .values {
        padding-left: 0px;
        margin-left: -8px;
    }

    .values input {
        width: 90px;
        float: right;
        padding: 5px;
        border: 1px solid #ddd;
        color: #222;
        font-size: 1.1em;
        text-align: center;
        font-family: "Exo 2", sans-serif;
    }

    .ui-slider {
        width: 240px;
        height: 5px;
        margin-left: 10px;
        border: 1px solid #ddd;
        height: 5px;
        background-color: #fefefe;
        outline: none;
        display: block;
        position: relative;
        border-radius: 2px;
        box-shadow: 0 1px 1px #fff, inset 0 1px 1px #ddd;
    }

    .ui-slider .ui-slider-handle {
        border-radius: 10em;
        top: 0;
        position: absolute;
        z-index: 2;
        width: 12px;
        height: 12px;
        top: -5px;
        margin-left: -10px;
        outline: none;
        cursor: pointer;
        background-color: #418ABA;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 1;
        font-size: 0.7em;
        display: block;
        border: 0;
        background-color: #418ABA;
        opacity: 0.8;
    }

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

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

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

    .switch-wrap {
        margin-top: 30px;
    }

    .switch {
        position: relative;
        width: 55px;
    }

    .switch label {
        width: 55px;
        height: 23px;
        position: absolute;
        background-color: #999;
        top: 0;
        left: 0;
        border-radius: 50px;
    }

    .switch input[type="checkbox"] {
        visibility: hidden;
    }

    .switch label:after {
        content: "";
        width: 21px;
        height: 21px;
        border-radius: 50px;
        position: absolute;
        top: 1px;
        left: 1px;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        background-color: white;
    }

    .switch input[type="checkbox"]:checked + label {
        background-color: green;
        opacity: 0.8;
    }

    .switch input[type="checkbox"]:checked + label:after {
        left: 33px;
    }

    .id-entries .entries-carousel {
        margin-top: 0px;
    }

    .id-related a {
        color: inherit;
        display: inline-block;
        margin-right: 8px;
    }

    .id-related button ~ a {
        display: none;
    }

    .order-complete {
        border-top: 1px solid #ececec;
        margin-top: 5px;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .order-complete p {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .news, .blog {
        margin-top: 0;
    }

    .news ~ .news, .blog ~ .blog {
        margin-top: 30px;
    }

    .blog__anons {
        height: 160px;
        overflow: hidden;
    }

    .news__info, .blog__info {
    }

    .news__anons, .blog_anons {
        margin-top: 20px;
    }

    .side-menu {
        background-color: #faf9f7;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 30px;
    }

    .side-menu li {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .side-menu li:before {
        content: none;
    }

    .cart-page {
        background-color: #faf9f7;
        padding-bottom: 66px;
    }

    .header_cart .header__top {
        border: none;
    }

    .cart-page .order-form .button_block {
        float: right;
    }

    .cart-page .h1-container {
        border-top: 1px solid #ececec;
        padding-top: 15px;
    }

    .cart-back {
        display: inline-block;
        float: left;
        margin-top: 23px;
        vertical-align: top;
        padding-left: 28px;
        font-size: 15px;
        text-decoration: none;
        color: #173678;
    }

    .cart-page .h1-container h1 {
        margin-top: 0;
    }

    .h1-container .cart-back ~ h1 {
        margin-left: 228px;
    }

    .order-block:nth-child(n) {
        background-color: #fff;
    }

    .order-block {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 35px 35px 30px;
    }

    .order-block:nth-child(n) ~ [type='submit'] {
        margin-top: 20px;
    }

    .cart-table {
        background-color: #fff;
        margin-left: 0;
        margin-right: 0;
        padding: 30px 35px;
    }

    .cart-head {
        color: #919494;
        letter-spacing: .44px;
        display: table;
        width: 100%;
    }

    .cart-head__col {
        display: table-cell;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .cart-head__col:not(:last-child) {
        border-right: 1px solid #ececec;
    }

    .cart-head__col:nth-child(2),
    .cart-row__col-price {
        width: 160px;
    }

    .cart-head__col:nth-child(2),
    .cart-head__col:nth-child(4),
    .cart-row__col-price,
    .cart-row__col-sum {
        padding-left: 20px;
    }

    .cart-head__col:nth-child(3),
    .cart-row__col-count {
        text-align: center;
        width: 120px;
    }

    .cart-head__col:nth-child(4),
    .cart-row__col-sum {
        width: 170px;
    }

    .cart-head__col:nth-child(5),
    .cart-row__col-remove {
        width: 40px;
    }

    .cart-row {
        display: table;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        width: 100%;
    }

    .cart-row__col {
        display: table-cell;
        padding-top: 20px;
        padding-bottom: 20px;
        vertical-align: middle;
    }

    .cart-row__col-img {
        float: none;
        width: 80px;
    }

    .cart-row__col-name,
    .cart-row__col-price,
    .cart-row__col-count,
    .cart-row__col-sum {
        border-right: 1px solid #ececec;
    }

    .cart-row__col-name {
        font-size: inherit;
        margin-left: 0;
        padding-left: 30px;
    }

    .cart-row__col-price,
    .cart-row__col-sum {
        font-size: 24px;
        font-weight: 600;
    }

    .cart-row__col-sum,
    .cart-row__col-remove {
        position: relative;
        top: auto;
        right: auto;
    }

    .cart-table__total {
        font-size: inherit;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 77px;
    }

    .cart-table__total .bold {
        font-size: 24px;
        font-weight: 600;
        padding-left: 10px;
        vertical-align: middle;
    }

    .desktop-footer {
        background-color: #f5f5f5;
        color: #3A4346;
        line-height: 1.29;
        padding-top: 36px;
        padding-bottom: 36px;
        font-size: 15px;
    }

    .desktop-footer ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .desktop-footer li {
        margin-top: 14px;
        padding-left: 0;
        background: none;

        text-transform: uppercase;
        font-weight: 800;
    }

    .desktop-footer li:before {
        content: none;
    }

    .desktop-footer .menu_f {
        margin-left: -30px;
        margin-right: -30px;
    }

    .desktop-footer .right_f {
        padding-left: 50px !important;
        font-weight: 600;
    }

    .desktop-footer .left_f {
        padding-right: 20px;
        margin-right: 0px;
        margin-left: 40px;
    }

    .desktop-footer .left_f p {
        margin-top: 14px;
        padding-left: 0;
    }

    .desktop-footer .col-lg-2, .desktop-footer .col-lg-3, .desktop-footer .col-lg-4, .desktop-footer .col-lg-5 {
        padding: 30px 0;
    }


    .footer__col {
        float: left;
    }

    .footer__col:first-child {
        width: 18.6%;
    }

    .footer__col:nth-child(2) {
        width: 42.4%;
    }

    .footer__col:nth-child(2) [class*='col-'] {
        padding-right: 5%;
    }

    .footer__col:nth-child(3) {
        padding-right: 6%;
        width: 20%;
    }

    .footer__col:nth-child(4) {
        width: 19%;
    }

    .footer__title {
        color: #fadc92;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .footer__copyright strong {
        font-size: 20px;
    }

    .footer__copyright {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .desktop-footer a {
        color: #373c41 !important;
    }

    .footer__copyright p,
    .footer .ic p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer__author {
        margin-top: 50px;
    }

    .footer .ic {
        line-height: 1.5;
        margin-top: 20px;
    }

    .footer .ic:before {
        margin-top: 0;
        top: 0;
    }

    .footer .ic_phone a {
        font-weight: 600;
        text-decoration: none;
    }

    .socials {
        margin-left: -5px;
        margin-right: -5px;
        padding-top: 25px;
    }

    .socials li {
        float: left;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .socials a {
        background: url('../img/icons/socials.svg') no-repeat;
        -webkit-background-size: 30px 60px;
        -moz-background-size: 30px 60px;
        -o-background-size: 30px 60px;
        background-size: 30px 60px;
        display: block;
        height: 30px;
        overflow: hidden;
        opacity: .2;
        text-indent: 150%;
        white-space: nowrap;
        width: 30px;
    }

    .socials a:hover {
        opacity: 1;
    }

    .socials [href*='instagram'] {
        background-position: 0 -30px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
    }
}

@media screen and (min-width: 1280px) {
    .top_map {
        float: left;
        background: url(../img/icons/address.svg) no-repeat left;
        padding-left: 25px;
        margin-left: -2px;
        padding-top: 4px;
        margin-top: 2px;
    }

    .cart-link,
    .header__phone {
        padding-left: 0px;
    }

    .nav-trigger .ic {
        display: block;
    }

    .nav-trigger .ic:before {
        content: '';
        opacity: .2;
        left: auto;
        right: 15px;
    }

    .cols-container__left {
        padding-right: 30px;
        width: 27%;
    }

    .cols-container__right {
        width: 73%;
    }

    .cols-container__right + .cols-container__left {
        padding-left: 30px;
        padding-right: 10px;
    }

    .entry .count-widget {
        display: inline-block;
        margin-top: 29px;
    }

    .price-block .count-widget {
        display: inline-block;
        margin-top: 19px;
    }

    .entry__price-col {
        padding-right: 0;
    }

    .entry__buy-col {
        padding-left: 0;
    }

    .price-block__buy {
        width: 160px;
    }

    .price-block__one-click {
        text-align: right;
    }
}

@media screen and (min-width: 1580px) {
    .menu-top:hover .menu-l {
        display: block;
        position: absolute;
        z-index: 999;
        left: 10%;
        width: 100%;
        max-width: 1470px;
    }
}

@media screen and (max-width: 1441px) {
    .container {
        padding: 0 5px;
        width: 100%;
    }

    .menu a {
        margin-right: 12px !important;
    }
}

@media screen and (max-width: 1380px) {
    .container {
        padding: 0 5px;
        width: 100%;
    }

    .menu a {
        margin-right: 12px !important;
        font-size: 12px;
    }
}

@media screen and (min-width: 1320px) {
    .cols-container__left {
        width: 25.6%;
    }

    .cols-container__right {
        width: 74.4%;
    }
}


.slider__control_show {
    display: flex;
    border-radius: 40px;
    border: 1px solid #418ABA;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
}

.slider__control:hover {
    color: #fff;
    border-radius: 40px;
    border: 1px solid #418ABA;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.top_user {
    position: relative;
    background: url(../img/icons/person.svg) no-repeat left;
    padding-left: 25px;
    float: right;
    top: 5px;
    /* right: 34px; */
    display: block;
}

.logo_text span {
    opacity: 0.4;
}


.entry__price-col .ic_cart:before {
    background: none;
}

.header__bottom .ic_cart:before {
    background: url(../img/icons/basket_icon.svg) no-repeat 0 -5px;
}

.sales1 {
    margin: 10px auto;
}

.grup_gl {
    background: #F5F5F5;
    width: 100%;
    max-width: 100%;
    padding: 10px 50px;
    margin-bottom: 50px;
}

.grup_gl .col-lg-4:first-child {
    border-left: none;
}

.grup_gl .col-lg-4 {
    padding: 44px 3%;
}

.cols-container__right {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.vse_kat {
    float: left;
    text-decoration: none;
    margin: 0 15px;
}

.sk_kat {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin: 4px 10px;
    opacity: 0.3;
}

.entries-section__title {
    height: 50px;
}

.kat_top a {
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    line-height: 100%;
    color: #3A4346;
    display: flex;
    margin: 16px 0;
}

.button_outfiltr {
    margin-bottom: 20px;
    height: 50px;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #D8DFE3;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 50px;
}

.name__menu {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #418ABA;
}

.date {
    margin-top: 12px;
    display: inline-block;
    margin-right: 40px;
    color: #3A4346;
    opacity: 0.4;
}

.pagination {
    margin-bottom: 10px;
}

.txt_blog {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 50px;
}

.txt {
    padding: 0 !important;
}

.param__akt {
    margin-bottom: 30px;
}

.param_on {
    color: #3A4346;
    background-color: #D8DFE3;
    border-radius: 100px;
    padding: 3px;
    padding-right: 10px;
    padding-left: 12px;
    line-height: 22px;
    font-size: 12px;
    text-decoration: none;
    display: inline-table;
    margin: 5px 0;
}

.param_on:before {
    background-image: url(../img/icons/close_1.svg);
    background-position: right;
    background-repeat: no-repeat;
    content: ' ';
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 2px;
}

.dostavka {
    display: block;
    min-height: 50px;
}

.top_map1 a {
    background-image: url(../img/icons/Vector.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-color: #fff;
    border: 2px solid #eff2f4;
    box-sizing: border-box;
    border-radius: 25px;
    display: inline-grid;
    font-family: inherit;
    line-height: 18px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 14px 20px;
    width: 62%;
    box-shadow: inset 0px 4px 15px rgba(11, 44, 87, 0.1);
}

.dostavka .button_outfiltr {
    margin: 5px auto;
    max-width: 100%;
    width: 100%;
}

.order-block {
    display: flow-root;
}

.zakaz_id .zakazi .h-h3 {
    margin: 20px 40px;
    font-size: 24px;
}

.zakaz_id .status {
    margin: 0 30px;
}

.zakaz_id .entries-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.zakaz_id .order-block {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 60px;
    border-radius: 4px;
}

.uslovie {
    font-size: 12px;
    line-height: 32px;
}

.red {
    color: red;
    font-size: 12px;
}

.order-block {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 40px;
    border-radius: 4px;
}

.recept {
    background-position: left;
    background-image: url(../img/icons/subtract.svg);
    background-repeat: no-repeat;

    padding-left: 28px;
    font-weight: bold;
    font-size: 15px;
    line-height: 32px;
    color: #418ABA;
}

.cart-row .recept {
    background: url(../img/icons/subtract.svg) no-repeat left;
    padding-left: 28px;
    font-weight: 100;
    font-size: 12px;
    margin-right: -8%;
    line-height: 32px;
    color: #418ABA;
}

.analog {
    display: block;
    margin: 20px 0px;
    font-size: 18px;
    line-height: 140%;
}

.status_up {
    background: #418ABA;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 20px;
    margin-left: 10px;
}

.status {
    border-bottom: 2px solid #eff2f4;
}

.status {
    margin: 0 40px;
}

.zakazi .h-h3 {
    margin: 20px 40px;
    font-size: 20px;
}

.zakazi .analog {
    margin: 30px 30px;
}

.zakazi {
    margin: 20px 0;
}

.analog a {
    text-decoration: none;
    font-weight: bold;
}

.izmenit {
    background: url(../img/pic/change.png) no-repeat left;
}

.povtor {
    background: url(../img/icons/povtor.svg) no-repeat left;
}

.otmena {
    background: url(../img/icons/close-cart.svg) no-repeat left;
}

.izmenit, .povtor, .otmena {
    padding-left: 30px;
    font-weight: bold;
    margin-left: 30px;
    text-decoration: none;
}

.zakazi_s {
    margin: 30px 20px 0 0;
    text-align: right;
    float: right;
}

.map_ad {
    color: #3A4346;
    opacity: 0.4;
    clear: both;
    display: block;
    font-weight: 400;
}

.map_sp {
    padding-left: 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #3A4346;
    opacity: 0.4;
    display: block;
}

.border_l {
    color: #D8DFE3;
    font-size: 20px;
    line-height: 14px;
    font-weight: 100;
    display: inline;
}

.new__price {
    color: #418ABA;
}

.adres {
    background: #FBFBFB;
    padding: 0;
    margin: 0;
}

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

.adres_apteki {
    background: #F4F7F9;
    display: inline-block;
    height: 575px;
    overflow: hidden;
    overflow-y: scroll;
}

.ap_id {
    padding: 10px;
    line-height: 17px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.vibor {
    margin: 4px;
    height: 50px;
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #D8DFE3;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 50px;
}

.scroll {
    height: 220px;
    overflow: hidden;
    overflow-y: scroll;
    margin-right: 4.5px;
}

.sp_id {
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    margin: 10px 21px 10px 0;
    letter-spacing: 0.44px;
    color: #D8DFE3;
    margin-bottom: 4px;
    display: inline-block;
}

.left_id {
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    color: #D8DFE3;
    float: left;
    padding-right: 40px;
}

.sp_li {
    display: flex;
    margin-top: 40px;
    width: 100%;
    border-top: 2px solid #eff2f4;
    padding-top: 40px;
    padding-left: 50px;
}

.right_id a {
    clear: both;
    display: block;
    width: 96%;
    padding: 6px 2px;
}


.sp_list {
    margin-right: -40px;
    margin-left: -50px;
    margin-top: -20px;
}

.popup_tel form [type='submit'] {
    margin-top: 16px;
}

.but_tel:hover {
    color: #fff;
    text-decoration: none;
}

.popup_apteka .search {
    margin-left: 0;
    margin-right: 0;
}

.submenu {
    display: none;
    background: #444359;
    font-size: 14px;
}


.popup_apteka .popup__container {
    background-color: #fff;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 1470px;
    width: 90%;
    padding: 40px;
    position: relative;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    text-align: left;
    vertical-align: middle;
    border-radius: 20px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar {
    width: 14px;
    padding: 2px;
}

::-webkit-scrollbar-track {
    width: 14px;
    background-color: #D8DFE3;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #418ABA;
    height: 90px;
    width: 14px;
    border-radius: 10px;
}

.slider1 {
    position: relative;
    width: 98%;
    margin: 10px auto;
}

.slider1 input[name="switch"] {
    display: none;
}

.switch {
    position: static;
    left: 0;
    bottom: -40px;
    text-align: center;
    width: 100%;
}

.switch label {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 3px;
    border-radius: 50%;
    background: #173678;
}

#btn1:checked ~ .switch label[for="btn1"] {
    background-color: white;
    border: 3px solid #418ABA;
}

#btn2:checked ~ .switch label[for="btn2"] {
    background-color: white;
    border: 3px solid #418ABA;
}

#btn3:checked ~ .switch label[for="btn3"] {
    background-color: white;
    border: 3px solid #418ABA;
}

.slider-inner {
    overflow: hidden;
}

.slides {
    width: 100%;
    transition: all 0.5s;
    display: flex;
}

.slides img {
    width: 460px;
    height: auto;
    float: left;
    flex: 0 0 100%;
    max-width: 100%;
}


.menu-mobi .svernut {
    background-color: #eaeaeb !important;
    background-image: url(../img/icons/vverh.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-x: 96% !important;
    padding: 5px;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    margin-left: 0px;
    cursor: pointer;
}

.menu-mobi .filter-prop {
    padding: 8px 0px;
    border-top: 1px solid #DDDFE1;
    margin-bottom: 0px;
    display: grid;
}

.menu-mobi .js_accordeon_block {
    padding: 6px 0px;
}

.menu-mobi .js_accordeon_block a {
    clear: both;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}


.desktop-s {
    padding: 20px;
}

.desktop-search {
    display: block;
    position: absolute;
    z-index: 9999;
    max-width: 650px;
    background: #fff;
    margin-top: 10px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.desktop-search:before {
    content: '';
    display: block;
    border-left: 12px solid #fff;
    border-right: 12px solid #fff;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 30px;
    width: 20px;
    height: 20px;
}

.search_id {
    display: table;
    font-size: 15px;
    width: 98%;
}

.search_id img {
    width: 50px;
    height: auto;
    display: block;
    float: left;
    margin: 3px;
    margin-right: 14px;
}

.info_search {
    float: left;
    display: block;
    margin-top: 20px;
    width: 70%;
}

.search_id .cena {
    float: right;
    margin-top: 20px;
    font-weight: bold;
}

.red_border {
    border-color: #FF0004 !important;
}

.red_txt {
    color: #FF0004;
}

.red_w {
    color: #FF0004;
    font-size: 12px;
}

.no_active {
    background: #3A4346;
    opacity: 0.1;
    border-radius: 100px;
}

.search_id .cena {
    float: right;
}

.button_block {
    cursor: pointer;
}

#btn1:checked ~ slider-inner slides {
    transform: translate(0);
}

#btn2:checked ~ .slider-inner .slides {
    transform: translate(-680px);
}

#btn3:checked ~ .slider-inner .slides {
    transform: translate(-1360px);
}

#go-top {
    background-image: url(../img/pic/vector2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 61px;
    height: 61px;
    background-color: #eaeaea94;
    cursor: pointer;
    border-radius: 100px;
    display: none;
}

.form-footer {
    /*display: flex;*/
    max-width: 430px;
}

.form-footer .button_block {
    background: #418ABA;
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 9px;
    margin-top: 10px;
    height: 50px;
}

.form-footer [type='email'] {
    padding: 15px 20px;
    color: #9b9da0;
}

.socseti {
    opacity: 0.2
}

.xz {
    font-weight: bold;
    padding-left: 60px;
    border-left: 5px solid #418ABA;
}

.text-body {
    max-width: 1170px;
    margin: 10px auto;
}

.red-input {
    border-color: red;
}

.b-input {
    padding: 2px 10px;
    border-radius: 14px;
    background: #F5F5F5;
    margin: 20px -10px;
}

form p {
    margin-bottom: 0px;
}

.menu-mobi .text {
    display: none;
}

.menu-mobi .text.visible {
    display: block;
}

.img_label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #373C41;
    opacity: 0.4;
}
@media (min-width: 1922px){
    .header__bottom.scrolled .header__phone {
        margin-left: 15.2%;
    }
    .scrolled .menu{
        margin-left: 15%;
    }
}
@media (max-width: 1921px) and (min-width: 1601px){
    .header__bottom.scrolled .header__phone {
        margin-left: 19.2%;
    }
    .scrolled .menu{
        margin-left: 19%;
    }
}
@media (min-width: 1023px) and (max-width: 1180px){
/*.header {*/
/*    overflow: hidden;*/
/*}*/
.scrolled #vertical-multilevel-menu {
    margin-left: 320px; margin-top: 10px;
}

.zakaz_tel {
 font-size: 11px; padding: 15px 10px;
}


}

@media (min-width: 1023px) and (max-width: 1108px){
.header__top, .header__bottom {
    margin-left: 330px;
}
}
.socseti a {
    margin: 3px;
}
.footer__author {
    margin-bottom: 10px;
}