/*какие-то общие моменты
*********************************************/
@media (min-width: 990px) {
  .paddingless--right {
    padding-right: 0 !important;
  }
}
.paddingless--important {
  padding: 0 !important;
}
@media (max-width: 989px) {
  .search-block__title {
    line-height: 34px;
    text-align: center;
  }
}
@media (max-width: 989px) {
  #ajaxSearch_submit {
    margin: 10px auto !important;
  }
}
.empty-line {
  padding-left: 35px;
}
.bold-it {
  font-weight: bold;
}
p {
  font-size: 15px;
  color: #333c41;
  font-family: PF Agora Sans Pro;
}
.news_item__title {
  font-size: 17px;
}
.mobi__hide {
  display: block;
}
@media (max-width: 991px) {
  .mobi__hide {
    display: none;
  }
}
.mobi__show {
  display: block;
}
@media (min-width: 990px) {
  .mobi__show {
    display: none;
  }
}
.jot-controls input {
  height: 24px !important;
}
.jot-input-prepend .jot-add-on {
  height: 24px !important;
}
.btn__green {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: 10px;
  width: 160px;
  border-radius: 3px;
  background: #40c781;
  box-shadow: 0 -3px #35a76e inset;
  transition: 0.2s;
  border: none;
}
.btn__green:hover {
  background: #35a76e;
  transition: 0.2s;
}
/*--какие-то общие моменты
****************************************************************/
#header {
  /*height: 115px;*/
  background: #fff;
}
.logo {
  text-decoration: none;
}
.logo img {
  margin-top: 10px !important;
}
.contact {
  text-align: center;
  color: #7e7e7e;
  font-size: 12px;
}
.contact span {
  display: inline-block;
  color: #41598d;
  font-size: 24px;
  text-shadow: 0 0 2px white;
}
#sideLeft {
  position: relative;
  overflow: hidden;
}
#sideLeft p span {
  width: 100%;
  display: block;
  color: #6e6e6e;
}
#slider {
  position: relative;
}
.main-wrap {
  padding-left: 20px !important;
}
#header {
  padding-bottom: 35px;
  padding-top: 30px;
}
.header__address {
  padding-bottom: 5px;
  margin-top: 15px;
}
.news-item__img {
  max-width: 100%;
}
.sidebar__inner {
  overflow: hidden;
}
/*footer
********************************************************************************/
.webstr {
  text-align: right;
}
.webstr__inner {
  display: inline-block;
  max-width: 250px;
}
.webstr__link {
  font-size: 12px;
}
.nav-wrap {
  background: #e2edf3;
}
.nav-wrap .navbar-brand.navbar-toggle {
  border: none !important;
  float: left;
  height: auto;
}
.sidebar .nav-wrap {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 18px rgba(16, 36, 48, 0.27);
  -moz-box-shadow: 0 2px 18px rgba(16, 36, 48, 0.27);
  box-shadow: 0 2px 18px rgba(16, 36, 48, 0.27);
}
#sidebar-menu {
  padding: 40px 0;
}
.sidebar__sort {
  color: #333b41 !important;
  font-family: "Ubuntu";
  font-size: 16px;
  background: transparent !important;
  text-decoration: none;
  border: none!important;
  border-bottom: 1px dashed !important;
  transition: 3s;
}
.sidebar__sort:hover {
  border-bottom: none !important;
}
.sidebar__sort-wrap  {
  padding: 10px 0;
  background-color: #c5d3de !important;
  background-image: url("../image/updown.png");
  background-repeat: no-repeat;
  background-position: 5px 50%;
  max-width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  border-radius: 2px;
  margin-bottom: 20px;
}

{
	width: 270px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #c5d3de;
}
.sidebar .active > a {
  background: #e24234;
  color: #fff;
}
.sidebar__title-link {
  margin: auto;
  text-decoration: none;
  line-height: 43px;
  width: 100%;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  color: #fff !important;
  max-width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.sidebar .dcjq-parent.test,
.sidebar a:hover {
  background: #e24234;
  color: #fff;
}
.sidebar__sort-wrap {
  text-align: center;
}
.sidebar__sort:hover {
  opacity: 0.8;
}
/*--footer
******************************************************************************/
/*Adaptive
******************************************************************************/
@media (max-width: 990px) {
  .footer__right,
  .webstr {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 770px) {
  .logo {
    display: block;
    text-align: center;
    margin: 20px auto;
    max-width: 235px;
  }
  ul.head_link {
    left: 0;
    right: 0;
    margin: auto;
  }
  .contact {
    width: 100%;
  }
  #header .search {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
/*
- Новые стили
-------------------------------------------------------*/
.topline {
  background: #ecf0f1;
  padding-top: 10px;
}
@media (max-width: 990px) {
  .topline {
    text-align: center;
  }
}
.topline__address {
  list-style-type: none;
  vertical-align: middle;
}
@media (max-width: 990px) {
  .topline__address {
    text-align: center;
  }
}
.topline__address li {
  display: inline-block;
  padding-left: 30px;
  min-height: 30px;
  background: url("../image/ico-address.png") no-repeat 5px 50%;
  line-height: 30px;
}
.topline__address li:not(:first-child) {
  margin-left: 35px;
}
.logo {
  display: block;
  text-align: center;
  margin-top: 7px;
  width: 220px;
}
.logo__top {
  font-family: "Molot";
  color: #333c41;
  font-size: 45px;
}
.logo__low {
  font-size: 35px;
}
.logo__bottom {
  font-family: Ubuntu;
  font-size: 14px;
  color: #34434d;
}
.header {
  text-align: center;
}
.header__phone {
  margin-top: 15px;
  height: 22px;
  font-size: 22px;
  color: #333c41;
  background: url("../image/ico-phone.png");
  background-repeat: no-repeat;
  width: 210px;
  padding-left: 25px;
  font-family: PF Agora Sans Pro;
}
@media (max-width: 770px) {
  .header__phone {
    margin: 10px auto;
  }
}
.header .btn__green {
  width: 280px;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(24, 80, 120, 0);
  border: solid 2px #e64b3b;
  background: transparent;
  line-height: 25px;
  box-shadow: none;
  color: #333b41 !important;
  font-family: Ubuntu;
  max-width: 100%;
  margin: auto !important;
  transition: 0.2s;
}
.header .btn__green:hover {
  color: #fff !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb5a4c+0,e1372c+100 */
  background: #eb5a4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eb5a4c 0%, #e1372c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eb5a4c 0%, #e1372c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eb5a4c 0%, #e1372c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5a4c', endColorstr='#e1372c', GradientType=0);
  /* IE6-9 */
}
.topnav ul li:hover > a, .topnav ul li.active > a {
  color: #fff !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb5a4c+0,e1372c+100 */
  background: #eb5a4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eb5a4c 0%, #e1372c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eb5a4c 0%, #e1372c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eb5a4c 0%, #e1372c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5a4c', endColorstr='#e1372c', GradientType=0);
  /* IE6-9 */
  transition: 0.5s;
}
.headnav {
  background-color: #0e78bf;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.16), rgba(255, 255, 255, 0.16));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.16), rgba(255, 255, 255, 0.16));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.16), rgba(255, 255, 255, 0.16));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.16), rgba(255, 255, 255, 0.16));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.16), rgba(255, 255, 255, 0.16));
  border-bottom: 4px solid #1c5a86;
}
.topnav > ulli > a {
  color: #fff !important;
}
@media (min-width: 990px) {
  .topnav > ul {
    display: table;
    width: 100%;
  }
  .topnav > ul > li {
    display: table-cell;
    float: none;
    text-align: center;
  }
}
.search-block {
  background: #333c41;
  padding: 25px 0;
}
.search-block__title {
  font-family: Ubuntu;
  font-size: 35px;
  color: #fff;
  margin-top: 30px;
}
.b3 {
  text-align: center;
}
.b3__1 {
  background: url("../image/3b-1.png");
}
.b3__2 {
  background: url("../image/3b-2.png");
}
.b3__3 {
  background: url("../image/3b-3.png");
}
.b3__item {
  height: 255px;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  position: relative;
  text-decoration: none;
  color: #fff !important;
  transition: 0.5s;
  overflow: hidden;
}
.b3__item:after {
  position: relative;
  content: '';
  display: block;
  width: 100%;
  height: 520px;
  opacity: 0.8;
  position: absolute;
  top: 20px;
  background-color: #333c41;
  transition: 0.5s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.8+50 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 1%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  /* IE6-9 */
}
.b3__item:hover:after {
  top: -250px;
  bottom: auto;
}
.b3__item-txt {
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: 0 1px 4px #181e23;
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  z-index: 22;
  transition: 0.6s;
}
.b3__item-txt:after {
  position: relative;
  content: '';
  display: block;
  width: 78px;
  height: 4px;
  background-color: #e64b3b;
  left: 50%;
  margin-left: -39px;
  bottom: -10px;
}
.b3__item:hover .b3__item-txt {
  bottom: 50%;
}
.marks {
  margin-top: 140px;
  margin-bottom: 120px;
}
.marks__inner {
  text-align: center;
  border: 5px solid #afbdc1;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.marks__title {
  display: inline-block;
  color: #fff;
  font-family: "Ubuntu";
  font-size: 25px;
  width: 379px;
  height: 63px;
  line-height: 60px;
  text-shadow: 0 1px 2px rgba(110, 122, 125, 0.61);
  background-color: #afbdc1;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  position: absolute;
  top: -35px;
  z-index: 11;
  left: 50%;
  margin-left: -190px;
}
.marks__item {
  height: 140px;
  filter: grayscale(100%);
  transition: 0.4s;
}
.marks__item:hover {
  filter: grayscale(0);
}
.marks__item-img {
  max-width: 100%;
}
.index-mid .container {
  background: #ecf0f1;
}
.index-mid__right {
  padding-top: 40px;
}
.marginb-botless {
  margin-bottom: 0;
}
.form-new {
  margin-top: 121px;
  background: url("../image/form-bg.png");
  padding: 100px 0;
  background-size: cover;
}
.form-new__input {
  height: 51px;
  background-color: #fff;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 25px;
  font-family: "Ubuntu";
  font-size: 16px;
}
@media (max-width: 770px) {
  .form-new__input {
    max-width: 90%;
    margin: 10px auto;
    display: block;
  }
}
.form-new__input--textarea {
  padding-top: 12px;
  height: 205px;
  margin-bottom: 0;
}
.form-new__title {
  font-family: Ubuntu;
  font-size: 40px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  padding-bottom: 75px;
}
.form-new__btn-wrap {
  text-align: center;
}
.form-new .btn__red {
  margin: 10px auto;
  width: 300px;
}
.index-content {
  padding: 25px 0;
}
.footer {
  padding: 0;
  margin: 30px 0 0;
}
.footer__address {
  padding-left: 30px;
  font-family: PF Agora Sans Pro;
  font-size: 20px;
  color: #333c41;
  background: url("../image/ico-address-2.png") no-repeat;
  height: 25px;
  padding-top: 4px;
}
.footer__phone {
  font-family: PF Agora Sans Pro;
  font-size: 20px;
  color: #333c41;
  padding-left: 30px;
  background: url("/assets/image/ico-phone-2.png");
  background-repeat: no-repeat;
  margin-top: 20px;
  padding-bottom: 10px;
}
.footer__top {
  background: #eef2f5;
  padding: 30px 0;
}
.footer .logo__top {
  color: #fff;
}
.footer .logo__bottom {
  color: #fff;
}
.footer .btn__green {
  width: 280px;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(24, 80, 120, 0);
  border: solid 2px #e64b3b;
  background: transparent;
  line-height: 25px;
  box-shadow: none;
  color: #333b41 !important;
  font-family: Ubuntu;
  max-width: 100%;
  margin: 10px auto !important;
  transition: 0.2s;
}
.footer .btn__green:hover {
  color: #fff !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb5a4c+0,e1372c+100 */
  background: #eb5a4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eb5a4c 0%, #e1372c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eb5a4c 0%, #e1372c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eb5a4c 0%, #e1372c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5a4c', endColorstr='#e1372c', GradientType=0);
  /* IE6-9 */
}
#ajaxSearch_submit {
  width: 200px;
}
.index-mid__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 990px) {
  .index-mid__img {
    margin: 50px auto 0;
  }
}

.main-catalog .container{
	position: relative;
}
.main-catalog__title {
  padding: 40px 0;
  color: #333b41;
  font-family: "Ubuntu";
  font-size: 35px;
  line-height: 25px;
}
.main-catalog__link {
  font-family: Ubuntu;
  font-size: 18px;
  color: #333c41;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  transition: 0.5s;
}
.main-catalog__link-wrap {
  width: 100%;
}
.main-catalog__link:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e14032+0,eb6757+100 */
  color: #fff;
  background: #e14032;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e14032 0%, #eb6757 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e14032 0%, #eb6757 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e14032 0%, #eb6757 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e14032', endColorstr='#eb6757', GradientType=0);
  /* IE6-9 */
}
.goods-list__acc {
  list-style-type: none;
}
.goods-list-wrap {
  padding: 70px 0;
}
.goods-list-wrap__item {
  position: relative;
}

.w__item-1 .goods-list-wrap__ico{
  background: url("../image/acc-2.png");
}
.w__item-2 .goods-list-wrap__ico{
  background: url("../image/acc-3.png");
}
.w__item-3 .goods-list-wrap__ico{
  background: url("../image/acc-4.png");
}
 .w__item-4 .goods-list-wrap__ico{
  background: url("../image/acc-5.png");
}
.w__item-5 .goods-list-wrap__ico{
  background: url("../image/acc-6.png");
}
 .w__item-6 .goods-list-wrap__ico{
  background: url("../image/acc-7.png");
}
.w__item-7 .goods-list-wrap__ico{
  background: url("../image/acc-8.png");
}
 .w__item-8 .goods-list-wrap__ico{
  background: url("../image/acc-9.png");
}
.w__item-9 .goods-list-wrap__ico{
  background: url("../image/acc-10.png");
}
.w__item-10 .goods-list-wrap__ico{
  background: url("../image/acc-11.png");
}
.goods-list-wrap__ico {
  position: absolute;
  left: 40px;
  top: 30px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat !important;
  height: 70px;
}
.goods-list__title {
  display: block;
  width: 100%;
  padding: 50px 180px;
}
.goods-list-wrap__item {
  margin-bottom: 5px;
}
.goods-list__title {
  text-decoration: none !important;
}
.product__link {
  font-family: Ubuntu;
  font-size: 13px;
  color: #333c41;
}
.goods-list__title.dcjq-parent {
  border-bottom: none !important;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333c41;
  background-color: #edf1f5;
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
}
.goods-list__title.dcjq-parent.test {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1381c4+0,0c6eb8+100 */
  background: #1381c4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1381c4 0%, #0c6eb8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1381c4 0%, #0c6eb8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1381c4 0%, #0c6eb8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1381c4', endColorstr='#0c6eb8', GradientType=0);
  /* IE6-9 */
}
.goods-list__title.dcjq-parent.test .goods-list-wrap__ico {
  filter: invert(100%);
}
.goods-list-wrap__inner {
  list-style-type: none;
}
.goods-list__main-title {
  font-family: Ubuntu;
  font-size: 35px;
  color: #333c41;
  line-height: 40px;
  margin-bottom: 40px;
}
.B_crumbBox a {
  font-family: Ubuntu;
  font-size: 14px;
  text-decoration: none;
  color: #333c41;
}
.B_crumbBox a:hover {
  text-decoration: underline;
}
.B_crumbBox .B_currentCrumb {
  color: #0e78bf;
}
.goods-list-wrap__inner {
  width: 100%;
}
.fake {
  list-style-type: none;
}
.goods-list-wrap__inner tr td {
  text-align: center;
}
.goods-list-wrap__inner tr:first-child td {
  text-align: center;
  background: #eef2f5;
  padding: 10px 0;
}
.btn__add {
  width: 83px;
  height: 23px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(24, 80, 120, 0);
  border: solid 1px #e64b3b;
  display: block;
  color: #333b41;
  font-family: "Ubuntu";
  font-size: 12px;
  margin: 10px auto;
  text-decoration: none;
}
.btn__add:hover {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e03a2d+0,eb6050+100 */
  background: #e03a2d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e03a2d 0%, #eb6050 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e03a2d 0%, #eb6050 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e03a2d 0%, #eb6050 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e03a2d', endColorstr='#eb6050', GradientType=0);
  /* IE6-9 */
}
input[name="qty"] {
  width: 37px;
  height: 23px;
  background-color: #fff;
  border: solid 1px #dbe3e9;
  text-align: center;
  margin: auto;
}
input[name="qty"]:-webkit-inner-spin-button,
input[name="qty"]::-webkit-outer-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  appearance: none !important;
  -moz-appearance: textfield !important;
  /* Firefox */
  -webkit-appearance: none !important;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.ui-spinner {
  width: 83px;
  height: 23px;
  border: 1px solid #dbe3e9;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #edf1f5;
  background-image: linear-gradient(bottom, #000 0%, #fff 100%);
}
.ui-spinner-button {
  width: 20px;
  height: 20px;
  position: absolute;
}
.ui-spinner-button.ui-spinner-up {
  background: url("../image/plus.png") no-repeat;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: 50%;
}
.ui-spinner-button.ui-spinner-down {
  background: url("../image/minus.png") no-repeat;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: 50%;
}
.goods-list-wrap__inner tr td {
  border: 1px #eef2f5 solid;
  font-family: Ubuntu;
  font-size: 12px;
  color: #333c41;
}
.product-page h1 {
  text-align: left;
}
.product-page .addcart-txt,
.product-page .btn__add,
.product-page input[type="number"] {
  vertical-align: bottom;
  margin-bottom: 0;
}
.price-wrap {
  border-bottom: #eef2f5 1px solid;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
}
.price-wrap .btn__add {
  width: 120px;
  height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(24, 80, 120, 0);
  border: solid 1px #e64b3b;
  display: inline-block;
  line-height: 35px;
}
.price-wrap .akpp-info {
  background: #eff3f6;
  height: 33px;
  line-height: 29px;
  padding: 2px 10px 0 45px;
  background-image: url("../image/ico-i.png");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  display: inline-block;
  float: right;
  bottom: 0;
  margin-top: 20px;
	color: #333c41;
  text-decoration: none;
}
.price-wrap .akpp-info:hover{
	text-decoration: underline;
}
.goods-strong {
  font-family: Ubuntu;
  font-size: 20px;
  color: #333c41;
}
.ui-spinner.ui-corner-all.ui-widget.ui-widget-content {
  text-align: center;
}
.price-wrap {
  text-align: left;
  position: relative;
}
.links-table {
  margin-top: 40px;
}
.big-photo__wrap img {
  margin: auto;
}
.trans-link {
	    margin-bottom: 5px;
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 180px;
  border-bottom: none !important;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333c41;
  background-color: #edf1f5;
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
}
.trans-link .goods-list-wrap__ico {
  background: url(../image/acc-1.png);
}
.trans-link:hover {
  border-bottom: none !important;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333c41;
  background-color: #edf1f5;
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
  color: #fff;
  background: #1381c4;
  background: -moz-linear-gradient(top, #1381c4 0%, #0c6eb8 100%);
  background: -webkit-linear-gradient(top, #1381c4 0%, #0c6eb8 100%);
  background: linear-gradient(to bottom, #1381c4 0%, #0c6eb8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1381c4', endColorstr='#0c6eb8', GradientType=0);
}
.trans-link:hover .goods-list-wrap__ico {
  filter: invert(100%);
}
.order-from .btn__red {
  margin: auto;
}
.footer{
	margin-top: 0;
}

.thx {
	text-align: center;
}

.thx strong{
	color: #fff;
	font-size: 20px;
}


.main-catalog__sort{
	border: none;
	padding: 8px 0 10px 25px;
	background-color: #c5d3de !important;
	background-image: url("../image/updown.png");
	width: 270px;
	height: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #c5d3de;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 10px;
	font-family: Ubuntu;
	font-size: 16px;
	color: #333c41 !important;
	right: 0;
	top: 33px;
}

.main-catalog__sort:hover:after{
	display:none;
}

.main-catalog__sort:after{
	content: '';
	width: 200px;
	height: 1px;
	position: absolute;
	border-bottom: 1px dashed;
	left: 48px;
	bottom: 7px;
}


.another-cat{
	margin-top: 70px;
	margin-bottom: 70px;
}

.product-page__back{
	width: 110px;
	height: 38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	line-height: 38px;
	position: absolute;
	left: -100px;
	background: url(../image/ico-back.png) #ecf1f4 no-repeat 15px 13px;
	font-family: Ubuntu;
	font-size: 16px;
	color: #333c41;
	text-decoration: none;
}

@media (max-width:1200px) {
	.product-page__back{
		display: none;
	}
}

.product-page__back:hover{
	text-decoration: underline;
}

#popup-1{

			    height: 405px;
}

#popup-1 .btn__red{
	width: 275px;
}


#popup-1 .callback__line{
	margin-bottom: 10px !important;
}
#popup-1 textarea{
	width: 275px;
	height: 65px;
}
