@charset "UTF-8";

body {
  width: 100%;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #0080AF;
  font-family: Arial, sans-serif;
  line-height: 1.2;
  font-weight: bold;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 33px;
}

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 15px;
}

h5,
.h5 {
  font-size: 12px;
}

h6,
.h6 {
  font-size: 10.2px;
}

a {
  color: #0080AF;
}

a:hover {
  color: #003549;
  text-decoration: underline;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter>[class*=col] {
  padding-left: 0;
  padding-right: 0;
}

/* Gradent to all drop down menus */
.dropdown-menu>li.active>a,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: #0080AF;
  text-decoration: none;
  color: #fff;
}

.dropdown-menu>li.active>a,
.name .dropdown-menu>li>a:focus .name,
.dropdown-menu>li>a:hover .name {
  color: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: #0080AF;
}

/* top */
#top {
  min-height: 40px;
  margin: 0 0 20px 0;
  padding: 4px 0px 3px 0;
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  background-color: #0080AF;
  text-shadow: none;
  color: #ffffff;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #0080AF;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a+a {
  margin-left: 15px;
}

/* Header */
.header_main {
  position: relative;
  background: #212224 no-repeat center top url(/image/backgrounds/ban_top.jpg);
  min-height: 200px;
}

.common-home .header_main {
  min-height: 990px;
}

.header_main .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}

.header_info {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}

.header_info a {
  color: inherit;
}

.info-box {
  margin-bottom: 10px;
}

.info-box__slogan {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  color: #0080AF;
}

.info-box__address,
.info-box__working-hours {
  font-size: 14px;
  white-space: pre-line;
}

.contacts-box {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header_info .contacts-box {
  flex: 36%;
  flex-shrink: .5;

}

.header_info .contacts-box .contacts-box__left {
  margin-right: 12px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.contacts-box__telephon {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}

.contacts-box__telephon a {
  text-decoration: none;
  color: inherit;
}

.contacts-box__telephon a:hover {
  text-decoration: underline;
}

.contacts-box__mail {
  line-height: 1;
}

.contacts-box__mail a {
  text-decoration: underline;
  color: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.header_info .contacts-box__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 6px 12px 15px 12px;
}

.header_info .feedback-modal-btn-wrap {
  margin-left: 42px;
}

.contacts-box__social a {
  display: inline-block;
  margin: 0 4px;
}


.contacts-box .icon-shape {
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.contacts-box .icon-shape img {
  width: 30px;
  height: 30px;

}

.contacts-box .icon-shape:hover {
  -webkit-transform: scale(1.08) translateY(-3px);
  -ms-transform: scale(1.08) translateY(-3px);
  transform: scale(1.08) translateY(-3px);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.contacts-box__left {
  margin-bottom: 20px;
}


.contacts-box .copyright {
  margin-bottom: 20px;
  width: 100%;
}


.modal-content form {
  color: #000;
}

.modal-content form label {
  display: none;
}

.modal-content form #agree label {
  display: block;
}

.modal-content form button[type="submit"] {
  background-color: #0080AF;
  color: #fff;
}

.modal-content form button[type="submit"]:hover,
.modal-content form button[type="submit"]:focus {
  background-color: #005F82;
  color: #fff;
}


.footer-pd a {
  color: #fff;
}

.feedback-modal-btn-wrap .btn {
  padding: 8px 15px;
  border: 2px solid #fff;
  background: none;
  border-radius: 20px;
  font-size: 15px;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.feedback-modal-btn-wrap .btn:hover,
.feedback-modal-btn-wrap .btn:focus {
  outline: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.199);
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.feedback-modal-btn-wrap .btn:active {
  -webkit-transform: scale(.96);
  -ms-transform: scale(.96);
  transform: scale(.96);
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

/* logo */
#logo {

  -ms-flex-negative: 0;
  flex-shrink: 0;
  flex: 16%;
  margin-right: 0;
}

.logo-text {
  text-align: center;
  font-size: 15px;
  letter-spacing: 3px;
}

.logo-text a {
  text-decoration: none;
}

.main-header-box .header-title {
  margin-right: 68px;
}

.header-box {
  margin: 70px 0 0 85px;
}

.header-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-info {
  max-width: 300px;
  padding-top: 10px;
  padding-right: 10px;
}

.header-info i {
  width: 18px;
  min-width: 18px;
  font-size: 16px;
  margin-right: 7px;
}


.header-info__container>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.header-info a {
  text-decoration: underline;
}

.header-info a:hover {
  text-decoration: none;
}

.header-title .h1 {
  max-width: 675px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2.939px 4.045px 2.5px rgba(0, 0, 0, 0.75);
  font-size: 68px;
  line-height: 1;
}

.header_info .header-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}

.header-subtitle__advantage {
  margin-right: 45px;
  max-width: 388px;
}

.header-subtitle__advantage>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}

.header-subtitle__advantage>p span:first-child {
  width: 50px;
  margin-right: 12px;
}

.footer-subtitle-wrap {
  margin-top: 10px;
  width: 60%;
}

.header-subtitle__comment {
  margin-top: auto;
}

/* advantages-block */

.advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 100px;
  margin-right: 520px;
  max-width: 950px;
  width: 100%;
}

.advantages-block__item {
  text-align: center;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 74px;
  margin: 0 10px 46px;
  -webkit-box-flex: calc(33% - 20px);
  -ms-flex: calc(33% - 20px);
  flex: calc(33% - 20px);
}

.advantages-block__item_main {
  width: 200px;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  background-position: 0 -30px;
}

.advantages-block__item_img {
  position: -webkit-sticky;
  position: sticky;
  margin-top: -200px;
  margin-left: 300px;
  padding: 0;
  max-width: 320px;
  height: 250px;
  background: no-repeat center / contain url(/image/icons/header-block-img.png);
}

.advantages-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 480px;
}

.advantages-block__item_1 {
  background-image: url("/image/icons/advantitem1.png");
}

.advantages-block__item_2 {
  background-image: url("/image/icons/advantitem2.png");
}

.advantages-block__item_3 {
  background-image: url("/image/icons/advantitem3.png");
}

.advantages-block__item_4 {
  background-image: url("/image/icons/advantitem4.png");
}

.advantages-block__item_5 {
  background-image: url("/image/icons/advantitem5.png");
}

.advantages-block__item_6 {
  background-image: url("/image/icons/advantitem6.png");
}


.advantages-block__calc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 107px;
  margin-bottom: 35px;
}

.advantages-block__calc-item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 114px;
  background: #000;
}

.advantages-block__calc-item_content {
  background: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

.advantages-block__calc-item_title {
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 12px;
  color: #000;
  text-transform: uppercase;
}

.red-btn {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 12px 16px;
  background: #ff0000;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.red-btn:hover,
.red-btn:active,
.red-btn:focus {
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
  background: #df0202;
}

.red-btn:active {
  -webkit-transform: scale(.96);
  -ms-transform: scale(.96);
  transform: scale(.96);
}

/* end */
.form-top {
  position: absolute;
  right: 0;
  top: 165px;
  width: 415px;
  right: 75px;
  background: #fff;
}

.form-top__title {
  background: #EDEDED;
  text-align: center;
  padding: 24px 30px 15px;
  color: #0080AF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  -webkit-text-emphasis: circle;
  text-emphasis: circle;
}

.form-top__body {
  padding: 17px 42px;
}

.form-top .btn-success {
  display: block;
  float: none !important;
  width: 100%;
  margin: 0 auto;
  padding: 17px 0;
  background: #F6DA68 !important;
  border: none;
  border-bottom: 3px solid #DDBF5C !important;
  font-size: 0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.form-top .btn-success:hover {
  background-color: #DDBF5C !important;
}

.form-top .btn-success:hover,
.form-top .btn-success:focus {
  background: none;
  border: none;
  outline: none;
}

.form-top .btn-success::before {
  content: "получить проект кухни";
  font-size: 18px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

.form-top .form-group {
  display: block;
}

.form-top input[type="text"].form-control {
  text-align: center;
  height: auto;
  line-height: 60px;
  background: #ECECEC;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 26px;
  color: #3D3D3D;
}

.form-top input[type="text"].form-control::-webkit-input-placeholder {
  color: rgba(61, 61, 61, 0.3);
}

.form-top input[type="text"].form-control::-moz-placeholder {
  color: rgba(61, 61, 61, 0.3);
}

.form-top input[type="text"].form-control:-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.3);
}

.form-top input[type="text"].form-control::-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.3);
}

.form-top input[type="text"].form-control::placeholder {
  color: rgba(61, 61, 61, 0.3);
}

.form-top .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-top .panel-heading {
  display: none;
  border: none;
}

.form-top .panel-body {
  padding: 0;
}

.form-top .control-label {
  display: none;
}

.form-top .checkbox label {
  padding-left: 0;
  color: rgba(0, 0, 0, 0.5);
}

.form-top .checkbox label a {
  color: inherit;
  text-decoration: underline;
}

.form-proposition__caption {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  color: #000;
}

.form-proposition__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

.form-proposition__block {
  position: relative;
  width: 160px;
  height: 110px;
  background-repeat: no-repeat;
  margin-bottom: 13px;
  -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.form-proposition__block:nth-child(1) {
  background-image: url(/image/content/proposition_1.jpg);
}

.form-proposition__block:nth-child(2) {
  background-image: url(/image/content/proposition_2.jpg);
}

.form-proposition__block:nth-child(3) {
  background-image: url(/image/content/proposition_3.jpg);
}

.form-proposition__block:nth-child(4) {
  background-image: url(/image/content/proposition_4.jpg);
}

.form-proposition__block-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 30px;
  background: rgba(246, 246, 246, 0.7);
  text-align: center;
  font-size: 15px;
  color: #000;
}

/* search */
#searchtop {
  margin-bottom: 10px;
}

#search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#search .input-lg {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px dashed #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 7px 0;
  width: 100%;
  max-width: 240px;
}

#search .input-lg::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

#search .input-lg::-moz-placeholder {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

#search .input-lg:-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

#search .input-lg::-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

#search .input-lg::placeholder {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

#search .btn-lg {
  padding: 10px 35px;
  font-size: 15px;
  line-height: 18px;
  text-shadow: 0 1px 0 #FFF;
}

.none-bg-btn i {

  font-size: 20px;
  margin-bottom: 4px;

}

.none-bg-btn {
  background: transparent;
  border: none;
  margin-left: -100%;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart>.btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

#cart.open>.btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

#cart.open>.btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
#menu {
  min-height: 40px;
  background-color: #229ac8;
  background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .nav>li>a {
  min-height: 15px;
  padding: 10px 15px 10px 15px;
  background-color: transparent;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  display: block;
  min-width: 160px;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  padding: 3px 20px;
  border-top: 1px solid #DDD;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  float: right;
  padding: 2px 18px;
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  background-color: #229ac8;
  background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner>ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* content */
.main {
  padding: 50px 0 0;
  background: #dfdede;
}

#content {
  min-height: 600px;
}

.information-information-7 #content {
  margin-bottom: 35px;
}

/* footer */
.footer {
  position: relative;
  color: #fff;
}

.footer-box-contact {
  position: absolute;
  top: 65px;
  left: 65px;
  width: 515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  min-height: 400px;
  padding: 45px 42px 30px;
  background: #0080AF;
}

.footer-box-contact .footer-logo {
  margin-right: 42px;
}

.footer-box-contact .contacts-box__mail {
  text-align: left;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  overflow: hidden;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  position: relative;
  padding: 0 20px;
  text-shadow: 0 1px 0 #FFF;
  white-space: nowrap;
}

.breadcrumb>li+li:before {
  content: '';
  padding: 0;
}

.breadcrumb>li:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination {
  margin: 0;
  display: none;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  border: 1px solid #0080AF;
  border-radius: 0;
  background-color: #0080AF;
  font-size: 14px;
  color: white;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 12px;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-default {
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
  background-color: #e7e7e7;
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.btn-primary {
  background-color: #0080AF;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  border-color: #0080AF;
  background: #008bbe !important;
}

.btn-warning {
  border-color: #f89406 #f89406 #ad6704;
  background-color: #faa732;
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  border-color: #bd362f #bd362f #802420;
  background-color: #da4f49;
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  border-color: #51a351 #51a351 #387038;
  background-color: #5bb75b;
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-info {
  border-color: #dc512c #dc512c #a2371a;
  background-color: #df5c39;
  background-image: -o-linear-gradient(top, #e06342, #dc512c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  cursor: pointer;
  color: #23A1D1;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-inverse {
  border-color: #222222 #222222 #000000;
  background-color: #363636;
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: -o-linear-gradient(top, #333333, #111111);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
  background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-yellow {
  background-color: #F6E06A;
  border: none;
  -webkit-box-shadow: inset 0 -3px #DDBF5C;
  box-shadow: inset 0 -3px #DDBF5C;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.btn-yellow:hover {
  background-color: #DDBF5C;
}

.btn-xl {
  padding: 16px 42px;
}


/* list group */
.list-group a {
  padding: 8px 12px;
  border: 1px solid #DDDDDD;
  color: #333;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  border: 1px solid #DDDDDD;
  background-color: transparent;
  text-decoration: underline;
  color: #0080AF;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* ! product list */
.btn-group.localstorage .btn.active,
.btn-group.localstorage .btn:hover,
.btn-group.localstorage .btn:focus {
  border-color: #0080AF;
  outline: none;
  background-color: #0080AF;
  color: white;
}

.container-module.latest .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-module.latest .row::before,
.container-module.latest .row::after {
  display: none;
}

.container-module.latest .item:nth-child(n+21) {
  display: none;
}

.common-home .container-module.latest .item:nth-child(n+13) {
  display: none;
}

.product-layout.item {
  margin-bottom: 20px;
}

.product-layout.item.col-xs-12 {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.product-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: #fff;
}

.product-more-info {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: -1px;
  display: none;
  width: calc(100% + 2px);
  padding: 15px;
  padding-top: 0;
  border: 1px solid #0080AF;
  border-top: none;
  background-color: #fff;
}

.product-thumb:hover .product-more-info {
  display: block;
}

.owl-carousel .product-thumb:hover .product-more-info {
  display: none;
}

.product-attribute {
  max-width: 100%;
  overflow: hidden;
  display: block;
  padding: 0 10px;
}

.product-attribute thead>tr>td,
.product-attribute tbody>tr>td,
.product-attribute tfoot>tr>td {
  padding: 0;
  border-top: none;
}

.product-attribute tbody>tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-attribute tbody>tr td:first-child {
  color: #aaa;
  display: block;
  white-space: nowrap;
}

.product-attribute tbody>tr td:first-child::after {
  content: "..........................................................................";
  color: #ddd;
  font-size: 10px;
}

.product-attribute tbody>tr td:nth-child(2) {
  text-align: right;
  position: absolute;
  right: 35px;
  display: block;
  background: #fff;
  padding-right: 35px;
  margin-right: -35px;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/70px 70px url(/image/icons/zoom-in.svg);
  opacity: 0;
  -webkit-transition: background-color 0.1s ease-in-out, background-size 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, background-size 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, background-size 0.1s ease-in-out;
}

.product-thumb .image a:hover::before {
  opacity: 1;
  background-color: rgba(0, 128, 175, 0.4);
  background-size: 83px 83px;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-thumb .h4 {
  color: #090909;
  font-size: 24px;
}

.product-thumb .h4 a {
  color: inherit;
  text-decoration: none;
}

.const-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

.const-caption .box {
  font-size: 12px;
  margin-right: 5px;
  padding: 5px 10px;
  background: #E8E7E7;
  line-height: 1.3;
}

.const-caption .box:first-child {
  background: #F6DA68;
}

.product-thumb .desc {
  line-height: 1.4;
  font-size: 14px;
}

.product-thumb .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 15px;
  min-height: 180px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

.mycategoryhome .cap-mycategory {
  min-height: auto;
}

.mycategory {
  position: relative;
}

.mycategory .cap-mycategory {
  min-height: 65px !important;
  overflow: hidden;
}

.mycategory .child {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: block;
  background: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mycategory:hover .child {
  height: 100%;
}


@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star+.fa-star-o {
  color: #E69500;
}

.h2.price {
  margin: 0;
}

.product-thumb .price {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-thumb .price>span {
  margin-right: 4px;
}

.product-thumb .price-label {
  font-size: 12px;
  line-height: 1.1;
}

.product-thumb .price-new {
  font-weight: 600;
  font-size: 18px;
}

.product-thumb .price-old {
  margin-left: 10px;
  color: #999;
  text-decoration: line-through;
}

.product-thumb .price-tax {
  display: block;
  color: #999;
  font-size: 12px;
}

.product-thumb .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}

.product-thumb>.button-group {
  padding: 15px;
}

.product-thumb .button-group .button-group {
  width: 100%;
  margin-bottom: 5px;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  float: left;
  display: inline-block;
  width: 60%;
  border: none;
  border-radius: 3px;
  background-color: #0080AF;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.product-thumb .button-group button+button {
  width: 40px;
}

.product-thumb .button-group button:hover {
  background-color: #ddd;
  text-decoration: none;
  color: #444;
  cursor: pointer;
}

button.smch_call_button,
.product-thumb button.smch_call_button {
  /* insert there your css style */
  width: 100%;
  background: #5198D5;
  border-color: #5198D5;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 1200px) {

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

.product-thumb .attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-thumb .attribute>* {
  padding-right: 5px;
}

.product-desc-title {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-kompl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 40px;
}

.product-kompl__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 3 - 6px);
  flex: 0 1 calc(100% / 3 - 6px);
  max-width: 264px;
  height: 237px;
}

.product-kompl__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-kompl__image-wrap {
  overflow: hidden;
  height: 100%;
}

.product-kompl__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 68, 105, 0.9);
  color: #fff;
  text-align: center;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
}

.product-kompl__item:hover .product-kompl__panel {
  opacity: 1;
}

.product-kompl__head {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-kompl__desc {
  font-size: 14px;
}


.thumbnails {
  margin: 0;
  padding: 0;
  overflow: auto;
  clear: both;
  list-style: none;
}

.thumbnails>li {
  margin-left: 20px;
}

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

.thumbnails>img {
  width: 100%;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #0080AF;
}

.btn-order {
  border-bottom: 3px solid #005F82;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn-order:hover,
.btn-order:focus {
  background-color: #005F82;
  color: #fff;
}

.product-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(195, 195, 195, 0.4);
  margin-top: auto;
}

.product-bottom .price-wrap {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8px;
}

.product-bottom .btn-order {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

}

/*@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}*/
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}


@media screen and (min-width: 1400px) {

  .container-fluid #column-left {
    width: 16.66666667%;
  }

  /* 
  .container-fluid #content {
    width: 83.33333333%;
  } */

  .col-sm-12.product-card {
    width: 100% !important;
  }

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

}


/*Main Menu*/
.header_menu {
  position: relative;
  margin-right: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  flex: 48%;
  flex-shrink: 2;
}

.header_menu .navbar-nav {
  display: flex;
  flex-wrap: wrap;
}

.header_menu.fixed {
  position: fixed;
  z-index: 201;
  top: 0;
  width: 100%;
}

div.main_menu {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 15;
}

div.main_menu .container-fluid,
div.main_menu .navbar-collapse {
  padding: 0;
  background-color: transparent;
}

div.main_menu .navbar-default {
  background-color: transparent;
}

.main_menu .navbar {
  margin-bottom: 0;
  border: none;
}

div.main_menu li {
  position: relative;
  z-index: 4;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_menu div.main_menu span.separator,
.header_menu div.main_menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}

body .header_menu div.main_menu a:hover,
body .header_menu div.main_menu a:focus,
body .header_menu div.main_menu a.active,
body .header_menu div.main_menu span.separator:hover,
body .header_menu div.main_menu span.separator:focus,
body .header_menu div.main_menu span.separator.active,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background: none;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

div.main_menu a.navbar-toggle {
  display: none;
}

div.main_menu div.dop_menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: 0px;
  background-color: white;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

div.main_menu div.dop_menu ul ul {
  top: 0;
  left: 100%;
}

div.main_menu div.dop_menu ul li a {
  width: 200px;
  padding: 14px 19px;
  border-bottom: 1px solid #f0f0f0;
  background-color: white;
  text-transform: none;
  color: #0080AF;
  font-weight: normal;
}

div.main_menu div.dop_menu ul li:last-child a {
  border-bottom: none;
}

div.main_menu div.dop_menu ul li a:hover,
div.main_menu div.dop_menu ul li a:focus,
div.main_menu div.dop_menu ul li a.active {
  background-color: #f5f5f5;
  color: #0080AF;
  text-decoration: underline;
}

/*Main Menu*/
.container-module .owl-carousel:hover .owl-buttons div {
  opacity: 1;
}

.container-module.carousel-mod .owl-carousel .owl-buttons .owl-prev {
  right: 58px;
  left: auto;
}

.container-module .owl-carousel .owl-buttons div i {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  float: none;
}

.owl-carousel .owl-buttons .btn-carousel-module {
  float: left;
  width: 27px;
  height: 27px;
  padding: 0;
  border: 0 none;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  /* background: #e3e3e3 none repeat scroll 0 0; */
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  font-size: 0;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.owl-carousel .owl-buttons .btn-carousel-module:hover,
.owl-carousel .owl-buttons .btn-carousel-module:active {
  border: 1px solid #0080AF;
  background: #0080AF none repeat scroll 0 0;
  color: #fff;
}

.container-module .owl-carousel .owl-buttons div {
  opacity: 1;
  top: -24px;
  right: 0;
}

.container-module .owl-carousel .owl-buttons div i {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
}

.container-module .owl-carousel .owl-buttons .owl-next {
  right: 25px;
}

.container-module .title-module,
.categorywall-container .title-module,
.buywith .buywith-title {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 0px;
  clear: both;
}

.container-module .title-module:before,
.categorywall-container .title-module:before,
.buywith .buywith-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  width: 100%;
  border-bottom: 2px solid #ccc;
}

.container-module .title-module:after,
.categorywall-container .title-module:after,
.buywith .buywith-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0%;
  width: 100px;
  border-bottom: 2px solid #0080AF;
}

.product-slider .owl-item .item {
  /* !!! position: relative;
    border: 1px solid #eee;
    background: #fff;
    width: 283px;
    height: 340px;
    margin-bottom: -1px;
    margin-right: -1px;
	overflow: visible; */
  margin-right: 15px;
}

.product-slider .product-thumb {
  /* !!!! text-align: center;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    padding: 8px 10px 1px;
    min-height: 101%; */
  margin-bottom: 0;
}

.product-slider .owl-wrapper-outer {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#column-left .product-slider .owl-item .item {
  width: calc(100% - 1px);
}

.container-module .title-module span,
.buywith .buywith-title span {
  position: relative;
  font-size: 20px;
  color: #0080AF;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
}

.btn-search-select {
  display: block;
  height: 42px;
  padding: 10.5px 5px 10.5px 8px;
  margin-right: -2px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

.input-group-btn.categories.open {
  z-index: 11;
}


header #search_word {
  font-size: 12px;
  color: #999;
}

header #search_word a {
  border-bottom: 1px dotted;
  cursor: pointer;
}

div#searchtop ul.dropdown-menu {
  z-index: 9999;
}

#search .dropdown-menu.autosearch {
  z-index: 6666 !important;
  left: 5px;
  right: 5px;
  width: 98%;
  margin-top: 0px;
  border-radius: 0 0 4px 4px;
  background: #fff none repeat scroll 0 0;
}

#search .dropdown-menu.autosearch li:nth-child(odd) {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  background: #f6f6f6;
}

#search .dropdown-menu.autosearch li:nth-child(even) {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #FFF;
}

#search .autosearch_link {
  cursor: pointer;
}

#search .dropdown-menu.autosearch a {
  border-radius: 0;
  white-space: normal;
}

#search .ajaxadvance {
  width: 100%;
  overflow: hidden;
}

#search .ajaxadvance .image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  margin-right: 10px;
}

#search .ajaxadvance .content {
  max-width: 300px;
}

#search .ajaxadvance .name {
  margin: 0;
  font-size: 14px;
}

#search .ajaxadvance .content>div {
  margin-top: 5px;
}

#search .price {
  margin: 0 0 5px;
  color: #444;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

#search .ajaxadvance .content>div {
  margin-top: 5px;
}

.price-old {
  margin-right: 10px;
  color: #999999;
  text-decoration: line-through;
  font-size: 16px;
}

#search .ajaxadvance .price-old {
  text-decoration: line-through;
}

.price-new {
  font-weight: 600;
  color: #E55B4C;
}

#search .ajaxadvance .highlight {
  color: #38b0e3;
}

.product-thumb .additional-img-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}

.product-thumb .main-img {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
}

.product-thumb:hover .additional-img-hover {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.product-thumb:hover .main-img {
  opacity: 0;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.product-price {
  display: table;
  overflow: hidden;
  padding: 0px;
  height: 60px;
  background: #fff;
}

.product-price .editproducts {
  display: none;
}

.product-price:first-child {
  border-radius: 4px 4px 0 0;
}

.product-price:last-child {
  border-radius: 0 0 4px 4px;
}

.product-price:nth-child(n+1) {
  border-top: solid 1px #ddd;
}

.product-price:last-child {
  border-bottom: solid 1px #ddd;
}

.product-price .product-thumb {
  display: table-row;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}

.product-price .product-thumb .caption {
  margin-bottom: 0px;
  padding: 0px;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}

.product-price:hover .btn-general {
  color: #fff;
  background-color: #f06262;
  border-color: #CA3030;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.product-price .product-thumb .caption .product-model {
  display: table-cell;
  min-width: 80px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  border-left: solid 1px #ddd;
}

.product-price .product-thumb .image .action-timer,
.product-price .product-thumb .caption .button-group .compare,
.product-price .product-thumb .caption .button-group .wishlist,
.product-price .product-thumb .caption .grid-quick-order,
.product-price .product-thumb .caption .product-description,
.product-price .product-thumb .caption .rating,
.product-price .product-thumb .image .stickers-ns,
.product-price .product-thumb .quickview {
  display: none !important;
}

.product-price .product-thumb .image {
  display: table-cell;
  vertical-align: middle;
  border-left: solid 1px #ddd;
  max-width: 60px;
  padding: 2px;
  width: 60px;
}

.product-price .product-thumb .image img {
  padding: 3px;
  max-width: 55px;
  width: 55px;
}

.product-price .product-thumb .caption .quantity_plus_minus,
.product-price .product-thumb .caption .price,
.product-price .product-thumb .caption .button-group,
.product-price .product-thumb .caption .option,
.product-price .product-thumb .caption .product-name,
.product-price .product-thumb .caption .h4,
.product-price .product-thumb .caption p.price,
.product-price .product-thumb .caption .product-name {
  display: table-cell;
  vertical-align: middle;
  border-left: solid 1px #ddd;
  height: 60px;
}

.product-price .product-thumb .caption .button-group .cart,
.product-price .product-thumb .caption .button-group .list-quick-order {
  display: inline-block;
  margin-right: 4px;
}

.product-price .btn-general-disabled {
  display: inline-block;
}

.product-price .product-thumb .caption .button-group .list-quick-order span {
  display: none;
}

.product-price .product-thumb .product-name {
  width: 100%;
  padding: 0 0 0 10px;
  min-width: 150px;
}

.product-price .product-thumb .product-name a {
  color: #333;
}

.product-price .product-thumb .option {
  min-width: 130px;
  text-align: left;
  width: 130px;
  padding: 2px;
}

.product-price .product-thumb .price {
  min-width: 100px;
  text-align: center;
  width: 1000px;
}

.product-price .product-thumb .price .price-old {
  margin-right: 0px;
  display: block;
}

.product-price .product-thumb .quantity_plus_minus {
  width: 110px;
  min-width: 110px;
  text-align: center;
  padding: 10px;
}

.product-price .product-thumb .quantity_plus_minus span {
  cursor: pointer;
}

.product-price .product-thumb .quantity_plus_minus .form-control {
  text-align: center;
}

.product-price .product-thumb>div:last-child {
  border-left: none;
  border-right: 1px solid #ddd;
}

.product-price .product-thumb .caption .button-group .cart span {
  display: none;
}

@media (max-width: 992px) {

  .product-price .product-thumb .product-model,
  .product-price .product-thumb .quantity_plus_minus,
  .product-price .product-thumb .image {
    display: none !important;
  }

  .product-price .product-thumb .price-view-price {
    min-width: 100px;
    width: 100px;
  }
}

#showmore {
  border-radius: 3px;
  color: #97d2ff;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 16px 1px;
  text-align: center;
  width: 100%;
  background-color: #d9edf7;
  border-color: #bce8f1;
  border-width: 1px;
  border-style: solid;
  color: #31708f;
}

.product-price .product-thumb .h4 {
  width: 70%;
  padding: 0 0 0 10px;
  min-width: 150px;
}

.product-price .timer-block {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  min-width: 150px;
  padding: 0 0 0 10px;
  border-left: solid 1px #ddd;
}

.product-price .product-thumb .price,
.product-price .timer-block {
  min-width: 100px;
  width: 1000px;
  text-align: center;
}

.product-price .timer_30.is-countdown {
  display: none;
}

.product-price .button-group button {
  display: inline-block;
  margin-right: 4px;
}

.product-price button.smch_call_button {
  font-size: 0;
}

.product-price button.smch_call_button .fa {
  font-size: 14px;
}

.product-price .button-group button span.hidden-xs.hidden-sm.hidden-md,
.product-price button.wishlist,
.product-price button.compare {
  display: none;
}

.category-page .product-price .catalogCard-extra,
.category-page .product-list .catalogCard-extra {
  display: none;
}

.category-page .product-price .attribute-cat,
.category-page .product-grid .attribute-cat {
  display: none;
}

.product-price table.table.table-bordered,
.product-price .options-category,
.product-price .product-thumb .caption p.desc,
.product-price .wishlist,
.product-price .compare {
  display: none;
}

.product-price .button-group {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  border-left: solid 1px #ddd;
}

.product-price .product-thumb>div>.button-group {
  min-width: 110px;
  width: 110px;
  padding: 0 0 0 10px;
  text-align: left;
}

.product-price .product-thumb .caption,
.product-price .product-thumb>div>.button-group {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.product-price .product-thumb>div>.button-group,
.product-price .product-thumb>div>.button-group .button-group {
  border-top: none;
  border-left: 1px solid #eee;
  background-color: transparent;
  overflow: auto;
}

.product-price button.smch_call_button {
  border-bottom: none;
}

.product-price .product-thumb>div>.button-group button {
  border-bottom: none;
}

.product-price:last-child {
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}

.product-price .product-thumb>div>.button-group .button-group {
  display: inline-block;
  width: 45% !important;
}

.product-price .product-thumb>div>.button-group>button {
  width: 45%;
}

.info-inline {
  margin-right: 15px;
  color: #0080AF;
  display: inline-block;
  font-size: 13px;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa {
  font-size: 14px;
}

.info-inline b {
  color: #222;
  font-weight: normal;
}

.info-inline {
  display: inline-block;
  margin-right: 15px;
  color: #0080AF;
  font-size: 13px;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 1.65em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  color: #fc0;
}

.rating .fa-stack {
  font-size: 8px;
}

.info-inline a {
  color: #0080AF;
}

.price {
  margin: 5px 0px;
  color: #444;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.price-old {
  margin-right: 10px;
  color: #999;
  text-decoration: line-through;
  font-size: 16px;
}

#product,
#product label {
  font-size: 14px;
}

#product label {
  padding-left: 0;
}

#product .price-old {
  font-weight: 400;
}

.price-new {
  font-weight: 600;
  color: #E55B4C;
}

#product .price-new {
  text-align: left;
  font-size: 20px;
}

#product .price {
  text-align: left;
  font-size: 22px;
}

#product .attribute_group {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#product .attribute:not(:last-child) {
  padding-right: 20px;
}

#product .attribute .text {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
}

#product h2 {
  margin-top: 0;
}

#product .form-group {
  margin-bottom: 0;
  padding: 10px 35px;
}

#product .form-group:nth-child(2n+2) {
  background-color: #f6f6f6;
}

#product .form-group .checkbox {
  display: inline-block;
  margin-top: 0;
}

.product-thumb .review_plus,
#review-quickview .review_plus,
#review-quickview .review_minus,
.product-thumb .review_minus,
#review .review_plus,
#review .review_minus,
.last-shop-ratings .review_minus {
  padding: 5px;
}

.product-thumb .review_plus span,
#review-quickview .review_plus span,
#review .review_plus span,
.last-shop-ratings .review_plus span {
  color: #1ab90a;
  padding-right: 5px;
}

.product-thumb .admin_reply,
#review-quickview .admin_reply,
#review .admin_reply,
.last-shop-ratings .admin_reply {
  margin-left: 25px;
  padding: 5px;
}

.product-thumb .admin_reply span,
#review-quickview .admin_reply span,
#review .admin_reply span,
.last-shop-ratings .admin_reply span {
  color: #2b8cdb;
}

.product-thumb .review_minus span,
#review-quickview .review_minus span,
#review .review_minus span,
.last-shop-ratings .review_minus span {
  padding-right: 5px;
  color: #f06262;
}

#review-quickview .purchased,
#review .purchased,
.last-shop-ratings .purchased {
  padding-left: 10px;
  color: #1ab90a;
}

.rating .fa-star {
  color: #FC0;
  font-size: 13px;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 1.65em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  color: #fc0;
}

.rating .fa-stack {
  font-size: 8px;
}

/* filter */
.mfilter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mfilter-box .mfilter-content {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mfilter-box.mfilter-content_top .mfilter-content>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mfilter-box.mfilter-content_top .mfilter-content>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.mfilter-box.mfilter-content_top .mfilter-content>ul>li .mfilter-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
}

.mfilter-box.mfilter-content_top .mfilter-content>ul>li .mfilter-heading-text {
  margin-left: 0;
}

.mfilter-box.mfilter-content_top .mfilter-content>ul>li .mfilter-heading-text>span {
  padding-left: 0;
}

.mfilter-box.mfilter-content_top .mfilter-content>ul>li .mfilter-content-opts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

.mfilter-box .mfilter-tb {
  display: block;
}

.mfilter-box .mfilter-tb-as-tr {
  display: inline-block;
  padding-right: 5px;
}

.mfilter-box .mfilter-heading {
  background: none;
}

.mfilter-opts-container {
  border-top: none !important;
}


.box-heading {
  padding: 10px 14px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  color: #0080AF;
}

.mod-solutions {
  margin-left: -15px;
  margin-right: -15px;
  min-height: 438px;
  background-color: #12151E;
  background-image: url(/image/backgrounds/solutions-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-solutions__title {
  max-width: 430px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2.939px 4.045px 2.5px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}

.mod-solutions__container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-solutions__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 209px;
  max-width: 50%;
  /* height: 207px; */
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-size: contain;
}

.mod-solutions__item::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.mod-solutions__item-caption {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.mod-solutions__item_1 {
  background-image: url(/image/content/solutions_1.png);
}

.mod-solutions__item_2 {
  background-image: url(/image/content/solutions_2.png);
}

.mod-solutions__item_3 {
  background-image: url(/image/content/solutions_3.png);
}

.mod-solutions__item_4 {
  background-image: url(/image/content/solutions_4.png);
}

.mod-order {
  min-height: 795px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 60px 60px;
}

.mod-order__title {
  margin-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  color: #0080AF;
}

.mod-order__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-order__item {
  position: relative;
  margin: 0 20px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 352px;
  flex: 0 1 352px;
}

.mod-order__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
}

.mod-order__item_1::before {
  background-image: url(/image/content/order_1.png);
}

.mod-order__item_2::before {
  background-image: url(/image/content/order_2.png);
}

.mod-order__item_3::before {
  background-image: url(/image/content/order_3.png);
}

.mod-order__item_4::before {
  background-image: url(/image/content/order_4.png);
}

.mod-order__item_5::before {
  background-image: url(/image/content/order_5.png);
}

.mod-order__item_6::before {
  background-image: url(/image/content/order_6.png);
}

.mod-order__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
  padding-left: 168px;
  border-bottom: 1px solid #fff;
  font-size: 24px;
}

.mod-order__item-content {
  border-top: 1px solid #D5D5D5;
  padding: 20px 1px;
}

.mod-order__item_1 {
  background-position: 0 0;
}

.mod-order__item_2 {
  background-position: -450px 0;
}

.mod-order__item_3 {
  background-position: -925px 0;
}

.mod-order__item_4 {
  background-position: -1405px 0;
}

.mod-order__item_5 {
  background-position: -446px -315px;
}

.mod-order__item_6 {
  background-position: -932px -315px;
}

.mod-order .owl-carousel {
  background: none;
}

.mod-order .owl-wrapper-outer {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slick-dots li button {
  width: 15px !important;
  height: 15px !important;
}

.slick-dots li button:before {
  content: " " !important;
  width: 15px !important;
  height: 15px !important;
  background: #fff;
  border-radius: 20px;
  opacity: 1 !important;
  border: 1px solid #dadada;
  -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 0.5);
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 0.5);
}

.slick-dots li.slick-active button:before {
  background: #0080AF;
  border-color: #0080AF;
}

.last-shop-ratings .slick-dots li.slick-active button:before {
  background: #F6E069;
  border-color: #F6E069;
}


/* Отзывы */
.main .last-shop-ratings {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.last-shop-ratings-container {
  padding-left: 15px;
  padding-right: 15px;
}

.main .last-shop-ratings .h4 {
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  color: #0080AF;
}

.main .last-shop-ratings.horizontal .block_header {
  border-bottom: none;
  padding: 0;
}

.main .last-shop-ratings.horizontal .block_content {
  padding-top: 0;
}

.main .last-shop-ratings.horizontal .block_content_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-left: -75px;
  margin-right: -75px;
}

.main .last-shop-ratings.horizontal .last-rating-item {
  border: none;
  margin: 0;
  padding-left: 75px;
  padding-right: 75px;
  outline: none;
  min-height: 180px;
}

.main .last-shop-ratings.horizontal .last-rating-item:nth-child(odd) {
  border-right: 2px solid #ececec;
}

.main .last-shop-ratings.horizontal .last-rating-item:nth-child(n+3) .last-rating-item-header {
  border-top: 2px solid #ececec;
}

.main .last-shop-ratings.horizontal .last-rating-item-header {
  padding: 38px 0 10px;
  text-align: left;
}

.main .last-shop-ratings.horizontal .last-rating-item-comment {
  padding-left: 0;
  padding-right: 0;
}


.main .rating_btn.add_rating-button,
a.load_more {
  background: #F6E06A;
  border: none;
  border-bottom: 3px solid #DDBF5C;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}


#form-builder-330 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 405px;
  padding: 50px 75px;
  background: no-repeat center fixed url(/image/backgrounds/form-bg.jpg);
}

#form-builder-330 .box-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 2 650px;
  flex: 0 2 650px;
  padding: 0;
}

#form-builder-330 .box-heading h3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2.939px 4.045px 2.5px rgba(0, 0, 0, 0.75);
}

#form-builder-330 .pre-text {
  text-transform: initial;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  color: #fff;
}

#form-builder-330 .box-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 700px;
  flex: 0 1 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

#form-builder-330 .field-block {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 15px;
}

#form-builder-330 .field-block .h4 {
  display: none;
}

#form-builder-330 .field-block input,
#form-builder-330 .field-block textarea {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #B4B1B1;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.6);
}

#form-builder-330 .field-block input:hover,
#form-builder-330 .field-block input:focus,
#form-builder-330 .field-block textarea:hover,
#form-builder-330 .field-block textarea:focus {
  background: #000;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#form-builder-330 .button {
  margin-top: 5px;
  padding: 0 45px;
  line-height: 65px;
  border-bottom: 3px solid #005F82;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fefefe;
}

#form-builder-330 .field-block-agree {
  color: #fff;
}

#form-builder-330 .field-block-agree.field-block {
  width: 100%;
}

#form-builder-330 .field-block-agree a {
  color: inherit;
  text-decoration: underline;
}

ul.navcategory {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style: none;
}

.container-accordion-menu .parent-category a {
  font-size: 14px;
}

.container-accordion-menu .parent-link {
  display: block;
  margin-bottom: -1px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.container-accordion-menu .parent-category .parent-link:hover:after,
.container-accordion-menu .parent-category .parent-link.hover:after {
  content: "";
  position: absolute;
  right: -0px;
  top: 0;
  width: 10px;
  height: 100%;
  background: #fff;
  z-index: 1009;
}

.container-accordion-menu .parent-category.no-child .parent-link:hover:after,
.container-accordion-menu .parent-category.no-child .parent-link.hover:after {
  position: relative;
}

.container-accordion-menu .parent-link:hover,
.container-accordion-menu .parent-link.hover {
  background: #f5f5f5;
}

.container-accordion-menu .parent-link {
  position: relative;
}

.container-accordion-menu .parent-category.active>a,
.container-accordion-menu .active>.sub-category-link {
  background: #f5f5f5;
  color: #0080AF;
}

.container-accordion-menu .parent-link:hover,
.container-accordion-menu .parent-link:hover .arrow,
.container-accordion-menu .parent-link.hover,
.container-accordion-menu .parent-link.hover .arrow {
  color: #0080AF;
}

.container-accordion-menu .dropdown_icon1 .arrow {
  float: right;
  color: #0080AF;
  font-size: 18px;
  line-height: 20px;
}

.container-accordion-menu .parent-link:hover .arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.container-accordion-menu .parent-link.hover .arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-menu-category {
  position: absolute;
  z-index: 1008;
  top: 0;
  left: 100%;
  display: none;
  width: 100%;
  min-height: 100%;
  margin-left: -3px;
  margin-top: -1px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.container-accordion-menu .navcategory>li:hover>.dropdown-menu-category {
  top: 0;
  display: block;
  border-color: #dddddd;
  opacity: 1;
}

.container-accordion-menu .child-box-cell:first-child {
  border-top: 0px solid transparent;
}

.container-accordion-menu .child-box-cell {
  border-top: 1px solid #ddd;
}

.container-accordion-menu .sub-category-link {
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 10px 15px 10px;
  position: relative;
  white-space: normal;
  color: #333;
}

.container-accordion-menu .child-box-cell.child_children .sub-category-link:hover:after,
.container-accordion-menu .child-box-cell.child_children .sub-category-link.hover:after {
  content: "";
  position: absolute;
  z-index: 1009;
  right: -10px;
  top: 0;
  width: 20px;
  height: 100%;
  background: #fff;
}

.container-accordion-menu .child-box-cell.child_children .sub-category-link:hover,
.container-accordion-menu .child-box-cell.child_children .sub-category-link.hover {
  background: #f5f5f5;
}

.container-accordion-menu .sub-category-link:hover,
.container-accordion-menu .sub-category-link:hover .arrow {
  color: #0080AF;
}

.container-accordion-menu .sub-category-link.hover,
.container-accordion-menu .sub-category-link.hover .arrow {
  color: #0080AF;
}

.container-accordion-menu .sub-category-link:hover .arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.container-accordion-menu .sub-category-link.hover .arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.parent-category {
  position: relative;
  width: 100%;
  margin: -1px 0 0 0;
  padding: 0;
  border-color: #ddd;
  border-radius: 0px 0px 4px 4px;
}

.container-accordion-menu .sub-category-link.arrow {
  float: right;
  color: #aaa;
  font-size: 18px;
  line-height: 20px;
}

.container-accordion-menu .child2-box {
  position: absolute;
  z-index: 1008;
  top: 0;
  left: 100%;
  display: none;
  width: 100%;
  min-height: 100%;
  margin-top: -1px;
  margin-left: -5px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.container-accordion-menu .child-box-cell.child_children:hover .child2-box {
  display: block;
}

.container-accordion-menu .child_children_link a {
  display: block;
  padding: 11px 15px 10px;
  border-top: 1px solid #eee;
  line-height: 1.42857143;
  color: #333;
}

.container-accordion-menu .child_children_link.active a {
  background: #f5f5f5;
  color: #0080AF;
}

.container-accordion-menu .child_children_link>a:hover {
  background: #f5f5f5;
  color: #0080AF;
}

.last-shop-ratings.horizontal .product {
  text-align: center;
}

.last-shop-ratings.tocategory {
  text-align: center !important;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ! catalog hover overlay */
body::before {
  content: "";
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.35);
}

body.hover-layer::before {
  display: block;
}

.container-accordion-menu {
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  -o-transition: box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s;
}

body.hover-layer .container-accordion-menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
}

.container-accordion-menu {
  position: relative;
  z-index: 11;
}

/* catalog hover overlay ! */
/* ! owl */
.owl-item img {
  margin: auto;
}

body .owl-controls .owl-page span {
  background-color: #008bbe;
  border: 2px solid #0080AF;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body .owl-controls .owl-page.active span,
body .owl-controls .owl-page:hover span {
  background-color: #0080AF;
}

/* owl ! */
/* ! product */
.product-tabs.nav-tabs {
  border-bottom: none;
}

.product-tabs li a {
  margin-right: 20px;
  margin-bottom: 15px;
  border: none;
  border-radius: 3px;
  background-color: #0080AF;
  opacity: .8;
  color: white;
  font-size: 14px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.product-tabs li a:hover {
  opacity: 1;
  border: none;
  background-color: #0080AF;
  color: white;
}

.nav-tabs>li.active>a::after,
.nav-tabs>li.active>a:focus::after,
.nav-tabs>li.active>a:hover::after,
.product-tabs li a:hover::after {
  content: "";
  position: absolute;
  left: calc(50% - 8px);
  bottom: -16px;
  border: 8px solid transparent;
  border-top: 8px solid #0080AF;
}

.rb-tl {
  top: 10px !important;
  left: 25px !important;
}

.product-thumb .rb-tl {
  top: 0 !important;
  left: 0 !important;
}

.share-block {
  margin-top: 15px;
}

.share-block__label {
  font-size: 14px;
  line-height: 2;
}

#tab-specification .table>thead>tr:first-child>td {
  border-bottom: 2px solid #ddd;
}

.tags {
  margin-top: 100px;
  margin-bottom: 25px;
  color: #000;
}

.tags .btn {
  padding: 6px 10px;
  background: #fff;
  border-color: #CCCCCC;
  color: #000;
  font-size: 12px;
}

.tags .btn:hover {
  background-color: #EBEBEB;
}

#tab-description {
  text-align: justify;
  font-size: 14px;
}

/* product ! */
/* ! category */
.pagination>li>a,
.pagination>li>span {
  color: #0080AF;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #0080AF;
  border-color: #0080AF;
}

/* category ! */
/* ! footer */
.art_web_copyright {
  position: relative;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.art_web_copyright:hover .image {
  opacity: 1;
}

.art_web_copyright .text {
  height: 30px;
  text-align: right;
}

.art_web_copyright a {
  display: block;
  color: inherit;
  font-size: 12px;
  line-height: 15px;
}

.art_web_copyright .image {
  height: 70px;
  margin-left: 10px;
  text-align: center;
  opacity: 0.6;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.art_web_copyright .image img,
.art_web_copyright .image svg {
  width: 60px;
  height: 100%;
  margin: 0;
}

.art_web_copyright .image img #Wblack,
.art_web_copyright .image img #art-web,
.art_web_copyright .image svg #Wblack,
.art_web_copyright .image svg #art-web {
  fill: #000;
}

/*  footer ! */
/*  footer ! */
/* Корзина */
.simplecheckout-left-column>div,
.simplecheckout-right-column>div,
div#simplecheckout_comment {
  border: 2px solid #e4e4e4;
}

.cart-info .row:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

/* Корзина */
/* !Статьи */
.category-news-description p {
  text-align: justify;
}

.news-item p {
  text-align: justify;
}

body.newsblog-article #content p {
  text-align: justify;
}

/* Статьи! */
/* !Поделиться */
.ya-share2__container_size_m .ya-share2__icon {
  width: 48px !important;
  height: 48px !important;
}


.fancybox-slide--html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox-slide--html .fancybox-content {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.fancybox-navigation .fancybox-button {
  width: 56px;
  height: 160px;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0;
}


.fancybox-navigation .fancybox-button div {
  padding: 0;
}

.fancybox-button {
  background: #005F82;
}

.fancybox-slide--html .fancybox-close-small {
  width: 56px;
  height: 56px;
  background: #f00;
  color: #fff;
}


.price-style {
  font-size: 42px;
  line-height: 1.1;
  font-weight: bold;
  color: #000;
}


.product-card__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 42px;
  margin-top: 0;
  line-height: 1.1;
}

.button-cart {
  background: #F6DA68;
  border: none;
  /* border-bottom: 3px solid #DDBF5C; */
  -webkit-box-shadow: inset 0 -3px #DDBF5C;
  box-shadow: inset 0 -3px #DDBF5C;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 20px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.button-cart:hover {
  background-color: #DDBF5C !important;
  border: none;
  color: #000;
}


.slick-slide,
.thumbnails *,
.product-card__thumbnail,
.product-card__thumbnail * {
  outline: none !important;
}


.product-card__thumbnail {
  display: block;
}

.slick-slide .product-card__thumbnail {
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}

.slick-slide .product-card__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__thumbnails {
  padding-left: 0;
}

.slick-slide .product-card__thumbnail img {
  width: 100%;
}

.product-card__thumbnails_nav {
  padding-left: 0;
}

.product-card__thumbnails_nav .product-card__thumbnail {
  margin: 5px;
}

.product-card__thumbnails_nav .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.product-card #product input {
  display: none;
}

.product-card .form-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .product-card .form-group > * {
  width: 50%;
} */
aside#column-left div#mfilter-box-1 {
  display: block;
}

aside#column-left .box-heading {
  font-size: 14px;
}

aside#column-left .mfilter-box .mfilter-content {
  display: block;
}

/* Поделиться! */


/* СЕО каталог */

.nameseo {
  background-color: #ececec;
  padding: 20px 20px 10px;
  text-transform: uppercase;
  font-weight: bold;
}



.mfseo__item {
  float: left;
  -webkit-box-flex: calc(100% / 10);
  -ms-flex: calc(100% / 10);
  flex: calc(100% / 10);
  padding: 5px;
  min-width: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mfseo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mfseo__item:nth-child(2),
.mfseo__item:nth-child(3),
.mfseo__item:nth-child(5) {
  width: 210px;
}

.mfseo__item:nth-child(2) ul li,
.mfseo__item:nth-child(3) ul li,
.mfseo__item:nth-child(5) ul li {
  width: 100%;
}

.mfseo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  height: 100%;
  padding: 16px 0;
  background-color: #fff;
  border: 2px solid #ececec;
}

.mfseo ul li {
  padding: 4px 20px;
  list-style: none;
  line-height: 1.2;
}

.mfseo a {
  font-size: 14px;
  color: #000;
  display: block;
}

.mfseo a::first-letter {
  text-transform: uppercase;
}

/* Адаптив */
@media (max-width: 1400px) {}

@media (max-width: 1199px) {
  #top-links .fa {
    font-size: 20px;
  }

  .advantages-block__item_img {
    margin-left: 200px;
  }


  .mod-order {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mod-order__container {
    display: block;
  }

  .mod-order__item {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 280px;
    margin-left: 0;
    outline: none;
  }

  .mod-order__item::before {
    position: static;
    width: 100%;
  }

  .mod-order__item-title {
    padding-left: 0;
    font-size: 24px;
  }

  .mod-order {
    min-height: unset;
  }


  .main .last-shop-ratings.horizontal .last-rating-item {
    padding: 0;
  }

  .main .last-shop-ratings.horizontal .last-rating-item:nth-child(n+3) .last-rating-item-header {
    border-top: none;
  }

  .main .last-shop-ratings.horizontal .block_content_wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .main .last-shop-ratings .h4 {
    margin-bottom: 0;
  }

  .main .rating_btn.add_rating-button {
    display: block;
    margin: 40px auto 0;
  }

  .main .last-shop-ratings.horizontal .last-rating-item:nth-child(odd) {
    border-right: none;
  }

}



.calc-row-wrap {
  padding: 20px 35px;
}

.totals .totalprice {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
}

.totals label {
  color: #000;
}

.totals>.row>div {
  padding: 0 15px;
}

.calc {
  margin-left: -15px;
  margin-right: -15px;
}

.calc .names h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.rozms {
  background: #f6f6f6;
  margin: 30px 0 0;
}

.rozms h3 {
  font-weight: bold;
  text-transform: uppercase;
}

.rozms .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0
}


.form-group.storona {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-group.storona label {
  width: 60px;
  margin-right: 10px;
}

span.sm {
  position: relative;
  left: -20px;
  z-index: 99;
}

.col-md-2 .form-group.storona label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 5px;
}

.mimgs img {
  width: 200px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.options {
  background: #fbfbfb;
}

.options h3 {
  font-weight: bold;
  text-transform: uppercase;
  float: left;
}

.info img {
  width: 100%;
  border-radius: 10px;
  max-width: 180px;
}

.heads select {
  float: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 20px;
  margin-top: 15px;
}

.form-group.storona input::-webkit-outer-spin-button,
.form-group.storona input::-webkit-inner-spin-button {

  margin-right: 20px;
}

.form-group.storona input {
  width: 95px;
  text-align: center;
  font-weight: bold;
}

@-moz-document url-prefix() {
  .form-group.storona input {
    padding-right: 22px;
  }
}

.options .info {
  clear: both;
  padding-top: 10px;
}

/* .options .descr {
  max-height: 180px;
  overflow: auto;
} */

img.rowright {
  margin-top: 70px;
}

.products {
  height: 300px;
  max-height: 300px;
  overflow: auto;

}

.products>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.dopsparam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}

.row.dopsparam .second {
  background: #f5f5f5;
}

.row.dopsparam .heads {
  margin: 10px 0;
  text-transform: uppercase;
}

.hinfo.row label.col-md-4 {
  padding: 0;
  margin-top: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hinfo.row input.form-control {
  width: 85px;
  text-align: center;
  font-weight: bold;
}

button.rating_btn.add_rating-button {
  background: #F6E06A;
  border: none;
  border-bottom: 3px solid #DDBF5C;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  padding: 6px 12px;
}

.imgs a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/70px 70px url(/image/icons/zoom-in.svg);
  opacity: 0;
  -webkit-transition: background-color 0.1s ease-in-out, background-size 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, background-size 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, background-size 0.1s ease-in-out;
}

.imgs:hover a::before {
  opacity: 1;
  background-color: rgba(0, 128, 175, 0.4);
  background-size: 83px 83px;
}

.imgs {
  position: relative;
}

button.Vibrat {
  position: absolute;
  z-index: 999;
  /* top: -32px; */
  width: 90%;
  text-transform: lowercase;
  display: none;
  margin: 10px;
  margin-top: -30px;
}

.products .product:hover button.Vibrat {
  display: block;
}

.hinfo.row {
  margin-bottom: 10px;
}

.row.dopsparam>div {
  padding-bottom: 20px;
}

.products .names {
  font-size: 12px;
}

.info .prices,
.paramsvse .prices {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

.products .product {
  text-align: center;
  float: left;
  width: 180px;
  min-height: 240px;
  position: relative;
  margin: 9px;
}

.product.active img {
  width: 100%;
}

.stolesh.options,
.ruchkis.options {
  background: #f5f5f5;
}

.products .product.active {
  border: 2px solid #0080af;
}

.imgparams {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.product_calc {
  margin: 0;
}

.product_calc .col-md-4 .form-group.storona label,
.product_calc .imgparams .form-group.storona label {
  display: none;
}

.zakrugs>div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.product_calc .form-group.storona label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 10px;
  min-width: 60px;
  max-width: 85px;
  text-align: left;
}

.paramsvse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
}

.paramsvse button {
  margin-left: 30px;
}

.imgparams {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.col-md-9.paramsCC .row {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_calc .rozms .col-md-2 {
  padding: 0;
}

.product_calc .products {
  margin-top: 10px;
  border-top: 2px solid #ccc;
  padding-top: 10px;
}

.product_sel {
  text-align: center;
}

#texts {
  max-width: 1170px;
}

.texts-product {
  border-top: 5px solid #f5f5f5;
}

.proschet h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  color: #ccc;
}

.params>.row {
  margin-left: 0;
  margin-right: 0;
}

.params>.row>div {
  border-bottom: 1px dotted #ccc;
  padding: 2px 0;
}

.params>.row {
  margin-bottom: 10px;
}

.btn-order-caption {
  margin-top: 10px;
}

.calccalc div#SendModal .form-group * {
  width: 100%;
}

div#SendModal form label {
  display: block;
}

div#SendModal .form-group {
  display: block;
}

.paramsUrl {
  position: absolute;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  z-index: 99;
}

.form-group.korpus label h3 {
  font-weight: bold;
  text-transform: uppercase;
}

div#korpus_price {
  font-weight: BOLD;
  font-size: 18px;
}

.form-group.second {
  background: #f5f5f5;
}

.paramsUrl>a {
  font-size: 12px;
  padding: 10px 14px;
  text-transform: inherit;
  margin: 5px;
}

.paramsUrl {
  position: relative;
  left: 98%;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

div#SstoronaB {
  width: 200px;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  /* align-items: center; */
  color: #fff;
  font-weight: bold;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  bottom: -30px;
}

.scures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  -ms-flex-line-pack: end;
  align-content: flex-end;
  /* align-items: center; */
  position: relative;
  margin-bottom: 50px;
}

.scures>div {
  background: #cfcfcf;
}

.scures>div.active {
  background: #494949;
}

div#Sostrov {
  width: 100px;
  height: 30px;
  margin: 0 20px;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  /* position: absolute; */
  /* bottom: -30px; */
  text-transform: uppercase;
}

div#SstoronaC {
  width: 30px;
  height: 60px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;

  color: #fff;
  font-weight: bold;

}

div#SstoronaA {
  width: 30px;
  height: 60px;

  text-align: center;
  vertical-align: middle;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  /* align-items: center; */
  color: #fff;
  font-weight: bold;
}

.popover {
  max-width: 400px;
  min-width: 400px;
}

span.popovers {
  -webkit-text-decoration: dotted;
  text-decoration: dotted;
  border-bottom: 1px dotted;
  color: #0080af;
  cursor: pointer;
}

.popover h3 {
  max-width: 100%;
  min-width: 100%;
}

button.btn.btn-info.pull-left.disabled {
  background-color: #7b7b7b;
}

.catparams {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 100%;
  left: 0;
}

ul.list-group.paramsKuh .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

ul.list-group.paramsKuh li.list-group-item:nth-child(2n+1) {
  background: #e6e6e6;
}

.product-thumb:hover .catparams {
  display: block;
  -webkit-box-shadow: 0px 2px 3px #000;
  box-shadow: 0px 2px 3px #000;
}

.product-thumb:hover {
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
}

ul.list-group.paramsKuh .list-group-item {
  border: none;
}

ul.list-group.paramsKuh {
  margin-bottom: 0;
}

.mfseo-wrapper {

  height: 200px;
  padding: 10px;
  border: 2px solid #ececec;
  overflow: hidden;
  margin: 15px;
  position: relative;
}

.mfseo-wrapper.active {
  height: auto;
}

.mfseo-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* pointer-events: none; */

  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);

  background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));

  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
}

.mfseo-wrapper.active::after {
  display: none;
}

.mfseo .mfseo__open-trigger {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 2;
  color: #0080af;
  font-weight: bold;
  text-transform: uppercase;
}

.mfseo-wrapper.active .mfseo__open-trigger {
  display: none;
}

.custom-cat {
  margin: 35px 0;
}

.custom-cat .site-h3,
.custom-cat .site-h2 {
  margin-left: 5px;
}

.site-h2 {
  font-size: 34px;
  color: #a7a7a7;
  font-weight: 700;
  margin: 0 0 30px;
}

.custom-cat__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.site-h3 {
  font-size: 24px;
  color: #0080af;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.custom-cat__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-cat__block.custom-cat__block_forma {
  -webkit-box-flex: 52%;
  -ms-flex: 52%;
  flex: 52%;
}

.custom-cat__block.custom-cat__block_style {
  -webkit-box-flex: 48%;
  -ms-flex: 48%;
  flex: 48%;
}

.custom-cat__item {
  width: 204px;
  height: 204px;
  position: relative;
  margin: 5px;
  overflow: hidden;
}

.custom-cat__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(0, 128, 175, 0.7);
  opacity: 0;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.custom-cat__item:hover::after {
  opacity: 1;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.custom-cat__text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
}

.custom-cat__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(90%);
  filter: brightness(90%)
}

.custom-cat__block_pens {
  -webkit-box-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
}

.custom-cat__block_peculiarities {
  -webkit-box-flex: 67%;
  -ms-flex: 67%;
  flex: 67%;
}

#custom-cat-menu {
  overflow: auto;
  height: 100vh;
  z-index: 600000;
  width: 100%;
  height: 100%;
  background: #03283de0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  top: -100%;
  padding: 0 18px;
}

#custom-cat-menu.active {
  top: 0;
}

.mob-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 65px;
  position: relative;
  z-index: 2;
}

.mob-cat__item {
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  padding: 9px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.mob-cat__item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.mob-cat-name {
  color: #b3fffb;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.mob-cat__item .list-unstyled a {
  color: #fff;
  font-size: 15px;
  margin-bottom: 9px;
  display: block;
}

.mob-cat__item .list-unstyled a::first-letter {
  text-transform: uppercase;

}

.mob-cat__item .list-unstyled a.active {
  text-decoration: underline;
  color: #b3fffb;
}

.mob-cat__item .list-unstyled a:hover {
  color: #fff;
  text-decoration: underline;
}

.mob-cat-close {
  display: none;
  position: fixed;
  top: 0;
  left: 25px;
  font-size: 90px;
  line-height: 1;
  color: #fff;
  z-index: 95;
  cursor: pointer;
}

.active .mob-cat-close {
  display: block;
}

.mob-cat-trigger.mob-cat-trigger-mobail,
body .nav .mob-cat-trigger a {
  display: inline-block;
  text-transform: uppercase;
  background: #0080af;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 6px;
}

.mob-cat-trigger.mob-cat-trigger-mobail:hover,
body .nav .mob-cat-trigger a:hover {
  background: #016e96 !important;
  text-decoration: none !important;

}

.mfilter-column_left .box-heading {
  display: none;
}


.category-description {
  font-size: 14px;
}

.table-cat-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 0;
}

.table-cat-wrapper {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding: 10px;

}

.table-cat-block {
  width: 100%;
  overflow: auto;
}

.table-cat {
  width: 100%;
}

.table-cat-wrapper>p {
  margin-bottom: 30px;
}

.table-cat {
  border: 2px solid #b4b4b4;
}

.table-cat tr:nth-child(2n) {
  background: #f2f2f2;
}

.table-cat td {
  border: 1px solid #b6b6b6;
  height: 65px;
  padding: 6px;
  vertical-align: middle;
  text-align: center;
}

.table-cat td .df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-cat td .df span:first-child {
  min-width: 50px;
}

.table-cat td a {
  color: #000;
}

.table-cat td:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.table-cat td img {
  margin: 5px 10px 5px 0;
}

.product-thumb .artikul {
  margin-bottom: 5px;
}

.products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tooltip-inner {
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 10px;
  border: 2px solid #ff0000;

}

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

.tooltip.top .tooltip-arrow {
  border-top-color: #ff0000;
  border-width: 12px 11px 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

/* .tooltip.top::before{
  content: "";
  display: block;
  margin-left: -5px;
  position: absolute;
  border-top-color: #fff;
  border-color: #000;
  border: 10px solid transparent;
  border-top: 12px solid #fff;
  top: 89%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0%);
} */
.product-card .rozms h3 {
  margin-top: 0;
}


.options__img-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.options__img-desc {
  padding-left: 10px;
}

.options__img-desc .descr {
  padding-top: 10px;
}

.options .info {
  margin-bottom: 20px;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.info .price {
  text-align: left;
}

.info [class^="info"]>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.penals .info>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.latest>h3 {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.container-modul.featured {
  margin-bottom: 50px;
}

.form-top__body .panel.panel-default {
  padding: 0;
  margin: 0;
}

.product-bottom .price-wrap button {
  background: transparent;
  border: none;
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
  padding: 6px 12px;
}

.product-bottom .price-wrap button i {
  color: #999;
  font-size: 20px;
}

.product-bottom .price-wrap button:hover i,
.product-bottom .price-wrap button:active i,
.product-bottom .price-wrap button:focus i {
  color: #0080af;
  -webkit-transition: .15s linear;
  -o-transition: .15s linear;
  transition: .15s linear;
}

#time-alert {
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 9999;
}

.right-fixed {
  position: fixed;
  float: right;
  right: -2px;
  top: 20%;
  z-index: 100;
}

.right-fixed .right-fixed__item {
  margin-bottom: 4px;
  width: 47px;
  height: 47px;
  /* display: -webkit-box;
  display: -ms-flexbox; */
  /* display: flex; */
  position: relative;
}

.right-fixed .right-fixed__call a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #05b773;
  padding: 8px;
}

.right-fixed .total {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: #ff0000;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.right-fixed .right-fixed__call img {
  max-width: 100%;
}

.right-fixed div>a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px 0 0 6px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.right-fixed div>a:hover {
  text-decoration: none;
  background: #016e96;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.right-fixed .right-fixed__call>a:hover {
  background: #04925c;
}

.right-fixed .blue a {
  background: #0080af;
}

.right-fixed .blue i {
  color: #fff;
}

.mfilter-heading-text>span {
  text-transform: uppercase;
  font-weight: bold;
}

body .mfilter-tb-as-td {
  border: none;
}

.mfilter-box-1 .mfilter-counter {
  font-size: 11px;
}

.mfilter-option>label {
  font-size: 14px;
}

div.mfilter-heading-content {
  padding: 15px 0 0;
}

.mfilter-filter-item div.mfilter-options {
  padding: 0;
}

label.mfilter-tb-as-td {
  padding: 3px 0;
}

body .mfilter-box-1 .mfilter-counter::after {
  display: none;
}

body .mfilter-box-1 .mfilter-counter {
  background: transparent;
  color: #999;
  padding: 0;
  margin: 0;
}

.mfilter-option .mfilter-tb-as-td {
  padding: 3px 0 3px 5px;
  line-height: 1;
}

.mfilter-option .mfilter-tb-as-td.mfilter-col-count {
  padding-left: 3px;
}

body .mfilter-box .mfilter-counter.mfilter-close {
  width: 12px;
}

.caption-overtitle {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
}

.d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-publick-info span {
  display: inline-block;
  color: #000;
  font-size: 14px;
}

.footer-publick-info {
  background: #dfdede;
  text-align: left;
  padding: 8px 20px;

}

.prodviewed {
  background: #dfdede;
  padding: 25px 35px;
  margin: 0 -15px;
}

.prodviewed h3 {
  margin: 0;
  padding: 0 0 40px;
  text-transform: uppercase;
}

.prodviewed .catparams {
  position: static;
  display: block;
}

div.owl-carousel {
  background: transparent;
}

.prodviewed .list-group-item {
  padding: 4px 15px;
}

.prodviewed .catparams .list-group-item .row>div {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.owl-carousel .owl-wrapper-outer {
  padding: 0 0 15px;
}

.prodviewed .product-layout.item {
  margin-bottom: 0;
  padding: 0;
}

.prodviewed .catparams .list-group-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prodviewed .catparams .list-group-item .row::after,
.prodviewed .catparams .list-group-item .row::before {
  display: none;
}

.prodviewed div.owl-carousel {
  margin: 0;
}

body .container-module .owl-carousel .owl-buttons div {
  top: -20px;
}

body .container-module .owl-carousel .owl-buttons .owl-next {
  right: 15px;
}

.no-main-header-box {
  width: 100%;
  padding-bottom: 35px;
}

.no-main-header-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.no-main-header-box .advantages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding-left: 15px;
  -webkit-box-flex: 43%;
  -ms-flex: 43%;
  flex: 43%;
  max-width: 100%;
}

.no-main-header-box .advantages-block__calc-item:last-child {
  margin-left: 50px;
}

.no-main-header-box .header-title .h1 {
  max-width: 650px;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.no-main-header-box .header-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 57%;
  -ms-flex: 57%;
  flex: 57%;
  max-width: 100%;
}

.no-main-header-box .header-title {
  margin-right: 60px;
}

.no-main-header-box .advantages-block__calcs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
}


/* accordion */
.faq-accord {
  margin: 0 auto;
  padding: 35px 0;
}

.faq-accord .accordion {
  background-color: #CECDCD;
  color: #000;
  cursor: pointer;
  padding: 16px 60px 16px 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
}

.faq-accord__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  margin: 0 0 35px;
}

.faq-accord .accord-open {
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.faq-accord .accordion:hover {
  opacity: 0.85;
}

.faq-accord .accordion:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("/image/icons/whiteplus.svg");
  background-color: #DDDCDC;
  display: block;
  position: absolute;
  right: 1.8rem;
  top: 8px;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.faq-accord .accord-open:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.faq-accord .panel-accord {
  padding: 0 18px;
  color: #212121;
  border: none;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  margin-bottom: 2px;
  border-radius: 0;
}

.faq-accord .panel-accord p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.2;
}

/* accordion end */


.content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.content-header .content-header__sort {
  margin: 0 15px 0 0;
}

.content-header .breadcrumb {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#content h1 {
  margin-bottom: 35px;
}

.localstorage .btn.active {
  display: none;
}

#custom-filter-btn {
  position: relative;
}

.mfilter-free-button-custom {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-dialog {
  max-width: 458px;
  margin: 0 auto;
  top: 15%;
}

body .modal-content {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 12px;
  overflow: hidden;
  max-width: 458px;
  margin: 0 auto;
}

.modal-content .modal-header {
  padding: 31px 20px;
  background: #0080af;
}

.modal-content .modal-header .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Arial;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.modal-content .close {
  font-size: 50px;
  font-weight: 300;
  line-height: 0;
  color: #fff;
  text-shadow: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.modal-content .close:hover {
  opacity: .8;
}

.modal-content .modal-body {
  padding: 30px 20px 0;
}

.modal-content .modal-body .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.modal-content .modal-body .form-group label {
  display: block;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000000;
}

.modal-content .modal-body .help-block {
  margin: 0;
}

.modal-content .modal-body .form-group input {
  border-radius: 4px;
  border-color: 1px solid #ebebeb;
  background: #ebebeb;
  font-size: 16px;
  height: 50px;
  margin-bottom: 25px;
}



.modal-content .modal-body .form-group input::-webkit-input-placeholder {
  color: transparent;
}



.modal-content .modal-body .form-group input::-moz-placeholder {
  color: transparent;
}



.modal-content .modal-body .form-group input:-ms-input-placeholder {
  color: transparent;
}



.modal-content .modal-body .form-group input::-ms-input-placeholder {
  color: transparent;
}



.modal-content .modal-body .form-group input::placeholder {
  color: transparent;
}

.modal-content .modal-body fieldset .form-group {
  margin: 0;
}

.modal-content .modal-body fieldset {
  margin: 0 auto;
}

.modal-content .modal-body .checkbox {
  margin: 24px auto 0;
  padding: 0;
}

.modal-content .modal-body .checkbox label {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #7e7e7e;
}

.modal-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 47px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #ffffff;
  height: 54px;
  max-width: 272px;
  width: 100%;
  border-radius: 0;
}

.modal-content .btn i {
  font-size: 24px;
  margin-left: 17px;
}


.modal-content .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.modal-content .modal-footer .btn.btn-default {
  margin-bottom: 15px;
  margin-top: 15px;
  height: 40px;
  border: none;
  background: rgb(165, 24, 24);
}

.modal-content .modal-footer .btn.btn-default:hover {
  background: rgb(187, 27, 27);
}

.modal-footer .btn+.btn {
  margin-top: 15px;
}

.header_main:not(._main) .header-title {
  margin-right: 35px;
}

.header_main:not(._main) .header-box {
  padding: 0 0 35px;
  width: 100%;
  margin: 30px 0 20px;
}

.header_main:not(._main) .header-box [class*="header_main_"] {
  background-color: #212224;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header_main_81 {
  background-image: url('/image/backgrounds/shkafybg.jpg');
}

.header_main_82 {
  background-image: url('/image/backgrounds/pr_m1.jpg');
}

.header_main_83 {
  background-image: url('/image/backgrounds/gar_m1.jpg');
}

.header_main_84 {
  background-image: url('/image/backgrounds/van_m1.jpg');
}

.header_main_85 {
  background-image: url('/image/backgrounds/det_m1.jpg');
}

.header_main_89 {
  background-image: url('/image/backgrounds/gos_m1.jpg');
}

.header_main_87 {
  background-image: url('/image/backgrounds/spl_m1.jpg');
}

.header_main_88 {
  background-image: url('/image/backgrounds/of_m1].jpg');
}

.header_main_86 {
  background-image: url('/image/backgrounds/gsti_m1.jpg');
}

.header_main_90 {
  background-image: url('/image/backgrounds/torg_m1.jpg');
}

.dopcats div {
  float: left;
  margin: 0 5px 5px 0;
}

.dopcats div a.btn.btn-primary.button-cart.btn-xs {
  background: #dfdfdf;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.first-screen-block {
  padding-bottom: 25px;
}

#pos-beforefooter {
  background: #dfdede;
}

.product-desc-p {
  text-align: justify;
  padding-right: 15px;
}

/* my code start */
#logo .img-responsive {
  width: 177px;
}

/* my code end */


.product-dop-blocks_gal .product-kompl__item img {
  padding: 0 14px;
  object-fit: contain;
}

.product-dop-blocks_gal .product-kompl__image-wrap {
  margin: 0 -10px;
}

.product-dop-blocks_gal .product-kompl {
  margin-bottom: 15px;
}

body .last-shop-ratings.horizontal .block_content_wrapper {
  width: 100%;
}

/* Отзывы */

body .last-shop-ratings {
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.last-shop-ratings-container {
  padding-left: 15px;
  padding-right: 15px;
}

body .last-shop-ratings .h4 {
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  color: #0080af;
}

body .last-shop-ratings.horizontal .block_header {
  border-bottom: none;
  padding: 0;
}

body .last-shop-ratings.horizontal .block_content {
  padding-top: 0;
}

body .last-shop-ratings.horizontal .block_content_wrapper {
  width: 100%;
}

body .last-shop-ratings.horizontal .last-rating-item {
  border: none;
  margin: 0;
  outline: none;
}



body .last-shop-ratings.horizontal .last-rating-item-header {
  padding: 38px 0 10px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

body .last-shop-ratings.horizontal .last-rating-item-comment {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

body .last-shop-ratings.horizontal .last-rating-item {
  padding: 0 15px;
}

#pos-beforefooter .last-shop-ratings.horizontal,
#pos-beforefooter .mod-solutions,
#pos-beforefooter .mod-order,
#pos-beforefooter #form-builder-330 {
  margin: 0 -15px;
}

p {
  font-size: 16px;
}

body .last-shop-ratings.horizontal .last-rating-item {
  min-height: 180px;
}

/* Иконки по всем тематикам сайта */
.site-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9px;
}

.site-navigation__block {
  flex: calc(33% - 18px);
  min-height: 200px;
  margin: 9px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 30px 25px 40px;
  color: #fff;
}

@media (min-width:767px) {
  .site-navigation__block:nth-child(-n + 2) {
    flex: calc(50% - 18px);
  }
}

@media (min-width:1200px) {
  .site-navigation__block:nth-child(n+3):nth-child(-n+6) {
    flex: calc(25% - 18px);
  }

  .site-navigation__block:nth-child(n+6):nth-child(-n+11) {
    flex: calc(20% - 18px);
  }
}

.site-navigation__title {
  color: inherit;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  margin: 0 0 25px;
}

.site-navigation__title a {
  color: inherit;
  text-decoration: none;
}

.site-navigation__title a:hover {
  text-decoration: underline;
}

.site-navigation .panel-group {
  margin: 0;
}

.site-navigation .panel-group .panel+.panel {
  margin-top: 0;
}

.site-navigation div.site-navigation__item {
  background: transparent;
  box-shadow: none;
  border: none;
  margin: 0 0 10px;
}

.site-navigation div.site-navigation__item>.panel-heading {
  color: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.site-navigation div.site-navigation__item>.panel-heading a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
}

.site-navigation div.site-navigation__item>.panel-heading:hover a {
  text-decoration: underline;
  color: inherit;
}

.site-navigation div.site-navigation__item>.panel-heading:focus a {
  text-decoration: none;
  color: inherit;
}

.site-navigation__item_content {
  margin: 0;
  padding: 10px 0 15px 20px;
  list-style: none;
}

.site-navigation__item_content li {
  margin-bottom: 5px;
}

.site-navigation__item_content li a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  color: inherit;
  font-weight: 300;
  text-decoration: none;
  transition: .25s linear;
  transition-delay: .1s;
}

.site-navigation__item_content li a:hover,
.site-navigation__item_content li a:active,
.site-navigation__item_content li a:focus {
  transition: .2s ease;
  text-decoration: underline;
  padding-left: 5px;
}

.site-navigation__block_kuhnya {
  background-image: url('/image/backgrounds/sitenav/sitenav (11).jpg');
  color: #000;
}

.site-navigation__block_shkafy {
  background-image: url('/image/backgrounds/sitenav/sitenav (10).jpg');
}

.site-navigation__block_prihozhie {
  background-image: url('/image/backgrounds/sitenav/sitenav (5).jpg');
}

.site-navigation__block_garderob {
  background-image: url('/image/backgrounds/sitenav/sitenav (8).jpg');
}

.site-navigation__block_detskie {
  background-image: url('/image/backgrounds/sitenav/sitenav (2).jpg');
}

.site-navigation__block_vannay {
  background-image: url('/image/backgrounds/sitenav/sitenav (3).jpg');
}

.site-navigation__block_gostinie {
  background-image: url('/image/backgrounds/sitenav/sitenav (6).jpg');
}

.site-navigation__block_spalni {
  background-image: url('/image/backgrounds/sitenav/sitenav (7).jpg');
}

.site-navigation__block_ofis {
  background-image: url('/image/backgrounds/sitenav/sitenav (1).jpg');
}

.site-navigation__block_gostinitsya {
  background-image: url('/image/backgrounds/sitenav/sitenav (4).jpg');
}

.site-navigation__block_torgovaya {
  background-image: url('/image/backgrounds/sitenav/sitenav (9).jpg');
}

.site-navigation__block:nth-child(-n + 2) .panel-heading a {
  position: relative;
  padding-left: 17px;
}

.site-navigation__block:nth-child(-n + 2) .panel-heading a::after {
  content: "-";
  font-size: 16px;
  line-height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.site-navigation__block:nth-child(-n + 2) .panel-heading a.collapsed::after {
  content: "+";
}

@media (min-width:1200px) {
  .site-navigation__block:nth-child(-n + 2) .site-navigation__title {
    font-size: 35px;
  }
}

/* Иконки по всем тематикам сайта !*/

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  gap: 10px;
}

.site-footer-nav a {
  position: relative;
}

.site-footer-nav a:hover span {
  text-decoration: underline;
}

.site-footer-nav a span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  margin: 25px 10px 10px 20px;
}

.site-footer-nav a img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.yt-video-lazy {
  width: 100%;
  position: relative;
  max-width: 550px;
}

.contats-page-contacts {
  display: flex;
  align-items: center;
}

.contats-page-contacts a {
  display: inline-block;
  margin-right: 8px;
}

.contats-page-contacts .tel {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  margin-right: 15px;
}

.calc .checkbox label,
.calc .radio label {
  display: flex;
  margin: 5px;
}

.options label {
  margin: 5px;
}

.descr {
  font-size: 12px;
}

.descr span,
.descr div,
.descr a {
  font-size: inherit;
}

/* adaptive */
@media (min-width:767px) {
  .page-article {
    padding: 0 35px;
  }
}

@media (min-width: 1200px) {

  body .last-shop-ratings.horizontal .last-rating-item {
    width: 50%;
    padding-left: 75px;
    padding-right: 75px;
  }

  body .last-shop-ratings-container {
    padding-left: 75px;
    padding-right: 75px;
  }

  body .last-shop-ratings.horizontal .last-rating-item:nth-child(odd) {
    border-right: 2px solid #ececec;
  }

  body .last-shop-ratings.horizontal .last-rating-item:nth-child(n+3) .last-rating-item-header {
    border-top: 2px solid #ececec;
  }

  body .last-shop-ratings.horizontal .block_content_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-left: -75px;
    margin-right: -75px;
  }

  .padding-article {
    padding: 0 35px;
  }
}

@media (max-width: 1670px) {
  .header-box__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

  }

  .no-main-header-box .header-box__top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-box {
    margin: 40px 0 0 0;
  }

  .advantages-block {
    margin-top: 35px;
    max-width: 840px;
  }

  .no-main-header-box .header-info {
    max-width: 100%;
    padding-right: 20px;
  }

  .header-info {
    max-width: 610px;
    display: flex;
    justify-content: space-between;
  }

  .header-subtitle__comment {
    margin-top: 0;
  }
  .info img {
    width: 100%;
    border-radius: 10px;
    max-width: 145px;
}
}

@media (max-width: 1520px) {
  .header_info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_menu {
    margin: 0;
  }

  .header-title .h1 {
    font-size: 55px;
  }

  body aside#column-left {
    padding: 0;
  }

  #content h1 {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .main {
    padding: 20px 0 0;
  }

  .product-grid.product-layout.item {
    padding: 5px;
    margin-bottom: 10px;
  }

  .product-thumb .price {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 1500px) and (min-width: 1200px) {
  .product-grid.product-layout.item {
    width: 25%;
  }
}

@media (max-width: 1400px) {

  .header-title .h1 {
    max-width: 100%;
  }

  .common-home .header_main {
    min-height: 0;
  }

  .header_info>.contacts-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }


  .header_info .contacts-box__telephon {
    text-align: center;
  }

  .form-top {
    display: none;
  }

  .advantages-block {
    margin-right: 0;
  }

  .mod-solutions {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header_main:not(._main) .header-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header_main:not(._main) .header-subtitle__advantage {
    max-width: 100%;
  }

  .header_main:not(._main) .header-box {
    margin: 10px 0;
    padding-bottom: 20px;
  }

  #menu-main_menu-1 {
    display: flex !important;
    justify-content: flex-end;
  }

  #logo {
    flex: auto;
  }

  .header_menu {
    flex: auto;
  }

  .site-navigation__block {
    padding: 25px 20px;
  }
}

@media (max-width: 1200px) {

  .table-cat-section {
    display: block;
  }


  .first-screen-block .slick-dots {
    bottom: -46px;
  }

  .header-title .h1 {
    font-size: 42px;
  }

  .header-box {
    margin: 22px 0 0 85px;
  }

  aside#column-left div#mfilter-box-1 {
    padding: 0 10px;
  }

  .no-main-header-box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .no-main-header-box .advantages-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
  }

  .no-main-header-box__content .advantages-block__calcs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .no-main-header-box__content .advantages-block__calc-item {
    margin: 0 15px 15px 0
  }

  .no-main-header-box .advantages-block__calc-item:last-child {
    margin-left: 0;
  }

  .product-dop-blocks_gal .product-kompl {
    justify-content: center;
  }

  .product-dop-blocks_gal .product-desc-title {
    text-align: center;
  }

  .product-dop-blocks_gal .product-kompl__item img {
    padding: 0 14px;
    object-fit: cover;
  }

  .footer-publick-info {
    padding: 8px 20px 40px;
  }

  .header_main .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }

  .site-footer-nav {
    justify-content: center;
  }

  .products .product {
    width: 160px;
  }

  .products .product img {
    max-width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1200px) and (min-width: 576px) {
  .product-grid.product-layout.item {
    width: 33%;
  }
}

@media (max-width: 991px) {

  .main .last-shop-ratings .h4,
  .mod-order__title {
    font-size: 36px;
  }

  .advantages-block {
    margin-top: 30px;
  }

  .mob-cat-trigger.mob-cat-trigger-mobail,
  body .nav .mob-cat-trigger a {
    margin-bottom: 20px;
    margin-right: 15px;
  }

  .common-home .header_main {
    min-height: 630px;
  }

  .header_info {
    margin-left: 0;
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-box {
    margin-top: 35px;
    margin-left: 0;
  }

  .contacts-box .contacts-box__left {
    text-align: left;
    margin-bottom: 0;
    margin-right: 5px;
  }


  .contacts-box__social {
    margin-right: 5px;
  }


  /*  ! mobile menu */
  .navbar-nav>li {
    float: none;
  }

  .mobile-menu-block {
    position: absolute;
    z-index: 999;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu-block__label {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-left: 12px;
  }

  div.mobile-menu {
    display: none;
    width: 52px;
    padding: 1.5px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  div.mobile-menu .icon-bar {
    display: block;
    height: 7px;
    margin: 5px auto;
    background-color: #fff;
  }

  .navbar-nav li a {
    line-height: normal;
  }

  .close-menu {
    display: none;
  }

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

  .mobile-cart,
  div.mobile-menu {
    display: block;
  }

  ul.mobile-menu,
  ul.mobile-menu .dop_menu ul,
  ul.mobile-menu li>ul,
  .catalog-menu-toggle>ul.m_cat_u1>li>a+div,
  ul.mobile-menu .catalog-section-childs.category-child {
    position: fixed !important;
    z-index: 999999;
    top: 0 !important;
    left: 0;
    display: none;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;
    overflow-y: scroll !important;
  }

  ul.mobile-menu li.has {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ul.mobile-menu li span,
  .catalog-menu-toggle>ul.m_cat_u1>li>span,
  ul.mobile-menu li a,
  .catalog-menu-toggle>ul.m_cat_u1>li>a {
    display: block;
    padding: 19px 20px 20px 19px;
    border-bottom: 1px solid #f2f2f2 !important;
    background: none;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: 400;
  }

  ul.mobile-menu li.has>span,
  ul.mobile-menu li.has>a {
    width: 80%;
  }

  ul.mobile-menu li.has>.marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%;
    padding-left: 4px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #ccc;
  }

  ul.mobile-menu li.has .marker i {
    display: block;
    border: 5px solid transparent;
    border-left: 5px solid #000;
  }

  ul.mobile-menu .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 20px 20px 19px !important;
  }

  ul.mobile-menu .back i {
    display: block;
    margin-right: 20px;
    border: 5px solid transparent;
    border-right: 5px solid #000;
  }

  .popup {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .popup_bg {
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  .close-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #0080AF;
  }

  .close-menu:before {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .close-menu:after {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }

  .header_menu {
    display: none;
  }

  /* mobile menu ! */

  .header-title .h1 {
    font-size: 36px;
    line-height: 1.1;
  }


  .form-group:last-child {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
    text-align: center;
  }

  .form-group:last-child>div {
    width: 100%;
  }



  #logo {
    position: static;
  }

  #logo img {
    margin: 0;
  }


  #form-builder-330 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  #form-builder-330 .field-block {
    width: 100%;
    padding: 0;
  }




  .custom-cat__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-cat__block {
    margin: 25px 0;
  }

  .dn-m {
    display: none;
  }



  .heads select {
    width: 100%;
    margin-left: 0;
  }

  .row.dopsparam .second {
    width: 100%;
  }

  .calc-row-wrap {
    padding: 20px 15px;
  }

  .row.dopsparam>div {
    width: 100%;
  }

  .product-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-thumb .price-label {
    display: none;
  }

  .product-layout.item {
    /* -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; */
    padding: 5px;
    margin-bottom: 5px;
  }

  .product-bottom .price-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

  }

  .product-thumb .caption {
    min-height: 0;
  }

  .options__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .options__block {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .options__img-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .options__img-desc .descr {
    padding-left: 0;
  }

  .paramsvse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paramsvse button {
    margin-left: 0;
    margin-top: 15px;
  }

  .proschet .params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .proschet .params>.row {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding: 10px;
  }

  .product-kompl__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    height: auto;
  }

  .product-kompl__image-wrap {
    overflow: visible;
  }

  .product-kompl__image-wrap img {
    height: 200px;
  }

  .product-kompl__item .product-kompl__panel {
    opacity: 1;
    position: static;
    padding: 15px 20px;
  }

  .product-card__title {
    font-size: 38px;
  }

  .main {
    padding: 30px 0 0;
  }

  .footer-publick-info span {
    max-width: calc(100% - 70px);
  }

  #topcontrol {
    bottom: 100px !important;
  }

  .prodviewed .product-thumb .price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
  }

  .advantages-block__wrap {
    max-width: 315px;
  }

  .advantages-block__item {
    background-size: 56px;
    padding-top: 54px;
    font-size: 12px;
    -webkit-box-flex: 33%;
    -ms-flex: 33%;
    flex: 33%;
    margin: 0 0 25px;
  }

  .advantages-block__item br {
    height: 0;
  }

  .product-thumb .caption {
    padding: 0 10px 15px;
  }

  .site-navigation__title {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .site-navigation__item_content {
    padding: 10px 0 5px 10px;
  }

  .site-navigation div.site-navigation__item {
    margin-bottom: 5px;
  }

  .site-navigation div.site-navigation__item>.panel-heading a {
    font-size: 14px;
  }

  .site-navigation__block {
    flex: calc(33% - 8px);
    padding: 25px 15px;
    margin: 4px;
  }


  .contats-page-wrapper>div {
    margin-bottom: 30px;
  }
  .info img{
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .proschet h3 {
    font-size: 32px;
  }

  .main .last-shop-ratings .h4,
  .mod-order__title {
    font-size: 32px;
  }

  .custom-cat__item {
    -webkit-box-flex: calc(50% - 10px);
    -ms-flex: calc(50% - 10px);
    flex: calc(50% - 10px);
  }

  .header_main .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mob-cat__item {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
  }

  #top {
    padding-left: 50px;
  }

  /* !Поделиться */
  .ya-share2__container_size_m .ya-share2__item {
    margin-right: 4px !important;
  }

  .ya-share2__container_size_m .ya-share2__item:last-child {
    margin-right: 0 !important;
  }

  .ya-share2__container_size_m .ya-share2__icon {
    width: calc(20vw - 10px) !important;
    height: calc(20vw - 10px) !important;
  }

  /* Поделиться! */

  .mod-solutions__title {
    font-size: 31px;
  }

  .footer-box-contact {
    position: static;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mod-order__title {
    text-align: left;
  }

  .product-card.fancybox-content {
    padding: 15px;
  }

  .fancybox-slide--html .fancybox-content {
    max-width: unset;
  }

  .product-kompl__item {
    -ms-flex-preferred-size: calc(100% / 2 - 6px);
    flex-basis: calc(100% / 2 - 6px);
  }

  .paramsUrl {
    right: 10px;
  }

  .col-md-9.paramsCC .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-cat td:first-child {
    padding: 10px;
  }

  .table-cat td {
    height: auto;
    padding: 5px;
  }

  .product-bottom .btn-order {
    height: auto;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }

  .product-bottom .btn-order img {
    max-width: 30px;
  }

  .catparams {
    display: block;
    position: static;
  }

  .catparams .list-group-item .row::after,
  .catparams .list-group-item .row::before {
    display: none;
  }

  .catparams .list-group-item .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catparams .list-group-item .row>div {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 10px;
  }

  .catparams .list-group-item .row>div:nth-child(1) {
    width: 40%;
  }

  .catparams .list-group-item .row>div:nth-child(2) {
    width: 60%;
  }


  .list-group-item {
    padding: 5px 15px;
  }

  .const-caption {
    display: none;
  }

  h1,
  .h1 {
    font-size: 28px;
  }



  .rozms .row-flex .col.zakrugs {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-card__title {
    font-size: 36px;
  }

  .calc .names h3 {
    margin: 0;
  }

  .calc-row-wrap {
    padding: 10px 15px;
  }

  .contacts-box .feedback-modal-btn-wrap {
    margin: 0 0 0 auto;
  }

  .contacts-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header_info .header-subtitle {
    display: none;
  }

  .advantages-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .advantages-block__calcs .advantages-block__calc-item:nth-child(2) {
    display: none;
  }

  .header-box {
    margin-top: 0;
  }

  .contacts-box .contacts-box__left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .right-fixed {
    top: 25%;
  }

  .contacts-box__telephon {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }

  .contacts-box__telephon a {
    white-space: nowrap;
    font-size: 17px;
    line-height: 1.2;
  }

  .header_info .contacts-box__social {
    margin: 0 8px;
  }

  .contacts-box .icon-shape img {
    width: 20px;
    height: 20px;
  }

  .main-header-box .header-title {
    margin-right: 0;
  }

  #content h1 {
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .content-header {
    margin-bottom: 10px;
  }

  .content-header {
    margin-bottom: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content-header .content-header__sort {
    margin: 9px 0 0 0;
  }

  .content-header__sort-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #custom-filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #1a1919;
    padding: 0 20px;
    height: 45px;
    -webkit-box-flex: 78%;
    -ms-flex: 78%;
    flex: 78%;
    background: #f5f5f5;
    border-radius: 4px;
  }

  .content-header .content-header__sort .content-header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: calc(11% - 9px);
    -ms-flex: calc(11% - 9px);
    flex: calc(11% - 9px);
    margin-left: 9px;
    border-radius: 4px;
  }

  .content-header__item button {
    height: 45px;
    color: #000;
    background: #f5f5f5;
    width: 100%;
    border: none;
  }

  .content-header .content-header__sort .content-header__item .dropdown-menu {
    left: auto;
    right: 0;
  }

  .header-info {
    max-width: 100%;
  }

  .site-navigation__block {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (max-width: 576px) {
  .product-card__title {
    font-size: 32px;
  }

  h1,
  .h1 {
    font-size: 24px;
  }

  .main .last-shop-ratings .h4,
  .mod-order__title {
    font-size: 30px;
  }

  .fancybox-navigation .fancybox-button {
    width: 36px;
    height: 70px;
  }

  .product-thumb .h4 {
    color: #090909;
    font-size: 16px;
    font-weight: normal;
  }


  .mfseo-wrapper {
    padding: 10px 5px;
  }

  .proschet h3 {
    font-size: 28px;
  }

  .product-thumb .attribute>div {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-thumb .caption {
    padding: 0 10px 10px;
  }

  .product-bottom .price-wrap {
    padding-left: 10px;
  }

  .product-thumb .price {
    font-size: 16px;
    line-height: 1;
    text-align: left;
  }

  .rozms .row-flex {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .product_calc .form-group.storona label {
    width: auto;
  }

  .info [class^="info"]>.row>div {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .product-kompl__head {
    font-size: 16px;
  }

  .penals .info>.row>div {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .header-box {
    margin-top: 15px;
  }

  .common-home .header_main {
    min-height: 0;
  }

  .options__img-desc .popover.right {
    max-width: 100%;
    min-width: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .product-thumb .price {
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-thumb .price span {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: normal;
  }

  .product-bottom .price-wrap {
    padding-left: 0;
  }

  .right-fixed .right-fixed__item {
    margin-bottom: 4px;
    width: 38px;
    height: 38px;
  }

  .product-bottom .btn-order {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .product-bottom .price-wrap button {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .latest>h3 {
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .main {
    padding: 15px 0 0;
  }

  .latest>h3 {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .contacts-box__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mob-cat-trigger.mob-cat-trigger-mobail,
  body .nav .mob-cat-trigger a {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }


  .prodviewed {
    padding: 25px 15px;
  }

  .no-main-header-box .advantages-block,
  .no-main-header-box .header-info__mail,
  .no-main-header-box .header-info__work-time,
  .no-main-header-box .header-search {
    display: none;
  }

  .no-main-header-box .header-title .h1 {
    font-size: 30px;
    padding-right: 24px;
  }

  .no-main-header-box {
    padding-bottom: 10px;
  }

  .faq-accord__title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .faq-accord .accordion {
    font-size: 16px;
    padding: 10px 43px 10px 10px;
  }

  .faq-accord .panel-accord p {
    font-size: 16px;
  }

  .faq-accord .accordion:after {
    width: 30px;
    height: 30px;
    background-size: contain;
    right: 10px;
  }

  .modal-content .modal-body {
    padding: 15px 15px 0;
  }

  .modal-content .modal-body .form-group input[type="text"] {
    height: 40px;
    margin-bottom: 15px;
  }

  .modal-content .modal-body fieldset .col-sm-10 {
    margin: 0 0 0 -15px;
  }

  .modal.in .modal-dialog {
    max-width: 97%;
  }

  .modal-content .close {
    font-size: 35px;
  }

  .modal-content .btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .header-info__video img {
    max-width: 155px;
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .custom-cat__text {
    font-size: 14px;
  }

  .main .last-shop-ratings .h4,
  .mod-order__title {
    font-size: 28px;
  }

  #form-builder-330 .box-heading h3 {
    font-size: 28px;
  }

  #content {
    padding: 0 5px;
    overflow: hidden;
  }

  .paramsCC {
    padding: 0 10px;
  }

  .products-wrapper {
    padding: 0 15px;
  }

  .product_calc .form-group.storona label {
    margin-right: 5px;
  }

  .product_calc .form-group.storona label {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .form-group.storona input {
    width: 80px;
  }

  .custom-cat__item {
    /*flex: 100%;*/
    /* WAS */
  }

  /* injecting */

  .products .product {
    width: 46%;
    margin: 2%;
    overflow: hidden;
    min-height: 250px;
  }

  .product.active img {
    height: 180px;
  }

  /* end */


  .mob-cat__item {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .custom-cat {
    margin: 15px 0;
  }

  .feedback-modal-btn-wrap .btn {
    padding-left: 7px;
    padding-right: 7px;
  }



  .footer-subtitle-wrap {
    width: 100%;
  }

  .product-card__title {
    font-size: 32px;
  }

  .product-navigation>a {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .header_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #logo {
    margin: 0 auto;
  }

  .container-module.latest {
    padding: 0 15px;
  }

  .contacts-box .contacts-box__left {
    text-align: center;
  }


  .product-thumb .btn {
    padding: 5px;
  }

  .prodviewed .owl-item .item {
    margin: 0 2.5px;
  }

  .prodviewed {
    padding: 15px;
  }

  body .container-module .owl-carousel .owl-buttons .owl-next {
    right: 0;
  }

  .container-module.carousel-mod .owl-carousel .owl-buttons .owl-prev {
    right: 35px;
  }

  .header_info .contacts-box .contacts-box__left {
    margin: 4px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .contacts-box .feedback-modal-btn-wrap {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 25px;
    text-align: center;
  }

  .contacts-box__telephon {
    margin-bottom: 5px;
    margin-left: 128px;
  }

  .header_info .contacts-box__social {
    margin: 0 0 0 5px;
  }

  #logo {
    position: relative;
    width: 100%;
  }

  #logo>a {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -43px;
  }

  .advantages-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-thumb .price {
    white-space: normal;
    text-align: center;
  }

  .modal-content .modal-header .modal-title {
    font-size: 20px;
  }

  .modal-content .modal-body fieldset {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    margin-left: -12px;
  }

  .product-dop-blocks_gal .product-kompl__item {
    flex: 100%;
    margin-bottom: 10px;
  }

  #logo .img-responsive {
    width: 125px;
  }

  .site-navigation__block {
    flex: 100%;
    margin: 0 0 5px;
    min-height: 130px;
    padding: 15px;
  }

  .site-navigation__item_content li {
    margin-bottom: 0;
  }

  .footer-publick-info {
    padding: 8px 10px 40px;
  }

  .site-footer-nav a {
    position: relative;
    flex: 0 0 48%;
    max-width: 160px;
  }

  .header-info {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
  }

  .advantages-block__calc-item_content {
    padding: 10px;
  }

  .advantages-block__calc-item_title {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .advantages-block__calc-item_btn .red-btn {
    font-size: 12px;
  }

  .advantages-block__calc-item_icon img {
    max-width: 55px;
  }

  .advantages-block__calc-item {
    min-height: 84px;
  }
}


@media (min-width: 992px) {
  .mobile-menu-block {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main .calc {
    margin-left: -30px;
    margin-right: -30px;
  }

  .mod-solutions,
  .mod-order,
  .main .last-shop-ratings {
    margin-left: -30px;
    margin-right: -30px;
  }

  .main .last-shop-ratings.horizontal .last-rating-item {
    width: 50%;
  }

  .last-shop-ratings-container {
    padding-left: 75px;
    padding-right: 75px;
  }

  aside#column-left div#mfilter-box-1 {
    padding: 0 10px;
  }
}