@font-face {
  font-family: "Arial Narrow";
  font-style: normal;
  src: url("font/arial-narrow.ttf") format("truetype");
}
@font-face {
  font-family: "Arial Narrow Bold";
  font-style: normal;
  src: url("font/arial-narrow-bold.ttf") format("truetype");
}
@media (max-width: 767px) {
  #bx-panel {
    display: none !important;
  }
}
body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.bx-opened {
  overflow: hidden;
}
.wrap,
.bx-wrap,
.bx-wrapper {
  position: relative;
}
body.bx-background-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #dcdddf;
  /*  background-image: url("images/bg.jpg");*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.bx-background-image {
    -webkit-background-size: 1600px auto;
    background-size: 1600px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.bx-background-image {
    -webkit-background-size: 1280px auto;
    background-size: 1280px auto;
  }
}
@media (max-width: 767px) {
  body.bx-background-image {
    background: none;
  }
}
.m0 {
  margin: 0;
}
.t10 {
  transform: translateY(-10px);
}
.p0 {
  padding: 0;
}
.btn {
  border-radius: 0;
}
.bx-green .btn.btn-default {
  background-color: #00c8e4 !important;
  border-color: #00c8e4 !important;
}
body.bx-background-gradient {
  background: #f6f7fb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f6f7fb 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f7fb), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f6f7fb 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f7fb 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f7fb 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f7fb 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f7fb', endColorstr='#ffffff', GradientType=0);
  background-attachment: fixed;
}
.icon-empty {
  opacity: 0;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  border-color: transparent;
  text-decoration: none;
}
a,
.container {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* Sections */
/* header / phone */
/*sidebar*/
.bx-sidebar-block {
  margin-bottom: 40px;
}
.bx-block-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #343434;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: 600;
}
.bx-footer .bx-block-title {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
/* Breadcrumb Custom*/
.bx-breadcrumb-item a {
  color: #757575;
}
.bx-breadcrumb-item a:hover {
  color: #2d2d2d;
}
/* workarea */
/*TITLE*/
h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
  font-family: "Arial Narrow Bold";
  text-transform: uppercase;
}
h1.bx-title {
  /*margin-top: 0;
  padding-bottom: 10px;*/
}
h2.bx-title {
  font-size: 25px;
}
h1 {
  font-size: 24px;
}
/* FORMS */
input[type=text],
input[type=password] {
  margin: inherit 4px;
  padding: 0 4px;
  border: 1px solid #CCD5DB;
  border-radius: 2px;
  background: #f8fafc;
  outline: none;
}
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: 18px;
  min-height: 150px;
  max-height: 450px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #CCD5DB;
  border-radius: 2px;
  background: #f8fafc;
  outline: none;
}
/* INC.banners */
.bx-incbanners {
  margin: 10px 0 25px;
  text-align: center;
}
/* INC.links.footer */
.bx-inclinksfooter a {
  border-bottom: none;
}
.bx-inclinksfooter .bx-block-title {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 600;
}
.bx-inclinksfooter-container {
  margin-top: 15px;
  padding: 0;
  color: #fff;
  border-radius: 2px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.bx-inclinksfooter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bx-inclinksfooter-item {
  padding: 0 0 5px 0;
}
/* INC.logo.footer */
.bx-inclogofooter {
  color: #fff;
}
.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
  border-bottom: none;
}
.bx-inclogofooter-logo img {
  max-width: 180px;
  height: auto;
}
.bx-inclogofooter-block {
  padding-bottom: 20px;
}
.bx-inclogofooter-tel {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.bx-inclogofooter-worktime {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
/* INC.social.widget */
.bx-banners {
  margin: 10px 0;
}
.bx-banners .bx-block-title {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #343434;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 9px;
  font-weight: 600;
}
/* INC.wt */
.bx-wt-block {
  color: #fff;
  padding: 5px 15px;
  background: url(images/wt.png) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 3px;
}
.bx-wt .bx-block-title {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #fff;
}
.bx-wt-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.bx-wt-block ul li {
  padding-bottom: 7px;
}
.bx-wt-others-block {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 4px;
}
/* news.list.sidebar */
.bx-s-info {
  margin: 10px 0;
  padding-top: 5px;
}
.bx-s-info-block {
  display: block;
  margin-bottom: 25px;
}
.bx-s-info-title {
  display: block;
  min-height: 29px;
  padding-left: 40px;
  margin-bottom: 5px;
  position: relative;
}
.bx-s-info-titleicon {
  display: block;
  background: #007FCA;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.bx-s-info-titleicon i {
  line-height: 30px;
  vertical-align: middle;
  font-style: normal;
}
.bx-s-info-titletext {
  display: block;
  padding: 7px 0 6px 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #343434;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.bx-s-info-content {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #3e454c;
  padding-left: 40px;
}
/**/
.btn,
.btn:hover,
.btn:active,
.btn:focus {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background-color: #00c8e4;
  border-color: #00c8e4;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #00c8e4;
  border-color: #00c8e4;
}
.btn-link {
  color: #00c8e4;
}
.btn-link:focus,
.btn-link:hover {
  color: #00c8e4;
  text-decoration: none;
}
/*404*/
.bx-404-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bx-404-block {
  margin-top: 100px;
  margin-bottom: 66px;
}
@media (max-width: 768px) {
  .bx-404-block {
    margin-top: 50px;
    margin-bottom: 33px;
  }
}
.bx-404-text-block {
  font-size: 20px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
}
.bx-maps-title {
  color: #8f8f8f;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #e9eaea;
}
.map-columns {
  padding-top: 20px;
}
.bx-map-title {
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: relative;
  min-height: 20px;
  padding-left: 25px;
  margin-bottom: 20px;
}
.bx-map-title .fa {
  color: #0083d1;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
}
.map-columns ul {
  list-style: none;
  margin-bottom: 5px;
}
.map-level-0 {
  margin-left: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}
.map-level-0 li {
  margin-left: 0;
  padding-left: 0;
}
.map-level-0 ul {
  padding-left: 15px;
}
ul.map-level-1 {
  margin-bottom: 30px;
}
/*ABOUT*/
.bxd-block {
  width: 100%;
  border: 1px solid #e3e6e7;
  display: block;
  background: #fff;
  padding: 15px;
  min-height: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bxd-icon {
  display: block;
  border-radius: 50%;
  height: 68px;
  width: 68px;
  margin: 0 auto;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.bxd-icon .fa {
  margin-left: -1px;
  position: relative;
  font-size: 35px;
  height: 68px;
  width: 68px;
  text-align: center;
  line-height: 68px;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.bxd-title {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
}
.bxd-desc {
  display: block;
  text-align: center;
  color: #737373;
  font-size: 12px;
}
.bx-up-button {
  border-radius: 2px;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  vertical-align: middle;
  padding: 9px 18px 7px 38px;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease;
  -ms-transition: background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}
.bx-up-button:hover {
  background-color: #9fa0a3;
}
.sale-personal-section-index-block {
  height: initial !important;
}
header .bx-header-section {
  background: #fff;
}
header .bx-header-section .header1 {
  background-color: #00c8e4;
}
header .bx-header-section .header1 .bx-logo {
  padding: 18px 0 0 27px;
}
header .bx-header-section .header1 .bx-logo .bx-logo-block {
  display: block;
  height: 50px;
  border-bottom: none;
}
header .bx-header-section .header1 .bx-logo .bx-logo-block img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
header .bx-header-section .header1 .bx-logo .bx-logo-text,
header .bx-header-section .header1 .bx-logo .bx-logo-text:hover,
header .bx-header-section .header1 .bx-logo .bx-logo-text:active {
  font-size: 32px;
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 37px;
  text-decoration: none;
  border: none;
  vertical-align: bottom;
}
header .bx-header-section .header1 .bx-logo .bx-logo-text small,
header .bx-header-section .header1 .bx-logo .bx-logo-text:hover small,
header .bx-header-section .header1 .bx-logo .bx-logo-text:active small {
  font-size: 37px;
}
header .bx-header-section .header1 .bx-logo .bx-logo-desc {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 10px;
  color: #b8b8b8;
}
header .bx-header-section .header1 .bx-inc-orginfo {
  padding-top: 10px;
}
header .bx-header-section .header1 .bx-inc-orginfo.slogan {
  font-size: 14px;
  color: #fff;
  padding-top: 29px;
}
header .bx-header-section .header1 .bx-inc-orginfo .fa-phone {
  font-size: 28px;
  color: #ffffff;
  vertical-align: middle;
  padding-right: 12px;
}
header .bx-header-section .header1 .bx-inc-orginfo.contacts {
  padding-left: 40px;
}
header .bx-header-section .top-separator {
  height: 22px;
  background: url(images/header_line_bg.png) left top repeat-x;
  opacity: 0.3;
}
header .bx-header-section .bx-inc-orginfo-schedule {
  color: #ffffff;
  font-size: 12px;
  float: right;
}
header .bx-header-section .bx-inc-orginfo-phone {
  color: #000;
  white-space: nowrap;
}
header .bx-header-section .bx-inc-orginfo-phone span:first-of-type {
  font-size: 20px;
  color: black;
  font-family: "Arial Narrow";
}
header .bx-header-section .bx-inc-orginfo-phone span:last-of-type {
  font-size: 26px;
  color: white;
  font-family: "Arial Narrow Bold";
  vertical-align: top;
  line-height: 27px;
}
header .bx-header-section .bx-inc-orginfo-phone i {
  position: relative;
  margin-left: -23px;
}
header .bx-header-section .bx-inc-orginfo-recall a {
  color: #039be5;
  border-bottom: 1px dashed;
  font-size: 12px;
  margin-left: 2px;
}
header .bx-header-section .bx-inc-orginfo-recall a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
header .bx-header-section .bx-worktime {
  padding-top: 15px;
  transform: translateX(30px);
}
header .bx-header-section .bx-worktime .bx-worktime-title {
  color: #8d8d8d;
  font-size: 12px;
}
header .bx-header-section .bx-worktime .bx-worktime-prop {
  font-size: 13px;
  color: #ffffff;
}
header .bx-header-section .bx-worktime .bx-worktime-prop > span {
  white-space: nowrap;
}
.bx-content-seection {
  min-height: 50vh;
  padding: 0 45px 5px;
  background: #fff;
  border-left: 1px solid #eaebec;
  border-right: 1px solid #eaebec;
}
footer {
  /*background: #292d2e;
color: #c8cece;*/
  background-color: #2F3333;
  margin: 0 auto;
}
footer .footer {
  background: #2F3333;
  overflow: hidden;
}
footer .footer .container {
  background: #2F3333;
  padding: 0;
}
footer .footer .container .bx-footer-section.bx-center-section {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #2F3333;
}
footer .footer .container .bx-footer-section.bx-center-section .area .bx-block-title {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Arial Narrow Bold";
  text-transform: uppercase;
}
footer .footer .container .bx-footer-section.bx-center-section .area .bx-block-title.blue {
  color: #00c8e4;
}
footer .footer .container .bx-footer-section.bx-center-section .area a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
footer .footer .container .bx-footer-section.bx-center-section .area a:hover {
  text-decoration: underline;
}
footer .footer .container .bx-footer-section.bx-center-section .area .col1,
footer .footer .container .bx-footer-section.bx-center-section .area .col2,
footer .footer .container .bx-footer-section.bx-center-section .area .col3,
footer .footer .container .bx-footer-section.bx-center-section .area .col4 {
  line-height: 1.8;
  font-family: "Arial Narrow Bold";
  text-transform: uppercase;
  min-height: 153px;
  padding-left: 40px;
}
footer .footer .container .bx-footer-section.bx-center-section .area .col2,
footer .footer .container .bx-footer-section.bx-center-section .area .col3,
footer .footer .container .bx-footer-section.bx-center-section .area .col4 {
  background: url('images/foo_dott.gif') left top repeat-y;
}
footer .footer .container .bx-footer-line {
  background: #1f496a;
}
footer .footer .bx-footer-bottomline {
  background: #292B2C;
  font-size: 14px;
  padding: 15px 0;
  color: #ffffff;
}
footer .footer .bx-footer-bottomline .container {
  background: #292B2C;
}
footer .footer .bx-footer-bottomline .social {
  text-align: center;
}
footer .footer .bx-footer-bottomline #pagemaster {
  text-align: right;
}
footer .hr {
  height: 20px;
  background: #00c8e4;
}
/* FOOTER */
.bx-up {
  text-align: right;
}
.bx-up a {
  border-bottom: none;
}
.bx-up a:hover {
  border-bottom: none;
}
@media (min-width: 768px) {
  .bx-header-section .header1 {
    height: 87px;
  }
}
@media (min-width: 1200px) {
  .bx-content-seection {
    padding: 0 45px 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bx-content-seection {
    padding: 0 30px 5px;
  }
  header .bx-header-section .bx-inc-orginfo-phone span:last-of-type {
    font-size: 20px !important;
  }
  .bx-searchtitle .bx-input-group .bx-form-control {
    width: 80% !important;
  }
  .bx-top-nav-container .bx-nav-1-lvl > a {
    margin: 0 !important;
    font-size: 12px !important;
  }
  .bx-top-nav-container .bx-nav-1-lvl > a span {
    padding: 5px 3px 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bx-header-section .header1 .bx-logo {
    padding: 18px 0 0 0px !important;
  }
  .bx-header-section .header1 .bx-inc-orginfo.contacts {
    padding-left: 0 !important;
    padding-top: 10px;
  }
  .bx-header-section .header1 .bx-inc-orginfo.contacts .fa-phone {
    display: none;
  }
  .bx-header-section .header1 .bx-inc-orginfo.contacts .bx-inc-orginfo-phone span:last-of-type {
    line-height: unset;
    float: none;
    font-size: 20px;
  }
  .bx-header-section .bx-top-nav-container .bx-nav-1-lvl > a {
    margin: 0 !important;
  }
  .bx-header-section .bx-top-nav-container .bx-nav-1-lvl > a span {
    padding: 5px 3px 9px !important;
  }
  .bx-content-seection {
    padding: 0 15px 5px;
  }
}
@media (max-width: 767px) {
  header .bx-header-section {
    padding: 60px 15px 10px;
  }
  header .bx-header-section .header1 {
    background: none !important;
  }
  header .bx-header-section .header1 .bx-logo {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1400;
    padding: 10px 60px;
  }
  header .bx-header-section .header1 .bx-logo .bx-logo-block {
    text-align: center;
    height: 30px;
  }
  header .bx-header-section .header1 .bx-logo-text {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
  }
  header .bx-header-section .header1 .bx-logo-text:hover,
  header .bx-header-section .header1 .bx-logo-text:active {
    color: #fff;
  }
  header .bx-header-section .header1 .bx-logo-text small {
    font-size: 24px;
    color: #fff;
  }
  header .bx-header-section .header1 .bx-logo-desc {
    display: none;
  }
  header .bx-header-section .header1 .bx-inc-orginfo {
    text-align: center;
    padding-bottom: 10px;
  }
  header .bx-header-section .header1 .bx-worktime {
    text-align: center;
  }
  .bx-inc-orginfo.slogan {
    font-size: 14px;
    font-weight: bold;
    color: #00c8e4;
    padding-bottom: 5px;
  }
  .bx-inc-orginfo-phone {
    padding-left: 28px;
  }
  .bx-inc-orginfo-phone i {
    color: #cecece;
    font-size: 18px;
  }
  .bx-inc-orginfo-phone span:last-of-type {
    font-size: 20px !important;
    color: black !important;
    line-height: inherit !important;
    float: none !important;
    vertical-align: inherit !important;
  }
  .bx-content-seection {
    padding: 0 15px 10px;
  }
  .bx-footer {
    text-align: center;
  }
  .bx-up {
    text-align: center;
  }
  .bx-sidebar-block {
    margin-bottom: 40px;
  }
  .bx-sidebar-block.inc1 img,
  .bx-sidebar-block.inc2 img {
    width: 100%;
  }
  footer .area .col1,
  footer .area .col2,
  footer .area .col3,
  footer .area .col4 {
    background: none !important;
    padding-left: 0 !important;
    min-height: inherit !important;
  }
  footer .social {
    margin-top: 25px !important;
  }
  footer #pagemaster {
    transform: none !important;
    margin-top: 25px;
    text-align: center !important;
    padding-bottom: 20px;
  }
  footer .fa-caret-up {
    font-size: 40px;
    color: #00c8e4;
  }
}
.bx-subscribe .btn-subscribe {
  background: #00c8e4;
}
.bx-subscribe .btn-subscribe::before {
  background-color: #00aac1;
}
.bx-subscribe .btn-subscribe:hover {
  background-color: #00aac1;
}
.bx-pagination {
  display: none;
}
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-color: #00c8e4;
}
/*.zverushki-tags {
  margin: 0 !important;
}*/
.zverushki-section .zverushki-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -2px -5px;
  padding-left: 0;
}
.zverushki-section .zverushki-tags > li {
  list-style: none;
  padding-left: 0;
}
.zverushki-section .zverushki-tags > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.zverushki-section .zverushki-tags > li a {
  display: inline-block;
  padding: 10px;
  border: 1px solid;
  text-align: center;
  margin: 0 5px 5px;
  text-decoration: none;
}
.zverushki-section .zverushki-tags > li a:hover,
.zverushki-section .zverushki-tags > li a:focus {
  opacity: 0.9;
}
.zverushki-section ul.zverushki-tags > li:before {
  display: none;
}
.zverushki-section .zverushki-tags li.zver-hide {
  display: none;
}
.zverushki-detail .zverushki-tags li {
  width: 100%;
}
.zverushki-detail .zverushki-tags li a {
  width: 100%;
}
