/*переменные и миксины*/
.unlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.obj {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/**/
*,
:before,
:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font: normal normal 14px/1.5 Montserrat;
  color: #202223;
  min-width: 320px;
}
header,
footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
a,
input,
textarea,
button,
select {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
:focus {
  outline: none;
}
img {
  max-width: 100%;
}
a img {
  /*для IE10*/
  border: none;
}
p {
  margin: 0 0 1.5em;
}
.social-link {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 4px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  background-color: #ccc;
  vertical-align: middle;
}
.social-link.fa-facebook {
  background-color: #3b5998;
}
.social-link.fa-vk {
  background-color: #4d76a1;
}
.social-link.fa-instagram {
  background-color: #c536a4;
}
/*элементы форм*/
input[type=search] {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-placeholder {
  color: inherit;
}
:-ms-input-placeholder {
  color: inherit;
}
.text-radio {
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  position: relative;
}
.text-radio input {
  margin: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.text-radio__item {
  display: block;
  color: #000;
  white-space: nowrap;
  max-width: 100%;
  min-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1em;
  border-radius: 19px;
  border: 1px solid #f2f3f2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
:checked + .text-radio__item {
  color: #fff;
  background-color: #ff7f50;
  border-color: #ff7f50;
}
:disabled + .text-radio__item {
  color: #adadad;
  background-color: #f2f3f2;
  cursor: default;
}
.text-radio_square {
  line-height: 40px;
}
.text-radio_square .text-radio__item {
  border: none;
  border-radius: 0;
  padding: 0 25px;
}
.text-radio_square .text-radio__item > span {
  display: inline;
  border-bottom: 1px dotted;
}
.text-radio_square :checked + .text-radio__item span {
  border-bottom: none;
}
.block-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  position: relative;
  margin: 0 0 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.block-label .custom-input {
  margin: 0 10px 0 0;
}
span.custom-input {
  display: inline-block;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
span.custom-input.checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #d5d8db;
  line-height: 12px;
  font-size: 10px;
  color: #fff;
  background-color: #fff;
  text-indent: 1px;
}
span.custom-input.checkbox:before {
  content: '\f00c';
  font-family: fontAwesome;
}
:checked + span.custom-input.checkbox {
  background-color: #ff7f50;
  border-color: #ff7f50;
}
/*кнопки*/
button,
[type="submit"],
[type="reset"] {
  cursor: pointer;
}
button,
.btn a {
  display: inline-block;
  border: none;
  background-color: #ff7f50;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}
button:active,
.btn a:active {
  background-color: #242427;
}
.btn {
  max-width: 100%;
  display: inline-block;
}
.btn a {
  display: block;
}
.btn_next a:after {
  content: '→';
  display: inline-block;
  margin-left: 15px;
}
.btn_black a {
  background-color: #242427;
}
.btn_black a:active {
  background-color: #ff7f50;
}
button.btn_call,
.btn_call a {
  background-color: #242427;
  border-radius: 100px;
}
button.btn_call:before,
.btn_call a:before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/vector/phone.svg) no-repeat center / contain;
  margin: 0 12px 0 0;
  vertical-align: middle;
}
button.btn_call:active,
.btn_call a:active {
  background-color: #ff7f50;
}
button.btn_white,
.btn_white a {
  border: 1px solid #f2f3f2;
  line-height: 38px;
  border-radius: 100px;
  color: #adadad;
  background-color: #fff;
}
button.btn_white:active,
.btn_white a:active {
  color: #fff;
  background-color: #242427;
  border-color: #242427;
}
/*заголовки*/
h1,
h2,
h3,
h4,
h5,
h5 {
  margin: 0 0 1em;
}
h1 {
  font-size: 40px;
  line-height: 1.1;
}
h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
}
h3 {
  font-size: 24px;
  font-weight: bold;
}
h4 {
  font-size: 14px;
  font-weight: bold;
}
/*списки*/
/*контейнеры*/
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
/*ШАПКА*/
header {
  position: relative;
  z-index: 2;
}
.header__topline {
  background-color: #242427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font: normal normal 12px/1 roboto;
  padding: 4px 0;
}
.header__topline .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__topline .wrapper > :last-child {
  margin-right: 0;
}
.header__social {
  white-space: nowrap;
}
.header__social > :first-child {
  margin-left: 0;
}
.header__text {
  margin: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.header__title {
  color: #adadad;
}
.header__phone {
  display: inline-block;
  margin: 0 4px;
}
.header__phone a {
  display: block;
}
.header__phone,
.header__time {
  white-space: nowrap;
}
.header__phone a:before,
.header__time:before {
  font-family: fontAwesome;
  display: inline-block;
  margin-right: 5px;
}
.header__phone a:before {
  content: '\f095';
}
.header__time:before {
  content: '\f017';
}
.header__bottomline {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header__bottomline.static {
  position: static;
  background-color: #39393c;
}
.header__bottomline > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logo {
  display: inline-block;
  width: 155px;
  margin: 0 10px 15px 0;
}
.logo a {
  display: block;
}
.logo img {
  width: 100%;
  vertical-align: top;
}
.main-menu {
  margin: 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu a {
  display: block;
  padding: 25px 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.main-menu a:hover,
.main-menu a.active {
  color: #000;
  background-color: #fff;
}
.search-form {
  position: relative;
}
.search-form [type=search] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  opacity: 0;
  z-index: 4;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.search-form [type=search]:focus {
  opacity: 1;
  width: 150px;
  color: #222;
  cursor: text;
  z-index: 2;
}
.search-form [type=submit] {
  display: block;
  border: none;
  background: none;
  font-family: fontAwesome;
  position: relative;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  padding: 0;
  z-index: 3;
}
.search-form :focus + [type=submit] {
  color: #000;
}
#menu-btn {
  display: none;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 30px;
  background-color: #fff;
  z-index: 3;
  color: #202223;
  display: none;
}
.submenu__close {
  display: none;
}
.submenu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 480px;
  background: repeating-linear-gradient(to right, transparent 0, transparent 233px, #f2f3f2 233px, #f2f3f2 234px);
  position: relative;
}
.submenu__box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.submenu .wrapper {
  position: relative;
}
.submenu__switcher {
  position: absolute;
  bottom: 30px;
  left: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 20px #fff;
          box-shadow: 0 0 20px 20px #fff;
}
.submenu__switcher a {
  color: #ff7f50;
  font-weight: 900;
}
.submenu__switcher a:after {
  content: '';
  font-family: fontAwesome;
  margin-left: .2em;
}
.submenu-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 234px;
          flex: 0 1 234px;
  /* border-left:1px solid @light; */
  /* &:first-child{
		border-left: none;
	} */
  border-right: 1px solid #f2f3f2;
}
.submenu-card__pic {
  overflow: hidden;
  height: 135px;
  text-align: center;
}
.submenu-card__pic img {
  height: 100%;
  width: auto;
  max-width: unset;
}
.submenu-card__pic.moved {
  text-align: left;
}
.submenu-card__pic.moved img {
  position: relative;
  right: 15%;
}
.submenu-card__text {
  padding: 20px 20px 30px;
}
.submenu-card__title {
  margin: 0 0 .3em;
}
.submenu-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.submenu-card ul li {
  margin: 0 0 .3em;
}
.submenu-card ul span {
  color: #adadad;
}
.submenu-card ul a:hover {
  text-decoration: underline;
}
.sub-layout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/*ОСНОВНОЕ СОДЕРЖИМОЕ*/
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  word-spacing: 10px;
}
.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.slick-dots .slick-active {
  background-color: #ff7f50;
}
.slick-slide:focus {
  outline: none;
}
.top-slider {
  overflow: hidden;
}
.top-slider__item {
  min-height: 710px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 72px;
}
.top-slider__prev,
.top-slider__next {
  display: inline-block;
  font-size: 48px;
  line-height: 1;
  padding: 30px;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: calc(50% - 54px);
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.top-slider__prev {
  left: -90px;
}
.top-slider__next {
  right: -90px;
}
.top-slider:hover .top-slider__prev {
  left: 0;
}
.top-slider:hover .top-slider__next {
  right: 0;
}
.top-slider__dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.top-slider__dots li {
  margin: 0 5px;
}
.top-slider__dots .slick-active {
  background-color: #ff7f50;
}
.top-slider__text {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 70px 30px;
  color: #fff;
  font-size: 18px;
  max-width: 570px;
  margin-top: 215px;
}
.top-slider__title {
  margin: 0;
  text-transform: uppercase;
  line-height: 1.47;
}
.brands-slider {
  padding: 50px 0 40px;
}
.brands-slider img {
  max-height: 70px;
  max-width: 170px;
  margin: auto;
}
.brands-slider__prev,
.brands-slider__next {
  display: inline-block;
  font-size: 36px;
  color: #000;
  line-height: 1;
  position: absolute;
  top: calc(50% - 18px);
  cursor: pointer;
}
.brands-slider__prev:hover,
.brands-slider__next:hover {
  color: #ff7f50;
}
.brands-slider__prev {
  left: -30px;
}
.brands-slider__next {
  right: -30px;
}
.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.categories__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  position: relative;
  overflow: hidden;
}
.categories__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.categories__title {
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin: 0;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}
.categories__pic img {
  width: 100%;
  vertical-align: top;
}
.good-block {
  padding: 60px 0;
  border-bottom: 2px solid #f2f3f2;
}
.good-block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.good-block__pic {
  width: 570px;
  padding: 0 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.good-block__pic img {
  max-height: 280px;
  margin: auto;
}
.good-block__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
  padding: 40px 0 0 30px;
}
.good-block__title {
  text-transform: uppercase;
  line-height: 1.2;
}
.good-block__price {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1em;
}
.good-block__descr {
  font-size: 16px;
  margin: 0 0 1em;
}
.good-block__dots {
  margin: 30px 0 0;
}
.good-block__dots li {
  background-color: #f2f3f2;
  margin-right: 10px;
}
.goods__filter {
  padding: 30px;
  text-align: center;
}
.goods__title {
  text-align: center;
  font-size: 16px;
  margin: 0 0 2em;
}
.goods__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 30px;
}
.good-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 270px;
  margin: 0 15px 30px;
  position: relative;
  padding-bottom: 40px;
  border: 1px solid #f2f3f2;
}
.good-card.missing {
  opacity: .5;
}
.good-card__pic {
  height: 180px;
  padding: 20px 12px 12px;
  text-align: center;
}
.good-card__pic img {
  max-height: 100%;
}
.good-card__text {
  text-align: center;
  padding: 0 20px 15px;
  color: #202223;
}
.good-card__title {
  margin: 0;
  font-weight: 900;
}
.good-card__firm {
  font-size: 12px;
  line-height: 1.8;
}
.good-card__price {
  font-weight: 900;
  margin: 0 0 .6em;
}
.good-card__status {
  font-weight: 900;
  color: #ff7f50;
}
.good-card__status.negative {
  color: #adadad;
}
.good-card__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.good-card__link a {
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #242427;
}
.good-card:hover .good-card__link {
  opacity: 1;
}
.good-card:hover.missing .good-card__link {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.good-card__discount {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background-color: #ff7f50;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.bottom-slider {
  background-color: #f2f3f2;
}
.bottom-slider__item.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bottom-slider__text {
  width: 500px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 60px 100px 80px 70px;
  font-size: 16px;
}
.bottom-slider__title {
  margin: 0 0 .5em;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.bottom-slider__pic {
  width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.bottom-slider__dots {
  position: absolute;
  bottom: 40px;
  left: calc(45% - 430px);
}
.bottom-slider__dots li {
  background-color: #d7d7d8;
  margin-right: 10px;
}
.bottom-slider__dots .slick-active {
  background-color: #242427;
}
/*ПОДВАЛ*/
footer {
  background-color: #242427;
  color: #7d7d7d;
  padding-top: 15px;
}
.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantage {
  padding: 25px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  width: 170px;
  /*для IE*/
}
.advantage__pic img {
  height: 50px;
}
.advantage__text {
  margin: 1.3em 0 0;
}
.footer__menu {
  border-top: 1px solid #39393c;
  border-bottom: 1px solid #39393c;
  padding: 10px 0;
}
.footer__menu .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 2;
}
.footer__menu li {
  display: inline-block;
  margin-right: 30px;
}
.footer__menu a {
  display: block;
}
.footer__menu a:hover {
  text-decoration: underline;
}
.footer__social {
  white-space: nowrap;
}
.footer__social :last-child {
  margin-right: 0;
}
.footer__text {
  padding: 1.5em 0;
}
.footer__copy {
  border-top: 1px solid #39393c;
  padding: 2em 0;
}
/*Внутренние страницы*/
.breadcrumbs a {
  border-bottom: 1px solid;
}
.top-block {
  position: relative;
  color: #fff;
  padding: 110px 0 60px;
  overflow: hidden;
  background-color: #242427;
}
.top-block__background {
  position: absolute;
  top: -7px;
  left: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  opacity: .85;
}
.top-block .wrapper {
  position: relative;
  z-index: 1;
}
.top-block__title {
  font-size: 30px;
  margin: 4px 0 0;
}
.filter__item {
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #f2f3f2;
}
.filter__item:last-child {
  border-bottom: none;
}
.filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter__title:after {
  content: '\f107';
  font-family: fontAwesome;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.filter__title.compact:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.filter__content {
  padding: 10px 0;
}
.filter__radio {
  line-height: 30px;
  display: block;
  text-align: left;
}
.filter__radio .text-radio__item {
  border: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border-radius: 0;
}
.filter__radio .text-radio__item span {
  color: #adadad;
}
.filter__radio :checked + .text-radio__item {
  padding: 0 10px;
  border-radius: 20px;
}
.filter__radio :checked + .text-radio__item span {
  color: inherit;
}
.filter__more a {
  font-size: 12px;
  color: #adadad;
}
.fork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fork > * {
  width: calc(50% - 5px);
  border: 1px solid #f2f3f2;
  padding: 6px 8px;
}
.catalog {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__sidebar {
  width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
}
.catalog__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__sort > * {
  margin-left: 15px;
}
.catalog__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.pagination {
  font-weight: 700;
  color: #000;
  text-align: center;
}
.pagination > * {
  display: inline-block;
  padding: 0 1em;
  vertical-align: middle;
}
.pagination a:hover,
.pagination a.active {
  color: #ff7f50;
}
.pagination__prev {
  font-weight: 400;
  margin-right: 1em;
}
.pagination__next {
  font-weight: 400;
  margin-left: 1em;
}
.good {
  padding: 55px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
.good__descr {
  width: 600px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-right: 30px;
}
.good__slide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.good__dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.good__dots li {
  margin: 10px 5px 0;
  width: calc(20% - 10px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.good__dots .slick-active {
  opacity: 1;
}
.good__dots img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.good__text {
  padding: 25px 0 0;
}
.good__text h4:not(:first-child) {
  margin: 2.5em 0 .5em;
}
.good__text ul {
  padding-left: 1.5em;
  margin: 0 0 1em;
}
.good__chars {
  width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.good__breadcrumbs {
  font-size: 12px;
  margin: 0 0 1em;
}
.good__title {
  font-size: 24px;
}
.good__status {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 25px;
  background-color: #ff7f50;
  color: #fff;
  margin-bottom: 20px;
}
.good__status.none {
  background-color: #f2f3f2;
  color: #adadad;
}
.good__price-block {
  padding: 25px 0 25px;

}
.good__price {
  color: #242427;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.good__currency {
  color: #242427;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.good__chars-title {
  font-size: 16px;
}
.good__size {
  padding: 10px 0 30px;
}
.good__size .text-radio {
  margin: 0 10px 10px 0;
}
.good__availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
.good__amount {
  padding-left: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
}
.good__amount b {
  font-weight: 900;
}
.good__article {
  text-transform: uppercase;
  color: #adadad;
}
.good__calc {
  background-color: #f2f3f2;
  padding: 30px 110px 30px 30px;
  margin: 40px 0;
}
.good__calc a {
  font-weight: bold;
  border-bottom: 1px solid;
  white-space: nowrap;
}
.good__fields {
  display: table;
  margin: 0 0 35px;
}
.good__field {
  display: table-row;
}
.good__field-name,
.good__field-value {
  display: table-cell;
  padding-bottom: 1em;
  vertical-align: top;
}
.good__field-name {
  color: #adadad;
  font-weight: bold;
  padding-right: 50px;
}
@media (max-width: 1299px) {
  .top-slider__prev,
  .top-slider__next {
    padding: 10px;
    top: calc(50% - 34px);
  }
  .top-slider__text {
    margin-left: 20px;
  }
  .brands-slider {
    padding: 40px 15px;
  }
  .brands-slider__prev {
    left: 0;
  }
  .brands-slider__next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .wrapper {
    max-width: 992px;
  }
  .header__social {
    display: none;
  }
  .header__text {
    margin: 0 10px 0 0;
    max-width: 410px;
  }
  .header__phone,
  .header__time {
    white-space: nowrap;
    margin: 0 10px;
  }
  .header__bottomline {
    padding-top: 0;
  }
  .logo {
    margin: 0 15px 10px 0;
  }
  .main-menu a {
    padding: 20px 10px;
  }
  .submenu .wrapper {
    max-width: 100%;
  }
  .submenu__box {
    background: none;
    min-height: auto;
  }
  .submenu-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    border: none;
  }
  .submenu-card__pic {
    display: none;
  }
  .submenu-card__text {
    padding: 20px 10px;
  }
  .top-slider__item {
    min-height: 550px;
  }
  .top-slider__text {
    margin-top: 150px;
  }
  .categories__title {
    font-size: 24px;
  }
  .goods__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bottom-slider__pic {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .bottom-slider__dots {
    left: 70px;
  }
  .catalog__head {
    display: block;
  }
  .catalog__amount {
    margin: 0 0 1em;
  }
  .catalog__sort > * {
    margin: 0 15px 0 0;
  }
  .catalog__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .good__descr {
    width: 60%;
  }
  .good__slide img {
    height: 360px;
  }
  .good__info {
    width: 40%;
  }
  .categories__item{
	height: 200px;  
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 18px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  header .header__topline,
  .main-menu + .header__search {
    display: none;
  }
  .header__bottomline {
    position: static;
    background-color: #242427;
    padding: 10px 0;
  }
  .header__search {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .logo {
    margin: 0 20px 0 0;
  }
  #menu-btn {
    display: inline-block;
    font-size: 26px;
    color: #fff;
  }
  #menu-btn.active {
    color: #ff804c;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #242427;
    margin: 0;
    padding: 20px 0;
    display: none;
  }
  .main-menu ul {
    display: block;
    text-align: right;
  }
  .main-menu li {
    display: block;
  }
  .main-menu a {
    padding: 7px 20px;
    display: inline-block;
  }
  .main-menu a:hover {
    color: unset;
    background-color: unset;
  }
  .search-form [type="search"] {
    width: 100%;
    position: static;
    cursor: text;
    opacity: 1;
    height: 25px;
    padding-left: 10px;
  }
  .search-form [type="search"]:focus {
    width: unset;
    opacity: unset;
  }
  .search-form [type="submit"] {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 0;
    height: 100%;
    color: #000;
  }
  .search-form :focus + [type=submit] {
    color: #ff804c;
  }
  .submenu {
    position: fixed;
    top: 20px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100vh - 40px);
    overflow: auto;
    border-radius: 5px;
    padding: 30px 0;
  }
  .submenu__box {
    margin: 0 -10px;
  }
  .submenu__close {
    display: inline-block;
    padding: 15px;
    position: absolute;
    font-size: 20px;
    top: 0;
    right: 0;
    line-height: 1;
    z-index: 10;
  }
  .submenu__switcher {
    position: static;
  }
  .submenu-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 220px;
            flex: 0 1 220px;
    margin: 0 10px 15px;
  }
  .submenu-card__text {
    padding: 0;
  }
  .top-slider:hover .top-slider__prev {
    left: 0;
  }
  .top-slider:hover .top-slider__next {
    right: 0;
  }
  .top-slider__prev {
    left: 0;
  }
  .top-slider__next {
    right: 0;
  }
  .top-slider__item {
    min-height: 400px;
    padding: 70px 0;
  }
  .top-slider__text {
    margin: auto;
  }
  .categories__title {
    font-size: 22px;
  }
  .good-block .wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .good-block__pic {
    padding: 0;
    width: 300px;
  }
  .good-block__text {
    padding: 0 0 0 30px;
  }
  .good-card:not(.missing) .good-card__link {
    opacity: 1;
  }
  .bottom-slider__item.slick-slide {
    display: block;
  }
  .bottom-slider__text {
    padding: 50px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
    width: 450px;
  }
  .bottom-slider__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bottom-slider__dots {
    left: auto;
    right: 50px;
    bottom: 20px;
  }
  .bottom-slider__dots li {
    background-color: #fff;
    margin-right: 0;
    margin-left: 10px;
  }
  .bottom-slider__dots .slick-active {
    background-color: #ff7f50;
  }
  .advantages {
    display: none;
  }
  footer {
    padding-top: 0;
  }
  .header__topline {
    /*перемещен в подвал*/
    display: block;
    border-bottom: 1px solid #39393c;
    font: inherit;
    padding: 10px 0;
  }
  .header__topline .wrapper {
    display: block;
  }
  .header__text {
    max-width: 100%;
    margin: 0 0 1em;
  }
  .header__phone,
  .header__time {
    margin: 0 10px 10px 0;
  }
  .footer__menu li {
    margin-right: 20px;
  }
  .footer__text {
    font-size: 12px;
    line-height: 1.2;
  }
  .top-block {
    padding: 50px 0;
  }
  .filter__item:last-child {
    border-bottom: 1px solid #f2f3f2;
  }
  .filter__content {
    display: none;
  }
  .filter__radio {
    display: inline-block;
    text-align: center;
  }
  .filter__radio .text-radio__item {
    display: block;
    border: 1px solid #f2f3f2;
    padding: 0 10px;
    border-radius: 20px;
  }
  .filter .block-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 10px 7px 0;
  }
  .catalog {
    display: block;
  }
  .catalog__sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  .good {
    padding: 30px 0;
    display: block;
  }
  .good__descr,
  .good__chars {
    width: 100%;
  }
  .good__slider {
    width: 400px;
    margin: 0 15px 0 0;
    float: left;
  }
  .good__slide img {
    height: 260px;
  }
  .good__dots {
    margin: 5px -5px 0;
  }
  .good__dots li {
    margin: 5px 2.5px 0;
    width: calc(20% - 5px);
    border: 1px solid transparent;
  }
  .good__dots .slick-active {
    border-color: #ff7f50;
  }
  .good__price-block {
    padding: 10px 0;
  }
  .good__price-block p {
    margin: 0;
  }
  .good__size {
    padding: 10px 0;
  }
  .good__availability {
    display: block;
  }
  .good__article {
    font-size: 150%;
  }
  .good__amount {
    text-align: inherit;
    padding-left: 0;
  }
  .good__calc {
    padding: 30px;
    margin: 15px 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .text-radio_square .text-radio__item {
    padding: 0 1em;
  }
  .submenu-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
  }
  .categories__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .good-block .wrapper {
    display: block;
  }
  .good-block__pic,
  .good-block__text {
    padding: 0 30px;
  }
  .good-block__pic {
    width: 100%;
    margin-bottom: 30px;
  }
  .good-block__text {
    position: relative;
  }
  .good-block__dots {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 30px;
  }
  .good-block__dots li {
    margin: 0 0 0 10px;
  }
  .goods__filter {
    padding: 30px 0;
  }
  .goods__filter__item {
    display: block;
    width: 100%;
  }
  .bottom-slider__text {
    width: 100%;
  }
  .bottom-slider__text p {
    max-width: 370px;
  }
  .footer__menu {
    text-align: right;
  }
  .footer__menu .wrapper {
    display: block;
  }
  .footer__menu {
    display: none;
  }
  .footer__copy {
    padding: 1em 0;
  }
  .pagination__prev {
    margin-right: 0;
  }
  .pagination__next {
    margin-left: 0;
  }
  .good__slider {
    float: none;
    margin: 0 auto 15px;
  }
  .good__fields {
    width: 100%;
  }
  .good__field-name {
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  .goods__box,
  .catalog__box {
    margin: 0;
    display: block;
  }
  .good-card {
    margin: 0 auto 30px;
  }
  .top-block {
    padding: 25px 0;
  }
  .catalog__sort {
    display: block;
  }
  .catalog__sort > * {
    margin: 0;
  }
  .catalog__sort .text-radio {
    margin: 7px 7px 0 0;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  button,
  .btn a {
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
  }
  .text-radio__item {
    min-width: 0;
  }
  .submenu__box {
    display: block;
    margin: 0;
  }
  .submenu__switcher {
    text-align: center;
    display: block;
  }
  .submenu-card {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .top-slider__item {
    min-height: 300px;
    padding: 40px 20px 70px;
  }
  .top-slider__text {
    padding: 30px 10px;
    text-align: center;
  }
  .categories__title {
    font-size: 18px;
    bottom: auto;
    line-height: 1;
    top: calc(50% - .5em);
  }
  .good-block__pic,
  .good-block__text {
    padding: 0;
  }
  .goods__filter-item {
    display: block;
    width: 100%;
  }
  .bottom-slider__text {
    padding: 40px 20px 60px;
    font-size: 14px;
    font-weight: bold;
  }
  .bottom-slider__title {
    font-size: 32px;
  }
  .bottom-slider__dots {
    right: 20px;
  }
  .good__slider {
    width: 100%;
  }
  .good__slide img {
    height: 62.5vw;
  }
  .good__dots {
    display: block;
    margin: 20px 0 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .good__dots li {
    display: inline-block;
    border: none;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #f2f3f2;
  }
  .good__dots .slick-active {
    background-color: #ff7f50;
  }
  .good .btn_call {
    width: 100%;
  }
  .good__calc {
    padding: 15px;
    line-height: 1.8;
  }
}
@media (max-width: 991px) and (max-height: 380px) {
  .submenu {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 319px) {
  .good__slide img {
    height: 200px;
  }
}
/*# sourceMappingURL=style.css.map */