@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Black.ttf");
  font-weight: 900;
}

@font-face {
  font-family: Arial;
  src: url("../fonts/ARIALN.TTF");
  font-weight: normal;
}

/*COMMON*/
* {
  font: 300 16px/25px Roboto;
  outline: none;
}

.mini-container {
  display: none;
}

b {
  font-size: inherit;
}

body {
  position: relative;
}

.container {
  width: 1200px;
}

.link-dashed {
  margin-bottom: -1px;
  border-bottom: 1px dashed #acacac;
  color: #3f3f3f;
}

.link-dashed:hover {
  text-decoration: none;
  border-bottom: none;
  color: #565f64;
}

a:focus {
  text-decoration: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

h2 {
  margin: 0 0 19px;
  padding-left: 9px;
  border-left: 2px solid #7db8ce;
  font-size: 25px;
  line-height: 19px;
  color: #3f3f3f;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 25px;
  line-height: 19px;
  margin: 30px 0 35px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 9px;
  border-left: 2px solid #7db8ce;
}

.button_blue {
  display: inline-block;
  max-width: 100%;
  width: 307px;
  height: 41px;
  border: 3px solid #7db8ce;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #226787;
  line-height: 35px;
  background: transparent;
}

.button_blue:hover {
  border: none;
  color: #fff;
  line-height: 41px;
  text-decoration: none;
  background: #565f64;
}

/*HEADER*/
.header-top .container {
  border-bottom: 1px solid #f0f0f0;
}

.header-logo img {
  max-width: 100%;
  max-height: 100%;
}

.header-top-container {
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top-left * {
  font-size: 14px;
  line-height: 17px;
}

.header-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 33.33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.change-language {

  height: 17px;
  overflow: hidden;
  margin: -50% 0 -50% -15px;
  position: relative;
}

.change-language .fa {
  cursor: pointer;
  margin-left: 3px;
}

.header-phone {
  margin-right: -15px;
  font-size: 15px;
  font-weight: 500;
  color: #3f3f3f;
}

.header-middle-container {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 93px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search {
  width: 563px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search input {
  width: 100%;
  height: 41px;
  border: 1px solid #e1e1e1;
  border-right: none;
  padding: 0 20px;
  font-size: 14px;
}

.search button {
  padding: 0;
  width: 40px;
  height: 41px;
  line-height: 41px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #e1e1e1;
  border: none;
  color: #fff;
  font-size: 22px;
}

.search button:active {
  background: #565f64;
}

.header-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-cart-img {
  width: 43px;
  height: 39px;
  background: url("../img/header-cart.png") 0 0 no-repeat;
  position: relative;
}

.cart-count {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  right: -2px;
  top: 0;
  font-weight: bold;
  line-height: 18px;
  font-size: 9px;
  text-align: center;
  background: #226787;
  color: #fff;
}

.cart-sum {
  font-size: 18px;
  font-weight: normal;
  color: #3f3f3f;
}

.header-cart:hover {
  text-decoration: none;
}

.header-cart:hover .header-cart-img {
  background: url("../img/header-cart_hover.png") 0 0 no-repeat;
}

.header-bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
  height: 54px;
  background: #f0f0f0;
}

.menu-catalog {
  height: 100%;
  width: 190px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  -khtml-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.menu-catalog-caption {
  width: 190px;
  height: 100%;
  padding: 0 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu-catalog-bars {
  width: 29px;
  height: 19px;
  overflow: hidden;
  position: relative;
}

.menu-catalog-caption.active .menu-catalog-bars img {
  position: absolute;
  top: -19px;
}

.menu-nav-list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 867px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
}

.menu-nav-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-nav-list li a {
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: -3px;
}

.menu-nav-list li.active a {
  color: #7db8ce;
}

.menu-nav-list li.active {
  border-bottom: 3px solid #7db8ce;
  color: #7db8ce;
}

.menu-nav {
  padding-right: 20px;
}

.menu-catalog-list {
  display: none;
  padding: 18px 0;
  width: 272px;
  border: 1px solid #e3e3e3;
  background: #f4f4f4;
  position: relative;
  z-index: 200;
}

.menu-catalog-list > li {
  height: 40px;
  line-height: 40px;
  padding: 0 26px 0 30px;
}

.menu-catalog-list > li:hover {
  background: #7f888d;
}

.menu-catalog-list > li:hover > a {
  color: #fff;
}

.menu-catalog-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 40px;
  font-weight: normal;
  color: #6c6c6c;
}

.menu-catalog-list > li > a:hover {
  text-decoration: none;
}

.catalog-inner {
  display: none;
  padding: 20px 30px;
  transition: opacity .5s;
  position: absolute;
  left: 100%;
  top: -1px;
  background: #f4f4f4;
  border: 1px solid #e3e3e3;
  transition-duration: .3s;
}

.catalog-inner-list li a {
  font-size: 14px;
  line-height: 40px;
  color: #777777;
  white-space: nowrap;
}

.catalog-inner-list li a:hover {
  text-decoration: none;
  color: #226787;
}

.catalog-inner-caption {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #226787;
}

.menu-catalog-list > li > a .fa {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}

.menu-switcher .menu-nav {
  width: 230px;
  position: absolute;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  top: -9999px;
  right: 0;
  transition: opacity .3s;
  border: none;
  background: #f4f4f4;
  z-index: 200;
}

.menu-switcher .menu-nav-list {
  flex-direction: column;
  width: 100%;
  padding: 20px 30px;
}

.menu-switcher .menu-nav-list li {
  justify-content: flex-end;
  line-height: 35px;
  height: 35px;
}

.menu-switcher .menu-nav-list li a {
  white-space: nowrap;
  text-align: right;
}

.menu-switcher:hover .menu-nav {
  top: 100%;
  opacity: 1;
}

.menu-switcher {
  width: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-switcher-text {
  height: 100%;
  width: 135px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  line-height: 54px;
  background: #e5e5e5;
  cursor: pointer;
  color: #3f3f3f;
}

.menu-switcher.active .menu-nav {
  width: 760px;
}

.menu-switcher:hover .menu-switcher-text {
  background: #d0d0d0;
}

.bread-crumbs ul {
  width: 760px;
  margin: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bread-crumbs * {
  font-weight: normal;
  font-size: 14px;
  color: #a19d9c;
}

.bread-crumbs a:hover {
  color: #a19d9c;
}

.bread-crumbs {
  width: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
}

.bread-crumbs.active {
  margin: 0;
  width: 760px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bread-crumbs .link-dashed {
  color: #7db8ce;
  border-color: #7db8ce;
}

.bread-crumbs a {

}

/*FOOTER*/
footer .container {
  padding: 0 30px;
  background: #565f64;
}

footer * {
  color: #fff;
  font-weight: normal;
}

.footer-top {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #7f8689;
}

.help {
  width: 307px;
  display: inline-block;
  height: 41px;
  border: 3px solid #fff;
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.help:hover, .help:active, .help:focus {
  border: none;
  line-height: 41px;
  background: #7db8ce;
  color: #fff;
  text-decoration: none;
}

.footer-middle {
  height: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 0;
  border-bottom: 1px solid #7f8689;
}

.footer-nav {
  padding-right: 48px;
  margin: 0;
  width: 828px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav li {
  margin-bottom: 25px;
  width: 33.33%;
}

.footer-nav li a {
  font-size: 14px;
}

.footer-nav li a:hover {
  color: #fff;
}

.footer-right p {
  font-size: 14px;
}

.footer-right .link-dashed {
  color: #fff;
  border-color: #fff;
}

.footer-bottom {
  font-size: 14px;
  line-height: 50px;
}

/*HOMEPAGE*/
.home-section1 {
  margin-top: 30px;
}

.home-section1 .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section1-slider {
  width: 677px;
  height: 563px;
}

.section1-right {
  width: 490px;
  height: 563px;
  overflow: hidden;
  background: #f7f7f7;
}

.slick-dots {
  bottom: 15px;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
}

.slick-dots li.slick-active button {
  border: 2px solid #fff;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
}

.slick-dots li button::before {
  content: '';
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  top: 8px;
  left: 8px;
  margin: -4px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  align-items: stretch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab-item,
.tab-alt {
  width: 50%;
  flex-shrink: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #565f64;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.tab-alt:not(a) {
  cursor: default;
}

.tab-alt:hover {
  color: #fff;
  text-decoration: none;
}

.tab-item.active,
.tab-alt:first-child {
  background: #f7f7f7;
  color: #3f3f3f;
}

.tab-item.active:hover {
  background: #f7f7f7;
}

.tab-item:hover {
  background: #363e41;
}

.home-anons {
  padding: 30px;
  display: none;
}

.home-anons.active {
  display: block;
}

.anons-item {
  margin-bottom: 30px;
  height: 188px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}

.anons-item:hover {
  text-decoration: none;
}

.anons-img {
  width: 180px;
}

.anons-img img {
  max-width: 100%;
  max-height: 100%;
}

.anons-content {
  width: 224px;
}

.anons-caption {
  margin: 5px 0 10px;
  font-weight: 500;
  font-size: 18px;
  color: #6c6c6c;
}

.anons-text {
  color: #3f3f3f;
  max-height: 125px;
  overflow: hidden;
}

.anons-bottom {
  margin-top: -10px;
}

.anons-bottom .link-dashed {
  color: #7db8ce;
  border-color: #7db8ce;
}

.instruction-list {
  padding: 30px 30px 60px 60px;
  display: none;
  position: relative;
}

.instruction-list .link-dashed {
  position: absolute;
  bottom: 25px;
  left: 60px;
  color: #7db8ce;
  border-color: #7db8ce;

}

.instruction-list .link-dashed:hover {
  bottom: 26px;
  color: #7db8ce;
}

.instruction-list ul {
  padding: 0;
  columns: 2;
  list-style: none;
  margin: 0;
}

.instruction-list a {
  color: #226787;
}

.instruction-list a:hover {
  color: #3f3f3f;
  text-decoration: none;
}

.instruction-list li {
  line-height: 31px;
}

.instruction-list.active {
  display: block;
}

.home-section2 .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-section2 {
  margin-bottom: 35px;
}

.home-news {
  width: 677px;
  height: 470px;
}

.home-news .news-img {
  width: 340px;
  margin-right: 10px;
}

.home-promo {
  width: 490px;
  height: 470px;
}

.news-item {
  margin-bottom: 30px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-item:hover {
  text-decoration: none;
  overflow: hidden;
}

.news-img {
  width: 226px;
  height: 100px;
}

.news-img img {
  max-width: 100%;
  max-height: 100%;
}

.news-content {
  width: 429px;
}

.news-caption {
  font-size: 18px;
  font-weight: 500;
  color: #6c6c6c;
}

.news-text {
  color: #3f3f3f;
  height: 75px;
  overflow: hidden;
}

.home-news .button_blue {
  margin-top: -5px;
}

.promo-link {
  margin-bottom: 25px;
  display: block;
  height: 363px;
  overflow: hidden;
}

.promo-link img {
  max-width: 100%;
  max-height: 100%;
}

.home-dist-brands .container {
  padding: 30px;
  background: #f7f7f7;
}

.dist-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #3f3f3f;
}

.dist-text .button_blue {
  margin-left: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.brands-list {
  margin: 40px auto 35px;
  width: 975px;
  position: relative;
  background-color: #fff;
}

.brand-item {
  text-align: center;
}

.slick-arrow {
  margin-top: -19px;
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #7db8ce;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.slick-arrow:hover {
  color: #565f64;
}

.slick-arrow:first-child {
  left: -80px;
}

.slick-arrow:last-child {
  right: -80px;
}

/*Дистрибьютированные бренды*/
.distr-banner {
  margin: 0 -15px;
  padding-top: 125px;
  padding-left: 30px;
  height: 365px;
  background: url("../img/distr-banner.jpg") center no-repeat;
}

.distr-banner h1 {
  margin-bottom: 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .04em;
}

.banner-button.button_blue {
  border-color: #fff;
  color: #fff;
}

.distr-content {
  padding-top: 30px;
  margin: 0 -15px;
  background: #f7f7f7;
}

.distr-left {
  width: 307px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.distr-right {
  width: 930px;
}

.current-brand {
  padding: 0 40px 25px;
}

.current-brand {
  max-width: 100%;
  max-height: 100%;
}

.distr-brands {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  width: 280px;
  height: 787px;
  overflow: auto;
  margin: 0;
}

.distr-brands li {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 25px 10px 10px;
  flex-direction: column-reverse;
}

.distr-brands li:nth-child(2n+1):hover, .distr-brands li:nth-child(2n):hover {
  background: #d0d0d0;
}

.distr-brands li:nth-child(2n+1) {
  background: #efefef;
}

.distr-brands li:nth-child(2n) {
  background: #eaeaea;
}

.brand-name {
  width: 50%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.distr-brands li .brand-logo {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  line-height: 0;
}

.brand-logo {
  width: 50%;
  height: 62px;
  line-height: 62px;
  text-align: center;
}

.brand-logo img {
  max-width: 100%;
  max-height: 100%;
}

.distr-right > p {
  line-height: 30px;
  color: #3f3f3f;
  margin-bottom: 25px;
}

.search-caption {
  margin-bottom: 15px;
  font-weight: 500;
  color: #6c6c6c;
}

.products-list {
  padding: 30px 0;
  margin: 0;
  columns: 2;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; */
}

.products-list li {
  line-height: 31px;
  font-weight: normal;
}

.products-list li a {
  color: #226787;
}

.products-list li a:hover {
  text-decoration: none;
  color: #3f3f3f;
}

/*INSTRUCTION*/
.instruction-main .container {
  padding: 0;
}

.instruction-main p {
  color: #3f3f3f;
  margin-bottom: 35px;
}

.instructions-list ul {
  columns: 4;
}

.instructions-list ul a {
  color: #226787;
}

.instructions-list ul li {
  line-height: 31px;
}

.instructions-list ul a:hover {
  text-decoration: none;
  color: #3f3f3f;
}

.instructions-list {
  padding: 25px 0 50px;
}

/*КАРТОЧКА ТОВАРА*/
.card-main .container {
  padding: 0;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.card-gallery {
  width: 400px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.large-img {
  width: 200px;
  height: 520px;
  line-height: 520px;
  text-align: center;
}

.large-img img {
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}

.image-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
}

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

.gallery-thumb {
  width: 95px;
  overflow: auto;
  height: 520px;
}

.thumb-list li {
  display: block;
  text-align: center;
  width: 100%;
  height: 97px;
  line-height: 95px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
  justify-content: center;
}

.thumb-list img {
  max-width: 100%;
}

.card-info {
  width: 505px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.info-text {
  margin-top: 32px;
  font-size: 14px;
  font-weight: normal;
  color: #6c6c6c;
}

.info-text b {
  color: #3f3f3f;
}

.video-caption {
  margin: 10px 0 5px;
  font-weight: bold;
  color: #3f3f3f;
}

.print-page {
  margin-top: 15px;
}

.print-page .link-dashed {
  color: #7db8ce;
  font-size: 14px;
  border-color: #7db8ce;
}

.red {
  color: #6b0000 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.green {
  color: #08b946 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.in-stock table td:last-child {
  text-align: right;
}

.in-stock table td:first-child {
  padding-left: 7px;
}

.in-stock table td {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #b0b0b0;
}

.in-stock table {
  width: 100%;
}

.city {
  margin-top: 7px;
  font-size: 14px;
  font-weight: normal;
  color: #7db8ce;
}

.card-buy {
  width: 295px;
  padding: 30px 20px;
  border: 1px solid #f0f0f0;
}

.buy-top {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price {
  color: #c32020;
  font-size: 22px;
  font-weight: 500;
}

.rub {
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  line-height: inherit;
}

.star {
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url("../img/stars.png");
  background-position: 0 0;
}

.star.half {
  background-position: 34px 0;
}

.star.empty {
  background-position: 17px 0;
}

.buy-stars {
  margin-bottom: 15px;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 96px;
}

.card-buy .button_blue {
  margin-bottom: 8px;
}

.button_grey, .button_grey:focus {
  display: inline-block;
  max-width: 100%;
  width: 307px;
  height: 41px;
  border: 3px solid #e5e5e5;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #b0b0b0;
  line-height: 35px;
  background: transparent;
}

.video-wrapper iframe {
  max-width: 100%;
}

.button_grey:hover, .button_grey:active {
  border: none;
  color: #fff;
  line-height: 41px;
  text-decoration: none;
  background: #565f64;
}

.card-buy .button_grey {
  margin-bottom: 25px;
}

.buy-top .link-dashed {
  display: inline-block;
  font-size: 14px;
  color: #7db8ce;
  border-color: #7db8ce;
  line-height: 18px;
}

.card-another-products .tabs {
  width: 490px;
}

.card-another-products {
  margin-bottom: 30px;
}

.analogs, .not-forget {
  display: none;
  padding: 30px 26px 30px 34px;
  height: 505px;
  background: #f7f7f7;
}

.analogs .mini-card {
  height: 450px;
}

.analogs.active, .not-forget.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mini-card {
  width: calc(20% + 2px);
  height: 441px;
  overflow: hidden;
  border: 2px solid #f0f0f0;
  margin-left: -2px;
  background: #fff;
}

.mini-card-img {
  width: 100%;
  height: 305px;
  line-height: 305px;
  text-align: center;
}

.mini-card-img img {
  max-width: 100%;
  max-height: 100%;
}

.mini-card-name {
  padding: 10px 25px;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #6c6c6c;
  display: block;
  min-height: 78px;
  overflow: hidden;
}

.mini-card-name:hover {
  text-decoration: none;
}

.mini-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 25px;
}

.mini-card-bottom .price {
  font-size: 17px;
}

.in-basket {
  width: 82px;
  height: 23px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  background: #226787;
  border-radius: 0;
  border: none;
  font-family: Arial;
  font-weight: normal;
}

.in-basket:hover {
  background: #565f64;
}

.card-bottom .tabs {
  width: 735px;
}

.card-bottom-description, .card-bottom-reviews, .card-bottom-video {
  display: none;
  padding: 30px;
  background: #f7f7f7;
  color: #6c6c6c;
  min-height: 360px;
  font-size: 14px;
}

.card-bottom-description iframe,
.card-bottom-video iframe {
  margin-right: 15px;
}

.card-bottom-description h3, .card-bottom-reviews h3, .card-bottom-video h3 {
  font-size: 16px;
}

.card-bottom-description.active, .card-bottom-reviews.active {
  display: block;
}

.card-bottom-video.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*КАТАЛОГ*/
.catalog-main .container {
  padding: 0;
}

.catalog-filter {
  width: 230px;
  margin-bottom: 30px;
}

.filter-caption {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #3f3f3f;
  margin: 20px 0 10px;
}

.filter-caption:first-child {
  margin-top: 0;
}

.price-range-between {
  position: absolute;
  background: #7db8ce;
  height: 3px;
}

.price-range {
  position: relative;
  margin: 19px 0;
  width: 100%;
  height: 3px;
  background: #d3d2d1;
  cursor: pointer;
}

.price-range .price-range-start {
  position: absolute;
  top: 1px;
  margin: -5px -3px;
  width: 6px;
  height: 10px;
  background: #226787;
  border: none;
}

.price-range-start::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top: 3px solid #226787;
}

.price-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-inputs input {
  width: 110px;
  height: 32px;
  border: 2px solid #e8e8e8;
  font-size: 14px;
  color: #a29f9d;
  text-align: center;
}

.checkbox {
  margin: 0;
  height: auto;
  padding: 5px 0;
  padding-right: 20px;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  display: none;
}

.check {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #e8e8e8;
  margin-right: 13px;
}

.checkbox input:checked + .check {
  background: url("../img/checked.png") center no-repeat;
}

.check-text {
  font-size: 13px;
  font-weight: normal;
  color: #6c6c6c;
}

.checkbox:hover .hover {
  display: block;
  opacity: 1;
  left: 100%;
  right: auto;
  width: auto;
}

.hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 8888px;
  top: 0;
  height: 100%;
  background: #7f888d;
  z-index: 50;
  opacity: 0;
  width: auto;
  transition: opacity .4s;
}

.hover::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -7px;
  top: 50%;
  left: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #7f888d;
}

.hover .link-dashed {
  color: #fff;
  border-color: #fff;
  font-size: 14px;
  line-height: 15px;
  position: relative;
  top: 3px;
}

.hover .link-dashed:hover {
  padding-bottom: 1px;
}

.filter-type {
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  display: block;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
  align-items: flex-start;
}
.filter-type .checkbox{
  display: block;
}
.price-filter {
  position: relative;
}

.price-filter:hover .hover {
  display: inline-flex;
  opacity: 1;
  right: auto;
  left: 101%;
}

.price-filter:hover .hover::before {
  display: inline-flex;
}

.catalog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-cards {
  width: 950px;
}

.radio-button {
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.radio-button input {
  display: none;
}

.radio-span {
  margin-right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  position: relative;
}

.radio-button input:checked + .radio-span::before {
  display: block;
  content: '';
  position: absolute;
  margin: -5px;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #5a94ad;
}

.radios {
  display: inline-flex;
}

.catalog-cards-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 27px;
}

.drop-down-track, .drop-down-track:active {
  padding: 0 10px;
  position: relative;
  width: 180px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 0;
}

.drop-down-track:focus {
  background: #fff;
}

.drop-down-track * {
  font-size: 13px;
  font-weight: normal;
  color: #6c6c6c;
}

.drop-down-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #e8e8e8;
  z-index: 50;
}

.drop-down-list li {
  line-height: 39px;
  padding: 0 10px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #7f888d;
  border: none;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}

.ui-menu-item * {
  font-size: 13px;
  font-weight: normal;
  color: #6c6c6c;
}

.ui-widget.ui-widget-content {
  border-radius: 0;
  border: 1px solid #e8e8e8;
}

ul.ui-widget.ui-widget-content {
  list-style: none;
  padding-left: 0;
}

.search .fa-search {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 21px;
  text-align: center;
}

.ui-menu .ui-menu-item-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}

.ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
  display: none;
}

.drop-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 290px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drop-caption {
  font-weight: normal;
  color: #6c6c6c;
}

.catalog-cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.catalog-cards-wrapper .mini-card {
  margin: 0 0 -2px -2px;
  width: calc(25% + 2px);
  height: 575px;
}

.instock-caption {
  font-size: 14px;
  font-weight: normal;
  color: #7db8ce;
}

.mini-card-instock {
  padding: 10px 15px;
}

.catalog-cards-wrapper .mini-card-name {
  padding: 10px 15px;
  max-height: none;
  height: 96px;
}

.catalog-cards-wrapper .mini-card-bottom {
  padding: 0 15px;
}

.mini-card-instock li {
  font-size: 12px;
  line-height: 19px;
  color: #b0b0b0;
}

.mini-card-instock .list-unstyled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 86px;
}

.mini-card-instock li .count {
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  background: #dedede;
  padding: 0 4px;
  margin-left: 10px;
}

.show-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: #f0f0f0;
  color: #565f64;
}

.plus {
  margin-bottom: 25px;
}

.show-more:hover {
  text-decoration: none;
  color: #565f64;
  background: #d0d0d0;
  border-color: #d0d0d0;
}

.show-more-caption {
  font-weight: 500;
}

.show-more-count {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
}

.paginator {
  margin: 35px 0 33px;
  height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.paginator * {
  line-height: 37px;
  color: #6c6c6c;
  font-weight: 500;
}

.paginator a:hover {
  color: #7db8ce;
}

.paginator > * {
  border: 2px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.paginator > *:first-child {
  border-left: 2px solid #e8e8e8;
}

.paginator > *:last-child {
  border-right: 2px solid #e8e8e8;
}

.paginator .fa {
  color: #a4a4a4;
  font-size: 24px;
}

.paginator a:hover .fa {
  color: #7db8ce;
}

.paginator .fa:hover {
  color: #7db8ce;
}

.page-first {
  width: 65px;
}

.page-prev {
  width: 39px;
}

.pages {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pages li {
  width: 62px;
}

.pages li a:hover {
  text-decoration: none;
  color: #7db8ce;
}

/*КОРЗИНА*/
.cart-main .container {
  padding: 0;
}

.cart-table th {
  color: #fff;
  background: #a0d1e3;
  font-weight: normal;
  height: 75px;
  border: 2px solid #f0f0f0;
  padding-left: 25px;
}

.cart-table td {
  border: 2px solid #f0f0f0;
  padding: 30px 25px;
}

.cart-table {
  width: 100%;
}

button.minus, button.plus {
  width: 26px;
  margin: 0;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  background: #fff;
  line-height: 21px;
  text-align: center;
  color: #3b3b3b;
  padding: 0;
}

button.minus:active, button.plus:active, button.minus:hover, button.plus:hover {
  background: #e8e8e8;
  color: #fff;
}

button.plus {
  font-size: 17px;
}

.counter {
  width: 115px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity {
  border: none;
  color: #6c6c6c;
  width: 45px;
  text-align: center;
}

.cart-table td:first-child {
  width: 320px;
}

.cart-table td:first-child a {
  color: #226787;
  font-weight: normal;
}

.cart-table td:first-child a:hover {
  text-decoration: none;
}

.cart-table td:nth-child(2) {
  width: 210px;
}

.cart-table td:nth-child(3) {
  width: 420px;
  color: #6c6c6c;
}

.cart-table td:nth-child(4) .sum {
  font-weight: 500;
  font-size: 18px;
  color: #3f3f3f;
}

.del-cost {
  font-size: 14px;
  color: #6c6c6c;
}

.cart-total {
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.total-text {
  margin-right: 15px;
  font-size: 18px;
  color: #3f3f3f;
}

.total-sum {
  font-weight: 500;
  font-size: 18px;
  color: #ae0404;
}

.cart-bottom .button_blue {
  width: 245px;
  margin-bottom: 35px;
}

.popup-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .59);
  z-index: 350;
}

.popup-wrapper {
  z-index: 400;
}

.popup-order {
  display: none;
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -222px;
  width: 445px;
  padding: 30px 60px;
  background: #fff;
  border: 2px solid #f0f0f0;
}

.popup-wrapper label {
  display: block;
  width: 100%;
  font-weight: normal;
  color: #3f3f3f;
  margin-top: 5px;
  margin-bottom: 7px;
  line-height: 28px;
}

.popup-wrapper input {
  display: block;
  width: 100%;
  height: 40px;
  border: 2px solid #f1f1f1;
}

.popup-wrapper .button_blue {
  width: 100%;
  margin-top: 20px;
}

.form-text {
  font-size: 12px;
  color: #3f3f3f;
}

/*РЕКВИЗИТЫ*/
.requisit-main .container {
  padding: 0;
}

.requisit-main b {
  font-weight: 500;
}

.req-table td:first-child {
  width: 80px;
  font-weight: 500;
}

.req-table {
  margin-bottom: 25px;
}

.break {
  height: 1px;
}

/*NEW PRODUCTS*/
.new-products-main .container {
  padding: 0;
}

.new-products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new-products-wrapper .mini-card {
  height: 585px;
  margin-bottom: -2px;
}

/*NEWS*/
.news-main .container {
  padding: 0;
}

.news-wrapper .news-img {
  width: 440px;
  height: 100%;
}

.news-wrapper .news-item {
  height: 200px;
}

.news-content {
  width: 730px;
}

.news-content h2 {
  margin: 0 0 5px;
  padding: 0;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #6c6c6c;
  text-transform: none;
}

.news-content p {
  margin-bottom: 20px;
  color: #6c6c6c;
  max-height: 75px;
  overflow: hidden;
}

.date {
  margin-bottom: 15px;
  font-size: 14px;
  color: #7bb7ce;
}

/*SOON*/
.soon-main .container {
  padding: 0;
}

.soon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.soon-wrapper .mini-card {
  height: 463px;
  margin-bottom: -2px;
}

.soon-wrapper .date {
  padding: 0 25px;
}

.soon-wrapper .mini-card .price {
  color: #3f3f3f;
}

/*HELP*/
.help-main .container {
  padding: 0;
}

.help-banner {
  height: 365px;
  background: url("../img/help-banner.jpg");
}

.help-wrapper .tabs {
  width: 100%;
  height: 84px;
  padding-right: 1px;
}

.help-wrapper .tab-item {
  font-size: 16px;
  height: 84px;
  padding: 0 16px;
  border: 1px solid #363e42;
  margin-right: -1px;
}

.help-wrapper .tab-item.active {
  border: none;
}

.help-item {
  display: none;
  padding: 30px;
  background: #f7f7f7;
}

.help-item.active {
  display: block;
}

.help-item blockquote {
  border-left: 3px solid #565f64;
  font-size: 14px;
  color: #3f3f3f;
  line-height: 30px;
  background: #e8e8e8;
}

.help-item blockquote p {
  font-size: 14px;
  color: #3f3f3f;
}

.help-item ul {
  margin: 25px 0;
  list-style: none;
}

.help-item ul li {
  position: relative;
  color: #3f3f3f;
  margin-top: 15px;
}

.help-item ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5388a1;
}

.help-attention {
  font-weight: 500;
  color: #226787;
}

.blue_n {
  font-size: inherit;
  font-weight: normal;
  color: #226787;
}

.help-item a {
  text-decoration: underline;
  color: #226787;
}

.blue {
  font-size: inherit;
  font-weight: inherit;
  color: #226787;
}

/*СТРАНИЦА МАГАЗИНА*/
.store-page-main .container {
  padding: 0;
}

.store-page-main b {
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
}

.store-page-main p {
  color: #3f3f3f;
}

.store-page-top {
  margin-bottom: 55px;
}

.page-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.preview-img {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.preview-img img {
  max-width: 100%;
  max-height: 100%;
}

.preview-left {
  width: 370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.preview-right {
  width: 470px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.page-preview {
  margin-bottom: 40px;
}

.page-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-foot, .page-car {
  width: 50%;
  padding: 0 30px;
}

.path-caption {
  font-weight: normal;
  margin-bottom: 15px;
}

.path {
  margin-bottom: 35px;
  position: relative;
}

.path::before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: -28px;
  width: 17px;
  height: 2px;
  background: #7db8ce;
}

.bottom-img-large {
  height: 390px;
  margin-bottom: 25px;
}

.bottom-img-large img {
  max-height: 100%;
  max-width: 100%;
}

.page-map-wrapper {
  height: 390px;
}

/*МАГАЗИНЫ*/
.stores-main .container {
  padding: 0;
}

.stores-main b {
  font-weight: 500;
}

.city-item-map {
  width: 632px;
  height: 385px;
}

.city-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 38px;
}

.city-item h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #226787;
  font-size: 18px;
}

.city-item p {
  margin: 20px 0 0;
  color: #3f3f3f;
}

.city-item-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #9b9592;
  font-size: 14px;
}

.city-phone {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.city-item-left {
  width: 537px;
}

.city-item-left .button_grey {
  margin-top: 10px;
}

/*АДАПТАЦИЯ*/
@media all and (max-width: 1229px) and (min-width: 992px) {
  .container {
    width: 980px;
  }

  .menu-nav-list {
    width: 785px;
  }

  .search {
    width: 365px;
  }

  .section1-slider {
    width: 500px;
  }

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

  .home-anons {
    height: 361px;
  }

  .home-section1 .flex {
    align-items: flex-start;
  }

  .section1-right {
    height: 416px;
  }

  .anons-item {
    height: 111px;
  }

  .anons-img {
    width: 106px;
  }

  .anons-content {
    width: 285px;
  }

  .anons-caption {
    margin-top: 0;
  }

  .news-text {
    height: 50px;
  }

  .news-item {
    height: 70px;
  }

  .brands-list {
    width: 750px;
  }

  .brand-item img {
    display: inline-block;
  }

  .news-img {
    margin-right: 5px;
  }

  .footer-nav {
    width: 720px;
  }

  .footer-middle {
    height: 320px;
  }

  .home-news {
    margin-right: 10px;
  }

  .card-info {
    width: 283px;
  }

  .card-gallery {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-wrapper iframe {
    max-width: 100%;
    max-height: 100%;
  }

  .cart-table td:nth-child(3) {
    width: 300px;
  }

  .cart-table td:first-child {
    width: 270px;
  }

  .catalog-filter {
    margin-right: 15px;
  }

  .mini-card-name {
    max-height: 80px;
  }

  .help-wrapper .tab-item {
    height: 120px;
  }

  .help-wrapper .tabs {
    height: 120px;
  }

  .instructions-list ul {
    columns: 3;
  }

  .new-products-wrapper .mini-card {
    width: calc(25% + 2px);
  }

  .news-wrapper .news-img {
    width: 602px;
  }

  .soon-wrapper .mini-card {
    width: calc(25% + 2px);
  }

  .bottom-img-large {
    height: 317px;
  }

  .city-item-map {
    width: 500px;
    margin-right: 10px;
  }
}

@media all and (max-width: 991px) and (min-width: 768px) {
  .container {
    width: 750px;
  }

  .header-top-left {
    width: 50%;
  }

  .header-logo {
    width: 285px;
  }

  .search {
    width: 275px;
  }

  .bread-crumbs ul {
    width: 500px;
  }

  .menu-switcher-text {
    width: 84px;
  }

  .card-buy {
    display: none;
  }

  .card-info {
    width: 50%;
  }

  .card-gallery {
    width: 50%;
  }

  .bread-crumbs ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-info .button_grey {
    margin-top: 15px;
  }

  .header-middle {
  }

  .mini-card {
    width: 33.33%;
  }

  .analogs, .not-forget {
    padding-left: 0;
    padding-right: 0;
  }

  .analogs .slick-dots, .not-forget .slick-dots {
    bottom: 0;
    background: #7db8ce;
    height: 40px;
  }

  .footer-nav li {
    margin: 0;
  }

  .footer-nav {
    width: 385px;
    padding-right: 0;
  }

  .cart-table td:nth-child(2) {
    width: 100px;
  }

  .cart-table td:nth-child(3) {
    width: 315px;
  }

  .cart-table td:nth-child(4) {
    width: 200px;
  }

  .cart-table td:first-child {
    width: 235px;
  }

  .cart-table td:first-child br {
    display: none;
  }

  .catalog-cards-heading {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-cards-wrapper .mini-card {
    width: calc(33.33% + 2px);
  }

  .catalog-filter {
    width: 175px;
    margin-right: 10px;
  }

  .price-inputs input {
    width: 88px;
  }

  .catalog-cards {
    width: 540px;
  }

  .products-list {
    columns: 1;
  }

  .help-wrapper .tab-item {
    height: 145px;
  }

  .help-wrapper .tabs {
    height: 145px;
  }

  .home-section1 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-section1 .flex > * {
    width: 100%;
  }

  .anons-content {
    width: 450px;
  }

  .instruction-list {
    columns: 3;
  }

  .section1-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slick-slide img {
    display: inline-block;
  }

  .slider-item {
    text-align: center;
  }

  .home-section2 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-section2 .flex > * {
    width: 100%;
    margin-bottom: 15px;
  }

  .promo-link {
    text-align: center;
  }

  .home-promo-bottom {
    text-align: center;
  }

  .brands-list {
    width: 570px;
  }

  .footer-bottom {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .instructions-list ul {
    columns: 2;
  }

  .news-content p {
    display: none;
  }

  .news-wrapper .news-item {
    height: 125px;
  }

  .news-wrapper .news-img {
    margin-right: 15px;
  }

  .news-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bottom-img-large {
    height: 245px;
  }

  .page-preview {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .preview-img {
    margin: 0 20px 30px 0;
  }

  .preview-left {

  }

  .city-item {

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-nav-list {
    width: 550px;
  }
}

@media all and (max-width: 767px) {
  .container {
    width: 320px;
  }

  .menu-catalog-caption {
    font-size: 0;
    padding-left: 10px;
    width: 320px;
    background: #f0f0f0;
    justify-content: flex-start;
    padding-right: 0;
  }

  .menu-nav {
    display: none;
  }

  .cart-sum {
    display: none;
  }

  header .header-cart {
    display: none;
  }

  .header-cart-img, .header-cart:hover .header-cart-img {
    -webkit-background-size: 50%;
    background-size: 50%;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-image: url("../img/mini-cart.png");
  }

  .cart-count {
    top: 5px;
    right: 5px;
  }

  .header-cart {
    width: 54px;
    background: #e1e1e1;
    display: none;
  }

  .header-cart.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-bottom .search input {
    width: 100%;
    height: 100%;
  }

  .header-bottom .search button {
    height: 100%;
    background: #e9e9e9;
    color: #7db8ce;
    padding: 0;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 54px;
  }

  .header-bottom .search {
    width: 54px;
  }

  .menu-catalog {
    width: 21px;
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .menu-catalog-list {
    width: 320px;
  }

  .header-bottom-container {
    justify-content: flex-end;
  }

  .header-bottom-container {
    background: #e1e1e1;
  }

  .mini-search {
    display: none;
    height: 100%;
    width: 54px;
    background: #e9e9e9;
    color: #7db8ce;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    line-height: 54px;
    font-size: 22px;
    cursor: pointer;
  }

  .header-bottom-container .search {
    display: none;
    width: 100%;
  }

  .header-bottom-container .search.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mini-close {
    height: 100%;
    width: 54px;
    line-height: 54px;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    background: #e1e1e1;
  }

  .header-bottom-container .header-logo {
    display: none;
    width: 100%;
  }

  .header-bottom-container .header-logo.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-middle-container {
    display: none;
  }

  .catalog-inner {
    position: static;
    margin-left: -30px;
    margin-right: -26px;
    border: none;
    width: auto;
  }

  .catalog-inner li {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .catalog-inner li a {
    white-space: normal;
    line-height: 19px;
  }

  .menu-catalog-list > li {
    height: auto;
  }

  .menu-catalog-list > li:hover {
    color: #6c6c6c;
  }

  .menu-catalog-list > li:hover a {
  }

  .header-top {
    display: none;
  }

  .menu-catalog-list > .catalog-first-item {
    margin-top: -18px;
    height: 54px;
    background: #fafafa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-catalog-list > .catalog-last-item {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fafafa;
  }

  .menu-catalog-list > .catalog-first-item:hover {
    background: #fafafa;
  }

  .change-language {
    position: static;
  }

  .change-language li, .change-language li a {
    line-height: 17px;
  }

  .menu-catalog-list {
    padding-bottom: 0;
  }

  .section1-slider {
    width: 100%;
    height: 265px;
    background: #7db8ce;
  }

  .slider-item img {
    max-width: 100%;
    max-height: 100%;
  }

  .section1-right {
    display: none;
  }

  .home-news {
    display: none;
  }

  .home-promo {
    display: none;
  }

  h2 {
    font-size: 23px;
    line-height: 34px;
  }

  .home-dist-brands .container {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }

  .dist-text .button_blue {
    display: none;
  }

  .brands-list {
    width: 150px;
  }

  .footer-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .container {
    padding: 0 10px;
  }

  .footer-top {
    height: 187px;
  }

  .footer-nav {
    display: none;
  }

  .footer-bottom {
    line-height: 20px;
    height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom div img {
    display: none;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .main-mini-link {
    display: block;
    height: 101px;
    border: 3px solid #565f64;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 9px;
  }

  .main-mini-link:not(:last-child) {
    margin-bottom: -3px;
  }

  .main-mini-link .text {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    background: #7f888d;
    padding: 0 5px;
  }

  .home-section2 {
    display: none;
  }

  .mini-promo {
    background-image: url("../img/mini-promo.jpg");
  }

  .mini-instruction {
    background-image: url("../img/mini-instruction.jpg");
  }

  .mini-container {
    margin: 0 auto;
    width: 320px;
    display: block;
  }

  .home-section1 {
    overflow: hidden;
    margin-top: 0;
  }

  .menu-switcher {
    display: none;
  }

  .bread-crumbs.active {
    display: none;
  }

  .back-link {
    display: block;
    background: #7f888d;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px;
  }

  .back-link:hover {
    color: #fff;
    text-decoration: none;
  }

  h1 {
    font-size: 23px;
    line-height: 30px;
  }

  .product-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-gallery {
    padding: 10px;
    width: 100%;
  }

  .card-info {
    padding: 10px;
    width: 100%;
  }

  .card-info .button_grey {
    margin-top: 8px;
  }

  .card-buy {
    display: none;
  }

  .border-grey {
    padding: 15px;
    border: 1px solid #f1f1f1;
  }

  .card-bottom .tabs {
    width: 100%;
  }

  .card-bottom {
    margin-bottom: 24px;
  }

  .card-another-products .tabs {
    width: 100%;
  }

  .card-another-products .tabs .tab-item:first-child {
    width: 175px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .tab-item {
    font-size: 16px;
  }

  .analogs .slick-dots, .not-forget .slick-dots {
    bottom: 0;
    background: #7f888d;
    height: 40px;
    margin-left: -10px;
  }

  .analogs, .not-forget {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-table td:nth-child(3) {
    display: none;
  }

  .cart-table tr:first-child {
    display: none;
  }

  .cart-table tr:not(:last-child) {
    margin-bottom: -2px;
  }

  .cart-table tr {
    display: block;
    padding: 0 10px 20px;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
  }

  .cart-table tr::after {
    content: '';
    display: table;
    clear: both;
  }

  .cart-table {
    display: block;
    width: 100%;
  }

  .cart-table td br {
    display: none;
  }

  .cart-table td {
    display: block;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-table td:nth-child(2) {
    padding: 0;
    float: left;
    width: 50%;
    left: 50%;
    position: relative;
  }

  .cart-table td:first-child {
    padding-top: 20px;
  }

  .cart-table td:last-child {
    float: left;
    width: 50%;
    right: 50%;
    position: relative;
    padding: 0;
  }

  .catalog-cards-heading {
    flex-direction: column-reverse;
  }

  .radio-span {
    margin-right: 4px;
  }

  .drop-down {
    margin-bottom: 10px;
  }

  .catalog-cards {
    width: 100%;
  }

  .radio-button {
    margin-right: 7px;
  }

  .catalog-cards-wrapper .mini-card {
    width: 100%;

  }

  .page-first {
    display: none;
  }

  .pages li {
    width: 40px;
  }

  .distr-main .back-link {
    margin-left: -15px;
    margin-right: -15px;
  }

  .distr-banner {
    padding: 15px 10px;
  }

  .distr-banner h1 {
    padding: 0;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .distr-banner {
    background-position: -235px 87px;
    -webkit-background-size: 800px;
    background-size: 570px;
    height: 258px;
    background-color: #6bbbdc;
  }

  .distr-brands {
    width: 100%;
  }

  .distr-right {
    display: none;
  }

  .distr-left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .current-brand {
    text-align: center;
  }

  .distr-left .search {
    width: 100%;
    margin-bottom: 10px;
  }

  .help-banner {
    height: 260px;
    width: 100%;
    background-image: url("../img/help-banner-xs.jpg");
  }

  .help-wrapper .tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 24px 10px;
  }

  .help-wrapper .tabs .tab-item:nth-child(2n) {
    background: #eaeaea;
    color: #302b2b;
    border: none;
    margin-bottom: 2px;
  }

  .help-wrapper .tabs .tab-item:nth-child(2n+1) {
    background: #eaeaea;
    color: #302b2b;
    border: none;
    margin-bottom: 2px;
  }

  .help-wrapper .tabs .tab-item {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    text-align: left;
  }

  .tab-item .tab-close {
    width: 43px;
    background: #e1e1e1;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .catalog-filter {
    width: 80%;
  }

  .catalog-cards-heading .button_blue {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }

  .filter-xs {
    position: absolute;
    top: 8px;
    left: 8px;
  }

  .catalog-filter {
    display: none;
  }

  .instruction-main .container {
    padding: 0 10px;
  }

  .instruction-main h1 {
    margin-bottom: 10px;
  }

  .instruction-main .search {
    width: 100%;
  }

  .instructions-list ul {
    columns: 1;
  }

  .new-products-wrapper .mini-card {
    width: 100%;
  }

  .news-wrapper .news-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 365px;
  }

  .news-wrapper .news-img {
    height: 145px;
  }

  .soon-wrapper .mini-card {
    width: 100%;
  }

  .price-filter {
    width: 80%;
  }

  .catalog-cards {
    overflow: hidden;
  }

  .popup-order {
    top: 0;
    max-height: 100%;
    overflow: auto;
  }

  .page-preview {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
  }

  .preview-left {
    margin-bottom: 15px;
    height: 170px;
  }

  .page-middle {
    margin-bottom: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-foot, .page-car {
    width: 100%;
    padding: 0 10px;
  }

  .path-caption {
    margin-bottom: 2px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    background: #efefef;
    color: #353535;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .path-caption .tab-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    height: 100%;
    background: #e1e1e1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .path::before {
    display: none;
  }

  .path {
    display: none;
  }

  .page-bottom {
    display: none;
  }

  .preview-img {
    margin-bottom: 50px;
  }

  .stores-main .container {
    padding: 0 10px;
  }

  .city-item-map {
    width: 100%;
    height: 135px;
  }

  .city-item-left {
    display: none;
  }

  .city-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3px;
  }

  .city-item:last-child {
    margin-bottom: 25px;
  }

  .city-item-caption {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .city-item-left .button_grey:last-child {
    margin-bottom: 20px;
  }

  .city-item-caption h3 {
    height: 50px;
    width: 100%;
    padding-left: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #eaeaea;
    letter-spacing: .1em;
    color: #2e2c2c;
  }

  .city-item-caption h3 .tab-close {
    height: 100%;
    width: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e1e1e1;
  }

  .city-phone {
    display: none;
    padding: 13px 0;
  }

  .stores-main h1 {
    margin-bottom: 10px;
    line-height: 18px;
  }

  .stores-main .back-link {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/*СТИЛИ ЛЕНДИНГА*/
.section-content * {
  color: #f8f8f8;
}

.landing-main {
  overflow-x: hidden;
}

.landing-main h1 {
  margin: 0 0 45px;
  padding: 0;
  border: none;
  font: 900 80px/98px Roboto;
}

.swiper-slide {
  width: 100vw;
  height: 100vh;
}

.landing-section {
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.landing-section1 {
  background: url("../img/land-bg-1.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.landing-section2 {
  background-image: url("../img/land-bg-2.jpg");
}

.landing-section1 p {
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
}

.landing-section1 li {
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
}

.landing-section1 li::before {
  margin: 0 20px 3px 2px;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background: #cb4c4f;
  border-radius: 50%;
}

.landing-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: calc(100vh * 0.142) 0;
  margin: 0 auto;
  width: 85.5%;
  height: 100%;
}

.section-content {
  width: 67.5%;
}

.landing-contact {
  padding: 50px 55px;
  width: 25.8%;
  background: #fff;
  min-height: 350px;
  height: 63.2%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact-heading {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 900;
  color: #eea60a;
}

.contact-table td {
  font-size: 18px;
  color: #24292d;
  padding-bottom: 25px
}

.contact-table td:first-child {
  text-align: right;
  vertical-align: top;
  padding-right: 45px;
  font-weight: 500;
}

.landing-scroll {
  margin-left: -27px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 20px;
  left: 50%;
  width: 54px;
  height: 47px;
  font-size: 12px;
  color: #f8f8f8;
  text-transform: uppercase;
}

.landing-scroll::after {
  content: '';
  display: block;
  width: 3px;
  height: 25px;
  background: #f8f8f8;
}

.scroll-spy {
  z-index: 2000;
  position: fixed;
  right: 4%;
  top: 50%;
  margin: 0;
  height: 210px;
  width: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

.swiper-pagination-bullet {
  height: 3px;
  width: 15px;
  background: #f8f8f8;
  opacity: .33;
  cursor: pointer;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 100%;
  cursor: default;
  border-radius: 0;
}

.scroll-spy li::before {
  display: none;
}

.landing-main h2 {
  padding: 0;
  border: none;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: .02em;
  margin-bottom: 50px;
}

.landing-section2 p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
}

.landing-slider {
  margin-top: 50px;
  height: 220px;
  padding-right: 140px;
}

.slick-initialized .slick-slide.land-slider-item {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.land-slider-item {
}

.land-slider-img {
  height: 100%;
  margin-right: 30px;
  float: left;
}

.land-slider-img img {
  height: 100%;
  width: auto;
}

.land-slider-caption {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 30px;
  position: relative;
  letter-spacing: .08em;
  z-index: 10;
}

.land-slider-shadow {
  font-size: 70px;
  opacity: .07;
  position: absolute;
  top: -30px;
  left: -40px;
  font-weight: 900;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -9;
}

.landing-slider-wrapper {
  position: relative;
}

.land-slider-spy {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 50px;
}

.land-read-all {
  font-weight: 500;
  font-size: 13px;
  left: 35px;
  line-height: 35px;
  padding: 0 18px;
  border: 2px solid #d34c4d;
  background: #d34c4d;
  text-transform: uppercase;
}

.land-read-all:hover {
  background: transparent;
}

.landing-section3 {
  background-image: url("../img/land-bg-3.jpg");
}

.landing-section3 p {
  width: 100%;
  margin-bottom: 45px;
  font-size: 30px;
  font-weight: normal;
}

.landing-section3 .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: flex-start;
}

.section3-item {
  width: 50%;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section3-caption {
  width: 100%;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
}

.section3-item {
}

.section3-img {
  margin-right: -20px;
}

.section3-item:nth-child(4) .section3-img {
  margin-right: -36px;
}

.section3-item:nth-child(5) .section3-img {
  margin-right: -6px;
}

.section3-item:nth-child(7) .section3-img {
  margin-right: -6px;
}

.section3-text {
  font-size: 25px;
  line-height: 35px;
  font-weight: normal;
  vertical-align: middle;
}

.section3-item:last-child .section3-img {
  margin-right: -5px;
}

.landing-section4 {
  background-image: url("../img/land-bg-4.jpg");
}

.landing-section4 .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section4-item {
  margin-bottom: 40px;
  padding-right: 40px;
  width: 50%;
}

.section4-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.section4-img {
  margin-bottom: 15px;
}

.landing-section5 {
  background-image: url("../img/land-bg-5.jpg");
}

.landing-section5 h2 {
  margin-bottom: 40px;
  line-height: 30px;
}

.landing-section5 .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}

.land-step {
  margin-bottom: 20px;
  width: 50%;
  padding-right: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.land-step:last-child {
  width: 75%;
}

.step-caption {
  margin-right: 10px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.step-number {
  height: 41px;
  width: 41px;
  border-radius: 50%;
  background: #d34c4d;
  color: #fff;
  line-height: 41px;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
}

.step-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.landing-section6 {
  background-image: url("../img/land-bg-6.jpg");
}

.landing-section6 h2 {
  margin-bottom: 70px;
}

.landing-section6 p {
  width: 550px;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.land-slider-left {
  width: 100%;
  flex-shrink: 1;
}

.land-arrow {
  background: #d34c4d;
  color: #fff;
}

.land-arrow:last-child {
  top: 10px;
  right: -50px;
}

.land-arrow:first-child {
  left: auto;
  right: 50px;
  top: 10px;
}

.land-popup-wrapper {
  z-index: -100;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.land-popup-caption {
  padding-left: 40px;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: bold;
}

.land-popup {
  position: relative;
  width: 1200px;
  height: 550px;
  max-width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc((100vh - 550px) / 2);
  margin-left: calc((100vw - 1200px) / 3);
}

.land-close {
  z-index: 20;
  position: absolute;
  background: transparent;
  border: none;
  top: 23px;
  right: 23px;
}

.land-popup-right .land-slider-shadow {
  display: none;
}

.land-popup-left {
  width: 16.67%;
  background: #fff;
  height: calc(100% - 30px);
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.land-popup-right {
  position: relative;
  z-index: 10;
  width: 83.33%;
  height: 520px;
  overflow: hidden;
  background: #ededed;
}

.land-popup-right > p {
  margin-bottom: 25px;
  font-weight: 500;
  padding-right: 70px;
  padding-left: 40px;
  left: 18px;
  line-height: 30px;
}

.land-popup-right img {
  width: 100%;
  height: auto;
}

.land-popup-left img {
  width: 100%;
}

.land-popup-bottom {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.land-popup-bottom-img {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  background: #fff;
}

.land-popup-bottom-img img {
  max-height: 100%;
}

.land-popup-bottom-img.active img {
  opacity: .8;
}

.land-popup-left .slick-arrow {
  position: static;
  font-size: 70px;
  color: #d6d6d6;
  width: auto;
}

.land-desc {
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  height: 55px;
  line-height: 25px;
  border: 2px solid #d34c4d;
  background: #d34c4d;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
}

.land-desc:hover {
  background: #000;
}

.back-russian {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 90;
  display: inline-block;
  height: 34px;
  line-height: 30px;
  background-color: #d34c4d;
  color: #fff;
  font-size: 15px;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #d34c4d;
}

.back-russian:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.contact-table{
  max-width: 100%;
}

@media all and (min-width: 1440px) {
  .land-slider-spy {
    top: -3px;
    right: 5px;
  }

  .land-slider-caption {
    line-height: 50px;
  }
}

@media all and (max-width: 1024px) {
  .land-popup {
    margin-left: 0;
  }
}

@media all and (max-height: 800px) {

  .section3-item {
    margin-bottom: 30px;
  }

  .section4-item {
    margin-bottom: 25px;
  }
}

@media all and (max-height: 700px) {
  .land-slider-spy {
    right: 5px;
  }

  .landing-contact {
    margin-top: 40px;
  }

  .landing-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section3-item {
    margin-bottom: 15px;
  }

  .section3-img img {
    height: 100px;
    width: auto;
  }

  .section4-img img {
    height: 40px;
    width: auto;
  }
}

@media all and (min-width: 1600px) {
  .section4-text,
  .landing-section2 p {
    line-height: 26px;
  }
}

@media all and (max-width: 1600px) {

  .land-slider-spy {
    right: 5px;
  }

  .land-slider-img img {
    width: 150px;
    height: auto;
  }

  .step-text {
    font-size: 16px;
  }

  .section4-item {
    padding-right: 30px;
  }

  .section4-text {
    font-size: 16px;
    line-height: 26px;
  }

  .landing-section3 p {
    font-size: 24px;
  }

  .landing-main h1 {
    font-size: 60px;
    line-height: 80px;
  }

  .landing-section1 p {
    font-size: 22px;
    line-height: 30px;
  }

  .landing-section1 li {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-table td:first-child {
    padding-right: 25px;
  }

  .contact-table td {
    font-size: 16px;
    padding-bottom: 15px;
  }

  .landing-contact {
    padding: 35px 35px;
  }

  .landing-main h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .landing-section2 p {
    font-size: 16px;
    line-height: 28px;
  }

  .landing-slider {
    height: 165px;
    padding-right: 100px;
  }

  .land-slider-item {
    margin-top: 20px;
  }

  .land-slider-item p {
    font-size: 15px;
    height: 84px;
    overflow: hidden;
  }

  .land-slider-caption {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .land-slider-shadow {
    font-size: 40px;
    font-weight: 900;
    top: -10px;
    left: -20px;
  }

  .landing-section6 h2 {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 1340px) {
  .landing-main h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .landing-contact {
    width: 360px;
  }

  .landing-main h2 {
    font-size: 30px;
  }

  .land-arrow:first-child {
    top: 0;
    right: 130px;
    left: auto;
  }

  .land-slider-spy {
    right: 85px;
    top: -15px;
  }

  .land-arrow:last-child {
    right: 40px;
    top: 0;
  }

  .section4-text {
    font-size: 14px;
  }

  .step-text {
    margin-top: 10px;
  }
}

@media all and (max-width: 1199px) {
  .landing-container {
    width: 900px;
  }

  .landing-main h1 {
    font-size: 38px;
    line-height: 51px;
  }

  .landing-contact {
    margin-right: 40px;
  }

  .scroll-spy {
    right: 0;
  }

  .land-slider-item p {
    height: 46px;
  }

  .landing-section2 p {
    line-height: 24px;
  }

  .section-content {
    width: 560px;
    padding-right: 30px;
  }

  .section3-img img {
    height: 70px;
  }

  .section4-img img {
    display: none;
  }

  .landing-main h2 {
    font-size: 25px;
  }

  .step-text {
    font-size: 14px;
    margin-top: 0;
  }

  .step-number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media all and (max-width: 930px) {
  .landing-container {
    width: 700px;
  }

  .landing-main h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .landing-section1 li {
    font-size: 16px;
    line-height: 22px;
  }

  .landing-section1 p {
    font-size: 16px;
    line-height: 22px;
  }

  .landing-contact {
    display: none;
  }

  .section-content {
    width: 100%;
  }

  .land-popup {
    margin-left: 0;
    margin-top: 0;
  }

  .section3-img {
    margin-right: 7px;
  }

  .section3-item:nth-child(4) .section3-img {
    margin-right: -17px;
  }
}

@media all and (max-width: 560px) {
  .landing-slider-wrapper {
    display: none;
  }
}

@media all and (max-width: 730px) {
  .landing-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
  }

  .section3-img img {
    height: 40px;
  }

  .section3-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section3-caption {
    text-align: center;
  }

  .landing-main h2 {
    margin-bottom: 10px;
  }

  .landing-section2 p {
    font-size: 12px;
    line-height: 18px;
  }

  .landing-slider-wrapper {
    display: none;
  }

  .section3-text {
    font-size: 16px;
    line-height: 22px;
  }

  .section4-item {
    width: 100%;
    padding-right: 30px;
    margin-bottom: 5px;
  }

  .section4-img {
    display: none;
  }

  .land-step, .land-step:last-child {
    width: 100%;
  }

  .landing-section6 p {
    width: 100%;
  }

  .land-step {
    margin-bottom: 5px;
    padding-right: 0;
  }

  .land-popup-wrapper {
    display: none;
  }

  .scroll-spy {
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .swiper-pagination-bullet {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section4-text {
    font-size: 12px;
    line-height: 18px;
  }

  .step-text {
    font-size: 12px;
    line-height: 18px;
  }

  .landing-section6 p {
    font-size: 12px;
    line-height: 18px;
  }

  .step-number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }

  .step-caption {
    font-size: 16px;
  }

  .landing-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .landing-section {
    min-height: 568px;
  }

  .landing-main h2 {
    margin-bottom: 5px;
  }

  .landing-main h1 {
    font-size: 22px;
  }
}

@media all and (max-height: 570px) {
  .landing-section2 p,
  .land-slider-item p {
    font-size: 14px;
    line-height: 22px;
  }

  .landing-section {
    min-height: 0;
  }

  .section4-item {
    margin-bottom: 0;
  }

  .section4-text {
    font-size: 14px;
    line-height: 20px;
  }

  .landing-section6 p {
    font-size: 14px;
    line-height: 20px;
  }

  .step-text {
    line-height: 20px;
  }

  .land-step {
    margin-bottom: 0;
  }
}

@media all and (max-width: 550px) {

  .landing-container {
    padding-top: 60px;
  }
}

@media all and (max-height: 500px) {
  .landing-section2 p,
  .land-slider-item p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media all and (max-height: 450px) {
  .section3-item {
    margin-bottom: 0;
  }
}

/*swiper*/
.landing-main {
  width: 100vw;
  height: 100vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1025px) and (min-width: 767px) {
  .section3-item:nth-child(4) .section3-img {
    margin-right: -20px;
  }

  .section3-img {
    margin-right: -10px;
  }

  .section3-item:nth-child(7) .section3-img {
    margin-right: 0;
  }

  .section4-img img {
    display: inline-block;
    width: 25px;
  }

  .section4-text {
    line-height: 22px;
  }
}

/*======================================================================
* = POPUP
* ======================================================================
*/
.popup-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 90;
}

.login-wrapper {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 350px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
  padding: 20px 25px;
  background: #fff;
  z-index: 100;
  transform: translate(-50%, -50%);
}

.login-wrapper label {
  display: block;
  width: 100%;
}

.login-wrapper input {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
}

.login-wrapper textarea {
  width: 100%;
  height: 100px;
  display: block;
  resize: none;
  border: 1px solid #e1e1e1;
}

.login-wrapper .button_blue {
  margin-top: 10px;
}

.login-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/land-close.png) center no-repeat;
  border: none;
}

.caption {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.page-container * {
  max-width: 100%;
}

.page-container p {
  margin-bottom: 20px;
}

.img-in-text {
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 10px;
}

.img-in-text img {
  margin-bottom: 10px;
}

.page-container {
  margin-bottom: 45px;
}

.filter__value-list {
  padding-left: 0;
  margin-bottom: 5px;
  list-style: none;
}

.filter__value-list a {
  color: #6c6c6c;
  font-size: 13px;
}

/*======================================================================================================
* = ADDITIONAL 1
* ======================================================================================================
*/

.checkout__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 0;
}

.checkout__row h4 {
  font-weight: normal;
}

.checkout__nav-num {
  display: inline-block;
  margin-right: 10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 55px;
  background: #c9c9c9;
}

.current .checkout__nav-num,
.passed .checkout__nav-num {
  background-color: #226787;
}

.passed .checkout__nav-num {
  font-family: FontAwesome;
  font-size: 0;
}

.passed .checkout__nav-num::before {
  content: "\f00c";
  display: inline-block;
  font-size: 22px;
}

.checkout__nav li {
  line-height: 55px;
  flex-grow: 1;
}

.checkout__nav-label {
  display: inline-block;
}

.wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrap::after,
.wrap::before {
  display: table;
  content: '';
}

.checkout__fieldlist label {
  font-weight: normal;
}

.checkout__fieldlist {
  padding-left: 0;
  list-style: none;
}

.radiostyle {
  display: none;
}

.radiostyle:checked + label::before {
  background: url(../img/checked.png) center no-repeat
}

.radiostyle + label::before {
  display: inline-block;
  position: relative;
  top: 2px;
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #e8e8e8;
  margin-right: 13px;
}

.checkout__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkout__row::before,
.checkout__row::after {
  display: none;
}

.checkout__col {
  width: 50%;
}

.checkout__submit {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

.checkout__submit-btn, .btn--wide {
  display: inline-block;
  max-width: 100%;
  width: 307px;
  height: 41px;
  border: 3px solid #7db8ce;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #226787;
  line-height: 35px;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.checkout__submit-label {
  display: inline-block;
  margin-right: 30px;
}

.checkout__submit-btn:hover,
.btn--wide:hover {
  border: none;
  color: #fff;
  line-height: 41px;
  text-decoration: none;
  background: #565f64;
}

.checkout__data {
  padding: 20px;
  background: #dadada;
}

.checkout__data p:last-child {
  margin-bottom: 0;
}

.checkout__fieldset h2 {
  border-left: none;
  padding-left: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.checkout label {
  font-weight: normal;
  cursor: pointer;
}

.inputbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.inputbox-wrap {
  width: 400px;
  margin-right: 20px;
  max-width: 100%;
}

.inputbox-wrap input {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
}

.inputbox-wrap textarea {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  resize: none;
  height: 200px;
}

.checkout__check-line {
  position: relative;
  width: 300px;
  height: 21px;
  margin-bottom: 10px;
}

.checkout__check-line::before {
  display: block;
  content: '';
  border-bottom: 1px dotted #565f64;
  height: 18px;
}

.checkout__check-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding-right: 3px;
}

.checkout__check-price {
  position: absolute;
  display: inline-block;
  right: 0;
  padding-left: 3px;
  top: 0;
  background: #fff;
}

.checkout .rub,
.order-table__td .rub {
  font-size: 0;
  font-family: FontAwesome;
}

.checkout .rub::before,
.order-table__td .rub::before {
  display: inline-block;
  content: "\f158";
  font-size: 18px;
  margin-left: 5px;
}

.icon-google-w {
  background-image: url(../img/sprite.png);
  background-position: -59px -139px;
  width: 22px;
  height: 15px;
  vertical-align: middle;
}

.icon-vk-w {
  background-image: url(../img/sprite.png);
  background-position: -86px -60px;
  width: 22px;
  height: 13px;
}

.icon-fb-w {
  background-image: url(../img/sprite.png);
  background-position: -205px 0;
  width: 9px;
  height: 17px;
}

.icon-tw-w {
  background-image: url(../img/sprite.png);
  background-position: -85px -139px;
  width: 18px;
  height: 15px;
}

.icon-ya-w {
  background-image: url(../img/sprite.png);
  background-position: -71px -41px;
  width: 10px;
  height: 19px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.soc-login__list li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #acacac;
}

.soc-login__list li a:hover {
  opacity: .85;
}

.soc-login__list {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.soc-login__list li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;

}

.soc-login p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

.userpage-tabs {
  height: auto;
  display: block;
}

.tab-header {
  display: none;
}

.userpage-tabs__nav {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.userpage-tabs__nav li {
  flex-grow: 1;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e9e9e9;
  margin-left: -1px;
}

.userpage-tabs__nav li.active {
  background: #f6f6f6;
}

.userpage-tabs__nav li a,
.userpage-tabs__nav li a:hover,
.userpage-tabs__nav li a:focus {
  color: #333;
  text-decoration: none;
}

.userpage__form {
  padding-top: 20px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.btn--wide {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.order-table__header {

}

.order-table__1, .order-table__2 {
  width: 15%;
}

.order-table__3 {
  width: 18%;
}

.order-table__4 {
  width: 19%;
}

.order-table__5 {
  width: 16%;
}

.order-table__th {
  float: left;
  padding: 15px 10px;
  font-size: 14px;
}

.order-table__header {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 20px;
}

.order-table {
  margin-bottom: -1px;
}

.order-table__row {
  padding: 0 10px;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 700;
}

.order-table__1, .order-table__2 {
  width: 15%;
}

.order-table__3 {
  width: 18%;
}

.order-table__4 {
  width: 19%;
}

.order-table__5 {
  width: 16%;
}

.order-table__btn {
  padding: 10px 20px;
  width: 17%;
  text-align: right;
}

.order-table__btn .order-table__toggle {
  width: 115px;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #949494;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  border: 2px solid #e0dddd;
  display: inline-block;
}

.order-table__btn .order-table__toggle span {
  position: relative;
  display: inline-block;
}

.order-table__btn .order-table__toggle span.off, .order-table__btn .order-table__toggle.open-order span.on {
  display: none;
}

.order-table__td {
  padding: 20px 10px;
  float: left;
  font-size: 14px;
}

.order-table__td span {
  font-size: 14px;
}

.order-info__prod {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}

.order-info__prod li {
  display: inline-block;
  margin-left: 20px;
}

.order-info__name {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
}

.order-info__total {
  margin-bottom: 20px;
}

.order-info {
  display: none;
  background: #eee;
  padding: 20px;
}

.order-info p:not(:last-child) {
  margin-bottom: 20px;
}

.userpage__form-text {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.order-table__mob-th {
  margin-right: 5px;
}

.catalog-root-item {
  display: block;
  text-align: center;
  color: #333;
}

.catalog-root-item:hover {
  text-decoration: none;
  text-decoration: none;
}

.img-bg {
  display: block;
  width: 100%;
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
}

.catalog-root-item .caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
}

.btn--blue-transparent {
  display: inline-block;
  margin-bottom: 8px;
  max-width: 100%;
  width: 307px;
  height: 41px;
  border: 3px solid #e5e5e5;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #b0b0b0;
  line-height: 35px;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.btn--blue-transparent:hover {
  border: none;
  color: #fff;
  line-height: 41px;
  text-decoration: none;
  background: #565f64;
}

.reviews-item__text {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}

.icon-star.full,
.icon-big-star.full {
  background-image: url(../img/sprite.png);
  background-position: -46px -158px;
  width: 13px;
  height: 13px;
}

.icon-star,
.icon-big-star {
  background-image: url(../img/sprite.png);
  background-position: -63px -158px;
  width: 13px;
  height: 13px;
}

.reviews-item.js-reviews_item.admin_answer {
  margin-left: 20px;
}

.reviews-item {
  margin-bottom: 20px;
}

.productfull__reviews-rating-num {
  font-weight: bold;
  font-size: 18px;
}

.inputbox-col50 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.inputbox-wrap--captcha input {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn.btn--blue {
  width: 307px;
  display: inline-block;
  height: 41px;
  border: 3px solid #999;
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  background: transparent;
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 100%;
}

.card-bottom-description img {
  max-width: 100%;
  height: auto;
}

.icon-like,
.icon-dislike {
  font-family: FontAwesome;
}

.icon-like::before {
  display: inline-block;
  content: '\f087';
  margin-right: 5px;
}

.icon-dislike::before {
  display: inline-block;
  margin-right: 5px;
  content: "\f088"
}

.btn.btn--blue:hover {
  background: #999;
}

.btn.btn--blue:hover span {
  color: #fff;
}

.btn.btn--blue span {
  font-weight: bold;
}

a {
  word-wrap: break-word;
}

.cart-delete {
  cursor: pointer;
  width: 26px;
  margin: 0;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  background: #fff;
  line-height: 21px;
  text-align: center;
  color: #3b3b3b;
  padding: 0;
  transform: rotate(45deg) translate(0, -50%);
  right: 40px;
  position: absolute;
  top: 50%;
}

.cart-delete:hover {
  background: #e8e8e8;
  color: #fff;
}

.cart-table td:last-child {
  position: relative;
}

@media all and (max-width: 1199px) {
  .wrap {
    width: 970px;
  }
}

@media all and (max-width: 991px) {
  .wrap {
    width: 750px;
  }

  .cart-delete {
    right: 10px;
  }
}

@media all and (max-width: 767px) {
  .wrap {
    width: 320px;
  }

  .cart-delete {
    top: 20%;
    right: 0;
  }
}

.mini-card-bottom .btn--blue-transparent {
  width: 82px;
  height: 23px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  background: #565f64;
  border-radius: 0;
  border: none;
  font-family: Arial;
  font-weight: normal;
}

.brands-list a.brand-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 195px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup__container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}

.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  padding: 30px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/mini-close.png) center no-repeat;
  border: none;
}

.popup__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

.popup__content label input {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
}

.popup__content label {
  font-weight: 200;
  width: 100%;
  margin-bottom: 15px;
}

.popup__content .price {
  margin-bottom: 10px;
  text-align: center;
}

.popup__content .counter {
  margin-bottom: 10px;
}

.feedback_main_field tr {
  display: block;
  width: 600px;
  max-width: 100%;
}

.feedback_main_field td {
  display: inline;
}

.feedback_main_field .feedback_inputs {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

.feedback_must_be {
  display: inline;
}

.feedback_text {
  display: inline;
}

.feedback_inputs input {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
}

.feedback_inputs textarea {
  display: block;
  width: 100%;
  height: 200px;
  resize: none;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
}

.feedback_submit input[type="submit"] {
  margin-top: 15px;
  width: 320px;
  display: inline-block;
  height: 41px;
  border: 3px solid #565f64;
  line-height: 35px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  background-color: #565f64;
  color: #fff;
}

.feedback_submit input[type="submit"]:hover {
  background-color: #fff;
  color: #565f64;
}

.feedback_main_field {
  display: block;
  /*columns: 2;*/
}

.feedback_main_field tbody {
  display: block;
}

/*=====================================================================================
  = ПРАВКИ ПЛАНШЕТ ОПЕРА
  =====================================================================================
*/
@media all and (max-width: 1025px) and (min-height: 768px) {

  .slick-initialized .slick-slide.land-slider-item {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
  }

  .filter-type {
    display: block;
  }

  .filter-type .checkbox {
    display: block;
  }
  .land-popup-left{
    display: block;
    line-height: 150px;
    text-align: center;
  }
  .catalog-wrapper{
    display: block;
  }
  .catalog-wrapper::after{
    display: table;
    content: '';
    clear: both;
  }
  .catalog-filter{
    float: left;
  }
  .mini-card-instock .list-unstyled{
    display: block;
  }
}

@media all and (max-width: 1025px) and (min-width: 768px){

  .swiper-slide:nth-child(1) .landing-contact{
    display: block;
    margin-right: 0;
  }
  .swiper-slide:nth-child(2) .landing-contact{
    display: block;
    margin-right: 0;
  }
  .swiper-slide:nth-child(3) .landing-contact{
    display: block;
    margin-right: 0;
  }
  .swiper-slide:nth-child(4) .landing-contact{
    display: block;
    margin-right: 0;
  }
  .swiper-slide:nth-child(5) .landing-contact{
    display: block;
    margin-right: 0;
  }
  .swiper-slide:nth-child(6) .landing-contact{
    display: block;
    margin-right: 0;
  }
}

.land-popup-left{
  display: block;
  line-height: 150px;
  text-align: center;
}
.slick-initialized .slick-slide.land-slider-item{
  display: block;
}

@media all and (max-width: 991px) and (min-width: 768px) {
  .swiper-slide:nth-child(2) .section-content{
    width: 57%;
  }
  .landing-slider-wrapper{
    width: 710px;
  }
  .section4-text{
    line-height: 19px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }
  .step-text{
    line-height: 19px;
  }
  .landing-section6 p{
    width: 320px;
  }
  .swiper-slide:nth-child(6) .section-content{
    width: 47%;
  }
}
@media all and (max-width: 767px) {
  .brands-list a.brand-item img{
    width: 100%;
  }
}

@media screen and (min-width: 1281px) {
  .land-arrow:first-child,
  .land-arrow:last-child {
    top: 35px;
  }
  .land-slider-spy {
    top: 22px;
  }
  .land-arrow:first-child {
    right: 270px;
  }
  .land-arrow:last-child {
    right: 120px;
  }
  .land-slider-spy {
    right: 195px;
  }
}