.footer__items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  .footer__items {
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0 25px;
  }
}

.footer__logo {
  display: block;
  margin: 0 auto 40px;
  width: 182px;
  height: 56px;
  background: url(/images/bg/footer-logo.svg) no-repeat 0 0/182px 56px;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .footer__logo {
    margin: 0;
  }
}

.footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  .footer__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-align: flex-start;
        align-items: flex-start;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.footer__item {
  text-align: left;
  font: 14px/3 'Museo Sans Cyrl 900', sans-serif;
}

ul.static__child {
    padding: 0;
    margin-top: 5px;
    list-style: none;
}

.footer__subitem {
  text-align: left;
  font: 14px/200% 'Museo Sans Cyrl 300', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .footer__item {
    text-align: left;
    margin-right: 90px;
    line-height: 132%;
  }
}

.footer__link {
  color: #000000;
  text-decoration: none;
}

.footer__subitem a {
	color: #000000;
	text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

.breadcrumbs__list {
  margin: 0;
  padding: 16px 0;
  list-style: none;
  transition: padding .25s linear;
}

@media only screen and (min-width: 720px) {
  .breadcrumbs__list {
    display: -ms-flexbox;
    display: flex;
  }
}

.breadcrumbs__bg {
  background-color: #fff;
  transition: background-color .25s linear, box-shadow .25s linear;
}

.hide-bf .breadcrumbs__bg {
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.hide-bf .breadcrumbs__list {
    padding: 6px 0;
}
@media only screen and (max-width: 1024px) {
	.hide-bf .breadcrumbs__list {
		padding: 0 0 6px 0;
		white-space: nowrap;
		overflow: scroll;
	}
}

.breadcrumbs__item,
.breadcrumbs__item h1 {
  font: 14px/134% 'Museo Sans Cyrl 300', sans-serif;
  transition: font-size .25s linear;
  padding: 0 10px;
  margin: 0;
  display: inline-block;
}
li.breadcrumbs__item:first-child {
    padding-left: 0;
}
.hide-bf .breadcrumbs__item,
.hide-bf .breadcrumbs__item h1 {
  font-size: 11px;
}

.breadcrumbs__item:first-child:before {
  content: " ";
}

.breadcrumbs__item:before {
  content: "/";
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (min-width: 720px) {
  .breadcrumbs__item:before {
    padding-left: 0;
  }
}

.breadcrumbs__link {
  text-decoration: none;
  color: #F7A707;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.pagination__list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0 30px;
  list-style: none;
}

.pagination__item {
  display: none;
  margin-left: 10px;
  font: 14px/136% 'Museo Sans Cyrl 400', sans-serif;
}

.pagination__item:nth-child(1), .pagination__item:nth-child(2), .pagination__item:nth-child(3), .pagination__item:nth-last-child(2), .pagination__item:last-child {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .pagination__item {
    display: block;
  }
}

.pagination__item:first-child {
  margin-left: 0;
}

.pagination__link {
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  text-decoration: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 38px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #6c6c6c;
  transition: color .25s linear, background-color .25s linear;
}

.pagination__link:hover, .pagination__link--current {
  background: #F7A707;
  color: #ffffff;
}

.pagination__link--current {
  cursor: default;
}

.pagination__prev, .pagination__next {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 38px;
  height: 36px;
  border-radius: 3px;
  background-color: #F7A707;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #6c6c6c;
  text-indent: -9999px;
  overflow: hidden;
}

.pagination__prev[disabled="disabled"], .pagination__next[disabled="disabled"] {
  background-color: #fff;
  cursor: default;
}

.pagination__prev {
  background-image: url(/images/bg/pagination-prev.svg);
}

.pagination__prev[disabled="disabled"] {
  background-image: url(/images/bg/pagination-prev-disabled.svg);
}

.pagination__next {
  background-image: url(/images/bg/pagination-next.svg);
}

.pagination__next[disabled="disabled"] {
  background-image: url(/images/bg/pagination-next-disabled.svg);
}

.content-bg {
  background-color: #ECECEC;
  padding-bottom: 40px;
  padding-top: 80px;
}

@media only screen and (min-width: 1024px) {
  .content-bg {
    padding-bottom: 70px;
    padding-top: 50px;
  }
}

.content__title {
  margin: 0 20px;
  padding-top: 55px;
  text-align: left;
  color: #1F1F1F;
  font: 22px/140% 'Museo Sans Cyrl 900', sans-serif;
}

.content__title--location, .content__title--basket {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 15px;
  font-size: 70%;
}

@media only screen and (min-width: 1024px) {
  .content__title {
    padding-top: 20px;
    font-size: 25px;
  }
}

.content__subtitle {
  margin: 25px 0 0;
  font: 23px/120% "Museo Sans Cyrl 500", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .content__subtitle {
    margin: 55px 0 0;
  }
}

.news-categories {
  width: 100%;
  margin-top: 50px;
  border: solid #DBDBDB;
  border-width: 1px 0;
}

@media only screen and (min-width: 720px) {
  .news-categories {
    padding: 6px 0;
  }
}

.news-categories__opener {
  display: -ms-flexbox;
  display: flex;
  height: 53px;
  padding: 0 20px;
  color: #6C6C6C;
  font: 14px/120% 'Museo Sans Cyrl 400', sans-serif;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}

.news-categories__opener:after {
  content: "";
  width: 16px;
  height: 12px;
  background: url(/images/bg/news-categories-open.svg) 0 0/16px 12px no-repeat;
}

.news-categories--opened .news-categories__opener:after {
  background-image: url(/images/bg/news-categories-close.svg);
}

@media only screen and (min-width: 480px) {
  .news-categories__opener {
    display: none;
  }
}

.news-categories__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s linear, padding .25s linear;
}

.news-categories--opened .news-categories__list {
  max-height: 100vh;
  overflow-y: auto;
  padding: 70px 20px;
}

@media only screen and (min-width: 720px) {
  .news-categories__list {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    max-height: inherit;
  }
  .news-categories--opened .news-categories__list {
    max-height: inherit;
    overflow: visible;
    padding: 20px 0;
  }
}

.news-categories__item {
  font: normal 14px/136% 'Museo Sans Cyrl 300', sans-serif;
  text-align: left;
  -ms-flex: 1;
      flex: 1;
  border-left: 1px solid #dbdbdb;
}

.news-categories__item:first-child {
  border-left-width: 0;
  font-weight:bold;
  font-size: 110%;
}

.news-categories__item:first-child .news-categories__link {
  border-radius: 3px 0 0 3px;
}

.news-categories__item:last-child .news-categories__link {
  border-radius: 0 3px 3px 0;
}

.news-categories__link {
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  height: 52px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  transition: color .25s linear, background-color .25s linear;
  color: #000;
}

@media only screen and (min-width: 720px) {
  .news-categories__link {
    height: auto;
    display: block;
    color: #000;
	padding: 10px;
  }
}

.news-categories__link:hover, .news-categories__link--current {
  background: #F7A707;
  color: #ffffff;
}

.news__list {
  padding: 15px 0 0;
}

@media only screen and (min-width: 1024px) {
  .news__list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news__item {
  padding: 15px;
}

@media only screen and (min-width: 1024px) {
  .news__item {
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    max-width: 25%;
    padding: 15px;
  }
}

.news__bg {
  height: 100%;
  padding: 0 0 30px;
  border-bottom: 1px solid #DADADA;
}

.news__pic {
  display: block;
  position: relative;
  text-decoration: none;
  overflow:hidden;
}

.news__img {
  display: block;
  max-width: 100%;
}

.news__date {
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #F7A707;
  padding: 7px;
  font: 13px/136% 'Museo Sans Cyrl 300', sans-serif;
  color: #ffffff;
}

.news__heading {
  margin: 25px 0 0;
  color: #1F1F1F;
  font: 16px/144% 'Museo Sans Cyrl 500', sans-serif;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  .news__item--blog .news__heading {
    text-align: left;
  }
}

.news__heading a {
  color: #1F1F1F;
  text-decoration: none;
}

.news__heading a:hover {
  text-decoration: underline;
}

.news__description {
  margin: 18px 0 0;
  color: #6C6C6C;
  text-align: center;
  font: 14px/134% 'Museo Sans Cyrl 300', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .news__item--blog .news__description {
    text-align: left;
    font-family: 'Museo Sans Cyrl 300', sans-serif;
  }
}

.news__footer {
  text-align: center;
  margin-top: 50px;
}

.text-page {
  padding: 0 20px;
  overflow-x: auto;
}


@media only screen and (min-width: 1024px) {
  .text-page {
    padding: 0 50px;
    overflow: visible;
  }
}

.text-page img {
  width: 100%;
  display: block;
  margin-top: 40px;
}

.text-page img[align="left"] {
  width: auto;
  float: left;
  margin: 40px 70px 40px 0;
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .text-page img {
    width: calc(100% + 200px);
    margin: 50px -100px 0;
	margin-bottom: 50px;	
  }
}

.text-page p {
  margin: 20px 0 0;
  font: 14px/194% 'Museo Sans Cyrl 300', sans-serif;
  color: #6C6C6C;
}

@media only screen and (min-width: 1024px) {
  .text-page p {
    margin-top: 40px;
  }
}

.text-page blockquote {
  margin: 50px 0 0;
  padding: 75px 35px 25px;
  background: #FFFFFF url(/images/bg/quote.svg) no-repeat 35px 0/50px 50px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .text-page blockquote {
    background-position: 70px 0;
    padding: 80px 70px 25px;
  }
}

.text-page blockquote p {
  margin: 0;
  font: italic 14px/194% 'Museo Sans Cyrl 700', sans-serif;
}

.text-page__article {
  background: url(/images/tmp/7.png) no-repeat 0 0/280px 200px;
  width: 100%;
  margin: 50px 0 16px;
  padding: 240px 0 0;
  float: right;
}

@media only screen and (min-width: 1024px) {
  .text-page__article {
    background: url(/images/tmp/7.png) no-repeat 0 0/400px 400px;
    padding: 0 0 0 470px;
    margin: 70px 0 46px;
  }
}

.text-page h1 {
  font: 24px/140% 'Museo Sans Cyrl 500', sans-serif;
  color: #1F1F1F;
}

@media only screen and (min-width: 1024px) {
  .text-page h1 {
    font: 36px/140% 'Museo Sans Cyrl 500', sans-serif;
  }
}

.text-page h2 {
  font: 20px/140% 'Museo Sans Cyrl 500', sans-serif;
  color: #1F1F1F;
}

@media only screen and (min-width: 1024px) {
  .text-page h2 {
    font: 30px/140% 'Museo Sans Cyrl 500', sans-serif;
  }
}

.text-page h3 {
  font: 16px/140% 'Museo Sans Cyrl 500', sans-serif;
  color: #1F1F1F;
}

@media only screen and (min-width: 1024px) {
  .text-page h3 {
    font: 26px/140% 'Museo Sans Cyrl 500', sans-serif;
  }
}

.text-page h4 {
  font: 14px/140% 'Museo Sans Cyrl 500', sans-serif;
  color: #1F1F1F;
}

@media only screen and (min-width: 1024px) {
  .text-page h4 {
    font: 22px/140% 'Museo Sans Cyrl 500', sans-serif;
  }
}

.text-page ul {
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.text-page li {
  background: url(/images/bg/check-square.svg) no-repeat 0 2px/15px 15px;
  padding: 0 0 0 30px;
  margin-top: 10px;
  font: 14px/150% 'Museo Sans Cyrl 300', sans-serif;
}

.text-page li ul {
  margin-top: 0;
}

.text-page li li {
  background-image: url(/images/bg/minus.svg);
}

@media only screen and (min-width: 1024px) {
  .text-page li {
    background-position: 0 8px;
    font: 14px/244% 'Museo Sans Cyrl 300', sans-serif;
  }
}

.text-page table {
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 80px 0 0;
  border-collapse: collapse;
}

.text-page table td,
.text-page table th {
  margin: 0;
  padding: 16px 20px;
  border-collapse: collapse;
}

.text-page table th {
  background: linear-gradient(0deg, #F7A707, #F7A707), #0E56A5;
  font: 16px/150% 'Museo Sans Cyrl 500', sans-serif;
  color: #FFFFFF;
}

@media only screen and (min-width: 1024px) {
  .text-page table th {
    font: 18px/150% 'Museo Sans Cyrl 500', sans-serif;
  }
}

.text-page table td {
  padding: 16px 20px;
  font: 14px/200% 'Museo Sans Cyrl 300', sans-serif;
  color: #7D7D7D;
}

@media only screen and (min-width: 1024px) {
  .text-page table td {
    font: 18px/150% 'Museo Sans Cyrl 300', sans-serif;
  }
}

.categories {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .categories {
    display: block;
    margin: 50px 0 0;
  }
}

.categories__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.categories__item {
  -ms-flex: 1 0 170px;
      flex: 1 0 170px;
  max-width: 170px;
  padding: 0 15px;
}

.categories__link {
  display: block;
  text-decoration: none;
}

.categories__pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 90px;
  -ms-flex-pack: center;
      justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.categories__pic:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.categories__img {
  display: block;
  max-width: 100%;
  max-height: 65px;
  margin: 0 auto;
}

.categories__title {
  margin: 10px 0 0;
  color: #6C6C6C;
  text-align: center;
  font: 14px/132% 'Museo Sans Cyrl 300', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .columns {
    display: -ms-flexbox;
    display: flex;
    margin: 40px -15px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .main-content {
    -ms-flex: 1;
        flex: 1;
    padding: 0 15px;
  }
}

.main-content--product {
  padding: 35px 20px 0;
  overflow-x: auto;
}

@media only screen and (min-width: 1024px) {
  .main-content--product {
    padding: 0 85px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .sidebar {
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    max-width: 25%;
    padding: 0 15px;
  }
}

.aside--opened {
  overflow: hidden;
}

.filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

@media only screen and (min-width: 1024px) {
  .filters {
    max-width: 25%;
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    display: block;
    margin: 0 -15px;
  }
}

.filters__opener {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex: 1;
      flex: 1;
  margin: 0 15px;
  padding: 18px 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font: 14px/120% 'Museo Sans Cyrl 400', sans-serif;
  color: #6c6c6c;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .aside--opened .filters__opener {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 20px;
    width: 100%;
    z-index: 52;
    background-color: #fff;
  }
}

@media only screen and (min-width: 1024px) {
  .filters__opener {
    padding: 0;
    cursor: auto;
  }
}

.filters__opener:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/images/bg/catalog-filters-mobile.svg) no-repeat 50%/16px 16px;
}

@media only screen and (max-width: 1024px) {
  .aside--opened .filters__opener:after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-image: url(/images/bg/news-categories-close.svg);
  }
}

@media only screen and (min-width: 1024px) {
  .filters__opener:after {
    display: none;
  }
}

.catalogue__footer {
  margin: 40px 0 0;
}

@media only screen and (min-width: 1024px) {
  .catalogue__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 70px 0 0;
  }
}

.catalogue__more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #F7A707;
  border-radius: 3px;
  text-decoration: none;
  font: 14px/20px 'Museo Sans Cyrl 400', sans-serif;
  color: #ffffff;
  margin: 0 auto 30px;
  max-width: 200px;
  padding: 10px 20px;
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .catalogue__more {
    text-align: left;
    max-width: inherit;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
}

.catalogue__more:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(/images/bg/loop.svg) 0 0/16px 16px no-repeat;
}

.catalogue__more--loading {
  cursor: default;
}

.catalogue__more--loading:before {
  animation: spin 2s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.catalogue-filter {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  padding: 60px 20px 20px;
  background-color: #fff;
  z-index: 51;
}

.aside--opened .catalogue-filter {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .catalogue-filter {
    display: block;
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    z-index: 1;
    overflow: visible;
  }
}

.catalogue-filter__group {
  margin-top: 30px;
}

.catalogue-filter__group:first-child {
  margin-top: 0;
}

.catalogue-filter__title {
  margin: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font: 18px/120% 'Museo Sans Cyrl 500', sans-serif;
  color: #1F1F1F;
}

.catalogue-filter__title--group {
  background: url(/images/bg/filter-collapse.svg) no-repeat 100%;
}

.catalogue-filter__title--collapsed {
  background-image: url(/images/bg/filter-expand.svg);
}

.catalogue-filter__row {
  margin-top: 15px;
}

.catalogue-filter__more {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #F7A707;
  height: 40px;
  margin-top: 30px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 3px;
  text-decoration: none;
  color: #F7A707;
  transition: color .25s linear, background-color .25s linear;
  font: 14px/136% 'Museo Sans Cyrl 700', sans-serif;
}

.catalogue-filter__more:hover {
  color: #ffffff;
  background-color: #F7A707;
}

.catalogue-filter__clear {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #F7A707;
  padding: 7px 14px;
  text-decoration: none;
  font: 12px/136% 'Museo Sans Cyrl 400', sans-serif;
  border: 1px solid #F7A707;
}

.catalogue-filter__clear:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #F7A707;
}

.catalogue-filter__clear:after {
  content: "";
  margin-left: 15px;
  display: block;
  width: 8px;
  height: 8px;
  background: url(/images/bg/catalog-filter-del.svg) no-repeat 0 0/7px 7px;
}

.catalogue-filter__clear:hover:after {
  background: url(/images/bg/catalog-filter-del-w.svg) no-repeat 0 0/7px 7px;
}

.catalogue-filter__selected {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #E4EAEF;
  padding: 10px 12px;
  margin-top: 20px;
  text-decoration: none;
  font: 14px/136% 'Museo Sans Cyrl 400', sans-serif;
  color: #6c6c6c;
}

.catalogue-filter__selected:hover {
  text-decoration: underline;
}

.catalogue-filter__del {
  display: block;
  width: 8px;
  height: 8px;
  background: url(/images/bg/catalog-filter-del.svg) no-repeat 0 0/8px 8px;
  text-indent: -9999px;
  overflow: hidden;
}

.catalogue-filter__chk {
  position: relative;
  cursor: pointer;
}

.catalogue-filter__chk input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.catalogue-filter__chk input[type="checkbox"] + span {
  font: 14px/136% 'Museo Sans Cyrl 400', sans-serif;
  color: #6C6C6C;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.catalogue-filter__chk input[type="checkbox"] + span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #C7D4DF;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 14px;
}

.catalogue-filter__chk input[type="checkbox"]:checked + span:before {
  background: #F7A707 url(/images/bg/check.svg) no-repeat 50%/13px 13px;
  border-width: 0;
}

.catalogue-filter__slide {
  padding-top: 5px;
}

.range {
  position: relative;
  height: 2px;
  background-color: #F7A707;
  margin-top: 24px;
}

.range .ui-slider-range {
  position: absolute;
  height: 2px;
  background-color: #D5DADE;
}

.range .ui-slider-handle {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  transform: translate(-5px, -4px);
  background-color: #F7A707;
  outline: none;
}

.range__values {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.range__values:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e6ecee;
}

.range__min, .range__max {
  display: block;
  border: none;
  height: 38px;
  background-color: #ffffff;
  font: 14px/120% 'Museo Sans Cyrl 500', sans-serif;
  text-align: center;
  color: #6c6c6c;
  width: 50%;
}

.range__min:focus, .range__max:focus {
  outline: none;
  box-shadow: inset 0 0 3px rgba(38, 156, 214, 0.6);
}

.main-text__content {
  margin: 30px 20px;
  position: relative;
  padding-bottom: 50px;
  max-height: 200px;
  overflow: hidden;
}

.main-text__content--opened {
  max-height: inherit;
}

.main-text__content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #f3f5f7);
  height: 50px;
}

.main-text__expand {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font: 14px/136% 'Museo Sans Cyrl 500', sans-serif;
}

.main-text__expand span.l,
.main-text__expand span.m {
  padding: 0;
}

.main-text__expand .l {
  display: none;
}

.main-text__expand .main-text__toggle--opened .l {
  display: inline;
}

.main-text__expand .main-text__toggle--opened .m {
  display: none;
}

.main-text__expand:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #DADADA;
}

.main-text__expand span {
  position: relative;
  background: #f3f5f7;
  padding: 0 15px;
}

.main-text__expand a {
  text-decoration: none;
  color: #F7A707;
}

.item__group {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #DFDFDF;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .item__group {
    margin-top: 60px;
    padding-top: 40px;
  }
}

.item__features {
  margin: 20px 0 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}

.item__features th,
.item__features td {
  margin: 0;
  padding: 10px 20px;
  border-collapse: collapse;
  width: 50%;
  font-size: 14px;
}

@media only screen and (min-width: 1024px)  {
  .item__features th,
  .item__features td {
    font-size: 20px;
  }
}

.item__features tr:nth-child(odd) td {
  background: #f5f9fd;
}

.item__feature {
  margin: 0;
  color: #1f1f1f;
  font: 16px/166% 'Museo Sans Cyrl 500', sans-serif;
}

.item__subfeature {
  margin: 35px 0 0;
  font: 16px/166% 'Museo Sans Cyrl 500', sans-serif;
  color: #6c6c6c;
}

.item__sub {
  margin: 45px 0 0;
  color: #a3a3a3;
  font: 14px/238% 'Museo Sans Cyrl 400', sans-serif;
}

.item__previews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -15px 0;
  padding-bottom: 75px;
}

.item__preview {
  padding: 15px;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  max-width: 50%;
}

@media only screen and (min-width: 1024px) {
  .item__preview {
    -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}

.item__preview-bg {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: #F1F3F5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.item__preview-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.item__tabs {
  margin: 60px 20px 0;
  border-bottom: 1px solid #DFDFDF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 1024px) {
  .item__tabs {
    margin: 60px 0 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.item__tab {
  -ms-flex: 1;
      flex: 1;
  font: 14px/120% 'Museo Sans Cyrl 500', sans-serif;
  text-decoration: none;
  text-align: center;
  color: #1F1F1F;
  border-bottom: 3px solid transparent;
  padding: 15px 0;
}

@media only screen and (min-width: 1024px) {
  .item__tab {
    font-size: 18px;
    font-family: 'Museo Sans Cyrl 600', sans-serif;
    -ms-flex: inherit;
        flex: inherit;
    padding: 20px;
  }
}

.item__tab.current {
  border-bottom-color: #F7A707;
}

.item__columns {
  padding: 0 20px;
}

@media only screen and (min-width: 1024px) {
  .item__columns {
    margin-top: 65px;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media only screen and (min-width: 1024px) {
  .item__columns-holder {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1024px) {
  .item__column {
    padding-right: 30px;
    padding-bottom: 50px;
    -ms-flex: 1;
        flex: 1;
  }
}

.item__media {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .item__media {
    -ms-flex: 1 0 42%;
        flex: 1 0 42%;
    max-width: 42%;
  }
}

@media only screen and (min-width: 1024px) {
  .item__data {
    -ms-flex: 1;
        flex: 1;
    padding: 0 70px;
  }
}

.item__actions {
  margin: 40px 0 0;
  border: solid #e3e3e3;
  border-width: 1px 0 0;
  padding: 40px 0 0;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .item__actions {
    border: solid #DADADA;
    border-width: 0 0 0 1px;
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    max-width: 25%;
    padding: 0 0 0 30px;
  }
}

.item__photo {
  height: 0;
  position: relative;
  padding-bottom: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 40px;
}

@media only screen and (min-width: 1024px) {
  .item__photo {
    margin-top: 0;
  }
}

.item__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 100%;
}

.item__logo {
  display: block;
  max-width: 100%;
}

.item__datas {
  margin: 25px 0 0;
  padding: 0;
  overflow: hidden;
  font: 14px/16px 'Museo Sans Cyrl 300', sans-serif;
}

.item__datas dt {
  margin: 0;
  padding: 5px 5px 5px 0;
  clear: left;
  float: left;
}

.item__datas dt:after {
  content: ":";
}

.item__datas dd {
  margin: 0;
  padding: 5px 0;
}

.item__legal {
  margin-top: 10px;
  font: 14px/230% 'Museo Sans Cyrl 400', sans-serif;
}

.item__legal a {
  color: #F7A707;
}

.item__details {
  margin-top: 10px;
}

.item__detailing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font: 14px/230% 'Museo Sans Cyrl 500', sans-serif;
  color: #F7A707;
}

.item__detailing:after {
  content: "";
  display: block;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  background: url(/images/bg/item-detailing.svg) no-repeat 0 0/8px 8px;
}

.item__thumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7px 0;
  margin: 0 -7px;
}

@media only screen and (min-width: 1024px) {
  .item__thumbs {
    padding: 5px 0;
    margin: 0 -5px;
  }
}

.item__thumb {
  display: block;
  -ms-flex: 1 0 33.33333%;
      flex: 1 0 33.33333%;
  max-width: 33.33333%;
  padding: 7px;
}

@media only screen and (min-width: 1024px) {
  .item__thumb {
    padding: 5px;
    -ms-flex: 1 0 16.66666%;
        flex: 1 0 16.66666%;
    max-width: 16.66666%;
  }
}

.item__thumb-bg {
  background-color: #ffffff;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.item__thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.item__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 15px;
}

.item__status {
	font: 14px/166% 'Museo Sans Cyrl 500', sans-serif;
    color: white;
    white-space: nowrap;
    background: #1ab200;
    padding: 2px 10px;
    border-radius: 3px;
}

.item__status.not-on-stock {
    background: #b4b4b4;
}

.item__identifier {
  color: #6c6c6c;
  font: 10px/14px 'Museo Sans Cyrl 400', sans-serif;
  padding: 3px 5px;
  background: #f6f6f6;
  margin-left: 20px;
}

.item__old-price {
  text-decoration: line-through;
  color: #797979;
  font: 14px/16px 'Museo Sans Cyrl 300', sans-serif;
}

.item__price {
  color: #1F1F1F;
  font: 18px/34px 'Museo Sans Cyrl 500', sans-serif;
}

.item__price span {
  font-size: 34px;
}

.item__delivery {
  color: #6c6c6c;
  padding: 20px 0 0;
  border-top: 1px solid #DADADA;
  font: 14px/166% 'Museo Sans Cyrl 400', sans-serif;
}

.item__delivery strong {
  font-weight: normal;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
}

.item__delivery--first {
  padding-top: 10px;
  border-top-width: 0;
}

.item__list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.item__list li {
  position: relative;
  padding: 1px 0 1px 14px;
}

.item__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #F7A707;
  border-radius: 3px;
}

.item__field {
  display: block;
  width: 100%;
  background: #F3F5F7;
  border: none;
  border-radius: 3px;
  outline: none;
  height: 46px;
  margin: 12px 0 0;
  color: #1F1F1F;
  font: 14px/166% 'Museo Sans Cyrl 400', sans-serif;
  padding: 0 15px;
}

.item__field:focus {
  box-shadow: inset 0 0 15px rgba(51, 85, 119, 0.05);
}

.item__lab {
  display: block;
  margin: 24px 0 0;
  color: #1f1f1f;
  font: 14px/166% 'Museo Sans Cyrl 500', sans-serif;
}

.item__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
  color: #1f1f1f;
  font: 24px/166% 'Museo Sans Cyrl 500', sans-serif;
}

.item__row {
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
}

.item__col {
  -ms-flex: 1;
      flex: 1;
}

.item__chk {
  color: #6c6c6c;
  font: 14px/136% 'Museo Sans Cyrl 400', sans-serif;
}

.item__chk input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.item__chk input[type="checkbox"] + label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

.item__chk input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  border: 1px solid #C7D4DF;
  border-radius: 3px;
}

.item__chk input[type="checkbox"]:checked + label:before {
  border-color: #F7A707;
  background: #F7A707 url(/images/bg/check.svg) no-repeat 50%/10px 10px;
}

.item__toggles {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f3f5f7;
  border-radius: 3px;
}

.item__subtitle {
  margin: 30px 0 0;
  font: 14px/16px 'Museo Sans Cyrl 700', sans-serif;
}

.item__options {
  margin-top: 6px;
  margin-left: -8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item__option {
  position: relative;
  margin-left: 8px;
  margin-top: 8px;
}

.item__option input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.item__option input + span,
.item__option span {
  display: block;
  border: 1px solid #C7D4DF;
  border-radius: 3px;
  color: #6c6c6c;
  padding: 5px 10px;
  font: 14px/136% 'Museo Sans Cyrl 300', sans-serif;
  cursor: pointer;
}

.item__option input:checked + span,
.item__option.item-filter__item--active span {
  background-color: #F7A707;
  color: #ffffff;
  cursor: default;
}

.item__option input:disabled + span,
.item__option.item-filter__item--disabled span {
  color: #c7d4df;
  border-color: #c7d4df;
  cursor: default;
}

.item__toggle {
  position: relative;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  max-width: 50%;
  border-left: 1px solid #DAE0E6;
  color: #6C6C6C;
}

.item__toggle:first-child {
  border-left-width: 0;
}

.item__toggle input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.item__toggle input[type="radio"] + span {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  height: 30px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.item__toggle input[type="radio"]:checked + span {
  color: #ffffff;
  background: #F7A707;
  cursor: default;
}

@media only screen and (min-width: 1024px) {
  .item__toggle {
    -ms-flex: 1;
        flex: 1;
    max-width: inherit;
  }
}

.item__reviews {
  padding: 50px 0 20px;
}

@media only screen and (min-width: 1024px) {
  .item__reviews {
    padding: 0;
    -ms-flex: 1 0 300px;
        flex: 1 0 300px;
    max-width: 300px;
  }
}

.item__rating {
  display: -ms-flexbox;
  display: flex;
  color: #545454;
  font: 14px/136% 'Museo Sans Cyrl 400', sans-serif;
  -ms-flex-align: center;
      align-items: center;
}

.item__stars {
  position: relative;
  width: 120px;
  height: 24px;
  background: url(/images/bg/star-m.svg) repeat-x 0 0/24px 24px;
  margin-right: 10px;
  text-indent: -9999px;
  overflow: hidden;
}

.item__stars span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url(/images/bg/star.svg) repeat-x 0 0/24px 24px;
}

.item__stars--small {
  width: 75px;
  height: 15px;
  background-size: 15px 15px;
}

.item__stars--small span {
  background-size: 15px 15px;
}

.item-review {
  margin-top: 20px;
  background: #F1F3F5;
  border-radius: 5px;
}

.item-review__list {
  margin-top: 40px;
}

.item-review__space {
  padding: 15px 30px;
  border-top: 1px solid #DFDFDF;
}

.item-review__space:first-child {
  border-top-width: 0;
}

.item-review__info {
  color: #1f1f1f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.item-review__name {
  font: 14px/136% 'Museo Sans Cyrl 500', sans-serif;
}

.item-review__date {
  font: 14px/136% 'Museo Sans Cyrl 400', sans-serif;
}

.item-review__text {
  color: #6c6c6c;
  margin-bottom: 20px;
  font: 14px/144% 'Museo Sans Cyrl 400', sans-serif;
}

.item-review__text p {
  margin: 0;
}

.item-review__reply {
  color: #F7A707;
  font: 14px/166% 'Museo Sans Cyrl 400', sans-serif;
}

.item-review__actions {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.item-review__vote {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font: 14px/136% 'Museo Sans Cyrl 400', sans-serif;
}

.item-review__up, .item-review__down {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #6c6c6c;
  text-decoration: none;
  margin-right: 15px;
}

.item-review__up:before, .item-review__down:before {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  margin-right: 5px;
}

.item-review__up:before {
  background: url(/images/bg/thumbs-up.svg) no-repeat 0 0/12px 16px;
}

.item-review__down:before {
  background: url(/images/bg/thumbs-down.svg) no-repeat 0 0/12px 16px;
}

textarea.item__field {
  height: auto;
  resize: vertical;
}

.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  margin-top: 15px;
}

.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url(../images/bg/star-m.svg) repeat-x 0 0/24px 24px;
  height: 24px !important;
  width: 120px !important;
  outline: none;
}

.rateit .rateit-range * {
  display: block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range {
  display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range {
  display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
  left: auto;
  right: 0;
}

.rateit .rateit-hover {
  background: #fff url(../images/bg/star-o.svg) repeat-x 0 0/24px 24px;
}

.rateit .rateit-hover-rtl {
  background-position: right -32px;
}

.rateit .rateit-selected {
  background: #fff url(../images/bg/star.svg) repeat-x 0 0/24px 24px;
}

.rateit .rateit-preset {
  background: #fff url(../images/bg/star.svg) repeat-x 0 0/24px 24px;
}

.rateit button.rateit-reset {
  /*background: url(../images/bg/delete.gif) 0 0;*/
  width: 24px;
  height: 24px;
  /*display: inline-block;*/
  display: none !important;
  outline: none;
  border: none;
  padding: 0;
}

.rateit .rateit-reset span {
  display: none;
}

.rateit-font {
  font-size: 16px;
  line-height: 1em;
}

.rateit-font .rateit-range {
  background: none;
  height: auto;
}

.rateit-font .rateit-empty {
  color: #ccc;
}

.rateit-font .rateit-range > div {
  background: none;
  overflow: hidden;
  cursor: default;
}

.rateit.rateit-font .rateit-reset {
  font-size: inherit;
  background: none;
  width: 0.6em;
  height: 0.6em;
  margin-top: 0.2em;
  background: gray;
  border-radius: 50%;
  position: relative;
}

.rateit.rateit-font .rateit-reset span {
  display: block;
  font-weight: bold;
  color: white;
  height: calc(50% - 0.045em);
  top: 0;
  position: absolute;
  border-bottom: 0.09em solid white;
  width: 72%;
  margin-left: 14%;
}

.rateit.rateit-font .rateit-reset:hover, .rateit.rateit-font button.rateit-reset:focus {
  background: #e6574b;
  /* Old browsers */
  background: radial-gradient(ellipse at center, #e6574b 55%, #f6836b 77%, #f9d3cc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: 0 0;
}

.group {
  margin-top: 0px;
}

@media only screen and (min-width: 720px) {
  .group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 720px) {
	.group__item {
	  margin-top: 15px;
	  background: #FFFFFF;
	  border-radius: 3px;
	}
}
.group__item {
  margin-top: 15px;
  border-radius: 3px;
}

@media only screen and (min-width: 720px) {
  .group__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    max-width: 33.33333%;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 15px;
  }
}

.group__bg {
  padding: 12px 12px 12px 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 720px) {
  .group__bg {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 30px 25px 25px;
  }
}

.group__title {
  -ms-flex: 1;
      flex: 1;
  margin: 0;
  color: #1F1F1F;
  font: 17px/120% 'Museo Sans Cyrl 700', sans-serif;
}

@media only screen and (min-width: 720px) {
  .group__title {
    -ms-flex: none;
        flex: none;
    margin: 0 0;
    font-size: 17px;
    text-align: center;
  }
}

.group__btn {
  color: #ffffff;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: #F7A707 url(/images/bg/next.svg) no-repeat 50%/8px 8px;
  border: none;
  border-radius: 13px;
  width: 26px;
  height: 26px;
  font: 14px/136% 'Museo Sans Cyrl 700', sans-serif;
  text-indent: -9999px;
}

@media only screen and (min-width: 720px) {
  .group__btn {
    margin: 25px auto 0;
    width: 164px;
    height: 40px;
    text-indent: 0;
    background-image: none;
    border-radius: 3px;
    transition: background-color .25s linear;
  }
  .group__btn:hover {
    background-color: #465d67;
  }
}

.group__pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1 0 45px;
      flex: 1 0 45px;
  max-width: 45px;
  margin-right: 10px;
}

@media only screen and (min-width: 720px) {
  .group__pic {
    -ms-flex: 1;
        flex: 1;
    max-width: inherit;
  }
}

.group__img {
  display: block;
  max-height: 40px;
  width: 100%;
  /*height: auto !important;*/
}

@media only screen and (min-width: 720px) {
  .group__img {
    max-height: inherit;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .measure {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .measure__columns {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1024px) {
  .measure__main {
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .measure__side {
    -ms-flex: 1 0 400px;
        flex: 1 0 400px;
    max-width: 400px;
    margin-left: 70px;
  }
}

.measure__heading {
  margin: 0;
  padding: 50px 0 0;
  color: #1F1F1F;
  text-align: center;
  font: 22px/120% 'Museo Sans Cyrl 500', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .measure__heading {
    padding: 0;
    text-align: left;
    font-size: 36px;
  }
}

.measure__form {
  background: #F1F3F5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px 20px;
  margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
  .measure__form {
    margin-top: 40px;
    padding: 20px 40px 40px;
  }
}

.measure__field {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 19px;
  color: #6C6C6C;
  background-color: #ffffff;
  font: 14px/136% 'Museo Sans Cyrl 400', sans-serif;
  border: none;
}

.measure__field:focus {
  outline: none;
}

@media only screen and (min-width: 1024px) {
  .measure__field {
    padding: 0 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .measure__row {
    margin: 20px -10px 0;
    display: -ms-flexbox;
    display: flex;
  }
}

.measure__col {
  margin: 10px 0 0;
}

@media only screen and (min-width: 1024px) {
  .measure__col {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
    padding: 0 10px;
  }
  .measure__col--half {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
  }
}

.measure__schedule {
  margin-top: 30px;
  padding: 12px 0;
  border-top: 1px solid #EBEFF2;
}

@media only screen and (min-width: 1024px) {
  .measure__schedule {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .steps {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

.steps__item {
  position: relative;
  margin-top: 40px;
}

.steps__item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 8px;
  height: 15px;
  background: url(/images/bg/step-arrow-sm.svg) 0 0/8px 15px no-repeat;
  transform: translate(-50%, -200%);
}

@media only screen and (min-width: 1024px) {
  .steps__item {
    margin-top: 0;
    -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
  .steps__item:before {
    content: "";
    left: 0;
    top: 40px;
    width: 44px;
    height: 17px;
    background: url(/images/bg/step-arrow.svg) 0 0/44px 17px no-repeat;
    transform: translate(-50%, 0);
  }
}

.steps__item:first-child:before {
  display: none;
}

.steps__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(5px, -5px);
  font: 16px/144% 'Museo Sans Cyrl 500', sans-serif;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 16px;
}

.steps__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  margin: 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  background-color: #F7A707;
}

.steps__title {
  margin: 12px 0 0;
  text-align: center;
  font: 16px/144% 'Museo Sans Cyrl 500', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .steps__title {
    font-size: 20px;
  }
}

.order__bg {
  margin: 30px 0 0;
}

@media only screen and (min-width: 1024px) {
  .order__bg {
    margin: 40px 0 0;
    background: #ffffff;
  }
}

.order__columns {
  padding: 0 0 60px;
}

@media only screen and (min-width: 1024px) {
  .order__columns {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
  }
}

.order__column {
  padding: 20px 20px 0;
}

@media only screen and (min-width: 1024px) {
  .order__column {
    padding: 0 30px;
  }
}

.order__form {
  background-color: #ffffff;
}

@media only screen and (min-width: 1024px) {
  .order__form {
    background: none;
    -ms-flex: 1 0 45%;
        flex: 1 0 45%;
    max-width: 45%;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .order__column {
    -ms-flex: 1 0 55%;
        flex: 1 0 55%;
    max-width: 55%;
  }
}

.selection {
  margin-top: 20px;
}

.selection__item {
  position: relative;
  cursor: pointer;
  color: #6c6c6c;
  font: 14px/136% 'Museo Sans Cyrl 400', sans-serif;
}

.selection__inp {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.selection__inp + span {
  position: relative;
  padding: 20px 20px 20px 65px;
  display: block;
  border-top: 1px solid #fff;
  background: #f3f5f7;
}

.selection__inp + span img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.selection__inp:checked + span {
  color: #F7A707;
}

.basket__products {
  margin-top: 30px;
}

.basket__product {
  position: relative;
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #DBDBDB;
}

@media only screen and (min-width: 1024px) {
  .basket__product {
    display: -ms-flexbox;
    display: flex;
  }
}

.basket__product:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .basket__product--columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media only screen and (min-width: 1024px) {
  .basket__picture {
    padding-right: 15px;
    max-width: 145px;
    -ms-flex: 1 0 145px;
        flex: 1 0 145px;
  }
}

.basket__img {
  display: block;
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .basket__img {
    margin: 0 auto;
  }
}

.basket__data {
  -ms-flex: 1;
      flex: 1;
  padding-right: 10px;
}

@media only screen and (min-width: 1024px) {
  .basket__data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-right: 20px;
  }
}

.basket__chk {
  display: block;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #DBDBDB;
  text-align: center;
}

.basket__chk--col {
  border-width: 0;
}

@media only screen and (min-width: 1024px) {
  .basket__chk--col {
    padding: 0 0 30px;
  }
}

.basket__chk input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.basket__chk input + span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .basket__chk input + span {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.basket__chk input + span:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 14px;
  background: #ffffff;
  border: 1px solid #C7D4DF;
}

.basket__chk input:checked + span:before {
  border-color: #F7A707;
  background: #F7A707 url(/images/bg/check.svg) 50%/10px 10px no-repeat;
}

.basket__title {
  margin: 25px 0 0;
  color: #1f1f1f;
  font: 16px/166% 'Museo Sans Cyrl 500', sans-serif;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .basket__title {
    margin: 0;
    text-align: left;
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .basket__name {
    -ms-flex: 1;
        flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .basket__quantity {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.basket__cost {
  white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
  .basket__cost {
    padding-right: 30px;
  }
}

.basket__status {
  margin-top: 20px;
  color: #6C6C6C;
  font: 14px/160% 'Museo Sans Cyrl 400', sans-serif;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .basket__status {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
    margin-top: 10px;
    text-align: left;
  }
}

.basket__price {
  margin-top: 20px;
  color: #1f1f1f;
  font: 18px/160% 'Museo Sans Cyrl 500', sans-serif;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .basket__price {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    max-width: 50%;
    margin-top: 0;
    text-align: right;
  }
}

.basket__remove {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(/images/bg/remove.svg) 0 0/30px 30px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .basket__product--columns .basket__remove {
    position: static;
    right: auto;
    top: auto;
  }
}

.basket__close {
  display: block;
  width: 36px;
  height: 36px;
  background: url(/images/bg/remove.svg) 0 0/36px 36px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.basket__code {
  display: none;
  max-width: 320px;
}

.basket__code--shown {
  display: -ms-flexbox;
  display: flex;
}

.basket__field {
  -ms-flex: 1;
      flex: 1;
}

.basket__submit {
  width: 140px;
}

.basket__footer {
  margin-top: 25px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .basket__footer {
    margin-top: 35px;
  }
  .basket__footer--col {
    text-align: right;
    margin-top: 0;
  }
}

.basket__shipping {
  color: #6c6c6c;
  font: 14px/136% 'Museo Sans Cyrl 400', sans-serif;
}

.basket__subheading {
  margin: 10px 0 0;
  color: #1f1f1f;
  font: 14px/136% 'Museo Sans Cyrl 500', sans-serif;
}

.basket__total {
  margin: 5px 0 0;
  color: #1f1f1f;
  font: 28px/120% 'Museo Sans Cyrl 500', sans-serif;
}

.basket__btn {
  margin-top: 20px;
  width: 290px;
  text-align: center;
  height: 54px;
  font-size: 20px;
}

.basket__legalline {
  margin-top: 30px;
  font: 14px/160% 'Museo Sans Cyrl 400', sans-serif;
  color: #6c6c6c;
}

.basket__side {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #DBDBDB;
}

@media only screen and (min-width: 1024px) {
  .basket__side {
    margin-top: 0;
    padding: 0;
    border: none;
  }
}

@media only screen and (min-width: 1024px) {
  .basket__cols {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 30px;
    border: 1px solid #DBDBDB;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

@media only screen and (min-width: 1024px) {
  .basket__col {
    -ms-flex: 1;
        flex: 1;
  }
}

.quantity {
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 52px;
  border: 1px solid #DBDBDB;
  margin: 30px auto 0;
}

@media only screen and (min-width: 1024px) {
  .quantity {
    margin: 0;
  }
}

.quantity__field {
  -ms-flex: 1;
      flex: 1;
}

.quantity__field input {
  display: block;
  width: 100%;
  height: 52px;
  background: none;
  border: none;
  text-align: center;
  font: 14px/160% "Museo Sans Cyrl 400", sans-serif;
}

.quantity__field input:focus {
  outline: none;
}

.quantity__btn {
  width: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: -9999px;
  overflow: hidden;
}

.quantity__btn--less {
  background-image: url(/images/bg/quantity-less.svg);
  border-right: 1px solid #DBDBDB;
}

.quantity__btn--more {
  background-image: url(/images/bg/quantity-more.svg);
  border-left: 1px solid #DBDBDB;
}

.similar {
  position: relative;
  padding: 20px 0 50px;
}

.similar .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: none;
  z-index: 2;
  background-color: #F7A707;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 50%;
  transform: translate(0, -50%);
}

.similar .slick-prev {
  left: 0;
  background-image: url(/images/bg/prev.svg);
}

@media only screen and (min-width: 1024px) {
  .similar .slick-prev {
    left: -50px;
  }
}

.similar .slick-next {
  right: 0;
  background-image: url(/images/bg/next.svg);
}

@media only screen and (min-width: 1024px) {
  .similar .slick-next {
    right: -50px;
  }
}

.similar__list {
  margin: 0 -15px;
}

.similar__item {
  padding: 0 15px;
}

.similar__columns {
  display: -ms-flexbox;
  display: flex;
  background: #F3F5F7;
  border-radius: 5px;
  padding: 20px;
}

.similar__pic {
  -ms-flex: 1 0 120px;
      flex: 1 0 120px;
  max-width: 120px;
  padding: 0 30px 0 10px;
}

.similar__data {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.similar__img {
  display: block;
  width: 100%;
}

.similar__title {
  margin: 0;
  font: 15px/120% "Museo Sans Cyrl 500", sans-serif;
  color: #1f1f1f;
}

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

.similar__footer {
  margin: 15px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.similar__price {
  font: 18px/120% "Museo Sans Cyrl 500", sans-serif;
  color: #1f1f1f;
}

.similar__btn {
  width: 90px;
  text-align: center;
  font-size: 14px;
  line-height: 136%;
  height: 25px;
}

.location__close {
  display: block;
  width: 36px;
  height: 36px;
  background: url(/images/bg/remove.svg) 0 0/36px 36px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.location__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .location__item {
    display: block;
  }
}

.location__inp {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.location__inp + .location__data {
  padding: 10px 0 10px 50px;
  border-radius: 5px;
  transition: background-color .25s linear;
}

@media only screen and (min-width: 1024px) {
  .location__inp + .location__data {
    padding: 20px;
  }
}

.location__inp + .location__data:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 15px;
  background-color: #fff;
  transition: border-color .25s linear, background .25s linear;
}

@media only screen and (min-width: 1024px) {
  .location__inp + .location__data:before {
    position: static;
    left: auto;
    top: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .location__main, .location__time {
    -ms-flex: 1;
        flex: 1;
    padding-left: 20px;
  }
}

.location__inp:checked + .location__data {
  background-color: rgba(38, 156, 214, 0.15);
}

.location__inp:checked + .location__data:before {
  cursor: default;
  border-width: 5px;
  border-color: #F7A707;
}

@media only screen and (min-width: 1024px) {
  .location__data {
    display: -ms-flexbox;
    display: flex;
  }
}

.location__title {
  display: block;
  margin: 0;
  font: 15px/1.3 "Museo Sans Cyrl 700", sans-serif;
}

.location__distance {
  background-color: #eeeeee;
  padding: 5px 10px;
  border-radius: 3px;
  font: 12px "Museo Sans Cyrl 300", sans-serif;
}

.location__address {
  display: block;
  margin: 5px 0 0;
  font: 12px/1.3 "Museo Sans Cyrl 400", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .location__address {
    margin: 10px 0 0;
  }
}

.location__phone {
  display: inline-block;
  margin: 5px 0 0;
  font: 12px/1.3 "Museo Sans Cyrl 700", sans-serif;
  color: #333333;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .location__phone {
    margin: 10px 0 0;
  }
  .location__phone:hover {
    text-decoration: underline;
  }
}

.location__schedule {
  margin: 0;
  padding: 0;
}

.location__schedule dt {
  margin: 5px 0 0;
  padding: 0;
  font: 12px/1.3 "Museo Sans Cyrl 700", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .location__schedule dt {
    margin-top: 10px;
  }
}

.location__schedule dt:first-child {
  margin-top: 0;
}

.location__schedule dd {
  margin: 0;
  padding: 0;
  font: 12px/1.3 "Museo Sans Cyrl 300", sans-serif;
}

.location__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.location__footer .btn {
  min-width: 45%;
  max-width: 45%;
}

@media only screen and (min-width: 1024px) {
  .location__footer {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .location__footer .btn {
    max-width: inherit;
    margin: 0;
    min-width: 170px;
  }
}

@media only screen and (min-width: 1400px) {
	.page-width {
	  max-width: 1400px;
	}
	.catalog__item--column {
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
		max-width: 25%;
	}
	.sidebar {
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
		max-width: 25%;
	}
	.filters {
		max-width: 25%;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
	}
	.filter--catalogue:before {
		right: 355px;
	}
  .group__item {
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    max-width: 25%;
  }
}


@media only screen and (min-width: 1600px) {
	.page-width {
	  max-width: 1600px;
	}
	.catalog__item--column {
		-ms-flex: 1 0 20%;
		flex: 1 0 20%;
		max-width: 20%;
	}
	.sidebar {
		-ms-flex: 1 0 20%;
		flex: 1 0 20%;
		max-width: 20%;
	}
	.filters {
		max-width: 20%;
		-ms-flex: 1 0 20%;
		flex: 1 0 20%;
	}
	.filter--catalogue:before {
		right: 325px;
	}
  .group__item {
    -ms-flex: 1 0 20%;
        flex: 1 0 20%;
    max-width: 20%;
  }

}

.lazyloaded {
  width: auto !important;
  height: auto !important;
}

.item__thumbnail.lazyloaded {
	max-width: 80%;
}

.catalog.popularrequests {
    background: #f2f3f5;
	margin-top: 20px;
}

.popularrequests ul {
    list-style: none;
    padding: 0;
    margin: 20px 20px 0 20px;
}

.catalog.popularrequests .content__title {
    padding-top: 20px;
    font-size: 17px;
}

.popularrequests ul li { }

.popularrequests.popularrequests--inline li {
    display: inline-block;
    margin-right: 30px;
}

.questions__and__answers {}

.questions__and__answers .questions__list__minmaxmprice {}
.questions__and__answers .questions__list__producers {}
.questions__and__answers .questions__list__popularmodels {list-style: decimal}

.promo__columns {
}
@media only screen and (min-width: 1024px) {
.promo__main {
	max-width: 40%;
    z-index: 1;
    background: none;
    position: absolute;
    width: 50%;
    display: block;
    top: 20%;
    margin-left: 5%;
	}

.promo__title span {
    font: 42px/140% 'Museo Sans Cyrl 900',sans-serif;
	}
}
