@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: #fff;
  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;
  }
}

body.bx-background-gradient {
  background: rgb(246, 247, 251);
  background: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    rgba(246, 247, 251, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(246, 247, 251, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(246, 247, 251, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(246, 247, 251, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(246, 247, 251, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(246, 247, 251, 1) 0%,
    rgba(255, 255, 255, 1) 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;
}

.bx-header {
}

/*Logo*/

.bx-logo {
  padding-left: 17px;
  /*padding-bottom: 19px;*/
}

.bx-logo .bx-logo-block {
  display: block;
  height: 69px;
  border-bottom: none;
}

.bx-logo .bx-logo-block img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.bx-logo a.bx-logo-block {
  font-size: 12px;
  text-decoration: none;
}
.bx-logo-text,
.bx-logo-text:hover,
.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;
}

.bx-logo-text small {
  font-size: 37px;
}

.bx-logo-desc {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 10px;
  color: #b8b8b8;
}

@media (max-width: 767px) {
  .bx-logo {
    background: #1484ce;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1400;
    padding: 10px 60px;
  }

  .bx-logo .bx-logo-block {
    text-align: center;
    height: 30px;
  }

  .bx-logo-text {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    vertical-align: middle;
  }

  .bx-logo-text:hover,
  .bx-logo-text:active {
    color: #fff;
  }

  .bx-logo-text small {
    font-size: 24px;
    color: #fff;
  }

  .bx-logo-desc {
    display: none;
  }
}

/* Sections */

.bx-header-section {
  border-left: 1px solid #eaebec;
  border-right: 1px solid #eaebec;
  padding: 28px 45px 10px;
  background: #fff;
}

.bx-content-seection {
  min-height: 50vh;
  padding: 0 45px 5px;
  background: #fff;
  border-left: 1px solid #eaebec;
  border-right: 1px solid #eaebec;
}

@media (min-width: 1200px) {
  .bx-header-section {
    padding: 31px 45px 10px;
  }

  .bx-content-seection {
    padding: 0 45px 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bx-header-section {
    padding: 31px 30px 10px;
  }

  .bx-content-seection {
    padding: 0 30px 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-header-section {
    padding: 31px 15px 10px;
  }

  .bx-content-seection {
    padding: 0 15px 5px;
  }
}

@media (max-width: 767px) {
  .bx-header-section {
    padding: 60px 15px 10px;
  }
	header .bx-header-section{
			padding-top:0;
		}
		.col-logo{
			padding:0;
		}
  .bx-content-seection {
    padding: 0 15px 10px;
  }
}

/* header / phone */

.bx-inc-orginfo {
  padding-left: 28px;
}

@media (max-width: 767px) {
  .bx-inc-orginfo {
    text-align: center;
    padding-bottom: 10px;
  }
}

.bx-inc-orginfo-phone {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  white-space: nowrap;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inc-orginfo-phone i {
  color: #97a1ab;
  position: relative;
  margin-left: -23px;
}

.bx-inc-orginfo-phone a.gp_recall {
  color: #159299;
  border-bottom: 1px dashed;
  font-size: 12px;
  margin-left: 2px;
  letter-spacing: 0.16em;
}

.bx-inc-orginfo-phone a.gp_recall:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.bx-inc-orginfo-recall {
}

.bx-inc-orginfo-recall a {
  color: #159299;
  border-bottom: 1px dashed;
  font-size: 12px;
  margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.bx-inc-orginfo-phone a.gp_clock {
  color: red;
  border-bottom: 1px dashed;
  font-size: 12px;
  margin-left: 2px;
  letter-spacing: 0.01em;
}

.bx-inc-orginfo-phone a.gp_clock:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

/* header / worktime */

.bx-worktime {
}

@media (max-width: 767px) {
  .bx-worktime {
    text-align: center;
  }
}

.bx-worktime-title {
  color: #8d8d8d;
  font-size: 12px;
}

.bx-worktime-prop {
  font-size: 13px;
  color: #000;
}

.bx-worktime-prop > span {
  white-space: nowrap;
}

/*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;
  color: #fff;
  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: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
  padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {
}

h1.bx-title {
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 26px;
}

h2.bx-title {
  font-size: 25px;
}

h3.bx-title {
}

h4.bx-title {
}

h5.bx-title {
}

h6.bx-title {
}

/* 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: #cfd0d0;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}

.bx-inclogofooter-worktime {
  color: #cfd0d0;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

/* 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.jpg) 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: 36px;
  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: 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: 36px;
}

/* FOOTER */

.bx-footer {
  background: #292d2e;
  color: #c8cece;
}

.bx-footer-section.bx-center-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bx-footer-section.bx-center-section > div {
  margin-bottom: 20px;
}

.bx-footer a {
  color: #c8cece;
}

.bx-footer a:hover {
  color: #fff;
  border-bottom: 1px solid;
  text-decoration: none;
}

.bx-footer-line {
  background: #1f496a;
}

.bx-footer-bottomline {
  background: #222425;
  font-size: 14px;
  padding: 22px 0;
}

.bx-up {
  text-align: right;
}

.bx-up a,
.bx-up a:hover {
  border-bottom: none;
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
  .bx-footer {
    text-align: center;
  }

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

/**/

.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: #159299;
  border-color: #159299;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #53a4d8;
  border-color: #53a4d8;
}

.btn-link {
  color: #159299;
}

.btn-link:focus,
.btn-link:hover {
  color: #53a4d8;
  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;
}

a.bxd-block:hover {
}

.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-block:hover .bxd-icon {
}

.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-link:hover .bxd-icon .fa {
}

.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;
}

#gp_map {
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0;
}

.gp_youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.gp_youtube iframe,
.gp_youtube object,
.gp_youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gp_dotted {
  border: 1px dotted #a5a5a5;
  border-style: none none dotted;
  color: #fff;
  background-color: #fff;
  clear: both;
  margin: 0;
}

.buyone-fixed {
  right: 20px;
  bottom: 180px;
}
/*
li.bx-nav-1-lvl:first-child > a > span {
  border: 2px solid rgb(255, 128, 128);
  color: red;
  text-shadow: 1px 1px rgb(255, 196, 196);
  border-radius: 10px;
  border-spacing: 15px;
  margin-top: -4px;
}*/

.instruction{
	margin-top:15px;
}
.popup_button{
	font-size:14px;
	color:#ff0143;
	cursor:pointer;
	padding-left:48px;
}

.popup_bg{-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.75); z-index: 100; display: none; cursor: pointer;}
.popup_window{ max-width: 400px; height: 350px; width: 100%; background: #fff;  display: block;  z-index: 102;-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; position:relative;}
.close_modal{height: 15px;color: #fff; width: 15px; z-index: 11; cursor: pointer; position: absolute; top: 0px; right: 5px; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s;}
.title_pop{background: #159299; min-height: 80px; text-align: center;}
.title_pop p{font-size: 25px; font-family: segoeuil; color: #fff; line-height: 80px;}
.mfp-close{cursor: pointer;}
.popup_window form{max-width: 300px; width: 100%; margin: 30px auto 0px;}
.popup_window form input{width: 100%; min-height: 40px; border: 1px solid #d3d3d3; font-size: 15px; color: #9f9e9e; margin-bottom: 13px; padding-left: 20px; font-family: "robotoregular";}
.popup_window input.btn_callback{width: 100%; margin-top: 10px;  padding-left: 0px; border:none; background: #90cdd1; color: #fff; font-size: 13px; text-transform: uppercase; -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s;}
.popup_window form span{color: #9f9e9e; font-size: 13px; font-family: "robotoregular"; line-height: 18px;}
.popup_window input.btn_callback:hover{background: #3bc915; }
.error{font-size:12px; color:red;}
#preorder_thank{background: #473a37;}
.lb-number{opacity: 0;}
.box__product_other{margin-top: 45px;}
.title_other{text-align: center; padding-bottom: 20px; text-transform: uppercase;}
.title_other p{ font-size: 22px; color: #2d2d2d; }
.thank{color: #444444; font-size: 22px; text-align: center; margin-top:110px;}
#preorder_thank{height: auto; padding: 30px 0px;}

.bx-soa-pp-company a{
	display:block;
	background-color: #159299;
	border-color: #159299;
	color: #FFF;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle	
}
.SDEK_mark{
	display:none;
}

.bx-up{
	display:none;
}
@media (min-width:1200px)
{
.flex{
	display:flex;
	
}
.bx-content{
	order:2;
}
.sidebar{
	order:1;
}
}


@media (max-width:768px)
{
	.flex_for_order{
	display:flex;
	flex-wrap:wrap;
}
.flex_for_order .sidebar_el{
	order:2;
	width:100%;
}
}
.bx-nav-2-lvl{
	position:relative;
}
.hover_level_3{
	left:210px;
	box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.3);
	display: none;
	position: absolute;
	top: -18px;
	left: 200px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	padding: 20px;
	width: 400px;
}
.hover_level_3.one{
	width: 200px;	
}
.bx-nav-2-lvl:hover .hover_level_3{
	display:block;
}
.hover_level_3 .title_col{
	font-weight: bold;
color: #dadada;
margin-bottom:5px;
}
.hover_level_3 ul{
	margin-left:13px;
	padding-left:0px;
}
.hover_level_3 .hover_level_3_wrap{
	display:flex;
}
.col_brand2{
	margin-left:40px;
}
.hover_level_3 ul li{
	list-style-type:none;
	margin-bottom:5px;
}
@media (max-width:768px)
{
.bx-nav-2-lvl:hover .hover_level_3{
	display:none !important;
}
}

/*NEW SECTIONS LIST*/
.catalog_section_list .section_item {
    line-height: 20px;
    font-size: 12px;
    padding: 30px 30px;
    zoom: 1;
    vertical-align: top;
    border: 1px solid #f2f2f2;
    transition: box-shadow ease 0.2s, border ease-out 0.2s;
    line-height: 20px;
    font-size: 12px;
}
.catalog_section_list .section_item .image {
    width: 140px;
    text-align: center;
    padding: 0 25px 10px 0;
    vertical-align: top;
}
.catalog_section_list .section_item td.section_info {
    vertical-align: top;
}
.catalog_section_list .section_item ul {
    margin: 0px;
	overflow: hidden;
}
.catalog_section_list.rows_block{margin:0px -6px;}
body .catalog_section_list .item_block{padding:0px;margin:0px 0px -1px -1px;}
.catalog_section_list .item_block:nth-child(2n+1){clear:left;}
.catalog_section_list .section_item{line-height:20px;font-size:12px;padding:30px 30px;zoom:1;vertical-align:top;border:1px solid #f2f2f2;transition:box-shadow ease 0.2s, border ease-out 0.2s;}
.catalog_section_list .section_item:hover{box-shadow:0px 0px 20px rgba(0,0,0,0.1);border-color:#fff;}
.catalog_section_list .section_item ul{margin:0px;}

.section_item_inner .section_info a{border-bottom:0px;font-weight:400;line-height:20px;font-size:13px;}
.section_info .dark_link{color:#666666 !important; font-size:16px;font-weight:bold;line-height:18px;}
.section_info .dark_link span{color:#222222 !important; }
.catalog_section_list .section_item li.name a{text-decoration:none;}
.catalog_section_list .section_item li.name a span{font-size:16px;font-weight:bold;line-height:18px;}
.catalog_section_list .section_item li.name{display:block;margin-bottom:8px;}
.catalog_section_list .section_item li.sect{display:inline-block;padding:0px 8px 0px 0px;margin:0px;}
.catalog_section_list .section_item li.collapsed{display:none;}
.catalog_section_list .section_item .image{width:140px;text-align:center;}
.catalog_section_list .section_item .desc .desc_wrapp{display:inline-block;padding:0px;margin:11px 0px 0px;color:#888888;font-size:13px;}
.catalog_section_list.section .desc .desc_wrapp{margin-top:0px;}
.catalog_section_list.section .section_item li.name{margin-bottom:5px;}
.catalog_section_list.section{margin-bottom:20px;}
.catalog_section_list .item {
    height: 100%;
    min-height: 100%;
}
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.row.flexbox {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media(min-width:769px){
	.catalog_section_list .section_item li.sect{
		display:block;
	}
}

/*ARROW IN SLIDERS*/
@media(max-width:812px){
	/*.slick-prev:before, .slick-next:before{
		font-size:32px;
	}
	.slick-prev{
		z-index:100;
	}
	.slick-prev, .slick-next{
		width:32px;
		height:32px;
	}*/
	.bx-aside-nav .bx-nav-parent-arrow i{
		font-size:27px;
		font-weight:bold;
	}
}

.wrap_sort_block{
width: 100%;
display: flex;
flex-direction: column;

}
.wrap_sort_block .catalog_content__sort_horizon{
	order:3;
	margin:10px 0px;
}

.gp_text_block h1{
	color: #159299;
	font-size:23px;
}
.brands_list, .brands_list .section_item_inner{
	width:100%;
}
.brands_list ul li{
	list-style:none;
	width:100%;
}
.brands_list ul{
	-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
page-break-inside: avoid;
break-inside: avoid;
}
.brands_list .section_info a {
color: #666666 !important;
}
.brands_title{
	font-weight:bold;
	font-size:26px;
	margin:10px 0px 25px;
}
@media (max-width:768px){
.brands_list ul{
	-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
page-break-inside: avoid;
break-inside: avoid;
}	
}
.first_section{
	display:flex;
	justify-content:space-between;
}
.first_section img{
	width:80px;
	display:block;
	height:80px;
}

.delivery_top_menu a{
max-width: 110px !important;
text-align: center !important;
padding-top: 0px !important;	
}

.delivery_top_menu span{
    padding-top: 8px !important;
    padding-bottom: 6px !important;
    font-size: 14px !important;
}

#SDEK_pvz{
	max-width:100% !important
}


.wrap_price_klinika .RRC{
	font-size:20px;
}
.wrap_price_klinika  .clinick_price{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.wrap_price_klinika  .clinick_price .product-item-detail-price-current{
	font-size:16px;
}
.wrap_price_klinika .item_economy_price{
	display:none;
}
.bx-logo{
	position:relative;
}
.PROFI_TITLE{
	position:absolute;

top: -18px;
right: 8px;
font-size: 15px;
color: #ff0143;
letter-spacing: 0.02em;
}

.fancybox-close{
top: 0 !important;
  right: 0 !important;	
}
.link-tg-mobile{
	display:none;
}
.link-tg{
	margin-top:8px;
	position:relative;
	left:4px;
	max-width: 150px;
}
.link-tg .link-tg-img{
	text-align:center;
}
.link-tg-text{
	font-size:90%;
}

@media(max-width:768px){
	.link-tg-mobile{
		position:relative;
		top:6px;
		display:block;
	}
}