

/* Start:/local/components/cteam/window.review/templates/.default/style.css?17417024541342*/
.modal {
    display: flex;
    padding: 16px;
    webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 12px;
    z-index: 999;
}

.modal.modal--uswindow {
    margin-top: 16px;
    margin-right: 8px;
    right: 0;
    width: 320px;
    height: auto;
    position: fixed;
    background: white;
}
.modal--uswindow .modal__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}
.modal__item--product .product__img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.modal__item--product .product__img img {
    height: 100%;
    position: absolute;
}

.modal--uswindow .modal__item--product {
    display: flex;
    align-items: center;
    gap: 16px;
}
.modal__item--bottom {
    display: flex;
    gap: 8px;
}
.modal__item--bottom .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 8px 16px;
    outline: none;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.btn.btn--accent {
    width: 100%;
    background-color: #745345;
    color: white !important;
}

/* End */


/* Start:/assets/css/reset.css?1741702624771*/
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}input[type=text], textarea{ outline:none;border-radius:0;}
/* End */


/* Start:/assets/css/bootstrap.css?174170262417172*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=39c80e90ef01d33cb9ff)
 * Config saved to config.json and https://gist.github.com/39c80e90ef01d33cb9ff
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}*/
.container ,
form#sendFilterForm .bx-breadcrumb,
form#sendFilterForm .wallpaper_for_walls,
.l_oboi_text_box,
#pers_b_now{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.l_oboi_text_box{
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .container ,
  /*form#sendFilterForm .container-fluid,*/
  form#sendFilterForm .bx-breadcrumb,
  form#sendFilterForm .wallpaper_for_walls,
  .l_oboi_text_box,
  #pers_b_now{
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container ,
  /*form#sendFilterForm .container-fluid,*/
  form#sendFilterForm .bx-breadcrumb,
  form#sendFilterForm .wallpaper_for_walls,
  .l_oboi_text_box,
  #pers_b_now{
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container ,
  /*form#sendFilterForm .container-fluid,*/
  form#sendFilterForm .bx-breadcrumb,
  form#sendFilterForm .wallpaper_for_walls,
  .l_oboi_text_box,
  #pers_b_now{
    width: 1200px;
  }
}
/*form#sendFilterForm .full_width .container-fluid,*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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%;
}




@media (min-width: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* End */


/* Start:/assets/css/stylenew.css?178455465373430*/
/* Global properties ======================================================== */
html {
    width: 100%;
}

body {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #666;
    min-width: 320px;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flexslider.thumbnails li[data-thumb] {
    position: relative;
}

.flexslider.thumbnails li[data-thumb] img {
    float: left;
}

.flexslider.thumbnails li.flex-active-slide {
    z-index: 99;
}

.flex-control-nav {
    display: none;
}

.flexslider.thumbnails .extra_img_wrapper {
    z-index: 20 !important;
    position: relative;
    clear: both !important;
}

.droppable img {
    display: block;
    position: relative;
    z-index: 10;
}

.about_card_wallpaper_right .carousel_main_box_item .flexslider .slides {
    width: calc(100% - 113px);
    float: left;
    overflow: hidden;
}

/*----------------------> Links And buttons <------------------*/
/*a {
  color:#;
  outline:none;
  text-decoration:none;
  cursor:pointer;
}
a:hover{
  color:#;
  text-decoration:none;
}*/

.btn {
    display: inline-block;
    padding: 0 0 0;
    margin: 0 0 0;
    font-size: px;
    line-height: px;
    color: #;
}

.btn:hover {
    background:;
    color: #000;
}

button {
    outline: none;
    cursor: pointer;
}

/*----------------------> Basic Classes <------------------*/
.reg {
    text-transform: uppercase
}

.f_left {
    float: left
}

.f_right {
    float: right
}

.al_left {
    text-align: left;
}

.al_right {
    text-align: right
}

.al_center {
    text-align: center
}

.it {
    font-style: italic
}

.let {
    letter-spacing: -1px
}

.full_w {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.val_mid {
    vertical-align: middle;
}

/*----------------------> Indents Zero <------------------*/

.m_t_zero {
    margin-top: 0 !important;
}

.m_b_zero {
    margin-bottom: 0 !important;
}

.m_r_zero {
    margin-right: 0 !important;
}

.m_l_zero {
    margin-left: 0 !important;
}

.p_t_zero {
    padding-top: 0 !important;
}

.p_b_zero {
    padding-bottom: 0 !important;
}

.p_r_zero {
    padding-right: 0 !important;
}

.p_l_zero {
    padding-left: 0 !important;
}

/*----------------------> Positions <------------------*/
.p_abs {
    position: absolute;
}

.p_rel {
    position: relative;
}

.p_fix {
    position: fixed;
}

.clear {
    clear: both;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

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

.wrapper {
    overflow: hidden
}

.f_elem > *:first-child {
    margin-top: 0 !important;
}

.f_elem1 > *:first-child {
    margin-top: 0 !important;
    border: none !important;
}

.bg_none {
    background: none !important;
}

/*----------------------> Displays <------------------*/

.d_block {
    display: block;
}

.d_ib {
    display: inline-block;
}

.d_none {
    display: none;
}

.d_tc {
    display: table-cell;
}

.d_t {
    display: table;
}


/*----------------------> Basic Colors <------------------*/

.white {
    color: #fff;
}

.bc_42 {
    color: #424242
}

/*----------------------> Font-size <------------------*/
.fz14 {
    font-size: 14px;
}

/*======================> Header <======================*/

header {
}

.header_top {
    /*height: 79px;*/
    background-color: #222;
    padding: 7px 0 8px 0;
}

.header_top_number {
    color: #fffefe;
    line-height: 13px;
}

.header_top_number_it {

}

.tel1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 2px;
}

.tel2 {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 4px;
}

.tel3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.txt_free {
    line-height: 22px;
    padding-left: 2px;
    font-size: 15px;
    font-weight: 400;
}

.header_place {
    color: white;
    width: 355px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 4px;
    padding-left: 25px;
}

.header_top_basket {
    margin-top: -7px;
}

.header_top_basket_button {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    padding: 5px 15px 3px 41px;
    background-color: #FFF;
    border: none;
    position: relative;
    z-index: 5;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.header_top .header_top_basket .header_top_basket_button:last-child:before {
    background: url(/assets/css/../images/icon/open-lock.png) 0 0 no-repeat;
    height: 20px;
    width: 20px;
    top: 3px;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.header_top_basket_button:hover {
    opacity: 0.8;
}

.header_top_basket_button:before {
    position: absolute;
    top: 4px;
    left: 7px;
    content: "";
    background: url(/assets/css/../images/header_top_basket_icon.png) 0 0 no-repeat;
    width: 20px;
    height: 16px;
}

.header_top_basket_button2 {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    padding: 5px 28px 3px 28px;
    background-color: #FFF;
    border: none;
    position: relative;
    z-index: 5;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.header_top_basket_button3 {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    padding: 5px 28px 3px 28px;
    background-color: #FFF;
    border: none;
    position: relative;
    z-index: 5;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.header_top_basket_button4 {
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    padding: 5px 28px 3px 28px;
    background-color: #FFF;
    border: none;
    position: relative;
    z-index: 5;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.header_top_basket_button2:hover, .header_top_basket_button3:hover {
    opacity: 0.8;
}

.header_top_basket_button4:hover {
    opacity: 0.8;
}

.header_top_basket_button2:before {
    position: absolute;
    top: 4px;
    left: 7px;
    content: "";
    background-image: none;
    width: 20px;
    height: 16px;
}

.header_top_basket_button3:before {
    position: absolute;
    top: 4px;
    left: 7px;
    content: "★";
    background-image: none;
    width: 20px;
    height: 16px;
}

.header_top_basket_button4.empty:before {
    position: absolute;
    top: 5px;
    left: 7px;
    content: "";
    background: url(/assets/images/icon/compare.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
}

.header_top_basket_button4 .compare {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: 3px;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 11px;
    line-height: 22px;
    border-radius: 50%;
}

.logo {
    text-align: center;
    padding-top: 5px;
}

.logo a {
    display: inline-block;
    width: 209px;
    height: 44px;
    background: url(/assets/css/../images/logo.png) 0 0 no-repeat;
    text-decoration: none;
    text-indent: -9999px;
}

.header_bottom {
    background-color: #ececec;
}

.header_bottom_nav {
    float: left;
}

.menu {
    margin-left: -21px;
}

.menu_item {
    float: left;
    padding: 0px 21px;
}

.menu_link {
    color: #202020;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 3px solid transparent;
    padding: 11px 0 7px 0;
    display: inline-block;
}

.menu_item.current .menu_link,
.menu_link:hover {
    border-bottom: 3px solid #0f0201;
}

.menu_item.current .menu_link {

}

.header_bottom_search_field {
    width: 187px;
    height: 27px;
    margin: 7px 0;
    position: relative;
}

.menu_btn_show {
    display: none;
    /* float: left; */
    color: #000;
    /*font-size: 18px;*/
    font-size: 0;
    text-transform: uppercase;
    font-weight: 500;
    /*padding: 10px 22px 10px 45px;*/
    padding: 10px 22px 10px 22px;
    position: relative;
    outline-style: none;
    background: #ececec;
    border: none;
    height: 41px;
}

.menu_btn_show:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -10px;
    left: 10px;
    width: 25px;
    height: 4px;
    background-color: #424242;
    -webkit-box-shadow: 0 4px 0 transparent, 0 8px 0 #424242, 0 12px 0 transparent, 0 16px 0 #424242;
    box-shadow: 0 4px 0 transparent, 0 8px 0 #424242, 0 12px 0 transparent, 0 16px 0 #424242;
    display: block;
}

.menu.active {
    display: block;
}

.header_bottom_search_field_it {
    width: 100%;
    height: 100%;
    background-color: white;
    border: 1px solid #939393;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 7px 30px 7px 7px;
}

.header_bottom_search_button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/assets/css/../images/search_icon.png) 30% 50% no-repeat;

    width: 27px;
    height: 27px;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.header_bottom_search_button:hover {
    opacity: 0.7;
}

/*===========================header end===========================*/

/*===========================header update===========================*/

.header_top .header_row {
    display: flex !important;
    align-items: center;
}

.header_top .header_link {
    text-decoration: none;
}

.header_top .header_logo {
    font-family: "Arlt Deco W01 1";
    font-size: 31px;
    display: inline-flex;
    align-items: baseline;
}

.header_top .header_logo .header_logo_domain {
    font-size: 21px;
}

.header_top .header_search input {
    border: 1px solid #a6a6a6;
    padding-right: 57px;
}

.header_top .header_search button {
    background: url('/assets/images/search_icon.png') center no-repeat;
    width: 50px;
    height: 100%;
    position: absolute;
    border: none;
    background-color: #a6a6a6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 15px;
}

.header_top .header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_top .header_right > div:not(:last-child) {
    margin-right: 10px;
}

.header_top .phone-mobile {
    display: none;
}

.header_top .header_top_number a {
    font-size: 18px;
    text-decoration: none;
}

.header_top .header_top_number .icon {
    display: none;
}

.header_top .header_shop a {
    font-size: 18px;
    text-decoration: none;
}

.header_top .header_fav svg,
.header_top .header_comparison svg {
    width: 20px;
    height: 20px;
}

.header_top .header_fav a,
.header_top .header_comparison a {
    display: flex;
}

.header_top .header_basket a {
    display: flex;
    align-items: center;
    padding: 2px 3px;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
}

.header_top .header_basket svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.filter_ver2_list {
    width: 100% !important;
}

@media only screen and (max-width: 1300px) {

    .header_top .header_top_number a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1238px) {

    .header_top .header_top_number a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1215px) {

    .header_top .header_top_number a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {

    .header_top .header_top_number a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .header_top .header_logo {
        font-size: 26px;
    }

    .header_top .header_logo .header_logo_domain {
        font-size: 16px;
    }

    .header_top .header_top_number a {
        font-size: 16px;
    }

    .header_top .header_shop a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .header_top .header_logo {
        font-size: 20px;
    }

    .header_top .header_logo .header_logo_domain {
        font-size: 10px;
    }

    .header_top .header_fav svg, .header_top .header_comparison svg {
        width: 17px;
        height: 17px;
    }

    .header_top .phone-mobile {
        display: block;
    }

    .header_top .phone-watsap {
        display: block;
    }

    .header_top .phone-desktop {
        display: none;
    }

    .header_top .header_top_number .text {
        display: none;
    }

    .header_top .header_top_number .icon {
        display: block;
        width: 17px;
        height: 17px;
    }

    .header_top .header_top_watsap .icon {
        display: block;
        width: 17px;
        height: 17px;        
    }
}

@media only screen and (max-width: 768px) {
    .header_top .header_logo {
        font-size: 23px;
        height: 24px;
    }

    .header_top .header_logo .header_logo_domain {
        font-size: 13px;
    }

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

    .header_top .header_basket a {
        border: none;
    }

    .header_top .header_basket a .text {
        display: none;
    }

    .header_top .header_basket svg {
        width: 20px;
        height: 20px;
        margin-right: 0px;
    }

    .header_top .header_shop {
        display: none;
    }

    .header_top .header_comparison {
        order: 1;
    }

    .header_top .header_fav {
        order: 2;
    }

    .header_top .phone-mobile {
        order: 3;
    }

    .header_top .phone-watsap {
        order: 4;
        margin-top: -4%;
    }

    .header_top .header_basket {
        order: 5;
    }
}

@media only screen and (max-width: 480px) {
    .header_top .header_logo {
        font-size: 16px;
        line-height: 32px;
    }

    .header_top .header_logo .header_logo_domain {
        font-size: 8px;
    }

}

/*===========================header update end===========================*/


/*=====================> Content ========================*/
#content {
    padding: 0px 0px 0px 0px;
    min-height: 600px;
}


/*============================freski start============================*/
.wallpaper_for_walls.freski_for_walls {
    margin: 0 -14px 0 -14px;
}

.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item {
    width: 211px;
    /*margin: 0 14px 15px;*/
    margin: 0 14px 8px 0px;
}

/*=====================> Paragraphs ========================*/

p {
    margin-bottom: 8px
}

.mb1 {
    margin-bottom: 1px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb9 {
    margin-bottom: 9px;
}

.mb10 {
    margin-bottom: 8px;
}

.mb11 {
    margin-bottom: 8px;
}

.mb12 {
    margin-bottom: 8px;
}

.mb13 {
    margin-bottom: 8px;
}

.mb14 {
    margin-bottom: 8px;
}

.mb15 {
    margin-bottom: 8px;
}

.mb16 {
    margin-bottom: 8px;
}

.mb17 {
    margin-bottom: 8px;
}

.mb18 {
    margin-bottom: 8px;
}

.mb19 {
    margin-bottom: 8px;
}

.mb20 {
    margin-bottom: 8px;
}

.mb21 {
    margin-bottom: 8px;
}

.mb22 {
    margin-bottom: 8px;
}

.mb22imp {
    margin-bottom: 8px !important;
}

.mb23 {
    margin-bottom: 8px;
}

.mb24 {
    margin-bottom: 8px;
}

.mb25 {
    margin-bottom: 8px;
}

.mb26 {
    margin-bottom: 8px;
}

.mb27 {
    margin-bottom: 8px;
}

.mb28 {
    margin-bottom: 8px;
}

.mb29 {
    margin-bottom: 8px;
}

.mb30 {
    margin-bottom: 8px;
}

.mb31 {
    margin-bottom: 8px;
}

.mb32 {
    margin-bottom: 8px;
}

.mb33 {
    margin-bottom: 8px;
}

.mb34 {
    margin-bottom: 8px;
}

.mb35 {
    margin-bottom: 8px;
    margin: 0
}

.mb36 {
    margin-bottom: 8px;
}

.mb37 {
    margin-bottom: 8px;
}

.mb38 {
    margin-bottom: 8px;
}

.mb39 {
    margin-bottom: 8px;
}

.mb40 {
    margin-bottom: 8px;
}

.mb41 {
    margin-bottom: 8px;
}

.mb42 {
    margin-bottom: 8px;
}

.mb43 {
    margin-bottom: 8px;
}

.mb44 {
    margin-bottom: 8px;
}

.mb45 {
    margin-bottom: 8px;
}

.mb46 {
    margin-bottom: 46px;
}

.mb47 {
    margin-bottom: 8px;
}

.mb48 {
    margin-bottom: 8px;
}

.mb49 {
    margin-bottom: 8px;
}

.mb50 {
    margin-bottom: 8px;
}

.mb51 {
    margin-bottom: 8px;
}

.mb52 {
    margin-bottom: 8px;
}

.mb53 {
    margin-bottom: 8px;
}

.mb54 {
    margin-bottom: 8px;
}

.mb55 {
    margin-bottom: 8px;
}

.mb58 {
    margin-bottom: 8px;
}

.mb62 {
    margin-bottom: 8px;
}

.mb75 {
    margin-bottom: 8px;
}

.mb80 {
    margin-bottom: 8px;
}

.mb100 {
    margin-bottom: 8px;
}

.mt2 {
    margin-top: 2px;
}

.mt7 {
    margin-top: 7px;
}

.mt10 {
    margin-top: 8px;
}

.mt12 {
    margin-top: 8px;
}

.mt15 {
    margin-top: 8px;
}

.mt20 {
    margin-top: 8px;
}

.mt28 {
    margin-top: 8px;
}

.mt37 {
    margin-top: 8px;
}

.mt44 {
    margin-top: 8px;
}

.mt50 {
    margin-top: 8px;
}

.ml14 {
    margin-left: 8px;
}

.ml20 {
    margin-left: 8px;
}

.pt15 {
    padding-top: 8px !important;
}

.pl4 {
    padding-left: 4px;
}

.pl5 {
    padding-left: 5px;
}

.pl8 {
    padding-left: 8px;
}

.pl51 {
    padding-left: 8px;
}

.pl68 {
    padding-left: 8px;
}

/*=====================> Lists ========================*/
.list1 {
}

.list1 li {
    background: url(/assets/css/../images/marker1.png) 0 7px no-repeat;
    padding-left: 20px;
}

.list1 a {
}

.list2 {
}

.list2 li {
    background: url(/assets/css/../images/marker1.png) 0 7px no-repeat;
    padding-left: 20px;
}

.list2 a {
}

.list3 {
}

.list3 li {
    background: url(/assets/css/../images/marker1.png) 0 7px no-repeat;
    padding-left: 20px;
}

.list3 a {
}

/*=====================> Titles ========================*/
h2, h3, h4 {
    font-weight: normal;
}

.title1 {
    font-size: 24px;
    font-weight: 700;
    color: #202020;
}

.title2 {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: -0.4px;
    color: #202020;
}

.title3 {
    font-size: 20px;
    font-weight: 700;
    color: #202020;
    margin-top: 10px;
    margin-bottom: 0px;
}

.title4 {
    font-size: 24px;
    color: #202020;
    padding-bottom: 7px;
    padding-top: 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eaeaea;
}

.title4.bdn {
    border-bottom: none;
}

.title5 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: #202020;
}


/*================================>> GOOGLE FONTS  <<========================================*/
.roboto_thin {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.roboto_light {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.roboto_normal {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.roboto_medium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.roboto_bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.roboto_ultra_b {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.calibri_bold {
    font-family: 'Calibri-Bold', 'Roboto', sans-serif;
}

.calibri_regular {
    font-family: 'Calibri-Regular', 'Roboto', sans-serif;
}

/*================================>> hovers <<========================================*/
a {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

a:hover {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.sf-menu li {
    margin: 0px 1px;
}

/*==============>breadcrumbs================*/
@media screen and (min-width: 768px) and (max-width: 7500px) {
    .breadcrumbs_section {
        padding-bottom: 33px;
    }

    .breadcrumbs {
        display: block;
        list-style: none;
        margin: 10px 0 14px 0;
        padding: 0 20px;
    }

    .breadcrumbs_it {
        position: relative;
        float: left;
        margin-right: 4px;
        padding-right: 10px;
    }

    .breadcrumbs_it:before {
        display: block;
        position: absolute;
        right: 0;
        top: 8px;
        content: "";
        background: url(/assets/css/../images/icon_breadcrumbs.png) 0 0 no-repeat;
        width: 6px;
        height: 6px;
    }

    .breadcrumbs .breadcrumbs_it:last-child:before {
        display: none;
    }

    .breadcrumbs_it a {
        text-decoration: none;
        color: #7c7b7b;
    }

    .breadcrumbs .breadcrumbs_it:first-child a {
        padding-left: 0;
    }

    .breadcrumbs_it a:hover {
        text-decoration: underline;
    }

    .breadcrumbs_current {
        font-size: 13px;
        line-height: 21px;
        color: #525252;
        letter-spacing: -0.2px;
    }
}

/*==============>breadcrumbs end================*/


/*==============>breadcrumbs================*/
@media only screen and (max-width: 767px) {
    .breadcrumbs_section {
        padding-bottom: 33px;
    }

    .breadcrumbs {
        display: block;
        list-style: none;
        margin: 10px 0 10px 0;
        padding: 0 20px;
        white-space: nowrap;
        overflow-x: scroll;
        background: #f4f5f5;
    }

    .breadcrumbs_it {
        display: inline-block;
        margin: 4px 1px 8px 1px;
        padding: 1px 3px;
        cursor: pointer;
        float: none;
    }

    .breadcrumbs_it:after {
        display: inline-block;
        content: "";
        background: url(/assets/css/../images/icon_breadcrumbs.png) 0 0 no-repeat;
        width: 8px;
        height: 8px;
        margin-left: 4px;
        margin-top: 8px;

    }

    .breadcrumbs .breadcrumbs_it:last-child:after {
        display: none;
    }

    .breadcrumbs_it a {
        text-decoration: none;
        color: #7c7b7b;
    }

    .breadcrumbs .breadcrumbs_it:first-child a {
        padding-left: 0;
    }

    .breadcrumbs_it a:hover {
        text-decoration: underline;
    }

    .breadcrumbs_current {
        font-size: 13px;
        line-height: 21px;
        color: #525252;
        letter-spacing: -0.2px;
    }
}

/*==============>breadcrumbs end================*/
/*================================>> Footer <<========================================*/
a.footer_list_link {
    color: white;
}

footer {
    padding: 23px 0px 10px 0px;
    /*height: 198px;*/
    background-color: #202020;
}

.footer {
}

.footer_list {
}

.footer_list_item {
    margin: 1.5px 0 3.5px 0;

}

.footer_list_link {
    color: white;
    font-size: 14px;
    padding: 2px 0;
}

.footer_list_link:hover {
    opacity: 0.5;
}

.footer_adress {
    font-size: 14px;
    padding: 5px 0 9px 0px;
}

.footer_adress span {
    padding-bottom: 1px;
}

.tel_number {
    /*padding-left: 69px;*/
}

.footer_txt_number {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 2px;
}

.footer_first_number {
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 12px;
}

.footer_second_number {
    font-size: 17px;
    line-height: 22px;
}


.social {
    margin: -3.5px 0 0 0;
    /*padding-left: 58px;*/
}

.social a {
    display: inline-block;
    padding: 5px 0 5px 41px;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    margin: 2.5px 0;
}

.social a:hover {
    opacity: 0.5;
}

.facebook {
    background: url(/assets/css/../images/facebook_icon.png) 0 0 no-repeat;
    background-size: 28px 29px;
}

.twitter {
    background: url(/assets/css/../images/twitter_icon.png) 0 0 no-repeat;
    background-size: 28px 29px;
}

.insta {
    background: url(/assets/css/../images/insta_icon.png) 0 0 no-repeat;
    background-size: 28px 29px;
}

.vk {
    background: url(/assets/css/../images/vk_icon.png) 0 0 no-repeat;
    background-size: 28px 29px;
}

.footer_copy {
    line-height: 18px;
    font-size: 13px;
    color: #bdb9b9;
    padding-top: 15px;
}

/*============================ Arctic modal =============================*/
.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
    height: 100%
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url(/assets/css/loading.gif) no-repeat 50% 50%;
}

/*============================ zoom img start =============================*/
/**
 *
 *  essential styles
 *      - the following styles are essential to the functioning of the plugin
 *
 **/
.wm-zoom-container, .wm-zoom-box {
    position: relative;
}

.wm-zoom-box {
    margin: auto;
}

img.wm-zoom-default-img {
    height: auto;
}

.wm-zoom-lens {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}

.wm-zoom-hight {
    display: none;
    overflow: hidden;
    position: absolute;
}

.wm-zoom-hight img {
    left: 0;
    position: absolute;
    top: 0;
}

img.wm-zoom-loader {
    z-index: 1;
}

img.wm-zoom-hight-img {
    z-index: 2;
}

/**
 *
 *  sample styles
 *      - the following styles are just one example. You can customize at will
 *
 *
 **/
.wm-zoom-lens {
    background: #fff;
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.wm-zoom-hight {
    background: #fff;
    border: 2px solid #cecece;
}

.wm-zoom-hight:before {
    position: absolute;
    content: "";
    background: url(/assets/css/../images/zoom_arr.png) 0 0 no-repeat;
    width: 10px;
    height: 21px;
    top: 13px;
    left: -10px;
    z-index: 99;
}

/*============================ zoom img end =============================*/
/*=======================> any_page <=========================*/
.any_page_right .title3 {
    margin: -7px 0 17px 0;
}

.sale_page_info {
    text-align: justify;
    min-width: 100%;
    overflow: hidden;
    letter-spacing: -0.2px;
}

.catalog_box_btn {
    margin-bottom: 30px;
}

.catalog_box_btn .see_more_box_btn {
    background: url(/assets/css/../images/icon_see_more2.png) 0 50% no-repeat;
}

/*=======================> any_page end <=========================*/


/*========== ===================*/
.error_search_box2 {
    width: 821px;
}

.aside_conteiner {
    width: 15%;
    position: relative;
    z-index: 99;
    margin: 0 62px 20px 0;
    display: block;
}

.container_search_oboi_box {
    margin: 0 -28px 0 1.6% !important;
    width: 100%;
}

.container_search_oboi_box.oboi_box_main.oboi_big .oboi_box {
    margin: 0 28px 32px 0;
}

/*------------------------- Search -----------------------*/
.search_content {
    margin-left: 35px;
}

.error_search_box {
    width: 561px;
}

.err_lab {
    font-size: 27px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #202020;
}

.err_inp {
    width: 407px;
}

.header_top_input {
    padding: 5.5px 7px;
    color: #424242;
    font-size: 14px;
    width: 100%;
    border: 1px solid #939393;
    border-radius: 5px !important;
}

.header_top_button {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 1px;
    right: 7px;
    border: none;
    background: #fff url(/assets/css/../images/search_icon.png) 90% 50% no-repeat;
}

.header_top_button:hover {
    opacity: 0.7;
}

.num_search {
    color: #a7a7a7;
    font-size: 13px;
    display: inline-block;
    margin: 4px 0 12px 0;
}

/*---------- Search error ---------*/
.search_err_info {
    color: #424242;
    font-size: 14px;
    line-height: 18px;
    margin: 16px 0 0 0;
}

/*====================*/
#card_shows .about_card_wallpaper {
    background-color: #222;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 15px;
}

#card_shows .oboi_brands_box_figcaption span,
#card_shows .oboi_brands_box_figcaption .more_link_box_it .more_link_box_item,
#card_shows .wallpaper_short_info_list.freski_card_wallpapers,
#card_shows .price_rub i,
#card_shows .delivery_icon_box_text,
#card_shows .title3 {
    /*color: #bababa;*/
    color: #fff;
}

#card_shows .wallpaper_short_info_list.freski_card_wallpapers,
#card_shows .freski_card_wall_right .counter_box {
    margin-left: 0;
}

#card_shows .counter_box.counter_box_l {
    width: 225px;
}

#card_shows .about_card_wallpaper_left.freski_card_wall_left .card_wallpaper_img_box:before,
#card_shows .about_card_wallpaper_left.freski_card_wall_left .card_wallpaper_img_box:after {
    display: none;
}

#card_shows .add_bsket_item {
    background-image: none !important;
    padding: 10.5px 35px;
}

#card_shows .oboi_brands_box_wall_item {
    /*float: none;*/
    display: block;
    margin: 0 15px 20px 0;
    width: 155px;
}

#card_shows .oboi_brands_box_wall_item:last-child {
    margin-right: 0;
}

#card_shows .price_rub,
#card_shows .add_bsket {
    float: none;
    display: inline-block;
}

#card_shows .add_bsket {
    margin-top: 20px;
    margin-left: 0;
}

#card_shows .delivery_icon_box {
    display: inline-block;
    width: 125px;
    padding-bottom: 0;
    margin-top: 10px;
}

#card_shows .freski_card_wall_right {
    margin-left: 50px;
}

#card_shows .delivery_icon_box_img_it,
#card_shows .delivery_icon_box_img {
    height: 56px;
    width: 56px;
}

#card_shows .oboi_brands_box_wall {
    margin-right: 0;
    margin-left: 25px;
}

#card_shows .oboi_brands_box_wall_item > a {
    width: 125px;
    display: block;
}

#card_shows .delivery_icon_box_text {
    font-size: 12px;
    line-height: 15px;
}

#card_shows .card_wallpaper_img_box {
    height: 165px;
}

/*==== basket ====*/
#order_form_div {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#order_form_content {

}

#order_form_div .section,
.bx_order_make .bx_section h4 {
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    padding-bottom: 7px;
    padding-top: 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eaeaea;
    font-family: 'Roboto', Helvetica, sans-serif;
    margin-bottom: 22px;
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td,
.bx_ordercart .bx_ordercart_order_table_container {
    border: none;
}

.bx_ordercart .bx_ordercart_order_table_container tr {
    border: 2px solid #eaeaea;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td {
    background-color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.bx_ordercart .bx_ordercart_order_table_container table td:empty {
    display: none;
}

.bx_ordercart .bx_ordercart_order_table_container table td {
    padding: 2% 20px !important;
    width: auto !important;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td {
    padding: 0 20px !important;
    text-align: center;
}

.bx_ordercart .bx_ordercart_order_table_container table thead td.item {
    text-align: left;
}

.bx_ordercart .bx_ordercart_order_table_container tbody .right {
    text-align: center !important;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
    color: #424242 !important;
    font-weight: normal;
}

.bx_ordercart .bx_ordercart_order_pay,
.bx_ordercart .bx_ordercart_order_sum,
.bx_ordercart .bx_ordercart_order_pay_right,
.bx_ordercart_order_pay_center,
.bx_ordercart_order_pay_center span,
.bx_ordercart_order_pay_center .checkout,
.bx_ordercart .bx_ordercart_order_table_container table,
.bx_ordercart .bx_ordercart_order_table_container table tbody,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
    color: #424242 !important;
}

.bx_ordercart > h4 {
    font-size: 24px;
    color: #202020;
    padding-bottom: 7px;
    font-family: 'Calibri-Bold';
}

.bx_ordercart .bx_ordercart_order_sum tr td {
    font-size: 16px;
}

.bx_ordercart .bx_ordercart_order_sum tr td.custom_t1 {
    font-weight: bold;
}

.bx_ordercart_order_pay_center {
    /*border-top: 2px solid #eaeaea;*/
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.bx_ordercart .bx_ordercart_order_pay {
    padding: 0;
}

.bx_ordercart_order_pay_center .checkout {
    border-radius: 10px;
    background: #5d4c45;
    color: #fff !important;
    font-size: 12px;
    padding: 13px 51.5px;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font-family: Arial, sans-serif;
    top: 0 !important;
    text-shadow: none;
    font-weight: normal;
    line-height: inherit;
}

.bx_ordercart_order_pay_center .checkout:hover {
    opacity: .6;
    background: #745345 !important;
}

.bx_order_make .bx_description {
    font-size: 16px;
}


/*.bx_page{

}*/
.add_favorite {
    margin-top: 32px;
    clear: both;
}

.counter_box.counter_box_l.counter_number + .add_bsket #add2basket,
.add_bsket #add2basket {
    display: inline-block;
    margin-right: 7px;
}

#add2favorite2,
#add2favorite {
    background: transparent url(/assets/css/../images/star_fav.png) 9px 50% no-repeat;
    border: 1px solid #939393;
    color: #424242;
    /*    max-width: initial !important;*/
    display: inline-block;
    padding: 9.5px 8px 9.5px 35px;
}

#add2favorite4,
#add2favorite5 {
    background: transparent url(/assets/css/../images/star_fav.png) 9px 50% no-repeat;
    border: 1px solid #939393;
    color: #424242;
    max-width: initial !important;
    display: inline-block;
    padding: 9.5px 8px 9.5px 35px;
}

#add2favorite4:hover,
#add2favorite5:hover {
    text-decoration: underline;
    background-color: #DCD8D8;
}

.clearbutt {
    border: 1px solid #939393;
    color: #424242;
    max-width: initial !important;
    display: inline-block;
    padding: 9.5px 8px 9.5px 8px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.clearbutt:hover {
    opacity: 1;
    color: #FFF !important;
    border-color: #4c4c4c;
    background-color: #4c4c4c;
    text-decoration: underline;
}

#add2favorite2:hover,
#add2favorite:hover {
    opacity: 1;
    color: #FFF;
    background: #4c4c4c url(/assets/css/../images/star_fav_hover.png) 9px 50% no-repeat;
    border-color: #4c4c4c;
}

#add2compare:hover {
    opacity: 1;
    color: #FFF;
    background: #4c4c4c url(/assets/css/../images/star_fav_hover.png) 9px 50% no-repeat !important;
    border-color: #4c4c4c !important;
}

.owl-carousel.else_owl.brands_carousel,
.carousel_owl_box.freski_card_carousel_box {
    max-height: none;
}

.owl-carousel.else_owl.brands_carousel .oboi_box {
    height: auto !important;
}

#pers_b_now {
    min-height: 380px;
    padding-bottom: 30px;
}

#pers_b_now .title3 {
    margin-bottom: 20px;
}

#pers_b_now p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 18px;
    color: #424242;
}

#pers_b_now > div {
    margin-bottom: 20px;
}

#pers_b_now h2 {
    margin-bottom: 10px;
    font-family: 'Calibri-Bold';
    font-size: 20px;
    font-weight: 700;
    color: #424242;
}

#pers_b_now a {
    border-bottom: 2px solid #0f0201;
    color: #202020;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 25px;
}

#pers_b_now a:hover {
    border-bottom: 2px solid transparent;
}

.bx_profile {

}

.bx_profile input[type="text"],
.bx_profile input[type="password"] {
    border: 1px solid #939393;
    padding: 5px 10px;
    height: 35px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #888;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}

.bx_profile strong {
    font-size: 14px;
    color: #424242;
    margin-bottom: 5px;
    display: inline-block;
}

#pers_b_now .bx_profile h2 {
    margin-bottom: 20px;
    font-size: 23px;
}

input.bx_bt_button {
    border-radius: 10px;
    background-color: #4c4c4c;
    color: #fff;
    font-size: 12px;
    padding: 13px 35.5px;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
}

#pers_b_now .bx_my_order .bx_my_order_table .bx_bt_button_type_2 {
    text-decoration: none;
    font-weight: normal;
    line-height: normal;
    color: #FFF !important;
    height: auto;
    padding: 8px 20px;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #424242;
    font-size: 13px;
}

#pers_b_now .bx_my_order .bx_my_order_table .bx_bt_button_type_2:hover {
    opacity: 0.6;
}

input.bx_bt_button:hover {
    opacity: 0.6;
}

#pers_b_now .bx_my_order_status_desc h2 {
    font-size: 25px;
}

.bx_mos_desc {
    font-size: 14px;
    color: #424242;
}

#pers_b_now .bx_my_order .bx_my_order_table thead tr td,
#pers_b_now .bx_my_order .bx_my_order_table tbody tr td {
    padding: 6px 20px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background: none;
    vertical-align: middle;
}

#pers_b_now .bx_my_order .bx_my_order_table tbody tr td {
    font-size: 14px;
    font-weight: 400;
}

#pers_b_now .bx_my_order .bx_my_order_table tbody tr td strong {
    font-weight: 500;
    font-size: 14px;
}

#pers_b_now .bx_my_order .bx_my_order_table a {
    border-bottom: none;
    text-decoration: underline;
}

#pers_b_now .bx_my_order .bx_my_order_table a:hover {
    text-decoration: none;
}

#pers_b_now .bx_my_order .bx_my_order_table {
    border: 2px solid #eaeaea;
}

#pers_b_now thead {
    border: 2px solid #eaeaea;
}

#pers_b_now .bx_my_order:nth-child(even) thead {
    /*background-color: #eaeaea;*/
}

#pers_b_now > div.bx_my_order {
    margin-bottom: 20px;
}

#pers_b_now .bx_my_order .bx_item_list,
#pers_b_now .bx_my_order .bx_item_list a,
#pers_b_now .bx_my_order .bx_my_order_status {
    font-size: 15px;
    line-height: normal;
}

#pers_b_now .bx_my_order .bx_my_order_status {
    padding: 10px;
    text-shadow: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#pers_b_now .bx_my_order .bx_item_list {
    padding-left: 40px;
}

#pers_b_now .bx_my_order .bx_item_list li {
    padding-bottom: 5px;
}

.oboi_brands_box_wall_item.select_before {
    border: 2px solid #222;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    margin-right: 0 !important;
    margin-top: -12px;
    min-width: 158px;
    overflow: hidden;
    float: none;
}

.oboi_brands_box_wall_item.select_before > a {
    display: inline-block;
    max-width: 152px;
    max-height: 152px;
    margin: auto;
    overflow: hidden;
}

.oboi_brands_box_wall_item.select_before > a > img {
    /*width: auto;
    height: auto;*/
    max-width: 100%;
}

.oboi_brands_box_wall_item.select_before .oboi_brands_box_figcaption {
    max-width: 152px;
    width: 100%;
    margin: auto;
    display: inline-block;
    text-align: left;
}


.d_block.tel1 a {
    color: white;
}

.basket_none_product .list_error_item {
    font-size: 22px;
    font-weight: 500;
}

.basket_none_prod_link {
    border-bottom: 3px solid #0f0201;
    text-decoration: none !important;
    color: #202020;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
}

.basket_none_prod_link:hover {
    border-bottom: 3px solid transparent;
}


/*popup authorization start*/
.authorization_link {
    color: #FFF;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
}

.authorization_link:hover {
    opacity: 0.8;
}

#auth_form,
#reg_form,
#lost_form,
#forgot_form {
    padding: 41px 38px 49px 38px;
    max-width: 100%;
    width: 336px;
    /*min-width: 320px;*/
    background-color: #FFF;
    position: relative;
}

.auth_form_item {
    text-align: center;
}

.title_popup {
    font-size: 27px;
    line-height: 1.2;
    color: #222;
    margin-bottom: 30px;
}

.social_block {
    text-align: center;
}

.social_block a {
    width: 80px;
    height: 30px;
    margin-left: 3px;
    background-image: url(/assets/images/social_icons.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.vk {
    background-position: 0 0;
}

.fc {
    background-position: -90px 0;
}

.google {
    background-position: -180px 0;
}

.auth-social__description {
    color: #aaa;
    font-size: 13px;
    line-height: 18px;
    margin-top: 9px;
}

.auth-social__fieldset {
    color: #aaa;
    line-height: 1px;
    border: 1px solid #e5e5e5;
    border-width: 1px 0 0;
    margin: 25px -38px 17px;
    height: 0;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
}

.auth-social__legend {
    color: #aaa;
    vertical-align: top;
}

.input_container {

}

.input_container input {
    width: 100%;
    height: 30px;
    border: 1px solid #aaa;
    font-size: 13px;
    line-height: 1.2;
    display: block;
    padding: 5px;
    margin-bottom: 14px;
}

.input_container input:last-child {
    margin-bottom: 0;
}

.button-box {
    margin: 30px 0;
}

.button-box .button_blue {
    padding: 0 32px;
    color: #FFF;
    background-color: #585858;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.button-box button:hover {
    background-color: #444444;
}

.form_reg {
    background-color: #fafafa;
    border-top: 1px solid #f0f0f0;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.form_reg a {
    display: block;
    line-height: 48px;
    color: #777;
}

.form_reg a:hover {
    color: #222;
}

.check_box {
    margin-bottom: 14px;
    text-align: left;
}

.check_box input {
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
    height: auto;
    display: inline-block;
    cursor: pointer;
}

.check_box label {
    cursor: pointer;
}

.social_mini {
    margin: 9.5px 0;
}

.social_mini a {
    background-image: url(/assets/images/auth-social-mini.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 6px;
}

.soc_mini_vk {
    background-position: 0 0;
}

.soc_mini_fc {
    background-position: -40px 0;
}

.soc_mini_google {
    background-position: -80px 0;
}

.soc_mini_email {
    background-position: -120px 0;
}

.form_reg.reg_2 > span {
    line-height: 48px;
    color: #777;
}


#lost_form .button-box .button_blue {
    padding: 0 19px;
}

.remember_link {
    position: relative;
    padding: 5px 0 5px 11px;
    color: #777;
}

.remember_link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/assets/css/../images/remember_link.jpg) 0 0 no-repeat;
}

@media only screen and (max-width: 379px) {
    #auth_form,
    #lost_form,
    #reg_form {
        padding: 41px 20px 49px 20px;
    }

    .auth-social__fieldset {
        margin: 25px -20px 17px;
    }
}

@media only screen and (max-width: 350px) {
    #auth_form,
    #lost_form,
    #reg_form {
        width: 285px;
    }

    .social_block a {
        width: 70px;
        -webkit-background-size: 224px 30px;
        -o-background-size: 224px 30px;
        background-size: 224px 30px;
    }

    .fc {
        background-position: -77px 0;
    }

    .google {
        background-position: -154px 0;
    }
}

/*popup authorization end  */
.first_filter_abs {
    background-color: transparent !important;
    position: absolute;
    top: -99px;
    width: auto !important;
    left: 20px;
    right: 0;
    text-align: center;
}

.first_filter_abs .title1 {
    font-size: 43px;
    line-height: 48px;
    padding: 38px 0 18px;
    font-weight: 300;
    text-align: left;
    color: #aaa;
}


.sf-menu li.del_filter_arr a {
    /*background-color: #2d2d2d;*/
    background-color: rgba(45, 45, 45, 0.88);
    color: #ADCA19;
}

/*.sf-menu li.del_filter_arr .sf-with-ul:after{
    display: none;
}
.sf-menu li.del_filter_arr .sf-with-ul span{
    font-size: 30px;
    line-height: 15px;
    color: red;
    width: 16px;
    height: 16px;
}*/

li.del_filter_arr {
    width: 160px;
    overflow: hidden;
}

li.del_filter_arr .del_filter_arr {
    padding: 13px 20px 13px 20px !important;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis !important;
}

h2 {
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #202020;
}

h3 {
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #202020;
}


#ahchor {

}

.ahchor {
}

.arrow_up {
    position: fixed;
    z-index: 99;
    right: 35px;
    bottom: 35px;
    width: 50px;
    height: 50px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background: url(/assets/css/../images/icon/arrow_anchor.png) 100% 0 no-repeat;
    -webkit-background-size: 150px;
    -o-background-size: 150px;
    background-size: 150px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.arrow_up:hover {
    background-position: 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#ahchor .fa {
    display: none;
}

.arrow_up.active {
    opacity: 1;
    visibility: visible;
}


#more_text {
    text-align: justify;
}

#mep_0 {
    height: 100% !important;
}

.list_mark ul {
    list-style: disc;

    padding-bottom: 2px;
    padding-left: 15px;
}

.cards_frescoes_right_box_content {
    padding-bottom: 10px !important;
}

.cards_frescoes_right_box_content .cards_frescoes_figure {
    margin-bottom: 0 !important;
}

.cards_frescoes_figure .oboi_box_name .oboi_box_link {
    height: auto !important;
}


.oboi_box_text a {
    /*text-decoration:none !important;*/
}

.margin {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

ol:not([class]) {
    list-style: none;
    counter-reset: list;
}

ol:not([class]) li::before {
    counter-increment: list;
    content: counter(list) ". ";
}

.open-freski {
    width: 300px;
    height: 163px;
    margin: 0 auto;
    border: 1px solid lightgray;
    padding: 10px 20px 10px 20px;
}

.open-freski .callback-header {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.open-freski #callback-name {
    width: 260px;
    padding: 5px;
    margin-bottom: 10px;
}

.open-freski #callback-phone {
    width: 260px;
    padding: 5px;
    margin-bottom: 10px;
}

.open-freski #call-me {
    border-radius: 0px;
    background-color: green;
    border: 0px;
    padding: 10px;
    color: white;
    margin-left: 26%;
}

.call-me-button {
    border-radius: 0px;
    background-color: green;
    border: 0px;
    padding: 10px;
    color: white;
    width: 120px;
    margin-left: 50px;
    margin-top: 20px;
    cursor: pointer;
}

.call-me-button:hover {
    background-color: #0bb90b;
}

.short-but_li.clear-filter label {
    background-color: white;
    border: 2px solid #777;
    margin: -2px;
    color: red !important;
    border-radius: 6px;
}

.short-but_li.clear-filter label:hover {
    background-color: #777;
    color: white !important;
}

.stc {
    z-index: 99 !important;
    background: #fff;
}

.remove-sticky {
    position: static !important;
}

.is-sticky .short-but {
    z-index: 9 !important;
    background: #fff;
    padding-top: 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#flex_extra img {
    cursor: pointer;
    max-width: 635px;
}

.archive-block::before {
    content: "Снято с производства";
}

.archive-block {
    position: absolute;
    font-weight: 700;
    top: 0px;
    width: 80%;
    left: 10%;
    right: 10%;
    font-size: 1.1em;
    background-color: rgb(226 226 226);
    padding: 0.3em;
    border-radius: 0 0 10px 10px;
    text-align: center;
}

.ost-no-block::before {
    content: "Кратно 6 шт";
}
.ost-no-block {
    position: absolute;
    font-weight: 700;
    top: 5px;
    width: 80%;
    left: 10%;
    right: 10%;
    font-size: 1.1em;
    background-color: rgb(255 255 255);
    padding: 0.3em;
    border-radius: 10px 10px 12px 10px;
    text-align: center;
}

.onsale {
    position: absolute;
    padding: 5px;
    margin: 2px;
    color: white;
    background-color: red;
    top: 0;
    left: 0;
    s
}

.neww {
    width: 50px;
    height: 50px;
    overflow: auto;
    background-image: url(/assets/images/new_icon.png);
    position: absolute;
    right: 0px;
}

.neww2 {
    width: 50px;
    height: 50px;
    overflow: auto;
    background-image: url(/assets/images/new_icon.png);
    position: absolute;
    right: 0px;
    top: 0px;
}

.neww3 {
    width: 50px;
    height: 50px;
    overflow: auto;
    background-image: url(/assets/images/new_icon.png);
    position: absolute;
    right: 0px;
    top: 0px;
}

.neww4 {
    width: 50px;
    height: 50px;
    overflow: auto;
    background-image: url(/assets/images/new_icon.png);
    position: absolute;
    right: 14px;
    top: 0px;
    z-index: 1001;
}

.sticky-filter-responsive {
    z-index: 15 !important;
}

.selectType {
    margin-bottom: 10px;
}

.selectLitre {
    overflow: hidden;
}

.selectLitre li {
    padding: 5px;
    border: 1px solid gray;
    float: left;
    margin: 5px;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.selectLitre li.active {
    color: white;
    background-color: #4c4c4c;
}

.fl-width .fl-width {
    width: 100% !important;
    padding-right: 0;
}

/*@media only screen and (max-width: 912px){
    .add_bsket #add2basket[data-modal="#fastorder_box"]{
        width: 130px !important;
        margin-right:5px !important;
    }
    .add_favorite{
        width:130px;
        margin-right: 1px !important;
    }
}*/
@media only screen and (max-width: 767px) {
    #add2compare {
        margin: 10px 0 !important;
    }

    .add_favorite {
        float: none !important;
    }

    .search-mobile-block {
        display: block !important;
    }

    .f_right.header_top_basket {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .f_right.header_top_basket {
        /* display: block !important; */
    }

    .f_right.header_bottom_search_field.hid-mob {
        display: none;
    }
}

.search-mobile-block {
    display: none;
}

.search-mobile-block {
    height: 40px;
    width: 100%;
    position: relative;
}

.mobile_button_filter {
    background: url(/assets/css/../images/hamb_menu_img.png) 0 0 no-repeat;
    width: 40px;
    height: 20px;
    float: left;
    margin: 5px;
    margin-top: 14px;
    cursor: pointer;
    background-size: 25px 14px;
}

.mobile-form-block label {
    display: block;
}

.mobile-form-block input {
    text-transform: uppercase;
    font-size: 15px;
    width: calc(100% - 90px);
    border: 0px;
    line-height: 38px;
}

.mobile-form-block button {
    background: url(/assets/css/../images/search_icon.png) 0 0 no-repeat;
    width: 20px;
    height: 16px;
    float: right;
    margin: 10px;
    border: none;
    background-size: 20px 16px;
}

#insider2 {
    overflow: hidden;
}

.cube {
    z-index: 100;
}

.filter_over_auto {
    height: 100vh !important;
}

aside.filter_aside_ver_2 {
    width: 100%;
}


/* фиксированный  поиск*/
@media only screen and (max-width: 767px) {
    .search_position_fixed {
        position: fixed !important;
        top: 0px;
        left: 0px;
        right: 0px;
        transition: 0.15s all ease;
    }

    .height_auto {
        height: auto !important;
    }
}


/* Добавить в корзину, в избранное  */

.add_bsket_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/* каталог  */

@media screen and (max-width: 767px) {
    .calalog_mob {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
}


@media only screen and (max-width: 325px) {
    .calalog_mob__item {
        width: 119px !important;
    }
}


@media (min-width: 320px) and (max-width: 499px) {
    .calalog_mob__item {
        width: 119px !important;
    }

    .arrow_up {
        display: none;
        opacity: 0;
    }
}

/* Фрески в интерьере*/
.fresski-v-inter-item img {
    width: 211px !important;
    max-width: 100% !important;
}

@media only screen and (max-width: 400px) {
    .fresski-v-inter-item, .fresski-v-inter-item img {
        width: 100% !important;
        max-width: 100% !important;
    }

}


@media (min-width: 401px) and (max-width: 460px) {
    .fresski-v-inter-item {
        width: 100% !important;
        max-width: 100% !important;
    }

    .fresski-v-inter-item img {
        max-width: 90% !important;
        width: 100% !important;
    }

}


/* Добавить в избранное*/


@media screen and (max-width: 767px) {
    .btn_float_none {
        float: none !important;
    }

    .clearbutt_wrapper {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .clearbutt_wrapper .clearbutt {
        margin: 10px 0;
    }

    .header_bottom_search_field_it {
        display: none !important;
    }

    .clear-filter {
        padding-left: 15px;
    }
}


/*Фиксим баг на мобильной версии*/

.footer img[title="Способы оплаты онлайн"] {
    max-width: 100%;
}

input[type='radio']:checked + label {
    background-position-y: 2px !important;
    background: url(/assets/css/../images/icon_radio_button_active.png) 0 2px no-repeat;
}

#order_form_div .bx_element > label {
    min-height: 20px;
    height: auto !important;
}

@media (max-width: 370px) {
    .bx_block.w100.vertical {
        margin: 5px 0 30px 0;

    }
}

.bx_description .name {
    /*padding-left: 125px !important;*/
    margin-bottom: 10px;
}


/*Корзина мобильная версия */
@media only screen and (max-width: 530px) {

    .bx_ordercart_order_table_container tr {
        position: relative;
        padding-bottom: 15px;
    }

    .bx_ordercart_order_table_container .item {
        text-align: center !important;
    }

    .bx_ordercart_order_table_container .btn_del_item {
        position: absolute;
        top: 130px;
        right: 0px;
    }

    .bx_ordercart_order_table_container table tr td.d_inline-table {
        display: inline-table !important;
        width: 31% !important;
    }


    .bx_ordercart_order_table_container .price {
        margin-left: 1%;
        margin-top: 10px;
        margin-right: 0.5%;
    }

    .bx_ordercart_order_table_container .full_price {
        margin-top: 10px;
        margin-left: 0.5%;
    }
}


#header_top_basket_button {
    display: block !important;
    position: absolute;
    top: -145px;
    right: 20px;
}

@media screen and (min-width: 768px) {
    #header_top_basket_button {
        display: none !important;
    }
}

/*фиксим баг с select для айфона*/


@media screen and (max-width: 767px) {
    select:active {
        font-size: 16px !important;
        overflow-x: hidden;
    }

    .selectType {
        margin-top: 15px;
        max-width: 260px;
        overflow-x: hidden;
    }
}


/*header */
.mobile-form-block input {
    position: absolute;
    top: 0;
    bottom: 0;
}

/*footer*/


/*карточка товара*/

/*кнопки "быстрый заказ", "купить", "избранное", "сравнение" */
#content .add_bsket_item, #insider2 .add_bsket_item {
    display: inline-block;
    width: 47% !important;
    margin-right: 8px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px;
    height: 39px;
    max-width: 170px !important;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}


.add_bsket_item:hover {
    cursor: pointer;
}

.add_bsket_item_fast {
    max-width: 200px;
    cursor: pointer;
    padding-left: 10px;
    background-image: none;

}

.add_bsket_item_buy {
}

.add_bsket_item_favorite {

}

.add_bsket_item_comparison {
    border: 1px solid #939393;
    height: 39px;
    background: transparent url(/assets/images/icon/compare.png) 9px 50% no-repeat;
}


@media screen and (min-width: 768px) {
    #content .add_bsket_item, #insider2 .add_bsket_item {
        width: 47% !important;
        max-width: auto !important;
        margin-right: 0 !important;
    }

    #content .add_bsket_item.add_bsket_item_fast, #content .add_bsket_item.add_bsket_item_favorite, #insider2 .add_bsket_item.add_bsket_item_fast, #insider2 .add_bsket_item.add_bsket_item_favorite {
        width: 50% !important;
        margin-right: 3% ! important;
    }

    #content .add_bsket_item_b, #insider2 .add_bsket_item_b {
        width: auto !important;
        margin-right: 3% ! important;
    }

    #content .add_bsket_item_b.add_bsket_item_fast, #content .add_bsket_item_b.add_bsket_item_favorite, #insider2 .add_bsket_item_b.add_bsket_item_fast, #insider2 .add_bsket_item_b.add_bsket_item_favorite {
        width: auto !important;
        margin-right: 3% ! important;

    }

}

/**/

body {
    overflow-x: hidden;
}


.extra_boot2 h2 {
    margin-left: 50px;
    margin-bottom: 6px;
    margin-top: -12px;
    font-size: 17px;
    color: black;
}

#content {
    overflow: hidden;
}

@media (min-width: 768px) {
    .carousel_owl_box .owl-item .oboi_box {
        padding: 0 25px 0 10px;
    }

}


@media only screen and (max-width: 440px) {
    .carousel_owl_box_item .owl-carousel .owl-controls {
        display: block;
    }

    .carousel_owl_box_item .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -15px;
    }

    .carousel_owl_box_item .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -15px;
    }
}


@media only screen and (max-width: 767px) {
    .oboi_box {
        max-width: 100%;
    }

    .carousel_owl_box_item.freski_card_carousel_box_item .related_item {
        margin-right: 10px;
    }

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

    .oboi_brands_box_wall {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .oboi_brands_box_wall_item img {
        max-width: 100% !important;
    }

    .oboi_brands_box_wall_item {
        width: 49% !important;
        max-width: 150px !important;
        margin-right: 2% !important;
    }

    .oboi_brands_box_wall_item:nth-child(2) {
        margin-right: 0px !important;
    }

    .extra_boot2 h2 {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        text-align: center;
    }


    .extra_boot .card_wallpaper_img_box {
        height: auto;
    }

    .extra_boot2 .about_card_wallpaper_right {
        height: 200px !important;
        max-height: 220px !important;
    }

    .extra_boot2 {
        height: auto !important;
        max-height: inherit !important;
    }

    ul.slides {
        height: auto !important
    }

    #flex_extra img {
        cursor: pointer;
        max-width: 100%;
        height: auto;
    }
}


/*каталог обоев*/
@media only screen and (max-width: 767px) {
    .oboi_box_main .oboi_box, .oboi_box_main .related_item .oboi_box {
        width: 49% !important;
        height: auto !important;
        margin: 0px !important;
        margin-bottom: 20px !important;
        margin-right: 1px !important;
    }

    .oboi_box_main .oboi_box_text {
        height: auto;
    }

    .oboi_box_main {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

}

/*фильтр обоев */
@media only screen and (max-width: 767px) {
    .oboi_box_main_list .clear_filter_new_y {
        display: block !important;
    }
}

/*walspaper*/
.wallpaper_walls_img img {
    max-width: 100%;
    height: auto;
}

.wallpaper_for_walls {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}


/*freski*/

.carousel_owl_box.freski_card_carousel_box {
    overflow: visible;
}

@media only screen and (max-width: 500px) {
    .freski_card_wall_right .wallpaper_short_info_list.freski_card_wallpapers li.wallpaper_short_info_list_item > div:first-child {
        width: 50%;
    }
}

/*кнопка заказать в карточках фрески*/
a.freska_in_interier {
    background: #4c4c4c;
    color: #fff !important;
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    width: auto;
    line-height: 1;
    height: auto;
    text-transform: none;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {

    a.freska_in_interier {
        width: auto;
    }

    a.freska_in_interier:hover {
        background: #666;
        transition: all ease 0.3s;
    }

}


/*kraski - catalog kraski */
.title3_filter_kraski {
    margin-top: 50px;
    margin-bottom: 25px;

}

/*kraski filter */
@media only screen and (max-width: 767px) {
    .title3_filter_kraski + noindex .short-but.sticky-filter {
        margin-top: 0;
    }

    .title3_filter_kraski + noindex .short-but .clear-filter {
        padding-left: 0px;
    }

}


/* catalog->oboi->brand  filter */

@media only screen and (max-width: 767px) {
    .short-but_li.short-but_li_pl_0 {
        padding-left: 0px;
    }

    .short-but.sticky-filter.short-but_mt_55 {
        /*margin-top: 85px;*/
    }

}

.short-but_li.short-but_li_pl_0 {
    padding-left: 15px;
}


/* wallpaper__oboi_colors */

.wallpaper_walls_img__catalog_oboi {
    border: 4px solid #f6f6f6;
}

.wallpaper_walls_img__catalog_oboi:hover {
    border: 4px solid #a0a0a0;
    cursor: pointer;
    transition: all ease 0.15s;
}

.wallpaper_walls_txt.wallpaper_walls_txt_catalog_oboi {
    border-bottom: 0px;
    margin-top: 8px;
    background: #f6f6f6;
    padding: 4px 8px;
    position: relative;
    line-height: auto;
}

.wallpaper_walls_txt.wallpaper_walls_txt_catalog_oboi:hover {
    cursor: pointer;
    background: #a0a0a0;
    transition: all ease 0.15s;
}


.wallpaper_walls_txt.wallpaper_walls_txt_catalog_oboi a {
    line-height: auto;
    padding: 0px;
    margin: 0px;
}

.wallpaper_walls_txt.wallpaper_walls_txt_catalog_oboi a:hover {
    text-decoration: none;
}


.wallpaper_for_walls__oboi_colors {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wallpaper_walls_img_it.wallpaper_for_walls__oboi_colors__img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 3px solid #dbdbdb;
}

.wallpaper_walls_img_it.wallpaper_for_walls__oboi_colors__img:hover {
    border: 3px solid #a0a0a0;
    cursor: pointer;
    transition: all ease 0.15s;
}


.wallpaper_btn_show_more_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}

.wallpaper_btn_show_more {
    margin: 0 auto;
    background-color: #f1f1f1;
    border-radius: 25px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    padding: 10px 20px;

}

.wallpaper_btn_show_more:before {
    content: 'Показать еще ...';
}

.wallpaper_btn_show_more.active:before {
    content: 'Скрыть';
    transition: all ease 0.15s;
}

.wallpaper_btn_show_more:hover {
    background-color: #a0a0a0;
    border: 1px solid #a0a0a0;
    transition: all ease 0.15s;

}


.wallpaper_walls_item__wrapper {
    display: none;
}


.wallpaper_for_walls__brands_sect {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    flex-wrap: wrap;
    padding-left: 0;
}

.wallpaper_for_walls__brands_sect figure {
    width: 25%;
    margin-bottom: 10px;
}


.wallpaper_for_walls__brands_sect a {
    font-size: 14px;
    text-decoration: none;


}

.wallpaper_for_walls__brands_sect a:hover {
    text-decoration: underline;
    transition: all ease 0.15s;
}

.l_title3_new + div > .short_info_main_box_item1 {
    padding-top: 0px;
}


@media screen and (max-width: 768px) {

    .wallpaper_for_walls__brands_sect figure {
        width: 25%;
        margin-bottom: 10px;
    }


    .wallpaper_walls_item__wrapper.on {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .carousel_owl_box_akcii .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 0;
    }

    .carousel_owl_box_akcii .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 0;
    }
}

@media (min-width: 902px) {
    .wallpaper_for_walls.freski_for_walls {
        margin-left: 0 !important;
    }
}















.sort_block_row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 20px;
}

.sort_block_dropdown {
    position: relative;
    display: inline-block;
    margin: 0;
    font-family: Arial, sans-serif;
    z-index: 999999;
}

.sort_block_button {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 250px;
    height: 46px;
    padding: 0 17px;
    border: 1px solid #dedede;
    border-radius: 12px;
    background: #ffffff;
    color: #222222;
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.sort_block_button:hover {
    border-color: #452623;
    background: #fdfbfa;
    box-shadow: 0 7px 20px rgba(69, 38, 35, 0.14);
}

.sort_block_button:focus-visible {
    outline: 2px solid rgba(69, 38, 35, 0.3);
    outline-offset: 2px;
}

.sort_block_dropdown.sort_block_open .sort_block_button {
    border-color: #452623;
    background: #ffffff;
    box-shadow: 0 7px 20px rgba(69, 38, 35, 0.16);
}

.sort_block_label {
    color: #777777;
    font-weight: 400;
}

.sort_block_separator {
    color: #cccccc;
}

#sort_block_selected_option {
    color: #222222;
    font-weight: 600;
}

.sort_block_arrow {
    margin-left: auto;
    color: #452623;
    font-size: 17px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.sort_block_dropdown.sort_block_open .sort_block_arrow {
    transform: rotate(180deg);
}

.sort_block_menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 1000000;
    width: 100%;
    min-width: 250px;
    margin: 0;
    padding: 7px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    list-style: none;
    overflow: hidden;
}

.sort_block_menu[hidden] {
    display: none;
}

.sort_block_menu li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sort_block_menu li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
    padding: 9px 38px 9px 12px;
    border-radius: 8px;
    box-sizing: border-box;
    background: transparent;
    color: #222222 !important;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none !important;
    transition:
        background-color 0.18s ease,
        color 0.18s ease;
}

.sort_block_menu li a:hover {
    background: #f7f3f2;
    color: #452623 !important;
}

.sort_block_menu li a.sort_block_selected {
    background: #f2eae8;
    color: #452623 !important;
    font-weight: 600;
}

.sort_block_menu li a.sort_block_selected::after {
    content: "✓";
    position: absolute;
    top: 50%;
    right: 13px;
    color: #452623;
    font-size: 15px;
    font-weight: 700;
    transform: translateY(-50%);
}

.sort_have_ost_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 46px;
    padding: 0 17px;
    border: 1px solid #dedede;
    border-radius: 12px;
    background: #ffffff;
    box-sizing: border-box;
    color: #222222 !important;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.sort_have_ost_button:hover {
    border-color: #452623;
    background: #fdfbfa;
    color: #452623 !important;
    box-shadow: 0 7px 20px rgba(69, 38, 35, 0.14);
}

.sort_have_ost_button:focus-visible {
    outline: 2px solid rgba(69, 38, 35, 0.3);
    outline-offset: 2px;
}

.sort_have_ost_button_icon {
    display: none;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #452623;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.sort_have_ost_button_active {
    border-color: #452623;
    background: #ffffff;
    color: #452623 !important;
    box-shadow:
        0 4px 14px rgba(69, 38, 35, 0.12),
        inset 0 0 0 1px rgba(69, 38, 35, 0.12);
}

.sort_have_ost_button_active .sort_have_ost_button_icon {
    display: flex;
}

.sort_have_ost_button_active:hover {
    border-color: #452623;
    background: #f7f3f2;
    color: #452623 !important;
    box-shadow:
        0 7px 20px rgba(69, 38, 35, 0.16),
        inset 0 0 0 1px rgba(69, 38, 35, 0.12);
}

@media (max-width: 767px) {
    .sort_block_row {
        display: flex;
        align-items: flex-start;
        width: auto;
        max-width: calc(100% - 30px);
        gap: 8px;
        margin: 0 0 15px 15px;
    }

    .sort_block_dropdown {
        display: inline-block;
        width: auto;
        max-width: calc(100% - 100px);
        margin: 0;
    }

    .sort_block_button {
        width: auto;
        min-width: 200px;
        max-width: 100%;
        height: 42px;
        padding: 0 12px;
        gap: 6px;
        border-radius: 10px;
        font-size: 13px;
    }

    .sort_block_label {
        font-size: 13px;
    }

    #sort_block_selected_option {
        font-size: 13px;
    }

    .sort_block_arrow {
        font-size: 15px;
    }

    .sort_block_menu {
        width: 100%;
        min-width: 200px;
        max-width: calc(100vw - 30px);
        padding: 6px;
        border-radius: 10px;
    }

    .sort_block_menu li a {
        min-height: 40px;
        padding: 8px 36px 8px 11px;
        border-radius: 7px;
        font-size: 13px;
    }

    .sort_have_ost_button {
        flex: 0 0 auto;
        height: 42px;
        padding: 0 12px;
        gap: 6px;
        border-radius: 10px;
        font-size: 13px;
    }

    .sort_have_ost_button_icon {
        width: 17px;
        height: 17px;
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .sort_block_row {
        gap: 6px;
        max-width: calc(100% - 20px);
        margin-left: 10px;
    }

    .sort_block_dropdown {
        max-width: calc(100% - 90px);
    }

    .sort_block_button {
        min-width: 185px;
        padding: 0 10px;
        gap: 5px;
    }

    .sort_block_label {
        font-size: 12px;
    }

    #sort_block_selected_option {
        font-size: 12px;
    }

    .sort_have_ost_button {
        padding: 0 10px;
        gap: 5px;
        font-size: 12px;
    }

    .sort_block_menu {
        min-width: 185px;
        max-width: calc(100vw - 20px);
    }
}

/* End */


/* Start:/assets/css/style2.css?174170262415905*/
a {
    color: black !important;
    text-decoration: underline;
}

a:active {
    color: black !important;
    text-decoration: underline;
}

a.footer_list_link:hover,
.social a:hover {
    opacity: 1;
}

.header_top {
    border-bottom: 1px solid black;
    padding-bottom: 15px;
}

.header_bottom {
    background-color: #FFF;
}

.header_top, .header_top_number, .header_place {
    background-color: #ffffff;
    color: black;
}

.header_top_basket_button, .header_top_basket_button2 {
    border: 1px solid black;
    /*border-radius: 0;
    -webkit-border-radius:0;*/
}

.owl_carousel3 {
    height: 100%;
}

.header_top .header_top_basket .header_top_basket_button:last-child:before {
    background: url(/assets/css/../images/icon/basket_icon_img2.png) 0 0 no-repeat;
    height: 17px;
    width: 24px;
    top: 4px;
}

.header_top_basket a:last-child {
    border: 2px solid black;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 4px;
    text-decoration: none;
}

.f_right.header_top_basket {
    margin-top: 0;
    /* width: auto; */
}

.header_place {
    margin-left: 10%;
}

.header_top_basket_button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 111px;
}

.video_player {
    height: 150px;
}

.footer {
    border-top: 1px solid gray;
    background-color: #ffffff;
    color: black;
    margin-top: 32px;
}

.footer_list_link, .footer_copy, .social a, .white {
    color: black;
}

#banner_block img {
    display: inline-block;
    height: 100%;
    max-width: 100%;
}

.row.st {
    margin: 0px;
}

.d_block.tel1 a {
    color: black;
}

.short_info_main_box_item1 .title1 {
    text-align: left;
}

.short_info_main_box_item1 p {
    font-size: 13px;
    line-height: normal;
    font-weight: normal;
    font-family: 'Roboto', 'Helvetica' sans-serif;
}

.short_info_main_box_item1 a {
    color: #000;
}

.footer_adress.white,
.tel_number.white {
    background: transparent;
    color: #000;
}

/* ++++++++++++++++++++++++==========filter===========+++++++++++++++++++++++++++++++++ */

[class*="open_"] {
    font-family: 'Open Sans', 'Roboto' sans-serif;
}

.open_lt {
    font-weight: 300;
}

.open_reg {
    font-weight: 400;
}

.open_sb {
    font-weight: 600;
}

.open_bd {
    font-weight: 700;
}

.open_exb {
    font-weight: 800;
}

.helvetica_lt {
    font-family: 'HelveticaNeueCyr-Light', 'Roboto' sans-serif;
}


.filter_version2 {
    min-height: 62px;
    margin: 0 -15px;
    width: auto;
}

.filter_with_search {
    position: relative;
    font-weight: 400;
    font-family: 'Open Sans', 'Roboto' sans-serif;
}

.filter_ver2_list {
    /* position: relative; */
    text-align: center;
    width: calc(100% - 187px);
}

.filter_ver2_list_item {
    /* margin: 10px 33px 4px -3px; */
    margin: 15px 1.9% 4px -3px;
    display: inline-block;
}

.filter_ver2_list_item:last-child {
    margin-right: 0;
}

.filter_ver2_link {
    position: relative;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-family: 'Open Sans', 'Roboto' sans-serif;
    font-weight: 400;
    padding: 0 20px 19px 4px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    /* margin-bottom: 10px; */
    display: inline-block;
    text-decoration: none;
}

.filter_ver2_link:hover,
.filter_ver2_link.active {
    text-shadow: 0px 0px 0px;
}

.filter_ver2_link:after {
    position: absolute;
    content: "";
    top: 12px;
    right: 0;
    background: url(/assets/css/../images/icon/filter_icon_ver2.png) 0 0 no-repeat;
    width: 12px;
    height: 11px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.filter_ver2_link:hover:after,
.filter_ver2_link.active:after {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: url(/assets/css/../images/icon/filter_icon_ver2_up.png) 0 0 no-repeat;
}

.filter_ver2_link:hover:before,
.filter_ver2_link.active:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #4f4f4f;
    box-shadow: 0 6px 0px #4f4f4f;
}

.filter_ver2_list_item.drop_no .filter_ver2_link {
    padding-right: 0;
    padding-left: 0;
}

.filter_ver2_list_item.drop_no .filter_ver2_link:after {
    display: none;
}

.filter_ver2_dropdown {
    text-align: left;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 479px;
    overflow: auto;
    background-color: #FFF;
    border: 2px solid #808080;
}

.filter_ver2_dropdown.active_two_blocks {
    /* text-align: center; */
}

.filter_ver2_dropdown_left {
    width: 100%;
    padding-left: 143px;
    padding-top: 36px;
    /* padding-right: 95px; */
    padding-bottom: 20px;
    overflow: auto;
    height: 100%;
    position: relative;
    float: left;
}

.filter_ver2_dropdown.active_two_blocks .filter_ver2_dropdown_left {
    width: 64.91891891891892%;
}

.filter_ver2_dropdown_left:after {
    display: none;
}

.filter_ver2_dropdown.active_two_blocks .filter_ver2_dropdown_left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 3px;
    display: inline-block;
    margin-bottom: 51px;
}

.filter_ver2_dropdown_right {
    width: 35.02702702702703%;
    padding-left: 96px;
    padding-top: 36px;
    overflow: auto;
    height: 100%;
    float: left;
}

.filter_ver2_dropdown_title {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Open Sans', 'Roboto' sans-serif;
    line-height: 1.2;
    color: #929292;
    text-decoration: underline;
    margin-bottom: 23px;
    margin-top: 0;
    text-align: left;
    padding: 0;
}

.filter_ver2_list_brands {
    margin-bottom: 20px;
}

.filter_ver2_dropdown_right .filter_ver2_list_brands {
    margin-left: -20px;
}

.filter_ver2_list_brands li {
    /* width: 17.756%; */
    width: 192px;
    float: left;
}

.filter_ver2_dropdown_right .filter_ver2_list_brands li {
    /* width: 34.008%; */
    width: 180px;
}

.filter_ver2_list_brands li a {
    padding: 9px 5px 9px 20px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #424242;
    text-decoration: none;
}

.filter_ver2_list_brands li a:hover {
    background-color: #ECECEC;
}

.link_after_drop_list_box {
    padding-bottom: 30px;
}

.link_after_drop_list {
    color: #303030;
    font-size: 25px;
    line-height: 1.2;
    text-decoration: underline;
    padding-right: 150px;
}

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

.header_bottom .header_bottom_search_field {
    display: none;
}

.header_bottom .filter_with_search .header_bottom_search_field {
    margin-top: 14px;
    height: 31px;
    display: block;
}

.filter_with_search .header_bottom_search_field_it {
    font-weight: 400;
    font-family: 'Open Sans', 'Roboto' sans-serif;
}

.filter_with_search input.header_bottom_search_field_it::-webkit-input-placeholder {
    color: #303030;
}

.filter_with_search input.header_bottom_search_field_it::-moz-placeholder {
    color: #303030;
}

.filter_with_search input.header_bottom_search_field_it:-moz-placeholder {
    color: #303030;
}

.filter_with_search input.header_bottom_search_field_it:-ms-input-placeholder {
    color: #303030;
}

.filter_with_search input.header_bottom_search_field_it:focus::-webkit-input-placeholder {
    opacity: 0;
}

.filter_with_search input.header_bottom_search_field_it:focus::-moz-placeholder {
    opacity: 0;
}

.filter_with_search input.header_bottom_search_field_it:focus:-moz-placeholder {
    opacity: 0;
}

.filter_with_search input.header_bottom_search_field_it:focus:-ms-input-placeholder {
    opacity: 0;
}

.filter_with_search .header_bottom_search_button {

}

/* aside */
/*aside.filter_aside_ver_2{
    width: 245px !important;
    !*border-right: 1px solid #646464;*!
    !* margin-left: -15px;
    padding: 0 20px 0 14px; *!
    font-family: 'HelveticaNeueCyr-Light', 'Roboto' sans-serif;
    color: #303030;
    background-color: #FFF;
    !* overflow: auto; *!
    !* max-width: 100%; *!
}*/
.filter_over_auto {
    margin-left: -15px;
    padding: 17px 20px 0 14px;
    overflow: auto;
}

aside.filter_aside_ver_2 a {
    color: #303030;
}

.choose_filter_txt {
    min-height: 38px;
    /*border-bottom: 1px solid #646464;*/
    font-size: 14px;
    line-height: 16px;
    padding: 11px 0 11px 13px;
    margin: 0 0px 0px -25px;
}

.star_choose_icon {
    padding-left: 6px;
}

.category_filter_aside {
    /* overflow: auto; */
    /*max-height: 900px;
    height: 100vh;*/
}

/*.filter_aside_title{
    font-size: 17px;
    line-height: 19px;
    color: #303030;
    margin-bottom: 9px;
}

.choosen_box{
    margin-bottom: 15px;
}
    .choosen_box label{
        font-size: 13px;
        display: block;
        margin-bottom: 6px;

    }

    .choosen_box label.ch_b{
        padding-bottom: 7px;
        border-bottom: 1px dotted #a2a2a2;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
    }

        .choosen_box label a{
            text-decoration: underline;
        }
        .choosen_box label a:hover{
            text-decoration: none;
        }
    .choose_lnk{
        font-size: 18px;
        !*padding-left: 24px;*!
        position: relative;
        text-decoration: underline;
    }
    .choose_lnk:hover{
        text-decoration: none;
    }*/
.choose_lnk:before {
    /*content: "";
    position: absolute;
    background: url(/assets/css/../images/icon/star_choose_icon.png) 0 0 no-repeat;
    top: 2px;
    left: 5px;
    height: 15px;
    width: 15px;*/
}

.choose_checkbox_container {
    /*margin-left: 5px;
    height: 66px;
    overflow: hidden; */
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.active.choose_checkbox_container {
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.choose_checkbox_label {
    cursor: pointer;
    color: #646464;
}

.choose_checkbox_label input {
    margin: 2px 7px 0 0;
}

.choose_checkbox_label span {
    /*text-decoration: underline;
    color: #000000;*/
}

.choose_checkbox_container a:hover .choose_checkbox_label span {
    text-decoration: none;
}

.show_more_checkbox {
    margin-left: 20px;
    padding-left: 18px;
    background: url(/assets/css/../images/icon/filter_icon_ver2.png) 0 3px no-repeat;
    -webkit-background-size: 10px 10px;
    -o-background-size: 10px 10px;
    background-size: 10px 10px;
    cursor: pointer;
}

/* about_us-services */
.about_us-services {
    color: #666;
    font-size: 16px;
    line-height: 20px;
    font-family: 'HelveticaNeueCyr-Light', 'Roboto' sans-serif;
    padding: 86px 10px 45px 0;
}

.about_us-services_img_box {
    width: 101px;
    height: 101px;
    margin: 0 auto 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    line-height: 101px;
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
}

[data-serv-img="about_serv_img1"] {
    background-image: url(/assets/css/../images/icon/about_serv_img1.png);
}

[data-serv-img="about_serv_img2"] {
    background-image: url(/assets/css/../images/icon/about_serv_img2.png);
}

[data-serv-img="about_serv_img3"] {
    background-image: url(/assets/css/../images/icon/about_serv_img3.png);
}

.about_us-services_title {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Open Sans', 'Roboto' sans-serif;
    text-align: left;
}

.about_us-services_text {
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
}

.about_us-services_text a {
    color: #666;
    text-decoration: underline;
}

.about_us-services_text a:hover {
    text-decoration: none;
}


/* slider on autowidth */
.slider_auto_width {
    max-height: 721px;
    overflow: hidden;
    border-bottom: 2px solid #fff;
    box-shadow: 0px 0px 0px 2px #c1c1c1;
}

.slider_auto_width .owl-item {
    float: left;
}

.slider_auto_width.owl-carousel .owl-item:after {
    clear: left;
    content: "";
    display: block;
    width: 0;
    visibility: hidden;
}

.slider_auto_width_item {
    width: 1180px;
    float: left;
}

.slider_auto_width_img_box {
    margin-bottom: 57px;
}

.slider_auto_width_mini_it {
    margin: 0 -1px;
}

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

.slider_auto_width_mini_it .oboi_box {
    width: 180px;
}

.slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-prev,
.slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-next {
    width: 367px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    background-image: none !important;
    margin-top: 0;
    opacity: 1 !important;
}

.slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    height: 128px;
    width: 51px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    background: url(/assets/css/../images/icon/slider_auto_width_prev.png) 0 0 no-repeat;
}

.slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-next:before {
    background: url(/assets/css/../images/icon/slider_auto_width_next.png) 0 0 no-repeat;
    right: 100%;
    left: auto;
}

.slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before,
.slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
    opacity: 0.8;
}

.slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.choosen_box label, .choose_checkbox_container {
    text-align: left;
}

.choose_checkbox_container a {
    display: block;
    text-decoration: none;
}

.choosen_box label {
    width: 100%;
}

.filter_new_y {

}

.filter_new_y .col-lg-2 {
    width: 100%;
    padding: 0;
}

.delivery_menu_link {
    color: white !important;
}

.catalog_text {
    padding: 0 15px;
}

.for_desktop {
    display: block;
}

.for_mobile {
    display: none;
    height: 250px;
}

.for_mobile[poster] {
    object-fit: cover;
}

.short-but {
    margin-bottom: 15px;
}

.short-but_li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.short-but_li label {
    float: left;
    background-color: #777;
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 15px 5px 15px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
}

.short-but_li span {
    float: right;
    width: 24px;
    height: 25px;
    background-color: #777;
    color: #fff !important;
    margin-left: 1px;
    border-radius: 0px 3px 3px 0px;
    padding-top: 5px;
    padding-left: 7px;
}

.short-but_li a {
    width: 100%;
    height: 25px;
    display: block;
    z-index: 1001;
    cursor: pointer;
}


.header_bottom {
    border-bottom: 1px solid black;
}

.right_filter_info {
    position: relative;
    z-index: 0;
}

.filter_new_y {
    position: relative;
    z-index: 1;
}
/* End */


/* Start:/assets/css/responsive.css?174170262454595*/
body{
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}
#order_form_content .bx_ordercart .bx_ordercart_order_table_container table td:empty{
	display: table-cell;
}
.mejs-container{
	height: 100%;
}
.mejs-poster{
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}
.mejs-inner{
	height: 100%;
	position: relative;
}
.mejs-mediaelement video{
	height: 100%;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1920px){
	.text__size-gostinaya{
		font-size: 22px;
	}

	.text__size-detskaya{
		font-size: 21px;
	}

	.text__size-kukhnya{
		font-size: 20px;
	}

	.text__size-koridor{
		font-size: 19px;
	}

	.text__size-spalnya{
		font-size: 18px;
	}

	.text__size-kabinet{
		font-size: 17px;
	}
}

@media screen and (max-width: 1600px) and (min-height: 900px){
	.text__size-gostinaya{
		font-size: 25px;
	}

	.text__size-detskaya{
		font-size: 24px;
	}

	.text__size-kukhnya{
		font-size: 23px;
	}

	.text__size-koridor{
		font-size: 22px;
	}

	.text__size-spalnya{
		font-size: 21px;
	}

	.text__size-kabinet{
		font-size: 20px;
	}
}
@media only screen and (min-width: 1450px){
	.cards_frescoes_right_box {
		float: left;
	}
}

@media only screen and (min-width: 768px) {
	#small_contacts{
		display: none;
	}
	.header_top_basket{
		width: 111px;
	}
	.header_top_basket a.header_top_basket_button {
		display: block;
	}
	.header_top_basket a:last-child{
		margin-top: 12px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
}
@media only screen and (max-width: 1500px) {
	.sf-menu ul li{
		width: 20%;
	}
}
@media only screen and (max-width: 1483px) {
	.superfish .sf-arrows .sf-with-ul,
	.superfish .sf-menu > li > a{
		padding: 13px 30px 13px 16.5px;
	}
	.superfish .sf-arrows .sf-with-ul:after,
	.superfish .sf-menu > li > a:after{
		right: 10px;
	}
	.dropdown_filter ul {
		max-width: 930px;
	}
}
@media only screen and (max-width: 1400px) {
	.freski_card3_text {
		margin: 30px 18.5% 30px 0;
	}

	.cards_frescoes_right_box{
		width: 470px !important;
	}
}

@media only screen and (max-width: 1366px){
	.text__size-gostinaya{
		font-size: 19px;
	}

	.text__size-detskaya{
		font-size: 18px;
	}

	.text__size-kukhnya{
		font-size: 17px;
	}

	.text__size-koridor{
		font-size: 16px;
	}

	.text__size-spalnya{
		font-size: 15px;
	}

	.text__size-kabinet{
		font-size: 14px;
	}
}

@media only screen and (max-width: 1280px){
	.text__size-gostinaya{
		font-size: 17px;
	}

	.text__size-detskaya{
		font-size: 16px;
	}

	.text__size-kukhnya{
		font-size: 15px;
	}

	.text__size-koridor{
		font-size: 14px;
	}

	.text__size-spalnya{
		font-size: 13px;
	}

	.text__size-kabinet{
		font-size: 12px;
	}
}

@media only screen and (max-width: 768px){
	.text__size-gostinaya{
		font-size: 16px;
	}

	.text__size-detskaya{
		font-size: 15px;
	}

	.text__size-kukhnya{
		font-size: 14px;
	}

	.text__size-koridor{
		font-size: 13px;
	}

	.text__size-spalnya{
		font-size: 12px;
	}

	.text__size-kabinet{
		font-size: 11px;
	}

	.category_filter_aside .show_more_checkbox{
		display: none !important;
	}

	.sticky-wrapper{
		height: auto !important;
	}
}

@media only screen and (max-width: 1250px) {
	.oboi_img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 1225px) {
	.near_box_images_links{
		/*width: 75px;
		height: 75px;*/
	}
}
@media only screen and (max-width: 1224px) {
	.sf-menu li	{
		margin: 2px 1px;
	}
}
@media only screen and (max-width: 1216px) {
	.wallpaper_for_walls{
		margin: 0 -10.4px;
	}
	.wallpaper_walls_item{
		margin: 0px 10.4px 17px;
	}
	.oboi_box_main.oboi_big {
		margin: 0 -9px 1px -9px;
	}
	.oboi_box_main.oboi_big .oboi_box{
		margin: 0 9px 32px;
	}
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		margin: 0 9px 15px;

	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -9px 12px -9px
	}
	.oboi_brands_box_wall_item:first-child{
		margin-right: 20px;
	}
	.news_block_hover_main_show{
		width: 53.07692307692308%;
	}
}
@media only screen and (max-width: 1214px) {
	.near_box_images {
		margin: 4px -1px 0px -1px;
	}
	.near_box_images_links{
		margin: 1px;
	}
}
@media only screen and (max-width: 1200px) {
	.freski_card3_text {
		margin: 30px 0px 30px 0px;
	}
	.wallpaper_for_walls{
		margin: 0 -8px;
	}
	.wallpaper_walls_item{
		margin: 0px 8px 17px;
	}
	.about_card_wallpaper_right{
		margin-left: 0;
	}
	.about_card_wallpaper_right .carousel_main_box_item .flex-viewport,
	.about_card_wallpaper_right .carousel_main_box_item .flex-control-thumbs{
		float: none;
	}
	.carousel_main_box_item .flex-control-thumbs li{
		float: left;
		margin-right: 3px;
	}
	.carousel_main_box_item.podbor_oboev_carousel .flex-control-thumbs li{
		margin-bottom: 5px;
	}
	.carousel_main_box_item.podbor_oboev_carousel .flex-control-thumbs{
		display: block;
		float: none;
		margin-top: 1px;
		clear: none;
		overflow: hidden;
	}
	.carousel_main_box_item .flex-control-thumbs{
		display: block;
		margin-top: 5px;
		clear: both;
		overflow: hidden;
	}
	.about_card_wallpaper_right .carousel_main_box_item .flex-viewport{
		width: 99%;
	}
	.about_card_wallpaper_right .carousel_main_box_item .flexslider.thumbnails .buttons_on_carousel{
		display: inline-block;
		margin-bottom: 10px;
	}
	.about_card_wallpaper_right .carousel_main_box_item .flexslider.thumbnails .buttons_on_carousel .buttons_on_carousel_item1{
		position: relative;
		bottom: initial;
		float: left;
	}
	.about_card_wallpaper_right .buttons_on_carousel_item1{
		left: 0;
	}
	.about_card_wallpaper_right .carousel_main_box_item{
		max-height: 100%;
	}
	.about_card_wallpaper_right .carousel_main_box_item .flexslider .slides {
		width: 100%;
		float: none;
	}
	.about_card_wallpaper_right .carousel_main_box_item .flexslider,
	.about_card_wallpaper_right .carousel_main_box_item .flex-control-thumbs li{
		height: auto !important;
	}
	.flexslider.thumbnails li[data-thumb] img{
		width: 100%;
		height: auto;
	}

	.map_wrapper,
	div.bx-yandex-map {
		width: 100% !important;
	}
}
@media only screen and (max-width: 1199px) {
	.short_info_main_box_item1{
		padding: 32px 0px 0px 0px;
	}
	.delivery_contacts{
		margin: -9px 0 27px 0px;
	}
	.delivery_form{
		width: 70%;
	}
	.flexslider2_main_box,
	.after_flex{
		margin-left: 0;
	}
	.new_left_bx .title3{
		font-size: 22px;
	}
	.aside_conteiner{
		width: 24%;
	}
	.carousel_main_box_item .flex-viewport{
		/*width: 82.3%;*/
		width: calc(100% - 1px);
	}
	.near_box_images_links{
		/*width: 60px;	
		height: 60px;	*/
	}
	.flexslider.thumbnails li[data-thumb] img,
	.near_box_images_it{
		max-width: 	100%;
		height: auto;
	}
	#catalog_d_carousel .container-fluid,
	#catalog_d_carousel .col-lg-12.col-md-12.col-sm-12.col-xs-12{
		padding: 0;
	}
	#catalog_d_carousel .row{
		margin: 0;
	}
	form#sendFilterForm #catalog_d_carousel .container-fluid{
		width: 100%;
	}
	#card_shows .freski_card_wall_right{
		margin-left: 0;
	}
	#card_shows .price_rub{
		font-size: 18px;
	}
	#card_shows .counter_box.counter_box_l{
		width: 185px;
	}
	.sf-menu ul li{
		width: 25%;
	}
	#first_block, #second_block{
		min-height: 158px;
	}
}
@media only screen and (max-width: 1183px) {
	.header_place{
		padding-left: 0;
		width: 155px;
	}
}
@media only screen and (max-width: 1173px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		margin: 0 5px 15px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -5px 12px -5px
	}
}
@media only screen and (max-width: 1170px) {
	.near_carousel{
		/*width: 31%;*/
	}
	.carousel_main_box_item .flexslider {
		width: 68%;
	}
	.carousel_main_box_item{
		padding: 15px 10px;
	}
	.wallpaper_for_walls{
		margin: 0 -5px;
	}
	.wallpaper_walls_item{
		margin: 0px 5px 17px;
	}
	.oboi_box_main.oboi_big .oboi_box{
		width: 204px;
	}
}
@media only screen and (max-width: 1165px){
	.img_frescoes_interior{
		width: 100%;
	}
	.img_frescoes_interior img{
		width: 100%;
		height: auto;
	}
	.frescoes_interior .img_frescoes_interior{
		width: auto;
	}
	.frescoes_interior .img_frescoes_interior.ex_frescoes_img{
		width: 504px;
	}
	.frescoes_interior .img_frescoes_interior.ex_frescoes_img img{
		width: auto;
	}
}
@media only screen and (max-width: 1156px) {
	.oboi_brands_box_wall_item:first-child{
		margin-right: 5px;
	}
}
@media only screen and (max-width: 1145px) {
	.near_carousel{
		width: 29.296%;
	}
}
@media only screen and (max-width: 1141px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		margin: 0 14px 15px 0px;

	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -14px 12px -14px
	}
	.oboi_brands_box_wall_item{
		width: 165px;
	}
	.wallpaper_short_info_list.freski_card_wallpapers{
		margin-left: 20px;
	}
}
@media only screen and (max-width: 1135px) {
	.wallpaper_for_walls{
		margin: 0 -11.89px;
	}
	.wallpaper_walls_item{
		margin: 0px 11.89px 17px;
	}
	.oboi_box_main.oboi_big {
		margin: 0 -5px 1px -5px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0 5px 32px;
	}
}
@media only screen and (max-width: 1124px) {
	.carousel_main_box_item .flex-viewport{
		/*width: calc(100% - 115px);*/
	}
	.frescoes_interior .img_frescoes_interior.ex_frescoes_img{
		height: auto;
	}
}
@media only screen and (max-width: 1108px) {
	.near_carousel{
		width: 30%;
	}
}
@media only screen and (max-width: 1100px) {
	.more_link_box{
		position: relative;
		bottom: 0;
	}
	.vertical_right_text .title2{
		font-size: 14px;
		letter-spacing: 0px;
	}
	.vertical_right_text{
		height: auto;
		overflow: initial;
	}
	.vertical_img{
		margin-right: 10px;
		width: 125px;
		height: auto;
	}
	.vertical_img_item{
		width: 100%;
		height: auto;
	}
	.vertical.flexslider .flex-viewport {
		height: 425px !important;
	}
	.checkout_form{
		width: 70%;
	}
}
@media only screen and (max-width: 1099px) {
	.news_block_hover_main_show,
	.news_block_hover_list_item.active .news_block_hover_list_link:before,
	.news_block_hover_list_item.active .news_block_hover_list_link:after,
	.news_block_hover_list_item:before{
		display: none;
	}
	.news_block__item1{
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.news_block__item1 .title5{
		text-align: center;
		padding-bottom: 15px;
	}
	.news_block_hover_main_item{
		margin-top: 20px;
	}
	.news_block_hover_list.right_news_list .news_block_hover_list_item.active .news_block_hover_list_link {
		padding: 4.5px 11px 4.5px 10px;
	}
	.news_block_hover_list .news_block_hover_list_item.active .news_block_hover_list_link{
		border-right: 1px solid #CFCFCF;
	}
	.news_block_hover_list.right_news_list .news_block_hover_list_link{
		float: none;
		width: 100%;
	}
	.news_block_hover_list.right_news_list .news_block_hover_list_item:before{
		left: 0;
	}
	.news_block_hover_list.right_news_list + .news_link_div{
		padding-left: 10px;
	}
	.img_show{
		display: block;
		max-width: 300px;
		/*margin: auto;*/
	}
	.news_block_hover_main_show_img2{
		display: inline-block;
		max-width: 100%;
		height: auto;
	}
	.news_block_hover_list_item{
		border: 1px solid #EAEAEA;
		padding: 10px;
		width: 48%;
		display: inline-block;
		margin: 0 7px 10px 0;
	}
	.news_block_hover_list{
		margin:0 -7px 0 0;
	}
	.news_block_hover_list_link{
		width: auto;
	}
	.news_block_hover_list_item.active{
		background-color: transparent;
		-webkit-transition: all 0s ease;
		-moz-transition: all 0s ease;
		-o-transition: all 0s ease;
		transition: all 0s ease;
	}
	.news_block_hover_list_item.active .news_block_hover_list_link,
	.news_block_hover_list.right_news_list,
	.news_block_hover_list_link ,
	.news_block_hover_list .news_block_hover_list_item.active .news_block_hover_list_link,
	.news_block_hover_list.right_news_list .news_block_hover_list_item.active .news_block_hover_list_link ,
	.news_block_hover_list .news_block_hover_list_item:last-child .news_block_hover_list_link,
	.news_block_hover_list .news_block_hover_list_item:last-child .news_block_hover_list_link:hover{
		border: none;
		background-color: transparent;
	}
	.news_block_hover_list.right_news_list .news_block_hover_list_item.active .news_block_hover_list_link,
	.news_block_hover_list_item.active .news_block_hover_list_link ,
	.news_block_hover_list_link{
		padding: 10px 0px 0px 0px;
	}
	.news_link_div_link{
		font-size: 16px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item{
		width: 195px;
	}
}
@media only screen and (max-width: 1083px) {
	.near_box_images_links{
		width: 70px;
		height: 70px;
	}
}
@media only screen and (max-width: 1070px) {
	.content_right_col{
		margin-left: 60px;
	}
	.oboi_box_main.oboi_big {
		margin: 0 -14px 1px -14px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0 14px 32px;
	}
	.oboi_brands_box_wall_item{
		width: 155px;
	}
}
@media only screen and (max-width: 1066px) {
	.near_carousel {
		/*width: 31.5%;*/
	}
}
@media only screen and (max-width: 1060px) {
	#slider_flex{
		width: 83.3%;
	}
}
@media only screen and (max-width: 1052px) {
	.price_rub{
		font-size: 17px;
	}
}
@media only screen and (max-width: 1051px){
	.carousel_main_box_item .flex-viewport {
		/*width: calc(100% - 110px);*/
	}
	.carousel_main_box_item .flexslider{
		width: 80%;
	}
	.carousel_main_box_item .flexslider_box{
		width: 70%;
	}
	.near_carousel{
		/*width: 100%;*/
		/*margin: 8px 0px 0 0;*/
	}
	.between_block_hr{
		margin: 15px 0 15px;
	}
	.carousel_main_box{
		max-height: 708px;
	}
	#catalog_d_carousel .carousel_main_box{
		max-height: 100%;
	}
	#first_block .near_title{
		/*margin: auto;*/
		max-width: 500px;
	}
	#first_block, #second_block{
		min-height: 96px;
	}
}
@media only screen and (max-width: 1046px) {
	.menu {
		margin-left: -10px;
	}
	.menu_item{
		padding: 0 10px;
	}
}
@media only screen and (max-width: 1023px) {
	.checkout_form_item{
		margin-right: 0;
	}
	.checkout_form_input,
	.checkout_radio_box{
		width: 66%;
	}
}
@media only screen and (max-width: 1012px) {
	.wallpaper_for_walls{
		margin: 0 -8px;
	}
	.wallpaper_walls_item{
		margin: 0px 8px 17px;
	}
}

@media only screen and (max-width: 1003px) {
	.oboi_brands_box_wall_item{
		width: 150px;
	}
	.wallpaper_short_info_list.freski_card_wallpapers,
	.freski_card_wall_right .counter_box,
	.freski_card_wall_right .add_bsket{
		margin-left: 0;
	}
	.near_box_images_links{
		width: 24%;
		height: 24%;
	}
}
@media only screen and (max-width: 1000px) {
	.carousel_main_box_item .flexslider {
		width: 85%;
	}
}
@media only screen and (max-width: 991px) {
	.text_two_col.sale_two_col .oboi_text_box{
		margin: 15px 0px 15px 0px;
	}
	.cards_frescoes_right_box{
		width: 100% !important;
	}
	.near_box_images_links {
		/*width: 76px;
        height: 76px;*/
	}
	#carousel_flex{
		width: 85px;
	}
	#slider_flex {
		width: 85%;
	}
	.pagination_slide_box_link_right{
		right: 0;
	}
	.pagination_slide_box_link_left{
		left: 0;
	}
	.contacts,
	.map,
	.delivery_form{
		width: 100%;
		float: none;
	}
	.map_wrapper{
		width: 90%;
		margin: auto;
	}
	.contacts{
		margin-bottom: 20px;
	}
	.news_articles_main .vertical_item .vertical_right_text .more_link_box_it{
		position: static;
	}
	.content_right_col{
		margin-left: 0px;
	}
	.wallpaper_for_walls{
		margin: 0 -5px;
	}
	.wallpaper_walls_item{
		margin: 0px 5px 17px;
	}
	.checkout_content_box_item_right.oboi_check_it.ch_b_l{
		margin-left: 0;
		border-left: none;
		padding: 50px 10px 0 0px;
	}
	.checkout_content_box_item_right.oboi_check_it.ch_b_l .delivery_icon_box{
		width: 142px;
		float: left;
	}
	.checkout_content_box_item_right.oboi_check_it.ch_b_l{
		width: 320px;
	}
	.oboi_brands_box_wall_item:first-child{
		margin-right: 20px;
	}
	.carousel_main_box_item.podbor_oboev_carousel .flex-control-thumbs{
		clear: both;
		margin-top: 5px;
	}
	.carousel_main_box_item .flexslider,
	.carousel_main_box_item .flex-viewport{
		width: 100%;
		float: none;
	}
	.carousel_main_box_item .flex-viewport{
		max-height: 466px;
	}
	.flexslider.thumbnails li[data-thumb] img{
		width: 100%;
	}
	#card_shows .freski_card_wall_right .wallpaper_short_info_list.freski_card_wallpapers .wallpaper_short_info_list_item > div:first-child{
		width: auto;
		padding-right: 5px;
	}
	#card_shows .oboi_brands_box_wall{
		margin-left: 0;
	}
	#card_shows .oboi_brands_box_wall_item{
		width: 140px;
		margin: 0 0 20px 0;
	}
	.carousel_owl_box_item{
		margin: 0 66px 3px 66px;
	}
	.owl-carousel .owl-controls .owl-nav .owl-prev{
		left: -65px;
	}
	.owl-carousel .owl-controls .owl-nav .owl-next{
		right: -65px;
	}
	.sf-menu ul li{
		width: 33%;
	}
	.oboi_brands_box_wall{
		margin-top: 5px;
	}
	.oboi_brands_box_wall_item.select_before{
		width: 200px;
	}
	#first_block, #second_block{
		min-height: 112px;
	}
}
@media only screen and (max-width: 974px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		margin: 0 9px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -9px 12px -9px;
	}
}
@media only screen and (max-width: 972px) {
	.cards_frescoes_figure{
		margin: 10px 10px 15px;
	}
	figure.cards_frescoes_figure.data-mh{
		width: 145px;
	}
}
@media only screen and (max-width: 970px) {
	.price_rub{
		padding-top: 8px;
	}
	.catalog2_figure_link img{
		width: 100%;
	}
	.catalog2_figure_link_pd_img{
		padding: 0 20px;
	}
	.content_right_col{
		margin-left: 0px;
	}
	.wallpaper_for_walls{
		margin: 0 -11.89px;
	}
	.wallpaper_walls_item{
		margin: 0px 11.89px 17px;
	}
}
@media only screen and (max-width: 950px){
	.carousel_main_box_item .flexslider {
		width: 89%;
	}
	.delivery_contacts{
		margin-left: 30px;
	}
}
@media only screen and (max-width: 944px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{

		margin: 0 14px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -5px 12px -5px;
	}
}
@media only screen and (max-width: 934px) {
	.box_arctickmodal{
		width: 750px;
	}
	.goods_content_box .wallpaper_short_info_list{
		margin-left: 15px;
	}
	.sh_l .wallpaper_short_info_list{
		width: 230px;
		margin-left: 0px;
	}
	.sh_l .after_ordering_text{
		width: 100%;
		margin-top: 20px;
	}
	.wallpaper_short_info_list{

	}
	.goods_content_box .g_c_l,
	.after_ordering.sh_l{
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 925px){
	.product_table .lis_mod{
		margin-left: 15px;
		margin-top: 0;
	}
}
@media only screen and (max-width: 920px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		/*margin: 0 14px 15px;*/
		margin: 0 14px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -14px 12px -14px;
	}
}
@media only screen and (max-width: 911px) {
	.oboi_box_main.oboi_big {
		margin: 0 -9px 1px -9px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0 9px 32px;
	}
}
@media only screen and (max-width: 905px) {
	.header_bottom_nav{
		text-align: center;
	}
	.menu_btn_show{
		display: block;
	}
	.menu_header_absolute{
		margin-left: 0;
		/*display: none;*/
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all ease-in 0.2s;
		-moz-transition: all ease-in 0.2s;
		-ms-transition: all ease-in 0.2s;
		-o-transition: all ease-in 0.2s;
		transition: all ease-in 0.2s;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 99;
		background-color: #ececec;
	}
	.menu_item{
		float: none;
		display: inline-block;
	}
	.show_menu .menu_header_absolute{
		opacity: 1;
		visibility: visible;
		box-shadow: 0px 3px 18px -4px;
		-webkit-transition: all ease-in 0.2s;
		-moz-transition: all ease-in 0.2s;
		-ms-transition: all ease-in 0.2s;
		-o-transition: all ease-in 0.2s;
		transition: all ease-in 0.2s;
	}
	.img_and_info_tb.oboi_box_main.oboi_big .oboi_box{
		width: 170px;
	}
}
@media only screen and (max-width: 902px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		/*margin: 0 14px 15px;*/
		margin: 0 14px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -14px 12px -14px;
	}
	.error_search_box,
	.error_search_box2{
		width: 100%;
	}
	.err_inp{
		width: 70%;
	}
}
@media only screen and (max-width: 900px){
	.carousel_main_box_item .flexslider{
		width: 100%;
	}
}
@media only screen and (max-width: 889px) {
	.near_carousel {
		width: 100%;
		margin: 8px 0px 0 0;
	}
	.near_box_images_links {
		width: 76px;
		height: 76px;
	}
	#first_block .near_title{
		margin: auto;
	}
	.carousel_main_box_item .flexslider_box{
		width: 100%;
	}
	#slider_flex{
		width: calc(100% - 110px);
	}
	#carousel_flex{
		width: 100px;
	}
}
@media only screen and (max-width: 880px) {
	.content_right_col{
		margin-left: 15px;
	}
	.oboi_box_main.oboi_big {
		margin: 0 -5px 1px -5px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0 5px 32px;
	}
	.frescoes_interior .img_frescoes_interior.ex_frescoes_img img{
		width: 100%;
	}
}
@media only screen and (max-width: 873px) {
	.price_rub{
		padding-top: 7px;
	}
}
@media only screen and (max-width: 859px) {
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item{
		width: 188px;
	}
}
@media only screen and (max-width: 835px) {
	.carousel_main_box{
		max-height: initial;
	}
}
@media only screen and (max-width: 832px) {
	.figure.cards_frescoes_figure.data-mh{
		width: 140px;
	}
	.cards_frescoes_right_box_content{
		padding: 0 16px;
	}
}

@media only screen and (max-width: 831px) {
	.oboi_box_main.oboi_big {
		margin: 0 -14px 1px -14px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0px 14px 17px;
	}
}
@media only screen and (max-width: 830px) {
	.product_table .lis_mod{
		margin-left: 10px;
	}
	.img_and_info_tb.oboi_box_main.oboi_big .oboi_box{
		width: 150px;
	}
}
@media only screen and (max-width: 823px) {
	.content_right_col{
		margin-left: 25px;
	}
	.wallpaper_for_walls{
		margin: 0 -8px;
	}
	.wallpaper_walls_item{
		margin: 0px 8px 17px;
	}
	.oboi_brands_box_wall_item:first-child{
		margin-right: 10px;
	}
	.box_arctickmodal{
		width: 100%;
	}
}
@media only screen and (max-width: 819px) {
	.dropdown_filter ul {
		max-width: 710px;
	}
}
@media only screen and (max-width: 815px) {
	.price_rub{
		padding-top: 8px;
	}
}

@media only screen and (max-width: 811px) {
	.oboi_brands_box_wall_item{
		width: 145px;
	}
}

@media only screen and (max-width: 808px) {
	figure.cards_frescoes_figure.data-mh{
		width: 136px;
	}
	.cards_frescoes_right_box_content{
		padding: 0 14px;
	}
}
@media only screen and (max-width: 800px){
	.wallpaper_walls_item{
		margin: 0px 17px 17px;
	}
}
@media only screen and (max-width: 790px) {
	.wallpaper_for_walls{
		margin: 0 -5px;
	}
}

@media only screen and (max-width: 786px) {
	.price_rub{
		padding-top: 8px;
	}
}

@media only screen and (max-width: 781px) {
	.price_rub{
		padding-top: 8px;
	}
}
@media only screen and (max-width: 779px) {
	.w490{
		width: 58%;
	}
	.w200{
		width: 14%;
	}

	.video_player{
		height: 250px;
	}
	.video_player .mejs-container .mejs-controls{
		bottom: 0;
	}
	.no-svg .mejs-overlay-button{
		background-image: url(/assets/css/../build/player_icon.png);
		width: 83px;
		height: 83px;
		z-index: 3;
	}
	.mejs-poster:before{
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		background: url(/assets/css/../images/video_overlay.png) 0 0 repeat;
	}
}
@media only screen and (max-width: 770px) {
	.oboi_brands_box_wall_item:first-child{
		margin-right: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.arrow_up{
		background-position: 0 0;
	}
	.sf-menu ul li a {
		padding: 7px 20px;
	}
	.footer_list_link{
		padding: 2px 0;
	}
	.footer_list_item {
		margin: 13px 0 0px 0;
	}
	.mejs-poster{
		bottom: 0;
		right: 0;
	}
	li.del_filter_arr{
		width: auto;
	}
	.first_filter_abs{
		display: none !important;
	}
	/*.video_player*/
	.news_main,
	.carousel_owl_box.brand_main,
	.carousel_owl_box.brand_main + hr,
	.header_top .header_top_basket a.header_top_basket_button:first-child{
		display: none;
	}
	#add2basket,
	#gotoFavorite{
		/*zoom: 0.9;*/
	}
	#content{
		padding-top: 10px;
	}

	.header_top_number{
		text-align: center;
		/*margin-bottom: 15px;*/
	}
	.header_place{
		width: auto;
		float: none;
		padding-top: 15px;
		text-align: center;
	}
	.header_top_basket {
		margin-top: 15px;
		float: none;
		text-align: center;
	}
	.header_top_basket_button{
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.buttons_on_carousel_item1,
	.buttons_on_carousel_item2{
		position: relative;
	}
	.buttons_on_carousel_item1{
		left: 0;
		bottom: initial;
		float: left;
	}
	.buttons_on_carousel_item2{
		top: 0 !important;
		left: 0 !important;
		float: right;
	}
	.buttons_on_carousel{
		margin-bottom: 10px;
	}
	.carousel_main_box_item .flex-control-thumbs,
	.carousel_main_box_item .flex-viewport{
		float: none;
		width: 100%;
	}
	.carousel_main_box_item .flex-control-thumbs{
		display: block;
		margin-top: 5px;
		clear: both;
		overflow: hidden;
	}
	.carousel_main_box_item .flex-control-thumbs li{
		float: left;
		margin-right: 3px;
	}
	.carousel_main_box_item .flex-viewport .slides li img{
		width: 100%;
		height: auto;
	}
	.oboi_box_main {
		margin: 0 -5px 1px -5px;
	}
	.oboi_box{
		margin: 0 5px 25px;
	}

	/* правки для карточки товара*/

	.related_item .oboi_box_p_0{
		padding: 0px;
	}

	.oboi_box_m_0{
		margin: 0px;
	}



	.mainGall_resp, .mainGall_resp  .slides  img{
		min-height: 200px !important;
	}
	.mainGall_resp  .slides  img{
		max-height: 200px !important;
	}

	.mb10{
		margin-bottom: 10px;
	}

	.add_favorite_f_n {
		float: none;
		max-width: 230px !important;
		width: 100%;
	}

	.add_bsket_item_resp{
		max-width: 100% !important;
		cursor: pointer;
		width: 100%;
	}
	.gotoFavorite_resp{
		float: none;
		display: block;
		max-width: 100% !important;
		width: 100%;
	}

	/*********/


	.title1{
		font-size: 20px;
		line-height: 22px;
	}
	.owl-carousel .owl-controls .owl-nav .owl-prev,
	.owl-carousel .owl-controls .owl-nav .owl-next{
		width: 50px;
		height: 50px;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.carousel_owl_box_item {
		margin: 0 60px 3px 60px;
	}
	.owl-carousel .owl-controls .owl-nav .owl-prev{
		left: -55px;
	}
	.owl-carousel .owl-controls .owl-nav .owl-next{
		right: -55px;
	}
	.sf-menu li,
	.product_table [data-table-text]:before{
		display: block;
	}
	.title_hr_text{
		font-size: 22px;
	}
	.title_hr_text_main{
		margin-top: -14px;
	}
	.footer_adress,
	.tel_number{
		text-align: center;
	}
	.social{
		margin-top: 15px;
		text-align: center;
	}
	.social > div{
		display: inline-block;
		margin-right: 15px;
	}
	.product_th{
		display: none;
	}
	.product_tr{
		border: none;
		border-bottom: 2px solid #eaeaea;
		border-top: 2px solid #eaeaea;
	}
	.product_td{
		display: block;
		text-align: left;
		font-weight: bold;
		padding: 5px 0;
	}
	.product_table_span{
		padding: 12px 0 0 20px;
	}
	.img_and_info_tb.oboi_box_main.oboi_big{
		padding-top: 20px;
	}
	.img_and_info_tb.oboi_box_main.oboi_big .wallpaper_short_info_list.first{
		padding-bottom: 0;
	}

	.checkout_box_item .check_butn_box {
		margin: 30px 0;
	}
	.title4{
		font-size: 20px;
	}
	.checkout_form ,
	.checkout_content_box_item_right{
		width: 100%;
		float: none;
	}
	.checkout_content_box_item_right{
		padding: 30px 12px;
		height: auto;
	}
	.delivery_icon_box{
		float: left;
		width: 48%;
	}
	.checkout_content_box_item_right .delivery_icon_box:last-child{
		float: right;
	}

	.img_frescoes_interior{
		/*margin-bottom: 30px;*/
	}
	.fresc_inter_title{
		font-size: 22px;
	}
	.title3{
		font-size: 24px;
		margin-top: 5px;
	}
	.frescoes_interior_h1,
	.delivery_aside{
		margin-bottom: 20px;
	}
	.reviews_in_scroll_left,
	.reviews_in_scroll_right{
		width: 100%;
	}
	.reviews_in_scroll_left{
		margin-bottom: 10px;
	}
	.reviews_scroll_item1{
		padding: 20px 45px 20px 30px;
	}
	.delivery_contacts{
		margin-left: 0;
	}
	.after_flex{
		margin-top: 20px;
	}
	.content_oboi_news .check_butn_box{
		margin-top: 10px;
	}
	.content_right_col{
		margin-left: 0px;
	}
	.novelty,
	.sale{
		margin-right: 10px;
	}
	.aside_left_col{
		width: 100%;
		margin-bottom: 20px;
	}
	.oboi_text_box .title3,
	.any_page_right .title3{
		font-size: 22px;
		line-height: 24px;
	}
	.oboi_text_box_item > div{
		width: 100%;
		float: none;
	}
	.wallpaper_for_walls{
		margin: 0 -6px;
	}
	.wallpaper_walls_item{
		margin: 0px 10px 17px;
	}
	.search_content{
		margin: 0;
	}
	.about_card_wallpaper_left{
		width: 260px;
	}
	.about_card_wallpaper_right{
		margin-left: 0;
	}
	.add_bsket{
		margin: 18px 0px;
		float: left;
	}
	.wallpaper_short_info_list.freski_card_wallpapers{
		/*margin: 35px 0 0 0;
		float: left;*/
		margin-top: 10px;
	}
	.deliver_none{
		display: none;
	}
	.freski_card_wall_right .wallpaper_short_info_list.freski_card_wallpapers .wallpaper_short_info_list_item > div:first-child {
		width: auto;
		padding-right: 10px;
	}
	.oboi_brands_box_wall_item:first-child{
		margin-right: 20px;
	}
	.price_rub{
		font-size: 21px;
		padding-top: 8px;
	}
	.about_card_wallpaper_left.freski_card_wall_left{
		width: 230px;
		/* width: 100%; */
	}
	.checkout_content_box_item_right.oboi_check_it{
		margin-left: 0;
		border-left: none;
		padding: 50px 10px 0 0px;
	}
	.checkout_content_box_item_right.oboi_check_it .delivery_icon_box{
		width: 142px;
		float: left;
	}
	.checkout_content_box_item_right.oboi_check_it{
		width: 320px;
	}
	figure.cards_frescoes_figure.data-mh{
		width: 160px;
	}
	.cards_frescoes_figure{
		margin: 10px 15px 15px;
	}
	.aside_conteiner{
		width: 100%;
	}
	.err_lab{
		display: block;
		float: none;
	}
	.err_inp{
		margin-top: 10px;
		width: 100%;
		float: none;
	}
	.container_search_oboi_box.oboi_box_main.oboi_big .oboi_box{
		margin: 0 20px 15px 0;
	}
	.container_search_oboi_box{
		margin: 0 -20px 0 0 !important;
	}
	.carousel_main_box_item.podbor_oboev_carousel .flex-control-thumbs{
		margin-top: 5px;
	}
	#card_shows .about_card_wallpaper_left.freski_card_wall_left{
		width: 100%;
	}
	#card_shows .wallpaper_short_info_list.freski_card_wallpapers{
		margin-top: 0;
	}
	#card_shows .oboi_brands_box_wall_item{
		margin-right: 30px;
	}
	#order_form_div .section,
	.bx_order_make .bx_section h4,
	.bx_ordercart > h4{
		font-size: 20px;
	}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
		font-size: initial;
		margin: 0;
	}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr{
		border: 2px solid #eaeaea !important;
	}
	.counter_box.counter_number + .add_bsket{
		float: none;
		clear: both;
	}
	.counter_box.counter_box_l.counter_number + .add_bsket #add2basket, .add_bsket #add2basket{
		float: left;
		margin-right: 0;
	}
	#gotoFavorite{
		float: right;
	}
	.add_favorite{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	body{
		-ms-overflow-x: hidden;
		overflow-x: hidden;
	}
	#flex_extra{
		height: auto !important;
	}
	.carousel_main_box_item .flex-thumbs_custom{
		display: none;
	}
	.extra_boot .about_card_wallpaper_left{
		width: 100%;
	}
	.extra_boot .card_wallpaper_img_box{
		width: 260px;
	}
	.extra_boot .counter_box{
		width: 260px;
	}
	.extra_btns_box{
		/*max-width: 400px;*/
	}
	.extra_btns_box .add_favorite{
		clear: none;
		float: right;
	}
	.extra_btns_box .add_bsket,
	.extra_btns_box .add_favorite{
		margin: 10px 0;
		margin-right: 5px;
	}
	.about_card_wallpaper .check_butn_box .see_more_box_btn{
		padding: 10px 10px 10px 44px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-decoration: none;
		color: #FFF;
		background: #4c4c4c url(/assets/css/../images/icon_see_more2.png) 5px 50% no-repeat;
	}
	.about_card_wallpaper .check_butn_box .see_more_box_btn:hover{
		color: #FFF;
		text-decoration: none;
	}
	.carousel_main_box_item .flex-thumbs_custom,
	.about_card_wallpaper_right .carousel_main_box_item #flex_extra .flex-viewport{
		float: none;
		width: 100%;
		clear: both;
	}
	.carousel_main_box_item .flex-thumbs_custom li{
		float: left;
		margin-right: 4px;
	}
	.txt_free,
	.tel2,
	.tel3,
	.header_place{
		display: none;
	}
	#small_contacts{
		display: inline-block;
		color: #202020;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		display: inline-block;
		padding: 5px 15px 3px;
		background-color: #FFF;
		cursor: pointer;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.header_top .col-xs-4:last-child .clearfix,
	.header_top .header_top_basket{
		text-align: right;
	}
	.header_bottom .col-xs-4{
		width: 100%;
	}
	.logo a{
		width: 100%;
		max-width: 100%;
		-webkit-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.header_top .row{
		display: table;
		width: 100%;
		margin: 0;
	}
	.header_top .col-xs-4{
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.header_top .header_top_basket{
		margin-top: 0;
		margin-bottom: 5px;
		display: none;
	}
	.header_bottom .header_top_basket{
		float: right;
		margin-top: 7px;
	}
	.header_bottom_search_field{
		float: none;
	}
	.tel1{
		font-size: 15px;
	}
	.header_bottom_search_field{
		height: 35px;
		position: absolute;
		margin-top: 0;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.superfish .sf-arrows .sf-with-ul,
	.superfish .sf-menu > li > a{
		width: 60%;
		margin: auto;
		-webkit-transition: all ease-in 0.3s;
		-moz-transition: all ease-in 0.3s;
		-ms-transition: all ease-in 0.3s;
		-o-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s;
	}

	.sf-menu > li{
		-webkit-transform: all .4s ease;
		transform: all .4s ease;

	}


	/*	.superfish .sf-menu > li > a.active{
            background-color: #FFF;
        }*/


	.sf-menu.active > li > a{
		width: 40%;
		-webkit-transform: translateX(-75%);
		-moz-transform: translateX(-75%);
		-ms-transform: translateX(-75%);
		-o-transform: translateX(-75%);
		transform: translateX(-75%);
		-webkit-transition: all ease-in 0.2s;
		-moz-transition: all ease-in 0.2s;
		-ms-transition: all ease-in 0.2s;
		-o-transition: all ease-in 0.2s;
		transition: all ease-in 0.2s;
		/*color: #ADCA19;*/
	}

	.sf-menu > li > a.active{
		color:#ADCA19;
	}

	.sf-menu li:after{
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	/*.sf-menu ul,*/
	.dropdown_filter{
		width: 57%;
		padding: 20px 0 20px;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		text-align: left;
		max-height: 382px;
	}
	.sf-menu ul li{
		width: 50%;
	}
	.tel1 a{
		text-decoration: underline !important;
		background: url(/assets/css/../images/call-answer.png) 0 50% no-repeat;
		-webkit-background-size: 12% 90%;
		-o-background-size: 12% 90%;
		background-size: 12% 90%;
		padding: 3px 0 3px 24px;
	}
	.tel1 a:hover{
		text-decoration: none !important;
	}
	.header_bottom .header_top_basket .header_top_basket_button{
		font-size: 0;
		padding: 5px 20px 3px 20px;
	}
	.header_bottom .header_top_basket .header_top_basket_button:before{
		top: 5px;
		left: 10px;
	}
	.header_bottom_search_field_it{
		height: 31px;
		font-size: 15px;
	}
	.header_bottom_search_field_it,
	.header_bottom_search_button{
		height: 35px;
	}
	.extra_boot2 .about_card_wallpaper_right{
		min-height: inherit;
		max-width: 100%;
	}

	.video_player{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 766px){
	#pers_b_now .bx_my_order .bx_my_order_status{
		font-size: 14px;
	}

}
@media only screen and (max-width: 739px) {
	.wallpaper_for_walls{
		margin: 0 -11.89px;
	}
	.wallpaper_walls_item{
		margin: 0px 11.89px 17px;
	}
}
@media only screen and (max-width: 735px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		/*margin: 0 9px 15px;*/
		margin: 0 9px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -9px 12px -9px;
	}
}
@media only screen and (max-width: 715px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		/*margin: 0 5px 15px;*/
		margin: 0 5px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -5px 12px -5px;
	}
}
@media only screen and (max-width: 700px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		width: 200px;
	}
	.sf-menu ul li {
		width: 100%;
	}
}
@media only screen and (max-width: 690px) {
	#carousel_flex .slides li,
	#carousel_flex img{
		height: 60px;
	}
	#carousel_flex .flex-viewport{
		min-height: 360px;
	}
}
@media only screen and (max-width: 678px) {
	#first_block, #second_block{
		min-height: 190px;
	}
}
@media only screen and (max-width: 667px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		width: 190px;
	}
	.oboi_box_main.oboi_big {
		margin: 0 -9px 1px -9px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0px 9px 17px;
	}
}
@media only screen and (max-width: 660px){
	#card_shows .row:last-child .col-xs-3{
		width: 33.33333333%;
	}
	#card_shows .row:last-child .col-xs-9{
		width: 100%;
	}
	#card_shows .freski_card_wall_right{
		margin: 20px 0;
	}
	#card_shows .wallpaper_short_info_list.freski_card_wallpapers{
		display: block;
		float: none;
	}
	.logo{
		width: 180px;
	}
}
@media only screen and (max-width: 650px){
	#first_block .near_title{
		margin: 0 38px;
	}
}
@media only screen and (max-width: 646px) {
	.oboi_box_main.oboi_big {
		margin: 0 -6px 0px -6px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0px 6px 17px;
	}
}

@media only screen and (max-width: 641px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		width: 180px;
	}
}

@media only screen and (max-width: 637px) {
	.oboi_box_main.oboi_big {
		margin: 0 -5px 1px -5px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0px 5px 17px;
	}
}
@media only screen and (max-width: 633px){
	.goods_content_box .oboi_box_link{
		width: 170px;
		height: auto;
	}
}
@media only screen and (max-width: 631px) {
	.oboi_box_main.oboi_big {
		margin: 0 -3px 0px -3px;
	}
	.oboi_box_main.oboi_big .oboi_box{
		margin: 0px 3px 17px;
	}
	.news_articles_main .vertical_item{
		padding: 20px 0;
	}
	.data_time{
		margin-bottom: 10px;
	}

	.wallpaper_for_walls{
		padding: 0;
	}
}
@media only screen and (max-width: 622px){
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item {
		width: 180px;
	}
	.catalog2_figure_link_pd_img{
		padding: 0 15px;
	}
}

@media only screen and (max-width: 612px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		width: 170px;
	}
}
@media only screen and (max-width: 601px) {
	.carousel_main_box_item .flex-thumbs_custom li{
		width: 18%;
	}
}
@media only screen and (max-width: 600px) {
	.popup_center_goods{
		width: 225px;
	}
	.popup_center_goods .delivery_but{
		float: none;
		margin: 0 17px;
	}
	.goods_content_box .wallpaper_short_info_list{
		margin: 15px auto 0;
	}
	.wallpaper_short_info_list.sh_l{
		margin: 15px 0 0 0;
		float: none;
	}
	.goods_content_box .oboi_box_link{
		margin-right: 15px;
		float: none;
	}
	.box_arctickmodal .check_butn_box{
		text-align: center;
		margin: 35px 0px 0 0;
	}
	.check_butn_box .see_more_box_btn,
	.check_butn_box .delivery_but{
		float: none;
		display: block;
		margin:0 auto 10px;
	}
	.about_card_wallpaper .check_butn_box .see_more_box_btn{
		display: inline-block;
	}
	#pers_b_now .bx_my_order .bx_my_order_table tbody tr td{
		/*display: block;*/
		width: 50%;
	}
}

@media only screen and (max-width: 598px) {
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item{
		width: 172px;
	}
}
@media only screen and (max-width: 595px) {
	.wallpaper_for_walls{
		margin: 0 -10px;
	}
	.wallpaper_walls_item{
		margin: 0px 10px 17px;
	}
}
@media only screen and (max-width: 592px) {
	.goods_content_box .oboi_box_link{
		margin: 0 auto;
	}
}
@media only screen and (max-width: 587px) {
	.wallpaper_walls_item{
		margin: 0px 5px 17px;
	}
}
@media only screen and (max-width: 585px) {
	.wallpaper_for_walls{
		margin: 0 -8px;
	}
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		/*margin: 0 5px 15px;*/
		margin: 0 5px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -5px 12px -5px;
	}
}
@media only screen and (max-width: 576px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		/*margin: 0 15px 15px;*/
		margin: 0 15px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -15px 12px -15px;
	}
}
@media only screen and (max-width: 575px) {
	.header_top .col-xs-4:nth-child(2){
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		text-align: center;
		width: 100%;
	}
	.header_top .row{
		padding-top: 55px;
	}
	.logo{
		display: inline-block;
	}
	.header_top .col-xs-4{
		width: 50%;
	}
}
@media only screen and (max-width: 574px) {
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item{
		width: 165px;
	}
}
@media only screen and (max-width: 573px) {
	.wallpaper_for_walls{
		margin: 0 -5px;
	}
	.wallpaper_walls_item{
		margin: 0px 5px 17px;
	}
}
@media only screen and (max-width: 567px){
	.wallpaper_walls_item{
		margin: 0px 17px 17px;
	}
	.box-spolz567:first-child{
		width: 50%;
	}
	.box-spolz567:last-child{
		padding-top: 20px;
		width: 100%;
	}
	.box-spolz567 .card_wallpaper_img_box{
		height: auto;
		max-height: 253px;
	}
}
@media only screen and (max-width: 564px) {
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item{
		width: 160px;
	}
}
@media only screen and (max-width: 555px) {
	.wallpaper_for_walls{
		margin: 0 -11.89px;
	}
	.wallpaper_walls_item{
		margin: 0px 11.89px 17px;
	}
}
@media only screen and (max-width: 550px) {
	.bx-touch .bx_my_order .bx_my_order_table tr,
	.bx-touch .bx_my_order .bx_my_order_table tbody,
	.bx-touch .bx_my_order .bx_my_order_table tbody td {
		display: block;
		width: 100% !important;
	}
}
@media only screen and (max-width: 538px) {
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item{
		width: 155px;
	}
}
@media only screen and (max-width: 530px) {
	/*.sf-menu ul,*/
	.dropdown_filter{
		min-width: 10em;
	}
	.title_hr_text {
		font-size: 20px;
		padding: 0 15px;
	}
	.title3{
		font-size: 22px;
	}
	.news_articles_main .vertical_item .new_boxes_images{
		float: none;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.news_articles_main .vertical_item .vertical_right_text{
		width: 100%;
		text-align: justify;
		float: none;
	}
}
@media only screen and (max-width: 528px) {
	.oboi_box_main.oboi_big {
		margin: 0 -14px 1px -14px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0 14px 32px;
	}
}
@media only screen and (max-width: 515px){
	#card_shows .card_wallpaper_img_box {
		height: 118px;
	}
}
@media only screen and (max-width: 500px){
	.checkout_form_input,
	.checkout_radio_box ,
	.checkout_form_textarea{
		width: 100%;
		float: none;
		display: block;
	}
	.checkout_form_label{
		padding: 0 0 10px 0;
		float: none;
		display: block;
	}
	.freska_in_interier,
	.point_input,
	.del_form_point_textarea,
	.point_input.w211{
		width: 100%;
	}
	.del_form_point{
		margin-right: 0;
	}
	.point_input,
	.point_label{
		float: none;
		display: block;
	}
	.point_label{
		padding: 0 0 10px 0;
	}
	.freski_card_wall_right .wallpaper_short_info_list.freski_card_wallpapers .wallpaper_short_info_list_item > div{
		line-height: 20px;
	}
	.wallpaper_short_info_list.freski_card_wallpapers{
		width: 100%;
	}
	.oboi_text_box .title3,
	.any_page_right .title3{
		font-size: 22px;
		line-height: 24px;
	}
	.freski_card_wall_right .wallpaper_short_info_list.freski_card_wallpapers .wallpaper_short_info_list_item > div:first-child,
	.wallpaper_short_info_list.freski_card_wallpapers .wallpaper_short_info_list_item > div:first-child{
		width: auto;
		padding-right: 10px;
	}
	.err_lab{
		font-size: 20px;
	}
}
@media only screen and (max-width: 492px){
	.cards_frescoes_right_box_content {
		padding: 0 22px 0 5px;
	}
	.cards_frescoes_right_box_content .cards_frescoes_figure{
		margin: 10px 10px 15px;
	}
	.carousel_main_box_item .flex-thumbs_custom li,
	.carousel_main_box_item .flex-thumbs_custom img{
		height: 55px;
	}
}
@media only screen and (max-width: 480px){
	.checkout_box_item .check_butn_box .see_more_box_btn{
		margin-top: 15px;
		clear: both;
	}
	#card_shows .row:last-child .col-xs-3{
		width: 145px;
	}
	#card_shows .card_wallpaper_img_box {
		height: 145px;
		width: 145px;
	}
}
@media only screen and (max-width: 469px){
	.news_block_hover_list_item{
		width: 100%;
		margin: 0 0 10px 0;
		display: block;
	}
	.header_bottom_search_field{
		/*width: 34%;*/
	}
	.menu_btn_show{
		padding: 10px 5px 10px 45px;
	}
	.news_block_title{
		font-size: 14px;
	}
	.news_link_div{
		padding-top: 10px;
	}
	#pers_b_now .bx_mo_link{
		display: inline-block;
	}
	#carousel_flex {
		width: 80px;
	}
	#slider_flex {
		width: calc(100% - 88px);
	}
	#carousel_flex .flex-viewport{
		min-height: 320px;
	}
	.near_box_images_links {
		width: 14%;
		height: 14%;
	}
	#first_block, #second_block{
		min-height: auto;
	}
}
@media only screen and (max-width: 468px){
	#add2favorite2{
		/*margin-top: 10px;*/
	}
	#add2basket,#add2basket1, #gotoFavorite {
		/*zoom: 0.8;*/
	}
}
@media only screen and (max-width: 467px) {
	.novelty,
	.sale{
		width: 100%;
	}
}
@media only screen and (max-width: 455px) {
	.cards_frescoes_right_box_content {
		text-align: center;
	}
	.cards_frescoes_right_box_content .cards_frescoes_figure {
		margin: 10px 2px 15px;
		text-align: left;
		float: none;
		display: inline-block;
	}
}
@media only screen and (max-width: 450px) {
	.img_and_info_tb.oboi_box_main.oboi_big .oboi_box{
		float: none;
		margin: auto;
	}
	.product_table .lis_mod{
		margin-left: 0;
		margin-top: 10px;
		float: none;
	}
	.img_and_info_tb.oboi_box_main.oboi_big .lis_mod .title_h5{
		text-align: center;
		font-size: 15px;
	}
	.delivery_icon_box,
	.checkout_content_box_item_right .delivery_icon_box:last-child{
		width: 100%;
		float: none;
	}
	.about_card_wallpaper .checkout_content_box_item_right.oboi_check_it.clearfix{
		width: 100%;
	}
	.about_card_wallpaper .checkout_content_box_item_right.oboi_check_it.clearfix .delivery_icon_box:last-child{
		width: 142px;
		float: left;
	}
	.oboi_brands_box_wall_item.select_before{
		margin: auto !important;
	}
	.about_card_wallpaper_right{
		min-height: 325px;
	}

}
@media only screen and (max-width: 435px) {
	.ex_img_frescoes_interior img{
		width: 100%;
		height: auto;
	}

}
@media only screen and (max-width: 428px) {
	.bb-button{
		clear: both;
		float: left;
		display: block;
		margin-top: -10px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 420px) {
	.footer_list_link{
		font-size: 13px;
	}
	#card_shows .oboi_brands_box_wall_item {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 418px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		/*margin: 0 9px 15px;*/
		margin: 0 9px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -9px 12px -9px;
	}
}
@media only screen and (max-width: 404px) {
	.wallpaper_for_walls{
		margin: 0 -8px;
	}
	.wallpaper_walls_item{
		margin: 0px 8px 17px;
	}
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		/*margin: 0 5px 15px;*/
		margin: 0 5px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -5px 12px -5px;
	}
	.container_search_oboi_box.oboi_box_main.oboi_big .oboi_box {
		margin: 0 5px 15px 0;
	}
	.container_search_oboi_box{
		margin: 0 -5px 0 0 !important;
	}
	.header_bottom_nav{
		/*clear: both;
		display: block;
		float: none;*/
	}
	.header_bottom_search_field{
		width: 50%;
		/*position: static;
		-webkit-transform: translateX(50%);
		   -moz-transform: translateX(50%);
		    -ms-transform: translateX(50%);
		     -o-transform: translateX(50%);
		        transform: translateX(50%);*/
	}
}
@media only screen and (max-width: 397px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		width: 160px;
	}
	.wallpaper_walls_item{
		margin: 0px 8px 17px;
		width: 160px;
	}
}
@media only screen and (max-width: 395px) {
	.oboi_box_main.oboi_big {
		margin: 0 -9px 1px -9px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0 9px 32px;
	}
}
@media only screen and (max-width: 387px) {
	.header_top .col-xs-4 {
		width: 60%;
	}
	.header_top .col-xs-4:last-child{
		width: 40%;
	}
}
@media only screen and (max-width: 384px) {
	.carousel_main_box_item .flex-control-thumbs li{
		width: 90px;
		height: 72px;
	}
	.wallpaper_walls_item{
		margin: 0px 5px 17px;
		width: 157px;
	}
}
@media only screen and (max-width: 380px) {
	.buttons_on_carousel_item1,
	.buttons_on_carousel_item2{
		float: none;
		margin: 3px 0;
	}
	#card_shows .oboi_brands_box_wall_item{
		margin-right: 10px;
	}
}
@media only screen and (max-width: 378px){
	#add2basket,#add2basket1, #gotoFavorite {
		/*zoom: 0.7;*/
	}
	.counter_box.counter_box_l.counter_number + .add_bsket #add2basket{
		margin-right: 5px;
	}
}
@media only screen and (max-width: 376px) {
	.wallpaper_for_walls{
		margin: 0 -5px;
	}
	.oboi_box_main.oboi_big{
		margin: 0 -5px 1px -5px;
	}
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item,
	.frascoes_razdel_box{
		margin: 0 5px 32px;
	}
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		width: 140px;
		/*margin: 0 9px 15px;*/
		margin: 0 9px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -9px 12px -9px;
	}
}
@media only screen and (max-width: 370px) {
	.wallpaper_walls_item{
		width: 138px;
	}
}
@media only screen and (max-width: 366px) {
	.oboi_box_main.oboi_big .oboi_box {
		width: 150px;
	}
	.catalog2_figure_link_pd_img{
		padding: 0 10px;
	}
}
@media only screen and (max-width: 362px) {
	.social{
		margin-top: 5px;
	}
	.social > div{
		margin-right: 10px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 360px) {
	.header_bottom_nav{
		/*float: none;
		clear:both;*/
	}
	.menu_btn_show{
		display: inline-block;
		text-align: center;
	}
	#card_shows .oboi_brands_box_wall_item{
		width: 45%;
	}
}
@media only screen and (max-width: 356px) {
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item{
		width: 145px;
	}
}
@media only screen and (max-width: 352px) {
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item{
		width: 140px;
		/*margin: 0 5px 15px;*/
		margin: 0 5px 15px 0px;
	}
	.wallpaper_for_walls.freski_for_walls .wallpaper_walls_item:nth-child(2n){
		margin-right: 0px;
	}
	.wallpaper_for_walls.freski_for_walls{
		margin: 0 -5px 12px -5px;
	}
	.header_top .col-xs-4:nth-child(1){
		width: 60%;
	}
	.header_top .col-xs-4:nth-child(3){
		width: 40%;
	}
}
@media only screen and (max-width: 349px) {
	#first_block, #second_block{
		/*min-height: 268px;*/
	}
	.buttons_on_carousel_item2{
		padding: 8px 9px;
	}
}
@media only screen and (max-width: 346px) {
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item {
		width: 140px;
	}
}
@media only screen and (max-width: 345px){
	.carousel_main_box_item .flex-control-thumbs li{
		width: 80px;
		height: 64px;
	}
}
@media only screen and (max-width: 340px){
	.oboi_brands_box_wall_item:first-child{
		margin-right: 10px;
	}
	.oboi_box{
		width: 125px;
	}
}
@media only screen and (max-width: 338px) {
	.oboi_box_main.oboi_big .oboi_box,
	.wallpaper_brand_item{
		width: 140px;
	}
}
@media only screen and (max-width: 334px) {
	.tel1 {
		font-size: 14px;
	}
	.header_top .col-xs-4{
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media only screen and (max-width: 323px) {
	.about_card_wallpaper .checkout_content_box_item_right.oboi_check_it.clearfix .delivery_icon_box{
		margin: auto;
		float: none !important;
	}
}
@media only screen and (max-width: 320px) {
	body{min-width: 320px;}

}



/*  Малые девайсы («ландшафтные телефоны», >= 576px) */

@media (min-width: 576px) and (max-width: 767px) {
	.col-big-xs-1, .col-big-xs-2, .col-big-xs-3, .col-big-xs-4, .col-big-xs-5, .col-big-xs-6, .col-big-xs-7, .col-big-xs-8, .col-big-xs-9, .col-big-xs-10, .col-big-xs-11, .col-big-xs-12 {
		float: left;
	}
	.col-big-xs-12 {
		width: 100%;
	}
	.col-big-xs-11 {
		width: 91.66666667%;
	}
	.col-big-xs-10 {
		width: 83.33333333%;
	}
	.col-big-xs-9 {
		width: 75%;
	}
	.col-big-xs-8 {
		width: 66.66666667%;
	}
	.col-big-xs-7 {
		width: 58.33333333%;
	}
	.col-big-xs-6 {
		width: 50%;
	}
	.col-big-xs-5 {
		width: 41.66666667%;
	}
	.col-big-xs-4 {
		width: 33.33333333%;
	}
	.col-big-xs-3 {
		width: 25%;
	}
	.col-big-xs-2 {
		width: 16.66666667%;
	}
	.col-big-xs-1 {
		width: 8.33333333%;
	}
	.col-big-xs-pull-12 {
		right: 100%;
	}
	.col-big-xs-pull-11 {
		right: 91.66666667%;
	}
	.col-big-xs-pull-10 {
		right: 83.33333333%;
	}
	.col-big-xs-pull-9 {
		right: 75%;
	}
	.col-big-xs-pull-8 {
		right: 66.66666667%;
	}
	.col-big-xs-pull-7 {
		right: 58.33333333%;
	}
	.col-big-xs-pull-6 {
		right: 50%;
	}
	.col-big-xs-pull-5 {
		right: 41.66666667%;
	}
	.col-big-xs-pull-4 {
		right: 33.33333333%;
	}
	.col-big-xs-pull-3 {
		right: 25%;
	}
	.col-big-xs-pull-2 {
		right: 16.66666667%;
	}
	.col-big-xs-pull-1 {
		right: 8.33333333%;
	}
	.col-big-xs-pull-0 {
		right: auto;
	}
	.col-big-xs-push-12 {
		left: 100%;
	}
	.col-big-xs-push-11 {
		left: 91.66666667%;
	}
	.col-big-xs-push-10 {
		left: 83.33333333%;
	}
	.col-big-xs-push-9 {
		left: 75%;
	}
	.col-big-xs-push-8 {
		left: 66.66666667%;
	}
	.col-big-xs-push-7 {
		left: 58.33333333%;
	}
	.col-big-xs-push-6 {
		left: 50%;
	}
	.col-big-xs-push-5 {
		left: 41.66666667%;
	}
	.col-big-xs-push-4 {
		left: 33.33333333%;
	}
	.col-big-xs-push-3 {
		left: 25%;
	}
	.col-big-xs-push-2 {
		left: 16.66666667%;
	}
	.col-big-xs-push-1 {
		left: 8.33333333%;
	}
	.col-big-xs-push-0 {
		left: auto;
	}
	.col-big-xs-offset-12 {
		margin-left: 100%;
	}
	.col-big-xs-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-big-xs-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-big-xs-offset-9 {
		margin-left: 75%;
	}
	.col-big-xs-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-big-xs-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-big-xs-offset-6 {
		margin-left: 50%;
	}
	.col-big-xs-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-big-xs-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-big-xs-offset-3 {
		margin-left: 25%;
	}
	.col-big-xs-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-big-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-big-xs-offset-0 {
		margin-left: 0%;
	}

}

/* Флоат для карточки */

@media only screen and (max-width: 500px){
	.float_right_m{
		float: right;
		width: auto !important;
		text-aligh: right;
	}


}

@media (min-width: 501px) and (max-width: 767px){
	.card-width{
		width: 180px !important;
	}

}




.row-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	flex-wrap: wrap;

	align-items: stretch;
}

#banner_block .row-flex .p-20{
	padding-top: 20px;
	padding-bottom: 20px;
}

/* End */


/* Start:/assets/css/responsive2.css?174170262436201*/
@media only screen and (max-width: 1920px) {
    .filter_ver2_link {
        font-size: 22px;
    }

    .forfilt {
        clear: both;
    }
}

@media only screen and (max-width: 1839px) {
    .filter_ver2_dropdown_right .filter_ver2_list_brands li {
        width: 175px;
    }
}

@media only screen and (max-width: 1796px) {
    .filter_ver2_dropdown_right .filter_ver2_list_brands li {
        width: 170px;
    }

    .filter_ver2_dropdown_right {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1762px) {
    .filter_ver2_list_item {
        margin: 10px 1.5% 4px -3px;
    }
}

@media only screen and (max-width: 1682px) {
    .filter_ver2_link {
        font-size: 19px;
    }

    .filter_ver2_list_item {
        margin-top: 17px;
    }

    .filter_ver2_link:after {
        top: 8px;
    }
}

@media only screen and (max-width: 1660px) {
    .header_place {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1614px) {
    .filter_ver2_dropdown_right .filter_ver2_list_brands li {
        width: 160px;
    }
}

@media only screen and (max-width: 1520px) {
    .filter_ver2_dropdown_right .filter_ver2_list_brands li {
        width: 190px;
    }
}

@media only screen and (max-width: 1518px) {
    .filter_ver2_link {
        padding: 0 15px 19px 0;
        font-size: 18px;
    }

    .filter_ver2_list_item {
        margin: 19px 1.2% 4px -3px;
    }
}

@media only screen and (max-width: 2800px) {
    .filter_new_y {
        width: 13.666667%;
    }

    .right_filter_info {
        width: 80.333333%;
    }

    .full_width .col-lg-12.col-md-12.col-sm-10.col-xs-8.right_filter_info {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 1810px) {
    .filter_new_y {
        width: 14.666667%;
    }

    .right_filter_info {
        width: 80.333333%;
    }

    .full_width .col-lg-12.col-md-12.col-sm-10.col-xs-8.right_filter_info {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 1710px) {
    .filter_new_y {
        width: 15.666667%;
    }

    .right_filter_info {
        width: 79.333333%;
    }

    .full_width .col-lg-12.col-md-12.col-sm-10.col-xs-8.right_filter_info {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 1610px) {
    .filter_new_y {
        width: 20%;
    }

    .right_filter_info {
        width: 77%;
    }

    .full_width .col-lg-12.col-md-12.col-sm-10.col-xs-8.right_filter_info {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 1510px) {
    .filter_new_y {
        width: 17.666667%;
    }

    .right_filter_info {
        width: 76.333333%;
    }

    .full_width .col-lg-12.col-md-12.col-sm-10.col-xs-8.right_filter_info {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 1500px) {
    .header_place {
        margin-left: 0;
        width: 250px;
    }
}

@media only screen and (max-width: 1440px) {
    .header_place {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1420px) {
    .filter_new_y {
        width: 19.666667%;
    }

    .right_filter_info {
        width: 75.333333%;
    }
}

@media only screen and (max-width: 1355px) {
    .filter_new_y {
        width: 19.666667%;
    }

    .right_filter_info {
        width: 74.333333%;
    }
}

@media only screen and (max-width: 1300px) {
    .filter_new_y {
        width: 20.666667%;
    }

    .right_filter_info {
        width: 73.333333%;
    }
}

@media only screen and (max-width: 1255px) {
    .filter_new_y {
        width: 20.666667%;
    }

    .right_filter_info {
        width: 72.333333%;
    }
}

@media only screen and (max-width: 1209px) {
    .small_hide {
        display: none;
    }

    #banner_block .row {
        /*margin-left: -46px;
        margin-right: -16px;*/
        text-align: center;
    }

    .header_place {
        width: 150px;
    }
        .filter_new_y {
        width: 20.666667%;
    }

    .right_filter_info {
        width: 71.333333%;
    }
}

@media only screen and (max-width: 1190px) {
    .filter_new_y {
        width: 22.666667%;
    }

    .right_filter_info {
        width: 71.333333%;
    }
}

@media only screen and (max-width: 1168px) {
    .filter_new_y {
        width: 22.666667%;
    }

    .right_filter_info {
        width: 70.333333%;
    }
}

@media only screen and (max-width: 1129px) {
    .filter_new_y {
        width: 22.666667%;
    }

    .right_filter_info {
        width: 69.333333%;
    }
}

@media only screen and (max-width: 1094px) {
    .filter_new_y {
        width: 22.666667%;
    }

    .right_filter_info {
        width: 68.333333%;
    }
}

@media only screen and (max-width: 1199px) {
    #banner_block img {
        /* width: 100%; */
    }
}

#banner_block .row {
    margin-left: -10px;
    margin-right: -10px;
}

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

#banner_block .indent_1 {
    padding: 0 10px;
}

{
.header_top_basket a:last-child {

}

}
/* responsive */


@media only screen and (max-width: 1600px) {
    .slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-prev,
    .slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-next {
        width: 190px;
    }

    .filter_ver2_list_brands li {
        /* width: 21.756%; */
    }

    .filter_ver2_dropdown_right .filter_ver2_list_brands li {
        /* width: 40.5%; */
    }

    .filter_ver2_dropdown_title {
        margin-bottom: 10px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 1366px) {
    .link_after_drop_list {
        padding-right: 30px;
    }

    .filter_ver2_dropdown_left,
    .filter_ver2_dropdown_right {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1300px) {
    .filter_ver2_link {
        font-size: 16px;
    }

    .filter_ver2_list_item {
        margin: 21px 1.2% 4px -3px;
    }

    .filter_ver2_link:after {
        top: 5px;
    }
}

@media only screen and (max-width: 1214px) {
    .filter_ver2_dropdown_right .filter_ver2_list_brands li {
        width: 49%;
    }
}

@media only screen and (max-width: 1199px) {
    .header_top .header_bottom_search_field {
        width: 100%;
        text-align: right;
    }

    .header_top .header_bottom_search_field form {
        width: 187px;
        position: relative;
        display: inline-block;
        text-align: left;
    }

    .filter_ver2_list {
        width: 100%;
    }
}

@media only screen and (max-width: 1150px) {
    .slider_auto_width_item {
        width: 900px;
    }

    .slider_auto_width_mini_it .oboi_box {
        width: 133px;
        height: auto;
    }

    .slider_auto_width {
        height: auto !important;
    }

    .slider_auto_width_mini_it .oboi_box .oboi_box_link {
        /*height: auto;*/
    }

    .slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-prev,
    .slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-next {
        width: 100px;
    }

    .filter_ver2_dropdown_left:after {
        margin-bottom: 0;
    }

    .filter_ver2_dropdown_right .filter_ver2_list_brands li {
        width: 192px;
    }

    .slider_auto_width.owl-carousel .oboi_box_link {
        height: 140px;
    }
}

@media only screen and (max-width: 1090px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 68.333333%;
    }
}

@media only screen and (max-width: 1060px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 67.333333%;
    }
}

@media only screen and (max-width: 1029px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 66.333333%;
    }
}

@media only screen and (max-width: 999px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 65.333333%;
    }
}

@media only screen and (max-width: 991px) {
    .filter_ver2_link {
        font-size: 20px;
    }

    .filter_ver2_link:after {
        top: 8px;
    }

    .filter_ver2_link {
        padding: 0 20px 10px 0;
    }

    .filter_ver2_list_item {
        margin: 10px 15px 4px -3px;
    }

    .filter_with_search .header_bottom_search_field {
        margin-top: 0;
    }

    .filter_ver2_dropdown.active_two_blocks .filter_ver2_dropdown_left,
    .filter_ver2_dropdown.active_two_blocks .filter_ver2_dropdown_right {
        width: 50%;
    }

    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 65.333333%;
    }

    .slider_auto_width.owl-carousel .oboi_box_link {
        height: 110px;
    }
}

@media only screen and (max-width: 971px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 64.333333%;
    }
}

@media only screen and (max-width: 945px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 63.333333%;
    }
}

@media only screen and (max-width: 920px) {
    .slider_auto_width_item {
        width: 680px;
    }

    .slider_auto_width_mini_it .oboi_box {
        width: 96px;
    }

    .slider_auto_width_img_box {
        margin-bottom: 30px;
    }

    .slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-prev,
    .slider_auto_width.owl-carousel .owl-controls .owl-nav .owl-next {
        width: 45px;
    }
        .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 62.333333%;
    }
}

@media only screen and (max-width: 896px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 60.333333%;
    }
}

@media only screen and (max-width: 860px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 59.333333%;
    }
}

@media only screen and (max-width: 832px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 58.333333%;
    }
}

@media only screen and (max-width: 813px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 57.333333%;
    }
}

@media only screen and (max-width: 795px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 56.333333%;
    }
}

@media only screen and (max-width: 777px) {
    .filter_new_y {
        width: 24.666667%;
    }

    .right_filter_info {
        width: 55.333333%;
    }
}

@media only screen and (max-width: 767px) {
    .bx-composite-btn-fixed {
        top: 0;
        right: initial;
        left: 15px;
        margin-bottom: 10px;
    }

    .for_desktop {
        display: none;
    }

    .for_mobile {
        display: block;
    }

    .slider_auto_width,
    #content .about_us-services {
        display: none !important;
    }

    .about_us-services {
        text-align: center;
        padding: 15px 0;
    }

    .filter_ver2_dropdown_left,
    .filter_ver2_dropdown_right {
        padding-left: 15px;
    }

    .link_after_drop_list_box {
        padding-bottom: 0;
    }

    .filter_ver2_list_brands {
        margin-left: -20px;
    }

    .filter_ver2_list_brands li,
    .filter_ver2_dropdown_right .filter_ver2_list_brands li {
        width: 100%;
    }

    .link_after_drop_list {
        font-size: 20px;
    }

    .header_top_basket_button {
        width: auto;
    }

    .header_top .header_bottom_search_field {
        display: none;
    }

    .filter_new_y {
        width: 0;
        padding: 0;
    }

    .right_filter_info {
        width: 100%;
    }

    .filter_new_y .col-lg-2 {
        position: relative;
    }

    /*aside.filter_aside_ver_2,
    aside.filter_aside_ver_2.active_filter,
    .is-sticky aside.filter_aside_ver_2 .filter_icon,
    .filter_icon{
        -webkit-transition: all ease 0.5s;
           -moz-transition: all ease 0.5s;
            -ms-transition: all ease 0.5s;
             -o-transition: all ease 0.5s;
                transition: all ease 0.5s;
    }*/
    /*aside.filter_aside_ver_2{
        background-color: #FFF;
        z-index: 98 !important;
        position: relative;
        -webkit-transform: translateX(-245px);
           -moz-transform: translateX(-245px);
            -ms-transform: translateX(-245px);
             -o-transform: translateX(-245px);
                transform: translateX(-245px);
    }
    aside.filter_aside_ver_2.active_filter{
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
    }*/
    .filter_box {
        display: block;
        position: relative;
    }

    .filter_icon {
        display: block;
        position: absolute;
        width: 45px;
        height: 45px;
        padding: 7px;
        right: -65px;
        top: 55px;
        background-color: #fff;
        z-index: 9;
        border: 1px solid #000;
        cursor: pointer;
    }

    .filter_icon:hover {
        background-color: #eee;
    }

    /*.is-sticky aside.filter_aside_ver_2 .filter_icon{
        top: 0;
    }*/
    .filter_icon img {
        max-height: none;
        width: 100%;
        height: auto;
    }

    .short-but {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .wallpaper_short_info_list_item_m_b {
        margin-bottom: 0.5em;
    }
}

@media only screen and (max-width: 575px) {
    .header_top .row {
        padding-top: 98px;
    }
}

@media only screen and (max-width: 479px) {
    .filter_ver2_link:hover:before,
    .filter_ver2_link.active:before {
        border-bottom: 2px solid #4f4f4f;
        -webkit-box-shadow: 0 4px 0 #4f4f4f;
        box-shadow: 0 4px 0 #4f4f4f;
    }

    .filter_ver2_list {
        float: none;
    }

    .filter_ver2_list_item {
        margin: 10px 0 0 0;
        width: 49%;
    }

    .filter_ver2_list_brands li,
    .filter_ver2_dropdown_right .filter_ver2_list_brands li {
        /* width: 50%; */
    }

    .filter_with_search .header_bottom_search_field {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .filter_ver2_dropdown_left,
    .filter_ver2_dropdown_right,
    .filter_ver2_dropdown.active_two_blocks .filter_ver2_dropdown_left,
    .filter_ver2_dropdown.active_two_blocks .filter_ver2_dropdown_right {
        float: none;
        width: 100%;
        height: auto;
        overflow: inherit;
    }

    .filter_ver2_dropdown {
        overflow: auto;
    }

    .filter_ver2_dropdown_left:after {
        display: none;
    }

    .filter_ver2_dropdown_right {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {

    .show_more_checkbox {
        display: none;
    }

    /*.choosen_box label{
        display: block !important;
    }*/
    .bx-touch .arrow_up {
        bottom: 90px;
        right: 24px;
    }

    .filter_scroll {
        position: fixed !important;
        margin-top: 40px;
        top: 0;
        z-index: 99;
    }

    /*aside.filter_aside_ver_2.offset_fil{
        position: fixed !important;
        top: 0;
        margin-top: 82px;
    }*/
    .title_without_filter_btns {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .header_top .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header_top {
        border-bottom: none;
    }

    .header_top .row {
        padding-top: 0;
    }

    .header_top .col-xs-4 {
        padding: 0;
        display: block;
        vertical-align: middle;
        float: left;
    }

    .header_top .col-xs-4:nth-child(1) {
        width: 33.3%;
        float: left;
    }

    .header_top .col-xs-4:nth-child(3) {
        width: 33.3%;
        float: right;
    }

    .header_top .col-xs-4:nth-child(2) {
        display: inline-block;
        position: static;
        width: 188px;
        margin-left: 8px;
    }

    .header_top .col-xs-4 img {
        width: 100%;
        height: auto;
    }

    .header_top_number {
        text-align: left !important;
    }

    .tel1 a {
        padding: 0;
        font-size: 14px;
        line-height: 110px;
        letter-spacing: 0px;
    }

    #small_contacts {
        font-size: 15px;
        padding: 0;
        line-height: 110px;
    }

    .header_bottom .header_top_basket .header_top_basket_button {
        padding-top: 0;
    }

    .filter_with_search {
        position: absolute;
        width: 47.5%;
        top: 12px;
        -webkit-transform: translateX(-1000px);
        -moz-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
        -o-transform: translateX(-1000px);
        transform: translateX(-1000px);
        z-index: 9999;
        background: #fff;
        border-right: 1px solid #b4b4b4;
        border-bottom: 1px solid #b4b4b4;
        padding-top: 10px;
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .filter_with_search.show_menu {
        right: initial;
        left: 0;
        padding-left: 6px;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .filter_ver2_link {
        font-size: 17px;
        font-weight: 600;
    }

    .filter_ver2_dropdown {
        left: 100%;
        top: 0;
        z-index: 999;
        width: 100%;
        border: none;
        border-bottom: 1px solid #b4b4b4;
        border-left: 1px solid #b4b4b4;
        max-height: 341px;
    }

    .filter_ver2_dropdown_left {
        padding: 0 5px 0 20px;
    }

    .filter_ver2_list_brands li a {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .filter_ver2_list {
        width: 100%;
    }

    .filter_ver2_list_item {
        width: 100%;
        margin: 0;
        text-align: left;
        padding-right: 8px;
    }

    .filter_ver2_link::after {
        display: none;
    }

    .filter_version2 {
        position: relative;
        min-height: 40px;
        border-bottom: 1px solid #000;
    }

    .header_bottom {
        position: relative;
        z-index: 999 !important;
        border-top: 1px solid #000;
    }

    .btn_filter {
        content: "";
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -7px;
        background: url(/assets/css/../images/hamb_menu_img.png) 0 0 no-repeat;
        width: 25px;
        height: 14px;
        display: inline-block;
        z-index: 10000;
        cursor: pointer;
    }

    .header_bottom .header_top_basket {
        margin-top: 7px;
    }

    .header_top_basket a:last-child {
        border: none;
        margin-top: 0;
    }

    .header_top_basket_button:before {
        top: 0;
    }

    .show_menu.filter_with_search {
        right: inherit;
    }

    .filter_version2 .header_bottom_search_field {
        display: none;
    }

    .header_top .header_bottom_search_field,
    .header_bottom .header_bottom_search_field {
        display: block;
        height: auto;
        margin-bottom: 0;
    }

    .header_bottom_search_field_it {
        border: none;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-block;
        padding-right: 5px;
    }

    .header_bottom_search_button {
        display: none;
    }

    .header_bottom_search_field {
        width: 36%;
    }

    #content {
        overflow-x: hidden !important;
        padding-top: 0;
    }

    .filter_box {
        width: 100%;
        min-width: 767px;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
    }

    .filter_icon {
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding: 0;
        right: 0;
        left: 0;
        top: 0;
        background-color: #f1f1f1;
        z-index: 9;
        border: none;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        font-family: Arial;
        color: #373737;
    }

    .filter_icon:before {
        content: "";
        display: inline-block;
        margin: 0 0 0 0;
        background: url(/assets/css/../images/settings_icon.png) 0 0 no-repeat;
        width: 16px;
        height: 15px;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        margin-left: -20px;
    }

    /*aside.filter_aside_ver_2{
        position: relative;
        -webkit-transform: translateX(-1000px);
        -moz-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
        -o-transform: translateX(-1000px);
        transform: translateX(-1000px);
        width: 350px !important;
        margin-top: 42px;
    }*/
    /*aside.filter_aside_ver_2.active_filter{
        -webkit-transform: translateX(-14px);
        -moz-transform: translateX(-14px);
        -ms-transform: translateX(-14px);
        -o-transform: translateX(-14px);
        transform: translateX(-14px);
    }*/
    /*.choosen_box label{
        padding: 5px 0;
    }*/
    .choose_filter_txt,
    .filter_aside_title {
        display: none;
    }

    .filter_over_auto {
        padding: 0 0 0 0;
        margin-left: 0;
        overflow: visible;
    }

    .category_filter_aside form {
        position: relative;
    }

    .choosen_box {
        margin-bottom: 0;
    }

    /*.choose_checkbox_container{
        display: none;
        width: 104%;
        min-height: 100%;
        max-height: 390px;
        position: absolute;
        left: calc(100% + 1px);
        top: 0;
        background: #fff;
        overflow: auto;
    }*/
    /*.choose_checkbox_container.current{
        display: block;
        position: static;
        min-height: auto;
        width: 100%;
        padding-left: 14px;
    }
    .choosen_box.actv .choose_checkbox_container{
        display: inline-block;
    }*/
    /*.choosen_box label{
        padding-left: 14px;
        margin-bottom: 0;
    }*/
    .choosen_box label strong {
        font-size: 14px;
    }

    .choosen_box.actv label {
        background: #e7e7e7;
    }

    .choosen_box.actv .choose_checkbox_label {
        background: none;
    }

    .oboi_box_main_list .clear_filter_new_y {
        display: none;
    }

    .right_filter_info {
        /*margin-top: 35px;*/
    }

    .filter_ver2_link:hover:before,
    .filter_ver2_link.active:before {
        box-shadow: none;
    }

    .filter_ver2_link {
        padding-right: 0;
        width: 100%;
        display: inline-block;
    }

    .filter_ver2_dropdown.active_two_blocks .filter_ver2_dropdown_left,
    .filter_ver2_dropdown.active_two_blocks .filter_ver2_dropdown_right {
        width: 100%;
    }

    .add_bsket {
        overflow: hidden;
    }

    .filter_ver2_dropdown_left .filter_ver2_dropdown_title {
        display: none;
    }

}


@media only screen and (max-width: 660px) {
    .filter_box {
        min-width: 660px;
    }

    .oboi_box_link {
        height: 230px;
    }
}

@media only screen and (max-width: 600px) {
    .filter_box {
        min-width: 600px;
    }

    /*aside.filter_aside_ver_2{
        width: 250px !important;
    }*/
    .header_top .col-xs-4:nth-child(1),
    .header_top .col-xs-4:nth-child(3) {
        width: 32%;
    }

    .oboi_box_link {
        height: 220px;
    }
}

@media only screen and (max-width: 560px) {
    .filter_box {
        min-width: 560px;
    }

    .header_top .col-xs-4:nth-child(1),
    .header_top .col-xs-4:nth-child(3) {
        width: 30%;
    }

    .wallpaper_for_walls {
        width: 100% !important;
        margin: 0 0px !important;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex !important;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .wallpaper_brand_item {
        float: none;
        margin: 0 6px 17px !important;
        width: calc(46% 0px) !important;
        height: auto !important;
    }

    .wallpaper_brand_txt .wallpaper_brand_img {
        width: auto !important;
        height: auto !important;
    }

    .oboi_box_link {
        height: 210px;
    }
}

@media only screen and (max-width: 500px) {
    .filter_box {
        min-width: 500px;
    }

    .header_top .col-xs-4:nth-child(1),
    .header_top .col-xs-4:nth-child(3) {
        width: 28.5%;
    }

    .oboi_box_link {
        height: 200px;
    }
}

@media only screen and (max-width: 479px) {
    .header_top .col-xs-4:nth-child(2) {
        width: 160px;
    }

    .tel1 a,
    #small_contacts {
        line-height: 95px;
    }

    .header_top .col-xs-4:nth-child(1),
    .header_top .col-xs-4:nth-child(3) {
        width: 30%;
    }

    .filter_box {
        min-width: 479px;
    }

    /*aside.filter_aside_ver_2{
        width: 200px !important;
    }*/
    .filter_ver2_dropdown_title {
        font-size: 19px;
    }

    .link_after_drop_list_box {
        text-align: left;
    }

    .link_after_drop_list {
        font-size: 16px;
    }

    .oboi_box_link img {
        min-width: 100%;
    }

    .oboi_box_link {
        height: 190px;
    }
}

@media only screen and (max-width: 440px) {
    .carousel_owl_box_item .owl-controls {
        display: none;
    }

    .carousel_owl_box_item {
        margin: 0 0 3px;
    }

    .oboi_box_link {
        height: 180px;
    }
}

@media only screen and (max-width: 431px) {
    .header_top .col-xs-4:nth-child(1),
    .header_top .col-xs-4:nth-child(3) {
        width: 25.8%;
    }

    .filter_box {
        min-width: 431px;
    }

    .filter_version2 {
        max-width: 431px;
    }

    .oboi_box_link {
        height: 175px;
    }
}

@media only screen and (max-width: 430px) {
    .header_top .col-xs-4:nth-child(1),
    .header_top .col-xs-4:nth-child(3) {
        width: 28%;
    }

    .filter_box {
        min-width: 430px;
    }

    .tel1 a {
        letter-spacing: -1px;
        font-size: 12px;
    }

    .oboi_box,
    .related_item .oboi_box {
        width: 150px;
    }

    .oboi_brands_box_wall {
        width: 100%;
    }

    .counter_input {
        margin-right: 13px;
        width: 50px;
        height: 52px;
    }

    .price_rub {
        padding-top: 16px;
    }

    .counter_box_button {
        width: 24px;
        height: 24px;
    }

    .oboi_box_link {
        height: 170px;
    }
}

@media only screen and (max-width: 425px) {
    .oboi_box_main.oboi_big .oboi_box, .wallpaper_brand_item, .frascoes_razdel_box {
        width: 41.5%;
    }

    .catalog_text {
        line-height: 24px;
    }

    .oboi_box_link {
        height: 165px;
    }
}

@media only screen and (max-width: 411px) {
    .header_top .col-xs-4:nth-child(1),
    .header_top .col-xs-4:nth-child(3) {
        width: 25.8%;
    }

    .filter_box {
        min-width: 411px;
    }

    .filter_version2 {
        max-width: 411px;
    }

    .header_bottom_search_field.hid-mob {
        display: none;
    }

    .oboi_box_link {
        height: 160px;
    }
}

@media only screen and (max-width: 400px) {
    .header_top .col-xs-4:nth-child(1),
    .header_top .col-xs-4:nth-child(3) {
        width: 25.8%;
    }

    .filter_box {
        min-width: 400px;
    }

    /* aside.filter_aside_ver_2{
         width: 180px !important;
     }*/
    .oboi_box_link {
        height: 155px;
    }

}

@media only screen and (max-width: 375px) {
    .oboi_box_main.oboi_big .oboi_box, .wallpaper_brand_item, .frascoes_razdel_box {
        width: 46%;
    }

    .wallpaper_brand_img {
        width: 127px;
        height: 127px;
    }

    .wallpaper_brand_img img {
        width: 100%;
        height: 100%;
    }

    .oboi_box_link {
        height: 150px;
    }
}

@media only screen and (max-width: 370px) {
    .oboi_box,
    .related_item .oboi_box {
        width: 145px;
    }

    .filter_box {
        min-width: 370px;
    }

    .oboi_box_link {
        height: 145px;
    }
}

@media only screen and (max-width: 360px) {
    .filter_box {
        min-width: 360px;
    }

    .filter_version2 {
        max-width: 360px;
    }

    /*aside.filter_aside_ver_2{
        width: 170px !important;
    }*/
    .wallpaper_for_walls {
        margin: 0 0px;
        padding: 8px;
    }

    .oboi_box_link {
        height: 135px;
    }
}

@media only screen and (max-width: 355px) {
    body {
        min-width: 320px;
    }

    .header_top .col-xs-4:nth-child(1) {
        width: 90px;
        float: left;
    }

    .header_top .col-xs-4:nth-child(3) {
        width: 70px;
        float: right;
    }

    .header_top .col-xs-4:nth-child(2) {
        display: inline-block;
        position: static;
        width: 133px;
        margin-left: 8px;
    }

    .header_top .col-xs-4 img {
        width: 100%;
        height: auto;
    }

    .tel1 a {
        padding: 0;
        font-size: 12px;
        line-height: 80px;
        letter-spacing: -1px;
    }

    #small_contacts {
        font-size: 15px;
        padding: 0;
        line-height: 80px;
    }

    .filter_ver2_link {
        font-size: 17px;
        font-weight: 600;
    }


    .header_bottom_search_field_it {
        border: none;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-block;
        padding-right: 5px;
    }


    .filter_box {
        width: 100%;
        min-width: 320px;
        max-width: 767px;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
    }

    /*.choosen_box label{
        padding: 5px 0;
    }*/
    .choose_filter_txt,
    .filter_aside_title {
        display: none;
    }

    .filter_over_auto {
        padding: 0 0 0 0;
        margin-left: 0;
        overflow: visible;
    }

    .category_filter_aside form {
        position: relative;
    }

    .choosen_box {
        margin-bottom: 0;
    }

    /* .choose_checkbox_container{
         display: none;
         width: 104%;
         min-height: 100%;
         position: absolute;
         left: 100.5%;
         top: 0;
         background: #fff;
     }

     .choose_checkbox_container.current{
         display: block;
         position: static;
         min-height: auto;
         width: 100%;
         padding-left: 14px;
     }
     .choosen_box.actv .choose_checkbox_container{
         display: inline-block;
     }*/
    /*.choosen_box label{
        padding-left: 14px;
        margin-bottom: 0;
    }*/
    .choosen_box label strong {
        font-size: 14px;
    }

    .choosen_box.actv label {
        background: #e7e7e7;
    }

    .choosen_box.actv .choose_checkbox_label {
        background: none;
    }

    .oboi_box_main_list .clear_filter_new_y {
        /*display: none;*/
    }

    .filter_ver2_link:hover:before,
    .filter_ver2_link.active:before {
        box-shadow: none;
    }

    .filter_ver2_link {
        padding-right: 0;
    }

    .oboi_box_link {
        height: 125px;
    }

    .arcticmodal-container_i2 {
        padding-left: 0;
        padding-right: 0;
    }

    .filter_version2 {
        max-width: 355px;
    }
}

@media only screen and (max-width: 320px) {
    .filter_box {
        min-width: 320px;
    }

    .filter_version2 {
        max-width: 320px;
    }

    /*aside.filter_aside_ver_2{
        width: 158px !important;
    }*/
    .oboi_box_main.oboi_big .oboi_box, .wallpaper_brand_item, .frascoes_razdel_box {
        width: 127px;
    }
}

@media only screen and (max-width: 767px) {
    .oboi_box_h_180 {
        height: 180px !important;
        width: 100% !important;
    }

}


/*new */

@media only screen and (max-width: 375px) {
    .wallpaper_brand_img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
}


@media only screen and (max-width: 560px) {
    .wallpaper_brand_item {
        width: calc(46% 0px) !important;
    }

}


/*footer new*/
.footer_list {
    display: none;
    text-align: center;
}


@media (min-width: 768px) {
    .footer_list {
        display: block;
        text-align: left;
    }
}


@media (max-width: 767px) {
    .footer_list_title {
        text-align: center;
        padding: 16px 32px;
        background: #ededed;
        font-weight: 400;
        margin-top: 15px;

        position: relative;

    }

    .footer_list_title:after, .footer_list_title:before {
        content: '';
        display: block;
        width: 15px;
        height: 2px;
        position: absolute;
        background: #4d4d4d;
        right: 20px;
        top: 23px;

    }

    .footer_list_title:after {
        transform: rotate(90deg);
    }

    .footer_list_title.active .footer_list_item {
        margin: 0;
        margin-bottom: 13px;
    }

    .footer_list_title.active:after {
        display: none;
        transition: all ease 0.3s;
    }


}


/*mob-menu*/
@media only screen and (max-width: 767px) {
    .filter_with_search {
        top: 41px;
    }
}

.mobile_button_filter {
    box-sizing: border-box;
    background: none;
    width: 35px;
    height: 20px;
    margin-top: 11px;
    padding: 0;
    position: relative;
}

.mobile_button_filter__bar {
    height: 3px;
    width: 80%;
    background: #4d4d4d;
    margin-bottom: 5px;
    transition: all ease 0.3s;
}


.mobile_button_filter.show_menu .bar_middle {
    display: none;
    transition: all ease 0.3s;
}


.mobile_button_filter.show_menu .mobile_button_filter__bar {
    position: absolute;
    top: 5px;
    transition: all ease 0.3s;
}

.mobile_button_filter.show_menu .bar_top {
    transform: rotate(45deg);
    transition: all ease 0.3s;
}

.mobile_button_filter.show_menu .bar_bottom {
    transform: rotate(-45deg);
    transition: all ease 0.3s;
}


/*header*/
@media (max-width: 767px) {
    #small_contacts {
        margin-top: 15px;
        height: auto;
        line-height: 100% !important;
    }

}


/*снятно с производства */
.archive-block {
    position: absolute;
    width: 66%;
    left: 17%;
    right: 17%;
    font-size: 14px;
}


/*video 16:9 */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    background: #f2f2f2;
}

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


/*кнопка вернуться назад */

.check_butn_box {
    margin: 45px 0 41px 0;
}

.check_butn_box .see_more_box_btn {
    padding: 10px 0 10px 44px;
    background: url(/assets/css/../images/icon_see_more2.png) 0 50% no-repeat;
}

.check_butn_box .delivery_but {
    padding: 13px 51.5px;
}
/* End */


/* Start:/assets/fonts/ArltDeco/font.css?1741702624611*/
@font-face {
  font-family: "Arlt Deco W01 1";
  src: url("/assets/fonts/ArltDeco/284c2838c4d36ef3c8d8dc8ad599cbc7.eot"); /* IE9*/
  src: url("/assets/fonts/ArltDeco/284c2838c4d36ef3c8d8dc8ad599cbc7.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("/assets/fonts/ArltDeco/284c2838c4d36ef3c8d8dc8ad599cbc7.woff2") format("woff2"), /* chrome?firefox */
  url("/assets/fonts/ArltDeco/284c2838c4d36ef3c8d8dc8ad599cbc7.woff") format("woff"), /* chrome?firefox */
  url("/assets/fonts/ArltDeco/284c2838c4d36ef3c8d8dc8ad599cbc7.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  url("/assets/fonts/ArltDeco/284c2838c4d36ef3c8d8dc8ad599cbc7.svg#Arlt Deco W01 1") format("svg"); /* iOS 4.1- */
  font-display:swap;
}
/* End */
/* /local/components/cteam/window.review/templates/.default/style.css?17417024541342 */
/* /assets/css/reset.css?1741702624771 */
/* /assets/css/bootstrap.css?174170262417172 */
/* /assets/css/stylenew.css?178455465373430 */
/* /assets/css/style2.css?174170262415905 */
/* /assets/css/responsive.css?174170262454595 */
/* /assets/css/responsive2.css?174170262436201 */
/* /assets/fonts/ArltDeco/font.css?1741702624611 */
