/*css*/
/* @font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;} */
body {
  background: #f6f8fa;
  margin: 0;
}
html {
  font: 300 16px/20px "Ubuntu", sans-serif;
  color: #494b52;
}
#workarea {
  min-height: 250px;
}
div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box:after,
.box:before {
  display: table;
  content: "";
}
.box:after {
  clear: both;
}
img {
  max-width: 100%;
  object-fit: contain;
}
p {
  margin: 0 0 15px 0;
}
* + p {
  margin-top: 15px;
}
b,
strong {
  font-weight: 500;
}
a {
  cursor: pointer;
  color: #1d5996;
  text-decoration: none;
}
a:hover {
  color: #0093e7;
  text-decoration: underline;
}
.container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
  margin: 0 0 15px 0;
}
h1 {
  font-size: 26px;
  line-height: 30px;
}
h2 {
  font-size: 24px;
  line-height: 28px;
}
h3 {
  font-size: 22px;
  line-height: 26px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
.icon:before {
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h3.title {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
a.more {
  text-transform: uppercase;
  border: 1px solid;
  padding: 13px 0px;
  display: block;
  max-width: 170px;
  text-align: center;
}
a.more:hover {
  background: #1d5996;
  border-color: #1d5996;
  text-decoration: none;
  color: #fff;
}
/* Шапка */
.top {
  padding: 13px 0;
}
.top .left,
.top .right {
  width: 23%;
  float: left;
}
.top .left {
  margin-top: 10px;
}
.top .left a.button {
  background: #1d5996;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  padding: 9px 25px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.top .logo {
  float: left;
  width: 54%;
  text-align: center;
}
.top .logo .podpis {
  font-size: 18px;
  line-height: 22px;
  color: #1d5996;
  font-weight: 500;
}
.top .logo a {
  text-decoration: none;
}
.top .right a {
  text-decoration: none;
}
.top .right .phones {
  /* margin-top: -15px; */
  margin-top: 0;
  /* min-height: 73px; */
  min-height: 55px;
}
.top .right .phones a {
  font-size: 18px;
  color: #494b52;
  font-weight: 500;
}
.top .right .phones a span {
  color: #1d5995;
}
.top .right .phones:before {
  content: "\f10b";
  color: #1d5996;
  font-size: 50px;
  margin-right: 6px;
  margin-top: -4px;
  display: inline-block;
  position: relative;
  /* top: 24px; */
  top: 11px;
}
.top .right a.callback {
  font-size: 14px;
  display: inline-block;
  border: 1px solid;
  padding: 4px 0;
  text-align: center;
  width: 175px;
  margin-top: 8px;
}
.top .right {
  text-align: right;
}
.top-menu .user {
  font-size: 14px;
  float: left;
  height: 40px;
  line-height: 40px;
}
.top-menu .user a {
  color: #fff;
}
.top-menu .user a:first-child:before {
  content: "\f090";
  margin-right: 8px;
}
.top-menu .user a:last-child:before {
  content: "\f007";
  margin-right: 8px;
}
.top-menu .user a:last-child {
  margin-left: 35px;
}
.form-callback .name input,
.form-callback .phone input {
  border: 1px solid #a6b1b7;
  padding: 10px 20px;
  width: 80%;
  font-size: 16px;
  margin-bottom: 15px;
  outline: none;
}
.form-callback .inputselect {
  padding: 10px 16px;
  width: 80%;
  border: 1px solid #a6b1b7;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: inherit;
}
.form-callback .send input {
  background: #1d5996;
  border: none;
  color: #fff;
  width: 60%;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
#callback .uk-modal-dialog {
  margin: 15% auto;
}
/* Конец Шапка */
/* Меню */
.menu {
  background: #fff;
  box-shadow: 1px 1.732px 3px 0px rgba(29, 89, 150, 0.1);
  position: relative;
  z-index: 222;
}
.menu .mainmenu {
  float: left;
  width: 82%;
  padding-right: 10px;
}
.menu .cart {
  float: right;
  width: 18%;
  height: 60px;
  padding-top: 5px;
}
.ya-site-form__submit_type_image {
  background: url(/images/search.png) 0 0 no-repeat !important;
}
.dropdown-menu {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li {
  flex-grow: 1;
}
/* Конец Меню */
/* Слайдер и баннер */
.slider {
  /* width: 75%; */
  /* float: left; */
  /* max-width: 805px; */
  /* height: 300px; */
  box-shadow: 0px 2px 3px 2px rgba(29, 89, 150, 0.1);
  position: relative;
  margin-bottom: 5px;
  /* margin-top: 40px; */

  width:100%;
  max-width:100%;
  height:400px;
  margin-top:40px;
}
.slider .caption p.head {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #fff;
  text-shadow: 1px 1px black;
}
.slider .caption .text {
  align-items: center !important;
}
.slider .caption .text__left {
  font-weight: 500;
  font-size: 18px;
  text-shadow: 1px 1px black;
}
.slider .caption .button a {
  font-weight: 500;
}
.baner {
  width: 24%;
  float: right;
  max-width: 255px;
  height: 300px;
  box-shadow: 0px 2px 3px 2px rgba(29, 89, 150, 0.1);
  margin-bottom: 5px;
}
.bannerslider {
}
/* Конец Слайдер и баннер */
/* Группы товаров */
.groups {
  margin-bottom: 10px;
}
.groups .group {
  width: 15%;
  max-width: 160px;
  height: 160px;
  float: left;
  margin-right: 2.2%;
  border-style: solid;
  border-width: 1px;
  border-color: #b4c8dc;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 3px 2px rgba(29, 89, 150, 0.1);
  text-align: center;
  padding-top: 35px;
  margin-bottom: 5px;
}
.groups .group img {
  height: 60px;
}
.groups .group .name {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
.groups a:last-child div.group {
  margin-right: 0;
}
.groups .group:hover {
  background: #1d5996;
}
.groups .group:hover img {
  filter: grayscale(1) brightness(5);
}
.groups .group:hover .name {
  color: #fff;
}
/* Конец Группы товаров */
/* Лучшие предложения */
.best {
  /* padding-top: 30px; */
  margin-bottom: 30px;
  min-height: 420px;
}
.best .container {
  overflow: visible;
}
/* Конец Лучшие предложения */
/* Группы товаров по предназначению */
.for {
  margin-bottom: 10px;
}
.for table {
  width: 100%;
}
.for table img {
  box-shadow: 0px 2px 3px 2px rgba(29, 89, 150, 0.1);
}
.for table tr td {
  position: relative;
}
.for table tr td:nth-child(1),
.for table tr td:nth-child(3),
.for table tr td:nth-child(5) {
  width: 32%;
}
.for table tr td:nth-child(2),
.for table tr td:nth-child(4) {
  width: 2%;
}
.for table tr td .name {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  max-width: 160px;
  text-align: left;
}
/* Конец Группы товаров по предназначению */
/* Преимущества */
.preimushestva {
  background: #fff;
  padding: 30px 0;
  /* border-bottom: 1px solid #c1c5c9; */
  /* border-top: 1px solid #c1c5c9; */
  margin-bottom: 10px;
}
.preimushestva h3.title {
  text-align: center;
}
.preimushestva table {
  width: 100%;
  margin-top: 30px;
}
.preimushestva table img {
  height: 45px;
}
.preimushestva table tbody tr:nth-child(2) td {
  font-size: 18px;
  color: #5a636a;
  padding: 5px 0;
  line-height: 26px;
  font-weight: 500;
}
.preimushestva table td {
  width: 25%;
  text-align: center;
  padding: 0 25px;
}
/* Конец Преимущества */
/* Популярные товары */
.popular {
  padding-top: 30px;
  margin-bottom: 70px;
  min-height: 420px;
}
.popular .container {
  overflow: visible;
}
/* Конец Популярные товары */
/* Подвал */
footer {
  /* background: url(/images/footer.jpg) 50% 0 no-repeat; */
  background-size: cover;
  margin-top: 30px;
  position: relative;
  z-index: 0;
}
footer .blue {
  color: #fff;
  position: relative;
  z-index: 2;
}
footer .blue:before {
  content: "";
  /* background: rgba(26, 75, 134, 0.7); */
  background-color: rgba(29, 89, 150, .7);
  width: 50%;
  position: absolute;
  height: 179px;
  z-index: 0;
}
footer .blue:after {
  content: "";
  /* background: rgba(29, 89, 150, 0.6); */
  background-color: rgba(29, 89, 150, .5);
  width: 50%;
  position: absolute;
  height: 179px;
  z-index: 0;
  right: 0;
  top: 0;
}
footer .blue h3.title {
  color: #fff;
}
footer .blue .left {
  float: left;
  width: 50%;
  padding: 20px 0;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}
footer .blue .right {
  float: left;
  width: 50%;
  padding: 20px 0;
  padding-left: 0px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
footer .blue .right img {
  margin-top: 10px;
  margin-right: 30px;
}
footer .blue .text {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}
footer .footer {
  font-size: 14px;
  font-weight: 400;
}
footer .footer table {
  width: 100%;
  margin-top: 20px;
}
footer .footer table td {
  width: 25%;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
}
footer .footer table tr td h3 {
  color: #494b52;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 15px;
}
footer .footer table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer table td ul li {
  margin-bottom: 10px;
}
footer .footer table td ul li a {
  font-size: 16px;
}
footer .footer .tel {
  font-size: 20px;
  line-height: 25px;
  margin: 7px 0;
}
footer .underfooter {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding: 20px 0;
  color: #717c88;
  font-size: 14px;
  font-weight: 400;
}
footer .underfooter .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 750px) {
  footer .underfooter .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .underfooter .right {
  display: flex;
  align-items: center;
}
footer .underfooter .right img {
  height: 14px;
}
footer .underfooter .right img:not(:first-child) {
  margin-left: 10px;
}
footer .underfooter .left {
  margin-bottom: 12px;
}
/* Конец Подвал */
/* Каталог */
h1.title {
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 500;
}

.uk-modal {
  /* 1 */
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.uk-modal.uk-open {
  opacity: 1;
}
.uk-open .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.uk-modal-dialog {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2% auto;
  padding: 30px;
  width: 400px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.uk-modal-dialog > .uk-close:first-child {
  margin: -20px -20px 0 0;
  float: right;
}
.uk-close {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #1d5996;
  text-transform: none;
  padding: 0;
  background: transparent;
  display: inline-block;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  text-decoration: none;
}
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}
.uk-overlay-icon:before {
  content: "\f00e";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 40px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}
.uk-overlay-panel {
  background: rgba(29, 89, 150, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  opacity: 0;
}
.uk-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  margin: 0;
}
.uk-overlay-icon {
  opacity: 0;
}
.uk-overlay:hover .uk-overlay-panel,
.uk-overlay:hover .uk-overlay-icon {
  opacity: 1;
  transition: 0.4s;
}
.uk-overlay:not(:hover) .uk-overlay-panel,
.uk-overlay:not(:hover) .uk-overlay-icon {
  transition: 0.4s;
}
.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-grid:after,
.uk-grid:before {
  content: "";
  display: block;
}
.uk-grid:after {
  clear: both;
}
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
[class*="uk-animation-"] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*="uk-animation-"]:not([data-uk-scrollspy*="target"]) {
    opacity: 0;
  }
}
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.uk-lightbox-content .uk-slidenav {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
  color: #1d5996;
  text-decoration: none;
  font-size: 70px;
}
.uk-lightbox-content .uk-slidenav-previous {
  left: 0px;
}
.uk-lightbox-content .uk-slidenav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  background: rgba(255, 255, 255, 0.89);
  font-size: 60px;
  overflow: hidden;
  padding-left: 5px;
  border-radius: 0 5px 5px 0;
}
.uk-lightbox-content .uk-slidenav-next {
  right: 0px;
}
.uk-lightbox-content .uk-slidenav-next:before {
  content: "\f105";
  font-family: FontAwesome;
  background: rgba(255, 255, 255, 0.89);
  font-size: 60px;
  overflow: hidden;
  padding-right: 5px;
  border-radius: 5px 0 0 5px;
}
.bx-yandex-view-map {
  position: relative;
  margin-bottom: 30px;
}
.bx-yandex-view-map .contacts {
  position: absolute;
  width: 415px;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(26, 75, 134, 0.8);
  color: #fff;
  padding-left: 50px;
  padding-top: 50px;
}
.bx-yandex-view-map .contacts div {
  margin-bottom: 10px;
  font-weight: 400;
}
.bx-yandex-view-map .contacts div.head {
  font-weight: 500;
  font-size: 20px;
}
.bx-yandex-view-map .contacts div b {
  font-weight: 500;
}
.bx-yandex-view-map .contacts div a {
  color: #fff;
  text-decoration: underline;
}
.contact-form .name,
.contact-form .phone,
.contact-form .mail {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 1.5%;
}
.contact-form .mail {
  margin-right: 0;
}
.contact-form .name input,
.contact-form .phone input,
.contact-form .mail input,
.contact-form .text textarea {
  border: 1px solid #dbe3e8;
  padding: 10px 20px;
  width: 80%;
  font-size: 16px;
  margin-bottom: 15px;
  outline: none;
  width: 87%;
}
.contact-form .text textarea {
  width: 96%;
}
.contact-form .name input:focus,
.contact-form .phone input:focus,
.contact-form .mail input:focus,
.contact-form .text textarea:focus {
  border-color: #1d5996;
}
.contact-form .send {
  text-align: center;
}
.contact-form .send input {
  background: #1d5996;
  border: none;
  color: #fff;
  width: 20%;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.mainer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.left1 {
  background: url(/images/left1.png) 0 0 no-repeat;
  width: 90px;
  height: 324px;
  position: absolute;
  left: 0;
  top: 600px;
  z-index: 0;
}
.left2 {
  background: url(/images/left2.png) 0 0 no-repeat;
  width: 142px;
  height: 334px;
  position: absolute;
  left: 0;
  top: 2300px;
  z-index: 0;
}
.right1 {
  background: url(/images/right1.png) 0 0 no-repeat;
  width: 72px;
  height: 300px;
  position: absolute;
  right: 0;
  top: 145px;
  z-index: 0;
}
.right2 {
  background: url(/images/right2.png) 0 0 no-repeat;
  width: 135px;
  height: 275px;
  position: absolute;
  right: 0;
  top: 1400px;
  z-index: 2;
}
.main-profile-form-label {
  display: block !important;
  text-align: left !important;
}
.main-profile-block-shown .form-group {
  margin-bottom: 15px;
}

input::-webkit-input-placeholder {
  line-height: 1;
  transition: line-height 0.5s ease;
  color: #586065;
}
input::-moz-placeholder {
  line-height: 1;
  transition: line-height 0.5s ease;
  color: #586065;
}
input:-moz-placeholder {
  line-height: 1;
  transition: line-height 0.5s ease;
  color: #586065;
}
input:-ms-input-placeholder {
  line-height: 1;
  transition: line-height 0.5s ease;
  color: #586065;
}
input:focus::-webkit-input-placeholder {
  line-height: 5;
  transition: line-height 0.5s ease;
}
input:focus::-moz-placeholder {
  line-height: 5;
  transition: line-height 0.5s ease;
}
input:focus:-moz-placeholder {
  line-height: 5;
  transition: line-height 0.5s ease;
}
input:focus:-ms-input-placeholder {
  line-height: 5;
  transition: line-height 0.5s ease;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mobilemenu {
  display: none;
}
.modern-page-navigation {
  text-align: center;
}
.modern-page-navigation .modern-page-title {
  display: none;
}
.bx-soa-pp-delivery-cost {
  display: none !important;
}
#bx-soa-delivery .bx-soa-pp-list {
  display: none !important;
}
@media screen and (max-width: 1280px) {
  .left1,
  .left2,
  .right1,
  .right2 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #horizontal-multilevel-menu > li > a {
    padding: 0 20px;
  }
  .home #workarea table td {
    display: block;
    width: 100% !important;
  }
  .home #workarea table tr td:last-child {
    text-align: center;
  }
}
@media screen and (max-width: 970px) {
  #horizontal-multilevel-menu > li > a {
    padding: 0 10px;
  }
  .feeadbacks .uk-slideset li {
    width: 30%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 750px) {
  .top-menu {
    position: absolute;
    visibility: hidden;
  }
  .top {
    padding-top: 55px;
  }
  .top .left {
    display: none;
  }
  .bx_catalog_list_home .bx_catalog_item_price span:not(.text) {
    display: block;
  }
  #title-search input#title-search-input {
    border-bottom: 1px solid #1d5996;
    border-radius: 0;
    color: #1d5996;
  }
  #title-search label:before {
    color: #1d5996;
  }
  #title-search input#title-search-input::-webkit-input-placeholder {
    color: #1d5996;
  }
  #title-search input#title-search-input::-moz-placeholder {
    color: #1d5996;
  }
  #title-search input#title-search-input:-moz-placeholder {
    color: #1d5996;
  }
  #title-search input#title-search-input:-ms-input-placeholder {
    color: #1d5996;
  }
  .top .container {
    position: inherit;
    padding: 0;
  }
  .top .logo {
    padding: 0 15px;
  }
  .top-menu .search {
    position: absolute;
    top: 2px;
    opacity: 1;
    visibility: visible;
    right: 10px;
  }
  .top .right {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0;
  }
  .top .right .phones:before {
    font-size: 35px;
    margin-top: 0px;
    margin-right: 0;
    position: relative;
    top: 17px;
    float: none;
  }
  .top .right .phones a:last-child {
    padding-left: 20px;
  }
  .top .right a.callback {
    display: none;
  }
  .top .logo {
    width: 100%;
    margin-top: 10px;
  }
  .top .right .user {
    display: none;
  }
  .top .right .cart {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
  }

  .mobilemenu {
    display: block;
  }
  .menu .mainmenu {
    display: none;
  }
  .menu .search {
    width: 100%;
    border: 0;
    height: 40px;
    padding-top: 7px;
    padding-left: 5px;
  }
  #title-search {
    width: 100%;
  }
  label.icon {
    right: 0;
    top: 0px;
  }
  .slider,
  .baner {
    width: 100%;
  }
  .baner {
    max-width: 100%;
    height: 200px;
  }
  .slider {
    max-width: 100%;
    height: 200px;
  }
  .item-baner {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .item-baner .name {
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
  }
  .cart-left {
    width: 20%;
  }
  .cart-right {
    width: 45%;
  }
  .slider .uk-slideshow > li:before {
    height: 200px;
    width: 100%;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 255, 255) 28.15%, rgba(255, 255, 255, 0) 72.27%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 28.15%, rgba(255, 255, 255, 0) 72.27%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 255, 255) 28.15%, rgba(255, 255, 255, 0) 72.27%);
  }
  .slider .caption h2.head {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
    font-weight: 700;
    text-shadow: 0 0 2px #fff;
  }
  .slider .caption .text {
    display: none;
  }
  .slider .caption {
    margin: 0;
    height: 200px;
  }
  .uk-slideshow > li > img {
    height: 200px !important;
    display: none;
  }
  .uk-slideshow .uk-cover-background {
    height: 200px;
    background-size: cover;
  }
  .slider .uk-slidenav-position .uk-slidenav {
    display: none;
  }
  .slider .caption .button {
    margin: 0 auto;
  }
  .groups .group {
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
  }
  .nasadki .opis {
    overflow: scroll;
  }
  .groups .container a:nth-child(2n) .group {
    margin-right: 0;
  }
  .for table tr td {
    display: none;
  }
  .for table tr td:nth-child(1),
  .for table tr td:nth-child(3),
  .for table tr td:nth-child(5) {
    display: block;
    width: 100%;
  }
  .bx_catalog_tile_home_type_2 .bx_catalog_item_title {
    height: 40px;
  }
  .bx_catalog_tile_home_type_2 .bx_catalog_item_price {
    height: 32px;
    margin-top: 10px;
  }
  .bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left,
  .bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right {
    top: -2%;
  }
  .popular h3.title,
  .best h3.title {
    margin-bottom: 60px;
  }
  .preimushestva table td {
    display: block;
    height: 70px;
    text-align: left;
    word-spacing: 100px;
    width: 100%;
    padding: 0 !important;
  }
  .preimushestva table tbody tr:first-child {
    float: left;
    width: 20%;
    padding: 0;
    margin-left: 25%;
  }
  .preimushestva table tbody tr:nth-child(2) {
    float: left;
    width: 50%;
    padding: 0;
  }
  .preimushestva table tbody tr:last-child td {
    display: none;
  }
  .feeadbacks {
    padding-bottom: 0;
  }
  .feeadbacks .uk-slideset li {
    width: 100%;
    padding: 0;
    margin-bottom: 70px;
  }
  .feeadbacks .uk-slideset li:nth-child(3n-3) {
    margin-bottom: 0;
  }
  .feeadbacks a.uk-slidenav {
    top: -70px;
    color: #fff;
    border-color: #fff;
  }
  .feeadbacks .links {
    margin-top: 20px;
  }
  .feeadbacks .links a {
    display: block;
    margin-bottom: 15px;
  }
  .brands {
    padding: 25px 0 0px 0;
  }
  footer .blue .left {
    width: 100%;
    padding: 10px 0;
  }
  footer .blue:before {
    height: 199px;
    width: 100%;
  }
  footer .blue:after {
    top: 199px;
    height: 199px;
    width: 100%;
  }
  footer .blue .right {
    width: 100%;
    padding: 10px 0;
  }
  footer .blue .right img {
    margin-right: 20px;
  }
  .bx-subscribe .bx-input-group {
    width: 45%;
  }
  .bx-subscribe .bx_subscribe_submit_container {
    margin-right: 10%;
  }
  .btn-subscribe {
    padding: 0 15px;
  }
  footer .footer table td {
    display: block;
    width: 100%;
  }
  .mainer {
    padding-bottom: 50px;
  }
  a.md-trigger {
    display: none;
  }
  .sortirovka-block {
    height: 45px;
  }
  .sortirovka {
    position: absolute;
    top: 0;
  }
  .bx_catalog_tile {
    margin-bottom: 0;
  }
  .bx_catalog_list_home .bx_catalog_item_price {
    width: 100%;
    text-align: center;
    height: 25px;
    float: unset;
  }
  .bx_catalog_list_home .bx_catalog_item_controls .buy {
    text-align: center;
  }
  .bx_catalog_list_home .bx_catalog_item_images {
    height: 150px;
  }
  .bx_catalog_item_container .skidka {
    top: 37%;
  }
  .bx-breadcrumb {
    margin: 10px 0;
  }
  .bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 12px;
  }
  .bx_catalog_list_home .bx_catalog_item_controls {
    width: 100%;
  }
  .topblock .left {
    width: 100%;
    margin-right: 0;
  }
  .topblock .right {
    width: 100%;
  }
  .bx_item_detail .topblock {
    padding: 15px;
  }
  .topblock .left .img {
    height: 310px;
  }
  .topblock .left .galary ul li .limg {
    height: 70px;
  }
  .topblock .right .cenablock .price {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .topblock .right .add-cart {
    width: 100%;
  }
  .bx_ordercart .quantity {
    box-shadow: none;
  }
  .bx-yandex-view-map .contacts {
    position: relative;
    width: 100%;
    padding: 10px;
  }
  .contact-form .name,
  .contact-form .phone,
  .contact-form .mail {
    width: 100%;
    margin-right: 0;
  }
  .contact-form .text textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact-form .send input {
    width: 50%;
    -webkit-appearance: none;
  }
  footer .blue h3.title {
    font-size: 24px;
  }
  div.news-list img.preview_picture {
    width: 100% !important;
    height: auto !important;
  }
  .news-date-time {
    display: block;
  }
  .best,
  .popular {
    padding-top: 0;
  }
  .home #workarea table iframe {
    width: 100% !important;
  }
  .bx_catalog_tile .groups a:nth-child(2n-2) .group {
    margin-right: 0;
  }
  .leftmenu {
    display: none;
  }
  .bx_catalog_list_home.col3,
  .bx_item_detail {
    width: 100% !important;
    float: none !important;
  }
  .mob-non {
    display: none;
  }
  .top.groups .group {
    width: 19% !important;
    margin-right: 1% !important;
  }
  .top.groups .group .name {
    font-size: 9px !important;
  }
  .top.groups .group img {
    max-width: 80% !important;
  }
  .nasadki .rightheight {
    height: auto !important;
  }
  .bottomblock ul.tabs li {
    float: none !important;
    font-size: 10px;
  }
  .bottomblock ul#bottom li img {
    width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 768px) {
  footer .blue .left {
    padding: 10px 0;
    padding-right: 80px;
  }
  h3.title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  footer .blue .right {
    padding: 10px 0;
    padding-left: 20px;
  }
}

.bx-authform-social {
  display: none;
}
.popup-window-buttons .bx_item_detail .bx_bt_button {
  margin: 0 10px;
  background: #1d5996;
  color: #fff;
  padding: 15px;
  cursor: pointer;
}
.popup-window-buttons .bx_item_detail {
  width: auto;
  display: inline-block;
  float: none;
}

#wow-design {
  background: url(/wow/img/wow-logo.png) 13px 0px no-repeat;
  text-align: center;
  height: 45px;
  width: 83px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 0;
  margin-top: -65px;
}

#wow-design:hover {
  background: url(/wow/img/wow-logo.png) 13px -50px no-repeat;
  text-align: center;
  height: 45px;
  width: 83px;
  outline: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

#wow-design span {
  line-height: 11px;
  color: #1d5996;
  letter-spacing: normal;
  font-family: "Arial";
  font-size: 9px;
  padding: 48px 5px 0px 0px;
  outline: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

/* WoW Design Speech Bubble
----------------------------------------------------------------------------------------------------*/
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 475px;
  min-width: 320px;
  height: 412px;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #ffffff;
  position: relative;
  text-align: center;
  padding-top: 140px;
  font-family: Arial;
  font-size: 15px;
}

.md-content a {
  color: #ffffff !important;
  text-decoration: none;
  text-shadow: none;
}
.md-content a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.md-content button {
  border: none;
  background: #ffffff;
  color: #eb13b8;
  font-family: Arial;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  bottom: 260px;
  left: 220px;
  border-radius: 14px;
}

.md-content .hd {
  text-align: center;
  font-size: 21px;
  text-shadow: 0px -1px 0px #5e0f54;
}

/* Effect bubble */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  transition: all 1.2s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background-color: #000000;
  opacity: 0.7;
}

.md-effect-12 .md-content {
  background: url(/wow/img/wow.png) no-repeat;
  height: 100%;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.md-content .hd a {
  color: #ffffff !important;
  text-decoration: none;
  text-shadow: none;
  font-family: "Arial";
}

.md-content .hd a:hover {
  color: #ffffff;
  text-shadow: none;
}

.md-content .hd {
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
}

.md-content .hd:hover {
  color: #ffffff;
  text-shadow: none;
}
h3.uk-accordion-title {
  display: inline-block;
  background: #1d5996;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
}
h3.uk-accordion-title:hover {
  background: #2971ba;
  box-shadow: 0px 7px 17px 0px rgba(41, 113, 186, 0.4);
}
.uk-accordion-content {
  text-align: justify;
}
.bx_catalog_tile .groups .group {
  margin-bottom: 2.2%;
  padding-top: 25px;
}
.bx_catalog_tile .groups .group img {
  height: auto;
  max-width: 90%;
  max-height: 70px;
}
.bx_catalog_tile .groups .group.logo {
  padding-top: 5px;
}
.bx_catalog_tile .groups .group.logo:hover img {
  filter: none;
}
.bx_catalog_tile .groups .group.logo:hover {
  background: #fff;
}
.bx_catalog_tile .groups .group.logo img {
  height: 150px;
  max-height: none;
}
.bx_catalog_tile .groups .group .name span {
  font-size: 14px;
}
.top.groups .group {
  width: 9%;
  margin-right: 1.1%;
  padding-top: 10px;
  height: 110px;
}
.top.groups .group.active {
  background: #1d5996;
}
.top.groups .group.active img {
  filter: grayscale(1) brightness(5);
}
.top.groups .group.active .name {
  color: #fff;
}
.top.groups .group img {
  max-height: 45px;
}
.top.groups .group .name {
  font-size: 11px;
  line-height: 14px;
}
.leftmenu {
  width: 23.6%;
  float: left;
  margin-right: 2%;
}
.leftmenu .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.leftmenu .row {
  margin-right: 0;
  margin-left: 0;
}
.leftmenu .radio label,
.leftmenu .checkbox label,
.leftmenu .col-xs-12,
.leftmenu .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.bx_catalog_tile {
  padding: 0 15px;
}
.bx-filter .bx-ui-slider-track-container {
  margin-left: 0;
  width: 100% !important;
}
.bx_item_detail {
  width: 74.4%;
  float: right;
}
.bx_catalog_list_home.col3 {
  width: 74.4%;
  font-family: "Ubuntu", sans-serif;
  float: right;
}
.search-page + .bx_catalog_list_home.col3 {
  float: none;
  width: 100%;
}
.pay_link {
  background: #1d5996;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 35%;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 400;
}
.pay_link:hover {
  color: #fff;
  text-decoration: none;
}
.akciya-form {
}
.akciya-form .notes {
}
.akciya-form .form-item {
  margin-bottom: 7px;
}
.akciya-form .form-item input[type="text"] {
  margin: 0;
  padding: 0 10px;
  height: 30px;
  width: 300px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #bcbcbc;
  outline: none;
}
.akciya-form .form-item span {
  width: 30%;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.akciya-form .send input {
  background: #1d5996;
  border: none;
  color: #fff;
  width: 23%;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 33%;
  margin-top: 10px;
}
.table-akciya {
  margin-top: 30px;
}
.table-akciya td {
  vertical-align: top;
}
.bx-subscribe-desc,
.bx_subscribe_checkbox_container {
  display: none;
}
.top-menu {
  background: #1d5996;
}
.top.groups.box {
  display: none;
}
.sortirovka {
  top: 0 !important;
}
.top-menu .search {
  float: right;
}
ul.elements {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.elements li a {
  display: block;
  color: #fff;
  background: #1d5996;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 10px;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  position: relative;
  font-size: 14px;
}
ul.elements li a.active:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 24px;
  color: #fff;
}
ul.elements li a.active {
  font-weight: 500;
  background: #3093f8;
}
.leftmenu .name {
  background: #fff;
  background: #fff;
  border: 1px solid #1d5996;
  text-align: center;
  color: #1d5996;
  font-weight: 500;
  padding: 10px 3px;
}
table p {
  margin: 0;
}
table td {
  padding: 2px;
}
.bottomblock table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/*scrollToTop*/
.scroll-to-top {
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 150px;
  right: 20px;
  display: none;
  z-index: 2000;
  background-color: #1d5996;
  border-radius: 50%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}

.scroll-to-top:before,
.scroll-to-top:after {
  content: "";
  position: absolute;
  display: block;
  top: 15px;
  background-color: #fff;
  height: 20px;
  width: 5px;
}

.scroll-to-top:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 28px;
  box-shadow: -8px 14px 0px 8px rgba(0, 0, 0, 0.1);
}

.scroll-to-top:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 28px;
}

.scroll-to-top:focus {
  outline: none;
}

/*scrollToTop*/

.recomend {
  padding: 30px 0;
}
.recomend .bx_catalog_list_home.col3 {
  padding-bottom: 20px;
}
.recomend .swiper-button-next,
.recomend .swiper-button-prev {
  margin-top: -50px;
  top: auto;
  bottom: 0;
}

.recomend .swiper-button-next {
  right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='44.236px' height='44.236px' viewBox='0 0 44.236 44.236' style='enable-background:new 0 0 44.236 44.236;' xml:space='preserve' fill='%231d5996'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.118,44.236C9.922,44.236,0,34.314,0,22.118S9.922,0,22.118,0s22.118,9.922,22.118,22.118S34.314,44.236,22.118,44.236 z M22.118,1.5C10.75,1.5,1.5,10.749,1.5,22.118c0,11.368,9.25,20.618,20.618,20.618c11.37,0,20.618-9.25,20.618-20.618 C42.736,10.749,33.488,1.5,22.118,1.5z'/%3E%3Cpath d='M19.341,29.884c-0.192,0-0.384-0.073-0.53-0.22c-0.293-0.292-0.293-0.768,0-1.061l6.796-6.804l-6.796-6.803 c-0.292-0.293-0.292-0.769,0-1.061c0.293-0.293,0.768-0.293,1.061,0l7.325,7.333c0.293,0.293,0.293,0.768,0,1.061l-7.325,7.333 C19.725,29.811,19.533,29.884,19.341,29.884z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.recomend .swiper-button-prev {
  left: auto;
  right: 45px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='44.238px' height='44.238px' viewBox='0 0 44.238 44.238' style='enable-background:new 0 0 44.238 44.238;' xml:space='preserve' fill='%231d5996'%3E%3Cg%3E%3Cg%3E%3Cpath d='M22.119,44.237C9.922,44.237,0,34.315,0,22.119S9.922,0.001,22.119,0.001s22.119,9.922,22.119,22.118 S34.314,44.237,22.119,44.237z M22.119,1.501C10.75,1.501,1.5,10.75,1.5,22.119c0,11.368,9.25,20.618,20.619,20.618 s20.619-9.25,20.619-20.618C42.738,10.75,33.488,1.501,22.119,1.501z'/%3E%3Cpath d='M24.667,29.884c-0.192,0-0.384-0.072-0.53-0.22l-7.328-7.334c-0.292-0.293-0.292-0.768,0-1.061l7.328-7.333 c0.293-0.293,0.768-0.293,1.061,0s0.293,0.768,0,1.061L18.4,21.8l6.798,6.805c0.292,0.293,0.292,0.769,0,1.061 C25.051,29.812,24.859,29.884,24.667,29.884z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.banner-service {
  margin-bottom: 30px;
}
.banner-service img {
  width: 100%;
}
.text-container iframe {
  float: left;
  margin-right: 20px;

  margin-bottom: 20px;
}
.text-container {
  margin: 40px 0;
}
.text-container h1 {
  margin-bottom: 50px;
}

.callback.button {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #1d5996;
  padding: 9px 13px !important;
  text-align: center;
  width: 175px;
  margin-top: 8px;
  color: #1d5996 !important;
  background: unset !important;
  box-sizing: border-box;
}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .dropdown-menu > li > a {
    font-size: 14px;
    padding: 0px 15px;
  }
  .menu .mainmenu {
    width: 79%;
  }
  .menu .cart {
    width: 21%;
  }
  .cart-right {
    font-size: 12px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .top-menu .user {
    float: right;
  }
  .top-menu .search {
    width: 80%;
  }
  #title-search input#title-search-input {
    border: 1px solid #1d5996;
    border-top: 1px solid transparent;
    border-radius: 0;
    color: #1d5996;
  }
  .search__top label.icon {
    right: 65px;
    border-left: 1px solid #1d5996;
  }
  .search__top {
    justify-content: flex-end;
  }
  .top-menu .search {
    top: 0 !important;
    right: 12px !important;
  }
  .search__top .jq-selectbox__trigger-arrow {
    display: none;
  }
  #top-multilevel-menu,
  #top-multilevel-menu ul {
    width: 60%;
  }
  #top-multilevel-menu > li > a {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .search-page form {
    flex-wrap: wrap;
  }
  .search-page .form__wrapper {
    width: 100%;
  }
  .search__top .jq-selectbox__select {
    color: #1d5996;
    padding-right: 12px;
    width: 60px;
  }
  .search__top .catalog-section-list {
    width: 100%;
    margin-top: 16px;
  }
  .search-page .search__top label.icon {
    right: 0;
  }
  .search__top .jq-selectbox__trigger-arrow {
    display: block !important;
  }
  .search-page .search__top .jq-selectbox,
  .search-page .search__top .jq-selectbox__select {
    width: 100% !important;
  }
  .bx_catalog_list_home.col3,
  .search-page + .bx_catalog_list_home.col3 {
    display: flex;
    flex-wrap: wrap;
  }
  .bx_catalog_list_home .bx_catalog_item_title {
    height: auto;
    margin: 10px 0 auto;
  }
  .bx_catalog_list_home .bx_catalog_item_title a {
    font-size: 14px;
    line-height: 1.2;
    display: block;
  }
  .bx_catalog_list_home .bx_catalog_item_price {
    margin: 10px 0 8px;
  }
  .bx_catalog_list_home .bx_catalog_item_images {
    background-size: contain;
  }
  .bx_catalog_item_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .bx_catalog_tile_home_type_2 .bx_catalog_item_title {
    height: auto;
  }
  .bx_catalog_tile_home_type_2 .bx_catalog_item_images img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    display: block;
  }
  .bx_catalog_list_home .bx_catalog_item_price .bx_price {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 4px;
    align-items: center;
  }
  .bx_catalog_list_home .bx_catalog_item_price span {
    font-size: 13px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .bx_catalog_list_home .bx_catalog_item_price span {
    order: -1;
    text-align: center;
  }
  .bx_catalog_list_home .bx_catalog_item_price .bx_price {
    grid-auto-flow: row;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}

.modal_type {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}
.city_modal {
  background-color: #fff;
  padding: 30px;
  position: relative;
  z-index: 20;
  width: 600px;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.city_modal_head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #80868e;
  font-size: 16px;
  font-weight: bold;
  max-width: 100%;
  line-height: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city_modal_list {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.city_modal_item {
  float: left;
  display: inline-block;
  width: 33.333333%;
  margin-bottom: 10px;
  padding-right: 15px;
}
.city_modal_item a {
  color: #1d5996;
  font-weight: 400;
  font-size: 16px;
}
.city_modal_item span {
  color: #1d5996;
  font-weight: 700;
  font-size: 16px;
}
.close_city {
  cursor: pointer;
  height: 27px;
  outline: none;
  opacity: 0.5;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 27px;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.close_city:hover {
  opacity: 1;
}
.close_city:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 10px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNzg3IDFMNSAzLjc4NyAyLjIxMyAxIDEgMi4yMTMgMy43ODcgNSAxIDcuNzg3IDIuMjEzIDkgNSA2LjIxMyA3Ljc4NyA5IDkgNy43ODcgNi4yMTMgNSA5IDIuMjEzIiBmaWxsPSIjOTk5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.city_open .nav_overlay,
.city_open .modal_type {
  opacity: 1;
  visibility: visible;
  display: flex;
}
/* .city_open .mainer{
  z-index: -1;
} */
.nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  display: none;
  background: #333;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 500;
}
.city_header {
  width: 160px;
  z-index: 1111;
  color: #fff;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
}
.city_header svg {
  display: none;
}

.zakaz-form .tovar input,
.zakaz-form .cont input,
.zakaz-form .cont textarea {
  border: 1px solid #a6b1b7;
  padding: 10px 20px;
  width: 80%;
  font-size: 16px;
  margin-bottom: 15px;
  outline: none;
}
.zakaz-form .cont input[type="file"] {
  display: inline-block;
}
.zakaz-form .send input {
  background: #1d5996;
  border: none;
  color: #fff;
  width: 60%;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

body {
  padding-right: 0 !important;
}

@media (max-width: 992px) {
  .city_modal {
    background-color: #fff;
    padding: 15px;
    position: relative;
    z-index: 20;
    width: 320px;
    max-height: 568px;
    max-width: 100%;
    overflow-y: auto;
  }
  .city_modal_list {
    margin-top: 10px;
  }
  .city_modal_item {
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .city_header {
    width: 62px;
    text-align: right;
  }
  .city_header span {
    display: none;
  }
  .city_header svg {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-top: 4px;
  }
}

@media (max-width: 728px) {
  .top.box .container {
    display: flex;
    flex-direction: column;
  }
  .top.box .container .left {
    order: 3;
    width: 100%;
    display: block;
    display: flex;
    justify-content: space-around;
    padding: 0 15px;
  }

  .top.box .container .left .callback.button {
    margin-top: 0;
    padding: 0px 13px !important;
    margin-left: 5px;
  }

  .top.box .container .logo {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .top.box .container .right {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
}
.bx_catalog_list_home.col3 {
  display: flex;
  flex-wrap: wrap;
}
.bx_catalog_item_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article {
  margin-bottom: 0;
  margin-top: auto;
}
.bx_catalog_list_home.col3 .bx_catalog_item {
  display: flex;
  align-items: stretch;
}
.bx_catalog_list_home .bx_catalog_item_controls {
  margin-bottom: 16px;
  margin-top: auto;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.bx_catalog_list_home .bx_catalog_item_price {
  margin-bottom: 16px;
  margin-top: auto;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  height: 30px;
  display: flex;
  align-items: center;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price {
  line-height: 1;
}
.bx_catalog_list_home .bx_catalog_item_title {
  min-height: 72px;
}
.mobileMenu__item .city_header {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .bx_catalog_list_home .bx_catalog_item_controls,
  .bx_catalog_list_home .bx_catalog_item_price {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .bx_catalog_list_home .bx_catalog_item_controls a {
    width: 100%;
  }
  .bx_catalog_list_home .bx_catalog_item_controls {
    margin-bottom: 10px;
  }
  .bx_catalog_list_home .bx_catalog_item_price {
    margin-bottom: 10px;
  }
  .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 50%;
  }
  .bx_catalog_list_home.col3 .bx_catalog_item {
    flex: 0 0 48%;
    width: 48%;
  }
  .nasadki .bottomblock ul.tabs {
    display: flex;
    overflow-x: hidden;
    overflow-x: auto;
  }
  .nasadki .bottomblock ul.tabs li {
    flex-shrink: 0;
  }
  .recent-products .swiper-button-prev,
  .recent-products .swiper-button-next,
  .recomend .swiper-button-prev,
  .recomend .swiper-button-next {
    display: none;
  }
  .swiper-pagination {
    display: block;
    bottom: 4px !important;
  }
  .recent-products .swiper-pagination {
    bottom: 30px !important;
  }
}

@media only screen and (min-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}

.roistat-lh-pulsator-img svg,
.roistat-multiwidget-pulsator-img svg,
.roistat-online-chat-pulsator-img svg {
  width: auto;
  height: auto;
}
