@charset "UTF-8";
@font-face {
  font-family: 'Museo Sans Cyrl 100';
  src: url("MuseoSansCyrl-100.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("MuseoSansCyrl-300.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl 500';
  src: url("MuseoSansCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl 700';
  src: url("MuseoSansCyrl-700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl 900';
  src: url("MuseoSansCyrl-900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*reset*/
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background-color: #fff;
  color: #3D3D3D;
}

body {
  font: 20px/150% 'Museo Sans Cyrl 300', sans-serif;
}

body.menu--opened {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  body.menu--opened {
    overflow: visible;
  }
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 150%;
  }
}

body.topnav--opened {
  overflow: hidden;
}

@media only screen and (min-width: 720px) {
  body.topnav--opened {
    overflow: inherit;
  }
}

p {
  margin: 20px 0 0;
}

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

a {
  color: #F7A707;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a * {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

form,
fieldset,
legend {
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'Museo Sans Cyrl 300', sans-serif;
}

input,
textarea,
select {
  color: #000;
  font: 18px/20px 'Museo Sans Cyrl 300', sans-serif;
  vertical-align: middle;
}

address {
  font-style: normal;
}

q {
  quotes: none;
}

strong {
  font-weight: 600;
}

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

.animation-completed {
  opacity: 1;
}

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

.fancybox-wrap .heading {
  padding: 20px 0;
}

@media only screen and (min-width: 1024px) {
  .heading {
	padding: 20px 15px;
    font-size: 25px;
	text-align: left;
  }
  .fancybox-wrap .heading {
    padding: 20px 0 30px;
    font-size: 24px;
  }
}

.bone {
  position: relative;
  min-height: 100%;
  padding-top: 48px;
}

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

.page-width {
  max-width: 1120px;
  margin: auto;
}

.page-space {
  padding: 0 20px;
}

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

.page-title {
  margin-top: 50px;
}

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

.columns-holder {
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -18px;
}

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

.column {
  padding-left: 18px;
  padding-right: 18px;
}

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

.prev,
.next {
  width: 40px;
  height: 40px;
}

.prev {
  margin-right: 30px;
}

.next {
  margin-left: 30px;
}

header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #000000;
  height: 48px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}

@media only screen and (min-width: 640px) {
  header {
    /*padding-left: 80px;*/
  }
}

@media only screen and (min-width: 1024px) {
  header {
    padding-left: 0;
    height: auto;
  }
}

@media only screen and (min-width: 1280px) {
  header {
    display: block;
  }
}

@media only screen and (min-width: 1400px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }
}

.bf {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: contain;
  background-size: contain;
  max-height: 576px;
  height: calc(65.5vh - 48px);
  box-shadow: 0 0 4px rgba(0, 0, 0, .15);
  background-image: url(/images/blackfriday.jpg);
}
@media only screen and (max-width: 474px) {
  .bf {
	height: calc(43.6vh - 48px)
	}
}

@media only screen and (min-width: 960px) {
  .bf {
    max-height: 565px;
	height: 43.1vw;
    background-image: url(/images/blackfriday-sm.jpg);
  }
}

.bf img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.hide-bf .bf {
  display: none;
}

.bf__close {
  position: absolute;
  right: 10px;
  top: 60px;
  width: 30px;
  height: 30px;
  background: url(/images/bg/bf-close.svg) 50%/17px 16px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.logo {
    display: block;
    width: 100px;
    height: 30px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    background: url(/images/bg/logo.svg) 0px 3px/95px auto no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: 0px;
}

@media only screen and (min-width: 640px) {
  .logo {
    width: 78px;
    margin-bottom: 0px;
    -ms-flex: 1 0 90px;
        flex: 1 0 90px;
    background-size: 90px 28px;
  }
}

.logo a {
  display: block;
  width: 76px;
  height: 25px;
}

@media only screen and (min-width: 1024px) {
  .logo {
    order: 1;
    flex: 1 0 105px;
    max-width: 105px;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .logo {
    width: 105px;
    height: 34px;
    background-size: 105px 34px;
	/* temp styles from v1.0 */
	/*position: absolute;*/
    /*left: 30px;*/
    /*top: 50%;*/
    width: 105px;
    height: 34px;
    /*transform: translate(0, -23px);*/
    background-size: 105px 34px;
	/* temp styles from v1.0 */
  }
  .logo a {
    width: 105px;
    height: 34px;
  }
}

@media only screen and (min-width: 1024px) {
  .topnav {
    order: 2;
    position: static;
    left: auto;
    top: auto;
    flex: 1;
    padding-left: 50px;
  }
}

.topnav__opener {
  display: block;
  width: 50px;
  height: 48px;
  background: url(/images/bg/sandwich.svg) 50%/22px 16px no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin-right:10px;
}

.topnav--opened .topnav__opener {
  background-image: url(/images/bg/menu-close.svg);
  background-size: 16px 16px;
  background-color: #474747;
}

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

.topnav__list {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: -120vw;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: left .25s linear;
  top: 48px;
  width: 100%;
  height: calc(100vh - 48px);
  overflow-y: auto;
  background-color: #474747;
  margin: 0;
  padding: 0 0 78px;
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  .topnav__list {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
        flex-direction: row;
    position: static;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: visible;
    background-color: transparent;
  }
}

.topnav--opened .topnav__list {
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .topnav--opened .topnav__list {
    left: auto;
  }
}

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

@media only screen and (min-width: 1024px) {
  .topnav__dropdown {
    position: absolute;
    left: 0;
    top: 103%;
    padding: 5px 0;
    min-width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  }
}

.topnav__dropitem {
  font: 16px/23px 'Museo Sans Cyrl 300', sans-serif;
  text-transform: none;
  color: #6C6C6C;
}

.topnav__droplink {
  display: block;
  position: relative;
  color: #6C6C6C;
  padding: 10px 30px;
  text-decoration: none;
  white-space: nowrap;
}

.topnav__droplink:hover {
  color: #ffffff;
  background: #F7A707;
}

.topnav__droplink:hover:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border: outset transparent;
  border-width: 7px 8px 7px 0;
  border-right-color: #ffffff;
  border-right-style: solid;
}

.topnav__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font: 500 13px/16px 'Museo Sans Cyrl 300', sans-serif;
  letter-spacing: 0.02em;
}

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

@media only screen and (min-width: 1024px) {
  .topnav__item--hasnodes:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    background: url(/images/bg/topnav-hasnodes.svg) 0 0/14px 14px no-repeat;
  }
  .topnav__item--hasnodes:hover {
    position: relative;
  }
  .topnav__item--hasnodes:hover .topnav__dropdown {
    display: block;
  }
}

.topnav__link {
  display: block;
  padding: 22px 0;
  text-decoration: none;
  color: #ffffff;
}

.header__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .header__items {
    height: 60px;
  }
}

.header__phone, 
.header__phone a {
  display: none;
  font: 21px/22px 'Museo Sans Cyrl 700', sans-serif;
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (min-width: 640px) {
  .header__phone, 
  .header__phone a {
    display: block;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .header__phone, 
  .header__phone a {
    order: 3;
    margin-right: 30px;
    font-size: 18px;
  }
}

.header__basket {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  background: #F7A707 url(/images/bg/shopping-cart.svg) 45%/19px 16px no-repeat;
}

.header__location {
  display: flex;
  align-items: center;
  height: 47px;
  justify-content: center;
  color: #ffffff;
  padding: 0 20px;
  text-decoration: none;
  text-transform: none;
  font: 0px/1.3 'Museo Sans Cyrl 300', sans-serif;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .header__location {
    order: 4;
    font-size: 13px;
    height: 100%;
    border: none;
    border-width: 0 1px;
    text-indent: 0;
  }
  .header__basket {
    order: 5;
    width: 57px;
    height: 60px;
  }
}

.header__location:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/bg/location.svg) 0 0/20px 20px no-repeat;
  margin: 0 10px 0 0;
}

#basket,
#location {
  position: fixed;
  left: -9999px;
  top: -9999px;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
  transition: opacity .25s linear;
}

#location {
  padding-bottom: 30px;
}

.location--shown,
.basket--shown {
  overflow: hidden;
}

.basket--shown #basket,
.location--shown #location {
  left: 0;
  top: 0;
  opacity: 1;
}

.messengers {
  position: relative;
  /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
}

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

.messengers__opener {
  display: block;
  width: 47px;
  height: 47px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/images/bg/comment.svg) 50%/14px 16px no-repeat;
}

#messengers {
  display: none;
}

.messengers__list {
  width: 80vw;
  height: 90vh;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.messengers__item {
  margin-top: 50px;
}

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

.messengers__link {
  display: block;
  width: 25vw;
  height: 25vw;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.messengers__link--viber {
  background-image: url(/images/bg/viber-color.svg);
}

.messengers__link--telegram {
  background-image: url(/images/bg/telegram-color.svg);
}

.messengers__link--whatsapp {
  background-image: url(/images/bg/whatsapp-color.svg);
}

.lang {
  position: fixed;
  left: 100vw;
  bottom: 30px;
  width: 100%;
  transition: left .25s linear;
}

.topnav--opened .lang {
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .lang {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    width: auto;
    order: 5;
  }
}

.lang__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-pack: center;
      justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 1280px) {
  .lang {
    order: 6;
  }
  .lang__list {
    border-left-width: 0;
  }
}

.lang__item {
  font: 13px/16px 'Museo Sans Cyrl 500', sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 1px 1px 1px 0;
  background: #474747;
}

.lang__item:first-child {
  border-left-width: 1px;
}

@media only screen and (min-width: 1024px) {
  .lang__list {
    border-width: 0;
  }
  .lang__item {
    background: none;
    border-width: 0;
  }
  .lang__item:first-child {
    border-left-width: 0;
  }
}

.lang__link {
  display: -ms-flexbox;
  display: flex;
  width: 57px;
  height: 48px;
  color: #ffffff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.lang__link--current {
  color: #F7A707;
  background-color: #ffffff;
  cursor: default;
}

@media only screen and (min-width: 1024px) {
  .lang__link {
    height: 60px;
  }
}

.promo {
  background: rgba(196, 196, 196, 0.15) url(/uploads/LandingBlock/promo-desktop.jpg) repeat-x 0 100%;
  position: relative;
  overflow: hidden;
}

.promo--home {
  background: rgba(196, 196, 196, 0.15);
}

.promo--js .slick-arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  border: none;
  background: #F7A707 no-repeat 50%/12px 12px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 2;
}

.promo--js .slick-prev {
  left: 30px;
  background-image: url(/images/bg/prev.svg);
}

.promo--js .slick-next {
  right: 30px;
  background-image: url(/images/bg/next.svg);
}

.promo .page-space {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .promo {
    padding: 50px 0;
  }
  .promo--home {
    padding: 0;
  }
}
/*
.promo.blackfriday {
padding: 0 0 25px 0;
}

.promo:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 140vw;
  height: 140vw;
  border-radius: 70vw;
  background-color: #ffffff;
}

.promo.blackfriday:before {
  content: none;
}

@media only screen and (min-width: 600px) {
  .promo:before {
    width: 100vw;
    height: 100vw;
  }
}

@media only screen and (min-width: 1024px) {
  .promo:before {
    width: 50vw;
    height: 50vw;
    border-radius: 25vw;
  }
  .promo--home:before {
    content: "";
    position: absolute;
    left: 35%;
    top: 100%;
    transform: translate(0, -50%);
    width: 80vw;
    height: 80vw;
    border-radius: 40vw 0 0 0;
    background-color: #ffffff;
  }
}
*/
.promo--home.e404:before {
	display: none;
}

.promo--home.e404{
	background: rgb(255 255 255);
}

@media only screen and (min-width: 1024px) {
  .promo {
    transform: none;
  }
}

.promo__title {
  margin: 26px 0 0;
  text-align: center;
  font: 22px/120% 'Museo Sans Cyrl 500', sans-serif;
}

@media only screen and (min-width: 1024px) {
  .promo__title {
    margin: 0;
    font-size: 46px;
    text-align: left;
  }
}

.promo__button {
  text-align: center;
  margin: 15px 0 0;
}

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

.promo__btn {
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  color: #ffffff;
  cursor: pointer;
  border: none;
  background-color: #F7A707;
  font: 14px/136% 'Museo Sans Cyrl 700', sans-serif;
  transition: background .25s linear;
}

.promo__btn:focus {
  outline: none;
}

.promo__btn:hover {
  background: #465D67;
}

.promo__btn:active {
  background: #2D424B;
}

.promo__btn[disabled="disabled"] {
  background: #F7A707;
}

.promo__img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 10px 10px -10px;
  min-height: auto !important;
}

@media only screen and (min-width: 1024px) {
  .promo__columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .promo__img {
  margin: 0px auto;
  }
}

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

@media only screen and (min-width: 1024px) and (max-width: 1120px) {
	.e404 .promo__main {
		padding-left: 30px;
	}
}

.e404__title {
	font: 166px/136% 'Museo Sans Cyrl 700', sans-serif;
	color: #F7A707;
}

.e404__text {
	font: 20px/174% 'Museo Sans Cyrl 300', sans-serif;
	color: #6C6C6C;
}

.e404__img {
	display: block;
    max-width: 100%;
    margin: 0;
}
@media only screen and (max-width: 1024px){
	.e404__title {
		text-align: center;
		font: 116px/116% 'Museo Sans Cyrl 700', sans-serif;
        margin: 30px 0 0;
	}
	.e404__text {
		text-align: center;
        margin: 30px 0;
	}
	.promo--home.e404 {
		padding: 0;
	}
	.e404__img {
		display:none;
	}
}

.filter {
  margin: 15px 0 0;
}

.filter__opener {
  display: flex;
  flex: 1 0 50%;
  max-width: 50%;
  padding: 18px 20px;
  align-items: center;
  justify-content: space-between;
  font: 14px/120% 'Museo Sans Cyrl 400', sans-serif;
  text-decoration: none;
  color: #6C6C6C;
}

.filter--opened .filter__opener {
  flex: inherit;
  max-width: inherit;
}

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

.filter--opened {
  overflow: hidden;
}

.filter--opened .filter__opener:after {
  background-image: url(/images/bg/news-categories-close.svg);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.filter--opened .filters {
  display: none;
}

.filter--opened .filter {
  position: fixed;
  flex-direction: column;
  margin-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #ffffff;
  z-index: 51;
}

.filter--catalogue {
  display: flex;
  position: relative;
  border: solid #DBDBDB;
  border-width: 1px 0;
}

.filter--catalogue:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #DBDBDB;
}

.filter--opened .filter--catalogue::before {display: none;}

.filter--catalogue .toggle {
  display: none;
}

.filter--opened .filter--catalogue .toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .filter__opener {
    display: none;
  }
  .filter--opened .filter--catalogue::before {display: block;}

  .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 20px 0 0;
    border-top: 1px solid #DEE0E2;
    border-bottom: 1px solid #DEE0E2;
    padding: 20px 0;
  }

  .filter--opened {
    overflow: visible;
  }

  .filter--opened .filter {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin-top: 40px;
    background: none;
    overflow: visible;
  }

  .filter--catalogue:before {
    left: auto;
    right: 285px;
  }

  .filter--catalogue .toggle{
    display: flex;
  }
}

.toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 640px) {
  .toggle {
    -ms-flex: inherit;
        flex: inherit;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .toggle--lg {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.toggle__item {
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  position: relative;
  /* background: #F3F5F7; */
}

@media only screen and (min-width: 640px) {
  .toggle__item {
    -ms-flex: 1 0 75px;
        flex: 1 0 75px;
  }
  .toggle--lg .toggle__item {
    -ms-flex: 1 0 135px;
        flex: 1 0 135px;
    max-width: 135px;
  }
}

.toggle__item span {
  color: #6C6C6C;
  display: block;
  cursor: pointer;
  font: 14px/16px 'Museo Sans Cyrl 300', sans-serif;
  padding: 7px 30px;
  text-align: center;
  margin-left: 1px;
  margin-top: 1px;
  background-color: #f3f5f7;
  white-space: nowrap;
}

.filter--catalogue .toggle__item {
  padding: 0 20px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .content-bg .filter--catalogue .toggle__item span {
    padding: 17px 30px;
    background-color: #F3F5F7;
  }
  .content-bg .filter--catalogue .toggle__item input:checked + span {
    background-color: #F7A707;
  }
}

@media only screen and (min-width: 1024px) {
  .toggle__item span {
    font-size: 13px;
    padding: 7px 10px;
  }

  .filter--catalogue .toggle__item {
    padding: 0;
    background: none;
  }

  .filter--catalogue .toggle__item span {
    padding: 7px 30px;
  }
}

.toggle--lg .toggle__item span {
  font-size: 14px;
}

.content-bg .toggle__item span,
.catalog--light .toggle__item span {
  background-color: #ffffff;
}

.toggle__item:first-child span {
  border-left: none;
  border-radius: 3px 0 0 3px;
}

.toggle__item:last-child span {
  border-radius: 0 3px 3px 0;
}

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

.toggle__item input:checked + span,
.toggle__item span:hover {
  background-color: #F7A707;
  color: #ffffff;
  cursor: default;
}

.dim {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}

@media only screen and (min-width: 640px) {
  .dim {
    padding-bottom: 0;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .dim {
    -ms-flex: inherit;
        flex: inherit;
    margin-left: 0;
  }
}

.dim__label {
  padding: 20px 0 15px;
  font: 16px/120% 'Museo Sans Cyrl 500', sans-serif;
  color: #1f1f1f;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .dim__label {
    -ms-flex: inherit;
        flex: inherit;
    padding: 0;
    margin-right: 10px;
    max-width: inherit;
  }
}

.dim__item {
  position: relative;
  -ms-flex: 1 0 33.33333%;
      flex: 1 0 33.33333%;
  max-width: 33.33333%;
  /* background: #F3F5F7; */
  padding: 0 0 5px 5px;
}

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

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

.dim__item span {
  color: #6C6C6C;
  display: block;
  cursor: pointer;
  font: 13px/16px 'Museo Sans Cyrl 300', sans-serif;
  padding: 7px;
  text-align: center;
  border-radius: 3px;
  background-color: #f3f5f7;
}
.content-bg .dim__item span,
.catalog--light .dim__item span {
  background-color: #ffffff;
}

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

.dim__item input:checked + span {
  background-color: #F7A707;
  color: #ffffff;
  cursor: default;
}

.color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 25px 0 15px;
}

@media only screen and (min-width: 1024px) {
  .color {
    padding: 0;
    margin-top: 6px;
    -ms-flex: inherit;
        flex: inherit;
  }
}

.color__item {
  position: relative;
  -ms-flex: 1 0 26px;
      flex: 1 0 26px;
  min-width: 26px;
  width: 26px;
  max-width: 26px;
  height: 26px;
  border-radius: 13px;
}

.color__item span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

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

.color__item input:checked + span {
  cursor: default;
}

.color__item input:checked + span:before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 24px;
  height: 24px;
  border-radius: 13px;
  border: 1px solid #F7A707;
}

.select2-dropdown {
  border: none;
  background-color: #FFF;
}

.select2-results {
  font: 14px/18px 'Museo Sans Cyrl 300', sans-serif;
  color: #6c6c6c;
}

.select2-results__option {
  padding: 10px 20px;
}

.select2-results__option--highlighted {
  background-color: #F7A707 !important;
}

.select2-container--default .select2-results__group {
  padding: 10px 20px;
  font-family: 'Museo Sans Cyrl 700',sans-serif;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding: 10px 20px;
}

.catalog {
  padding: 0 0 50px;
  background: #FFFFFF;
}

.catalog .select2-container {
  display: block;
  width: 100% !important;
}

.catalog .select2-container .select2-search--inline {
  float: none;
  width: 40px;
  text-align: center;
  border-left: 1px solid #F2F5F6;
  font: 14px/16px 'Museo Sans Cyrl 300', sans-serif;
  color: #aaaaaa;
  background: #fff;
}

.catalog .select2-container .select2-selection--single {
  border: none;
  height: 46px;
  border-radius: 3px;
}

.catalog .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 20px;
  padding-right: 50px;
  font: 14px/46px 'Museo Sans Cyrl 300', sans-serif;
  color: #6c6c6c;
}

.catalog .select2-container .select2-selection--single .select2-selection__arrow {
  height: 46px;
  width: 50px;
  background: url(/images/bg/select.svg) 50% no-repeat;
}

.catalog .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.catalog .select2-container--open .select2-selection--single {
  border: none;
}

.catalog .select2-container--open .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

.catalog--light {
  background: #F3F5F7;
}

.catalog-series {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px auto 0;
  text-align: center;
}

.catalog-series__btn {
  background: #FFFFFF;
  border: none;
  height: 30px;
  width: 50%;
  text-align: center;
}

.catalog-series__btn:first-child {
  border-radius: 3px 0 0 3px;
}

.catalog-series__btn:last-child {
  border-radius: 0 3px 3px 0;
}

@media only screen and (min-width: 640px) {
  .catalog-series__btn {
    width: 135px;
  }
}

.catalog-series__btn--active {
  font: 14px/136% 'Museo Sans Cyrl 500', sans-serif;
  color: #FFFFFF;
  background: #F7A707;
}

.catalog__slides {
  position: relative;
}

.catalog__btn {
  font: 14px/136% 'Museo Sans Cyrl 700', sans-serif;
  text-align: center;
  color: #FFFFFF;
  background: #F7A707;
  border: none;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  margin: 10px auto 0;
  padding: 10px;
  min-width: 160px;
  transition: background .25s linear;
}

.catalog__btn:focus {
  outline: none;
}

.catalog__btn:hover {
  background: #465D67;
}

.catalog__btn:active {
  background: #2D424B;
}

.catalog__btn[disabled="disabled"] {
  background: #F7A707;
}

.catalog__slides--space {
  padding: 20px 20px 100px;
}

.catalog__slides .slick-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
  position: absolute;
  bottom: 270px;
  border: none;
  z-index: 2;
  background-color: #F7A707;
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: -9999px;
  overflow: hidden;
  transition: background-color .25s linear;
}

.catalog__slides--product .slick-arrow {
  bottom: 400px;
}

@media only screen and (min-width: 1024px) {
  .catalog__slides .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.catalog__slides .slick-arrow:focus {
  outline: none;
}

.catalog__slides .slick-arrow:hover {
  background-color: #465D67;
}

.catalog__slides .slick-arrow:active {
  background-color: #2D424B;
}

.catalog__slides .slick-arrow[disabled="disabled"] {
  background-color: #F7A707;
  cursor: default;
}

.catalog .slick-arrow img {
  display: block;
}

.catalog__slides .slick-prev {
  left: 20px;
  background-image: url(/images/bg/prev.svg);
}

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

@media only screen and (min-width: 1380px) {
  .catalog__slides .slick-prev {
    left: -70px;
  }
}

.catalog__slides .slick-next {
  right: 20px;
  background-image: url(/images/bg/next.svg);
}

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

@media only screen and (min-width: 1380px) {
  .catalog__slides .slick-next {
    right: -70px;
  }
}

.catalog__empty {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .catalog__list--column {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .catalog__list {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 0;
  }
  .catalog__list--column {
    margin-top: -30px;
  }
  .slick-initialized .catalog__list {
    display: block;
    margin: 30px 0 0;
  }
}

.catalog__list.carousel--js .slick-list {
  padding-bottom: 10px;
}

.catalog__item--column {
  margin: 20px 0 0;
}

.catalog__item--product {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .catalog__item {
    padding: 0 15px;
    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    max-width: 25%;
  }
  .catalog__item--column {
    padding: 0 15px;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    max-width: 33.33333%;
    margin: 30px 0 0;
  }
  .catalog__item--column.items_in_row4 {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
  }
  .catalog__item--product {
    display: block;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .slick-initialized .catalog__item {
    -ms-flex: auto;
        flex: auto;
    max-width: inherit;
  }
}

.catalog__img {
  display: block;
  padding: 20px;
  margin: auto;
  max-width: 100%;
  max-height: 248px;
}

.catalog__bg {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0 2px 9px -3px rgb(0 0 0 / 50%);
  border-radius: 5px;
  padding: 0 0 20px;
}

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


.content-bg .catalog__bg,
.catalog--light .catalog__bg {
  background: #FFFFFF;
}

.catalog__bg > a {
  text-decoration: none;
}

.catalog__price {
  margin-top: 5px;
  font: 24px/120% 'Museo Sans Cyrl 500', sans-serif;
  text-align: center;
  color: #1F1F1F;
}

.catalog__price_black {
  margin-top: 5px;
  font: 16px/100% 'Museo Sans Cyrl 500', sans-serif;
  text-align: center;
  color: #1F1F1F;
  text-decoration: line-through;
}

.catalog__data {
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
}

.catalog__stock span {
    font: 12px/100% 'Museo Sans Cyrl 700', sans-serif;
}
.catalog__stock span.on-stock {
    color: #1ab200;
}
.catalog__stock span.not-on-stock {
    color: #F7A707;
}

.catalog__cost {
  margin-top: 5px;
  font: 18px/100% 'Museo Sans Cyrl 700', sans-serif;
  text-align: center;
  color: #1F1F1F;
}

.catalog__rating {
  display: block;
  position: relative;
  height: 12px;
  width: 60px;
  background: url(/images/bg/star-o.svg) 0 0/12px 12px repeat-x;
}

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

.catalog__title {
  flex: 1;
  margin: 5px 15px 0;
  font: 14px/19px 'Museo Sans Cyrl 700', sans-serif;
  text-align: left;
  color: #1F1F1F;
}

.catalog__dimension {
  font: 20px/120% 'Museo Sans Cyrl 500', sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.catalog__dimension_right {
  font: 20px/120% 'Museo Sans Cyrl 500', sans-serif;
  text-align: right;
  margin: 0px 20px 0;
}
.catalog__bg___no_title .catalog__dimension_right {
	text-align: center;
}


.catalog__features {
  background-color: #ffffff;
  position: relative;
  padding: 40px 0 50px;
}
.content-bg .catalog__features,
.catalog--light .catalog__features {
  background: #F3F5F7;
  margin: 10px 0;
}

.catalog__features table {
  position: relative;
  z-index: 2;
}

.catalog__features:before, .catalog__features:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #F3F5F7;
}

.catalog__features table {
  margin: 12px 0 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}

.catalog__features th {
  font: 14px/134% 'Museo Sans Cyrl 500', sans-serif;
}

.catalog__features th,
.catalog__features td {
  text-align: center;
  color: #1F1F1F;
  width: 50%;
  margin: 0;
  padding: 0 8px;
  border-collapse: collapse;
  vertical-align: top;
}

.content-bg .catalog__features th,
.content-bg .catalog__features td,
.catalog--light .catalog__features th,
.catalog--light .catalog__features td {
  font: 13px/134% 'Museo Sans Cyrl 500', sans-serif;
  text-align: center;
}

.catalog__features td,
.content-bg .catalog__features td,
.catalog--light .catalog__features td{
  font: 11px/134% 'Museo Sans Cyrl 300', sans-serif;
}

.process__main {
  position: relative;
}

.process__img {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}

.process__bg {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 40px;
}

.process__bg > a {
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .process__bg {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.process__price {
  font: 20px/120% 'Museo Sans Cyrl 500', sans-serif;
  text-align: center;
}

.info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 100%; */
}
.info.info_fullheight {
  height: 100%;
}

.info:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity .25s linear;
}

.info.info--opened:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.info.info--features:after {
  display: none;
}

.info__opener {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  background: #F7A707 url(/images/bg/catalog-info.svg) 50% no-repeat;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  text-indent: -9999px;
  overflow: hidden;
}

.info__discount {
  content: "";
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 75px;
  right: 15px;
  background: #f00;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  color: #ffffff;
  font: 13px/150% 'Museo Sans Cyrl 700', sans-serif;
}

.catalog__item .info__opener {
  right: 10px;
  top: 10px;
}
.catalog__item .info__discount {
  right: 10px;
  top: 80px;
}
.catalog__pic {
  height: 0;
  margin: 20px 20px 0;
  padding-bottom: 100%;
  background: no-repeat 50%/contain;
}

.info__popup {
  position: absolute;
  left: 20px;
  top: 50%;
  width: calc(100vw - 80px);
  background: #F7A707;
  font: 13px/150% 'Museo Sans Cyrl 500', sans-serif;
  -ms-flex-align: center;
      align-items: center;
  transform: translate(0, -50%) scale(0.5);
  opacity: 0;
  transition: transform .25s linear, opacity .25s linear;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 9px;
  z-index: 2;
}

.info--opened .info__popup {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .info__popup {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 300px;
  }
  .info--opened .info__popup {
    transform: translate(-50%, -50%) scale(1);
  }
}

.info__tooltip {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 20px;
  width: calc(100% - 20px);
  height: auto;
  border-radius: 25px 5px 5px 5px;
  background: #F7A707 url(/images/bg/info.svg) no-repeat 95%;
  color: #ffffff;
  font: 13px/150% 'Museo Sans Cyrl 300', sans-serif;
  z-index: 2;
  transition: opacity .25s linear;
  opacity: 0;
  overflow: hidden;
}

.info:hover .info__tooltip {
  opacity: 1;
}

.info__features {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 20px;
  width: calc(100% - 20px);
  height: auto;
  border-radius: 5px;
  color: #ffffff;
  background: #F7A707;
  font: 13px/150% 'Museo Sans Cyrl 300', sans-serif;
  z-index: 3;
  transition: opacity .25s linear;
  display: none;
  overflow: hidden;
}

.info--opened .info__features {
  display: block;
}

.info__label {
  margin: 10px 0 0;
}

.info__progress {
  margin: 5px 0 0;
  border: 1px solid #fff;
  height: 8px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.info__progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 0;
  overflow: hidden;
  transition: max-width .25s linear;
  background-color: #ffffff;
}

.info--opened .info__progress span {
  max-width: inherit;
}

.info__feature {
  display: -ms-flexbox;
  display: flex;
}

.info__col {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  max-width: 50%;
  margin-top: 20px;
}

.info__lab {
  color: #F7A707;
  font: 12px/150% 'Museo Sans Cyrl 900', sans-serif;
  width: 21px;
  height: 21px;
  border-radius: 11px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #ffffff;
}

.info__desc {
  margin: 10px 0 0;
  text-align: center;
  color: #ffffff;
  font: 11px/150% 'Museo Sans Cyrl 300', sans-serif;
}

.info__desc_bold {
  margin: 10px 0 0;
  text-align: center;
  color: #ffffff;
  font: 12px/150% 'Museo Sans Cyrl 900', sans-serif;
}

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

.info__item {
  position: relative;
  padding: 0 0 0 20px;
}

.info__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background: url(/images/bg/check.svg) 0 0/12px 12px no-repeat;
}

.info__heading {
  margin: 10px 0 0;
  font: 13px/150% 'Museo Sans Cyrl 900', sans-serif;
}

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

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

.info__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  background: url(/images/bg/info-close.svg) no-repeat 0/16px 16px;
  text-indent: -999px;
  overflow: hidden;
}

.reviews {
  text-align: center;
  color: #1F1F1F;
}

@media only screen and (min-width: 800px) {
  .reviews__list {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

.reviews__item {
  margin: 10px 0 0;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 800px) {
  .reviews__item {
    -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
    max-width: 33.33333%;
    padding: 15px;
    margin-top: 0;
  }
}

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

.reviews__bg {
  background: #F7A707;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  padding: 45px 25px;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.reviews__title {
  margin: 0;
  font: 20px/134% 'Museo Sans Cyrl 500', sans-serif;
  color: #FFFFFF;
}

.reviews__text {
  margin-top: 15px;
  font: 16px/140% 'Museo Sans Cyrl 300', sans-serif;
  color: #FFFFFF;
}

/* .map {
  margin-top: 10px;
} */

@media only screen and (min-width: 1024px) {
  .map {
    position: relative;
    height: 550px;
  }
  .map.map___show_standart_bg {
    margin-top: 30px;
	  background: url(/uploads/LandingBlock/map.jpg) 0 0 no-repeat;
  }
}

.map__contacts {
  background-color: #ffffff;
  padding: 20px;
  color: #1F1F1F;
  font: 16px/140% 'Museo Sans Cyrl 300', sans-serif;
  width: fit-content;
  margin: auto;
}

@media only screen and (min-width: 1024px) {
  .map__contacts {
    position: absolute;
    right: 25%;
    top: 50%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transform: translate(0, -50%);
  }
}

.map__contact {
  position: relative;
  padding: 5px 0 5px 32px;
  max-width: 360px;
}

.map__contact img {
  position: absolute;
  left: 0;
  top: 5px;
}

.map__contact--measure img {
  top: 50%;
  transform: translate(0, -50%);
}

.map__msg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 0 10px;
  margin-top: 20px;
  border-top: 1px solid #EBEFF2;
}

@media only screen and (min-width: 1024px) {
  .map__msg--measure {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* .map__msg {
    display: none;
  } */
  .map__msg--measure {
    display: flex;
  }
}

.map__messenger {
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  margin-left: 20px;
  border-radius: 23px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #F7A707;
}

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

#map_canvas {
  display: block;
  width: 100%;
  height: 440px;
}

@media only screen and (min-width: 1024px) {
  #map_canvas {
    height: 100%;
  }
}

#order {
  display: none;
}

.feedback {
  margin-top: 100px;
  padding: 20px 0 100px;
  background-color: #f3f5f7;
}

.fancybox-wrap .feedback {
  margin: 0;
  padding: 0;
  background: none;
  width: 100%;
}

@media only screen and (min-width: 400px) {
  .fancybox-wrap .feedback {
    width: 300px;
  }
}

@media only screen and (min-width: 640px) {
  .fancybox-wrap .feedback {
    width: 380px;
  }
}

.feedback__bg {
  max-width: 370px;
  margin: 30px auto 0;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.fancybox-wrap .feedback__bg {
  margin: 0;
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  /*height: 350px;*/
  /*width: 480px;*/
  /*opacity: .65;*/
  /*padding: 25px 0;*/
  min-height: 1px;
  outline: none;
}

.slick-slide img {
  height: 100%;
}

.featured--js .slick-slide img {
  width: auto;
}

.slick-center {
  padding: 0;
  width: 560px;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .slick-slide {
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
  }
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

#sills .slick-slide img {
  width:100%;
  height:auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  margin-top: 6px;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: transparent;
}

.features .heading {
  margin-top: 50px;
}

/* Arrows */
.cards__list .slick-prev,
.cards__list .slick-next {
  display: none;
  font-size: 0;
  line-height: 0;
  top: -45px;
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 16px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 16px 11px;
}

.cards__list .slick-prev:hover,
.cards__list .slick-next:hover {
  background-color: #FF6970;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 720px) {
  .cards__list .slick-prev,
  .cards__list .slick-next {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 16px;
  }
}

.cards__list .slick-prev {
  left: auto;
  right: 60px;
  background-image: url(/images/bg/left-arrow.svg);
}

.cards__list .slick-prev:hover {
  background-image: url(/images/bg/left-arrow-active.svg);
}

.cards__list .slick-next {
  right: 16px;
  background-image: url(/images/bg/right-arrow.svg);
}

.cards__list .slick-next:hover {
  background-image: url(/images/bg/right-arrow-active.svg);
}

.cards__list .slick-prev:hover:before,
.cards__list .slick-prev:focus:before,
.cards__list .slick-next:hover:before,
.cards__list .slick-next:focus:before {
  opacity: 1;
}

.cards__list .slick-prev.slick-disabled:before,
.cards__list .slick-next.slick-disabled:before {
  opacity: .25;
}

.cards__list .slick-prev:before,
.cards__list .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cards__list .slick-prev:before {
  content: '←';
}

.cards__list .slick-slider:before, .cards__list .slick-slider:after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
}

.cards__list .slick-slider:before {
  left: 0;
}

.cards__list .slick-slider:after {
  right: 0;
}

.slick-list {
  z-index: 1;
}

.cards__list .slick-next:before {
  content: '→';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 100px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  background: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.slick-dots li:first-child {
  padding-left: 45px;
}

.slick-dots li:last-child {
  padding-right: 45px;
}

.slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  padding: 0 4px;
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #ede2de;
  text-indent: -9999px;
  overflow: hidden;
}

.slick-dots li.slick-active button:before {
  background-color: #fd5030;
}

.lab {
  margin: 36px 0 0;
  display: block;
  font: 16px/120% 'Museo Sans Cyrl 500', sans-serif;
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  margin: 20px -15px 0;
}

.row--slide {
  padding-bottom: 20px;
}

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

.col {
  -ms-flex: 1;
      flex: 1;
  padding: 0 15px;
}

.col.col_width_100 {
  width: 100%;
}

.col--2 {
  -ms-flex: 2;
      flex: 2;
}

label.error {
  color: #ff0000;
  font: 11px/17px 'Museo Sans Cyrl 300', sans-serif;
}

.field {
  display: block;
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 20px;
  background: #F3F5F7;
  border-radius: 3px;
  border: none;
  background-repeat: no-repeat;
  background-position: 95%;
  font: 14px/136% 'Museo Sans Cyrl 300', sans-serif;
  color: #6C6C6C;
}

.field:focus {
  border: 1px solid #6C6C6C;
  outline: none;
}

.field.valid {
  background-color: #F7FBF7;
  background-image: url(/images/bg/valid.svg);
  border: 1px solid #1DC81A;
}

.field.valid[type="time"] {
  background-image: none;
}

.field.error {
  background-color: #FAF4F4;
  background-image: url(/images/bg/invalid.svg);
  border: 1px solid #EB4848;
}

.field.error[type="time"] {
  background-image: none;
}

.btn {
  display: block;
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 20px;
  border: none;
  cursor: pointer;
  font: 16px/136% 'Museo Sans Cyrl 700', sans-serif;
  color: #FFF;
  background: #F7A707;
  border-radius: 3px;
  transition: background .25s linear;
}

.btn--ordered {
    background: #00c002;
}

.btn--notify {
  background: #9e9e9e;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  background: #465D67;
}

.btn:active {
  background: #2D424B;
}

.btn[disabled="disabled"]{
  background: #F7A707;
}

.btn--inline {
  display: inline-flex;
  width: auto;
  min-width: 170px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
}

.btn--light {
  display: block;
  background: transparent;
  color: #F7A707;
  border: 1px solid #F7A707;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .btn--light {
    display: inline-flex;
    margin: 0;
  }
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 200002 !important;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 2px 5px 10px #000;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 200001 !important; /* fancybox over bingc-phone */
  background: url("/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

footer {
  text-align: center;
  color: #000000;
  font: 14px/24px 'Museo Sans Cyrl 300', sans-serif;
  background-color: #ffffff;
  padding: 15px;
}

@media only screen and (min-width: 1024px) {
  footer {
    font-size: 16px;
  }
}

a.header__basket  {
	text-decoration:none;
}
span.basket__items-count {
    text-indent: 0px;
    display: block;
    position: relative;
    top: -19px;
    left: 34px;
    background: black;
    border-radius: 20px;
    width: 17px;
    height: 17px;
    text-align: center;
    font-size: 10px;
    line-height: 19px;
    font-weight: 900;
    color: white;
}
@media only screen and (max-width: 1024px) {
	span.basket__items-count {
		top: -25px;
		left: 26px;
	}
}

.topnav__item.catalogue__button {
    background: #f7a706;
    height: 40px;
    padding: 15px 11px 14px 15px;
    border-radius: 3px;
    font: 100 13px/16px 'Museo Sans Cyrl 900', sans-serif;
	text-transform: uppercase;
}
.topnav__item.catalogue__button  a {
    color: #000000;
	white-space: nowrap;
}

@media only screen and (min-width: 1024px) {
.catalogue__button.topnav__item--hasnodes:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    background: url(/images/bg/filter-expand.svg) 0 0/10px 12px no-repeat;
	}
}



.search {
  position: relative;
  font: 14px "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 39px;
  transition: width .25px linear;
}

.search {
    order: 2;
	margin-right: 60px;
}

.search .active__search {
	max-width: 230px;
}
.search .ui-autocomplete {
  width: 98% !important;
}

.search__input {
  border: none;
  border-radius: 2px 0 0 2px;
  background: #fff;
  color: #686667;
  padding: 12px 19px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

@media only screen and (max-width: 1310px) {
  .search__input {
    height: 40px;
  }
}

@media only screen and (max-width: 560px) {
  .search__input {
    height: 26px;
    padding: 0 13px;
    font: 13px/26px "Open Sans", sans-serif;
  }
}

.search__input:focus {
  outline: none;
}

.search__button {
  border: none;
  border-radius: 0 2px 2px 0;
  background: #ea443c;
  color: #fff;
  padding: 12px 34px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

@media only screen and (max-width: 1310px) {
  .search__button {
    text-indent: -9999px;
    overflow: hidden;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 60px;
    flex: 0 1 60px;
    height: 40px;
    background: #fff url(../images/icons/search.svg) 20px 45%/26px 28px no-repeat;
  }
}

@media only screen and (max-width: 560px) {
  .search__button {
    height: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
    background: #fff url(../images/icons/search.svg) 7px 45%/11px 12px no-repeat;
  }
}

.search__button:hover {
  background-color: #db2118;
}

@media only screen and (max-width: 1310px) {
  .search__button:hover {
    background-color: #fff;
  }
}

.live-search__popup {
  width: auto;
  left: 15px !important;
  right: 0 !important;
  top: 70px;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 14px/19px "Open Sans", sans-serif;
  max-height: 50vh;
  z-index: 120000;
}

@media only screen and (max-width: 400px) {
  .live-search__popup {
    font-size: 14px;
    line-height: 20px;
  }
}

.live-search__link {
  display: block;
  padding: 5px 15px;
  color: #3d3d3d;
  text-decoration: none;
}

.live-search__link:hover {
  background-color: #ededed;
  text-decoration: none;
  color: #3d3d3d;
  
}

li.live-search__last.ui-menu-item {
    background: #f7a706;
}

.live-search__last .live-search__link {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #fff;
}

.live-search__last .live-search__link:hover {
	color: black;
}

.topsearch__field {
    display: block;
    border: none;
    height: 38px;
    font: 14px/120% 'Museo Sans Cyrl 500', sans-serif;
    text-align: center;
    min-width: 100%;
    border-radius: 3px;
    margin: 0 12px;
	padding: 0 7px;
    background-color: #414141;
    color: #ffffff;
}

.topsearch__field.active__topsearch__field, .topsearch__field:hover, .active__search .topsearch__field {
    background-color: #F3F5F7;
	color: #6c6c6c;
	transition: background-color .25s linear, color .25s linear;
}

.topsearch__button {
    float: right;
    top: 26px;
    width: 32px;
    height: 32px;	
	position: relative;
    border: none;
    cursor: pointer;
    transform: translate(0, -50%);
    background: url(/images/bg/search.svg) 0 0/20px 21px no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.topsearch__input {
    height: 100%;
    width: 150px;
    background: no-repeat;
    border: none;
    font-size: 14px;
}
.topsearch__input::placeholder {color:white; outline: none;}
.topsearch__input:hover::placeholder,
.topsearch__input:focus::placeholder,
.active__search .topsearch__input::placeholder {color:#6c6c6c;}
.topsearch__input:focus,
.active__search .topsearch__input {
    border: none;
    width: 300px;
	outline: none;
	transition: width .1s linear;
}
@media only screen and (max-width: 720px) {
	.search {display:none;}
}

.product-center_row {
    display: inline-block;
}

.product-center_image img {
    height: auto !important;
}
.text-page.text-page--subtextblock p {
  margin: 20px 0 0;
  font: 15px/160% 'Museo Sans Cyrl 300',sans-serif;
  color: #323232;
}
.text-page.text-page--subtextblock ul {
  margin-top: 10px;
  padding: 0 40px;
}
.text-page.text-page--subtextblock li {
  background-position: 0 3px;
  font: 14px/175% 'Museo Sans Cyrl 300',sans-serif;
}
.news-top-img {
	max-height: 700px;
    overflow: hidden;
    margin-bottom: 50px;
}
