@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans.svg") format("svg"), url("fonts/OpenSans.ttf") format("truetype"), url("fonts/OpenSans.woff") format("woff"), url("fonts/OpenSans.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto.svg") format("svg"), url("fonts/Roboto.ttf") format("truetype"), url("fonts/Roboto.woff") format("woff"), url("fonts/Roboto.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

body,
html {
  height: 100%;
}

:focus {
  outline: none;
}

.wrapper,
body,
ul li {
  position: relative;
}

.tree-menu ul,
.tree-menu ul li,
ul,
ul li {
  list-style: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

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

html {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  font: 14px/1.3 Roboto, sans-serif;
  color: #2d1d1d;
}

button,
input[type=email],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
  font: inherit;
}

em,
i {
  font-style: italic;
}

textarea {
  resize: none;
}

b,
strong {
  font-weight: 700;
}

em {
  font-weight: 400;
}

a {
  color: #268e00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media all and (min-width: 1200px) {
  .mobile-view {
    display: none;
  }
}

@media all and (max-width: 1200px) {
  .desktop-view {
    display: none !important;
  }

  .mobile-view {
    display: block;
  }
}

h3,
h4 {
  display: block;
  font-weight: 700;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}

p {
  width: 96%;
  margin: 10px 0 5px;
  font-size: 13px;
}

h2 {
  margin: 20px 0 0;
  font-size: 18px;
}

h2.opt {
  margin: 0;
}

h3 {
  line-height: 20px;
  font-size: 16px;
}

h4 {
  line-height: 16px;
  font-size: 14px;
  padding: 10px 0;
}

td {
  font-size: 13px;
}

small {
  font-size: .85em;
}

hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 14px 0;
}

.load-hidden {
  visibility:hidden;
}
.container {
  width: 100%;
  float: left;
  /*overflow:hidden;*/
  overflow: visible;
}

.content {
  padding: 0 20px 20px;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  left: 0;
  transition: left .5s;
}

.centered {
  min-width: 300px;
  max-width: 1500px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

li ul li {
  margin-left: 20px;
}

ul li {
  padding: 0 0 0 14px;
  line-height: 18px;
}

table.text-table td,
table.text-table th {
  border: 1px solid #d3d3d3;
  border-collapse: collapse;
  padding: 5px 10px;
}

ol li {
  margin-left: 30px;
}

ul.text li:before {
  content: '';
  height: 6px;
  width: 6px;
  background: #268e00;
  position: absolute;
  left: 0;
  top: 6px;
}

table.text-table th {
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

table.text-table td {
  vertical-align: top;
  text-align: left;
}

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

.wrapper ul {
  margin-bottom: 7px;
}

.wrapper ul li ul {
  margin-bottom: 2px;
}

.wrapper p {
  margin-bottom: 5px;
}

.wrapper p strong {
  color: #555;
}

.about-page ul li,
.bx-section-desc ul li,
.info-page ul li,
.opt-page ul li {
  list-style: none;
  text-indent: -17px;
  margin: 3px 0 3px 5px;
}

.about-page ul ul,
.bx-section-desc ul ul,
.info-page ul ul,
.opt-page ul ul {
  margin-left: 10px;
}

.about-page ul li:before,
.bx-section-desc ul li:before,
.info-page ul li:before,
.opt-page ul li:before {
  content: "\f00c";
  margin-right: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  color: #8ac47e;
}

.clearfix:after,
.footer .top:after,
.left-sidebar .link span.icon {
  content: '';
}

.about-page ul li li,
.opt-page ul li li {
  background: 0 0;
  padding-left: 14px;
  list-style-type: disc;
}

.about-page ul li li:before,
.opt-page ul li li:before {
  content: '';
  display: none;
}

.bigPhoto {
  border: 10px solid #fff;
  box-shadow: 0 0 1px 0;
  margin: 12px auto;
  box-sizing: border-box;
}

.top-bar,
.top-bar.narrow {
  height: 38px;
  border-bottom: 1px solid #ddd;
  background: transparent;
  position: relative;
}
@media all and (max-width: 1200px) {
  .top-bar.narrow {
    position: fixed;
    z-index: 10000;
    background: #fff;
    width: 100%;
    top: 0;
  }
}

.top-bar .menu-button {
  width: 22px;
  height: 24px;
  line-height: 26px;
  float: left;
  margin: 4px 0 0 10px;
  position: relative;
  text-align: center;
  color: #888;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
}

.top-bar .menu-button:active {
  left: 1px;
  top: 1px;
}

.menu-button-close {
  width: 22px;
  height: 22px;
  line-height: 26px;
  float: right;
  margin: 0 0 0 20px;
  position: relative;
  text-align: center;
  color: #fff;
  border: 1px solid #447519;
  border-radius: 8px;
  cursor: pointer;
  transform: rotate(180deg);
}

.menu-top {
  height: 37px;
  display: table;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.menu-top ul {
  display: table-row;
}

.menu-top ul li {
  display: table-cell;
  position: relative;
  padding: 5px 0;
}

.menu-top ul li:last-child {
  border: none;
}

.menu-top ul li a {
  display: block;
  height: 26px;
  line-height: 24px;
  padding: 0 10px 0 6px;
  border-right: 1px solid #ddd;
  color: #888;
  font-size: 13px;
  text-decoration: none;
}

.menu-top ul li:last-child a {
  border: none;
}

.menu-top ul li a .icon {
  display: inline-block;
  vertical-align: top;
  margin: -2px 5px 0 2px;
  line-height: 26px;
  font-size: 16px;
  color: #ddd;
  transition: color .3s;
}

.menu-top ul li a:hover .icon,
.menu-top ul li.active a .icon {
  color: #888;
}

.menu-mobile {
  position: fixed;
  left: -300px;
  top: 0;
  width: 300px;
  height: 100%;
  padding: 20px 30px 0;
  box-sizing: border-box;
  background: #5a5c59;
  transition: left .5s;
  z-index: 10011;
}

.menu-mobile .title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  float: left;
}

.menu-mobile .city-select {
  float: right;
  line-height: 20px;
}

.menu-mobile .city-select,
.menu-mobile .city-select a {
  color: #fff;
  font-size: 10px;
}

.menu-mobile .city-select a {
  text-decoration: underline;
}

.menu-mobile .city-select a:hover {
  text-decoration: none;
}

.menu-mobile ul {
  margin-top: 20px;
}

.menu-mobile li {
  display: block;
  padding: 0;
}

.menu-mobile li a {
  display: block;
  line-height: 34px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}

.menu-mobile li a:hover {
  color: #e1e1e1;
}

.page-head h1,
.page-head h2,
h2 {
  color: #555;
  font-weight: 700;
}

.menu-mobile li a .icon {
  display: inline-block;
  width: 25px;
  font-size: 12px;
}
.menu-mobile li a .icon-eaist {
    position: relative;
}
.menu-mobile li a .icon-eaist::before {
    position: absolute;
    top: -10px;
    width: 12px;
    height: 12px;
    content: '';
    background: url('/images/icons/eaistmob.svg') center center no-repeat;
}

.page-head h1 {
  font-size: 23px;
  margin-bottom: 10px;
  text-align: left;
}

.page-head h2 {
  font-size: 14px;
  padding-bottom: 2px;
}

.page-head h2 a,
.page-head span a {
  color: #fff;
  text-decoration: none;
}

.page-head span a:hover {
  color: #fff;
  border-right: 1px groove #fff;
}

.clearfloat {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.clearfix:after {
  display: table;
  clear: both;
}

.button {
  display: inline-block;
  /*height: 28px;*/
  line-height: 28px;
  border: none;
  outline: 0;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
}

.button:hover {
  color: #fff;
  text-decoration: none;
}

.red-button {
  color: #fff;
  background: #d9534f;
  background: -moz-linear-gradient(top, #d9534f 0, #c12e2a 100%, #c12e2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), color-stop(100%, #c12e2a), color-stop(100%, #c12e2a));
  background: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%, #c12e2a 100%);
  background: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%, #c12e2a 100%);
  background: -ms-linear-gradient(top, #d9534f 0, #c12e2a 100%, #c12e2a 100%);
  background: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%, #c12e2a 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d9534f', endColorstr='#c12e2a', GradientType=0);
}

.red-button:hover {
  background: #c73834;
}

.green-button {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.green-button:hover {
  background: #5dab5d;
}

.header {
  margin-bottom: 20px;
}

.header-info-wrap {
  padding: 20px 20px 0;
}

.header-info-wrap .logo-mobile {
  float: left;
  width: 170px;
}

.header-info-wrap .logo-mobile .tel {
  display: block;
  margin-top: 3px;
  text-align: center;
  color: #000;
}

.header-info-wrap .logo-info {
  float: left;
  width: 220px;
}

.header-info-wrap .info {
  float: right;
}

.header-info-wrap .logo-info .mot {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mot-img-txt {
  margin-top: 10px;
  margin-bottom: 4px;
}

.header-info-wrap .logo-info .shedule {
  padding-top: 10px;
  font-size: 13px;
  position: relative;
  text-align: center;
}

.tooltip-time {
  cursor: pointer;
}

.tooltip-popup-time {
  display: none;
}

.tooltip-popup-time.active {
  display: block;
  position: absolute;
  background: #fff;
  outline: #ccc solid 1px;
  z-index: 1002;
  box-shadow: 0 0 5px grey;
  padding: 10px 5px;
  width: 105%;
  left: -5px;
}

.tooltip-popup-time.active:hover {
  box-shadow: inset 0 0 8px 4px pink;
}

/*.popup-window {
    margin-right: 10px;
    margin-left: 10px;
}
*/
.popup-window {
  padding: 0 !important;
}

.popup-window .popup-window-close-icon::after {
  height: 20px;
  width: 20px;
}

.popup-window-titlebar .popup-window-top-row .popup-window-left-column,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column,
.popup-window-titlebar .popup-window-top-row .popup-window-right-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-left-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-center-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-right-column,
.popup-window-titlebar {
  background: #4ba24b;
  border: none;
  color: #fff;
  min-height: 21px;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  height: auto;
}

.popup-window-with-titlebar .popup-window-content,
.popup-window-content-gray .popup-window-content {
  background: #fff;
}

.popup-window-buttons {
  display: flex;
  margin: 0 0 5px 10px;
  justify-content: space-around;
}

.popup-window-buttons .button {
  display: block;
  line-height: 1.3em;
  padding: 5px 20px;
}

.popup-window-close-icon:hover {
  background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat 0 -283px;
}

.popup-window-content p {
  font-weight: bold;
  font-size: 1.2em;
}

.popup-window-overlay {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}

.popup-window-titlebar-close-icon {
  position: absolute;
  top: -40px !important;
  right: -30px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: color .4s;
  background: none;
}

.popup-window-close-icon:hover {
  background: none;
  text-decoration: none;
}

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

@media (max-width: 600px) {
  .popup-window-titlebar {
    width: 100%;
  }

  .popup-window-titlebar-close-icon {
    right: 5px !important;
  }

  .popup-window-titlebar .popup-window-buttons .button {
    margin-bottom: 10px;
  }
}


.popup-window-titlebar .popup-window-top-row .popup-window-left-column,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column,
.popup-window-titlebar .popup-window-top-row .popup-window-right-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-left-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-center-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-right-column {
  background: #4ba24b;
  border: none;
  color: #fff;
  min-height: 21px;
  font-size: 20px;
  text-align: center;
  padding: 0;
  height: 21px;
  padding: 10px 0 0;
}

.popup-window-close-icon:hover {
  background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat 0 -283px;
}

.popup-window-close-icon.popup-window-titlebar-close-icon::after {
  width: 20px;
  height: 20px;
}

.popup-window-content p {
  font-weight: bold;
  font-size: 1.2em;
}

.popup-window-overlay {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}

.popup-window-titlebar-close-icon {
  position: absolute;
  top: -40px !important;
  right: -30px !important;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: color .4s;
  background: none;
}

.popup-window-close-icon:hover {
  background: none;
  text-decoration: none;
}

/*.popup-window-titlebar-close-icon:before {
    content: '×';
}*/

.popup-window-buttons {
  display: flex;
  margin: 0 10px 5px 10px;
  justify-content: space-around;
}

.popup-window-buttons .button {
  display: block;
  line-height: 1.3em;
  padding: 5px 20px;
}

@media all and (max-width: 599.98px) {
  .popup-window-titlebar-close-icon {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .popup-window-close-icon.popup-window-titlebar-close-icon::after {
    width: 30px;
    height: 30px;
  }
}
.popup-window.popup-window-with-titlebar {
  padding: 0;
}

.popup-window-center-column .popup-window-titlebar,
.popup-window-titlebar {
  background: #4ba24b;
  border: none;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 0;
  padding: 15px 0;
}

.popup-window-with-titlebar .popup-window-content,
.popup-window-content-gray .popup-window-content {
  background: #fff;
}

.popup-window-buttons {
  padding: 20px 0;
}

.popup {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1010;
}

.popup .inner {
  position: relative;
  width: 500px;
  min-height: 160px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  color: #464646;
  box-sizing: border-box;
}

.popup .inner .times {
  position: absolute;
  top: -31px;
  right: -25px;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  cursor: pointer;
  transition: color .4s;
}

@media all and (max-width: 450px) {
  .popup .inner .times {
    right: 45%;
    top: -35px;
  }
}

.popup .inner .title {
  margin: -20px -20px 20px;
  background: #4ba24b;
  color: #fff;
  min-height: 41px;
  font-size: 20px;
  line-height: 41px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.popup .exit {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  cursor: pointer;
  font-size: 20px;
}

#popup-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.popup .site-form {
  max-width: 600px;
}

.popup .site-form label {
  display: block;
  position: relative;
  margin-bottom: 5px;
}

.popup .site-form input[type=text],
.popup .site-form input[type=password],
.popup .site-form input[type=tel],
.popup .site-form input[type=email],
.popup .site-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 12px;
  color: #2d1d1d;
}

.popup .site-form textarea {
  height: 140px;
  padding: 10px;
}

.popup .site-form label.state-error input[type=text],
.popup .site-form label.state-error input[type=password],
.popup .site-form label.state-error input[type=tel],
.popup .site-form label.state-error input[type=email] {
  padding-top: 7px;
}

.popup .site-form label.state-error textarea {
  padding-top: 17px;
}

.popup .site-form em.invalid {
  position: absolute;
  left: 10px;
  top: 20px;
  color: #dc0f09;
  font-size: 10px;
}

.popup .site-form input[type=submit] {
  width: 250px;
  background: #268e00;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  border-radius: 16px;
  display: inline-block;
  margin: 20px auto;
  text-transform: uppercase;
  transition: .3s all ease;
  border: none;
  cursor: pointer;
}

.popup .site-form input[type=submit]:hover {
  background: #47b61f;
}

.header-info-wrap .personal-search {
  text-decoration: none;
  margin: 0 45px 0 22px;
}

.header-info-wrap .payment-img,
.header-info-wrap .personal-search,
.header-info-wrap .personal-search .text,
.header-info-wrap .personal-search span.icon,
.header-info-wrap .top-basket {
  display: inline-block;
  vertical-align: top;
}

.header-info-wrap .personal-search a {
  color: #2d1d1d;
}

.header-info-wrap .personal-search .icon-truck {
  display: inline-block;
  margin: -3px 10px 0 0;
  font-size: 30px;
  line-height: 1;
  vertical-align: top;
}

.header-info-wrap .personal-search .text {
  text-decoration: none;
  line-height: 30px;
}

.header-info-wrap .top-personal {
  margin: 14px 0 0;
  text-align: right;
}

.header-info-wrap .top-personal ul li:first-child {
  padding-left: 0;
  border-left: none;
}

.header-info-wrap .top-personal ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  border-left: 1px solid #e0e0e0;
}

.header-info-wrap .top-personal ul li:last-of-type {
  padding-right: 0;
}

.header-info-wrap .top-personal a,
.header-info-wrap .top-personal a:hover,
.header-info-wrap .top-personal a:visited {
  color: #2d1d1d;
  text-decoration: none;
}

.header-info-wrap .top-personal i {
  padding-right: 5px;
  color: #625e5e;
}

.header-info-wrap .tel-region {
  float: left;
  display: inline-block;
  margin: 8px 0 0 70px;
  text-align: center;
}

.header-info-wrap .tel-region a.tel .icon-phone {
  vertical-align: middle;
}

.header-info-wrap .tel-region a.tel {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}

.header-info-wrap .tel-region #phone,
#region {
  text-align: left;
}

#regionForm {
  margin: 0 0 0 -5px;
}

#regionForm select {
  padding: 3px 0 0;
  border: none;
  color: #268e00;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
}


@media all and (max-width:1200px) {
  div#region {
      padding: 5px 10px;
      display: flex;
      justify-content: center;
  }
  #regionForm {
      padding-top: 4px;
      margin-right: 100px;
  }
  #regionForm select {
    font-size: 13px;
  }
  .region-select-head {
      padding-top: 6px;
      margin-right: 10px;
      font-size: 13px;
  }
  .region-select-bottom {
      display: none;
  }
}

@media all and (max-width:600px) {
  #regionForm {
      padding-top: 0;
  }
  #regionForm select {
    padding-top: 3px;
  }
  .region-select-head {
      padding-top: 0;
  }
}

@media all and (max-width:400px) {
  div#region {
      max-width: 55vw;
      overflow: hidden;
      justify-content: flex-start;
  }
  #regionForm {
      margin: 0;
  }
  #regionForm select {
    width: 55vw;
  }
  .scroll #regionForm select {
    width: 45vw;
  }
  .region-select-head {
      display: none;
  }
}

.header-info-wrap .tel-region #phone {
  margin-left: 60px;
}

.header-info-wrap .headerContactPopupLinkText {
  text-align: center;
  cursor: pointer;
  text-decoration: underline dotted;
}

.top-search,
.top-search form {
  position: relative;
}

.top-search .search-button {
  color: #444;
  font-size: 18px;
  cursor: pointer;
  transition: color .3s;
}

.top-search .search-button:hover {
  color: #000;
}

.top-search input[type=text] {
  width: 100%;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  outline: 0;
  box-sizing: border-box;
  vertical-align: top;
  border-radius: 4px;
}

.top-search input[type=text]:focus {
  border-color: #86d16b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(38, 142, 0, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(38, 142, 0, .6);
}

.top-search .submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.top-search input[type=submit] {
  display: none;
}

.top-search .icon-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  line-height: 30px;
  text-align: center;
}

.headerMenuCatalog {
  background: #268e00;
}

.menu-catalog {
  margin: 30px auto 0;
  padding: 0 12px;
}

.menu-catalog ul.menu-ul > li {
  position: relative;
  display: table-cell;
  padding: 15px 6px;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  transition: .3s all ease;
  text-transform: uppercase;
}

.menu-catalog ul.menu-ul > li a {
  transition: .3s all ease;
}

.menu-catalog ul.menu-ul > li:nth-child(2) {
  color: #fff;
  font-weight: 700;
}

.menu-catalog ul li,
.menu-catalog ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 100%;
}

.menu-catalog ul.menu-ul li:hover > a {
  color: #d5d5d5;
  text-decoration: none;
}

.menu-catalog ul.menu-ul li ul li:hover > a {
  color: #716868;
}

.menu-catalog li ul {
  background-color: #fafafa;
  padding: 0 12px 12px;
  position: absolute;
  top: 44px;
  left: 0;
  display: none;
  z-index: 1005;
  -webkit-box-shadow: 0 4px 19px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 4px 19px 0px rgba(0, 0, 0, .2);
  box-shadow: 0 4px 19px 0px rgba(0, 0, 0, .2);
}

.menu-catalog li.hover > ul {
  display: block;
}

.menu-catalog ul li ul li {
  display: inline-block;
  margin: 8px 0;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 0 10px;
}

.menu-catalog ul li ul li,
.menu-catalog ul li ul li a {
  text-transform: none;
  color: #2d1d1d;
}

.crumbs {
  margin: 10px 0;
  font-size: 14px;
  text-align: left;
}

.crumbs a {
  color: #2d1d1d;
}

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

.arrow-up,
.arrow-up:focus {
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 60px;
  background: #fff;
  border: 1px solid #268e00;
  border-radius: 4px;
  color: #268e00;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .4s, color .4s, opacity .5s;
  opacity: 0;
  padding: 5px;
  vertical-align: middle;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.arrow-up .icon {
  font-size: 24px;
}

.arrow-up:hover {
  color: #fff;
  background: #268e00;
  text-decoration: none;
}

.scroll .arrow-up {
  opacity: 1;
}

.left-sidebar {
  width: 20%;
  padding: 0 10px;
  float: left;
  margin-left: -100%;
  position: relative;
  font-size: 16px;
}

.footer .copy,
.footer .social,
.footer .social-developer {
  float: right;
}
.footer .social {
  margin-right: 1rem;
}
.footer .inner {
  position: relative;
}
.address {
    font-size: 15px;
    text-align: right;
}

#vk_groups {
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -140px;
}

.footer .oferta {
  margin-top: 66px;
}

.left-sidebar .link {
  color: #2d1d1d;
  font-size: 16px;
  display: block;
  margin: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.left-sidebar .link span.icon,
.left-sidebar .link span.text {
  display: inline-block;
  vertical-align: middle;
}

.left-sidebar .link span.icon {
  background: url(img/icons-sprite.png) -80px -88px no-repeat;
  width: 60px;
  height: 50px;
  margin: 0 5px 0 0;
}

.left-sidebar .link.review span.icon {
  background-position: -1px -126px;
  height: 35px;
  width: 40px;
  margin: 0 12px;
}

.left-sidebar .link.news span.icon {
  background-position: -42px -124px;
  height: 35px;
  width: 40px;
  margin: 0 12px;
}

.left-sidebar .link span.text {
  width: 135px;
}

.left-sidebar .link:hover span.text {
  text-decoration: underline;
}

.katMenu {
  padding: 3px 7px 7px;
  position: relative;
}

.katMenu a {
  color: #555;
  text-decoration: none;
}

.katMenuHead,
.katMenuHead a {
  margin: 10px 0;
  text-decoration: none;
}

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

.katMenuHead h1,
.left-sidebar .vendors-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

.katMenuHead h2 {
  font-size: 15px;
  font-weight: 400;
}

.katMenuMain,
.katMenuMainAct {
  font-family: Arial;
  font-size: 12px;
  color: #555;
  padding-left: 10px;
}

.katMenuMainAct {
  background-color: #f8c0d9;
}

.komplektMenu,
.komplektMenuAct {
  font-family: Arial;
  font-size: 11px;
  font-style: normal;
  padding-left: 30px;
  color: #555;
}

.komplektMenu a {
  color: #555;
}

.komplektMenuAct {
  background-color: #ffeaf3;
}

.komplektMenuAct a {
  color: #555;
}

.left-sidebar .vendors {
  border: 1px solid #d3d3d3;
  margin: 0 0 30px;
}

.left-sidebar .vendors-title {
  margin: 30px 0 10px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  background: #fafafa;
}

.left-sidebar .vendors .img-block a {
  display: block;
  width: 100%;
  text-align: center;
}

.left-sidebar .vendors .img-block a img {
  max-height: 120px;
  width: auto;
}

.left-sidebar .vendors select {
  width: 100%;
  border: none;
  background: #f1f1f1;
  outline: 0;
  font-size: 14px;
}

.left-sidebar .news-item {
  display: block;
  border: 1px solid #fafafa;
  font-size: 12px;
  margin-bottom: 14px;
  color: #555;
  text-decoration: none;
}

.left-sidebar .news-item a {
  color: #2d1d1d;
}

.left-sidebar .news-item .title {
  background: #fafafa;
  font-weight: 700;
  padding: 5px;
}

.left-sidebar a.news-item:hover .title {
  text-decoration: underline;
}

.left-sidebar .news-item .text {
  padding: 5px;
}

.left-sidebar .more-news {
  margin: 0 0 20px;
  font-size: 11px;
  font-style: italic;
}

.tree-menu .head-title,
.tree-menu > ul > li {
  font-size: 14px;
  text-transform: uppercase;
}

.left-sidebar .more-news a {
  text-decoration: none;
  color: #2d1d1d;
}

.tree-menu .head-title {
  line-height: 33px;
  text-align: center;
  background: #fafafa;
  margin-bottom: 10px;
}

.tree-menu ul,
.tree-menu ul ul li {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.tree-menu > ul > li {
  padding: 5px 0 5px 10px;
  text-align: left;
}

.tree-menu ul ul {
  padding: 0;
  margin: 5px 0 0;
}

.tree-menu ul ul li {
  padding-bottom: 2px;
  text-transform: none;
  text-align: left;
}

.tree-menu ul li a {
  color: #2d1d1d;
  line-height: 120%;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: .3s all ease;
}

.tree-menu > ul > li > ul > li a {
  margin: 0 0 0 10px;
}

.tree-menu ul a:hover {
  color: #268e00;
  border-color: #268e00;
}

.footer {
  height: 380px;
  max-height: 400px;
  background: url(img/footer-bg.png) repeat-x;
  background-size: contain;
  border-top: 5px solid #268e00;
  min-width: 320px;
  overflow: hidden;
}

.footer .centered {
  margin: 0 auto;
  max-width: 1500px;
}

.footer .inner {
  padding: 22px 20px;
}

.footer .top:after {
  display: table;
  clear: both;
}

.footer .contact-info,
.footer .developer,
.footer .social,
.footer .tel-time {
  display: inline-block;
  vertical-align: top;
}

.footer .tel-time {
  text-align: right;
  width: 295px;
}

.footer .tel-time a.tel {
  display: inline-block;
  height: 40px;
  line-height: 26px;
  text-decoration: none;
  color: #2d1d1d;
  font-size: 26px;
}

.footer .tel-time a.tel .icon-phone {
  font-size: 30px;
  vertical-align: middle;
  position: relative;
  top: -.1em;
}

.footer .market-stars {
  display: inline-block;
  margin: 14px 40px 0 0;
}

@media (min-width: 1200px) {
  .footer .social {
    margin: 15px 0 0 15px;
  }
}

.footer .social a {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 27px;
  margin-left: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #64a8e0;
  border: 1px solid #64a8e0;
  transition: all .3s;
  border-radius: 100%;
}

.footer .social a:hover {
  background: #64a8e0;
  color: #fff;
}

.footer .contact-info,
.footer .copy {
  font-size: 15px;
  margin: 35px 0 20px;
}

.footer .copy a {
  color: #2d1d1d;
  text-decoration: none;
}

.footer .developer {
  text-align: right;
  text-decoration: none;
  color: #777;
  font-size: 14px;
  letter-spacing: .15em;
}

.footer .oferta {
  font-size: 11px;
  text-align: center;
}

.footer .counters {
  display: none;
}

.formated-list li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin: 6px 0;
}

.formated-list li a {
  display: block;
  line-height: 135%;
  color: #555;
}

.formated-list li a:first-letter {
  font-weight: 700;
  font-size: 16px;
}

.fancybox-nav {
  width: 60px;
}

.fancybox-nav span {
  visibility: visible;
  opacity: .5;
}

.fancybox-nav:hover span {
  opacity: 1;
}

.fancybox-next {
  right: -60px;
}

.fancybox-prev {
  left: -60px;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #47a834;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%,
  100%,
  70% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
  }
}

.col-25 {
  float: left;
  width: 25%;
}

.col-50 {
  float: left;
  width: 50%;
}

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

.spoiler h3 {
  line-height: 20px;
  padding: 15px 0;
}

.spoiler h3 .fa {
  display: none;
  float: right;
  line-height: 20px;
  font-size: 40px;
  color: #dcdada;
}

.desktop-spoiler h3 {
  cursor: pointer;
  transition: background .3s;
}

.desktop-spoiler.green-spoiler h3 {
  margin-bottom: 4px;
  line-height: 27px;
  background: #568d21;
  text-align: center;
  color: #fff;
}

.desktop-spoiler.green-spoiler h3:hover {
  background: #63a425;
}

.desktop-spoiler.grey-spoiler h3 {
  padding: 10px;
  background: #eee;
  font-weight: 400;
  border-bottom: 1px solid #dcdada;
}

.desktop-spoiler.grey-spoiler h3:hover {
  background: #d9d9d9;
}

.desktop-spoiler .spoiler-content {
  display: none;
  padding: 10px 10px 20px;
  font-size: 14px;
}

.kredit-page ol li {
  padding-top: 20px;
  margin-left: 25px;
}

.main-page .mebel_mag {
  float: right;
}

.payment-page .order-scheme .images {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 20px auto 10px;
  counter-reset: num;
}

.payment-page .order-scheme .images .item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.2em;
  max-width: 450px;
  margin: .5em auto 1em;
}

.payment-page .order-scheme .images .img {
  padding: 2em 10px 1em;
  width: auto;
  position: relative;
}

@media (max-width: 600px) {
  .payment-page .order-scheme .images {
    flex-direction: column;
  }

  .payment-page .order-scheme .images .item {
    width: 100%;
  }
}

.payment-page .order-scheme .images .img img {
  display: block;
  width: 100%;
}

.payment-page .order-scheme .images .img:before {
  counter-increment: num;
  content: counter(num);
  width: 22px;
  height: 22px;
  background: #fff;
  color: #568d21;
  font-weight: 800;
  text-align: center;
}

.payment-page .order-scheme .images .img::before {
  position: absolute;
  left: -10px;
  bottom: 85%;
  line-height: 22px;
  border: 1px solid rgb(86, 141, 33);
  font-size: 20px;
  border-radius: 100%;
}

.payment-page .text-table tr td:first-child,
.payment-page .text-table tr th:first-child {
  max-width: 20px;
  padding: 5px;
}

.payment-page .text-table tr td:last-child,
.payment-page .text-table tr th:last-child {
  max-width: 70px;
}

.payment-page #ya-map {
  max-width: 600px;
}

.mebel-na-zakaz-page .images {
  text-align: center;
}

.contacts-page .map {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.faq-list-wrap {
  float: left;
  width: 71%;
}

.fade {
  animation-name: fade;
  -webkit-animation-name: fade;
  animation-duration: .8s;
  -webkit-animation-duration: .8s;
  transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  opacity: 1;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadein {
  animation-name: fade;
  -webkit-animation-name: fade;
  animation-duration: .8s;
  -webkit-animation-duration: .8s;
  transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
}

@media all and (max-width: 1385px) {
  .header-info-wrap .personal-search {
    margin: 0 5px 0 10px;
  }

  .header-info-wrap .tel-region #phone {
    margin-left: 20px;
  }
}

@media all and (min-width: 1200px) {
  .menu-catalog {
    display: table;
    width: 100%;
    padding: 0;
  }

  .menu-catalog ul {
    display: table-row;
  }
  .menu-top ul li:nth-child(1) a {
    color: #268e00;
  }
  .menu-top ul li:nth-child(1) a .icon {
    opacity: 0.6;
    transition: .3s;
    color: #268e00;
  }
  .menu-top ul li:nth-child(1) a:hover .icon {
    opacity: 1;
  }
  .hide-on-desktop {
    display: none!important
  }  
}

@media all and (max-width: 1290px) {
  .header-info-wrap .tel-region,
  .header-info-wrap .tel-region #phone {
    margin-left: 9px;
  }

  .menu-top ul li a .icon {
    font-size: 14px;
  }

  .menu-top ul li a {
    font-size: 12px;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1290px) {
  .header-info-wrap .personal-search {
    width: 240px;
    margin: 0 10px 0 5px;
  }
}

@media all and (max-width: 1200px) {
  .menu-open {
    overflow-x: hidden;
  }

  .menu-open .menu-mobile {
    left: 0;
  }

  .header-info-wrap .info {
    float: none;
  }

  .tel-region {
    position: absolute;
    top: 7px;
    left: 15px;
  }

  .header-info-wrap .tel-region #region,
  .header-info-wrap .tel-region #regionForm {
    margin: 0;
  }

  .header-info-wrap .tel-region #regionForm select {
    padding: 3px 0;
    font-size: 10px;
    width: 100%;
  }

  .header-info-wrap .tel-region #regionForm select,
  .header-info-wrap .tel-region #regionForm select option {
    max-width: 140px;
    overflow: hidden;
  }

  .top-cart,
  .top-personal {
    position: absolute;
    right: 10px;
    top: 5px;
  }

  .header-info-wrap .top-personal {
    right: 40px;
    margin: 0;
  }

  .header-info-wrap .top-personal a,
  .header-info-wrap .top-personal a:hover,
  .header-info-wrap .top-personal a:visited {
    color: #fff;
  }

  .header-info-wrap .top-personal i {
    padding-right: 0;
  }

  .header-info-wrap .top-personal ul li {
    border: 0;
    padding: 0 5px 0 0;
  }

  .header-info-wrap .mobile-top-icon {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 25px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: box-shadow .2s;
    margin-right: 15px;
  }

  .header-info-wrap .mobile-basket.mobile-top-icon {
    margin-right: 0;
  }

  .header-info-wrap .mobile-top-icon:hover {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
  }

  .header-info-wrap .mobile-top-icon i {
    line-height: 25px;
    font-size: 16px;
    color: #888;
  }

  .top-cart .mobile-basket .count {
    display: block;
    position: absolute;
    left: -5px;
    top: -1px;
    line-height: 1;
  }

  .top-search {
    clear: none;
    margin: 0 0 0 200px;
    width: auto;
  }

  .top-search input[type=text] {
    height: 42px;
  }

  .top-search .submit {
    width: 42px;
  }

  .top-search .icon-search {
    line-height: 42px;
  }

  .menu-catalog {
    border: none;
  }

  .main-page .menu-catalog {
    display: block;
  }

  .menu-catalog > ul {
    margin-left: -10px;
  }

  .menu-catalog ul.menu-ul > li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 0 0 10px;
    margin-bottom: 4px;
  }

  .menu-catalog ul.menu-ul > li > .menu-item,
  .menu-catalog ul.menu-ul > li > a {
    display: block;
    height: 27px;
    line-height: 27px;
    box-sizing: border-box;
    text-align: center;
    background: #568d21;
    color: #fff;
  }

  .menu-catalog ul.menu-ul > li > .menu-item:hover,
  .menu-catalog ul.menu-ul > li > a:hover {
    background: #4d811c;
  }

  .menu-catalog ul.menu-ul > li > a:hover {
    color: #fff;
  }

  .menu-catalog ul.menu-ul > li:after {
    display: none;
  }

  .menu-catalog ul.menu-ul > li:first-child a:hover {
    color: #a60000;
  }

  .menu-catalog li ul {
    top: 27px;
    left: 0;
    right: 0;
    padding: 0;
    margin-left: 10px;
    text-align: center;
  }

  .menu-catalog ul.menu-ul > li > ul > li {
    background: #ececec;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dad8d8;
  }

  .menu-catalog li ul li a {
    display: block;
    line-height: 29px;
  }

  .footer {
    line-height: 40px;
  }
  .footer .inner {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 20px;
    display: flex;
    margin-left: auto;
    max-width: 1024px;
    margin-right: auto;
    justify-content: space-evenly;
  }
  .footer .inner .address {
    line-height: 1.2;
}
  .footer .inner #vk_groups {
    padding-top: 1rem;
    margin-bottom: 1rem;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .top {
    float: left;
  }

  .footer .top:after {
    display: none;
  }

  .footer .contact-info {
    float: left;
    margin: 8px 0 0 30px;
    line-height: 12px;
    font-size: 10px;
  }

  .footer .tel-time {
    text-align: left;
    width: auto;
  }

  .footer .tel-time a.tel {
    font-size: 16px;
    margin-right: 20px;
  }

  .footer .tel-time a.tel .icon-phone {
    font-size: 18px;
  }
}

@media all and (max-width: 1100px) {
  .left-sidebar {
    display: none;
  }

  .content {
    padding-left: 20px;
  }
}
@media all and (max-width: 959.98px) {
  .footer {
    background-size:cover;
  }
  .footer .inner {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 900px) {
  .menu-catalog ul.menu-ul > li {
    float: none;
    display: block;
    width: 100%;
  }

  .headerMenuCatalog {
    background: #fff;
  }

  .menu-catalog ul.menu-ul > li > ul {
    padding-bottom: 0;
    border: none;
    position: static;
    margin-left: 0;
    margin-bottom: -4px;
  }

  .menu-catalog ul.menu-ul > li > ul > li {
    margin: 0;
    line-height: 27px;
  }

  .spoiler h3 {
    padding: 15px 10px;
    border-bottom: 1px solid #dcdada;
    background: #eee;
    font-weight: 400;
    cursor: pointer;
  }

  .spoiler h3:hover {
    background: #e4e4e4;
  }

  .spoiler h3 .fa-angle-right {
    display: block;
  }

  .spoiler .spoiler-content {
    display: none;
    padding: 10px;
  }

  .spoiler.visible .spoiler-content,
  .spoiler.visible h3 .fa-angle-left {
    display: block;
  }

  .order-text-section .images .img1,
  .spoiler.visible h3 .fa-angle-right {
    display: none;
  }

  .faq-list-wrap,
  aside.faq-form-wrap {
    width: 100%;
    float: none;
  }

  #float-block {
    position: static;
  }
}

@media all and (max-width: 800px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vvc-credit-info-with-item {
    width: 400px;
    margin-left: -200px;
    margin-top: -300px;
    height: auto;
  }

  .vvc-window-title {
    font-size: 16px;
  }

  .vvc-item-info {
    padding-bottom: 15px;
  }

  .vvc-float-left,
  .vvc-float-right {
    float: none;
    display: block;
    margin: 15px 0;
  }

  .vvc-center {
    text-align: left;
    padding-left: 70px;
  }
}

@media all and (max-width: 600px) {
  .header-info-wrap {
    padding: 20px 10px 0;
  }

  .header-info-wrap .logo-mobile {
    float: none;
    width: 100%;
  }

  .header-info-wrap .logo-mobile .tel {
    float: right;
    margin: 0;
  }

  .top-search {
    margin: 15px 0 0;
  }

  .top-search input[type=text] {
    margin: 0;
  }

  .desktop-spoiler.grey-spoiler {
    margin: 0 -10px;
  }

  .footer {
    height: 100%;
    max-height: 450px;
  }
  .footer .top:after {
    display: table;
  }

  .footer .contact-info {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0 0;
    padding-top: 5px;
  }

  .vvc-credit-info-with-item {
    width: 300px;
    margin-left: -150px;
    margin-top: -300px;
  }

  .vvc-credit-info-window-content {
    margin-left: 0;
    margin-right: 0;
    border: none;
  }

  .vk24-widget-logo {
    margin-top: 20px;
    width: 95px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .vvc-window-title {
    margin: 20px 0;
    font-size: 14px;
    text-align: left;
  }

  .vvc-item-info {
    padding: 0 20px;
    border: none;
  }

  .vvc-center {
    padding-left: 45px;
  }

  .vvc-window-hc,
  .vvc-window-otp,
  .vvc-window-rs {
    margin: 0;
    width: 33%;
    box-sizing: border-box;
    padding: 10px 10px 0;
  }

  body,
  ul li {
    line-height: 200%;
  }

  .link-3d-constructor {
    background: #268e00;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(38, 142, 0, .3), rgba(0, 0, 0, .2));
    color: #fff !important;
    text-align: center;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 17px;
    text-decoration: none !important;
    transition: background-color .1s;
    border-radius: 5px;
  }

  .link-3d-constructor:hover {
    background-color: #46ae20;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3), rgba(38, 142, 0, .3), rgba(0, 0, 0, .2));
  }
}
@media (max-width: 1388px) {
  .footer .contact-info {
    text-align: center;
  }

  .footer .copy {
    width: 40%;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .footer {
    background-size: cover;
  }
}

.page .bx-soa-section-title-container {
  background: #f5f5f5;
}

.page .bx-soa-section.bx-selected {
  border: 1px solid #e5e5e5;
}

.page .bx-sls .quick-location-tag,
.page .bx-slst .quick-location-tag {
  background: #87c73d;
  border-color: #87c73d;
}

.page .bx-green .btn.btn-default {
  background: #268e00;
  border-color: #236e0f;
}

.page .bx-sls .quick-location-tag:hover,
.page .bx-slst .quick-location-tag:hover {
  background-color: #9edb58;
}

.page .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border-color: #268e00;
}

.page .bx-changepass-table tr:nth-child(2) {
  display: none;
}

.orion-isp-btn {
  display: block;
  width: 250px;
  margin: 1rem auto 2rem auto;
  padding: 10px 10px;
  background: #268e00;
  border-radius: 10px;
  border: 0;
  outline: 0;
  text-align: center;
  text-decoration: none;
  color: #d7d7d7;
}

.orion-isp-btn:hover,
.orion-isp-btn:focus {
  text-decoration: none;
  color: white;
  outline: 0;
}

.menu-catalog li ul.fadein {
  padding: 8px 26px 18px;
  left: -23px;
}

.menu-catalog li ul.fadein li {
  margin-bottom: 6px;
}

.menu-catalog li ul.fadein li a {
  font-size: 13px;
  color: #0e3300;
}

@media all and (max-width: 1200px) {
  .headerMenuCatalog {
    background: none;
  }

  .menu-catalog {
    height: 40px;
    border-radius: 4px;
    background: #4d811c;
    position: relative;
    cursor: pointer;
    margin: 30px 20px 0;
    z-index: 1010;
  }

  .menu-catalog::after {
    position: absolute;
    top: 9px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    left: 10px;
    height: 23px;
    padding-left: 40px;
    background: url('data:image/svg+xml;utf8, <svg height="32px" id="Layer_1" style="fill:white; enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M4, 10h24c1.104, 0, 2-0.896, 2-2s-0.896-2-2-2H4C2.896, 6, 2, 6.896, 2, 8S2.896, 10, 4, 10z M28, 14H4c-1.104, 0-2, 0.896-2, 2 s0.896, 2, 2, 2h24c1.104, 0, 2-0.896, 2-2S29.104, 14, 28, 14z M28, 22H4c-1.104, 0-2, 0.896-2, 2s0.896, 2, 2, 2h24c1.104, 0, 2-0.896, 2-2 S29.104, 22, 28, 22z"/></svg>') no-repeat center left;
    content: "Каталог";
  }

  .menu-catalog > ul {
    display: none;
    position: absolute;
    width: 250px;
    max-width: 400px;
    top: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #568d21;
    border-radius: 4px;
    list-style: none;
    margin-left: -12px;
    box-shadow: 0 4px 19px 0px rgba(0, 0, 0, .2);
  }

  .menu-catalog ul.menu-ul > li {
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
	margin-bottom: 0;
  }

  .menu-catalog ul.menu-ul > li::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 1px;
    background: radial-gradient(ellipse, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
    content: '';
    display: block;
  }

  .menu-catalog ul.menu-ul > li:last-child::after {
    background: none;
  }

  .menu-catalog ul.menu-ul > li a,
  .menu-catalog ul.menu-ul > li span.menu-item {
    text-align: left;
    padding: 5px 0 5px 20px;
    font-size: 13px;
	height: inherit;
  }

  .menu-catalog li.hover > ul {
    display: none;
  }

  .menu-catalog ul.menu-ul > li > ul.fadein {
    position: absolute;
    top: 4px;
    left: 245px;
    box-shadow: 0 4px 19px 0px rgba(0, 0, 0, .2);
    border: 1px solid #dad8d8;
    width: 275px;
    padding: 0;
    margin-left: 0;
  }

  .menu-catalog ul.menu-ul > li > ul.fadein > li {
    background: #f2faea;
    padding: 2px 0 3px;
  }

  .menu-catalog ul.menu-ul > li > .menu-item:hover,
  .menu-catalog ul.menu-ul > li > a:hover {
    background: none;
  }

  .menu-catalog ul.menu-ul > li:first-child a:hover {
    color: #ff9999;
  }

  .menu-catalog ul.menu-ul li:hover > a,
  .menu-catalog ul.menu-ul > li:hover span.menu-item {
    box-shadow: 0 4px 19px 0px rgba(0, 0, 0, .2);
  }

  .plus {
    position: absolute;
    top: 0;
    right: 5px;
    width: 36px;
    height: 36px;
  }

  .plus.plus-let::after,
  .plus.minus-let::after {
    position: absolute;
    top: 10px;
    right: 11px;
    font-size: 18px;
    cursor: pointer;
  }

  .plus.plus-let::after {
    content: '\25b8';
  }

  .plus.minus-let::after {
    content: '\25c2';
  }
}

@media all and (max-width: 550px) {
  .menu-catalog > ul {
    width: 100%;
  }

  .menu-catalog ul.menu-ul > li a,
  .menu-catalog ul.menu-ul > li span.menu-item {
    padding: 5px 0 5px 20px;
  }

  .menu-catalog ul.menu-ul li:hover > a,
  .menu-catalog ul.menu-ul > li:hover span.menu-item {
    box-shadow: none;
  }

  .menu-catalog ul.menu-ul > li > ul.fadein {
    position: relative;
    top: unset;
    left: unset;
    box-shadow: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 5px 0;
  }

  .menu-catalog ul.menu-ul > li::after {
    width: calc(100% - 96px);
  }

  .plus {
    right: 10px;
  }
	.plus.plus-let {
		top: 0;
	}
	.plus.minus-let {
		top: 1px;
	}
  .plus.plus-let::after {
    content: '\25be';
  }

  .plus.minus-let::after {
    content: '\25b4';
  }
}

@media all and (max-width: 400px) {
  .menu-catalog ul.menu-ul > li a,
  .menu-catalog ul.menu-ul > li span.menu-item {
    padding: 5px 0 5px 10px;
  }

  .menu-catalog ul.menu-ul > li::after {
    width: calc(100% - 20px);
  }

  .plus {
    right: 15px;
  }
}

.active-div {
  display: block !important;
}
.eaist-explain-text {
	margin-top: 30px;
}
@media all and (min-width: 1201px) {
	.icon-eaist {
		position: relative;
	}
	.icon-eaist::after {
		position: absolute;
		content: '';
		width: 64px;
		height: 20px;
		top: 5px;
		left: -7px;
		background: url('/images/icons/eaist.svg') no-repeat center center, #fff;
		background-size: 64px;
	}
}

.msn-container {
    display: block;
    padding: 5px 0 20px;
}
.msn-container h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
}
.msn-block {
    width: 100%;
    float: left;
}
.msn-block .msn-icon,
.msn-block .msn-text {
    float: left;
    padding-bottom: 5px;
}
.msn-block .msn-icon {
    margin-right: 40px;
    padding-top: 10px;
	width: 91px;
}
.msn-block .msn-text {
    width: calc(100% - 131px);
}
.msn-block .icon {
    vertical-align: middle;
    height: 55px;
    width: 55px;
    padding: 10px;
    line-height: 55px;
    margin-bottom: 4px;
    text-align: center;
    color: #d3d3d3;
    font-size: 50px;
    border: 8px solid #d3d3d3;
    border-radius: 100%;
}
.msn-block .icon.fa-chevron-right {
    padding: 12px 10px 8px 10px;
}
.msn-block ul li {
    position: relative;
}
.msn-block ul li::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    background: radial-gradient(circle at center, #268e00 40%, transparent 50%);
}
.msn-block ul li ul li::before {
    position: absolute;
    content: '–';
    color: #268e00;
    top: -1px;
    left: 0;
    background: none;
}
.msn-footer {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0 50px;
    padding-top: 10px;
    border-top: 1px solid #d3d3d3;
}

input#esubscribe {
    width: 100%;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    outline: 0;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 4px;
    font-size: 12px;
}
.header-info-wrap .top-personal {
    margin-top: 0;
}
.email_subscribe {
    margin-top: 8px;
    position: relative;
}
.icon-envelop {
    font-size: 22px;
}
.icon-envelop:before {
    content: "\e90b";
}
input#esubscribe:focus {
    border-color: #86d16b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(38, 142, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(38, 142, 0, .6);
}
label.email-subscribe {
    display: block;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 30px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
@media (max-width: 1200px) {
	.header-info-wrap .email_subscribe {
		width: auto;
		margin: 8px 0 0 200px;
	}
}
@media (max-width: 722px) {
	.header-info-wrap .personal-search {
		margin-top: -60px;
	}
}
@media all and (max-width: 600px) {
	.header-info-wrap .personal-search {
		width: calc(100% - 20px);
		margin-top: 0;
	}
	.header-info-wrap .email_subscribe {
		width: 100%;
		margin: 8px 0 0;
	}
}


.email_subscribe .modal_alert {
    background-color: #fff;
    border: 1px solid red;
    border-radius: 3px;
    padding: 7px 15px;
    position: absolute;
    top: 32px;
    left: 10px;
    font-size: 13px;
    z-index: 100;
    color: red;
}
.email_subscribe .modal_alert::before,
.email_subscribe .modal_alert::after {
    content: '';
    position: absolute;
    left: 10px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid red;
}
.email_subscribe .modal_alert::after {
    border-bottom: 10px solid #fff;
    top: -19px;
}
.email_subscribe .modal_alert.agreement {
    top: 30px;
    left: -15px;
}

.subscribe-popup-back {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    background: #000;
    transition: opacity 0.75s ease;
    z-index: 9990;
}
.subscribe-box {
    padding: 5px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-top: none;
}
.subscribe-box .subscribe-inner a {
    display: flex;
    align-items: center;
}
.subscribe-box .subscribe-logo {
    margin: 5px 10px 0 auto;
}
.subscribe-box .subscribe-text {
    margin: 5px auto 5px 0;
    color: #888;
}
.subscribe-box .subscribe-text:hover {
    color: #268e00;
}
.subscribe-popup {
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 400px;
    height: 375px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 50vw;
    margin-top: 50vh;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 3px;
}
.subscribe-header {
    margin: 0 0 20px;
    background: #4ba24b;
    color: #fff;
    min-height: 41px;
    font-size: 20px;
    line-height: 41px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.subscribe-close {
    position: absolute;
    top: -31px;
    right: -25px;
    color: #fff;
    font-size: 35px;
    line-height: 1;
    cursor: pointer;
    transition: color .4s;
}
.subscribe-body {
    padding: 15px 50px;
    position: relative;
}
.subscribe-body p {
    font-size: 14px;
}
@media all and (max-width: 450px) {
    .subscribe-popup {
        width: 90%;
    }
    .subscribe-close {
        top: -41px;
        right: 50%;
        transform: translateX(50%);
    }
    .subscribe-body {
        padding: 0 25px;
    }
}
@media all and (max-width: 450px) {
    .subscribe-popup {
        height: 420px;
    }
    .subscribe-body p {
        font-size: 13px;
    }
}

@media all and (max-width: 1200px) {
  .mobile_top {
      z-index: 10001;
      top: 6px !important;
      position: fixed;
  }
  .top-personal.mobile_top {
    right: 50px;
  }
  .top-cart.mobile_top {
    right: 20px;
  }
  .header-info-wrap.mt38px {
    margin-top: 38px;
  }
}

.logo-text {
    font-size: 11.5px;
    text-align: center;
    color: #6c0525;
    line-height: 21px;
}
a.logo:hover {
    text-decoration: none !important;
}

.mot-text {
    font-size: 11.5px;
    text-align: center;
    color: #6c0525;
    line-height: 21px;
}
a.mot:hover {
    text-decoration: none !important;
}

.footer {
  height: auto;
  max-height: 500px;
}

.ft_flex {
  display: flex;
  flex-wrap: wrap;
}
.ft_address {
  width: 20%;
  position: relative;
}
.footer .ft_address .tel-time {
  width: 100%;
}
.footer .ft_address .contact-info {
  width: 100%;;
}
.footer .ft_address .contact-info .double-line span {
  display: block;
  text-align: right;
  font-size: 15px !important;
}
.ft_menu {
  width: calc(65% - 200px);
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ft_menu ul {
  min-width: 130px;
}
.ft_menu ul:first-child {
  margin-left: 40px;
}
.ft_menu ul:last-child {
  margin-right: 80px;
}
.ft_menu ul li {
  padding-left: 10%;
  padding-bottom: 5px;
}
.ft_menu ul li a.ft_menu_link {
  color: #333;
  font-size: 13px;
}
.ft_vk {
  width: 200px;
  position: relative;
}
.ft_vk #vk_groups {
  position: relative;
  top: 0;
  left: unset;
  margin: 0;
}
.ft_socnets {
  width: 15%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between
}
.footer .ft_socnets .social,
.footer .ft_socnets .market-stars,
.footer .ft_socnets .developer {
  display: block;
  margin: 0 0 30px;
}
.ft_copyright {
  width: 70%;
  position: relative;
}
.footer .ft_copyright .copy {
  width: 100%;
  margin: 20px 0 0;
  font-size: 13px;
  text-align: left;
}
.ft_cards {
  width: 30%;
  position: relative;
}
.ft_oferta {
  width: 100%;
  position: relative;
}

@media (max-width: 1200px) {
  .footer .inner.ft_flex {
      padding-top: 20px;
      max-width: 100%;
  }
  .footer .ft_address .tel-time a.tel {
      font-size: 20px;
      margin-right: 0;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }
  .footer .ft_address .tel-time .time {
      font-size: 12px;
      line-height: 18px;
      text-align: right;
      margin-top: 15px;
  }
  .footer .ft_address .contact-info {
      margin-left: 0;
      margin-top: 15px;
  }
  .footer .ft_address .contact-info .double-line span {
      font-size: 13px !important;
      line-height: 19px;
  }
  .ft_menu ul:last-child {
      margin-right: 40px;
  }
  .ft_menu ul li a.ft_menu_link {
      font-size: 12px;
  }
  .footer .ft_socnets .social a {
      margin-left: 5px;
  }
  .footer .inner .ft_vk #vk_groups {
      padding-top: 0;
      margin-bottom: 0;
  }
  .footer .ft_socnets .developer {
      line-height: 16px;
      font-size: 13px;
  }

  .top-search.scrolled {
    position: fixed;
    z-index: 10001;
    top: 7px;
    margin-top: 0;
    width: 25px;
    height: 25px;
    right: 109px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    border-radius: 5px;
    transition: 0.25s ease;
  }
  .top-search.scrolled .icon-search {
    line-height:25px;
    width: 25px;
    opacity: 0.6;
  }
  .top-search.scrolled .submit {
    width: 25px;
  }
  .top-search.scrolled input[type=text] {
    display: none;
  }
  .top-search.scrolled .site-form label {
    display: none;
  }
  .top-search.scrolled::before {
    position: absolute;
    content: '\e915';
    font-family: icomoon!important;
    opacity: 0.6;
    left: 6px;
    top: 3px;
  }
  .email_subscribe.scrolled {
    margin-top: 50px;
  }
  .top-bar.narrow.open {
    height: 92px;
  }
  .top-search.scrolled.open {
    width: calc(100vw - 31px);
    top: 41px;
    right: 20px;
    height: 42px;
  }
  .top-search.scrolled.open::before {
    content: '';
  }
  .top-search.scrolled.open .site-form label,
  .top-search.scrolled.open input[type=text] {
    display: block;
  }
  .top-search.scrolled.open .submit {
    width: 42px;
  }
  .top-search.scrolled.open .icon-search {
    line-height: 42px;
    width: 100%;
  }
  .top-search.scrolled.open input[type=text] {
    width: calc(100vw - 31px);
  }
  .top-search.scrolled.open .site-form {
    max-width: 100vw;
  }
}

@media (max-width: 992px) {
  .footer .ft_address .tel-time .time,
  .footer .ft_socnets .market-stars,
  .footer .ft_socnets .developer,
  .ft_copyright,
  .ft_cards,
  .ft_menu {
      display: none;
  }
  .ft_socnets {
      order: 1;
      width: 145px;
  }
  .ft_address {
      order: 2;
      display: flex;
      width: calc(100% - 145px);
  }
  .footer .ft_address .contact-info {
      margin-top: 0;
      display: flex;
      align-items: center;
      width: 60%;
  }
  .footer .ft_address .contact-info .double-line span {
      display: inline-block;
      margin-left: 5px;
      font-size: 15px !important;
  }
  .footer .ft_address .tel-time {
      display: flex;
      align-items: center;
      width: 40%;
  }
  .footer .ft_address .tel-time a.tel {
      margin-left: 15px;
      font-size: 16px;
  }
  .footer .ft_address .tel-time a.tel .icon-phone {
      top: 0;
  }
  .ft_vk {
      order: 3;
      width: 100%;
  }
  .footer .ft_socnets .social {
      margin-bottom: 0;
  }
  .footer .social a {
      margin-left: 10px;
  }
}

@media (max-width: 950px) {
  .footer .ft_address,
  .footer .ft_socnets {
      width: 100%;
      justify-content: center;
      align-items: center;
      margin-bottom: 5px;;
  }
  .footer .ft_address .tel-time {
      justify-content: flex-end;
  }
  .footer .ft_address .tel-time a.tel {
      margin: 0 15px 0 0;
  }
}

@media (max-width: 800px) {
  .ft_address {
      flex-direction: column;
  }
  .footer .ft_address .tel-time,
  .footer .ft_address .contact-info  {
      width: 100%;
      justify-content: center;
      margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .top-search.scrolled {
    right: 109px;
  }
  .top-search.scrolled::before {
    top: -2px;
  }
}

@media (max-width: 350px) {
  .footer .ft_address .tel-time {
      flex-direction: column;
  }
}

@media (min-width:600.1px) and (max-width:768px) {
  .header-info-wrap .info {
    display:  flex;
  }
  .header-info-wrap .personal-search {
    margin-top: 0;
  }
}


.btn-green {
  background-color: #3bc915;
  border-color: #3bc915;
  color: #FFF;
  margin: 0 10px 10px 0;
}
.btn-green:hover {
  background-color: #30d404;
  border-color: #30d404;
  color: #FFF;
}
.btn-orange {
  background-color: #c97b00;
  border-color: #c97b00;
  color: #FFF;
  margin: 0 10px 10px 0;
}
.btn-orange:hover {
  background-color: #e58d00;
  border-color: #e58d00;
  color: #FFF;
}
.catalogue-page .btn-orange,
.catalogue-page .btn-green {
  display: block;
  width: 100px;
  float: left;
}

.fast-filter {
  float: left;
}

@media all and (min-width:1200px) {
  .sort-wrap {
      margin: 20px 8px 10px 0;
  }
  .fast-filter {
      padding: 20px 10px 20px;
  }
  .btn-orange,
  .btn-green {
    margin-top: 20px;
  }
}