@import url('../css/reset.css');

@import url('../css/fonts.css');

@import url('../css/custom-select.css');

a {
   color: #000000;
}

a:hover {
   color: #888888;
}

.bx_profile .main-profile-form-password-annotation {
	font-family: Arial,Helvetica,sans-serif;
	color: grey;
	font-weight: lighter;
	font-size: 12px;
	/* margin-top: 15px; */
	margin-bottom: 0;
}

/* Slider */

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

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

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

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

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

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

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
  /*background: url('../img/prev.png') no-repeat;*/
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
  /*background: url('../img/next.png') no-repeat;*/
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: red;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: CirceRegular;
}

.wrapper {
  max-width: 2700px;
  padding: 0 11%;
  width: 100%;
  margin: 0 auto;
}

/* Общие стили хедера и футера */

.top-line-discount {
  padding: 29px 0;
  padding-top: 33px;
  text-align: center;
  text-transform: uppercase;
  background-color: #4a4a4a;
  font: 22px CirceBold;
  color: #b2b2b2;
  display: none;
}

.top-line-discount span {
  color: #f6decd;
}

.top-line {
  background-color: #151515;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
.top-line.fixed-header .top-menu {
  background-color: #2c2c2c;
  transition: .5s;
}

.top-line-wrap {
  padding: 17px 0;
  padding-bottom: 15px;
}
.top-line__wrapper {
  width: 100%;
  height: 100%;
  
  position: relative;
}

.hamburger {
  display: none;
}

.top-line-wrap {
  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;
}

.top-line-wrap .phone {
  width: 19%;
  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;
}

.top-line-wrap .phone img {
  width: 26px;
}

.top-line-wrap .phone a {
  color: #fff;
  font-size: 26px;
  margin-left: 17px;
  margin-top: 3px;
}

.top-line-wrap ul.menu {
  width: 53%;
  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;
}

.top-line-wrap ul.menu li {
  text-transform: uppercase;
  font-size: 17px;
  margin-right: 33px;
}

.top-line-wrap ul.menu li:last-child {
  margin-right: 0;
}

.top-line-wrap ul.menu li a {
  color: #b4b4b4;
}

.top-line-wrap .log-reg {
  width: 28%;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-line-wrap .log-reg a {
  text-transform: uppercase;
  font-size: 18px;
  color: #b4b4b4;
}

.top-line-wrap .log-reg a:last-child {
  margin-left: 38px;
  position: relative;
}

.top-line-wrap .log-reg a:last-child::before {
  content: '|';
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #b4b4b4;
  font-size: 18px;
}

.submenu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1090px;
  padding-left: 90px;
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #000;
  z-index: 6;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 1000;
}

ul.submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.submenu li {
  width: 50%;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 35px;
}
ul.submenu li.red>a {
  color: #FC2502;
}

ul.submenu li:hover a,
ul.submenu li.active a {
  color: #4a4a4a;
}

ul.submenu li a {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
  display: block;
}

.top-menu {
  width: 100%;
  height: 160px;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(24, 24, 24, 0.64);
  z-index: 2000;
  transition: .5s;
}

.top-menu.colored {
  position: static;
  background-color: #2c2c2c;
}

.top-menu .wrapper {
  height: 100%;
}

.top-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.logotype {
  width: -webkit-calc(17.1% - 60px);
  width: calc(17.1% - 60px);
  height: 100%;
  margin-right: 60px;
  background-color: #373737;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 46px;
}

.logotype a {
   width: 75%;
}

.logotype img {
  width: 100%;
}

.first-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(59.9% - 60px);
  width: calc(59.9% - 60px);
  margin-right: 60px;
  height: 100%;
}

.first-menu > ul {
  width: -webkit-calc(55% - 20px);
  width: calc(55% - 20px);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.first-menu > ul > li {
  width: 33.33%;
  height: 100%;
  text-transform: uppercase;
  font-size: 21px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.first-menu > ul > li.have-submenu:hover,
.first-menu > ul > li.have-submenu.active {
  background-color: #000;
}

.first-menu > ul > li.have-submenu:hover > a,
.first-menu > ul > li.have-submenu.active > a {
  color: #4a4a4a;
}

.first-menu > ul > li.active > a {
  color: #7a7a7a;
}

.first-menu > ul > li > a {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-bottom: 49px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  cursor: hand;  
}

.first-menu .search {
  width: -webkit-calc(45% - 35px);
  width: calc(45% - 35px);
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 34px;
  padding-left: 10px;
}

.first-menu .search form {
  width: 100%;
  position: relative;
  height: 53px;
}

.first-menu .search form input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border: none;
  background-color: #000;
  color: #fff;
  font: 22px CirceRegular;
  display: none;
}

.first-menu .search form input::-webkit-input-placeholder {
  color: #fff;
  font: 22px CirceRegular;
}

.first-menu .search form input::-moz-placeholder {
  color: #fff;
  font: 22px CirceRegular;
}

.first-menu .search form input:-ms-input-placeholder {
  color: #fff;
  font: 22px CirceRegular;
}

.first-menu .search form input::placeholder {
  color: #fff;
  font: 22px CirceRegular;
}

.first-menu .search form a {
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  background: transparent;
  cursor: pointer;
}

.first-menu .search form a img {
  width: 24px;
}

.last-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
}

.last-menu ul {
  width: 58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.last-menu ul li {
  height: 100%;
  text-transform: uppercase;
  font-size: 21px;
}

.last-menu ul li:first-child {
  margin-right: 43px;
}

.last-menu ul li.active a {
  color: #7a7a7a;
}

.last-menu ul li a {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-bottom: 49px;
}

.last-menu .icons {
  width: 42%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 43px;
}

.last-menu .icons .icon {
  position: relative;
}

.last-menu .icons .icon:first-child .digit {
  top: -21px;
  left: -29px;
}

.last-menu .icons .icon:first-child img {
  width: 45px;
}

.last-menu .icons .icon:last-child {
  margin-left: 45px;
}

.last-menu .icons .icon:last-child .digit {
  top: -12px;
  left: -14px;
}

/* Composite basket link hack */
.last-menu .icons .icon:last-child > a {
  display: block;
  margin: 0;
  height: 100%;
}
.last-menu .icons .icon:last-child > a .digit {
  top: -12px;
  left: -14px;
}

.last-menu .icons .icon:last-child img {
  width: 57px;
}

.last-menu .icons .icon .digit {
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: #202020;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 21px;
  color: #fff;
  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;
}

/* Футер */

footer {
  padding-bottom: 150px;
  padding-top: 60px;
  background-color: #f6f6f6;
}

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

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.footer-left .info {
  width: 42%;
  margin-right: 35px;
  width: 340px;
}

.footer-left .info a.phone {
  font: 30px CirceBold;
  color: #000;
  margin-bottom: 15px;
}

.footer-left .info p.work-time {
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}

.footer-left .info .all-rights {
  margin-top: 55px;
}

.footer-left .info .all-rights p {
  font-size: 13px;
  margin-bottom: 35px;
}

.footer-left .info .all-rights img {
  width: 50px;
  display: block;
}

.footer-left .social {
  width: auto;
}

.footer-left .social a {
  color: #000;
  font: 18px CirceExtraBold;
  margin-bottom: 3px;
  display: block;
  text-transform: uppercase;
}

.footer-right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-right-item {
  width: 380px;
}

.footer-right-item.last {
  width: 130px;
  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;
}

.footer-right-item ul {
  margin-bottom: 30px;
}

.footer-right-item ul li {
  text-transform: uppercase;
  font: 18px CirceExtraBold;
  margin-bottom: 3px;
}

.footer-right-item ul li a {
  color: #000;
}

.footer-right-item .lang {
  text-transform: uppercase;
  cursor: pointer;
}

.footer-right-item .lang span {
  position: relative;
  color: #000;
  font-size: 18px;
}

.footer-right-item .lang span::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url('../img/footer-lang-arrow.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 8px;
  height: 6px;
}

.footer-search {
  width: 100%;
  text-align: right;
  position: relative;
  height: 53px;
  margin-top: -9px;
}

.footer-search input {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 0;
  height: 100%;
  border: none;
  background-color: #000;
  color: #fff;
  font: 18px CirceRegular;
  padding: 0;
}

.footer-search input::-webkit-input-placeholder {
  color: #fff;
  font: 18px CirceRegular;
}

.footer-search input::-moz-placeholder {
  color: #fff;
  font: 18px CirceRegular;
}

.footer-search input:-ms-input-placeholder {
  color: #fff;
  font: 18px CirceRegular;
}

.footer-search input::placeholder {
  color: #fff;
  font: 18px CirceRegular;
}

.footer-search a {
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 4;
}

.footer-search a img {
  width: 24px;
}

.footer-mob-rights {
  display: none;
}

.footer-mob-rights a img {
  width: 24px;
}

.mob-menu,
.mob-submenu {
  display: none;
}

/* Хедер */

header {
  position: relative;
}

header .slick-dots {
  position: absolute;
  bottom: -16px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: space-evenly;
}

header .slick-dots li {
  position: relative;
  height: 12px;
  /*width: -webkit-calc(25% - 4px);
  width: calc(25% - 4px);*/
  flex-grow: 1;
  /*margin: 0;*/
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  cursor: pointer;
  background-color: #a6a6a6;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*header .slick-dots li:last-child {
  width: 25%;
  margin: 0;
  margin-right: 0;
}*/

header .slick-dots li.slick-active {
  background-color: #000;
}

header .slick-dots li button {
  border: 0;
  background: transparent;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.header-item {
  height: 1000px;
  padding-top: 325px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.header-item-block {
  width: 800px;
  text-align: center;
  color: #fff;
}

.header-item-block a {
  outline: none;
}

.header-item-block h1 {
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

.header-item-block a h1,
.header-item-block a p,
.header-item-block h1 {
  color: #ffffff;
  line-height: 35px;
  font-family: CirceRegular;
}

.header-item-block p {
  font-size: 31px;
  line-height: 52px;
  margin-bottom: 90px;
}

.header-item-block .more {
  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;
}

.header-item-block .more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  color: #fff;
  background-color: #242424;
  font-size: 26px;
  font-weight: bold;
  padding: 21px 65px;
  padding-bottom: 17px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.header-item-block .more a:hover {
  background-color: #494747;
}

/* Второй блок */

.second-section {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 130px;
}

.second-block-img {
  overflow: hidden;
  margin-bottom: 100px;
}

.second-block-img img {
  width: 44%;
}

.second-block-text h2 {
  text-transform: uppercase;
  color: #646363;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 58px;
}

.second-block-text p {
  width: 65%;
  margin: 0 auto;
  font-size: 37px;
  line-height: 58px;
  color: #646363;
}

/* Третий блок */

.third-section {
  padding-top: 90px;
}

.third-section h2 {
  text-align: center;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 50px;
  letter-spacing: 7px;
  margin-bottom: 110px;
}

.third-wrap {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.third-item {
  width: -webkit-calc(50% - 60px);
  width: calc(50% - 60px);
  margin: 0 30px;
  margin-bottom: 170px;
  text-decoration: none;
}
.third-item:hover,
.third-item:focus,
.third-item:active {
  text-decoration: none;
}



.third-item:nth-child(2n) {
  margin-top: 340px;
}

.third-item .img {
  margin-bottom: 100px;
}

.third-item .img img {
  width: 100%;
}

.third-item .text {
  padding-left: 55px;
}

.third-item .text h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 42px;
}

.third-item .text p {
  color: #646363;
  font: 28px DINProRegular;
  line-height: 45px;
}

.third-item .text p span,
.third-item .text p a {
  color: #000;
  border-bottom: 1px solid #000;
}

.third-item .text .buy {
  margin-top: 60px;
}

.third-item .text .buy a {
  border: 3px solid #000;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 27px;
  color: #000;
  padding: 6px 40px;
  padding-top: 9px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.third-item .text .buy a:hover {
  background-color: #000;
  color: #fff;
}

/* Галерея фотографий */

.photo-slider-section {
  padding-top: 50px;
  padding-bottom: 300px;
}

.photo-slider-section .slick-dots {
  position: absolute;
  bottom: -90px;
  list-style: none;
  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;
  padding: 0;
  margin: 0;
  width: 100%;
}

.photo-slider-section .slick-dots li {
  position: relative;
  height: 6px;
  width: 84px;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
  background-color: #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.photo-slider-section .slick-dots li.slick-active {
  background-color: #000;
}

.photo-slider-section .slick-dots li button {
  border: 0;
  background: transparent;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.photo-slider-section .slick-slide {
  height: auto;
}

.photo-slider img {
  width: 100%;
}

/* Слайдер партнёров */

.partners-section {
  background-color: #636363;
  padding-top: 50px;
  padding-bottom: 220px;
}

.partners-section .slick-initialized {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}  

.partners-section .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
}

.partners-section .slick-initialized .slick-slide img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
  width: 200px;
}

.partners-section .slick-dots {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: -140px;
  list-style: none;
  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%;
}

.partners-section .slick-dots li {
  position: relative;
  height: 6px;
  width: 84px;
  margin: 0 9px;
  padding: 0;
  cursor: pointer;
  background-color: #7e7e7e;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.partners-section .slick-dots li.slick-active {
  background-color: #fff;
}

.partners-section .slick-dots li button {
  border: 0;
  background: transparent;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.partners-section h2 {
  text-align: center;
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

.partners-item {
  height: 170px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* Популярное */

.popular-section {
  padding-top: 200px;
  padding-bottom: 150px;
}

.popular-section h2 {
  text-align: center;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 95px;
}

.product-item-button-container {
  text-align: left;
}

.items-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.item {
  width: -webkit-calc(25% - 60px);
  width: calc(25% - 60px);
  margin: 0 30px;
  margin-bottom: 120px;
  position: relative;
}

.item .heart {
  position: absolute;
  top: 35px;
  right: 33px;
  cursor: pointer;
}

.item .heart img {
  width: 43px;
}

.item .action {
  position: absolute;
  top: 35px;
  left: 33px;
  width: 148px;
  background-color: #1b987c;
  color: #fff;
  text-transform: uppercase;
  font: 25px CirceBold;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 4px;
}

.item .new {
  position: absolute;
  top: 35px;
  left: 33px;
  width: 189px;
  background-color: #f22958;
  color: #fff;
  text-transform: uppercase;
  font: 25px CirceBold;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 4px;
}

.item .img img {
  width: 100%;
}

.item .text {
  padding-top: 55px;
  padding-left: 55px;
  padding-right: 20px;
}

.item .text h4 {
  color: #000;
  font: 28px CirceExtraBold;
  line-height: 38px;
  margin-bottom: 22px;
}

.item .text h4 a {
  color: #000;
  font: 28px CirceExtraBold;
  height: 66px;
  display: inline-block;
}


.item .text .colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}

.item .text .colors span {
  width: 31px;
  height: 31px;
  margin-right: 8px;
}

.item .text .colors span.black {
  background-color: #000;
}

.item .text .colors span.dark-gray {
  background-color: #666;
}

.item .text .colors span.light-gray {
  background-color: #dadada;
}

.item .text .colors span.dark-green {
  background-color: #54564b;
}

.item .text .colors span.light-green {
  background-color: #c1c89f;
}

.item .text .colors span.dark-purpur {
  background-color: #514656;
}

.item .text .colors span.light-purpur {
  background-color: #bda8c6;
}

.item .text .colors span.dark-beige {
  background-color: #756f63;
}

.item .text .colors span.light-beige {
  background-color: #c0b8a7;
}

.item .wrp-sku {
  height: 28px;
}

.item .text .price {
  color: #000;
  font-size: 25px;
  margin-bottom: 50px;
}

.item .text .no-price,.item .text .not-available {
  text-transform: uppercase;
  font-size: 25px;
  color: #646363;
  margin-bottom: 50px;
}

.item .text .buy,
.detail-link,
.item .text .not-available {
  margin-bottom: 60px;
}

.item .text .buy a,
.detail-link a {
  border: 3px solid #000;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 27px;
  color: #000;
  padding: 6px 40px;
  padding-top: 9px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.item .text .not-available a {
  text-transform: uppercase;
  font-size: 25px;
  color: #646363;
}

.item .text .buy a:hover,
.detail-link a:hover,
.item .text .not-available a:hover {
  background-color: #000;
  color: #fff;
}

.item .text p.category {
  color: #646363;
  font: 24px DINProRegular;
}

.item .text p.category a {
  color: #000;
  border-bottom: 1px solid #000;
}

/* Страница каталога */

.title-section {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.title-section .title-wrap {
  height: 665px;
  padding-bottom: 145px;
  padding-left: 160px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.title-section .title-wrap p {
  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;
  color: #6f7070;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
}

.title-section .title-wrap p a {
  color: #6f7070;
}
.title-section .title-wrap p a:hover,
.title-section .title-wrap p a:focus,
.title-section .title-wrap p a:active {
  text-decoration: underline;
}

.title-section.search-title .title-wrap p a {
  color: #000000;
}

.title-section .title-wrap h1 {
  text-transform: uppercase;
  color: #888;
  font-size: 69px;
  line-height: 93px;
  margin-top: 32px;
}

.title-section.search-title .title-wrap {
  height: 180px;
  padding-left: 0px;
  padding-bottom: 40px;
}

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

aside.catalog-aside {
  width: 17%;
  padding-right: 60px;
  background-color: #b5b5b5;
  padding-top: 110px;
  padding-bottom: 50px;
  position: relative;
}

aside.catalog-aside::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1500px;
  height: 100%;
  background-color: #b5b5b5;
  left: -1500px;
}

aside.catalog-aside button[type="reset"] {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}

aside.catalog-aside button[type="submit"] {
/*  display: none;  */
  
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;  
}

#set_filter,
#del_filter {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 17px;
  cursor: pointer;  
  color: #000000;         
}

.catalog-aside-item {
  margin-bottom: 35px;
}

.catalog-aside-item h3 {
  text-transform: uppercase;
  font: 21px CirceBold;
  margin-bottom: 50px;
  position: relative;
  cursor: default;
}

.catalog-aside-item h3 span {
  position: absolute;
  right: 0;
  top: -15px;
  color: #000;
  font-size: 22px;
}

.catalog-aside-item h3.active span {
  font-size: 30px;
  top: -8px;
}

.catalog-aside-item ul {
  padding: 10px 0;
}

.catalog-aside-item ul li {
  margin-bottom: 32px;
  padding-left: 20px;
}

.catalog-aside-item ul li input {
  display: none;
}

.catalog-aside-item ul li label {
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
  padding-left: 37px;
  cursor: pointer;
  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;
}

.catalog-aside-item ul li label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border: 3px solid #000;
}

.catalog-aside-item ul li input:checked + label::before {
  background-color: #000;
}

.catalog-aside-item ul.other {
  margin-top: 30px;
}

.catalog-aside-item ul li label span.color {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  background-position: center center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: 100%;
}

.catalog-aside-item ul li label span.color.white {
  background-color: #fff;
}

.catalog-aside-item ul li label span.color.blue {
  background-color: #95e9fe;
}

.catalog-aside-item ul li label span.color.green {
  background-color: #55b01e;
}

.catalog-aside-item ul li label span.color.gold {
  background-color: #fbe6ad;
}

.catalog-aside-item ul li label span.color.red {
  background-color: #f92525;
}

.catalog-aside-item ul li label span.color.mint {
  background-color: #8ce7ce;
}

.catalog-aside-item ul li label span.color.orange {
  background-color: #fd7c36;
}

.catalog-aside-item ul li label span.color.transparent {
  background-color: #c1bcbc;
}

.catalog-aside-item ul li label span.color.pink {
  background-color: #f899bf;
}

.catalog-aside-item ul li label span.color.silver {
  background-color: #d2d2d2;
}

.catalog-aside-item ul li label span.color.gray {
  background-color: #8c8c8c;
}

.catalog-aside-item ul li label span.color.dark-blue {
  background-color: #3a4998;
}

.catalog-aside-item ul li label span.color.purpur {
  background-color: #5c3fbb;
}

.catalog-aside-item ul li label span.color.black {
  background-color: #000;
}

.show-filter {
  display: none;
}

main.catalog-main {
  width: 83%;
  padding-left: 170px;
  padding-top: 93px;
  padding-bottom: 155px;
}

.catalog-wrap {
  margin: 0 -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-wrap .item {
  width: -webkit-calc(33.33% - 60px);
  width: calc(33.33% - 60px);
  margin-bottom: 180px;
}

.pagination {
  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: 60px;
}

.pagination .left {
  text-transform: uppercase;
  font-size: 22px;
  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;
}

.pagination .left .whole span {
  font-weight: bold;
  color: #000000;
}

.pagination .left a {
  margin-left: 40px;
  color: #000;
  font-weight: bold;
}

.pagination .center {
  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;
}

.pagination .center a,
.pagination .center span {
  font-size: 28px;
  color: #000;
  padding: 0 12px;
}

.pagination .center a.active {
  font-family: CirceExtraBold;
}

.pagination .right {
  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;
}

.pagination .right a {
  text-transform: uppercase;
  font: 22px CirceBold;
  color: #000;
}

.pagination .right a:last-child {
  margin-left: 58px;
}

.pagination .right a.non-active {
  color: #d7d7d7;
}

.sort {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
}

.sort span {
  text-transform: uppercase;
  font-size: 22px;
  margin-right: 17px;
}

.sort .select-wrap {
  position: relative;
  width: 165px;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.sort .select-field {
  text-transform: uppercase;
  color: #000;
  height: 60px;
  padding-left: 15px;
  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;
  font: 22px CirceBold;
  border: none;
  background: transparent;
}

.sort .select-field::after {
  content: '';
  right: 11px;
  width: 18px;
  height: 11px;
  background: url('../img/sort-after.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 10;
}

.sort .select {
  top: 9px;
  position: absolute;
  width: 100%;
  padding: 0;
  background-color: #e1e1e1;
}

.sort .select-child {
  font: 22px CirceBold;
  color: #000;
  text-transform: uppercase;
  text-align: right;
  padding-right: 45px;
}

.sort .select-child.active {
  color: #000;
  background-color: #e1e1e1;
}

.show-more {
  display: none;
}

.subscribe-section {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 140px;
}

.subscribe-section h2 {
  color: #646363;
  font-size: 43px;
  line-height: 67px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.subscribe-section p {
  color: #646363;
  font-size: 28px;
  line-height: 52px;
  margin-top: 55px;
}

.subscribe-section p a {
  color: #000;
}

form.subscribe-form {
  width: 575px;
  margin: 0 auto;
}

form.subscribe-form input {
  width: 100%;
  height: 73px;
  border: 3px solid #7a7a7a;
  padding: 0 30px;
  text-transform: uppercase;
  font: 18px CirceRegular;
  color: #000;
  margin-bottom: 65px;
}

form.subscribe-form input::-webkit-input-placeholder {
  font: 18px CirceRegular;
  color: #000;
  line-height: 73px;
/*  line-height: 82px; */
}

form.subscribe-form input::-moz-placeholder {
  font: 18px CirceRegular;
  color: #000;
  line-height: 73px; 
/*  line-height: 82px;  */
}

form.subscribe-form input:-ms-input-placeholder {
  font: 18px CirceRegular;
  color: #000;
  line-height: 73px;
/*  line-height: 82px;   */
}

form.subscribe-form input::placeholder {
  font: 18px CirceRegular;
  color: #000;
  line-height: 73px;  
/*  line-height: 82px; */
}

form.subscribe-form button {
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  font: 24px CirceBold;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 11px 45px;
  padding-top: 15.5px;
}

form.subscribe-form button:hover {
  background-color: #444;
}

/* Страница продукта */

.procuct-title-section .buttons {
  background-color: #000;
  padding: 35px 0;
}

.procuct-title-section .buttons-wrap {
  display: block;
}

.procuct-title-section .buttons-wrap .scroll {
  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;
}

.procuct-title-section .buttons-wrap .scroll a {
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  margin-right: 125px;
}

.procuct-title-section .buttons-wrap .scroll a:last-child {
  margin-right: 0;
}

.procuct-title-section .buttons-wrap .buy a {
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 27px;
  padding: 7px 50px;
  padding-top: 9px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.procuct-title-section .buttons-wrap .buy a:hover {
  background-color: #fff;
  color: #000;
}

.procuct-title-section .text {
  height: 650px;
  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;
  background: url('../img/product-title-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.procuct-title-section .text h2 {
  text-transform: uppercase;
  font-size: 50px;
  color: #d5d5d5;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.5;
}

.procuct-subtitle-section {
  text-align: center;
  padding-top: 190px;
  padding-bottom: 140px;
}

.procuct-subtitle-section h2 {
  text-transform: uppercase;
  color: #646363;
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.procuct-subtitle-section p {
  width: 60%;
  margin: 0 auto;
  color: #646363;
  font-size: 36px;
  line-height: 52px;
}

.product-description-section {
  text-align: left;
  padding-top: 100px;
  padding-bottom: 100px;
}

.product-description-section h2 {
  text-transform: uppercase;
  color: #646363;
  font-size: 52px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

.product-description-section p {
  width: 70%;
  margin: 0 auto;
  color: #646363;
  font-size: 42px;
  line-height: 63px;
}

.product-description-section li {
  width: 70%;
  margin: 0 auto;
  color: #646363;
  font-size: 42px;
  line-height: 63px;
}

section.more-description .image {
  margin-bottom: 145px;
}

section.more-description .image img {
  width: 100%;
}

section.more-description h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 29px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

section.more-description p.text {
  padding-bottom: 120px;
  text-align: center;
  width: 48%;
  margin: 0 auto;
  color: #646363;
  font-size: 28px;
  line-height: 45px;
}

.characteristic-section h2 {
  border-top: 2px solid #9f9f9f;
  text-transform: uppercase;
  font-size: 28px;
  padding-top: 30px;
  margin-bottom: 100px;
}

.char-wrap {
  width: 83%;
  margin: 0 auto;
}

.char-item {
  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;
  margin-bottom: 38px;
  font-size: 26px;
  line-height: 38px;
  text-transform: uppercase;
}

.char-item .left {
  width: 50%;
  padding-right: 30px;
  text-align: right;
  font-weight: bold;
}

.char-item .right {
  width: 50%;
  padding-left: 30px;
  text-align: left;
}
/*
.procuct-section {
  padding-top: 85px;
}
*/
.procuct-section-top p.sup {
  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;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 70px;
  padding-left: 60px;
}

.procuct-section-top p.sup a {
  color: #000;
}


.procuct-section-top {
  padding-top: 85px;
}


.procuct-section p.sup {
  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;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 70px;
  padding-left: 60px;
}

.procuct-section p.sup a {
  color: #000;
}

.procuct-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.procuct-mob-title {
  display: none;
}

.product-item-detail-slider-container {
  width: 60%;
}

.procuct-slider {
  width: 60%;
  padding-right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.procuct-slider-mini {
  width: 132px;
  padding-right: 3px;
  padding-top: 70px;
  padding-bottom: 50px;
}

.procuct-slider-mini .slick-list {
  padding: 3px 0;
}

.procuct-slider-mini .img {
  width: 100%;
  margin-bottom: 35px;
  border: 2px solid transparent;
  text-align: center;
}

.procuct-slider-mini .img.slick-current {
  border-color: #a1bf35;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.procuct-slider-mini .img img {
 /* width: 100%;*/
  height: 75px;
  max-width: 77px;
  overflow: hidden;
  margin: auto;
}

.procuct-slider-mini .slick-prev {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  width: 47px;
  height: 26px;
  background: url('../img/slider-mini-prev.png') no-repeat;
  z-index: 2;
}

.procuct-slider-mini .slick-next {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: auto;
  bottom: 0;
  width: 47px;
  height: 26px;
  background: url('../img/slider-mini-next.png') no-repeat;
}

.procuct-slider-big {
  width: -webkit-calc(100% - 132px);
  width: calc(100% - 132px);
  padding: 0 6%;
  padding-top: 70px;
}

.procuct-slider-big .img img {
  width: 100%;
}

.procuct-text {
  width: 40%;
  padding-bottom: 160px;
}

.procuct-text .have {
  text-transform: uppercase;
  color: #a1bf35;
  margin-bottom: 25px;
  font-size: 25px;
}

.procuct-text h1 {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 70px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.procuct-text p.articul {
  color: #646363;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 25px;
}

.product-item-detail-properties-artnumber {
  color: #646363;
  text-transform: uppercase;
  font-size: 20px;
/*  margin-bottom: 25px;*/
}

.product-item-detail-properties-artnumber dd,
.product-item-detail-properties-artnumber dt {
  color: #646363;
  text-transform: uppercase;
  font-size: 20px;
  float: left;
  margin-right: 20px;
}
.product-item-detail-info-container {
  margin-bottom: 10px;
}

.procuct-text .colors h4,
.product-item-detail-info-container-title {
  color: #646363;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 13px;
}


.procuct-text .colors-wrap,
.product-item-scu-item-list {
  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;
}
.product-item-scu-item-list {
  overflow: visible;
}
.procuct-text .colors .color,
.product-item-scu-item-color-container {
  width: 64px;
/*  max-width: 64px;*/
  height: 64px;
  position: relative;
  margin-right: 25px;
/*  
  -webkit-border-radius: 50%;
  border-radius: 50%;
*/  
/*  
  border: 6px solid #ffffff;
  padding: 0;
*/
}

.product-item-scu-item-color-container, 
.product-item-scu-item-text-container {
  padding: 0px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block::after, 
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block::after {
/*  -webkit-border-radius: 50%;
  border-radius: 50%;
*/
  top: -6px;
  right: -6px;
  bottom: -4px;
  left: -6px;

}

.product-item-scu-item-color-block {
  outline: none;
}

.procuct-text .colors .color:last-child,
.product-item-scu-item-color-container:last-child {
  margin-right: 0;
}

.procuct-text .colors .color.black {
  background-color: #000;
}

/*
.product-item-scu-item-color-container {
  width: 42px;
  height: 42px;
  max-width: 60px;
}
*/
/*
.procuct-text .colors .color.green,
.product-item-scu-item-color-container.selected {
  background-color: #f4f4f4;
  border: 6px solid #a1bf35;
}
*/

.product-item-scu-item-color-container {
  border-style: solid;
  border-width: 3px;
  border-color: #ffffff;
/*  border-radius: 50%;*/
}


.product-item-scu-item-color-container.selected {
  border-color: #63aa28;
}

.procuct-text .colors .color:hover span,
.product-item-scu-item-color-container:hover span {
  display: block;
}

.procuct-text .colors .color span,
.product-item-scu-item-color-container span {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 6px;
  background-color: #646363;
  color: #fff;
  font-size: 10px;
  padding: 4px 15px;
  display: none;
}

.product-item-scu-item-color {
  width: 35px;
  height: 35px;
/*  border-radius: 50%;*/
  margin-top: -1px;
  margin-left: -1px;
  background-size: cover;
}
.product-item-scu-item-list {
  overflow: visible;
}

.procuct-text .counter {
  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;
  margin-bottom: 55px;
}

.procuct-text .counter .minus,
.procuct-text .counter .plus {
  color: #373737;
  font-size: 60px;
  cursor: pointer;
}

.procuct-text .counter .center {
  margin: 0 35px;
  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;
}

.procuct-text .counter .center .count {
  width: 65px;
  height: 65px;
  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;
}

.procuct-text .counter .center .count input,
input.product-item-amount-field  {
  width: 40px;
  height: 40px;
/*  
  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;
*/  
  font-size: 24px;
  color: #000;
  margin-right: 15px;
  background-color: #ececec;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: none;
  text-align: center;
}

.procuct-text .counter .center span {
  font-size: 30px;
}

.procuct-text .price {
  color: #646363;
  font-size: 90px;
  margin-bottom: 50px;
}

.procuct-text .buttons {
  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: 65px;
}

.procuct-text .buttons a {
  width: 46%;
  border: 3px solid #242424;
  text-transform: uppercase;
  color: #000;
  font: 22px CirceBold;
  text-align: center;
  padding: 11px 5px;
  padding-top: 17px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.procuct-text .buttons a:hover {
  background-color: #242424;
  color: #fff;
}

.procuct-text .buttons a:first-child {
  background-color: #242424;
  color: #fff;
}

.procuct-text .buttons a:first-child:hover {
  border-color: #555;
  background-color: #555;
}

.procuct-text .get h4 {
  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;
  margin-bottom: 20px;
}

.procuct-text .get h4 span {
  text-transform: uppercase;
  font-size: 24px;
  margin-right: 10px;
}

.procuct-text .get h4 .select-wrap {
  position: relative;
  width: auto;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.procuct-text .get h4 .select-field {
  width: auto;
  text-transform: uppercase;
  color: #000;
  height: 60px;
  padding-right: 40px;
  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;
  font: 24px CirceBold;
  border: none;
  background: transparent;
}

.procuct-text .get h4 .select-field::after {
  content: '';
  right: 11px;
  width: 18px;
  height: 11px;
  background: url('../img/sort-after.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 10;
}

.procuct-text .get h4 .select {
  top: 5px;
  left: -5px;
  position: absolute;
  width: auto;
  padding: 0;
  background-color: #e1e1e1;
  white-space: nowrap;
}

.procuct-text .get h4 .select-child {
  font: 24px CirceBold;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  padding: 8px 25px;
  padding-right: 40px;
}

.procuct-text .get h4 .select-child.active {
  color: #000;
  background-color: #e1e1e1;
}

.procuct-text .get p {
  color: #646363;
  font: 28px DINProRegular;
  line-height: 45px;
}

.procuct-text .get p span {
  font-weight: bold;
  color: #000;
}

.procuct-text .get p span span.ruble {
  font-family: CirceRegular;
}

/* Акции */

.actions-title {
  padding-top: 85px;
  padding-bottom: 70px;
}

.actions-title p.sup {
  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;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.actions-title p.sup a {
  color: #000;
}

.actions-title h1 {
  font-size: 62px;
  text-transform: uppercase;
  color: #2f2f2f;
}

/* Контакты */

.contacts-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

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

.contacts-left {
  width: 57%;
}

.contacts-left h2 {
  font: 62px DINProRegular;
  margin-bottom: 50px;
}

.contacts-left .phone {
  margin-bottom: 85px;
}

.contacts-left .phone a {
  display: block;
  color: #646363;
  font: 47px DINProRegular;
}

.contacts-left .phone p {
  color: #646363;
  font: 27px DINProRegular;
}

.contacts-left .info h3 {
  font: 27px DINProRegular;
  font-weight: bold;
  margin-bottom: 45px;
}

.contacts-left .info p {
  color: #646363;
  font: 27px DINProRegular;
  line-height: 40px;
}

.contacts-right {
  width: 43%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contacts-right-inner {
  width: 400px;
}

.contacts-right-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.contacts-right-item:last-child {
  margin-bottom: 0;
}

.contacts-right-item span {
  margin-left: 25px;
  font: 28px DINProRegular;
  line-height: 45px;
  color: #000;
}

.contacts-form-section {
  padding-bottom: 400px;
}

.contacts-form-section h2 {
  text-transform: uppercase;
  text-align: center;
  color: #646363;
  font-size: 50px;
  line-height: 75px;
  margin-bottom: 75px;
  letter-spacing: 2px;
}

.contacts-form {
  width: 66%;
  margin: 0 auto;
}

.contacts-form input {
  width: 48%;
  margin: 0 auto;
  border: 3px solid #7a7a7a;
  margin-bottom: 36px;
  height: 80px;
  display: block;
  padding: 0 30px;
  font: 18px CirceRegular;
  color: #000;
  text-transform: uppercase;
}

.contacts-form input::-webkit-input-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.contacts-form input::-moz-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.contacts-form input:-ms-input-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.contacts-form input::placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.contacts-form textarea {
  width: 100%;
  height: 360px;
  margin-bottom: 75px;
  resize: none;
  border: 3px solid #7a7a7a;
  padding: 15px;
  font: 18px CirceRegular;
  color: #000;
  text-transform: uppercase;
}

.contacts-form textarea::-webkit-input-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.contacts-form textarea::-moz-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.contacts-form textarea:-ms-input-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.contacts-form textarea::placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.contacts-form button {
  background-color: #242424;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font: 27px CirceBold;
  margin: 0 auto;
  display: block;
  padding: 0 80px;
  padding-top: 15px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts-form button:hover {
  background-color: #555;
}

/* Текстовые страницы */

.text-section {
  
  padding-bottom: 240px;
}

.text-section p {
  display: block;
  margin-bottom: 20px;
}

.text-section p a {
  padding-left: 20px;
  color: #000000;
}

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

.text-left {
  width: 68%;
}

.text-left h2 {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.text-left h3 {
  font: 31px DINProRegular;
  line-height: 1.5;
  color: #000;
  margin-bottom: 35px;
  margin-top: 60px;
}

.text-left h3:first-child {
  margin-top: 0;
}

.text-left h4 {
  font: 25px DINProRegular;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.text-left ul,
.text-left ol {
  font: 25px DINProRegular;
  line-height: 38px;
  margin-bottom: 40px;
  color: #646363;
}

.text-left ul a,
.text-left ol a {
  color: #6e8434;
}

.text-left ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.shipping {
  margin-bottom: 120px;
}

.shipping-item .title {
  text-transform: uppercase;
  font: 27px CirceBold;
  padding: 30px 0;
  padding-bottom: 27px;
  border-bottom: 2px solid #9f9f9f;
  position: relative;
  cursor: pointer;
}

.shipping-item .title span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font: 34px CirceRegular;
  color: #000;
}

.shipping-item .text {
  font: 25px DINProRegular;
  color: #646363;
  padding-top: 80px;
  padding-bottom: 30px;
  display: none;
}

.text-right {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.payment ul li {
  color: #646363;
  font: 25px DINProRegular;
  line-height: 38px;
  margin-bottom: 30px;
}

.payment ul li:last-child {
  margin-bottom: 0;
}

.payment ul li span {
  font-weight: bold;
  color: #000;
}

/* Продукция */

.production-section {
  padding-bottom: 140px;
}

.production-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.production-item {
  width: -webkit-calc(50% - 60px);
  width: calc(50% - 60px);
  margin: 0 30px;
  margin-bottom: 100px;
}

.production-item .image {
  margin-bottom: 45px;
}

.production-item .image img {
  width: 100%;
}

.production-item h3 {
  text-align: center;
  text-transform: uppercase;
  font: 28px CirceBold;
  color: #000;
}

/* Оформление заказа */

.checkout-section {
  padding-bottom: 140px;
}

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

.checkout-left {
  width: 68%;
}

.checkout-left-item .title {
  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;
  position: relative;
  border: 3px solid #000;
  padding-left: 24px;
  font: 29px CirceBold;
  padding-top: 23px;
  padding-bottom: 21px;
}

.checkout-left-item .title .number {
  width: 55px;
  height: 55px;
  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;
  background-color: #fff;
  margin-right: 24px;
}

.checkout-left-item .title h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.checkout-left-item .title span {
  font: 15px DINProRegular;
  color: #fff;
  position: absolute;
  top: 28px;
  right: 60px;
  opacity: 0;
}

.checkout-left-item .title span .star {
  font-size: 25px;
  position: static;
}

.checkout-left-item.active .title {
  background-color: #6e8434;
  border-color: #6e8434;
}

.checkout-left-item.active h3 {
  color: #fff;
}

.checkout-left-item.active span {
  opacity: 1;
}

.checkout-left-item .text {
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #ebebeb;
}

.checkout-left-item .text h4 {
  font: 19px CirceExtraBold;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 35px;
}

.checkout-left-item .text h4:first-child {
  margin-top: 0;
}

.checkout-left-item .text h4 span {
  font-family: CirceRegular;
}

.checkout-left-item .select-wrap {
  position: relative;
  width: 100%;
}

.checkout-left-item .select-field {
  border: none;
  background-color: #fff;
  width: 100%;
  height: 70px;
  border: 3px solid #7a7a7a;
  padding: 0 28px;
  text-transform: uppercase;
  font: 17px CirceRegular;
  color: #000;
  position: relative;
  z-index: 3;
}

.checkout-left-item .select-field::after {
  content: '';
  right: 23px;
  width: 19px;
  height: 12px;
  background: url('../img/sort-after.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.checkout-left-item .select {
  position: absolute;
  width: 100%;
  padding: 0;
  background-color: #e1e1e1;
  z-index: 4;
}

.checkout-left-item .select-child {
  font: 17px CirceBold;
  color: #000;
  text-transform: uppercase;
  padding: 15px 28px;
}

.checkout-left-item .select-child.active {
  color: #000;
  background-color: #e1e1e1;
}

.checkout-left-item .input {
  margin-bottom: 33px;
}

.checkout-left-item .input.required {
  position: relative;
}

.checkout-left-item .input.required::before {
  content: '*';
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font: 25px DINProRegular;
  line-height: 1;
  color: #000;
}

.checkout-left-item .inputs.required {
  position: relative;
}

.checkout-left-item .inputs.required::before {
  content: '*';
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font: 25px DINProRegular;
  line-height: 1;
  color: #000;
}

.checkout-left-item input {
  width: 100%;
  height: 70px;
  border: 3px solid #7a7a7a;
  padding: 0 28px;
  text-transform: uppercase;
  font: 17px CirceRegular;
  color: #000;
}

.bx-soa-coupon input,
.bx-soa-coupon-input input[type="text"].form-control {
  width: 100%;
  height: 70px;
  border: 3px solid #7a7a7a;
  padding: 0 28px;
  text-transform: uppercase;
  font: 17px CirceRegular;
  color: #000;
  background-color: #ffffff;
}

.bx-soa-coupon .bx-soa-coupon-label  {
  font: 19px CirceExtraBold;
  text-transform: uppercase;
/*  margin-top: 60px; */
  margin-bottom: 35px;
}

.checkout-left-item input[type='checkbox'] {
  height: 14px;
}

.checkout-left-item input[type='radio'] {
  height: 14px;
  width: auto;
}

.checkout-left-item input::-webkit-input-placeholder {
  font: 17px CirceRegular;
  color: #000;
}

.checkout-left-item input::-moz-placeholder {
  font: 17px CirceRegular;
  color: #000;
}

.checkout-left-item input:-ms-input-placeholder {
  font: 17px CirceRegular;
  color: #000;
}

.checkout-left-item input::placeholder {
  font: 17px CirceRegular;
  color: #000;
}

.checkout-left-item input.error {
  border-color: #f00;
}

.checkout-left-item input.error::-webkit-input-placeholder {
  color: #f00;
}

.checkout-left-item input.error::-moz-placeholder {
  color: #f00;
}

.checkout-left-item input.error:-ms-input-placeholder {
  color: #f00;
}

.checkout-left-item input.error::placeholder {
  color: #f00;
}

.checkout-left-item button {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font: 29px CirceBold;
  border: none;
  background-color: #242424;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  line-height: 1;
  padding: 28px 160px;
  padding-top: 31px;
  margin-top: 80px;
}

.checkout-left-item button:hover {
  background-color: #555;
}

.checkout-left-item .btn {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-family: CirceBold;
  border: none;
  background-color: #242424;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  line-height: 1;
  font-size: 18px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 20px;
  padding-top: 23px;
/*  margin-top: 80px;*/
}

.checkout-left-item .btn:hover {
  background-color: #555;
}

.first-checkout-left .text {
  padding-left: 60px;
  padding-right: 60px;
}

.first-checkout-left .text .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;
}

.first-checkout-left .text .inputs .input {
  width: 47%;
}

.way-item {
  margin: 23px;
}

.way-item input {
  display: none;
}

.way-item label {
  position: relative;
  padding-left: 50px;
  color: #646363;
  font: 25px DINProRegular;
}

.way-item label::before {
  content: '';
  width: 31px;
  height: 31px;
  background-color: #fff;
  border: 2px solid #7a7a7a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.way-item label span {
  font-weight: bold;
  color: #000;
}

.way-item input:checked + label::before {
  background-color: #7a7a7a;
}


/*
.first-checkout-left .text .way-item {
  margin: 23px;
}

.first-checkout-left .text .way-item input {
  display: none;
}

.first-checkout-left .text .way-item label {
  position: relative;
  padding-left: 50px;
  color: #646363;
  font: 25px DINProRegular;
}

.first-checkout-left .text .way-item label::before {
  content: '';
  width: 31px;
  height: 31px;
  background-color: #fff;
  border: 2px solid #7a7a7a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.first-checkout-left .text .way-item label span {
  font-weight: bold;
  color: #000;
}

.first-checkout-left .text .way-item input:checked + label::before {
  background-color: #7a7a7a;
}
*/
.second-checkout-left .text {
  padding: 0;
}

.pay-way-item {
  border-bottom: 7px solid #fff;
  padding: 60px 120px;
}

.pay-way-item:last-child {
  border-bottom: none;
}

.radio-wrap.paypal {
  margin-bottom: 150px;
}

.radio-wrap input {
  display: none;
}

.radio-wrap label {
  position: relative;
  color: #000;
  font: 32px CirceBold;
  text-transform: uppercase;
  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;
}

.radio-wrap label img {
  margin-left: 35px;
}

.radio-wrap label::before {
  content: '';
  width: 31px;
  height: 31px;
  background-color: #fff;
  border: 2px solid #7a7a7a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -55px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.radio-wrap input:checked + label::before {
  background-color: #7a7a7a;
}

.card-data {
  width: 78%;
  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;
}

.card-data .input:first-child {
  width: 64%;
}

.card-data .input:last-child {
  width: 25%;
}

p.card-data-sub {
  color: #646363;
  font: 25px DINProRegular;
  line-height: 1.4;
  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;
}

p.card-data-sub img {
  margin-left: 35px;
}

.card-limit {
  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: 56%;
}

.card-limit .input {
  width: 48%;
}

.third-checkout-left {
  text-align: center;
}

.third-checkout-left .text {
  padding: 90px 25px;
  padding-bottom: 130px;
}

.third-checkout-left p {
  color: #646363;
  font: 25px DINProRegular;
  line-height: 55px;
}

.third-checkout-left img {
  margin: 35px 0;
}

.third-checkout-left .save {
  margin: 40px 0;
}

.third-checkout-left .save input {
  display: none;
}

.third-checkout-left .save label {
  padding-left: 53px;
  position: relative;
  color: #646363;
  font: 25px DINProRegular;
}

.third-checkout-left .save label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 31px;
  height: 31px;
  background-color: #fff;
  border: 2px solid #7a7a7a;
}

.third-checkout-left .save input:checked + label::before {
  background-color: #7a7a7a;
}

.third-checkout-left button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.checkout-right {
  width: 32%;
  padding-left: 5%;
}

.checkout-right h2 {
  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;
  color: #000;
  margin-bottom: 40px;
}

.checkout-right h2 span {
  font: 38px DINProRegular;
}

.checkout-right h2 a {
  text-transform: uppercase;
  color: #000;
  font: 18px CirceBold;
  border: 3px solid #000;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  line-height: 1;
  padding: 9px 10px;
  padding-bottom: 7px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.checkout-right h2 a:hover {
  background-color: #000;
  color: #fff;
}

.checkout-right-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}

.checkout-right-item:first-child {
  margin-bottom: 0;
}

.checkout-right-item .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 72%;
  font: 24px DINProRegular;
  line-height: 1.3;
}

.checkout-right-item .title .name {
  width: 80%;
}

.checkout-right-item .title .col {
  width: 20%;
  text-align: right;
}

.checkout-right-item .price {
  text-align: right;
  width: 28%;
  color: #000;
  font-size: 24px;
}

.sub-total {
  margin: 30px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 25px 0;
}

.sub-total-item {
  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;
  font: 24px DINProRegular;
  margin-top: 20px;
}

.sub-total-item:first-child {
  margin-top: 0;
}

.sub-total-item:first-child span:last-child {
  font-family: CirceRegular;
}

.total {
  text-align: right;
}

.total .sum {
  font: 38px DINProRegular;
  margin-bottom: 7px;
}

.total .sum span {
  font-family: CirceRegular;
}

.total p {
  color: #646363;
  font: 19px DINProRegular;
  line-height: 34px;
}

/* Корзина */

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

.cart-left {
  width: 68%;
  padding-bottom: 170px;
}

.cart-item {
  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;
  position: relative;
  background-color: #ebebeb;
  margin-bottom: 3px;
  padding: 65px;
}

.cart-item .image {
  width: 23%;
}

.cart-item .image img {
  width: 100%;
}

.cart-item .text {
  width: 77%;
  padding-left: 75px;
}

.cart-item .text h3 {
  font: 30px CirceBold;
  margin-bottom: 20px;
  max-width: 75%;
}

.cart-item .text h3 a {
  color: #000000;
}

.cart-item .text p.articul {
  text-transform: uppercase;
  color: #646363;
  font-size: 20px;
  margin-bottom: 30px;
}

.cart-item .text .color {
  text-transform: uppercase;
  color: #646363;
  font-size: 20px;
  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;
  margin-bottom: 60px;
}

.cart-item .text .color span {
  width: 31px;
  height: 31px;
  background-color: #666;
  margin-left: 20px;
}

.cart-item .text .counter {
  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;
}

.cart-item .text .counter-wrap {
  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;
}

.cart-item .text .counter-wrap .minus,
.cart-item .text .counter-wrap .plus {
  color: #373737;
  font-size: 52px;
  cursor: pointer;
}

.cart-item .text .counter-wrap .center {
  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;
  margin: 0 30px;
}

.cart-item .text .counter-wrap .center input {
  width: 60px;
  height: 60px;
  text-align: center;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 13px;
  font: 26px CirceRegular;
  color: #000;
}

.cart-item .text .counter-wrap .center span {
  font-size: 26px;
}

.cart-item .text .counter .remove {
  text-transform: uppercase;
  font: 18px CirceBold;
  border: 3px solid #000;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #000;
  padding: 6px 18px;
  padding-bottom: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-left: 45px;
}

.cart-item .text .counter .remove:hover {
  background-color: #000;
  color: #fff;
}

.cart-item .price {
  position: absolute;
  top: 70px;
  right: 100px;
  color: #646363;
  font-size: 40px;
}

.faq {
  margin-top: 120px;
  padding-left: 66px;
}

.faq.mob {
  display: none;
}

.faq-item h3 {
  position: relative;
  text-transform: uppercase;
  font: 30px CirceBold;
  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: 2px solid #9f9f9f;
  padding-top: 35px;
  padding-bottom: 27px;
  cursor: pointer;
}

.faq-item p {
  padding: 35px 0;
  font-size: 27px;
  line-height: 43px;
  color: #646363;
  display: none;
}

.mob-go-checkout {
  display: none;
}

.cart-right {
  width: 32%;
  padding-left: 5%;
  padding-bottom: 100px;
}

.cart-right .sub-total {
  border-top: none;
}

.cart-right .cart-get {
  margin-top: 95px;
}

.cart-right .cart-get h4 {
  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;
  margin-bottom: 20px;
}

.cart-right .cart-get h4 span {
  text-transform: uppercase;
  font-size: 24px;
  margin-right: 10px;
}

.cart-right .cart-get h4 .select-wrap {
  position: relative;
  width: auto;
  z-index: 2;
}

.cart-right .cart-get h4 .select-field {
  width: auto;
  text-transform: uppercase;
  color: #000;
  height: 60px;
  padding-right: 40px;
  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;
  font: 24px CirceBold;
  border: none;
  background: transparent;
}

.cart-right .cart-get h4 .select-field::after {
  content: '';
  right: 11px;
  width: 18px;
  height: 11px;
  background: url('../img/sort-after.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.cart-right .cart-get h4 .select {
  position: absolute;
  width: auto;
  padding: 0;
  background-color: #e1e1e1;
  white-space: nowrap;
}

.cart-right .cart-get h4 .select-child {
  font: 24px CirceBold;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  padding: 8px 25px;
}

.cart-right .cart-get h4 .select-child.active {
  color: #000;
  background-color: #e1e1e1;
}

.cart-right .cart-get p {
  color: #646363;
  font: 25px DINProRegular;
  line-height: 40px;
  margin-bottom: 95px;
}

.cart-right .cart-get p span {
  font-weight: bold;
  color: #000;
}

.cart-right .buttons a {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  border: 3px solid #242424;
  color: #242424;
  text-transform: uppercase;
  font: 29px CirceBold;
  padding-top: 24px;
  padding-bottom: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cart-right .buttons a:hover {
  background-color: #242424;
  color: #fff;
}

.cart-right .buttons a.black {
  background-color: #242424;
  color: #fff;
}

.cart-right .buttons a.black:hover {
  background-color: #555;
  border-color: #555;
}

.cart-right .cards-images {
  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;
  margin-top: 110px;
  margin-bottom: 40px;
}

.cart-right .cards-images img {
  margin-right: 17px;
}

.cart-right .cards-images img:last-child {
  margin-right: 0;
}

.cart-right p.safe {
  color: #646363;
  font: 25px DINProRegular;
}

.cart-right p.safe span {
  color: #6e8434;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
}

.item-added-modal {
  width: 935px;
  max-width: 97%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #2c2c2c;
  padding: 70px;
  padding-top: 100px;
  text-align: center;
  z-index: 100;
  display: none;
}

.item-added-modal h3 {
  color: #fff;
  text-transform: uppercase;
  font: 30px CirceBold;
  margin-bottom: 35px;
}

.item-added-modal p {
  color: #f0ff00;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 75px;
}

.item-added-modal .buttons {
  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;
}

.item-added-modal .buttons a {
  width: 49%;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font: 20px CirceBold;
  padding-top: 19px;
  padding-bottom: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.item-added-modal .buttons a:hover {
  background-color: #fff;
  color: #000;
}

.bx-soa-custom-label {
  font-size: 18px;
  margin-bottom: 20px;
}

.bx-soa-more-btn a.btn,
.bx-green .btn.btn-default {
    display: block;
    margin: 0 auto;
        margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
    font: 29px CirceBold;
        font-size: 29px;
        line-height: normal;
    border: none;
    background-color: #242424;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    line-height: 1;
    padding: 28px 100px;
    padding-top: 31px;
}

.bx-soa-more-btn a.btn:hover,
.bx-green .btn.btn-default:hover {
  background-color: #555;
}


.radio-inline label {
  font-size: 16px;
}

#bx-soa-orderSave .btn {
    font-size: 18px CirceBold;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 24px;
    padding-top: 27px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background-color: #242424;
    border-radius: 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    line-height: 1;
}

#bx-soa-orderSave .btn:hover {
    background-color: #555;
}

#bx-soa-basket .bx-soa-section-title-container {
  background: none;
}

#bx-soa-basket .bx-soa-section-title {
  display: none;
}

#bx-soa-basket.bx-soa-section.bx-step-completed {
  border: none;
}

#bx-soa-basket .bx-price.all {
  font-size: 15px;
  color: #000000;
}

#bx-soa-basket .bx-soa-item-title,
#bx-soa-basket .bx-soa-item-title a {
  font-size: 15px;
  color: #333;
  font-weight: normal;
  font-family: CirceRegular;
}

.bx-soa-item-td-text {
  font-size: 15px;
  color: #000000;
  font-family: CirceRegular;
}

.text-section {
  font-size: 16px;
  line-height: 1.1em;
}

#bx-soa-order .bx-soa-section {
   font-size: 17px;
   background-color: rgb(235, 235, 235);
   border: none;
}


#bx-soa-order .bx-soa-section-title {
  font-size: 17px;
  color: #000000;
  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;
  position: relative;
  padding-left: 24px;
  font: 29px CirceBold;
  padding-top: 23px;
  padding-bottom: 21px;  
  text-transform: uppercase;
  letter-spacing: 2px;  
}

#bx-soa-order .bx-soa-section-title-container {
  background-color: #ffffff;
  border: 3px solid #000;  
}

#bx-soa-order .bx-selected .bx-soa-section-title-container {
  background-color: #6e8434;
  border: 3px solid #6e8434;  
}

#bx-soa-order .bx-selected .bx-soa-section-title {
  color: #ffffff;
}

#bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: solid 1px #000000;
  border-radius: 0;
  color: #000000;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  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;
  margin-right: 24px;
  font-size: 21px;
}

#bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count:after {
  font-size: 21px;
  line-height: 36px;
  font-weight: normal;
  color: #000000;
}

#bx-soa-order .bx-selected .bx-soa-section-title-container .bx-soa-section-title-count {
  border: none;
}


.bx-soa-pp-company-smalltitle {
  font-size: 15px;
}

.bx-soa-pp-list-termin {
  font-size: 15px;
}

.bx-soa-custom-label {
   font-size: 16px;
   text-transform: uppercase;
}

.bx-soa-reference {
  font-size: 15px;
}

.main-user-consent-request-announce {
  font-size: 14px;
}

.bx-soa-cart-total-ghost,
.bx-soa-cart-total {
   border: none;
}

.bx-soa-cart-t {
  font-size: 17px;
    font-family: DINProRegular;
}

.bx-soa-cart-d {
  font-size: 17px;
    font-family: CirceRegular; /*DINProRegular;*/
}

.bx-soa-cart-total-line-total .bx-soa-cart-t {
  font-size: 26px;
}

.bx-scu-container::after {
  background: none;
}
       
.error-block {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;  
  width: 540px;   
}

.success-block {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;  
  width: 540px;  
  color: #009966;
  text-align: center;
}

a.no-price {
  margin-left: 0px;
  /* margin-top: -10px; */
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  
}

.product-item-scu-block {
   margin-bottom: 10px;
}

.procuct-section p.sup, 
.procuct-section-top p.sup {
    font-size: 17px;
}

/*---------------------------------*/

.bx-authform-social {
  display: none;
}
/*
form[name="form_auth"] {
  padding-bottom: 400px;
}
*/
.bx-authform h3 {
  text-transform: uppercase;
  text-align: center;
  color: #646363;
  font-size: 50px;
  line-height: 75px;
  margin-bottom: 75px;
  letter-spacing: 2px;
  display: none;
}

.bx-authform {
  width: 66%;
  margin: 0 auto;
}

.bx-authform hr {
  display: none;
}

.bx-authform .bx-authform-label-container {
  display: none;
}

form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
  width: 100%;
  margin: 0 auto;
  border: 3px solid #7a7a7a;
  background-color: #ffffff;
  border-radius: 0;
  margin-bottom: 36px;
  height: 80px;
  display: block;
  padding: 0 30px;
  font: 18px CirceRegular;
  color: #000;
  text-transform: uppercase;
}

form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder {
  font: 18px CirceRegular;
  color: #000;
}

form[name="form_auth"] input[type="submit"],
form[name="bform"] input[type="submit"] {
  background-color: #242424;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  font: 27px CirceBold;
  margin: 0 auto;
  display: block;
  padding: 0 80px;
  padding-top: 15px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

form[name="form_auth"] input[type="submit"]:hover,
form[name="bform"] input[type="submit"]:hover {
  background-color: #555;
}

.bx-authform-link-container {
  text-align: center;
}

.bx-authform-link-container a {
  color: #000000;
  margin: 0 auto;
}

.bx-authform-description-container {
  display: none;
}
 
.search-page form {
  margin: 0 auto;
}  
   
.search-page input[type="text"] {
  width: 60%;
  float: left;
/*  margin: 0 auto;*/
  border: 3px solid #7a7a7a;
  background-color: #ffffff;
  border-radius: 0;
  margin-bottom: 36px;
  height: 80px;
  display: block;
  padding: 0 30px;
  font: 18px CirceRegular;
  color: #000;
  text-transform: uppercase;
}

.search-page input[type="text"]::-webkit-input-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.search-page input[type="text"]::-moz-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.search-page input[type="text"]::-ms-input-placeholder {
  font: 18px CirceRegular;
  color: #000;
}

.search-page input[type="text"]::placeholder {
  font: 18px CirceRegular;
  color: #000;
}   
   
.search-page input[type="submit"] {
  float: left;
  background-color: #242424;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  font: 27px CirceBold;
/*  margin: 0 auto;*/
  display: block;
  padding: 0 80px;
  padding-top: 15px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-left: 10px;
}

.search-page input[type="submit"]:hover {
  background-color: #555;
}

.mfi_logo {
  position: absolute;
  top: 250px;
  width: 57px;
  height: 56px;
  background: url(../img/mfi_logo.png);
}

.lightning_logo {
  position: absolute;
  top: 250px;
  left: 270px;
  width: 61px;
  height: 57px;
  background: url(../img/lightning_logo.png);
}

/*----------------------------------------------------------------*/

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block::after, 
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block::after {
  display: none;
}

.product-item-scu-item-color-container.selected {
  border: none;
}

.product-item-scu-item-color-container {
  height: 31px;
  width: 31px;
  margin-right: 8px;
  border: none;
}

.product-item-scu-item-color-block {
  height: 31px;
  width: 31px;
}

.product-item-scu-item-color {
  height: 31px;
  width: 31px;
  border: 1px solid #d4d4d4;
}

.procuct-wrap .product-item-scu-item-color-container {
  position: relative;
  width: 76px;
  height: 76px;
  max-width: 76px;
  margin-right: 25px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 6px;
  border-color: #ececec;
  border-radius: 50%;
  -webkit-border-radius: 50%;
   
}    

.procuct-wrap .product-item-scu-item-color-container.selected {
  border-color: #a1bf35;   
}

.procuct-wrap .product-item-scu-item-color-block {
  width: 64px;
  height: 64px;
  overflow: visible;
  outline-width: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;  
  border-image-width: 0;
  border-width: 0;   
}

.procuct-wrap .product-item-scu-item-color {
  width: 64px;
  height: 64px;
 
  border-radius: 50%;
  -webkit-border-radius: 50%;   
/*  background-size: cover; */

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border-image-width: 0;
  border-width: 0; 
}

/*--------------------------------------------*/

.sale-order-history-link,
.sale-order-list-change-payment,
.sale-order-list-about-link,
.sale-order-list-repeat-link {
  color: #000000;
}

.sale-order-list-button {
  border: solid 2px #000000;
  background: #ffffff;
  color: #000000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; 
  text-transform: uppercase; 
}

.sale-order-list-button:hover {
  border: solid 2px #000000;
  background: #000000;
  color: #ffffff;
}

.bx-sbb-empty-cart-desc a {
  color: #888888;
  text-decoration: underline;
}

.wishlist_list .category a {
  padding-left: 0;
}


.clean_wishlist {
  border: solid 2px #000000;
  background: #ffffff;
  color: #000000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; 
  text-transform: uppercase; 
  padding: 8px 20px 6px 20px;
  cursor: pointer;
  cursor: hand;
}

.clean_wishlist:hover {
  border: solid 2px #000000;
  background: #000000;
  color: #ffffff;
}

.empty_wishlist {
  padding-left: 20px;
}

.order-section {
  text-align: right;
}

.bx-soa-editstep {
  border: solid 2px #000000;
  background: #ffffff;
  color: #000000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; 
  text-transform: uppercase; 
  padding: 8px 20px 6px 20px;
  cursor: pointer;
  cursor: hand;
  display: block;
  margin-top: 20px;
  max-width: 120px;
  text-align: center;
  float: right;
}

.bx-soa-editstep:hover {
  border: solid 2px #000000;
  background: #000000;
  color: #ffffff;
}

.bx-soa-editstep {
  display: none;
}

.bx-soa-section-content {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.bx-step-completed .bx-soa-section-content {
  display: none;
}

.bx-soa-more {
   border: none;
}

.bx-soa-more-btn {
 /*  margin-bottom: 40px;*/
}

.bx-soa-more-btn .btn {
   margin-left: auto;
   margin-right: auto;
/*   max-width: 260px;*/
   text-align: center;
}

.form-control {
  border: 2px solid #7a7a7a;
  background-color: #ffffff;
  width: 100%;
  height: 70px;
  padding: 0 28px;
  text-transform: uppercase;
  font: 17px CirceRegular;
  font-size: 17px;
  color: #000;
}

.bx-sls .dropdown-block {
  border: 2px solid #7a7a7a;
  background-color: #ffffff;
  width: 100%;
  height: 70px;
  padding: 0 28px;
  text-transform: uppercase;
  font: 17px CirceRegular;
  font-size: 17px;
  color: #000;
}

.bx-sls .form-control.dropdown-block, 
.bx-slst .form-control.dropdown-block {
  border: 2px solid #7a7a7a;
  background-color: #ffffff;
  width: 100%;
  height: 70px;
  padding: 0 28px;
  padding-top: 20px;
  text-transform: uppercase;
  font: 17px CirceRegular;
  font-size: 17px;
  color: #000;
}

#orderDescription {
  margin-top: 20px;
}

.bx-soa-customer-label {
  text-transform: uppercase;
}

.soa-property-container textarea,
.bx-soa-customer-field textarea {
  padding-top: 10px;
}

.bx-sls .dropdown-icon {
  top: 27px;
}

.bx-sls .bx-ui-sls-clear {
  top: 17px;
}

/*
.bx-soa-section .bx-soa-section-title-count::after {
  display: none;
}
*/

h2.bx-soa-section-title {
  cursor: pointer;
  cursor: hand;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count::before {
  display: none;
}

.bx-soa .form-group label {
    font-size: 17px;
}

.main-user-consent-request-announce {
    font-size: 17px;
}


.bx-soa-cart-total {
  padding: 2px;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-size: 38px;
  margin-top: 10px;  
  margin-bottom: 10px;
}

.bx-soa-cart-total-line-total {
  font: 38px DINProRegular;
  font-size: 38px;
  margin-top: 15px;
  margin-bottom: 7px;
  color: #000000;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total {
  padding-top: 15px;
}

.bx-soa-cart-total-line-highlighted + .bx-soa-cart-total-line {
  border-top: 2px solid #000;
}

.bx-soa-cart-total-line-total .bx-soa-cart-t {
  display: none;
}

.summa-descr-clear {
  clear: both;
}

.summa-descr {
  font-size: 14px;
  line-height: 28px;
  
  color: #646363;

  font: 19px DINProRegular;
  font-size: 19px;
  line-height: normal;
  line-height: 34px;  
  text-align: right;
}

/*-----------------------------------*/

.detail-action {
  background: #1c987c url('../img/bg_info.png') top left no-repeat;
  margin-bottom: 40px;
  color: #ffffff;
  padding: 44px 20px 20px 20px;
  font-size: 14px;
}

.detail-action-title {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  font-size: 14px;
}

.detail-action-caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*----------------------------------------------------------------*/

/* deleting last point name in the breadcrumb */
.procuct-section-top span[itemprop="name"] {
   display: none;
}

.bx-sls .bx-ui-sls-pane {
  top: 56px;
}

.sale-personal-section-index-block-name {
  margin-top: 10px;
}


/*=================================================================*/

@media screen and (max-width: 2350px) {
  .top-line-discount {
    padding-top: 25px;
    padding-bottom: 29px;
    font-size: 20px;
  }

  .submenu-wrap {
    width: 980px;
    padding-left: 75px;
    padding-top: 58px;
    padding-bottom: 29px;
  }

  ul.submenu li {
    font-size: 18px;
    margin-bottom: 31px;
  }

  .top-menu {
    height: 140px;
  }

  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 15px;
  }

  .top-line-wrap .phone a {
    font-size: 21px;
    margin-left: 15px;
  }

  .logotype {
    padding-bottom: 40px;
  }
  
  .first-menu > ul > li,
  .last-menu ul li {
    font-size: 18px;
  }

  .first-menu > ul > li > a,
  .last-menu ul li a {
    padding-bottom: 43px;
  }

  .first-menu .search {
    padding-bottom: 25px;
  }

  .last-menu .icons {
    padding-bottom: 34px;
  }

  .last-menu .icons .icon .digit {
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .last-menu .icons .icon:first-child img {
    width: 40px;
  }

  .last-menu .icons .icon:last-child {
    margin-left: 35px;
  }

  .last-menu .icons .icon:last-child img {
    width: 51px;
  }

  .last-menu .icons .icon:first-child .digit {
    left: -21px;
  }

  .header-item {
    height: 855px;
    padding-top: 275px;
  }

  .header-item-block {
    width: 710px;
    font-family: Circe;
  }

  .header-item-block h1 {
    font-size: 42px;
    margin-bottom: 42px;
  }

  .header-item-block p {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 75px;
  }

  .header-item-block .more a {
    font-size: 23px;
    padding: 18px 52px;
  }

  .second-block-text h2 {
    font-size: 42px;
    margin-bottom: 42px;
  }

  .second-block-text p {
    width: 60%;
    font-size: 32px;
    line-height: 51px;
  }

  .third-section {
    padding-top: 75px;
  }

  .third-section h2 {
    font-size: 42px;
    margin-bottom: 95px;
  }

  .third-item .img {
    margin-bottom: 70px;
  }

  .third-item .text {
    padding-left: 50px;
  }

  .third-item .text h3 {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 34px;
  }

  .third-item .text p {
    font-size: 25px;
    line-height: 42px;
  }

  .third-item .text .buy a {
    font-size: 24px;
    padding: 3px 30px;
    padding-top: 6px;
  }

  .third-item:nth-child(2n) {
    margin-top: 275px;
  }

  .popular-section {
    padding-top: 155px;
    padding-bottom: 125px;
  }

  .popular-section h2 {
    font-size: 42px;
    margin-bottom: 85px;
  }

  .item .text {
    padding-top: 45px;
    padding-left: 45px;
  }

  .item .text h4 {
    font-size: 25px;
    line-height: 35px;
  }
  
  .item .text h4 a {  
    font-size: 25px;
    line-height: 35px;
    height: 105px;
  }

  .item .text .colors {
    margin-bottom: 55px;
  }

  .item .text .colors span {
    width: 29px;
    height: 29px;
    margin-right: 7px;
  }

  .item .text .price {
    font-size: 23px;
  }

  .item .text .buy a,
  .detail-link a {
    font-size: 24px;
    padding: 3px 30px;
    padding-top: 6px;
  }

  .item .text .no-price,.item .text .not-available,.item .text .not-available a {
    font-size: 24px;
  }

  .item .text p.category {
    font-size: 22px;
  }

  .actions-title {
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .actions-title p.sup {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .actions-title h1 {
    font-size: 58px;
  }

  .title-section .title-wrap {
    height: 570px;
    padding-bottom: 110px;
    padding-left: 135px;
  }

  .title-section .title-wrap p.sup {
    font-size: 16px;
  }

  .title-section .title-wrap h1 {
    font-size: 60px;
    line-height: 85px;
    margin-top: 35px;
  }

  main.catalog-main {
    padding-left: 150px;
  }

  .sort span,
  .sort .select-field,
  .sort .select-child {
    font-size: 20px;
  }

  .sort .select-wrap {
    width: 155px;
  }

  .sort .select {
    top: 12px;
  }

  .pagination {
    margin-bottom: 57px;
  }

  .pagination .left {
    font-size: 20px;
  }

  .pagination .left a {
    margin-left: 35px;
  }

  .pagination .center a,
  .pagination .center span {
    font-size: 26px;
  }

  .pagination .right a {
    font-size: 20px;
  }

  .pagination .right a:last-child {
    margin-left: 55px;
  }

  aside.catalog-aside {
    padding-right: 45px;
  }

  .catalog-aside-item ul li label,
  aside.catalog-aside button[type="reset"] {
    font-size: 17px;
  }

  .catalog-aside-item h3 {
    font-size: 18px;
    margin-bottom: 45px;
  }

  .subscribe-section {
    padding-top: 180px;
    padding-bottom: 190px;
  }

  .contacts-left h2 {
    font-size: 58px;
    margin-bottom: 40px;
  }

  .subscribe-section p {
    font-size: 33px;
    line-height: 63px;
    margin-top: 70px;
  }

  form.subscribe-form {
    width: 670px;
  }

  form.subscribe-form input {
    height: 82px;
  }

  form.subscribe-form input::-webkit-input-placeholder {
    line-height: 79px;
  }

  form.subscribe-form input::-moz-placeholder {
    line-height: 79px;
  }

  form.subscribe-form input:-ms-input-placeholder {
    line-height: 79px;
  }

  form.subscribe-form input::placeholder {
    line-height: 79px;
  }

  form.subscribe-form button {
    font-size: 29px;
  }

  .contacts-section {
    padding-top: 90px;
    padding-bottom: 140px;
  }

  .contacts-left h2 {
    font-size: 58px;
    margin-bottom: 40px;
  }

  .contacts-left .phone {
    margin-bottom: 65px;
  }

  .contacts-left .phone a {
    font-size: 42px;
  }

  .contacts-left .phone p {
    font-size: 24px;
  }

  .contacts-left .info h3 {
    font-size: 24px;
    margin-bottom: 37px;
  }

  .contacts-left .info p {
    font-size: 24px;
    line-height: 37px;
  }

  .contacts-right-item {
    margin-bottom: 43px;
  }

  .contacts-right-item span {
    font-size: 26px;
  }

  .contacts-form-section h2 {
    font-size: 42px;
    line-height: 62px;
    margin-bottom: 65px;
  }

  .procuct-text .have {
    font-size: 22px;
  }

  form.contacts-form {
    width: 60%;
  }

  form.contacts-form input {
    height: 70px;
    font-size: 17px;
    margin-bottom: 27px;
  }

  form.contacts-form input::-webkit-input-placeholder {
    font-size: 17px;
  }

  form.contacts-form input::-moz-placeholder {
    font-size: 17px;
  }

  form.contacts-form input:-ms-input-placeholder {
    font-size: 17px;
  }

  form.contacts-form input::placeholder {
    font-size: 17px;
  }

  form.contacts-form textarea {
    height: 330px;
    font-size: 17px;
    margin-bottom: 50px;
  }

  form.contacts-form textarea::-webkit-input-placeholder {
    font-size: 17px;
  }

  form.contacts-form textarea::-moz-placeholder {
    font-size: 17px;
  }

  form.contacts-form textarea:-ms-input-placeholder {
    font-size: 17px;
  }

  form.contacts-form textarea::placeholder {
    font-size: 17px;
  }

  form.contacts-form button {
    padding: 0 65px;
    padding-top: 14px;
    padding-bottom: 9px;
    font-size: 24px;
  }

  .procuct-section p.sup {
    font-size: 17px;
    margin-bottom: 55px;
  }

  .product-item-detail-slider-container {
    width: 63%;
  }

  .procuct-slider {
    width: 63%;
  }

  .procuct-slider-mini {
    width: 125px;
  }

  .procuct-slider-mini .img {
    margin-bottom: 31px;
  }

  .procuct-text {
    width: 37%;
  }

  .procuct-text .have {
    font-size: 22px;
  }

  .procuct-text h1 {
    font-size: 39px;
    line-height: 63px;
  }

  .procuct-text p.articul,
  .procuct-text .colors h4,
  .product-item-detail-info-container-title {
    font-size: 18px;
  }
  
  .product-item-detail-properties-artnumber dd,
  .product-item-detail-properties-artnumber dt {
    font-size: 18px;
  }  

  .procuct-text .colors .color {
    width: 58px;
    height: 58px;
  }

  .procuct-text .counter .minus,
  .procuct-text .counter .plus {
    font-size: 57px;
  }

  .procuct-text .counter .center .count {
    width: 56px;
    height: 56px;
    font-size: 26px;
  }

  .procuct-text .counter .center span {
    font-size: 28px;
  }

  .procuct-text .price {
    font-size: 78px;
  }

  .procuct-text .buttons {
    margin-bottom: 45px;
  }

  .procuct-text .buttons a {
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 10px;
  }

  .procuct-text .get h4 span {
    font-size: 22px;
  }

  .procuct-text .get h4 .select-field,
  .procuct-text .get h4 .select-child {
    font-size: 22px;
  }

  .procuct-text .get h4 .select-field {
    height: 55px;
  }

  .procuct-text .get p {
    font-size: 24px;
    line-height: 41px;
  }

  .procuct-title-section .buttons-wrap .scroll a {
    font-size: 20px;
    margin-right: 100px;
  }

  .procuct-title-section .buttons-wrap .buy a {
    font-size: 25px;
  }

  .procuct-title-section .text {
    height: 600px;
  }

  .procuct-title-section .text h2 {
    font-size: 42px;
  }

  .procuct-subtitle-section {
    padding-top: 170px;
    padding-bottom: 120px;
  }

  .procuct-subtitle-section h2 {
    font-size: 39px;
  }

  .procuct-subtitle-section p {
    font-size: 33px;
    line-height: 49px;
  }

  section.more-description .image {
    margin-bottom: 115px;
  }

  section.more-description p.text {
    font-size: 25px;
    line-height: 42px;
  }

  section.more-description h3 {
    font-size: 27px;
    margin-bottom: 35px;
  }

  .characteristic-section h2 {
    font-size: 26px;
    padding-top: 27px;
    margin-bottom: 90px;
  }

  .char-item {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 33px;
  }
  
  .product-description-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .product-description-section h2 {
    font-size: 50px;
  }

  .product-description-section p {
    font-size: 38px;
    line-height: 59px;
  }  
  
  .product-description-section li {
    font-size: 38px;
    line-height: 59px;
  }

  .text-left h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .text-left h3 {
    font-size: 29px;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .text-left h4 {
    font-size: 24px;
  }

  .text-left ul,
  .text-left ol {
    font-size: 24px;
    line-height: 37px;
  }

  .shipping-item .title {
    font-size: 25px;
  }

  .shipping-item .title span {
    font-size: 33px;
  }

  .payment ul li {
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 25px;
  }

  .production-item {
    margin-bottom: 95px;
  }

  .production-item h3 {
    font-size: 26px;
  }

  .checkout-right h2 {
    margin-bottom: 37px;
  }

  .checkout-right h2 span {
    font-size: 36px;
  }

  .checkout-right h2 a {
    font-size: 17px;
  }

  .checkout-right-item {
    margin-top: 27px;
  }

  .checkout-right-item .title,
  .checkout-right-item .price {
    font-size: 23px;
  }

  .sub-total {
    padding: 22px 0;
    margin: 27px 0;
  }

  .sub-total-item,
  .bx-soa-cart-t {
    font-size: 23px;
  }

  .total .sum {
    font-size: 36px;
  }

  .total p {
    font-size: 18px;
    line-height: 33px;
  }

  .checkout-left-item .title,
  #bx-soa-order .bx-soa-section-title {
    font-size: 27px;
  }

  .checkout-left-item .title .number,
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count {
    width: 52px;
    height: 52px;
  }

  .checkout-left-item button,
  .bx-soa-more-btn a.btn,
  .bx-green .btn.btn-default {
    font-size: 27px;
    padding-left: 135px;
    padding-right: 135px;
  }

  .radio-wrap label {
    font-size: 29px;
  }

  .radio-wrap label img {
    width: 125px;
  }

  p.card-data-sub {
    font-size: 24px;
  }

  p.card-data-sub img {
    width: 125px;
  }

  .cart-right .cart-get {
    margin-top: 75px;
  }

  .cart-right .cart-get h4 span,
  .cart-right .cart-get h4 .select-field,
  .cart-right .cart-get h4 .select-child {
    font-size: 23px;
  }

  .cart-right .cart-get h4 .select-wrap,
  .cart-right .cart-get h4 .select-field {
    height: 50px;
  }

  .cart-right .cart-get p {
    font-size: 23px;
    line-height: 38px;
    margin-bottom: 80px;
  }

  .cart-right .buttons a {
    font-size: 27px;
    margin-bottom: 33px;
  }

  .cart-right .cards-images {
    margin-top: 95px;
    margin-bottom: 37px;
  }

  .cart-right .cards-images img {
    width: 120px;
  }

  .cart-right p.safe {
    font-size: 23px;
  }

  .cart-item {
    padding: 60px;
  }

  .cart-item .text {
    padding-left: 67px;
  }

  .cart-item .text h3 {
    font-size: 28px;
  }

  .cart-item .text p.articul,
  .cart-item .text .color {
    font-size: 19px;
  }

  .cart-item .text .color {
    margin-bottom: 53px;
  }

  .cart-item .text .color span {
    width: 28px;
    height: 28px;
  }

  .cart-item .text .counter-wrap .minus,
  .cart-item .text .counter-wrap .plus {
    font-size: 50px;
  }

  .cart-item .text .counter-wrap .center input {
    width: 56px;
    height: 56px;
  }

  .cart-item .text .counter-wrap .center span {
    font-size: 24px;
  }

  .cart-item .text .counter .remove {
    font-size: 17px;
  }

  .cart-item .price {
    font-size: 36px;
    top: 65px;
    right: 75px;
  }

  .faq {
    margin-top: 100px;
    padding-left: 60px;
  }

  .faq-item h3 {
    font-size: 28px;
    padding-top: 32px;
    padding-bottom: 25px;
  }

  .faq-item p {
    padding: 32px 0;
    font-size: 25px;
    line-height: 41px;
  }

  .item .action {
    font-size: 22px;
    width: 140px;
    height: 44px;
  }

  .item .new {
    font-size: 22px;
    width: 170px;
    height: 44px;
  }

  .footer-right-item ul li,
  .footer-left .social a {
    font-size: 16px;
  }

  .footer-left {
    width: 56%;
  }

  .footer-right {
    width: 44%;
  }

  .footer-left .info {
    width: 290px;
  }

  .footer-left .info a.phone {
    font-size: 26px;
  }

  .footer-left .info p.work-time {
    font-size: 15px;
    line-height: 21px;
  }

  .footer-left .info .all-rights p {
    font-size: 11px;
    margin-bottom: 30px;
  }

  .footer-left .info .all-rights img {
    width: 40px;
  }

  form.subscribe-form button {
    line-height: 63px;
  }

  .popular-section h2 {
    font-size: 48px;
    margin-bottom: 85px;
  }

  .item .text {
    padding-top: 45px;
    padding-left: 45px;
  }

  .item .text h4 {
    font-size: 25px;
    line-height: 35px;
  }
  
  .item .text h4 a {  
    font-size: 25px;
    line-height: 35px;
  }  

  .item .text .price {
    font-size: 23px;
  }

  .item .text .buy a,
  .detail-link a {
    font-size: 24px;
    padding: 4px 38px;
    padding-top: 6px;
  }

  .item .text p.category {
    font-size: 22px;
  }

  .third-section h2 {
    font-size: 48px;
  }

  .third-item .text {
    padding-left: 45px;
  }

  .third-item .text h3 {
    font-size: 27px;
    line-height: 45px;
    margin-bottom: 35px;
  }

  .third-item .text p {
    font-size: 25px;
    line-height: 42px;
  }

  .third-item .text .buy a {
    font-size: 24px;
    padding: 4px 38px;
    padding-top: 6px;
  }

  .top-menu {
    height: 135px;
  }

  .first-menu > ul > li > a,
  .first-menu > ul > li > span,
  .last-menu ul li a {
    padding-bottom: 42px;
  }

  .first-menu .search {
    padding-bottom: 27px;
  }

  .last-menu .icons {
    padding-bottom: 33px;
  }
  
  form .contacts-form input {
    height: 70px;
    font-size: 17px;
    margin-bottom: 27px;
  }  
  
  form .contacts-form {
    width: 60%;
  }

  form .contacts-form input {
    height: 70px;
    font-size: 17px;
    margin-bottom: 27px;
  }

  form .contacts-form input::-webkit-input-placeholder {
    font-size: 17px;
  }

  form .contacts-form input::-moz-placeholder {
    font-size: 17px;
  }

  form .contacts-form input:-ms-input-placeholder {
    font-size: 17px;
  }

  form .contacts-form input::placeholder {
    font-size: 17px;
  }

  form .contacts-form textarea {
    height: 330px;
    font-size: 17px;
    margin-bottom: 50px;
  }

  form .contacts-form textarea::-webkit-input-placeholder {
    font-size: 17px;
  }

  form .contacts-form textarea::-moz-placeholder {
    font-size: 17px;
  }

  form .contacts-form textarea:-ms-input-placeholder {
    font-size: 17px;
  }

  form .contacts-form textarea::placeholder {
    font-size: 17px;
  }

  form .contacts-form button {
    padding: 0 65px;
    padding-top: 14px;
    padding-bottom: 9px;
    font-size: 24px;
  }
  
  .bx-authform {
    width: 60%;
  }

  form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
    height: 70px;
    font-size: 17px;
    margin-bottom: 27px;
  }

  form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder,
form[name="bform"] input[type="text"]::-webkit-input-placeholder,
form[name="bform"] input[type="password"]::-webkit-input-placeholder {
    font-size: 17px;
  }

  form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder,
form[name="bform"] input[type="text"]::-moz-placeholder,
form[name="bform"] input[type="password"]::-moz-placeholder {
    font-size: 17px;
  }

  form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder,
form[name="bform"] input[type="text"]::-ms-input-placeholder,
form[name="bform"] input[type="password"]::-ms-input-placeholder {
    font-size: 17px;
  }

  form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder,
form[name="bform"] input[type="text"]::placeholder
form[name="bform"] input[type="password"]::placeholder {
    font-size: 17px;
  }

  form[name="form_auth"] input[type="submit"],
form[name="bform"] input[type="submit"] {
    padding: 0 65px;
    padding-top: 14px;
    padding-bottom: 9px;
    font-size: 24px;
  }
  
  .search-page input[type="text"] {
    height: 70px;
    font-size: 17px;
    margin-bottom: 27px;
  }
   
  .search-page input[type="submit"] {
    padding: 0 65px;
    padding-top: 14px;
    padding-bottom: 9px;
    font-size: 24px;
  }
  
  .product-item-scu-item-color-container {
    height: 29px;
    width: 29px;
    margin-right: 7px;
  }
  
  .product-item-scu-item-color-block {
    height: 29px;
    width: 29px;
  }

  .product-item-scu-item-color {
    height: 29px;
    width: 29px;
  }  
  
  .procuct-wrap .product-item-scu-item-color-container {
    width: 70px;
    height: 70px;
    max-width: 70px;
  }

  .procuct-wrap .product-item-scu-item-color-block {
    width: 58px;
    height: 58px;
  }  
  
  .procuct-wrap .product-item-scu-item-color {
    width: 58px;
    height: 58px;
  }  
  
  .bx-soa-cart-total-line-total {
    font-size: 38px;
  }  
  
}

@media screen and (max-width: 2150px) {

  .logotype {
    width: -webkit-calc(17.1% - 35px);
    width: calc(17.1% - 35px);
    padding-bottom: 37px;
    margin-right: 35px;
  }
  
  .submenu-wrap {
    width: 950px;
  }

  ul.submenu li {
    font-size: 19px;
  }

  .top-line-discount {
    padding-top: 24px;
    padding-bottom: 22px;
    font-size: 18px;
  }

  .first-menu > ul > li,
  .last-menu ul li {
    font-size: 16px;
  }

  .last-menu .icons .icon:first-child img {
    width: 34px;
  }

  .last-menu .icons .icon:last-child img {
    width: 45px;
  }

  .last-menu .icons .icon:last-child {
    margin-left: 30px;
  }

  .last-menu .icons .icon .digit {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }

  .top-menu {
    height: 128px;
  }
  
  .first-menu .search form a img {
     width: 21px;
  }

  .first-menu > ul > li > a,
  .first-menu > ul > li > span,
  .last-menu ul li a {
    padding-bottom: 41px;
  }

  .first-menu .search {
    padding-bottom: 23px;
  }

  .last-menu .icons {
    padding-bottom: 32px;
  }

  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 13px;
  }

  .top-line-wrap .phone a {
    font-size: 21px;
    margin-left: 15px;
  }

  .last-menu .icons .icon:first-child .digit {
    left: -21px;
  }

  .header-item {
    height: 835px;
    padding-top: 275px;
  }

  .header-item img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .header-item-block {
    width: 710px;
  }

  .header-item-block h1 {
    font-size: 37px;
    margin-bottom: 38px;
  }

  .header-item-block p {
    font-size: 25px;
    line-height: 46px;
    margin-bottom: 65px;
  }

  .header-item-block .more a {
    font-size: 21px;
    padding: 15px 50px;
    padding-bottom: 13px;
  }

  .second-section {
    padding-top: 85px;
    padding-bottom: 95px;
  }

  .second-block-text h2 {
    font-size: 37px;
    margin-bottom: 38px;
  }

  .second-block-text p {
    width: 65%;
    font-size: 29px;
    line-height: 48px;
  }

  .third-section {
    padding-top: 75px;
  }

  .third-section h2 {
    font-size: 37px;
    margin-bottom: 80px;
  }

  .third-item {
    margin-bottom: 135px;
  }

  .third-item .img {
    margin-bottom: 65px;
  }

  .third-item .text {
    padding-left: 45px;
  }

  .third-item .text h3 {
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 27px;
  }

  .third-item .text p {
    font-size: 23px;
    line-height: 40px;
  }

  .third-item .text .buy {
    margin-top: 52px;
  }

  .third-item .text .buy a {
    font-size: 23px;
    padding: 3px 30px;
    padding-top: 6px;
  }

  .third-item:nth-child(2n) {
    margin-top: 275px;
  }

  .popular-section {
    padding-top: 155px;
    padding-bottom: 115px;
  }

  .popular-section h2 {
    font-size: 37px;
    margin-bottom: 70px;
  }

  .item .text {
    padding-top: 40px;
    padding-left: 40px;
  }

  .item .text h4 {
    font-size: 23px;
    line-height: 33px;
  }
  
  .item .text h4 a {  
    font-size: 23px;
    line-height: 33px;
      height: 93px;
  }   

  .item .text .colors span {
    width: 27px;
    height: 27px;
    margin-right: 6px;
  }

  .item .text .price {
    font-size: 21px;
  }

  .item .text .buy a,
  .detail-link a {
    font-size: 23px;
    padding: 3px 30px;
    padding-top: 6px;
  }

  .item .text p.category {
    font-size: 20px;
  }

  .actions-title {
    padding-top: 65px;
    padding-bottom: 50px;
  }

  .actions-title p.sup {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .actions-title h1 {
    font-size: 54px;
  }

  .title-section .title-wrap {
    height: 545px;
    padding-bottom: 105px;
    padding-left: 125px;
  }

  .title-section .title-wrap p.sup {
    font-size: 15px;
  }

  .title-section .title-wrap h1 {
    font-size: 56px;
    line-height: 75px;
    margin-top: 26px;
  }

  .sort {
    margin-bottom: 35px;
  }

  .sort span,
  .sort .select-field,
  .sort .select-child {
    font-size: 18px;
  }

  .sort .select-wrap {
    width: 140px;
  }

  .pagination {
    margin-bottom: 45px;
  }

  .pagination .left {
    font-size: 18px;
  }

  .pagination .left a {
    margin-left: 30px;
  }

  .pagination .center a,
  .pagination .center span {
    font-size: 26px;
  }

  .pagination .right a {
    font-size: 18px;
  }

  .pagination .right a:last-child {
    margin-left: 50px;
  }

  .catalog-aside-item {
    margin-bottom: 35px;
  }

  .catalog-aside-item h3 {
    font-size: 17px;
    margin-bottom: 35px;
  }

  .catalog-aside-item h3 span {
    font-size: 21px;
  }

  .catalog-aside-item ul li {
    margin-bottom: 26px;
  }

  .catalog-aside-item ul li label {
    font-size: 15px;
    padding-left: 32px;
  }

  .catalog-aside-item ul li label::before {
    width: 16px;
    height: 16px;
  }

  .catalog-aside-item ul li label,
  aside.catalog-aside button[type="reset"] {
    font-size: 16px;
  }

  aside.catalog-aside {
    padding-right: 35px;
  }

  .subscribe-section {
    padding-top: 170px;
    padding-bottom: 180px;
  }

  .subscribe-section h2 {
    font-size: 49px;
    line-height: 74px;
    margin-bottom: 70px;
  }

  .subscribe-section p {
    font-size: 30px;
    line-height: 60px;
    margin-top: 65px;
  }

  form.subscribe-form {
    width: 640px;
  }

  form.subscribe-form input {
    height: 80px;
  }

  form.subscribe-form input::-webkit-input-placeholder {
    line-height: 77px;
  }

  form.subscribe-form input::-moz-placeholder {
    line-height: 77px;
  }

  form.subscribe-form input:-ms-input-placeholder {
    line-height: 77px;
  }

  form.subscribe-form input::placeholder {
    line-height: 77px;
  }

  form.subscribe-form button {
    font-size: 28px;
  }

  .contacts-section {
    padding-top: 80px;
    padding-bottom: 130px;
  }

  .contacts-left h2 {
    font-size: 54px;
    margin-bottom: 37px;
  }

  .contacts-left .phone {
    margin-bottom: 60px;
  }

  .contacts-left .phone a {
    font-size: 39px;
  }

  .contacts-left .phone p {
    font-size: 22px;
  }

  .contacts-left .info h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .contacts-left .info p {
    font-size: 22px;
    line-height: 34px;
  }

  .contacts-right-item {
    margin-bottom: 38px;
  }

  .contacts-right-item img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .contacts-right-item span {
    font-size: 24px;
    margin-left: 18px;
  }

  .procuct-text .have {
    font-size: 20px;
  }

  .procuct-text h1 {
    font-size: 34px;
    line-height: 56px;
  }

  .procuct-text p.articul,
  .procuct-text .colors h4 {
    font-size: 17px;
  }
  
  .product-item-detail-properties-artnumber dd,
  .product-item-detail-properties-artnumber dt {
    font-size: 17px;
  }    

  .procuct-text .procuct-text .colors .color {
    width: 56px;
    height: 56px;
  }

  .procuct-text .counter .minus,
  .procuct-text .counter .plus {
    font-size: 45px;
  }

  .procuct-text .counter .center {
    margin: 0 27px;
  }

  .procuct-text .counter .center .count {
    width: 53px;
    height: 53px;
    font-size: 24px;
  }

  .procuct-text .counter .center span {
    font-size: 26px;
  }

  .procuct-text .price {
    font-size: 68px;
    margin-bottom: 43px;
  }

  .procuct-text .buttons {
    margin-bottom: 42px;
  }

  .procuct-text .buttons a {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 9px;
  }

  .procuct-text .get h4 {
    margin-bottom: 0;
  }

  .procuct-text .get h4 span {
    font-size: 20px;
  }

  .procuct-text .get h4 .select-field,
  .procuct-text .get h4 .select-child {
    font-size: 20px;
  }

  .procuct-text .get h4 .select-field {
    height: 50px;
  }

  .procuct-text .get h4 .select {
    top: 3px;
  }

  .procuct-text .get p {
    font-size: 22px;
    line-height: 39px;
  }

  .procuct-title-section .buttons-wrap .scroll a {
    font-size: 18px;
    margin-right: 80px;
  }

  .procuct-title-section .buttons-wrap .buy a {
    font-size: 23px;
  }

  .procuct-title-section .text {
    height: 525px;
  }

  .procuct-title-section .text h2 {
    font-size: 37px;
  }

  .procuct-subtitle-section {
    padding-top: 135px;
    padding-bottom: 100px;
  }

  .procuct-subtitle-section h2 {
    font-size: 36px;
    margin-bottom: 27px;
  }

  .procuct-subtitle-section p {
    font-size: 30px;
    line-height: 46px;
  }

  .product-description-section p {
    font-size: 35px;
    line-height: 56px;
  }  
  
  .product-description-section li {
    font-size: 35px;
    line-height: 56px;
  }  

  .production-item {
    margin-bottom: 90px;
  }

  .production-item h3 {
    font-size: 25px;
  }

  .checkout-right h2 {
    margin-bottom: 35px;
  }

  .checkout-right h2 span {
    font-size: 34px;
  }

  .checkout-right h2 a {
    font-size: 16px;
  }

  .checkout-right-item {
    margin-top: 24px;
  }

  .checkout-right-item .title,
  .checkout-right-item .price {
    font-size: 21px;
  }

  .sub-total {
    padding: 20px 0;
    margin: 25px 0;
  }

  .sub-total-item,
  .bx-soa-cart-t {
    font-size: 21px;
  }

  .total .sum {
    font-size: 34px;
  }

  .total p {
    font-size: 17px;
    line-height: 32px;
  }

  .checkout-left-item .title,
  #bx-soa-order .bx-soa-section-title {
    font-size: 24px;
  }

  .checkout-left-item .title .number,
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count {
    width: 48px;
    height: 48px;
  }

  .checkout-left-item button,
  .bx-soa-more-btn a.btn,
  .bx-green .btn.btn-default {
    font-size: 25px;
    padding-left: 115px;
    padding-right: 115px;
  }

  .checkout-left-item .text h4 {
    font-size: 18px;
  }
  
  .bx-soa-coupon .bx-soa-coupon-label {
    font-size: 18px;
  }  

  .checkout-left-item .text input,
  .checkout-left-item .text .select-field {
    height: 65px;
  }
  
  .bx-soa-coupon input,
  .bx-soa-coupon-input input[type="text"].form-control {
     height: 65px;
  }

  .checkout-left-item .text .way-item label {
    font-size: 23px;
  }

  .checkout-left-item .text .way-item label::before {
    width: 29px;
    height: 29px;
  }
  
  .way-item label {
    font-size: 23px;
  }

  .way-item label::before {
    width: 29px;
    height: 29px;
  }  

  .radio-wrap label {
    font-size: 26px;
  }

  .radio-wrap label::before {
    width: 29px;
    height: 29px;
    left: -50px;
  }

  .radio-wrap label img {
    width: 120px;
  }

  p.card-data-sub {
    font-size: 23px;
  }

  p.card-data-sub img {
    width: 120px;
  }

  .third-checkout-left p {
    font-size: 23px;
    line-height: 52px;
  }

  .third-checkout-left .save label {
    font-size: 23px;
    padding-left: 48px;
  }

  .third-checkout-left .save label::before {
    width: 29px;
    height: 29px;
  }

  .third-checkout-left img {
    width: 120px;
  }

  .cart-right .cart-get {
    margin-top: 65px;
  }

  .cart-right .cart-get h4 span,
  .cart-right .cart-get h4 .select-field,
  .cart-right .cart-get h4 .select-child {
    font-size: 22px;
  }

  .cart-right .cart-get h4 .select-wrap,
  .cart-right .cart-get h4 .select-field {
    height: 45px;
  }

  .cart-right .cart-get p {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 65px;
  }

  .cart-right .buttons a {
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 21px;
    padding-bottom: 17px;
  }

  .cart-right .cards-images {
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .cart-right .cards-images img {
    width: 110px;
  }

  .cart-right p.safe {
    font-size: 22px;
  }

  .cart-item {
    padding: 55px;
  }

  .cart-item .text {
    padding-left: 60px;
  }

  .cart-item .text h3 {
    font-size: 26px;
  }

  .cart-item .text p.articul,
  .cart-item .text .color {
    font-size: 18px;
  }

  .cart-item .text .color {
    margin-bottom: 45px;
  }

  .cart-item .text .color span {
    width: 27px;
    height: 27px;
  }

  .cart-item .text .counter-wrap .minus,
  .cart-item .text .counter-wrap .plus {
    font-size: 48px;
  }

  .cart-item .text .counter-wrap .center input {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .cart-item .text .counter-wrap .center span {
    font-size: 22px;
  }

  .cart-item .text .counter .remove {
    font-size: 16px;
  }

  .cart-item .price {
    font-size: 33px;
    top: 60px;
    right: 70px;
  }

  .faq {
    margin-top: 80px;
    padding-left: 50px;
  }

  .faq-item h3 {
    font-size: 26px;
    padding-top: 30px;
    padding-bottom: 23px;
  }

  .faq-item p {
    padding: 28px 0;
    font-size: 23px;
    line-height: 39px;
  }

  .item .action {
    font-size: 20px;
    width: 120px;
    height: 39px;
  }

  .item .new {
    font-size: 20px;
    width: 140px;
    height: 39px;
  }

  .footer-right-item ul li,
  .footer-left .social a {
    font-size: 15px;
  }

  .footer-left {
    width: 58%;
  }

  .footer-right {
    width: 42%;
  }

  .footer-left .info {
    width: 250px;
  }

  .footer-left .info a.phone {
    font-size: 23px;
  }

  .footer-left .info p.work-time {
    font-size: 13px;
    line-height: 21px;
  }

  .footer-left .info .all-rights p {
    font-size: 10px;
    margin-bottom: 25px;
  }

  .footer-left .info .all-rights img {
    width: 37px;
  }

  form.subscribe-form {
    width: 500px;
  }

  form.subscribe-form input {
    height: 65px;
    margin-bottom: 60px;
    font-size: 17px;
  }

  form.subscribe-form input::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 61px;    
  }

  form.subscribe-form input::-moz-placeholder {
    font-size: 17px;
    line-height: 61px;     
  }

  form.subscribe-form input:-ms-input-placeholder {
    font-size: 17px;
    line-height: 61px;     
  }

  form.subscribe-form input::placeholder {
    font-size: 17px;
    line-height: 61px;     
  }

  form.subscribe-form button {
    font-size: 19px;
    line-height: normal;
    width: auto;
    height: auto;
    padding: 9px 40px;
    padding-top: 13px;
  }

  .procuct-section p.sup {
    font-size: 15px;
  }

  .procuct-slider-mini {
    width: 110px;
  }

  .procuct-slider-big {
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
  }

  section.more-description .image {
    margin-bottom: 100px;
  }

  section.more-description p.text {
    font-size: 23px;
    line-height: 40px;
  }

  section.more-description h3 {
    font-size: 25px;
    margin-bottom: 33px;
  }

  .characteristic-section h2 {
    font-size: 24px;
    margin-bottom: 80px;
  }

  .char-item {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 34px;
  }

  .subscribe-section {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .subscribe-section h2 {
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 50px;
  }

  .subscribe-section p {
    font-size: 25px;
    line-height: 48px;
    margin-top: 45px;
  }

  .contacts-form-section h2 {
    font-size: 37px;
    line-height: 58px;
    margin-bottom: 53px;
  }

  form.contacts-form input {
    height: 65px;
    font-size: 16px;
    margin-bottom: 24px;
  }

  form.contacts-form input::-webkit-input-placeholder {
    font-size: 16px;
  }

  form.contacts-form input::-moz-placeholder {
    font-size: 16px;
  }

  form.contacts-form input:-ms-input-placeholder {
    font-size: 16px;
  }

  form.contacts-form input::placeholder {
    font-size: 16px;
  }

  form.contacts-form textarea {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
    height: 295px;
  }

  form.contacts-form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  form.contacts-form textarea::-moz-placeholder {
    font-size: 16px;
  }

  form.contacts-form textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  form.contacts-form textarea::placeholder {
    font-size: 16px;
  }

  form.contacts-form button {
    font-size: 22px;
    line-height: normal;
    width: auto;
    height: auto;
    padding: 9px 55px;
    padding-top: 13px;
  }

  .text-left h2 {
    font-size: 44px;
    margin-bottom: 37px;
  }

  .text-left h3 {
    font-size: 27px;
  }

  .text-left h4 {
    font-size: 23px;
  }

  .text-left ul,
  .text-left ol {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 33px;
  }

  .shipping-item .title {
    font-size: 23px;
    padding-top: 25px;
    padding-bottom: 22px;
  }

  .shipping-item .text {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  
  #set_filter,
  #del_filter {
    font-size: 16px;        
  }  
  
  .procuct-section p.sup, 
  .procuct-section-top p.sup {
    font-size: 15px;
  }  
  
  form .contacts-form input {
    height: 65px;
    font-size: 16px;
    margin-bottom: 24px;
  }  
  
  form .contacts-form input::-webkit-input-placeholder {
    font-size: 16px;
  }

  form .contacts-form input::-moz-placeholder {
    font-size: 16px;
  }

  form .contacts-form input:-ms-input-placeholder {
    font-size: 16px;
  }

  form .contacts-form input::placeholder {
    font-size: 16px;
  }

  form .contacts-form textarea {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
    height: 295px;
  }

  form .contacts-form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  form .contacts-form textarea::-moz-placeholder {
    font-size: 16px;
  }

  form .contacts-form textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  form .contacts-form textarea::placeholder {
    font-size: 16px;
  }

  form .contacts-form button {
    font-size: 22px;
    line-height: normal;
    width: auto;
    height: auto;
    padding: 9px 55px;
    padding-top: 13px;
  }  
  
  .bx-authform {
    width: 60%;
  }

  form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
    height: 65px;
    font-size: 16px;
    margin-bottom: 24px;
  }
  
  form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder,
form[name="bform"] input[type="text"]::-webkit-input-placeholder,
form[name="bform"] input[type="password"]::-webkit-input-placeholder {
    font-size: 16px;
  }

  form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder,
form[name="bform"] input[type="text"]::-moz-placeholder,
form[name="bform"] input[type="password"]::-moz-placeholder {
    font-size: 16px;
  }

  form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder,
form[name="bform"] input[type="text"]::-ms-input-placeholder,
form[name="bform"] input[type="password"]::-ms-input-placeholder {
    font-size: 16px;
  }

  form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder,
form[name="bform"] input[type="text"]::placeholder
form[name="bform"] input[type="password"]::placeholder {
    font-size: 16px;
  }  

  form[name="form_auth"] input[type="submit"],
form[name="bform"] input[type="submit"] {
    font-size: 22px;
    line-height: normal;
    width: auto;
    height: auto;
    padding: 9px 55px;
    padding-top: 13px;
  }
   
  .search-page input[type="text"] {
    height: 65px;
    font-size: 16px;
    margin-bottom: 24px;
  }
   
  .search-page input[type="submit"] {
    font-size: 22px;
    line-height: normal;
    width: auto;
    height: auto;
    padding: 9px 55px;
    padding-top: 13px;
  }   
  
  .product-item-scu-item-color-container {
    height: 27px;
    width: 27px;
    margin-right: 6px;
  }  
  
  .product-item-scu-item-color-block {
    height: 27px;
    width: 27px;
  }

  .product-item-scu-item-color {
    height: 27px;
    width: 27px;
  } 
  
  .procuct-wrap .product-item-scu-item-color-container {
    width: 68px;
    height: 68px;
    max-width: 68px;
  }

  .procuct-wrap .product-item-scu-item-color-block {
    width: 56px;
    height: 56px;
  }    
  
  .procuct-wrap .product-item-scu-item-color {
    width: 56px;
    height: 56px;
  }       
  
  .bx-soa-cart-total-line-total {
    font-size: 38px;
  }    
   
}

@media screen and (max-width: 2000px) {
  header .slick-dots {
    bottom: -14px;
  }

  header .slick-dots li {
    height: 10px;
  }

  .top-line-discount {
    padding-top: 22px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .submenu-wrap {
    width: 825px;
    padding-left: 59px;
    padding-top: 47px;
    padding-bottom: 20px;
  }

  ul.submenu li {
    font-size: 15px;
    margin-bottom: 26px;
  }

  .top-menu {
    height: 119px;
  }

  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 12px;
  }

  .top-line-wrap ul.menu li {
    margin-right: 26px;
  }

  .top-line-wrap .log-reg a:last-child {
    margin-left: 30px;
  }

  .top-line-wrap .log-reg a:last-child::before {
    left: -17px;
    font-size: 15px;
  }

  .top-line-wrap .phone a {
    font-size: 18px;
    margin-left: 12px;
  }

  .top-line-wrap .phone img {
    width: 22px;
  }

  .logotype {
    padding-bottom: 35px;
    margin-right: 35px;
  }

  .first-menu > ul > li,
  .last-menu ul li {
    font-size: 15px;
  }

  .first-menu > ul > li > a,
  .last-menu ul li a {
    padding-bottom: 37px;
  }

  .first-menu .search {
    padding-bottom: 22px;
    padding-left: 0;
  }

  .first-menu .search form {
    height: 45px;
  }

  .first-menu .search form input {
    font-size: 20px;
  }

  .first-menu .search form a img {
    width: 19px;
  }

  .last-menu .icons {
    padding-bottom: 32px;
  }

  .last-menu .icons .icon .digit {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .last-menu .icons .icon:first-child img {
    width: 31px;
  }

  .last-menu .icons .icon:last-child {
    margin-left: 30px;
  }

  .last-menu .icons .icon:last-child img {
    width: 38px;
  }

  .last-menu .icons .icon:first-child .digit {
    left: -18px;
    top: -17px;
  }

  .header-item {
    height: 760px;
    padding-top: 268px;
  }

  .header-item-block {
    width: 630px;
  }

  .header-item-block h1 {
    font-size: 33px;
    margin-bottom: 33px;
  }

  .header-item-block p {
    font-size: 23px;
    line-height: 40px;
    margin-bottom: 55px;
  }

  .header-item-block .more a {
    font-size: 19px;
    padding: 14px 44px;
    padding-bottom: 11px;
  }

  .second-section {
    padding-top: 75px;
    padding-bottom: 100px;
  }

  .second-block-img {
    margin-bottom: 75px;
  }

  .second-block-text h2 {
    font-size: 33px;
    margin-bottom: 33px;
  }

  .second-block-text p {
    width: 60%;
    font-size: 26px;
    line-height: 38px;
  }

  .third-section {
    padding-top: 50px;
  }

  .third-section h2 {
    font-size: 33px;
    margin-bottom: 70px;
  }

  .third-item {
    margin-bottom: 105px;
  }

  .third-item .img {
    margin-bottom: 50px;
  }

  .third-item .text {
    padding-left: 30px;
  }

  .third-item .text h3 {
    font-size: 21px;
    line-height: 39px;
    margin-bottom: 17px;
  }

  .third-item .text p {
    font-size: 20px;
    line-height: 34px;
  }

  .third-item .text .buy {
    margin-top: 40px;
  }

  .third-item .text .buy a {
    font-size: 17px;
    padding: 3px 24px;
    padding-top: 5px;
    border-width: 2px;
  }

  .third-item:nth-child(2n) {
    margin-top: 238px;
  }

  .third-wrap {
    margin: 0 -18px;
  }

  .third-item {
    width: -webkit-calc(50% - 36px);
    width: calc(50% - 36px);
    margin-left: 18px;
    margin-right: 18px;
  }

  .photo-slider-section {
    padding-bottom: 270px;
  }

  .partners-section {
    padding-bottom: 185px;
  }

  .partners-section .slick-dots {
    bottom: -115px;
  }

  .popular-section {
    padding-top: 135px;
    padding-bottom: 105px;
  }

  .popular-section h2 {
    font-size: 33px;
    margin-bottom: 60px;
  }

  .items-wrap {
    margin: 0 -18px;
  }

  .item {
    width: -webkit-calc(25% - 36px);
    width: calc(25% - 36px);
    margin: 0 18px;
  }

  .item .text {
    padding-top: 35px;
    padding-left: 35px;
  }

  .item .text h4 {
    font-size: 19px;
    line-height: 29px;
    margin: 0;
  }

  
  .item .text h4 a {  
    font-size: 19px;
    line-height: 29px;
    height: 93px;
  }     

  .item .text .price {
    font-size: 17px;
  }

  .item .text .buy,
  .detail-link {
    margin-bottom: 40px;
  }

  .item .text .buy a,
  .detail-link a {
    font-size: 17px;
    padding: 3px 24px;
    padding-top: 5px;
    border-width: 2px;
  }

  .item .text p.category {
    font-size: 17px;
  }

  .actions-title {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .actions-title p.sup {
    font-size: 14.5px;
    margin-bottom: 25px;
  }

  .actions-title h1 {
    font-size: 45px;
  }

  .title-section .title-wrap {
    height: 465px;
    padding-bottom: 85px;
    padding-left: 125px;
  }

  .title-section .title-wrap p.sup {
    font-size: 13px;
  }

  .title-section .title-wrap h1 {
    font-size: 47px;
    line-height: 61px;
    margin-top: 23px;
    letter-spacing: 2px;
  }

  .sort {
    margin-bottom: 28px;
  }

  .sort span,
  .sort .select-field,
  .sort .select-child {
    font-size: 20px;
  }

  .sort .select-wrap {
    width: 155px;
  }

  .pagination {
    margin-bottom: 53px;
  }

  .pagination .left {
    font-size: 20px;
  }

  .pagination .left a {
    margin-left: 27px;
  }

  .pagination .center a,
  .pagination .center span {
    font-size: 26px;
  }

  .pagination .right a {
    font-size: 20px;
  }

  .pagination .right a:last-child {
    margin-left: 45px;
  }

  .catalog-aside-item {
    margin-bottom: 30px;
  }

  .catalog-aside-item h3 {
    font-size: 17px;
    margin-bottom: 30px;
  }

  .catalog-aside-item h3 span {
    font-size: 20px;
  }

  .catalog-aside-item ul li {
    margin-bottom: 32px;
    padding-left: 15px;
  }

  .catalog-aside-item ul li label {
    font-size: 16px;
    padding-left: 35px;
  }

  .catalog-aside-item ul li label::before {
    width: 19px;
    height: 19px;
    border-width: 2.5px;
  }

  .catalog-aside-item ul li label span.color {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }

  .catalog-aside-item ul.other {
    margin-top: 20px;
  }

  .catalog-aside-item ul.other li:last-child {
    margin-bottom: 0;
  }

  aside.catalog-aside {
    padding-right: 45px;
    width: 19%;
  }

  aside.catalog-aside button[type="reset"] {
    font-size: 17px;
  }

  main.catalog-main {
    padding-left: 5%;
    width: 81%;
  }

  .subscribe-section {
    padding-top: 150px;
    padding-bottom: 160px;
  }

  .subscribe-section h2 {
    font-size: 46px;
    line-height: 71px;
    margin-bottom: 65px;
  }

  .subscribe-section p {
    font-size: 28px;
    line-height: 58px;
    margin-top: 60px;
  }

  form.subscribe-form {
    width: 600px;
  }

  form.subscribe-form input {
    height: 77px;
    margin-bottom: 65px;
  }

  form.subscribe-form input::-webkit-input-placeholder {
    line-height: 54px;
  }

  form.subscribe-form input::-moz-placeholder {
    line-height: 54px;
  }

  form.subscribe-form input:-ms-input-placeholder {
    line-height: 54px;
  }

  form.subscribe-form input::placeholder {
    line-height: 54px;
  }

  form.subscribe-form button {
    width: 340px;
    height: 65px;
    font-size: 28px;
    line-height: 67px;
  }

  .contacts-section {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .contacts-left h2 {
    font-size: 55px;
    margin-bottom: 35px;
  }

  .contacts-left .phone {
    margin-bottom: 65px;
  }

  .contacts-left .phone a {
    font-size: 40px;
  }

  .contacts-left .phone p {
    font-size: 24px;
  }

  .contacts-left .info h3 {
    font-size: 24px;
    margin-bottom: 37px;
  }

  .contacts-left .info p {
    font-size: 24px;
    line-height: 40px;
  }

  .contacts-right-item {
    margin-bottom: 43px;
  }

  .contacts-right-item img {
    margin-top: -3px;
  }

  .contacts-right-item span {
    font-size: 25px;
    line-height: 37px;
  }

  .contacts-right-inner {
    width: 375px;
  }

  .procuct-title-section .text {
    height: 600px;
  }

  .procuct-title-section .text h2 {
    font-size: 33px;
  }

  section.more-description p.text {
    font-size: 20px;
    line-height: 34px;
    width: 45%;
  }

  .product-description-section p {
    font-size: 41px;
    line-height: 62px;
  }    
  
  .product-description-section li {
    font-size: 41px;
    line-height: 62px;
  }    

  section.more-description .image {
    margin-bottom: 85px;
  }

  section.more-description h3 {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .procuct-slider-mini {
    width: 111px;
    padding-top: 45px;
  }

  .procuct-slider-mini .img {
    margin-bottom: 30px;
  }

  .procuct-slider-big {
    width: -webkit-calc(100% - 111px);
    width: calc(100% - 111px);
    padding-top: 48px;
  }

  .procuct-text {
    padding-left: 0;
    padding-bottom: 115px;
  }

  .contacts-form-section {
    padding-bottom: 300px;
  }

  .contacts-form-section h2 {
    font-size: 33px;
    line-height: 77px;
    margin-bottom: 65px;
  }

  .contacts-form input {
    height: 80px;
    margin-bottom: 38px;
    font-size: 17px;
  }

  .contacts-form input::-webkit-input-placeholder {
    font-size: 17px;
  }

  .contacts-form input::-moz-placeholder {
    font-size: 17px;
  }

  .contacts-form input:-ms-input-placeholder {
    font-size: 17px;
  }

  .contacts-form input::placeholder {
    font-size: 17px;
  }

  .contacts-form textarea {
    height: 340px;
    font-size: 17px;
  }

  .contacts-form textarea::-webkit-input-placeholder {
    font-size: 17px;
  }

  .contacts-form textarea::-moz-placeholder {
    font-size: 17px;
  }

  .contacts-form textarea:-ms-input-placeholder {
    font-size: 17px;
  }

  .contacts-form textarea::placeholder {
    font-size: 17px;
  }

  .contacts-form button {
    font-size: 28px;
    padding-left: 85px;
    padding-right: 85px;
  }

  .text-left h2 {
    font-size: 48px;
    margin-bottom: 35px;
  }

  .text-left h3 {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 25px;
  }

  .text-left h4 {
    font-size: 24px;
  }

  .text-left ul,
  .text-left ol {
    font-size: 24px;
    line-height: 40px;
  }

  .shipping {
    margin-bottom: 90px;
  }

  .shipping-item .title {
    padding-top: 25px;
    padding-bottom: 22px;
    font-size: 24px;
  }

  .shipping-item .title span {
    font-size: 28px;
  }

  .shipping-item .text {
    padding-top: 55px;
    padding-bottom: 20px;
  }

  .payment ul li {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .procuct-text .have {
    font-size: 17px;
    margin-bottom: 13px;
  }

  .procuct-text h1 {
    font-size: 30px;
    line-height: 48px;
  }

  .procuct-text p.articul,
  .procuct-text .colors h4,
  .product-item-detail-info-container-title {
    font-size: 16px;
  }
  
  .product-item-detail-properties-artnumber dd,
  .product-item-detail-properties-artnumber dt {
    font-size: 16px;
  }    

  .procuct-text .colors .color {
    width: 50px;
    height: 50px;
    margin-right: 17px;
  }

  .procuct-text .colors .color.green {
    border-width: 4px;
  }

  .procuct-text .counter {
    margin-bottom: 43px;
  }

  .procuct-text .counter .minus,
  .procuct-text .counter .plus {
    font-size: 44px;
  }

  .procuct-text .counter .center .count {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .procuct-text .counter .center span {
    font-size: 22px;
  }

  .procuct-text .price {
    font-size: 64px;
    margin-bottom: 40px;
  }

  .procuct-text .buttons {
    margin-bottom: 40px;
  }

  .procuct-text .buttons a {
    font-size: 17px;
    padding-top: 11px;
    padding-bottom: 8px;
  }

  .procuct-text .get h4 span {
    font-size: 20px;
  }

  .procuct-text .get h4 .select-field,
  .procuct-text .get h4 .select-child {
    font-size: 20px;
  }

  .procuct-text .get h4 .select-field {
    height: 50px;
  }

  .procuct-text .get p {
    font-size: 22px;
    line-height: 33px;
  }

  .procuct-title-section .buttons-wrap .scroll a {
    font-size: 17px;
    margin-right: 70px;
  }

  .procuct-title-section .buttons-wrap .buy a {
    font-size: 21px;
  }

  .procuct-title-section .text {
    height: 495px;
  }

  .procuct-title-section .text h2 {
    font-size: 33px;
  }

  .procuct-subtitle-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .procuct-subtitle-section h2 {
    font-size: 31px;
    margin-bottom: 23px;
  }

  .procuct-subtitle-section p {
    font-size: 26px;
    line-height: 40px;
  }
  
  .product-description-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .product-description-section h2 {
    font-size: 44px;
    margin-bottom: 35px;
  }

  .product-description-section p {
    font-size: 32px;
    line-height: 53px;
  }     
  
  .product-description-section li {
    font-size: 32px;
    line-height: 53px;
  }       

  .production-item {
    margin-bottom: 80px;
  }

  .production-item h3 {
    font-size: 23px;
  }

  .checkout-right h2 {
    margin-bottom: 30px;
  }

  .checkout-right h2 span {
    font-size: 31px;
  }

  .checkout-right h2 a {
    font-size: 15px;
  }

  .checkout-right-item {
    margin-top: 20px;
  }

  .checkout-right-item .title,
  .checkout-right-item .price {
    font-size: 19px;
  }

  .sub-total {
    padding: 18px 0;
    margin: 23px 0;
  }

  .sub-total-item,
  .bx-soa-cart-t {
    font-size: 19px;
  }

  .total .sum {
    font-size: 32px;
  }

  .total p {
    font-size: 16px;
    line-height: 30px;
  }

  .checkout-left-item .title,
  #bx-soa-order .bx-soa-section-title {
    font-size: 21px;
  }

  .checkout-left-item .title .number,
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count {
    width: 45px;
    height: 45px;
  }

  .checkout-left-item button,
  .bx-soa-more-btn a.btn,
  .bx-green .btn.btn-default {
    font-size: 23px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 24px;
    padding-top: 27px;
  }

  .checkout-left-item .text h4 {
    font-size: 16px;
  }
  
  .bx-soa-coupon .bx-soa-coupon-label {
    font-size: 16px;
  }  

  .checkout-left-item .text .input {
    margin-bottom: 29px;
  }

  .checkout-left-item .text input,
  .checkout-left-item .text .select-field {
    height: 60px;
  }
  
  .bx-soa-coupon input,
  .bx-soa-coupon-input input[type="text"].form-control {
    height: 60px;
  }  

  .checkout-left-item .text input {
    font-size: 15px;
  }
  
  .bx-soa-coupon input,
  .bx-soa-coupon-input input[type="text"].form-control {
    font-size: 15px;
  }  

  .checkout-left-item .text input::-webkit-input-placeholder {
    font-size: 15px;
  }

  .checkout-left-item .text input::-moz-placeholder {
    font-size: 15px;
  }

  .checkout-left-item .text input:-ms-input-placeholder {
    font-size: 15px;
  }

  .checkout-left-item .text input::placeholder {
    font-size: 15px;
  }

  .checkout-left-item .text .select-field,
  .checkout-left-item .text .select-child {
    font-size: 15px;
  }

  .checkout-left-item .text .select-field::after {
    width: 16px;
    height: 10px;
  }

  .checkout-left-item .text .way-item label {
    font-size: 21px;
  }

  .checkout-left-item .text .way-item label::before {
    width: 26px;
    height: 26px;
  }
  
  .way-item label {
    font-size: 21px;
  }

  .way-item label::before {
    width: 26px;
    height: 26px;
  }  

  .radio-wrap label {
    font-size: 24px;
  }

  .radio-wrap label::before {
    width: 26px;
    height: 26px;
    left: -45px;
  }

  .radio-wrap label img {
    width: 110px;
  }

  p.card-data-sub {
    font-size: 21px;
  }

  p.card-data-sub img {
    width: 110px;
  }

  .third-checkout-left p {
    font-size: 21px;
    line-height: 49px;
  }

  .third-checkout-left .save label {
    font-size: 21px;
    padding-left: 43px;
  }

  .third-checkout-left .save label::before {
    width: 26px;
    height: 26px;
  }

  .third-checkout-left img {
    width: 110px;
    margin: 27px 0;
  }

  .cart-right .cart-get {
    margin-top: 55px;
  }

  .cart-right .cart-get h4 span,
  .cart-right .cart-get h4 .select-field,
  .cart-right .cart-get h4 .select-child {
    font-size: 20px;
  }

  .cart-right .cart-get h4 .select-wrap,
  .cart-right .cart-get h4 .select-field {
    height: 40px;
  }

  .cart-right .cart-get h4 .select-field::after {
    width: 16px;
    height: 10px;
  }

  .cart-right .cart-get p {
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 55px;
  }

  .cart-right .buttons a {
    font-size: 23px;
    margin-bottom: 27px;
    padding-top: 19px;
    padding-bottom: 15px;
  }

  .cart-right .cards-images {
    margin-top: 60px;
    margin-bottom: 28px;
  }

  .cart-right .cards-images img {
    width: 100px;
  }

  .cart-right p.safe {
    font-size: 21px;
  }

  .cart-item {
    padding: 50px;
  }

  .cart-item .text {
    padding-left: 50px;
  }

  .cart-item .text h3 {
    font-size: 24px;
  }

  .cart-item .text p.articul,
  .cart-item .text .color {
    font-size: 17px;
  }

  .cart-item .text .color {
    margin-bottom: 40px;
  }

  .cart-item .text .color span {
    width: 26px;
    height: 26px;
  }

  .cart-item .text .counter-wrap .minus,
  .cart-item .text .counter-wrap .plus {
    font-size: 45px;
  }

  .cart-item .text .counter-wrap .center {
    margin: 0 25px;
  }

  .cart-item .text .counter-wrap .center input {
    width: 47px;
    height: 47px;
    font-size: 22px;
  }

  .cart-item .text .counter-wrap .center span {
    font-size: 20px;
  }

  .cart-item .text .counter .remove {
    font-size: 15px;
  }

  .cart-item .price {
    font-size: 30px;
    top: 50px;
    right: 60px;
  }

  .faq {
    margin-top: 60px;
    padding-left: 40px;
  }

  .faq-item h3 {
    font-size: 24px;
    padding-top: 28px;
    padding-bottom: 21px;
  }

  .faq-item p {
    padding: 25px 0;
    font-size: 22px;
    line-height: 38px;
  }

  .footer-right-item ul li,
  .footer-left .social a {
    font-size: 13px;
  }

  .footer-left {
    width: 60%;
  }

  .footer-right {
    width: 40%;
  }

  .footer-left .info {
    width: 220px;
  }

  .footer-left .info a.phone {
    font-size: 19px;
  }

  .footer-left .info p.work-time {
    font-size: 12px;
    line-height: 21px;
  }

  .footer-left .info .all-rights p {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .footer-left .info .all-rights img {
    width: 36px;
  }

  footer {
    padding-bottom: 95px;
  }

  .popular-section h2 {
    font-size: 40px;
    margin-bottom: 75px;
  }

  .item .text {
    padding-top: 35px;
    padding-left: 35px;
  }

  .item .text h4 {
    font-size: 21px;
    line-height: 31px;
  }
  
  .item .text h4 a {  
    font-size: 21px;
    line-height: 31px;
  }       

  .item .text .price {
    font-size: 19px;
  }

  .item .text .buy,
  .detail-link {
    margin-bottom: 40px;
  }

  .item .text .buy a,
  .detail-link a {
    font-size: 20px;
    padding: 3px 30px;
    padding-top: 5px;
  }

  .item .text p.category {
    font-size: 18px;
  }

  .third-section h2 {
    font-size: 40px;
  }

  .third-item .img {
    margin-bottom: 50px;
  }

  .third-item .text {
    padding-left: 30px;
  }

  .third-item .text h3 {
    font-size: 21px;
    line-height: 39px;
    margin-bottom: 25px;
  }

  .third-item .text p {
    font-size: 20px;
    line-height: 37px;
  }

  .third-item .text .buy {
    margin-top: 40px;
  }

  .third-item .text .buy a {
    font-size: 20px;
    padding: 3px 30px;
    padding-top: 5px;
  }

  .top-line-wrap .phone a {
    font-size: 18px;
  }

  main.catalog-main {
    padding-left: 9%;
  }

  .catalog-aside-item h3 {
    font-size: 13px;
  }

  .catalog-aside-item ul li {
    margin-bottom: 16px;
  }

  .catalog-aside-item ul li label {
    font-size: 12px;
    padding-left: 25px;
  }

  .catalog-aside-item ul li label::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  aside.catalog-aside button[type="reset"] {
    font-size: 12px;
  }

  .catalog-aside-item h3 span {
    font-size: 16px;
  }

  .catalog-aside-item h3.active span {
    font-size: 20px;
    top: -9px;
  }

  .catalog-aside-item ul li label span.color {
    width: 15px;
    height: 15px;
    margin-right: 7px;
  }

  .item .text .price {
    margin-bottom: 30px;
  }

  .item .text .colors {
    margin-bottom: 40px;
  }

  .item .text .colors span {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .item .heart {
    top: 23px;
    right: 23px;
  }

  .item .heart img {
    width: 32px;
  }

  .pagination .left,
  .pagination .right a {
    font-size: 15px;
  }

  .pagination .center a,
  .pagination .center span {
    font-size: 21px;
    padding: 0 10px;
  }

  .sort span {
    margin-right: 8px;
  }

  .sort span,
  .sort .select-field,
  .sort .select-child {
    font-size: 17px;
  }

  .sort .select-field::after {
    width: 15px;
    height: 9px;
  }

  .sort .select-wrap {
    width: 135px;
  }

  .catalog-wrap {
    margin: 0 -20px;
  }

  .catalog-wrap .item {
    width: -webkit-calc(33.33% - 40px);
    width: calc(33.33% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 160px;
  }

  .item .text .buy a,
  .detail-link a {
    border-width: 2px;
  }

  .subscribe-section {
    padding-top: 130px;
    padding-bottom: 140px;
  }

  .subscribe-section h2 {
    font-size: 34px;
    line-height: 52px;
    margin-bottom: 50px;
    letter-spacing: 2.5px;
  }

  .subscribe-section p {
    font-size: 22px;
    line-height: 44px;
    margin-top: 45px;
  }

  form.subscribe-form {
    width: 425px;
  }

  form.subscribe-form input {
    height: 56px;
    margin-bottom: 50px;
    font-size: 14px;
    border-width: 2px;
  }

  form.subscribe-form input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 50px;     
  }

  form.subscribe-form input::-moz-placeholder {
    font-size: 14px;
    line-height: 50px;    
  }

  form.subscribe-form input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 50px;    
  }

  form.subscribe-form input::placeholder {
    font-size: 14px;
    line-height: 50px;    
  }

  form.subscribe-form button {
    width: 224px;
    height: 44px;
    font-size: 18px;
    line-height: 46px;
  }

  .partners-item {
    height: 150px;
  }

  .partners-item img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .partners-section {
    padding-bottom: 120px;
  }

  .partners-section h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .partners-section .slick-dots {
    bottom: -70px;
  }

  .partners-section .slick-dots li {
    width: 65px;
    height: 5px;
  }

  footer {
    padding-bottom: 30px;
  }

  .footer-right-item ul {
    margin-bottom: 25px;
  }

  .footer-left .info .all-rights p {
    margin-bottom: 30px;
  }

  section.more-description h3 {
    font-size: 27px;
    margin-bottom: 35px;
  }

  section.more-description p.text {
    font-size: 24px;
    line-height: 41px;
  }

  .contacts-form-section h2 {
    font-size: 35px;
    line-height: 56px;
    margin-bottom: 50px;
  }

  form.contacts-form input {
    height: 65px;
    margin-bottom: 25px;
  }

  form.contacts-form textarea {
    height: 300px;
    margin-bottom: 65px;
  }

  .contacts-form-section h2 {
    font-size: 33px;
    line-height: 52px;
    margin-bottom: 40px;
  }

  form.contacts-form input {
    height: 57px;
    margin-bottom: 25px;
    border-width: 2px;
    margin-bottom: 19px;
    font-size: 14px;
    padding: 0 15px;
  }

  form.contacts-form input::-webkit-input-placeholder {
    font-size: 14px;
  }

  form.contacts-form input::-moz-placeholder {
    font-size: 14px;
  }

  form.contacts-form input:-ms-input-placeholder {
    font-size: 14px;
  }

  form.contacts-form input::placeholder {
    font-size: 14px;
  }

  form.contacts-form textarea {
    height: 255px;
    margin-bottom: 50px;
    border-width: 2px;
    font-size: 14px;
  }

  form.contacts-form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  form.contacts-form textarea::-moz-placeholder {
    font-size: 14px;
  }

  form.contacts-form textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  form.contacts-form textarea::placeholder {
    font-size: 14px;
  }

  form.contacts-form button {
    font-size: 19px;
    padding: 7px 49px;
    padding-top: 11px;
  }

  .contacts-form-section {
    padding-bottom: 170px;
  }

  .contacts-left h2 {
    font-size: 42px;
  }

  .contacts-left .phone {
    margin-bottom: 50px;
  }

  .contacts-left .phone a {
    font-size: 30px;
  }

  .contacts-left .phone p {
    font-size: 18px;
  }

  .contacts-left .info h3 {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .contacts-left .info p {
    font-size: 18px;
    line-height: 29px;
  }

  .contacts-right-item {
    margin-bottom: 26px;
  }

  .contacts-right-item span {
    font-size: 20px;
    margin-left: 13px;
  }

  .contacts-right-item img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .procuct-subtitle-section h2 {
    font-size: 40px;
  }

  .procuct-subtitle-section p {
    font-size: 27px;
    line-height: 47px;
  }

  .characteristic-section h2 {
    font-size: 20px;
    margin-bottom: 70px;
  }

  .char-item {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 22px;
  }

  .procuct-section p.sup {
    font-size: 14px;
    margin-bottom: 45px;
  }

  .shipping-item .title {
    font-size: 18px;
  }

  .text-left h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }

  .text-left h3 {
    font-size: 22px;
  }

  .text-left h4 {
    font-size: 18px;
  }

  .text-left ul,
  .text-left ol {
    font-size: 18px;
    line-height: 32px;
  }

  .payment ul li {
    font-size: 18px;
    line-height: 32px;
  }

  .item .action {
    font-size: 17px;
    width: 103px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 2px;
    letter-spacing: 1.5px;
    top: 23px;
    left: 23px;
  }

  .item .new {
    font-size: 17px;
    width: 134px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 2px;
    letter-spacing: 1.5px;
    top: 23px;
    left: 23px;
  }

  .sort .select {
    top: 13px;
  }

  .item .text .no-price,.item .text .not-available {
    font-size: 17px;
    margin-bottom: 21px;
    margin-top: 0;
  }
  a.no-price {
    margin-top: 0;
  }
  
  .item .text .not-available a {
    font-size: 17px;
  }

  form.subscribe-form button {
    padding: 0;
    line-height: 48px;
  }

  .photo-slider-section {
    padding-bottom: 210px;
  }

  .photo-slider-section .slick-dots {
    bottom: -72px;
  }

  .photo-slider-section .slick-dots li {
    width: 62px;
    height: 4px;
    margin: 0 7px;
  }

  .partners-section .slick-dots li {
    width: 62px;
    height: 4px;
    margin: 0 7px;
  }
  
  #set_filter,
  #del_filter {
    font-size: 14px;        
  }    
  
  .procuct-section p.sup, 
  .procuct-section-top p.sup {
    font-size: 14px;
  }  
  
  form .contacts-form input {
    height: 57px;
    margin-bottom: 25px;
    border-width: 2px;
    margin-bottom: 19px;
    font-size: 14px;
    padding: 0 15px;
  }  
  
  form .contacts-form input::-webkit-input-placeholder {
    font-size: 14px;
  }

  form .contacts-form input::-moz-placeholder {
    font-size: 14px;
  }

  form .contacts-form input:-ms-input-placeholder {
    font-size: 14px;
  }

  form .contacts-form input::placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea {
    height: 255px;
    margin-bottom: 50px;
    border-width: 2px;
    font-size: 14px;
  }

  form .contacts-form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea::-moz-placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea::placeholder {
    font-size: 14px;
  }

  form .contacts-form button {
    font-size: 19px;
    padding: 7px 49px;
    padding-top: 11px;
  }  
  
  .bx-authform {
    width: 60%;
  }

  form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
    height: 57px;
    margin-bottom: 25px;
    border-width: 2px;
    margin-bottom: 19px;
    font-size: 14px;
    padding: 0 15px;
  }

  form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder,
form[name="bform"] input[type="text"]::-webkit-input-placeholder,
form[name="bform"] input[type="password"]::-webkit-input-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder,
form[name="bform"] input[type="text"]::-moz-placeholder,
form[name="bform"] input[type="password"]::-moz-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder,
form[name="bform"] input[type="text"]::-ms-input-placeholder,
form[name="bform"] input[type="password"]::-ms-input-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder,
form[name="bform"] input[type="text"]::placeholder
form[name="bform"] input[type="password"]::placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="submit"],
form[name="bform"] input[type="submit"] {
    font-size: 19px;
    padding: 7px 49px;
    padding-top: 11px;
  }  
  
  .search-page input[type="text"] {
    height: 57px;
    margin-bottom: 25px;
    border-width: 2px;
    margin-bottom: 19px;
    font-size: 14px;
    padding: 0 15px;
  }
   
  .search-page input[type="submit"] {
    font-size: 19px;
    padding: 7px 49px;
    padding-top: 11px;
  }     
  
  .product-item-scu-item-color-container {
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }  
  
  
  .product-item-scu-item-color-block {
    height: 20px;
    width: 20px;
  }

  .product-item-scu-item-color {
    height: 20px;
    width: 20px;
  }    
  
  .procuct-wrap .product-item-scu-item-color-container {
    width: 58px;
    height: 58px;
    margin-right: 17px;  
    border-width: 4px; 
    max-width: 58px; 
  }

  .procuct-wrap .product-item-scu-item-color-block {
    width: 50px;
    height: 50px;
  }    

  .procuct-wrap .product-item-scu-item-color {
    width: 50px;
    height: 50px; 
  }   
  
  .bx-soa-more-btn .btn {
     max-width: 260px;
  }    
  
  .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 30px;
    margin-top: 10px;  
    margin-bottom: 10px;
  }  
  
  .summa-descr {
    font-size: 16px;
    line-height: 30px;
  }  
}

@media screen and (max-width: 1800px) {
  .top-line-discount {
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 14px;
  }

  .submenu-wrap {
    width: 755px;
    padding-left: 50px;
    padding-top: 34px;
    padding-bottom: 17px;
  }

  ul.submenu li {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .top-menu {
    height: 107px;
  }

  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 11px;
  }

  .top-line-wrap ul.menu li {
    margin-right: 22px;
  }

  .top-line-wrap .log-reg a:last-child {
    margin-left: 30px;
  }

  .top-line-wrap .log-reg a:last-child::before {
    left: -17px;
    font-size: 14px;
  }

  .top-line-wrap .phone a {
    font-size: 16px;
    margin-left: 12px;
  }

  .top-line-wrap .phone img {
    width: 19px;
  }

  .logotype {
    padding-bottom: 32px;
    margin-right: 35px;
  }

  .first-menu > ul > li,
  .last-menu ul li {
    font-size: 14px;
  }

  .first-menu > ul > li > a,
  .last-menu ul li a {
    padding-bottom: 33px;
  }

  .first-menu .search {
    padding-bottom: 19px;
    padding-left: 0;
  }

  .first-menu .search form {
    height: 40px;
  }

  .first-menu .search form input {
    font-size: 17px;
  }

  .first-menu .search form a img {
    width: 17px;
  }

  .last-menu .icons {
    padding-bottom: 27px;
  }

  .last-menu .icons .icon .digit {
    font-size: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }

  .last-menu .icons .icon:first-child img {
    width: 28px;
  }

  .last-menu .icons .icon:last-child {
    margin-left: 28px;
  }

  .last-menu .icons .icon:last-child img {
    width: 35px;
  }

  .last-menu .icons .icon:first-child .digit {
    left: -18px;
    top: -16px;
  }

  .header-item {
    height: 710px;
    padding-top: 252px;
  }

  .header-item-block {
    width: 570px;
  }

  .header-item-block h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .header-item-block p {
    font-size: 21px;
    line-height: 37px;
    margin-bottom: 55px;
  }

  .header-item-block .more a {
    font-size: 17px;
    padding: 14px 40px;
    padding-bottom: 11px;
  }

  .second-section {
    padding-top: 65px;
    padding-bottom: 80px;
  }

  .second-block-img {
    margin-bottom: 75px;
  }

  .second-block-img img {
    width: 42%;
  }

  .second-block-text h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .second-block-text p {
    font-size: 24px;
    line-height: 40px;
  }

  .third-section {
    padding-top: 50px;
  }

  .third-section h2 {
    font-size: 30px;
    margin-bottom: 70px;
  }

  .third-item {
    margin-bottom: 100px;
  }

  .third-item .img {
    margin-bottom: 50px;
  }

  .third-item .text {
    padding-left: 30px;
  }

  .third-item .text h3 {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .third-item .text p {
    font-size: 18px;
    line-height: 32px;
  }

  .third-item .text .buy,
  .detail-link {
    margin-top: 40px;
  }

  .third-item .text .buy a,
  .detail-link a {
    font-size: 16px;
    padding: 3px 24px;
    padding-top: 5px;
    border-width: 2px;
  }

  .third-item:nth-child(2n) {
    margin-top: 228px;
  }

  .partners-section {
    padding-bottom: 100px;
  }

  .partners-section h2 {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .partners-section .slick-dots {
    bottom: -52px;
  }

  .partners-item {
    height: 115px;
  }

  .popular-section {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .popular-section h2 {
    font-size: 30px;
    margin-bottom: 55px;
  }

  .item .text {
    padding-top: 30px;
    padding-left: 30px;
  }

  .item .text h4 {
    font-size: 19px;
    line-height: 29px;
  }
  
  .item .text h4 a {  
    font-size: 19px;
    line-height: 29px;
    /*  height: 117px;*/
  }       
  

  .item .text .colors {
    margin-bottom: 40px;
  }

  .item .text .colors span {
    width: 21px;
    height: 21px;
  }

  .item .text .price {
    font-size: 17px;
  }

  .item .text .buy a,
  .detail-link a {
    font-size: 16px;
    padding: 3px 24px;
    padding-top: 5px;
  }

  .item .text .no-price,.item .text .not-available {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .item .text .not-available a {
    font-size: 16px;
  }  

  .item .text p.category {
    font-size: 16px;
  }

  .footer-left .info {
    width: 42%;
  }

  .footer-right-item ul li,
  .footer-left .social a {
    font-size: 17px;
  }

  .footer-left .info a.phone {
    font-size: 28px;
  }

  .footer-left .info p.work-time {
    font-size: 15px;
    line-height: 21px;
  }

  .footer-search {
    height: 47px;
  }

  .footer-search a img {
    width: 20px;
  }

  .actions-title {
    padding-top: 55px;
    padding-bottom: 40px;
  }

  .actions-title p.sup {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .actions-title h1 {
    font-size: 42px;
  }

  .title-section .title-wrap {
    height: 430px;
    padding-bottom: 90px;
    padding-left: 100px;
  }

  .title-section .title-wrap p.sup {
    font-size: 12px;
  }

  .title-section .title-wrap h1 {
    font-size: 42px;
    line-height: 52px;
    margin-top: 20px;
  }

  main.catalog-main {
    padding-top: 55px;
  }

  aside.catalog-aside {
    padding-top: 65px;
  }

  .sort {
    margin-bottom: 25px;
  }

  .sort span,
  .sort .select-field,
  .sort .select-child {
    font-size: 15px;
  }

  .sort .select-wrap {
    width: 116px;
  }

  .sort .select-field {
    padding-left: 13px;
  }

  .sort .select-field::after {
    width: 12px;
    height: 7px;
  }

  .sort .select {
    top: 15px;
  }

  .sort .select-child {
    padding-right: 28px;
    padding-left: 7px;
  }

  .pagination {
    margin-bottom: 45px;
  }

  .pagination .left {
    font-size: 15px;
  }

  .pagination .left a {
    margin-left: 25px;
  }

  .pagination .center a,
  .pagination .center span {
    font-size: 20px;
    padding: 0 11px;
  }

  .pagination .right a {
    font-size: 15px;
  }

  .pagination .right a:last-child {
    margin-left: 40px;
  }

  .catalog-aside-item {
    margin-bottom: 20px;
  }

  .catalog-aside-item h3 {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .catalog-aside-item h3 span {
    font-size: 16px;
    top: -8px;
  }

  .catalog-aside-item ul li {
    margin-bottom: 16px;
    padding-left: 13px;
  }

  .catalog-aside-item ul li label {
    font-size: 13px;
    padding-left: 24px;
  }

  .catalog-aside-item ul li label::before {
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  .catalog-aside-item ul li label span.color {
    width: 15px;
    height: 15px;
    margin-right: 6px;
  }

  .catalog-aside-item ul.other {
    margin-top: 20px;
  }

  aside.catalog-aside {
    padding-right: 30px;
  }

  aside.catalog-aside button[type="reset"] {
    font-size: 13px;
  }

  .subscribe-section {
    padding-top: 130px;
    padding-bottom: 140px;
  }

  .subscribe-section h2 {
    font-size: 31px;
    line-height: 49px;
    margin-bottom: 40px;
  }

  .subscribe-section p {
    font-size: 19px;
    line-height: 38px;
    margin-top: 35px;
  }

  form.subscribe-form {
    width: 405px;
  }

  form.subscribe-form input {
    height: 52px;
    margin-bottom: 45px;
    font-size: 13px;
    padding: 0 15px;
  }

  form.subscribe-form input::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 50px;    
  }

  form.subscribe-form input::-moz-placeholder {
    font-size: 13px;
    line-height: 50px;    
  }

  form.subscribe-form input:-ms-input-placeholder {
    font-size: 13px;
    line-height: 50px;    
  }

  form.subscribe-form input::placeholder {
    font-size: 13px;
    line-height: 50px;    
  }

  form.subscribe-form button {
    width: 197px;
    font-size: 16px;
    height: auto;
    line-height: 100%;
    padding-top: 12px;
    padding-bottom: 9px;
  }

  .contacts-section {
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .contacts-left h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .contacts-left .phone {
    margin-bottom: 50px;
  }

  .contacts-left .phone a {
    font-size: 28px;
  }

  .contacts-left .phone p {
    font-size: 17px;
  }

  .contacts-left .info h3 {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .contacts-left .info p {
    font-size: 17px;
    line-height: 25px;
  }

  .contacts-right-item {
    margin-bottom: 15px;
  }

  .contacts-right-item span {
    font-size: 19px;
    margin-left: 8px;
  }

  .contacts-right-item img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .contacts-right-inner {
    width: 345px;
  }

  section.more-description p.text {
    font-size: 26px;
    line-height: 43px;
    padding-bottom: 75px;
  }

  .procuct-text .have {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .procuct-text h1 {
    font-size: 27px;
    line-height: 43px;
  }

  .procuct-text p.articul,
  .procuct-text .colors h4,
  .product-item-detail-info-container-title {
    font-size: 15px;
  }
  
  .product-item-detail-properties-artnumber dd,
  .product-item-detail-properties-artnumber dt {
    font-size: 15px;
  }  
    
/*
  .procuct-text .colors .color,
  .product-item-scu-item-color-container {
    width: 42px;
    height: 42px;
  }
/*
  .procuct-text .colors .color.green,
  .product-item-scu-item-color-container.selected {
    border-width: 2px;
  }
*/  
/*
  .product-item-scu-item-color {
    width: 35px;
    height: 35px;
    margin-top: -6px;
    margin-left: -4px;   
  }  
*/
  .procuct-text .counter .minus,
  .procuct-text .counter .plus {
    font-size: 40px;
  }

  .procuct-text .counter .center {
    margin: 0 21px;
  }

  .procuct-text .counter .center .count {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .procuct-text .counter .center span {
    font-size: 22px;
  }

  .procuct-text .price {
    font-size: 58px;
    margin-bottom: 30px;
  }

  .procuct-text .buttons {
    margin-bottom: 30px;
  }

  .procuct-text .buttons a {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .procuct-text .get h4 {
    margin-bottom: 10px;
  }

  .procuct-text .get h4 span {
    font-size: 17px;
  }

  .procuct-text .get h4 .select-field,
  .procuct-text .get h4 .select-child {
    font-size: 17px;
  }

  .procuct-text .get h4 .select-field {
    height: 40px;
  }

  .procuct-text .get h4 .select-field::after {
    width: 14px;
    height: 9px;
  }

  .procuct-text .get h4 .select {
    top: -1px;
  }

  .procuct-text .get p {
    font-size: 18px;
    line-height: 35px;
  }

  .procuct-slider-mini {
    width: 96px;
  }

  .procuct-slider-big {
    width: -webkit-calc(100% - 96px);
    width: calc(100% - 96px);
  }

  .procuct-subtitle-section {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .procuct-subtitle-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .procuct-subtitle-section p {
    font-size: 24px;
    line-height: 38px;
  }

  .characteristic-section h2 {
    font-size: 18px;
    margin-bottom: 65px;
  }

  .char-item {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 21px;
  }

  .production-item {
    margin-bottom: 70px;
  }

  .production-item .image {
    margin-bottom: 30px;
  }

  .production-item h3 {
    font-size: 20px;
  }

  .text-left {
    width: 66%;
  }

  .text-right {
    width: 34%;
  }

  .checkout-right h2 {
    margin-bottom: 27px;
  }

  .checkout-right h2 span {
    font-size: 27px;
  }

  .checkout-right h2 a {
    font-size: 14px;
    padding: 8px;
    padding-bottom: 5px;
  }

  .checkout-right-item {
    margin-top: 17px;
  }

  .checkout-right-item .title,
  .checkout-right-item .price {
    font-size: 17px;
  }

  .sub-total {
    padding: 15px 0;
    margin: 20px 0;
  }

  .sub-total-item,
  .bx-soa-cart-t {
    font-size: 17px;
  }

  .total .sum {
    font-size: 29px;
  }

  .total p {
    font-size: 15px;
    line-height: 29px;
  }

  .total p br {
    display: none;
  }

  .checkout-left-item .title,
  #bx-soa-order .bx-soa-section-title {
    font-size: 19px;
  }

  .checkout-left-item .title .number,
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count {
    width: 40px;
    height: 40px;
  }

  .checkout-left-item .title span,
  #bx-soa-order .bx-soa-section-title span {
    font-size: 13px;
    top: 21px;
    right: 40px;
  }

  .checkout-left-item .title span .star {
    font-size: 22px;
  }

  .checkout-left-item button,
  .bx-soa-more-btn a.btn,
  .bx-green .btn.btn-default {
    font-size: 20px;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 22px;
    padding-top: 25px;
  }

  .checkout-left-item .text h4 {
    font-size: 14px;
  }

  .bx-soa-coupon .bx-soa-coupon-label {
     font-size: 14px;
  }
  
  .checkout-left-item .text .input {
    margin-bottom: 27px;
  }

  .checkout-left-item .text input,
  .checkout-left-item .text .select-field {
    height: 55px;
  }

  .checkout-left-item .text input {
    font-size: 14px;
    border-width: 2px;
  }
  
  .bx-soa-coupon input,
  .bx-soa-coupon-input input[type="text"].form-control {
    height: 55px;
    font-size: 14px;
    border-width: 2px;    
  }  

  .checkout-left-item .text input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .checkout-left-item .text input::-moz-placeholder {
    font-size: 14px;
  }

  .checkout-left-item .text input:-ms-input-placeholder {
    font-size: 14px;
  }

  .checkout-left-item .text input::placeholder {
    font-size: 14px;
  }

  .checkout-left-item .text .select-field,
  .checkout-left-item .text .select-child {
    font-size: 14px;
  }

  .checkout-left-item .text .select-field {
    border-width: 2px;
  }

  .checkout-left-item .text .select-field::after {
    width: 16px;
    height: 10px;
  }

  .checkout-left-item .text .way-item label {
    font-size: 19px;
    padding-left: 42px;
  }

  .checkout-left-item .text .way-item label::before {
    width: 23px;
    height: 23px;
  }
  
  .way-item label {
    font-size: 19px;
    padding-left: 42px;
  }

  .way-item label::before {
    width: 23px;
    height: 23px;
  }  

  .radio-wrap.paypal {
    margin-bottom: 100px;
  }

  .radio-wrap label {
    font-size: 20px;
  }

  .radio-wrap label::before {
    width: 23px;
    height: 23px;
    left: -40px;
  }

  .radio-wrap label img {
    width: 100px;
  }

  p.card-data-sub {
    font-size: 19px;
  }

  p.card-data-sub img {
    width: 100px;
  }

  .third-checkout-left .text {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .third-checkout-left p {
    font-size: 19px;
    line-height: 45px;
  }

  .third-checkout-left .save label {
    font-size: 19px;
    padding-left: 38px;
  }

  .third-checkout-left .save label::before {
    width: 23px;
    height: 23px;
  }

  .third-checkout-left img {
    width: 100px;
    margin: 24px 0;
  }

  .cart-right .cart-get {
    margin-top: 40px;
  }

  .cart-right .cart-get h4 {
    margin-bottom: 5px;
  }

  .cart-right .cart-get h4 span,
  .cart-right .cart-get h4 .select-field,
  .cart-right .cart-get h4 .select-child {
    font-size: 18px;
  }

  .cart-right .cart-get h4 .select-wrap,
  .cart-right .cart-get h4 .select-field {
    height: 35px;
  }

  .cart-right .cart-get h4 .select-field::after {
    width: 14px;
    height: 9px;
  }

  .cart-right .cart-get p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 45px;
  }

  .cart-right .buttons a {
    font-size: 21px;
    margin-bottom: 23px;
    padding-top: 17px;
    padding-bottom: 13px;
    border-width: 2px;
  }

  .cart-right .cards-images {
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .cart-right .cards-images img {
    width: 90px;
  }

  .cart-right p.safe {
    font-size: 19px;
  }

  .cart-item {
    padding: 40px;
  }

  .cart-item .text {
    padding-left: 50px;
  }

  .cart-item .text h3 {
    font-size: 22px;
  }

  .cart-item .text p.articul,
  .cart-item .text .color {
    font-size: 16px;
  }

  .cart-item .text .color {
    margin-bottom: 35px;
  }

  .cart-item .text .color span {
    width: 24px;
    height: 24px;
  }

  .cart-item .text .counter-wrap .minus,
  .cart-item .text .counter-wrap .plus {
    font-size: 43px;
  }

  .cart-item .text .counter-wrap .center {
    margin: 0 22px;
  }

  .cart-item .text .counter-wrap .center input {
    width: 43px;
    height: 43px;
    font-size: 20px;
  }

  .cart-item .text .counter-wrap .center span {
    font-size: 19px;
  }

  .cart-item .text .counter .remove {
    font-size: 15px;
  }

  .cart-item .price {
    font-size: 28px;
    top: 40px;
    right: 50px;
  }

  .faq {
    margin-top: 50px;
    padding-left: 30px;
  }

  .faq-item h3 {
    font-size: 22px;
    padding-top: 26px;
    padding-bottom: 19px;
  }

  .faq-item p {
    padding: 22px 0;
    font-size: 20px;
    line-height: 36px;
  }

  .item .action {
    font-size: 18px;
    width: 100px;
    height: 34px;
    letter-spacing: 2px;
  }

  .item .new {
    font-size: 18px;
    width: 125px;
    height: 34px;
  }

  .footer-right-item ul li,
  .footer-left .social a {
    font-size: 12px;
  }

  .footer-left {
    width: 60%;
  }

  .footer-right {
    width: 40%;
  }

  .footer-left .info {
    width: 200px;
  }

  .footer-left .info a.phone {
    font-size: 17px;
  }

  .footer-left .info p.work-time {
    font-size: 11px;
    line-height: 17px;
  }

  .footer-left .info .all-rights p {
    font-size: 9px;
    margin-bottom: 17px;
  }

  .footer-left .info .all-rights img {
    width: 33px;
  }

  .popular-section h2 {
    font-size: 36px;
    margin-bottom: 70px;
  }  

  .shipping-item .title {
    font-size: 17px;
    border-bottom-width: 1px;
  }

  .shipping-item .title span {
    font-size: 24px;
  }

  .text-left h2 {
    font-size: 34px;
    margin-bottom: 23px;
  }

  .text-left h3 {
    font-size: 21px;
    margin-top: 32px;
  }

  .text-left h4 {
    font-size: 17px;
  }

  .text-left ul,
  .text-left ol {
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 28px;
  }

  .payment ul li {
    font-size: 17px;
    line-height: 31px;
  }

  .item .text {
    padding-top: 30px;
    padding-left: 30px;
  }

  .item .text h4 {
    font-size: 19px;
    line-height: 29px;
  }
  
  .item .text h4 a {  
    font-size: 19px;
    line-height: 29px;
  }      

  .item .text .price {
    font-size: 18px;
  }

  .item .text .buy a,
  .detail-link a {
    font-size: 18px;
    padding: 3px 30px;
    padding-top: 5px;
  }

  .item .text p.category {
    font-size: 17px;
  }

  .top-line-wrap .phone a {
    font-size: 16px;
  }

 
  
  #set_filter,
  #del_filter {
    font-size: 13px;        
  }    
  
  .procuct-section p.sup, 
  .procuct-section-top p.sup {
    font-size: 13px;
  }  
  
  form .contacts-form input {
    height: 52px;
    margin-bottom: 25px;
    border-width: 2px;
    margin-bottom: 16px;
    font-size: 13px;
  }  
  
  form .contacts-form input::-webkit-input-placeholder {
    font-size: 13px;
  }

  form .contacts-form input::-moz-placeholder {
    font-size: 13px;
  }

  form .contacts-form input:-ms-input-placeholder {
    font-size: 13px;
  }

  form .contacts-form input::placeholder {
    font-size: 13px;
  }

  form .contacts-form textarea {
    height: 220px;
    margin-bottom: 45px;
    border-width: 2px;
    font-size: 14px;
  }

  form .contacts-form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea::-moz-placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea::placeholder {
    font-size: 14px;
  }

  form .contacts-form button {
    font-size: 18px;
    padding: 7px 42px;
    padding-top: 11px;
  }  
  
  .bx-authform {
    width: 60%;
  }

  form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
    height: 52px;
    margin-bottom: 25px;
    border-width: 2px;
    margin-bottom: 16px;
    font-size: 13px;
  }

  form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder,
form[name="bform"] input[type="text"]::-webkit-input-placeholder,
form[name="bform"] input[type="password"]::-webkit-input-placeholder {
    font-size: 13px;
  }

  form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder,
form[name="bform"] input[type="text"]::-moz-placeholder,
form[name="bform"] input[type="password"]::-moz-placeholder {
    font-size: 13px;
  }

  form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder,
form[name="bform"] input[type="text"]::-ms-input-placeholder,
form[name="bform"] input[type="password"]::-ms-input-placeholder {
    font-size: 13px;
  }

  form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder,
form[name="bform"] input[type="text"]::placeholder
form[name="bform"] input[type="password"]::placeholder {
    font-size: 13px;
  }

  form[name="form_auth"] input[type="submit"],
form[name="bform"] input[type="submit"] {
    font-size: 18px;
    padding: 7px 42px;
    padding-top: 11px;
  }    
  
  .search-page input[type="text"] {
    height: 52px;
    margin-bottom: 25px;
    border-width: 2px;
    margin-bottom: 16px;
    font-size: 13px;
  }
   
  .search-page input[type="submit"] {
    font-size: 18px;
    padding: 7px 42px;
    padding-top: 11px;
  } 
  
  .product-item-scu-item-color-container {
    height: 21px;
    width: 21px;
  }     
  
  .product-item-scu-item-color-block {
    height: 21px;
    width: 21px;
  }

  .product-item-scu-item-color {
    height: 21px;
    width: 21px;
  }      
  
  .procuct-wrap .product-item-scu-item-color-container {
    width: 54px;
    height: 54px; 
    max-width: 54px;  
  }

  .procuct-wrap .product-item-scu-item-color-block {
    width: 46px;
    height: 46px;
  }   
    
  .procuct-wrap .product-item-scu-item-color {
    width: 46px;
    height: 46px;
  }      
}

@media screen and (max-width: 1700px) {

  header .slick-dots {
    bottom: -13px;
  }

  header .slick-dots li {
    height: 9px;
  }

  .top-line-discount {
    padding-top: 18px;
    padding-bottom: 16px;
    font-size: 13px;
  }

  .submenu-wrap {
    width: 700px;
    padding-left: 43px;
    padding-top: 35px;
    padding-bottom: 16px;
  }

  ul.submenu li {
    font-size: 13px;
    margin-bottom: 22px;
  }

  .top-menu {
    height: 100px;
  }

  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 10px;
  }

  .top-line-wrap ul.menu li {
    margin-right: 19px;
  }

  .top-line-wrap .log-reg a:last-child {
    margin-left: 30px;
  }

  .top-line-wrap .log-reg a:last-child::before {
    left: -17px;
    font-size: 14px;
  }

  .top-line-wrap .phone a {
    font-size: 14px;
    margin-left: 11px;
  }

  .top-line-wrap .phone img {
    width: 17px;
  }

  .logotype {
    padding-bottom: 29px;
    margin-right: 35px;
  }

  .first-menu > ul > li,
  .last-menu ul li {
    font-size: 13px;
  }

  .first-menu > ul > li > a,
  .last-menu ul li a {
    padding-bottom: 30px;
  }

  .last-menu ul li:first-child {
    margin-right: 26px;
  }

  .first-menu .search {
    padding-bottom: 17px;
    padding-left: 0;
  }

  .first-menu .search form {
    height: 38px;
  }

  .first-menu .search form input {
    font-size: 16px;
  }

  .first-menu .search form a img {
    width: 16px;
  }

  .last-menu .icons {
    padding-bottom: 24px;
  }

  .last-menu .icons .icon .digit {
    font-size: 13px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .last-menu .icons .icon:first-child img {
    width: 25px;
  }

  .last-menu .icons .icon:last-child {
    margin-left: 25px;
  }

  .last-menu .icons .icon:last-child img {
    width: 31px;
  }

  .last-menu .icons .icon:first-child .digit {
    left: -18px;
    top: -16px;
  }

  .header-item {
    height: 670px;
    padding-top: 242px;
  }

  .header-item-block {
    width: 530px;
  }

  .header-item-block h1 {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .header-item-block p {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 50px;
  }

  .header-item-block .more a {
    font-size: 15px;
    padding: 13px 33px;
    padding-bottom: 9px;
  }

  .second-section {
    padding-top: 55px;
    padding-bottom: 80px;
  }

  .third-section {
    padding-top: 70px;
  }

  .third-item {
    margin-bottom: 95px;
  }

  .third-item .img {
    margin-bottom: 45px;
  }

  .third-item .text {
    padding-left: 25px;
  }

  .third-item .text p {
    font-size: 18px;
    line-height: 35px;
  }

  .popular-section {
    padding-top: 140px;
    padding-bottom: 80px;
  }
/*
  .item .text {
    padding-top: 35px;
    padding-left: 30px;
  }

  .item .text h4,
  .item .text h4 a {
    font-size: 22px;
    line-height: 32px;
  }

  .item .text .colors {
    margin-bottom: 45px;
  }

  .item .text .colors span {
    width: 26px;
    height: 26px;
    margin-right: 7px;
  }
*/
  aside.catalog-aside {
    width: 19%;
  }

  main.catalog-main {
    width: 81%;
  }

  section.more-description p.text {
    width: 70%;
  }

  .procuct-subtitle-section p {
    width: 80%;
  }

  .product-description-section p {
    width: 80%;
  }        
  
  .product-description-section li {
    width: 80%;
  }     

  .characteristic-section h2 {
    font-size: 28px;
  }

  .char-wrap {
    width: 100%;
  }

  .char-item {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 19px;
  }

  .char-item .left {
    padding-right: 15px;
  }

  .char-item .right {
    padding-left: 15px;
  }

  .procuct-slider-mini {
    width: 91px;
  }

  .procuct-slider-mini .img {
    margin-bottom: 20px;
  }

  .procuct-slider-big {
    width: -webkit-calc(100% - 91px);
    width: calc(100% - 91px);
  }

  .procuct-text .buttons a {
    font-size: 15px;
  }

  .contacts-form-section {
    padding-bottom: 150px;
  }

  .third-item:nth-child(2n) {
    margin-top: 240px;
  }

  .text-left h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .text-left h3 {
    font-size: 20px;
    margin-top: 30px;
  }

  .text-left h4 {
    font-size: 16px;
  }

  .text-left ul,
  .text-left ol {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .shipping-item .title {
    font-size: 17px;
  }

  .shipping-item .text {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .payment ul li {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .payment ul li br {
    display: none;
  }

  .photo-slider-section {
    padding-bottom: 185px;
  }

  .photo-slider-section .slick-dots {
    bottom: -65px;
  }

  .photo-slider-section .slick-dots li {
    width: 55px;
    height: 4px;
    margin: 0 6px;
  }



  .item .action {
    height: auto;
    font-size: 15px;
    width: 93px;
    top: 19px;
    left: 19px;
  }

  .item .new {
    height: auto;
    font-size: 15px;
    width: 112px;
    top: 19px;
    left: 19px;
  }

  .item .heart {
    top: 19px;
    right: 19px;
  }

  .item .heart img {
    width: 27px;
  }
  
  .partners-section h2 {
    font-size: 12px;
    margin-bottom: 45px;
  }  
  
  .partners-item img {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }  
  
  .partners-section {
    padding-bottom: 80px;
  }  
  
  .partners-item {
    height: 100px;
  }  
  
  .procuct-section p.sup, 
  .procuct-section-top p.sup {
    font-size: 12px;
  }  
  
  .product-item-scu-item-color-container {
    height: 29px;
    width: 29px;
    margin-right: 5px;
  }  
  
  .product-item-scu-item-color-block {
    height: 21px;
    width: 21px;
  }

  .product-item-scu-item-color {
    height: 21px;
    width: 21px;
  }    
  
}

@media screen and (max-width: 1600px) {
  .top-line-discount {
    padding-top: 18px;
    padding-bottom: 16px;
    font-size: 13px;
  }

  .submenu-wrap {
    width: 700px;
    padding-left: 43px;
    padding-top: 35px;
    padding-bottom: 16px;
  }

  ul.submenu li {
    font-size: 13px;
    margin-bottom: 22px;
  }

  .top-menu {
    height: 94px;
  }

  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 10px;
  }

  .top-line-wrap ul.menu li {
    margin-right: 19px;
  }

  .top-line-wrap .log-reg a:last-child {
    margin-left: 30px;
  }

  .top-line-wrap .log-reg a:last-child::before {
    left: -17px;
    font-size: 14px;
  }

  .top-line-wrap .phone a {
    font-size: 14px;
    margin-left: 11px;
  }

  .top-line-wrap .phone img {
    width: 17px;
  }

  .logotype {
    padding-bottom: 28px;
    margin-right: 35px;
    width: -webkit-calc(17% - 35px);
    width: calc(17% - 35px);
  }

  .first-menu > ul > li,
  .last-menu ul li {
    font-size: 13px;
  }

  .first-menu > ul > li > a,
  .last-menu ul li a {
    padding-bottom: 29px;
  }

  .last-menu ul li:first-child {
    margin-right: 25px;
  }

  .first-menu .search {
    padding-bottom: 17px;
    padding-left: 0;
  }

  .first-menu .search form {
    height: 35px;
  }

  .first-menu .search form input {
    font-size: 14px;
  }

  .first-menu .search form a img {
    width: 15px;
  }

  .last-menu .icons {
    padding-bottom: 24px;
  }

  .last-menu .icons .icon .digit {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .last-menu .icons .icon:first-child img {
    width: 23px;
  }

  .last-menu .icons .icon:last-child {
    margin-left: 25px;
  }

  .last-menu .icons .icon:last-child img {
    width: 28px;
  }

  .last-menu .icons .icon:last-child .digit {
    top: -10px;
    left: -12px;
  }

  .last-menu .icons .icon:first-child .digit {
    left: -15px;
    top: -14px;
  }

  .last-menu {
    width: 21%;
  }

  .first-menu {
    margin-right: 30px;
    width: -webkit-calc(62% - 30px);
    width: calc(62% - 30px);
  }

  .header-item {
    height: 610px;
    padding-top: 218px;
  }

  .header-item-block {
    width: 480px;
  }

  .header-item-block h1 {
    font-size: 26px;
    margin-bottom: 26px;
  }

  .header-item-block p {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 45px;
  }

  .header-item-block .more a {
    font-size: 14px;
    padding: 11px 30px;
    padding-bottom: 9px;
  }

  .second-block-text h2 {
    font-size: 26px;
    margin-bottom: 26px;
  }

  .second-block-text p {
    font-size: 21px;
    line-height: 38px;
  }

  .third-section {
    padding-top: 50px;
  }

  .third-section h2 {
    font-size: 26px;
    margin-bottom: 55px;
  }

  .third-item {
    margin-bottom: 90px;
  }

  .third-item .img {
    margin-bottom: 40px;
  }

  .third-item .text {
    padding-left: 30px;
  }

  .third-item .text h3 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 13px;
  }

  .third-item .text p {
    font-size: 16px;
    line-height: 28px;
  }

  .third-item .text .buy {
    margin-top: 40px;
  }

  .third-item .text .buy a {
    font-size: 15px;
    padding: 2px 22px;
    padding-top: 4px;
  }

  .third-item:nth-child(2n) {
    margin-top: 200px;
  }

  .actions-title {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .actions-title p.sup {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .actions-title h1 {
    font-size: 38px;
  }

  .title-section .title-wrap {
    height: 400px;
    padding-bottom: 75px;
    padding-left: 80px;
  }

  .title-section .title-wrap p.sup {
    font-size: 12px;
  }

  .title-section .title-wrap h1 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 20px;
  }

  .sort {
    margin-bottom: 30px;
  }

  .sort span,
  .sort .select-field,
  .sort .select-child {
    font-size: 14px;
  }

  .sort .select-field {
    padding-left: 15px;
    height: 35px;
  }

  .sort .select {
    top: 2px;
  }

  .sort .select-wrap {
    width: 112px;
  }

  .pagination {
    margin-bottom: 40px;
  }

  .pagination .left {
    font-size: 14px;
  }

  .pagination .left a {
    margin-left: 20px;
  }

  .pagination .center a,
  .pagination .center span {
    font-size: 18px;
    padding: 0 8px;
  }

  .pagination .right a {
    font-size: 14px;
  }

  .pagination .right a:last-child {
    margin-left: 35px;
  }

  .subscribe-section {
    padding-top: 130px;
    padding-bottom: 140px;
  }

  .subscribe-section h2 {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 35px;
  }

  .subscribe-section p {
    font-size: 17px;
    line-height: 35px;
    margin-top: 30px;
  }

  form.subscribe-form {
    width: 363px;
  }

  form.subscribe-form input {
    height: 46px;
    margin-bottom: 37px;
    font-size: 12px;
    padding: 0 15px;
  }

  form.subscribe-form input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 44px;    
  }

  form.subscribe-form input::-moz-placeholder {
    font-size: 12px;
    line-height: 44px;    
  }

  form.subscribe-form input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 44px;    
  }

  form.subscribe-form input::placeholder {
    font-size: 12px;
    line-height: 44px;    
  }

  form.subscribe-form button {
    width: 180px;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 9px;
  }

  aside.catalog-aside {
    width: 20%;
  }

  main.catalog-main {
    width: 80%;
    padding-left: 30px;
  }

  .contacts-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .contacts-left h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .contacts-left .phone {
    margin-bottom: 45px;
  }

  .contacts-left .phone a {
    font-size: 26px;
  }

  .contacts-left .phone p {
    font-size: 16px;
  }

  .contacts-left .info h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .contacts-left .info p {
    font-size: 16px;
    line-height: 23px;
  }

  .contacts-right-item {
    margin-bottom: 9px;
  }

  .contacts-right-item span {
    font-size: 17px;
    margin-left: 5px;
  }

  .contacts-right-item img {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }

  .contacts-right-inner {
    width: 320px;
  }

  .contacts-form-section h2 {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  form.contacts-form input {
    height: 47px;
    margin-bottom: 25px;
    border-width: 1.5px;
    margin-bottom: 14px;
    font-size: 12px;
  }

  form.contacts-form input::-webkit-input-placeholder {
    font-size: 12px;
  }

  form.contacts-form input::-moz-placeholder {
    font-size: 12px;
  }

  form.contacts-form input:-ms-input-placeholder {
    font-size: 12px;
  }

  form.contacts-form input::placeholder {
    font-size: 12px;
  }

  form.contacts-form textarea {
    height: 200px;
    margin-bottom: 40px;
    border-width: 1.5px;
    font-size: 12px;
  }

  form.contacts-form textarea::-webkit-input-placeholder {
    font-size: 12px;
  }

  form.contacts-form textarea::-moz-placeholder {
    font-size: 12px;
  }

  form.contacts-form textarea:-ms-input-placeholder {
    font-size: 12px;
  }

  form.contacts-form textarea::placeholder {
    font-size: 12px;
  }

  form.contacts-form button {
    font-size: 16px;
    padding: 5px 34px;
    padding-top: 9px;
  }

  .procuct-text {
    padding-bottom: 80px;
  }

  .procuct-text .have {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .procuct-text h1 {
    font-size: 25px;
    line-height: 43px;
  }

  .procuct-text p.articul,
  .procuct-text .colors h4,
  .product-item-detail-info-container-title {
    font-size: 14px;
  }
  
  .product-item-detail-properties-artnumber dd,
  .product-item-detail-properties-artnumber dt {
    font-size: 14px;
  }    
/*
  .procuct-text .colors .color,
  .product-item-scu-item-color-container {
    width: 41px;
    height: 41px;
  }
/*
  .procuct-text .colors .color.green,
  .product-item-scu-item-color-container.selected {
    border-width: 3px;
  }
/*  
  .product-item-scu-item-color {
    width: 37px;
    height: 37px;
    margin-top: -2px;
    margin-left: -2px;   
  }    
*/
  .procuct-text .counter {
    margin-bottom: 40px;
  }

  .procuct-text .counter .minus,
  .procuct-text .counter .plus {
    font-size: 36px;
  }

  .procuct-text .counter .center .count {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .procuct-text .counter .center span {
    font-size: 18px;
  }

  .procuct-text .price {
    font-size: 52px;
    margin-bottom: 25px;
  }

  .procuct-text .buttons {
    margin-bottom: 25px;
  }

  .procuct-text .buttons a {
    font-size: 15px;
    padding-top: 9px;
    padding-bottom: 6px;
    border-width: 1.5px;
  }

  .procuct-text .get h4 {
    margin-bottom: 10px;
  }

  .procuct-text .get h4 span {
    font-size: 16px;
  }

  .procuct-text .get h4 .select-field,
  .procuct-text .get h4 .select-child {
    font-size: 16px;
  }

  .procuct-text .get h4 .select-field {
    height: 40px;
  }

  .procuct-text .get h4 .select-field::after {
    width: 14px;
    height: 9px;
  }

  .procuct-text .get h4 .select {
    top: 0;
  }

  .procuct-text .get p {
    font-size: 17px;
    line-height: 33px;
  }

  .procuct-slider-mini {
    width: 88px;
  }

  .procuct-slider-big {
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
  }
/*
  .procuct-section p.sup,
  .procuct-section-top p.sup {
    font-size: 16px;
  }
*/
  .procuct-title-section .buttons-wrap .scroll a {
    font-size: 13px;
    margin-right: 45px;
  }

  .procuct-title-section .buttons-wrap .buy a {
    font-size: 20px;
  }

  .procuct-title-section .text {
    height: 405px;
  }

  .procuct-title-section .text h2 {
    font-size: 26px;
  }

  .procuct-subtitle-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .procuct-subtitle-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .procuct-subtitle-section p {
    font-size: 22px;
    line-height: 35px;
  }
  
  .product-description-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  
  .product-description-section h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .product-description-section p {
    font-size: 28px;
    line-height: 49px;
  }    
  
  .product-description-section li {
    font-size: 28px;
    line-height: 49px;
  }      

  section.more-description .image {
    margin-bottom: 58px;
  }

  section.more-description p.text {
    font-size: 16px;
    line-height: 28px;
  }

  section.more-description h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .characteristic-section h2 {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .char-item {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 18px;
  }

  .production-section {
    padding-bottom: 90px;
  }

  .production-item {
    margin-bottom: 60px;
  }

  .production-item .image {
    margin-bottom: 30px;
  }

  .production-item h3 {
    font-size: 18px;
  }

  .checkout-right h2 {
    margin-bottom: 24px;
  }

  .checkout-right h2 span {
    font-size: 24px;
  }

  .checkout-right h2 a {
    font-size: 13px;
    padding: 7px;
    padding-bottom: 4px;
  }

  .checkout-right-item {
    margin-top: 14px;
  }

  .checkout-right-item .title,
  .checkout-right-item .price {
    font-size: 15px;
  }

  .sub-total {
    padding: 12px 0;
    margin: 17px 0;
  }

  .sub-total-item,
  .bx-soa-cart-t {
    font-size: 15px;
  }

  .total .sum {
    font-size: 26px;
  }

  .total p {
    font-size: 14px;
    line-height: 28px;
  }

  .checkout-left-item .title,
  #bx-soa-order .bx-soa-section-title {
    font-size: 17px;
  }

  .checkout-left-item .title .number,
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count {
    width: 36px;
    height: 36px;
  }

  .checkout-left-item .title span,
  #bx-soa-order .bx-soa-section-title span {
    font-size: 12px;
    top: 20px;
    right: 35px;
  }

  .checkout-left-item .title span .star {
    font-size: 20px;
  }

  .checkout-left-item button,
  .bx-soa-more-btn a.btn,
  .bx-green .btn.btn-default {
    font-size: 18px;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 20px;
    padding-top: 23px;
  }

  .checkout-left-item .text h4 {
    font-size: 14px;
  }
  
  .bx-soa-coupon .bx-soa-coupon-label {
     font-size: 14px;
  }  

  .checkout-left-item .text .input {
    margin-bottom: 25px;
  }

  .checkout-left-item .text input,
  .checkout-left-item .text .select-field {
    height: 50px;
  }

  .checkout-left-item .text input {
    font-size: 14px;
    border-width: 2px;
  }
  
  .bx-soa-coupon input,
  .bx-soa-coupon-input input[type="text"].form-control {
    height: 50px;
    font-size: 14px;
    border-width: 2px;    
  }  

  .checkout-left-item .text input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .checkout-left-item .text input::-moz-placeholder {
    font-size: 14px;
  }

  .checkout-left-item .text input:-ms-input-placeholder {
    font-size: 14px;
  }

  .checkout-left-item .text input::placeholder {
    font-size: 14px;
  }

  .checkout-left-item .text .select-field,
  .checkout-left-item .text .select-child {
    font-size: 14px;
  }

  .checkout-left-item .text .select-field {
    border-width: 2px;
  }

  .checkout-left-item .text .select-field::after {
    width: 16px;
    height: 10px;
  }

  .checkout-left-item .text .way-item label {
    font-size: 17px;
    padding-left: 38px;
  }

  .checkout-left-item .text .way-item label::before {
    width: 21px;
    height: 21px;
  }
  
  .way-item label {
    font-size: 17px;
    padding-left: 38px;
  }

  .way-item label::before {
    width: 21px;
    height: 21px;
  }  

  .radio-wrap.paypal {
    margin-bottom: 100px;
  }

  .radio-wrap label {
    font-size: 18px;
  }

  .radio-wrap label::before {
    width: 21px;
    height: 21px;
    left: -37px;
  }

  .radio-wrap label img {
    width: 90px;
  }

  p.card-data-sub {
    font-size: 18px;
  }

  p.card-data-sub img {
    width: 90px;
  }

  .third-checkout-left .text {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .third-checkout-left p {
    font-size: 17px;
    line-height: 42px;
  }

  .third-checkout-left .save label {
    font-size: 17px;
    padding-left: 35px;
  }

  .third-checkout-left .save label::before {
    width: 21px;
    height: 21px;
  }

  .third-checkout-left img {
    width: 90px;
    margin: 20px 0;
  }

  .cart-right .cart-get {
    margin-top: 30px;
  }

  .cart-right .cart-get h4 {
    margin-bottom: 5px;
  }

  .cart-right .cart-get h4 span,
  .cart-right .cart-get h4 .select-field,
  .cart-right .cart-get h4 .select-child {
    font-size: 16px;
  }

  .cart-right .cart-get h4 .select-wrap,
  .cart-right .cart-get h4 .select-field {
    height: 30px;
  }

  .cart-right .cart-get h4 .select-field::after {
    width: 12px;
    height: 8px;
  }

  .cart-right .cart-get p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 35px;
  }

  .cart-right .buttons a {
    font-size: 19px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 11px;
    border-width: 2px;
  }

  .cart-right .cards-images {
    margin-top: 40px;
    margin-bottom: 22px;
  }

  .cart-right .cards-images img {
    width: 80px;
  }

  .cart-right p.safe {
    font-size: 17px;
  }

  .cart-item {
    padding: 30px;
  }

  .cart-item .text {
    padding-left: 40px;
  }

  .cart-item .text h3 {
    font-size: 25px;
  }

  .cart-item .text p.articul,
  .cart-item .text .color {
    font-size: 13px;
  }

  .cart-item .text p.articul {
    margin-bottom: 15px;
  }

  .cart-item .text .color {
    margin-bottom: 30px;
  }

  .cart-item .text .color span {
    width: 21px;
    height: 21px;
  }

  .cart-item .text .counter-wrap .minus,
  .cart-item .text .counter-wrap .plus {
    font-size: 40px;
  }

  .cart-item .text .counter-wrap .center {
    margin: 0 20px;
  }

  .cart-item .text .counter-wrap .center input {
    width: 37px;
    height: 37px;
    font-size: 18px;
  }

  .cart-item .text .counter-wrap .center span {
    font-size: 18px;
  }

  .cart-item .text .counter .remove {
    font-size: 13px;
    border-width: 2px;
  }

  .cart-item .price {
    font-size: 25px;
    top: 30px;
    right: 40px;
  }

  .faq {
    margin-top: 40px;
    padding-left: 25px;
  }

  .faq-item h3 {
    font-size: 20px;
    padding-top: 24px;
    padding-bottom: 17px;
  }

  .faq-item p {
    padding: 20px 0;
    font-size: 18px;
    line-height: 34px;
  }

  .item .action {
    font-size: 14px;
    width: 85px;
  }

  .item .new {
    font-size: 14px;
    width: 100px;
  }

  .second-block-text h2 {
    font-size: 40px;
  }

  .second-block-text p {
    font-size: 23px;
    line-height: 45px;
  }

  
  form .contacts-form input {
    height: 47px;
    margin-bottom: 25px;
    border-width: 1.5px;
    margin-bottom: 14px;
    font-size: 12px;
  }  
  
  form .contacts-form input::-webkit-input-placeholder {
    font-size: 12px;
  }

  form .contacts-form input::-moz-placeholder {
    font-size: 12px;
  }

  form .contacts-form input:-ms-input-placeholder {
    font-size: 12px;
  }

  form .contacts-form input::placeholder {
    font-size: 12px;
  }

  form .contacts-form textarea {
    height: 200px;
    margin-bottom: 40px;
    border-width: 1.5px;
    font-size: 12px;
  }

  form .contacts-form textarea::-webkit-input-placeholder {
    font-size: 12px;
  }

  form .contacts-form textarea::-moz-placeholder {
    font-size: 12px;
  }

  form .contacts-form textarea:-ms-input-placeholder {
    font-size: 12px;
  }

  form .contacts-form textarea::placeholder {
    font-size: 12px;
  }

  form .contacts-form button {
    font-size: 16px;
    padding: 5px 34px;
    padding-top: 9px;
  }  
  
  .bx-authform {
    width: 60%;
  }

  form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
    height: 47px;
    margin-bottom: 25px;
    border-width: 1.5px;
    margin-bottom: 14px;
    font-size: 12px;
  }

  form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder,
form[name="bform"] input[type="text"]::-webkit-input-placeholder,
form[name="bform"] input[type="password"]::-webkit-input-placeholder {
    font-size: 12px;
  }

  form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder,
form[name="bform"] input[type="text"]::-moz-placeholder,
form[name="bform"] input[type="password"]::-moz-placeholder {
    font-size: 12px;
  }

  form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder,
form[name="bform"] input[type="text"]::-ms-input-placeholder,
form[name="bform"] input[type="password"]::-ms-input-placeholder {
    font-size: 12px;
  }

  form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder,
form[name="bform"] input[type="text"]::placeholder
form[name="bform"] input[type="password"]::placeholder {
    font-size: 12px;
  }

  form[name="form_auth"] input[type="submit"],
form[name="bform"] input[type="submit"] {
    font-size: 16px;
    padding: 5px 34px;
    padding-top: 9px;
  }    
  
  .search-page input[type="text"] {
    height: 47px;
    margin-bottom: 25px;
    border-width: 1.5px;
    margin-bottom: 14px;
    font-size: 12px;
  }
   
  .search-page input[type="submit"] {
    font-size: 16px;
    padding: 5px 34px;
    padding-top: 9px;
  }    
  
  .procuct-wrap .product-item-scu-item-color-container {
    width: 47px;
    height: 47px; 
    border-width: 3px;
    max-width: 47px;  
  }

  .procuct-wrap .product-item-scu-item-color-block {
    width: 41px;
    height: 41px;
  }  
    
  .procuct-wrap .product-item-scu-item-color {
    width: 41px;
    height: 41px;
  } 
  
  .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 26px;
    margin-top: 10px;  
    margin-bottom: 10px;
  }  
  
  .summa-descr {
    font-size: 14px;
    line-height: 28px;
  }      
}

@media screen and (max-width: 1500px) {

    .mfi_logo {
      position: absolute;
      top: 190px;
      left: -15px;
      width: 57px;
      height: 56px;
      background: url(../img/mfi_logo.png);
    }

    .lightning_logo {
      position: absolute;
      top: 190px;
      left: 225px;
      width: 61px;
      height: 57px;
      background: url(../img/lightning_logo.png);
    }  

  header .slick-dots {
    bottom: -10px;
  }

  header .slick-dots li {
    height: 7px;
  }

  .top-line-discount {
    padding-top: 18px;
    padding-bottom: 16px;
    font-size: 13px;
  }

  .submenu-wrap {
    width: 615px;
    padding-left: 39px;
    padding-top: 33px;
    padding-bottom: 14px;
  }

  ul.submenu li {
    font-size: 12px;
    margin-bottom: 19px;
  }

  .top-menu {
    height: 87px;
  }

  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 9px;
  }

  .top-line-wrap ul.menu li {
    margin-right: 19px;
  }

  .top-line-wrap .log-reg a:last-child {
    margin-left: 30px;
  }

  .top-line-wrap .log-reg a:last-child::before {
    left: -17px;
    font-size: 14px;
  }

  .top-line-wrap .phone a {
    font-size: 14px;
    margin-left: 11px;
  }

  .top-line-wrap .phone img {
    width: 17px;
  }

  .logotype {
    padding-bottom: 25px;
    margin-right: 25px;
    width: -webkit-calc(17% - 25px);
    width: calc(17% - 25px);
  }

  .first-menu > ul > li,
  .last-menu ul li {
    font-size: 12px;
  }

  .first-menu > ul > li > a,
  .last-menu ul li a {
    padding-bottom: 27px;
  }

  .last-menu ul li:first-child {
    margin-right: 25px;
  }

  .first-menu .search {
    padding-bottom: 17px;
    padding-left: 0;
  }

  .first-menu .search form {
    height: 33px;
  }

  .first-menu .search form input {
    font-size: 13px;
  }

  .first-menu .search form a img {
    width: 14px;
  }

  .last-menu .icons {
    padding-bottom: 22px;
  }

  .last-menu .icons .icon .digit {
    font-size: 11px;
    width: 22px;
    height: 22px;
    line-height: 22px;
  }

  .last-menu .icons .icon:first-child img {
    width: 23px;
  }

  .last-menu .icons .icon:last-child {
    margin-left: 25px;
  }

  .last-menu .icons .icon:last-child img {
    width: 28px;
  }

  .last-menu .icons .icon:last-child .digit {
    top: -10px;
    left: -12px;
  }

  .last-menu .icons .icon:first-child .digit {
    left: -15px;
    top: -14px;
  }

  .header-item {
    height: 550px;
    padding-top: 193px;
  }

  .header-item-block {
    width: 445px;
  }

  .header-item-block h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .header-item-block p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 40px;
  }

  .header-item-block .more a {
    font-size: 13px;
    padding: 10px 30px;
    padding-bottom: 7px;
  }

  .second-section {
    padding-top: 45px;
    padding-bottom: 70px;
  }

  .second-block-img {
    margin-bottom: 60px;
  }

  .second-block-text h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .second-block-text p {
    font-size: 19px;
    line-height: 33px;
  }

  .third-section {
    padding-top: 40px;
  }

  .third-section h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .third-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 80px;
  }

  .third-item .text {
    padding-left: 30px;
  }

  .third-item .text h3 {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 13px;
  }

  .third-item:nth-child(2n) {
    margin-top: 200px;
  }

  .third-wrap {
    margin: 0 -15px;
  }

  .partners-section .slick-dots li {
    width: 47px;
    height: 3px;
    margin: 0 4px;
  }

  .popular-section {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .popular-section h2 {
    font-size: 24px;
    margin-bottom: 45px;
  }

  .items-wrap {
    margin: 0 -15px;
  }

  .item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }

  .item .text {
    padding-top: 25px;
    padding-left: 20px;
  }

  .item .text h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  
  .item .text h4 a {  
    font-size: 16px;
    line-height: 24px;
  }      

  .item .text .colors {
    margin-bottom: 32px;
  }

  .item .text .colors span {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }

  .item .text .price {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .item .text .buy,
  .detail-link {
    margin-bottom: 25px;
  }

  .item .text .buy a,
  .detail-link {
    font-size: 15px;
    padding: 4px 22px;
    padding-bottom: 2px;
    line-height: 20px;
  }

  .item .text .no-price,.item .text .not-available {
    font-size: 14px;
    margin-bottom: 11px;
  }
  
  .item .text .not-available a {
    font-size: 14px;
    margin-bottom: 28px;
  }  

  .item .text p.category {
    font-size: 14px;
  }

  .footer-left {
    width: 60%;
  }

  .footer-right {
    width: 40%;
  }

  .footer-right-item ul li,
  .footer-left .social a {
    font-size: 11px;
  }

  .footer-search {
    height: 43px;
  }

  .footer-search input {
    font-size: 16px;
  }

  .footer-search input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .footer-search input::-moz-placeholder {
    font-size: 16px;
  }

  .footer-search input:-ms-input-placeholder {
    font-size: 16px;
  }

  .footer-search input::placeholder {
    font-size: 16px;
  }

  .footer-search a img {
    width: 18px;
  }

  .title-section .title-wrap {
    height: 380px;
    padding-bottom: 65px;
  }

  .title-section .title-wrap p.sup {
    font-size: 11px;
  }

  .title-section .title-wrap h1 {
    font-size: 38px;
    line-height: 52px;
    margin-top: 18px;
  }

  .sort {
    margin-bottom: 25px;
  }

  .sort span,
  .sort .select-field,
  .sort .select-child {
    font-size: 13px;
  }

  .sort .select-field {
    padding-left: 12px;
  }

  .sort .select-field::after {
    width: 10px;
    height: 6px;
  }

  .sort .select {
    top: 4px;
  }

  .sort .select-wrap {
    width: 105px;
  }

  .sort .select-child {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 2px;
  }

  .pagination {
    margin-bottom: 35px;
  }

  .pagination .left {
    font-size: 13px;
  }

  .pagination .left a {
    margin-left: 17px;
  }

  .pagination .center a,
  .pagination .center span {
    font-size: 16px;
    padding: 0 6px;
  }

  .pagination .right a {
    font-size: 13px;
  }

  .pagination .right a:last-child {
    margin-left: 30px;
  }

  .catalog-wrap {
    margin: 0 -15px;
  }

  .catalog-wrap .item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }

  aside.catalog-aside {
    padding-top: 60px;
  }

  main.catalog-main {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .catalog-wrap .item {
    margin-bottom: 100px;
  }

  .item .heart {
    top: 20px;
    right: 20px;
  }

  .item .heart img {
    width: 37px;
  }

  .item .action {
    top: 20px;
    left: 20px;
  }

  .item .new {
    top: 20px;
    left: 20px;
  }

  .catalog-aside-item {
    margin-bottom: 14px;
  }

  .catalog-aside-item h3 {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .catalog-aside-item h3 span {
    font-size: 14px;
  }

  .catalog-aside-item ul li {
    margin-bottom: 14px;
  }

  .catalog-aside-item ul li label {
    font-size: 12px;
    padding-left: 21px;
  }

  .catalog-aside-item ul li label::before {
    width: 11px;
    height: 11px;
  }

  .catalog-aside-item ul li label span.color {
    width: 14px;
    height: 14px;
  }

  aside.catalog-aside button[type="reset"] {
    font-size: 12px;
  }

  .procuct-title-section .buttons-wrap .scroll a {
    font-size: 12px;
    margin-right: 40px;
  }

  .procuct-title-section .buttons-wrap .buy a {
    font-size: 18px;
  }

  .procuct-title-section .text {
    height: 365px;
  }

  .procuct-title-section .text h2 {
    font-size: 24px;
  }

  .procuct-subtitle-section {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .procuct-subtitle-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .procuct-subtitle-section p {
    font-size: 20px;
    line-height: 33px;
  }
  
  .product-description-section {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  
  .product-description-section h2 {
    font-size: 38px;
    margin-bottom: 25px;
  }

  .product-description-section p {
    font-size: 26px;
    line-height: 47px;
  }      
  
  .product-description-section li {
    font-size: 26px;
    line-height: 47px;
  }       

  section.more-description h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  section.more-description p.text {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 70px;
  }

  section.more-description .image {
    margin-bottom: 60px;
  }

  .characteristic-section h2 {
    font-size: 15px;
    margin-bottom: 45px;
  }

  .char-item {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 17px;
  }

  .procuct-slider-mini {
    width: 84px;
  }

  .procuct-slider-mini .img {
    margin-bottom: 10px;
  }

  .procuct-slider-big {
    width: -webkit-calc(100% - 84px);
    width: calc(100% - 84px);
  }

  .procuct-section p.sup {
    font-size: 11px;
    margin-bottom: 30px;
  }

  .procuct-text .have {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .procuct-text h1 {
    font-size: 22px;
    line-height: 38px;
  }

  .procuct-text p.articul,
  .procuct-text .colors h4,
  .product-item-detail-info-container-title {
    font-size: 13px;
  }
  
  .product-item-detail-properties-artnumber dd,
  .product-item-detail-properties-artnumber dt {
    font-size: 13px;
  }    
/*
  .procuct-text .colors .color,
  .product-item-scu-item-color-container {
    width: 39px;
    height: 39px;
  }

  .procuct-text .colors .color.green,
  .product-item-scu-item-color-container.selected {
    border-width: 4px;
  }
  
  .product-item-scu-item-color {
    width: 37px;
    height: 37px;
    margin-top: -2px;
    margin-left: -2px;   
  }    
*/
  .procuct-text .counter {
    margin-bottom: 40px;
  }

  .procuct-text .counter .minus,
  .procuct-text .counter .plus {
    font-size: 32px;
  }

  .procuct-text .counter .center {
    margin: 0 17px;
  }

  .procuct-text .counter .center .count {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .procuct-text .counter .center span {
    font-size: 16px;
  }

  .procuct-text .price {
    font-size: 46px;
    margin-bottom: 20px;
  }

  .procuct-text .buttons {
    margin-bottom: 20px;
  }

  .procuct-text .buttons a {
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 6px;
  }

  .procuct-text .get h4 {
    margin-bottom: 10px;
  }

  .procuct-text .get h4 span {
    font-size: 14px;
  }

  .procuct-text .get h4 .select-field,
  .procuct-text .get h4 .select-child {
    font-size: 14px;
  }

  .procuct-text .get h4 .select-field {
    height: 40px;
  }

  .procuct-text .get h4 .select-field::after {
    width: 12px;
    height: 7px;
    right: 20px;
  }

  .procuct-text .get h4 .select {
    top: 1px;
  }

  .procuct-text .get p {
    font-size: 16px;
    line-height: 27px;
  }

  .procuct-slider-mini .slick-prev,
  .procuct-slider-mini .slick-next {
    width: 35px;
    height: 19px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .procuct-slider-big {
    padding-right: 5%;
  }

  .contacts-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .contacts-left h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .contacts-left .phone {
    margin-bottom: 45px;
  }

  .contacts-left .phone a {
    font-size: 24px;
  }

  .contacts-left .phone p {
    font-size: 14px;
  }

  .contacts-left .info h3 {
    font-size: 14px;
    margin-bottom: 17px;
  }

  .contacts-left .info p {
    font-size: 14px;
    line-height: 20px;
  }

  .contacts-form-section {
    padding-bottom: 130px;
  }

  .contacts-form-section h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 27px;
  }

  .contacts-form input {
    height: 44px;
    margin-bottom: 13px;
    font-size: 11px;
    border-width: 1px;
  }

  .contacts-form input::-webkit-input-placeholder {
    font-size: 11px;
  }

  .contacts-form input::-moz-placeholder {
    font-size: 11px;
  }

  .contacts-form input:-ms-input-placeholder {
    font-size: 11px;
  }

  .contacts-form input::placeholder {
    font-size: 11px;
  }

  .contacts-form textarea {
    height: 185px;
    font-size: 11px;
    border-width: 1px;
    margin-bottom: 35px;
  }

  .contacts-form textarea::-webkit-input-placeholder {
    font-size: 11px;
  }

  .contacts-form textarea::-moz-placeholder {
    font-size: 11px;
  }

  .contacts-form textarea:-ms-input-placeholder {
    font-size: 11px;
  }

  .contacts-form textarea::placeholder {
    font-size: 11px;
  }

  .contacts-form button {
    font-size: 14px;
    padding: 4px 30px;
    padding-top: 8px;
  }

  .text-left h2 {
    font-size: 30px;
    margin-bottom: 17px;
  }

  .text-left h3 {
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 17px;
  }

  .text-left h4 {
    font-size: 14px;
  }

  .text-left ul,
  .text-left ol {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .shipping-item .title {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .shipping-item .title span {
    font-size: 20px;
  }

  .shipping-item .text {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .payment ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 17px;
  }

  .production-section {
    padding-bottom: 90px;
  }

  .production-wrap {
    margin: 0 -15px;
  }

  .production-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 50px;
  }

  .production-item .image {
    margin-bottom: 25px;
  }

  .production-item h3 {
    font-size: 17px;
  }

  .contacts-right-item {
    margin-bottom: 13px;
  }

  .contacts-right-item img {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-top: -10px;
  }

  .contacts-right-item span {
    font-size: 15px;
    line-height: 24px;
    margin-left: 3px;
  }

  .contacts-right-inner {
    width: 245px;
  }

  .photo-slider-section {
    padding-bottom: 150px;
  }

  .photo-slider-section .slick-dots {
    bottom: -53px;
  }

  .photo-slider-section .slick-dots li {
    width: 47px;
    height: 3px;
    margin: 0 4px;
  }
  
  #set_filter,
  #del_filter {
    font-size: 12px;        
  }    
  
  .procuct-section p.sup, 
  .procuct-section-top p.sup {
    font-size: 11px;
  }  
  
  form .contacts-form input::-webkit-input-placeholder {
    font-size: 11px;
  }

  form .contacts-form input::-moz-placeholder {
    font-size: 11px;
  }

  form .contacts-form input:-ms-input-placeholder {
    font-size: 11px;
  }

  form .contacts-form input::placeholder {
    font-size: 11px;
  }

  form .contacts-form textarea {
    height: 185px;
    font-size: 11px;
    border-width: 1px;
    margin-bottom: 35px;
  }

  form .contacts-form textarea::-webkit-input-placeholder {
    font-size: 11px;
  }

  form .contacts-form textarea::-moz-placeholder {
    font-size: 11px;
  }

  form .contacts-form textarea:-ms-input-placeholder {
    font-size: 11px;
  }

  form .contacts-form textarea::placeholder {
    font-size: 11px;
  }

  form .contacts-form button {
    font-size: 14px;
    padding: 4px 30px;
    padding-top: 8px;
  }  
  
  .bx-authform {
    width: 60%;
  }

  form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
    font-size: 11px;
  }

  form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder,
form[name="bform"] input[type="text"]::-webkit-input-placeholder,
form[name="bform"] input[type="password"]::-webkit-input-placeholder {
    font-size: 11px;
  }

  form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder,
form[name="bform"] input[type="text"]::-moz-placeholder,
form[name="bform"] input[type="password"]::-moz-placeholder {
    font-size: 11px;
  }

  form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder,
form[name="bform"] input[type="text"]::-ms-input-placeholder,
form[name="bform"] input[type="password"]::-ms-input-placeholder {
    font-size: 11px;
  }

  form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder,
form[name="bform"] input[type="text"]::placeholder
form[name="bform"] input[type="password"]::placeholder {
    font-size: 11px;
  }

  form[name="form_auth"] input[type="submit"],
form[name="bform"] input[type="submit"] {
    font-size: 14px;
    padding: 4px 30px;
    padding-top: 8px;
  }       
  
  .search-page input[type="text"] {
    font-size: 11px;
  }
   
  .search-page input[type="submit"] {
    font-size: 14px;
    padding: 4px 30px;
    padding-top: 8px;
  }  
  
  .product-item-scu-item-color-container {
    height: 18px;
    width: 18px;
    margin-right: 5px;
  }  
  
  .product-item-scu-item-color-block {
    height: 18px;
    width: 18px;
  }

  .product-item-scu-item-color {
    height: 18px;
    width: 18px;
  }    
  
  .procuct-wrap .product-item-scu-item-color-container {
    width: 45px;
    height: 45px;  
    max-width: 45px; 
  }

  .procuct-wrap .product-item-scu-item-color-block {
    width: 39px;
    height: 39px;
  }  
    
  .procuct-wrap .product-item-scu-item-color {
    height: 39px;
    width: 39px;
  }  
  
}

@media screen and (max-width: 1400px) {

  header .slick-dots {
    bottom: -9px;
  }

  header .slick-dots li {
    height: 6px;
  }

  .first-menu {
    width: -webkit-calc(60% - 30px);
    width: calc(60% - 30px);
  }

  .last-menu {
    width: 23%;
  }

  .top-line-discount {
    padding-top: 15px;
    padding-bottom: 13px;
    font-size: 11px;
  }

  .submenu-wrap {
    width: 1000px;
  }

  .submenu-wrap {
    width: 535px;
    padding-left: 33px;
    padding-top: 28px;
    padding-bottom: 10px;
  }

  ul.submenu li {
    font-size: 10px;
    margin-bottom: 16px;
  }

  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 9px;
  }

  .top-line-wrap ul.menu li {
    margin-right: 19px;
  }

  .top-line-wrap .log-reg a:last-child {
    margin-left: 30px;
  }

  .top-line-wrap .log-reg a:last-child::before {
    left: -17px;
    font-size: 13px;
  }

  .top-line-wrap .phone a {
    font-size: 12px;
    margin-left: 11px;
  }

  .top-line-wrap .phone img {
    width: 15px;
  }

  .logotype {
    padding-bottom: 23px;
  }

  .first-menu > ul {
    margin-right: 10px;
  }

  .first-menu > ul > li,
  .last-menu ul li {
    font-size: 10px;
  }

  .first-menu > ul > li > a,
  .last-menu ul li a {
    padding-bottom: 24px;
  }

  .last-menu ul li:first-child {
    margin-right: 25px;
  }

  .first-menu .search {
    padding-bottom: 13px;
    padding-left: 0;
  }

  .first-menu .search form {
    height: 30px;
  }

  .first-menu .search form input {
    font-size: 12px;
  }

  .first-menu .search form a img {
    width: 12px;
  }

  .last-menu .icons {
    padding-bottom: 18px;
  }

  .last-menu .icons .icon .digit {
    /*font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;*/    
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 10px;
  }

  .last-menu .icons .icon:first-child img {
    width: 20px;
  }

  .last-menu .icons .icon:last-child {
    margin-left: 20px;
  }

  .last-menu .icons .icon:last-child img {
    width: 25px;
  }

  .last-menu .icons .icon:last-child .digit {
    /*top: -7px;
    left: -9px;*/
    top: -4px;
    left: -6px;
  }

  .last-menu .icons .icon:first-child .digit {
    /*left: -13px;
    top: -11px;*/
    left: -9px;
    top: -6px;
  }

  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 11px;
  }

  .top-line-wrap .phone a {
    font-size: 15px;
  }

  .top-line-wrap .phone img {
    width: 16px;
  }


  .header-item {
    height: 485px;
    padding-top: 170px;
  }

  .header-item-block {
    width: 608px;
  }

  .header-item-block h1 {
    font-size: 21px;
    margin-bottom: 21px;
  }

  .header-item-block p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 35px;
  }

  .header-item-block .more a {
    font-size: 12px;
    padding: 9px 27px;
    padding-bottom: 7px;
  }

  .second-section {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .second-block-img {
    margin-bottom: 40px;
  }

  .second-block-text h2 {
    font-size: 21px;
    margin-bottom: 21px;
  }

  .second-block-text p {
    font-size: 17px;
    line-height: 28px;
  }

  .third-section {
    padding-top: 30px;
  }

  .third-section h2 {
    font-size: 21px;
    margin-bottom: 40px;
  }

  .third-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 70px;
  }

  .third-item .img {
    margin-bottom: 25px;
  }

  .third-item .text {
    padding-left: 20px;
  }

  .third-item .text h3 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .third-item .text p {
    font-size: 14px;
    line-height: 22px;
  }

  .third-item .text .buy {
    margin-top: 40px;
  }

  .third-item .text .buy a {
    font-size: 13px;
    padding: 2px 20px;
    padding-top: 4px;
  }

  .third-item:nth-child(2n) {
    margin-top: 160px;
  }

  .photo-slider-section {
    padding-bottom: 200px;
  }

  .partners-section {
    padding-bottom: 105px;
  }

  .partners-section h2 {
    font-size: 10px;
    margin-bottom: 35px;
  }

  .partners-section .slick-dots {
    bottom: -47px;
  }
/*
  .partners-item {
    height: 120px;
  }
*/
  .partners-item img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .popular-section {
    padding-top: 100px;
  }

  .popular-section h2 {
    font-size: 21px;
    margin-bottom: 40px;
  }

  .item .text {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 5px;
  }
  .item .text .no-price, .item .text .not-available {
    margin-bottom: 11px;
  }
  .item .text h4,
  .item .text h4 a {
    font-size: 14px;
    line-height: 22px;
      height: auto;
  }

  .item .text .colors {
    margin-bottom: 30px;
  }

  .item .text .colors span {
    width: 16px;
    height: 16px;
    margin-right: 3px;
  }

  .item .text .price {
    font-size: 14px;
  }

  .item .text .buy a,
  .detail-link a {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item .text .no-price,
  .item .text .not-available {
    font-size: 13px;
  }
  
  .item .text .not-available a {
    font-size: 13px;
  }  

  .item .text p.category {
    font-size: 13px;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .footer-right-item ul li,
  .footer-left .social a {
    font-size: 9px;
  }

  .footer-left .info {
    margin-right: 5px;
  }

  .footer-left .info a.phone {
    font-size: 16px;
  }

  .footer-left .info p.work-time {
    font-size: 9px;
    line-height: 14px;
  }

  .footer-left .info .all-rights {
    margin-top: 43px;
  }

  .footer-left .info .all-rights p {
    font-size: 9px;
  }

  .footer-search {
    height: 39px;
  }

  .footer-search input {
    font-size: 14px;
  }

  .footer-search input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .footer-search input::-moz-placeholder {
    font-size: 14px;
  }

  .footer-search input:-ms-input-placeholder {
    font-size: 14px;
  }

  .footer-search input::placeholder {
    font-size: 14px;
  }

  .footer-search a img {
    width: 15px;
  }

  .actions-title {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .actions-title p.sup {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .actions-title h1 {
    font-size: 32px;
  }

  .title-section .title-wrap {
    height: 345px;
    padding-bottom: 60px;
    padding-left: 70px;
  }

  .title-section .title-wrap p.sup {
    font-size: 10px;
  }

  .title-section .title-wrap h1 {
    font-size: 34px;
    line-height: 45px;
    margin-top: 17px;
  }

  .sort {
    margin-bottom: 17px;
  }

  .sort span,
  .sort .select-field,
  .sort .select-child {
    font-size: 12px;
  }

  .sort .select-field {
    padding-left: 11px;
  }

  .sort .select-field::after {
    width: 9px;
    height: 5px;
  }

  .sort .select {
    top: 5px;
  }

  .sort .select-wrap {
    width: 99px;
  }

  .pagination {
    margin-bottom: 30px;
  }

  .pagination .left {
    font-size: 12px;
  }

  .pagination .left a {
    margin-left: 15px;
  }

  .pagination .center a,
  .pagination .center span {
    font-size: 15px;
    padding: 0 8px;
  }

  .pagination .right a {
    font-size: 12px;
  }

  .pagination .right a:last-child {
    margin-left: 30px;
  }

  .catalog-aside-item {
    margin-bottom: 10px;
  }

  .catalog-aside-item h3 {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .catalog-aside-item h3 span {
    font-size: 14px;
  }

  .catalog-aside-item ul li {
    margin-bottom: 12px;
    padding-left: 5px;
  }

  .catalog-aside-item ul li label {
    font-size: 11px;
    padding-left: 18px;
  }

  .catalog-aside-item ul li label::before {
    width: 10px;
    height: 10px;
    border-width: 1px;
    top: 40%;
  }

  .catalog-aside-item ul li label span.color {
    width: 12px;
    height: 12px;
    margin-right: 7px;
  }

  .catalog-aside-item ul.other {
    margin-top: 10px;
  }

  aside.catalog-aside {
    padding-right: 20px;
  }

  aside.catalog-aside button[type="reset"] {
    font-size: 12px;
  }

  .subscribe-section {
    padding: 80px 0;
  }

  .subscribe-section h2 {
    font-size: 24px;
    line-height: 39px;
    margin-bottom: 30px;
  }

  .subscribe-section p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 25px;
  }

  form.subscribe-form {
    width: 325px;
  }

  form.subscribe-form input {
    height: 41px;
    margin-bottom: 32px;
    font-size: 11px;
    padding: 0 10px;
  }

  form.subscribe-form input::-webkit-input-placeholder {
    font-size: 11px;
    line-height: 38px;    
  }

  form.subscribe-form input::-moz-placeholder {
    font-size: 11px;
    line-height: 38px;    
  }

  form.subscribe-form input:-ms-input-placeholder {
    font-size: 11px;
    line-height: 38px;    
  }

  form.subscribe-form input::placeholder {
    font-size: 11px;
    line-height: 38px;    
  }

  form.subscribe-form button {
    width: 155px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 7px;
  }

  .procuct-title-section .buttons-wrap .scroll a {
    font-size: 11px;
    margin-right: 35px;
  }

  .procuct-title-section .buttons-wrap .buy a {
    font-size: 16px;
  }

  .procuct-title-section .text {
    height: 320px;
  }

  .procuct-title-section .text h2 {
    font-size: 21px;
  }

  .procuct-subtitle-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .procuct-subtitle-section h2 {
    font-size: 20px;
    margin-bottom: 17px;
  }

  .procuct-subtitle-section p {
    font-size: 17px;
    line-height: 27px;
  }

  .product-description-section p {
    font-size: 22px;
    line-height: 42px;
  }        

  .product-description-section li {
    font-size: 22px;
    line-height: 42px;
  }       
  
  section.more-description p.text {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 55px;
  }

  section.more-description .image {
    margin-bottom: 50px;
  }

  section.more-description h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .characteristic-section h2 {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .char-item {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
  }

  .contacts-section {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .contacts-left h2 {
    font-size: 29px;
    margin-bottom: 20px;
  }

  .contacts-left .phone {
    margin-bottom: 35px;
  }

  .contacts-left .phone a {
    font-size: 21px;
  }

  .contacts-left .phone p {
    font-size: 13px;
  }

  .contacts-left .info h3 {
    font-size: 13px;
  }

  .contacts-left .info p {
    font-size: 13px;
    line-height: 18px;
  }

  .contacts-right-inner {
    width: 300px;
  }

  .contacts-right-item {
    margin-bottom: 25px;
  }

  .contacts-right-item span {
    font-size: 19px;
    line-height: 35px;
    margin-left: 15px;
  }

  .contacts-form-section {
    padding-bottom: 90px;
  }

  .contacts-form-section h2 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 23px;
  }

  .contacts-form input {
    width: 55%;
    height: 40px;
    margin-bottom: 13px;
    font-size: 10px;
    padding: 0 10px;
  }

  .contacts-form input::-webkit-input-placeholder {
    font-size: 10px;
  }

  .contacts-form input::-moz-placeholder {
    font-size: 10px;
  }

  .contacts-form input:-ms-input-placeholder {
    font-size: 10px;
  }

  .contacts-form input::placeholder {
    font-size: 10px;
  }

  .contacts-form textarea {
    height: 175px;
    font-size: 10px;
    margin-bottom: 30px;
  }

  .contacts-form textarea::-webkit-input-placeholder {
    font-size: 10px;
  }

  .contacts-form textarea::-moz-placeholder {
    font-size: 10px;
  }

  .contacts-form textarea:-ms-input-placeholder {
    font-size: 10px;
  }

  .contacts-form textarea::placeholder {
    font-size: 10px;
  }

  .contacts-form button {
    font-size: 12px;
    padding: 4px 27px;
    padding-top: 7px;
  }

  .text-left h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .text-left h3 {
    font-size: 17px;
    margin-top: 25px;
  }

  .text-left h4 {
    font-size: 13px;
  }

  .text-left ul,
  .text-left ol {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 17px;
  }

  .contacts-right-item img {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .contacts-right-item span {
    font-size: 14px;
    line-height: 23px;
    margin-left: 1px;
  }

  .contacts-right-inner {
    width: 220px;
  }

  .shipping {
    margin-bottom: 65px;
  }

  .shipping-item .title {
    font-size: 14px;
  }

  .shipping-item .title span {
    font-size: 18px;
  }

  .shipping-item .text {
    padding-top: 35px;
    padding-bottom: 15px;
  }

  .payment ul li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .procuct-text .have {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .procuct-text h1 {
    font-size: 19px;
    line-height: 33px;
  }

  .procuct-text p.articul,
  .procuct-text .colors h4,
  .product-item-detail-info-container-title {
    font-size: 12px;
  }
  
  .product-item-detail-properties-artnumber dd,
  .product-item-detail-properties-artnumber dt {
    font-size: 12px;
  }    

  .procuct-text .colors {
    margin-bottom: 29px;
  }
/*
  .procuct-text .colors .color,
  .product-item-scu-item-color-container {
    width: 36px;
    height: 36px;
    border-width: 3px;
  }

  .procuct-text .colors .color.green,
  .product-item-scu-item-color-container.selected {
    border-width: 3px;
  }
  
  .product-item-scu-item-color {
    width: 35px;
    height: 35px;
    margin-top: -2px;
    margin-left: -2px;   
  }    
*/
  .procuct-text .counter {
    margin-bottom: 30px;
  }

  .procuct-text .counter .minus,
  .procuct-text .counter .plus {
    font-size: 28px;
  }

  .procuct-text .counter .center .count {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .procuct-text .counter .center span {
    font-size: 14px;
  }

  .procuct-text .price {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .procuct-text .buttons {
    margin-bottom: 20px;
  }

  .procuct-text .buttons a {
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 6px;
  }

  .procuct-text .get h4 {
    margin-bottom: 10px;
  }

  .procuct-text .get h4 span {
    font-size: 12px;
  }

  .procuct-text .get h4 .select-field,
  .procuct-text .get h4 .select-child {
    font-size: 12px;
  }

  .procuct-text .get h4 .select-field {
    height: 35px;
    padding-left: 6px;
  }

  .procuct-text .get h4 .select-field::after {
    width: 11px;
    height: 7px;
  }

  .procuct-text .get h4 .select-child {
    padding-left: 10px;
    padding-right: 28px;
  }

  .procuct-text .get p {
    font-size: 13px;
    line-height: 22px;
  }

.product-item-detail-slider-container {
    padding-right: 30px;
}

  .procuct-slider {
    padding-right: 30px;
  }

  .procuct-slider-big {
    padding-right: 3%;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-top: 25px;
  }

  .procuct-slider-mini {
    width: 80px;
    padding-top: 22px;
  }

  .procuct-section p.sup,
  .procuct-section-top p.sup {
    font-size: 10px;
    margin-bottom: 25px;
  }

  .production-section {
    padding-bottom: 80px;
  }

  .production-item {
    margin-bottom: 40px;
  }

  .production-item .image {
    margin-bottom: 25px;
  }

  .production-item h3 {
    font-size: 15px;
  }

  .checkout-right h2 {
    margin-bottom: 22px;
  }

  .checkout-right h2 span {
    font-size: 20px;
  }

  .checkout-right h2 a {
    font-size: 12px;
    padding: 5px;
    padding-bottom: 2px;
    border-width: 2px;
  }

  .checkout-right-item {
    margin-top: 14px;
  }

  .checkout-right-item .title,
  .checkout-right-item .price {
    font-size: 13px;
  }

  .sub-total {
    padding: 10px 0;
    margin: 15px 0;
  }

  .sub-total-item,
  .bx-soa-cart-t {
    font-size: 13px;
  }

  .total .sum {
    font-size: 23px;
  }

  .total p {
    font-size: 12px;
    line-height: 24px;
  }

  .checkout-left-item .title,
  #bx-soa-order .bx-soa-section-title {
    font-size: 15px;
  }

  .checkout-left-item .title .number,
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count {
    width: 30px;
    height: 30px;
  }

  .checkout-left-item .title span,
  #bx-soa-order .bx-soa-section-title span {
    font-size: 11px;
    top: 20px;
    right: 35px;
  }

  .checkout-left-item .title span .star {
    font-size: 18px;
  }

  .checkout-left-item button,
  .bx-soa-more-btn a.btn,
  .bx-green .btn.btn-default {
    font-size: 16px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 18px;
    padding-top: 21px;
  }

  .checkout-left-item .text h4 {
    font-size: 12px;
  }
  
  .bx-soa-coupon .bx-soa-coupon-label {
    font-size: 12px;
  }  

  .checkout-left-item .text .input {
    margin-bottom: 22px;
  }

  .checkout-left-item .text input,
  .checkout-left-item .text .select-field {
    height: 43px;
  }

  .checkout-left-item .text input {
    font-size: 12px;
    border-width: 2px;
  }
  
  .bx-soa-coupon input,
  .bx-soa-coupon-input input[type="text"].form-control {
     height: 43px;
    font-size: 12px;
    border-width: 2px;     
  }  

  .checkout-left-item .text input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .checkout-left-item .text input::-moz-placeholder {
    font-size: 12px;
  }

  .checkout-left-item .text input:-ms-input-placeholder {
    font-size: 12px;
  }

  .checkout-left-item .text input::placeholder {
    font-size: 12px;
  }

  .checkout-left-item .text .select-field,
  .checkout-left-item .text .select-child {
    font-size: 12px;
  }

  .checkout-left-item .text .select-field {
    border-width: 2px;
  }

  .checkout-left-item .text .select-field::after {
    width: 12px;
    height: 7px;
  }

  .checkout-left-item .text .way-item label {
    font-size: 15px;
    padding-left: 35px;
  }

  .checkout-left-item .text .way-item label::before {
    width: 19px;
    height: 19px;
  }
  
  .way-item label {
    font-size: 15px;
    padding-left: 35px;
  }

  .way-item label::before {
    width: 19px;
    height: 19px;
  }  

  .radio-wrap.paypal {
    margin-bottom: 90px;
  }

  .radio-wrap label {
    font-size: 16px;
  }

  .radio-wrap label::before {
    width: 19px;
    height: 19px;
    left: -34px;
  }

  .radio-wrap label img {
    width: 80px;
  }

  p.card-data-sub {
    font-size: 16px;
  }

  p.card-data-sub img {
    width: 80px;
  }

  .third-checkout-left .text {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .third-checkout-left p {
    font-size: 15px;
    line-height: 37px;
  }

  .third-checkout-left .save label {
    font-size: 15px;
    padding-left: 32px;
  }

  .third-checkout-left .save label::before {
    width: 19px;
    height: 19px;
  }

  .third-checkout-left img {
    width: 80px;
    margin: 10px 0;
  }

  .cart-right .cart-get {
    margin-top: 20px;
  }

  .cart-right .cart-get h4 {
    margin-bottom: 5px;
  }

  .cart-right .cart-get h4 span,
  .cart-right .cart-get h4 .select-field,
  .cart-right .cart-get h4 .select-child {
    font-size: 12px;
  }

  .cart-right .cart-get h4 .select-wrap,
  .cart-right .cart-get h4 .select-field {
    height: 25px;
  }

  .cart-right .cart-get h4 .select-field {
    padding-right: 28px;
    padding-left: 0;
  }

  .cart-right .cart-get h4 .select-field::after {
    width: 11px;
    height: 7px;
  }

  .cart-right .cart-get p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 30px;
  }

  .cart-right .buttons a {
    font-size: 16px;
    margin-bottom: 15px;
    padding-top: 13px;
    padding-bottom: 9px;
    border-width: 2px;
  }

  .cart-right .cards-images {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .cart-right .cards-images img {
    width: 70px;
  }

  .cart-right p.safe {
    font-size: 15px;
  }

  .cart-item {
    padding: 20px;
  }

  .cart-item .text {
    padding-left: 30px;
  }

  .cart-item .text h3 {
    font-size: 17px;
	font-family: CirceRegular;
  }

  .cart-item .text p.articul,
  .cart-item .text .color {
    font-size: 12px;
  }

  .cart-item .text p.articul {
    margin-bottom: 13px;
  }

  .cart-item .text .color {
    margin-bottom: 25px;
  }

  .cart-item .text .color span {
    width: 20px;
    height: 20px;
  }

  .cart-item .text .counter-wrap .minus,
  .cart-item .text .counter-wrap .plus {
    font-size: 36px;
  }

  .cart-item .text .counter-wrap .center {
    margin: 0 15px;
  }

  .cart-item .text .counter-wrap .center input {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .cart-item .text .counter-wrap .center span {
    font-size: 16px;
  }

  .cart-item .text .counter .remove {
    font-size: 11px;
    border-width: 2px;
  }

  .cart-item .price {
    font-size: 22px;
    top: 20px;
    right: 30px;
  }

  .faq {
    margin-top: 30px;
    padding-left: 20px;
  }

  .faq-item h3 {
    font-size: 17px;
    padding-top: 21px;
    padding-bottom: 14px;
  }

  .faq-item p {
    padding: 15px 0;
    font-size: 15px;
    line-height: 25px;
  }

  .item .action {
    font-size: 12px;
    width: 70px;
    letter-spacing: 1px;
    padding-top: 4px;
    top: 15px;
    left: 15px;
  }

  .item .new {
    font-size: 12px;
    width: 85px;
    letter-spacing: 1px;
    padding-top: 4px;
    top: 15px;
    left: 15px;
  }

  .top-line-wrap .phone a {
    font-size: 12px;
    margin-left: 11px;
  }

  .logotype {
    padding-bottom: 23px;
  }
 /*
  .first-menu > ul > li > a,
  .first-menu > ul > li > span,  
  .last-menu ul li a {
    padding-bottom: 20px;
  }
*/
/*
  .first-menu .search {
    padding-bottom: 10px;
  }
*/  
/*
  .last-menu .icons {
    padding-bottom: 15px;
  }
 */
  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 9px;
  }

/*
  .top-line-wrap .phone {
    width: 16%;
  }
*/
/*
  .top-line-wrap ul.menu {
    width: 56%;
  }
*/
  .item .heart {
    top: 15px;
    right: 15px;
  }

  .item .heart img {
    width: 22px;
  }
  
  .partners-section {
    padding-bottom: 105px;
  }  
  
  .procuct-section p.sup, 
  .procuct-section-top p.sup {
    font-size: 10px;
  }  
  
  form .contacts-form input::-webkit-input-placeholder {
    font-size: 10px;
  }

  form .contacts-form input::-moz-placeholder {
    font-size: 10px;
  }

  form .contacts-form input:-ms-input-placeholder {
    font-size: 10px;
  }

  form .contacts-form input::placeholder {
    font-size: 10px;
  }

  form .contacts-form textarea {
    height: 175px;
    font-size: 10px;
    margin-bottom: 30px;
  }

  form .contacts-form textarea::-webkit-input-placeholder {
    font-size: 10px;
  }

  form .contacts-form textarea::-moz-placeholder {
    font-size: 10px;
  }

  form .contacts-form textarea:-ms-input-placeholder {
    font-size: 10px;
  }

  form .contacts-form textarea::placeholder {
    font-size: 10px;
  }

  form .contacts-form button {
    font-size: 12px;
    padding: 4px 27px;
    padding-top: 7px;
  }  
  
  .bx-authform {
    width: 60%;
  }

  form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
    font-size: 10px;
  }

  form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder,
form[name="bform"] input[type="text"]::-webkit-input-placeholder,
form[name="bform"] input[type="password"]::-webkit-input-placeholder {
    font-size: 10px;
  }

  form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder,
form[name="bform"] input[type="text"]::-moz-placeholder,
form[name="bform"] input[type="password"]::-moz-placeholder {
    font-size: 10px;
  }

  form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder,
form[name="bform"] input[type="text"]::-ms-input-placeholder,
form[name="bform"] input[type="password"]::-ms-input-placeholder {
    font-size: 10px;
  }

  form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder,
form[name="bform"] input[type="text"]::placeholder
form[name="bform"] input[type="password"]::placeholder {
    font-size: 10px;
  }

  form[name="form_auth"] input[type="submit"] ,
form[name="bform"] input[type="submit"]{
    font-size: 12px;
    padding: 4px 27px;
    padding-top: 7px;
  }   
  
  .search-page input[type="text"] {
    font-size: 10px;
  }
   
  .search-page input[type="submit"] {
    font-size: 12px;
    padding: 4px 27px;
    padding-top: 7px;
  }       
  
  .product-item-scu-item-color-container {
    height: 16px;
    width: 16px;
    margin-right: 3px;
  }    
  
  .product-item-scu-item-color-block {
    height: 16px;
    width: 16px;
  }

  .product-item-scu-item-color {
    height: 16px;
    width: 16px;
  }    
  
  .procuct-wrap .product-item-scu-item-color-container {
    width: 42px;
    height: 42px;   
    border-width: 3px;
    max-width: 42px;
  }

  .procuct-wrap .product-item-scu-item-color-block {
    width: 36px;
    height: 36px;
  }  
    
  .procuct-wrap .product-item-scu-item-color {
    width: 36px;
    height: 36px;
  }   
  
  .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 23px;
    margin-top: 10px;  
    margin-bottom: 10px;
  }  
  
  .summa-descr {
    font-size: 12px;
    line-height: 24px;
  }      
}

@media screen and (max-width: 1250px) {
  .first-menu .search form input {
    z-index: 5;
  }

  .first-menu .search form a {
    z-index: 6;
  }
}

@media screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 8%;
  }
/*
  .last-menu ul li:first-child {
    margin-right: 20px;
  }
*/
/*
  .submenu-wrap {
    width: 600px;
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  ul.submenu li {
    font-size: 11px;
    margin-bottom: 20px;
  }
*/  
/*
  .logotype {
    padding-bottom: 23px;
    margin-right: 30px;
  }
/*
  .top-line-discount {
    padding: 12px 0;
    font-size: 12px;
  }
*/
/*
  .first-menu > ul > li,
  .last-menu ul li {
    font-size: 11px;
  }

  .last-menu .icons .icon:last-child {
    margin-left: 18px;
  }

  .last-menu .icons .icon:first-child img {
    width: 20px;
  }

  .last-menu .icons .icon:last-child img {
    width: 27px;
  }

  .last-menu .icons .icon .digit {
    width: 21px;
    height: 21px;
    font-size: 12px;
  }

  .last-menu .icons .icon:first-child .digit {
    left: -12px;
    top: -15px;
  }

  .last-menu .icons .icon:last-child .digit {
    left: -6px;
    top: -9px;
  }
/*
  .top-menu {
    height: 80px;
  }
*/
/*
  .first-menu > ul > li > a,
  .first-menu > ul > li > span,
  .last-menu ul li a {
    padding-bottom: 23px;
  }

  .first-menu .search {
    padding-bottom: 14px;
  }

  .last-menu .icons {
    padding-bottom: 14px;
  }
*/  
/*
  .top-line-wrap ul.menu li,
  .top-line-wrap .log-reg a {
    font-size: 10px;
  }

  .top-line-wrap .phone a {
    font-size: 14px;
  }

  .top-line-wrap .phone img {
    width: 15px;
  }
*/
/*
  .first-menu .search form {
    height: 32px;
  }

  .first-menu .search form input {
    font-size: 13px;
    padding-left: 20px;
  }

  .first-menu .search form a img {
    width: 15px;
  }
 */
  .header-item {
    height: 450px;
    padding-top: 140px;
  }

  .header-item-block {
    width: 600px;
  }

  .header-item-block h1 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .header-item-block p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .header-item-block .more a {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 9px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .second-section {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .second-block-img {
    margin-bottom: 35px;
  }

  .second-block-text h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .second-block-text p {
    font-size: 17px;
    line-height: 34px;
  }

  .third-section {
    padding-top: 50px;
  }

  .third-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .third-item {
    margin-bottom: 70px;
  }

  .third-item .img {
    margin-bottom: 25px;
  }

  .third-item .text {
    padding-left: 10px;
  }

  .third-item .text h3 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 5px;
  }

  .third-item .text p {
    font-size: 15px;
    line-height: 22px;
  }

  .third-item .text .buy a {
    font-size: 13px;
    border-width: 2px;
  }

  .third-item:nth-child(2n) {
    margin-top: 150px;
  }

  .photo-slider-section {
    padding-bottom: 165px;
  }

  .partners-item {
    height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .partners-item img {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .popular-section {
    padding-top: 80px;
  }

  .popular-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .item .text {
    padding-top: 20px;
    padding-left: 10px;
  }

  .item .text h4,
  .item .text h4 a {
    font-size: 18px;
    line-height: 28px;
      height: auto;
  }

  .item .text .colors {
    margin-bottom: 30px;
  }

  .item .text .colors span {
    width: 17px;
    height: 17px;
    margin-right: 4px;
  }

  .item .text .price {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .item .text .buy,
  .detail-link {
    margin-bottom: 40px;
  }

  .item .text .buy a,
  .detail-link a {
    font-size: 13px;
    border-width: 2px;
  }

  .item .text p.category {
    font-size: 14px;
  }

  .footer-left .info a.phone {
    font-size: 18px;
  }

  .footer-left .info p.work-time {
    font-size: 10px;
    line-height: 16px;
  }

  .footer-left .social a {
    font-size: 12px;
  }

  .footer-right-item ul li {
    font-size: 12px;
  }

  .footer-left .info .all-rights p {
    font-size: 10px;
  }

  .actions-title {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .actions-title p.sup {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .actions-title h1 {
    font-size: 30px;
  }

  .title-section .title-wrap {
    height: 350px;
    padding-bottom: 50px;
  }

  .title-section .title-wrap p {
    font-size: 10px;
  }

  .title-section .title-wrap h1 {
    font-size: 34px;
    line-height: 50px;
    margin-top: 15px;
  }

  .sort {
    margin-bottom: 20px;
    justify-content: center;
  }

  .sort span,
  .sort .select-field,
  .sort .select-child {
    font-size: 13px;
  }

  /*.sort span {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: absolute;
  }*/

  .sort .select-field::after {
    width: 11px;
    height: 6px;
  }

  .sort .select-wrap {
    width: 115px;
  }

  .pagination {
    margin-bottom: 35px;
  }

  .pagination .left {
    font-size: 13px;
  }

  .pagination .left a {
    margin-left: 15px;
  }

  .pagination .center a,
  .pagination .center span {
    font-size: 17px;
    padding: 0 8px;
  }

  .pagination .right a {
    font-size: 13px;
  }

  .pagination .right a:last-child {
    margin-left: 25px;
  }

  .item .heart {
    top: 20px;
    right: 20px;
  }

  .item .heart img {
    width: 37px;
  }

  .catalog-aside-item {
    margin-bottom: 5px;
  }

  .catalog-aside-item h3 {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .catalog-aside-item h3 span {
    font-size: 16px;
  }

  .catalog-aside-item ul li {
    margin-bottom: 20px;
    padding-left: 5px;
  }

  .catalog-aside-item ul li label {
    font-size: 13px;
    padding-left: 23px;
  }

  .catalog-aside-item ul li label::before {
    width: 13px;
    height: 13px;
    border-width: 1.5px;
  }

  .catalog-aside-item ul li label span.color {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }

  .catalog-aside-item ul.other {
    margin-top: 20px;
  }

  aside.catalog-aside {
    padding-right: 20px;
  }

  aside.catalog-aside button[type="reset"] {
    font-size: 13px;
  }

  aside.catalog-aside {
    width: 22%;
  }

  aside.catalog-main {
    width: 78%;
  }

  .subscribe-section {
    padding: 60px 0;
  }

  .subscribe-section h2 {
    font-size: 30px;
    line-height: 52px;
    margin-bottom: 35px;
  }

  .subscribe-section p {
    font-size: 18px;
    line-height: 38px;
    margin-top: 35px;
  }

  form.subscribe-form {
    width: 400px;
  }

  form.subscribe-form input {
    height: 55px;
    margin-bottom: 45px;
    font-size: 15px;
    border-width: 2px;
  }

  form.subscribe-form input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 50px;    
  }

  form.subscribe-form input::-moz-placeholder {
    font-size: 15px;
    line-height: 50px;     
  }

  form.subscribe-form input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 50px;     
  }

  form.subscribe-form input::placeholder {
    font-size: 15px;
    line-height: 50px;     
  }

  form.subscribe-form button {
    width: 230px;
    height: 50px;
    font-size: 17px;
    line-height: 52px;
  }

  .contacts-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contacts-left h2 {
    font-size: 30px;
  }

  .contacts-left .phone a {
    font-size: 22px;
  }

  .contacts-left .phone p {
    font-size: 15px;
  }

  .contacts-left .info h3 {
    font-size: 15px;
  }

  .contacts-left .info p {
    font-size: 15px;
    line-height: 28px;
  }

  .contacts-right-item {
    margin-bottom: 20px;
  }

  .contacts-right-item span {
    font-size: 17px;
    line-height: 30px;
    margin-left: 5px;
  }

  .contacts-right-item img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .procuct-subtitle-section p {
    font-size: 24px;
    line-height: 46px;
  }

  .product-description-section p {
    font-size: 24px;
    line-height: 46px;
  }     
  
  .product-description-section li {
    font-size: 24px;
    line-height: 46px;
  }         

  .procuct-title-section .text h2,
  .procuct-subtitle-section h2 {
    font-size: 34px;
  }

  .procuct-title-section .text {
    height: 300px;
  }

  .procuct-subtitle-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  
  .product-description-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .procuct-title-section .buttons-wrap .scroll a {
    font-size: 16px;
  }

  .procuct-title-section .buttons-wrap .buy a {
    font-size: 18px;
  }

  .procuct-subtitle-section h2 {
    margin-bottom: 30px;
  }
  
  .product-description-section h2 {
    margin-bottom: 30px;
  }    

  section.more-description h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  section.more-description p.text {
    width: 65%;
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 45px;
  }

  .characteristic-section h2 {
    font-size: 20px;
  }

  .char-item {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .procuct-slider-mini {
    width: 85px;
  }

  .procuct-slider-mini .img {
    margin-bottom: 7px;
  }

  .procuct-slider-big {
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
  }

  .procuct-text .have {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .procuct-text h1 {
    font-size: 22px;
    line-height: 42px;
  }

  .procuct-text p.articul,
  .procuct-text .colors h4,
  .product-item-detail-info-container-title {
    font-size: 12px;
  }
  
  .product-item-detail-properties-artnumber dd,
  .product-item-detail-properties-artnumber dt {
    font-size: 12px;
  }    
/*
  .procuct-text .colors .color,
  .product-item-scu-item-color-container {
    width: 36px;
    height: 36px;
    border-width: 2px;
  }

  .procuct-text .colors .color.green,
  .product-item-scu-item-color-container.selected {
    border-width: 2px;
  }
  
  .product-item-scu-item-color {
    width: 33px;
    height: 33px;
    margin-top: -2px;
    margin-left: -2px;   
  }    
 */
  .procuct-text .counter {
    margin-bottom: 30px;
  }

  .procuct-text .counter .minus,
  .procuct-text .counter .plus {
    font-size: 36px;
  }

  .procuct-text .counter .center .count {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .procuct-text .counter .center span {
    font-size: 16px;
  }

  .procuct-text .price {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .procuct-text .buttons {
    margin-bottom: 30px;
  }

  .procuct-text .buttons a {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 2px;
  }

  .procuct-text .get h4 {
    margin-bottom: 10px;
  }

  .procuct-text .get h4 span {
    font-size: 12px;
  }

  .procuct-text .get h4 .select-field,
  .procuct-text .get h4 .select-child {
    font-size: 12px;
  }

  .procuct-text .get h4 .select-field {
    height: 30px;
  }

  .procuct-text .get h4 .select-field::after {
    width: 10px;
    height: 7px;
  }

  .procuct-text .get p {
    font-size: 13px;
    line-height: 28px;
  }

  .procuct-slider-mini .slick-prev,
  .procuct-slider-mini .slick-next {
    width: 35px;
    height: 19px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .procuct-slider-big {
    padding-right: 5%;
  }

  .contacts-form-section {
    padding-bottom: 100px;
  }

  .contacts-form-section h2 {
    font-size: 30px;
    line-height: 54px;
    margin-bottom: 35px;
  }

  .contacts-form input {
    width: 60%;
    height: 55px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .contacts-form input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .contacts-form input::-moz-placeholder {
    font-size: 14px;
  }

  .contacts-form input:-ms-input-placeholder {
    font-size: 14px;
  }

  .contacts-form input::placeholder {
    font-size: 14px;
  }

  .contacts-form textarea {
    height: 200px;
    font-size: 14px;
  }

  .contacts-form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .contacts-form textarea::-moz-placeholder {
    font-size: 14px;
  }

  .contacts-form textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  .contacts-form textarea::placeholder {
    font-size: 14px;
  }

  .contacts-form button {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .text-left {
    width: 65%;
  }

  .text-right {
    width: 35%;
  }

  .contacts-right-item img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .contacts-right-item span {
    font-size: 17px;
    line-height: 29px;
    margin-left: 5px;
  }

  .contacts-right-inner {
    width: 250px;
  }

  .production-section {
    padding-bottom: 70px;
  }

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

  .production-item .image {
    margin-bottom: 20px;
  }

  .production-item h3 {
    font-size: 13px;
  }
  
  form .contacts-form input {
    width: 60%;
    height: 55px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  form .contacts-form input::-webkit-input-placeholder {
    font-size: 14px;
  }

  form .contacts-form input::-moz-placeholder {
    font-size: 14px;
  }

  form .contacts-form input:-ms-input-placeholder {
    font-size: 14px;
  }

  form .contacts-form input::placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea {
    height: 200px;
    font-size: 14px;
  }

  form .contacts-form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea::-moz-placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  form .contacts-form textarea::placeholder {
    font-size: 14px;
  }

  form .contacts-form button {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 8px;
  }  
  
  .bx-authform {
    width: 60%;
  }

  form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder,
form[name="bform"] input[type="text"]::-webkit-input-placeholder,
form[name="bform"] input[type="password"]::-webkit-input-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder,
form[name="bform"] input[type="text"]::-moz-placeholder,
form[name="bform"] input[type="password"]::-moz-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder,
form[name="bform"] input[type="text"]::-ms-input-placeholder,
form[name="bform"] input[type="password"]::-ms-input-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder,
form[name="bform"] input[type="text"]::placeholder
form[name="bform"] input[type="password"]::placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="submit"],
form[name="bform"] input[type="submit"] {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 8px;
  }           
  
  .search-page input[type="text"] {
    height: 55px;
    margin-bottom: 25px;
    font-size: 14px;
  }
   
  .search-page input[type="submit"] {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 8px;
  }   
  
  .product-item-scu-item-color-container {
    height: 17px;
    width: 17px;
    margin-right: 4px;
  }    
  
  .product-item-scu-item-color-block {
    height: 17px;
    width: 17px;
  }

  .product-item-scu-item-color {
    height: 17px;
    width: 17px;
  }     
  
  .procuct-wrap .product-item-scu-item-color-container {
    width: 40px;
    height: 40px; 
    border-width: 2px;  
    max-width: 40px;
  }

  .procuct-wrap .product-item-scu-item-color-block {
    width: 36px;
    height: 36px;
  }  
    
  .procuct-wrap .product-item-scu-item-color {
    width: 36px;
    height: 36px;
  }      
  
    .mfi_logo {
      position: absolute;
      top: 140px;
      left: -20px;
      width: 57px;
      height: 56px;
      background: url(../img/mfi_logo.png);
    }

    .lightning_logo {
      position: absolute;
      top: 140px;
      left: 165px;
      width: 61px;
      height: 57px;
      background: url(../img/lightning_logo.png);
    }   

}

@media screen and (max-width: 960px) {

  .bx-aside-nav-control {
     display: none;
  }
  
  .wrapper {
    padding: 0 15px;
  }

  .top-line-wrap ul.menu {
    display: none;
  }

  .top-line-wrap .phone,
  .top-line-wrap .log-reg {
    width: 50%;
  }

  .first-menu > ul,
  .last-menu ul {
    display: none;
  }

  .top-menu .wrapper {
    padding-left: 0;
  }

  .hamburger {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 13%;
  }

  .hamburger .line {
    width: 45px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .hamburger .line:last-child {
    margin-bottom: 0;
  }

  .hamburger.active {
    background-color: #000;
  }

  .hamburger.active .line:first-child {
    -webkit-transform: rotate(-45deg) translate(-10px, 5px);
    -ms-transform: rotate(-45deg) translate(-10px, 5px);
    transform: rotate(-45deg) translate(-10px, 5px);
  }

  .hamburger.active .line:nth-child(2) {
    display: none;
  }

  .hamburger.active .line:last-child {
    -webkit-transform: rotate(45deg) translate(-4px, 0);
    -ms-transform: rotate(45deg) translate(-4px, 0);
    transform: rotate(45deg) translate(-4px, 0);
  }

  .logotype {
    width: 28%;
    padding-bottom: 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;
  }

  .first-menu {
    width: 19%;
    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;
  }

  .first-menu .search {
    width: 100%;
    padding-bottom: 0;
    /*margin-bottom: -10px;*/
  }

  .last-menu {
    width: 40%;
    display: flex;
  }

  .last-menu .icons {
    width: 100%;
    /*padding-bottom: 18px;*/
    padding-bottom: 0;
    align-items: center;
  }

  .top-line-wrap .phone a {
    font-size: 20px;
  }

  .top-line-wrap .phone img {
    width: 25px;
  }

  .top-line-wrap .log-reg a {
    font-size: 16px;
  }

  .header-item-block {
    width: 100%;
  }
  .item .text .price {
    margin-bottom: 25px;
  }
  .top-line-discount {
    padding: 18px 0;
    padding-top: 20px;
    font-size: 16px;
  }

  .second-block-img {
    margin-bottom: 60px;
  }

  .second-block-text p {
    width: 100%;
  }

  .third-item:nth-child(2n) {
    margin-top: 0;
  }

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

  .photo-slider-section .slick-dots li,
  .partners-section .slick-dots li {
    width: 45px;
    height: 4px;
  }

  .partners-section {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .partners-section h2 {
    font-size: 18px;
  }

  .partners-section .slick-dots {
    bottom: -55px;
  }

  .photo-slider-section {
    padding-top: 0;
  }

  .popular-section {
    padding: 60px 0;
  }
  
  .product-item-button-container {
    text-align: center;
  }
  .item .text .no-price, .item .text .not-available {
    margin-bottom: 0px;
  }
  .item .text .no-price {
    margin-bottom: 26px;
  }
  .item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-bottom: 50px;
    text-align: center;
  }

  .item .text h4 a {
    height: 112px;
    max-height: 80px;
    overflow: hidden;
  }

  .item h3 br {
    display: none;
  }

  .item .colors {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-left .info a.phone {
    font-size: 17px;
  }

  .footer-left .info p.work-time {
    font-size: 10px;
    line-height: 16px;
  }

  .footer-left .social a {
    font-size: 12px;
  }

  .footer-right-item ul {
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .footer-right-item ul li {
    font-size: 12px;
  }

  .footer-right-item .lang {
    display: none;
  }

  .mob-menu {
    width: 100%;
    height: 585px;
    position: absolute;
    top: 74px;
    left: -100%;
    background-color: #000;
    z-index: 1000;
    padding: 40px 0;
    padding-left: 14%;
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: .75s;
    display: block;
  }

  .mob-menu.opened {
    left: 0;
  }

  .mob-menu ul {
    margin-bottom: 20px;
  }

  .mob-menu ul li {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .mob-menu ul li a {
    display: block;
    color: #fff;
    padding: 20px 0;
    position: relative;
  }

  .mob-menu ul li.have-submenu a::after {
    content: '';
    position: absolute;
    left: 180px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 9px;
    height: 15px;
    background: url('../img/mob-submenu-after.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .mob-menu .links a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
    letter-spacing: 2px;
  }

  .mob-submenu {
    width: 100%;
    height: 585px;
    position: absolute;
    top: 74px;
    left: -100%;
    background-color: #1d1d1d;
    z-index: 1001;
    padding: 40px 0;
    padding-top: 50px;
    padding-left: 14%;
    display: block;
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: .75s;
    overflow: auto;
     
  }

  .mob-submenu .back {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 50px;
  }

  .mob-submenu .back::after {
    content: '';
    position: absolute;
    left: -25px;
    top: -25%;
    -webkit-transform: rotate(180deg) translate(0, -50%);
    -ms-transform: rotate(180deg) translate(0, -50%);
    transform: rotate(180deg) translate(0, -50%);
    width: 9px;
    height: 15px;
    background: url('../img/mob-submenu-after.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .mob-submenu ul li {
    font-size: 20px;
    text-transform: uppercase;
  }

  .mob-submenu ul li a {
    display: block;
    color: #fff;
    padding: 14px 0;
  }

  .title-section .title-wrap {
    height: auto;
    padding: 50px 0;
  }

  .title-section .title-wrap h1 {
    font-size: 50px;
    line-height: 70px;
    margin-top: 20px;
  }

  .title-section .title-wrap p {
    font-size: 14px;
  }

  .catalog-section .wrapper {
    padding: 0;
  }

  .catalog-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  aside.catalog-aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 10;
    padding-top: 130px;
    display: none;
  }

  aside.catalog-aside::before {
    display: none;
  }

  aside.catalog-aside .buttons {
    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;
  }

  aside.catalog-aside .buttons button {
    font-weight: bold;
  }

  aside.catalog-aside .buttons button[type="submit"] {
    display: block;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    padding: 10px 25px;
    margin-left: 35px;
  }

  .catalog-aside-item {
    margin-bottom: 20px;
    width: 300px;
    margin: 0 auto;
  }

  .catalog-aside-item h3 {
    margin-bottom: 20px;
  }

  .catalog-aside-item h3.active::after {
    -webkit-transform: rotate(90deg) translate(-8px, 0);
    -ms-transform: rotate(90deg) translate(-8px, 0);
    transform: rotate(90deg) translate(-8px, 0);
  }

  .catalog-aside-item h3 span {
    display: none;
  }

  .catalog-aside-item h3::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 10px;
    height: 15px;
    background: url('../img/aside-title-after.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .catalog-aside-item ul {
    display: none;
    max-height: 280px;
    padding: 10px 0;
    overflow: scroll;
  }

  .catalog-aside-item ul.other {
    display: block;
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .catalog-aside-item ul.other li {
    padding-left: 0;
  }

  main.catalog-main {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .show-filter {
    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;
    margin: 0 auto;
    background-color: #000;
    margin-top: 40px;
    padding: 10px 25px;
    padding-top: 13px;
    position: relative;
    z-index: 11;
  }

  .show-filter.active {
    background: transparent;
  }

  .show-filter img {
    width: 30px;
  }

  .show-filter span {
    font: 22px CirceBold;
    text-transform: uppercase;
    color: #fff;
    margin-left: 15px;
  }

  .subscribe-section {
    padding: 40px 0;
  }

  .subscribe-section h2 {
    font-size: 30px;
    line-height: 50px;
  }

  .subscribe-section p {
    font-size: 18px;
    line-height: 36px;
  }

  form.subscribe-form {
    width: 400px;
  }

  form.subscribe-form input {
    height: 50px;
    margin-bottom: 25px;
    font-size: 15px;
  }

  form.subscribe-form input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 48px;
  }

  form.subscribe-form input::-moz-placeholder {
    font-size: 15px;
    line-height: 48px;
  }

  form.subscribe-form input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 48px;
  }

  form.subscribe-form input::placeholder {
    font-size: 15px;
    line-height: 48px;
  }

  form.subscribe-form button {
    width: 220px;
    height: 50px;
    font-size: 20px;
    line-height: 54px;
  }

  section.more-description p.text {
    width: 100%;
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 45px;
  }

  .procuct-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
.product-item-detail-slider-container {
    width: 100%;
}

  .procuct-slider {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
  }

  .procuct-slider-mini {
    width: 100%;
    padding: 0 8%;
    margin-top: 50px;
  }

  .procuct-slider-mini .img {
    margin-bottom: 0;
    margin-right: 30px;
  }
  
  .procuct-slider-mini .img img {
    width: 100%;
    height: auto;
    /*max-width: auto;*/
    max-width: max-content;
    overflow: visible;
  }  

  .procuct-slider-mini .slick-prev {
    /*left: 0;
    top: 40%;*/
    /*left: -13px;*/
    left: -2px;
    top: 45%;    
    -webkit-transform: rotate(-90deg) translate(0, -50%);
    -ms-transform: rotate(-90deg) translate(0, -50%);
    transform: rotate(-90deg) translate(0, -50%);
  }

  .procuct-slider-mini .slick-next {
    /*left: auto;
    top: 40%;*/
    left: 97%;
    top: 45%;    
    right: 0;
    bottom: auto;
    -webkit-transform: rotate(-90deg) translate(0, -50%);
    -ms-transform: rotate(-90deg) translate(0, -50%);
    transform: rotate(-90deg) translate(0, -50%);
  }

  .procuct-slider-big {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .procuct-slider-big .img img {
    width: 60%;
    margin: 0 auto;
  }

  .procuct-section p.sup,
  .procuct-section-top p.sup {
    padding-left: 0;
    font-size: 18px;
  }

  .procuct-text {
    width: 100%;
    text-align: center;
    padding-top: 50px;
  }

  .procuct-text .have,
  .procuct-text h1,
  .procuct-text p.articul {
    display: none;
  }
  
  .product-item-detail-properties-artnumber {
    display: none;
  }    

  .procuct-text .colors {
    margin-bottom: 30px;
  }

  .procuct-text .colors-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .procuct-text .counter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .procuct-text .counter .minus,
  .procuct-text .counter .plus {
    font-size: 50px;
  }

  .procuct-text .counter .center .count {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }

  .procuct-text .counter .center span {
    font-size: 20px;
  }

  .procuct-text .buttons {
    margin-bottom: 30px;
  }

  .procuct-text .buttons a {
    font-size: 16px;
    padding-bottom: 11px;
    padding-top: 14px;
  }

  .procuct-text .get h4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .procuct-text .get h4 span {
    font-size: 20px;
  }

  .procuct-text .get h4 .select-field {
    font-size: 20px;
  }

  .procuct-text .get p {
    font-size: 18px;
    line-height: 34px;
  }

  .procuct-text .price {
    font-size: 56px;
    margin-bottom: 30px;
  }

  .procuct-mob-title {
    display: block;
  }

  .procuct-mob-title .have {
    text-transform: uppercase;
    color: #a1bf35;
    margin-bottom: 20px;
    font: 20px CirceBold;
  }

  .procuct-mob-title h1 {
    text-transform: uppercase;
    font: 40px CirceBold;
    line-height: 65px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }

  .procuct-mob-title p.articul {
    color: #646363;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 60px;
  }

  .contacts-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contacts-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-left {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 25%;
  }

  .contacts-left h2 {
    font-size: 40px;
  }

  .contacts-left .phone a {
    font-size: 28px;
  }

  .contacts-left .phone p {
    font-size: 16px;
  }

  .contacts-left .info h3 {
    font-size: 17px;
  }

  .contacts-left .info p {
    font-size: 17px;
    line-height: 32px;
  }

  .contacts-right {
    width: 100%;
    display: block;
    padding-left: 25%;
  }

  .contacts-right-inner {
    width: 100%;
  }

  .contacts-right-item {
    margin-bottom: 40px;
  }

  .contacts-right-item span {
    font-size: 20px;
    line-height: 37px;
    margin-left: 15px;
  }

  .contacts-right-item span br {
    display: none;
  }

  .text-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .text-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .checkout-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkout-left {
    width: 100%;
  }

  .checkout-right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .checkout-right h2 span {
    font-size: 26px;
  }

  .checkout-right h2 a {
    font-size: 15px;
  }

  .checkout-right-item {
    margin-top: 15px;
  }

  .checkout-right-item .title,
  .checkout-right-item .price {
    font-size: 16px;
  }

  .sub-total-item,
  .bx-soa-cart-t {
    font-size: 16px;
  }

  .total .sum {
    font-size: 28px;
  }

  .total p {
    font-size: 15px;
    line-height: 27px;
  }

  .checkout-left-item .title,
  #bx-soa-order .bx-soa-section-title {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .checkout-left-item .text h4 {
    margin-bottom: 15px;
    margin-top: 35px;
  }
  
  .bx-soa-coupon .bx-soa-coupon-label {
    margin-bottom: 15px;
    margin-top: 35px;
  }  

  .checkout-left-item .title span,
  #bx-soa-order .bx-soa-section-title span {
    top: 8px;
    right: 20px;
  }

  .cart-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-left {
    width: 100%;
    padding-bottom: 40px;
  }

  .faq {
    padding-left: 0;
  }

  .cart-right {
    width: 100%;
    padding-left: 0;
    padding-bottom: 40px;
  }

  .cart-right .buttons a {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .cart-right .cards-images {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart-right p.safe {
    text-align: center;
  }
  
  .bx-authform {
    width: 90%;
  }

  form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder,
form[name="bform"] input[type="text"]::-webkit-input-placeholder,
form[name="bform"] input[type="password"]::-webkit-input-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder,
form[name="bform"] input[type="text"]::-moz-placeholder,
form[name="bform"] input[type="password"]::-moz-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder,
form[name="bform"] input[type="text"]::-ms-input-placeholder,
form[name="bform"] input[type="password"]::-ms-input-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder,
form[name="bform"] input[type="text"]::placeholder
form[name="bform"] input[type="password"]::placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="submit"],
form[name="bform"] input[type="submit"] {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 8px;
  }   
  
  .search-page input[type="text"] {
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
    font-size: 14px;
    float: none;
    margin: 0 auto;    
  }
   
  .search-page input[type="submit"] {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 8px;
    float: none;
    margin: 0 auto;
  }   
  
  .search-title {
     width: 90%;
     margin: 0 auto;
  }  
    
  .search-result-section {
     width: 90%;
     margin: 0 auto;
  }  
  
  .product-item-scu-item-list {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }  
  
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count::after {
    font-size: 17px;
    line-height: 29px;
  }
  
  .bx-soa-editstep {
    margin-top: 5px;
  }
  
  .bx-soa-section-content {
    padding-left: 30px;
    padding-right: 30px;
  }
/*  
  .bx-soa-item-td {
     display: table-cell;
  }
*/  

  .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
    font-size: 28px;
    margin-top: 10px;  
    margin-bottom: 10px;
  }  
  
  .summa-descr {
    font-size: 15px;
    line-height: 27px;
  }  

    .mfi_logo {
      position: absolute;
      top: 180px;
      left: -10px;
      width: 57px;
      height: 56px;
      background: url(../img/mfi_logo.png);
    }

    .lightning_logo {
      position: absolute;
      top: 180px;
      left: 190px;
      width: 61px;
      height: 57px;
      background: url(../img/lightning_logo.png);
    }     
}

@media screen and (max-width: 780px) {
  .procuct-subtitle-section p {
    font-size: 20px;
    line-height: 42px;
  }

  .procuct-title-section .text h2,
  .procuct-subtitle-section h2 {
    font-size: 30px;
  }

  .procuct-title-section .text {
    height: 250px;
  }

  .procuct-subtitle-section {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  
  .product-description-section {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  
  .product-description-section h2 {
    font-size: 30px;
  }

  .product-description-section p {
    font-size: 20px;
    line-height: 42px;
  }       
  
  .product-description-section li {
    font-size: 20px;
    line-height: 42px;
  }           

  .procuct-title-section .buttons-wrap .scroll a {
    font-size: 14px;
  }

  .procuct-title-section .buttons-wrap .scroll a:first-child {
    margin-right: 25px;
  }

  .procuct-title-section .buttons-wrap .buy a {
    font-size: 16px;
  }

  .procuct-subtitle-section h2 {
    margin-bottom: 30px;
  }
  
  .product-description-section h2 {
    margin-bottom: 30px;
  } 

  section.more-description p.text {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px;
  }

  .characteristic-section {
    padding: 30px 0;
  }

  .characteristic-section h2 {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .char-item {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .char-item .left {
    padding-right: 15px;
  }

  .char-item .right {
    padding-left: 15px;
  }

  .contacts-form {
    width: 100%;
  }
  
  form .contacts-form {
    width: 100%;
  }
  
  .detail-action {
    background: #1c987c url('../img/bg_info_xs.png') top center no-repeat;
    margin-bottom: 40px;
    color: #ffffff;
    padding: 44px 20px 20px 20px;
    font-size: 14px;
  }  
  
  .checkout-left-item button,
  .bx-soa-more-btn a.btn,
  .bx-green .btn.btn-default {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }  

    .mfi_logo {
      position: absolute;
      top: 190px;
      width: 57px;
      height: 56px;
      background: url(../img/mfi_logo.png);
    }

    .lightning_logo {
      position: absolute;
      top: 190px;
      left: 175px;
      width: 61px;
      height: 57px;
      background: url(../img/lightning_logo.png);
    }    
  
}
@media screen and (max-width: 650px) {
  .hamburger .line {
    width: 35px;
    height: 3px;
    margin-bottom: 7px;
  }
  .item .text h4 a {
    max-height: 100%;
  }

  .third-wrap {
    margin: 0;
  }

  .third-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .item,
  .catalog-wrap .item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .item .text h4 a {
    height: 85px;
  }

  .pagination .left {
    font-size: 14px;
  }

  .pagination .left a {
    margin-left: 18px;
  }

  .pagination .right a {
    font-size: 14px;
  }

  .pagination .right a:last-child {
    margin-left: 20px;
  }

  .pagination .center a,
  .pagination .center span {
    font-size: 17px;
    padding: 0 7px;
  }

  .production-section {
    padding-bottom: 40px;
  }

  .production-item {
    margin-bottom: 20px;
  }

  .production-item .image {
    margin-bottom: 15px;
  }

  .production-item h3 {
    font-size: 11px;
  }

  .pay-way-item {
    padding-left: 65px;
    padding-right: 25px;
  }

  .hamburger.active .line:first-child {
    -webkit-transform: rotate(-45deg) translate(-7px, 5px);
    -ms-transform: rotate(-45deg) translate(-7px, 5px);
    transform: rotate(-45deg) translate(-7px, 5px);
  }

  .hamburger.active .line:last-child {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0);
  }

}

@media screen and (max-width: 560px) {
  .top-line-discount {
    font-size: 13px;
  }

  .top-line-wrap .phone a {
    font-size: 18px;
  }

  .top-line-wrap .log-reg a {
    font-size: 14px;
  }

  .top-menu {
    height: 90px;
  }

  .last-menu .icons {
    /*padding-bottom: 20px;*/
  }

  .hamburger {
    width: 17%;
  }

  .logotype {
    width: 28%;
  }

  .first-menu {
   /* width: 15%;*/
     width: 30%;
  }
/*
  .header-item {
    padding-top: 160px;
    padding-bottom: 80px;
    height: auto;
  }
*/
  .header-item-block h1 {
    font-size: 21px;
    line-height: 24px;
  }

  .header-item-block p {
    font-size: 16px;
    line-height: 33px;
  }

  .header-item-block p br {
    display: none;
  }

  .header-item-block .buy a {
    font-size: 14px;
  }

  .second-section {
    padding-bottom: 45px;
  }

  .second-block-img img {
    width: 75%;
  }

  .second-block-text h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .second-block-text p {
    font-size: 16px;
    line-height: 32px;
  }

  .third-section h2,
  .popular-section h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .third-item .img {
    margin-bottom: 25px;
  }

  .third-item .text {
    padding-left: 0;
  }

  .third-item .text h3 {
    font-size: 18px;
    line-height: 32px;
  }

  .third-item .text .buy a,
  .item .text .buy a,
  .detail-link a {
    border-width: 2px;
  }

  .item .text {
    padding: 0;
    padding-top: 15px;
  }

  .item .text h4,
  .item .text h4 a {
    font-size: 15px;
    line-height: 25px;
  }

  .item .text h4 a {
    height: 75px;
  }

  .item .text .colors span {
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }

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

  .footer-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-left .info {
    width: 60%;
  }

  .footer-left .info a.phone {
    font-size: 22px;
  }

  .footer-left .info p.work-time {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-left .info .all-rights {
    display: none;
  }

  .footer-left .social {
    width: 40%;
  }

  .footer-left .social a {
    font-size: 14px;
  }

  .footer-right {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-right-item {
    width: 50%;
  }

  .footer-right-item.last {
    display: none;
  }

  .footer-right-item ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .footer-mob-rights {
    display: block;
    margin-top: 20px;
  }

  .footer-mob-rights .wrap {
    margin-top: 20px;
    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-mob-rights .wrap .img {
    width: 20%;
  }

  .footer-mob-rights .wrap .img img {
    width: 75%;
  }

  .footer-mob-search {
    width: 80%;
    width: 100%;
    text-align: right;
    position: relative;
    height: 53px;
  }

  .footer-mob-search input {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 0;
    height: 100%;
    border: none;
    background-color: #000;
    color: #fff;
    font: 18px CirceRegular;
    padding: 0;
  }

  .footer-mob-search input::-webkit-input-placeholder {
    color: #fff;
    font: 18px CirceRegular;
  }

  .footer-mob-search input::-moz-placeholder {
    color: #fff;
    font: 18px CirceRegular;
  }

  .footer-mob-search input:-ms-input-placeholder {
    color: #fff;
    font: 18px CirceRegular;
  }

  .footer-mob-search input::placeholder {
    color: #fff;
    font: 18px CirceRegular;
  }

  .footer-mob-search a {
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 4;
  }

  .logotype {
    margin-right: 10px;
  }

  .mob-menu ul li {
    font-size: 14px;
  }

  .mob-menu ul li a {
    padding: 11px 0;
  }

  .mob-menu ul li.have-submenu a::after {
    left: 125px;
    top: 45%;
    width: 6px;
    height: 10px;
  }

  .mob-menu .links a {
    font-size: 12px;
    padding: 10px 0;
  }

  .mob-menu,
  .mob-submenu {
    height: 500px; /*420px;*/
    top: 88px;
  }

  .mob-submenu .back {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .mob-submenu ul li {
    font-size: 14px;
    line-height: 18px;
  }

  .mob-submenu ul li a {
    padding: 10px 0;
  }

  .mob-submenu .back::after {
    width: 6px;
    height: 10px;
    top: -10%;
  }

  .title-section .title-wrap h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .title-section .title-wrap h1 br {
    display: none;
  }

  .title-section .title-wrap p {
    font-size: 12px;
  }
/*
  .top-pagination {
    display: none;
  }
*/
  .pagination .left a {
    display: none;
  }

  .pagination .right {
    display: none;
  }

  .subscribe-section h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 25px;
  }

  .subscribe-section p {
    font-size: 16px;
    line-height: 24px;
  }

  form.subscribe-form {
    width: 100%;
  }

  form.subscribe-form input {
    border-width: 2px;
  }

  .catalog-wrap .item {
    margin-bottom: 60px;
  }

  .item .heart {
    top: 10px;
    right: 10px;
  }

  .item .heart img {
    width: 25px;
  }

  .item .action {
    width: 105px;
    height: 34px;
    top: 10px;
    left: 10px;
    font-size: 18px;
  }

  .item .new {
    width: 120px;
    height: 34px;
    top: 10px;
    left: 10px;
    font-size: 18px;
  }

  .procuct-title-section .buttons-wrap .buy {
    display: none;
  }

  .procuct-title-section .buttons-wrap .scroll {
    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;
  }

  .procuct-title-section .text h2,
  .procuct-subtitle-section h2 {
    font-size: 26px;
  }

  .procuct-subtitle-section p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .procuct-subtitle-section h2 {
    margin-bottom: 15px;
  }
  
  .product-description-section h2 {
    margin-bottom: 15px;
  }

  .product-description-section p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }           
  
  .product-description-section li {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }         

  section.more-description h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
    letter-spacing: normal;
  }

  section.more-description p.text {
    padding-bottom: 20px;
  }

  section.more-description .image {
    margin-bottom: 40px;
  }

  .procuct-mob-title .have {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }

  .procuct-mob-title h1 {
    font-size: 28px;
    line-height: 53px;
    margin-bottom: 25px;
  }

  .procuct-mob-title p.articul {
    font-size: 18px;
    margin-bottom: 35px;
    text-align: center;
  }

  .procuct-slider-mini .slick-prev,
  .procuct-slider-mini .slick-next {
    width: 25px;
    height: 14px;
  }

  .procuct-slider-mini .img {
    margin-right: 15px;
  }

  .procuct-section p.sup,
  .procuct-section-top p.sup {
    font-size: 16px;
  }

  .procuct-text .buttons {
    display: block;
  }

  .procuct-text .buttons a {
    display: block;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .procuct-text .get p {
    font-size: 17px;
    line-height: 33px;
  }

  .actions-title {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .actions-title p.sup {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .actions-title h1 {
    font-size: 36px;
  }

  .contacts-section {
    padding-top: 30px;
  }

  .contacts-left {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .contacts-left h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .contacts-left .phone {
    margin-bottom: 35px;
  }

  .contacts-left .phone a {
    font-size: 24px;
  }

  .contacts-left .phone p {
    font-size: 14px;
    line-height: 18px;
  }

  .contacts-left .info h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .contacts-left .info p {
    font-size: 16px;
    line-height: 24px;
  }

  .contacts-right {
    padding-left: 0;
  }

  .contacts-right-item {
    margin-bottom: 15px;
  }

  .contacts-right-item img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .contacts-right-item span {
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
  }

  .contacts-form-section {
    padding-bottom: 75px;
  }

  .contacts-form-section h2 {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 25px;
  }

  .contacts-form-section h2 br {
    display: none;
  }

  .contacts-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 0 15px;
  }

  .contacts-form input::-webkit-input-placeholder {
    font-size: 13px;
  }

  .contacts-form input::-moz-placeholder {
    font-size: 13px;
  }

  .contacts-form input:-ms-input-placeholder {
    font-size: 13px;
  }

  .contacts-form input::placeholder {
    font-size: 13px;
  }

  .contacts-form textarea {
    height: 300px;
    font-size: 13px;
    margin-bottom: 35px;
  }

  .contacts-form textarea::-webkit-input-placeholder {
    font-size: 13px;
  }

  .contacts-form textarea::-moz-placeholder {
    font-size: 13px;
  }

  .contacts-form textarea:-ms-input-placeholder {
    font-size: 13px;
  }

  .contacts-form textarea::placeholder {
    font-size: 13px;
  }

  .contacts-form button {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 8px;
  }

  .text-section {
 
    padding-bottom: 70px;
  }

  .text-left h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .text-left h3 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .text-left h4 {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .text-left ul,
  .text-left ol {
    font-size: 14px;
    line-height: 21px;
  }

  .shipping {
    margin-bottom: 70px;
  }

  .shipping-item .title {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 17px;
  }

  .shipping-item .title span {
    font-size: 26px;
  }

  .payment ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .production-section {
    padding-bottom: 25px;
  }

  .production-wrap {
    margin: 0;
  }

  .production-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .production-item h3 {
    font-size: 14px;
  }

  .checkout-right h2 span {
    font-size: 24px;
  }

  .checkout-right h2 a {
    font-size: 14px;
  }

  .checkout-right-item .title,
  .checkout-right-item .price {
    font-size: 14px;
  }

  .sub-total-item,
  .bx-soa-cart-t {
    font-size: 14px;
  }

  .total .sum {
    font-size: 24px;
  }

  .total p {
    font-size: 13px;
    line-height: 18px;
  }

  .checkout-left-item .title,
  #bx-soa-order .bx-soa-section-title {
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 1px;
  }

  .checkout-left-item .title h3 {
    letter-spacing: normal;
  }

  .checkout-left-item .title .number,
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count {
    width: 25px;
    height: 25px;
    margin-right: 14px;
  }

  .checkout-left-item .title > span {
    top: auto;
    bottom: -37px;
    right: auto;
    left: 15px;
    color: #6e8434;
    display: block;
    width: 100%;
  }

  .checkout-left-item .title > span .star {
    color: #6e8434;
  }

  .checkout-left-item .text {
    padding: 50px 25px;
    padding-top: 65px;
  }

  .checkout-left-item .text h4 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 11px;
  }
  
  .bx-soa-coupon .bx-soa-coupon-label {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 11px;
  }  

  .checkout-left-item .text .inputs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .checkout-left-item .text .inputs .input {
    width: 100%;
    margin-bottom: 19px;
  }

  .checkout-left-item .text input,
  .checkout-left-item .text .select-field {
    height: 40px;
    padding: 0 15px;
  }
  
  .bx-soa-coupon input,
  .bx-soa-coupon-input input[type="text"].form-control {
    height: 40px;
    padding: 0 15px;
  }  

  .checkout-left-item .text .select-field::after {
    width: 10px;
    height: 6px;
    right: 15px;
  }

  .checkout-left-item .text .select-child {
    padding: 8px 15px;
  }

  .checkout-left-item .text button {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 18px;
    padding-bottom: 15px;
    margin-top: 45px;
  }

  .checkout-left-item .input.required::before {
    font-size: 18px;
    left: -15px;
  }

  .first-checkout-left .text .way-item {
    margin: 0;
    margin-bottom: 23px;
  }

  .first-checkout-left .text .way-item label {
    font-size: 13px;
    display: block;
    padding-left: 30px;
  }

  .first-checkout-left .text .way-item label::before {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
  
  .way-item {
    margin: 0;
    margin-bottom: 23px;
  }

  .way-item label {
    font-size: 13px;
    display: block;
    padding-left: 30px;
  }

  .way-item label::before {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }  

  .third-checkout-left p {
    font-size: 12px;
    line-height: 19px;
  }

  .third-checkout-left .save label {
    font-size: 12px;
    line-height: 19px;
  }

  .checkout-section {
    padding-bottom: 60px;
  }

  .second-checkout-left .text {
    padding-left: 0;
    padding-right: 0;
  }

  .pay-way-item {
    padding: 0 27px;
    padding-bottom: 20px;
  }

  .radio-wrap label {
    font-size: 14px;
    padding-left: 28px;
  }

  .radio-wrap label::before {
    width: 16px;
    height: 16px;
    left: 0;
  }

  .card-data {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-data .input:first-child {
    width: 100%;
  }

  .card-data .input:last-child {
    width: 45%;
  }

  p.card-data-sub {
    font-size: 12px;
  }

  p.card-data-sub img {
    width: 65px;
  }

  .card-limit {
    width: 100%;
  }

  .pay-way-item:last-child {
    padding-top: 30px;
  }

  .radio-wrap label img {
    width: 45px;
    margin-left: 15px;
  }

  .radio-wrap.paypal {
    margin-bottom: 60px;
  }

  .cart-item {
    padding: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-item .image {
    width: 100%;
    margin-bottom: 25px;
  }

  .cart-item .image img {
    width: 55%;
  }

  .cart-item .text {
    width: 100%;
    padding-left: 0;
  }

  .cart-item .text h3 {
    max-width: 100%;
  }

  .actions-title p.sup {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .actions-title h1 {
    text-align: center;
  }

  .title-section .title-wrap p.sup {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title-section .title-wrap h1 {
    text-align: center;
  }

  .procuct-section p.sup,
  .procuct-section-top p.sup,
  .procuct-section-top p.sup span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .procuct-section-top p.sup span {
    text-align: center;
  }

  .procuct-mob-title h1 {
    text-align: center;
  }
  
  form .contacts-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 0 15px;
  }

  form .contacts-form input::-webkit-input-placeholder {
    font-size: 13px;
  }

  form .contacts-form input::-moz-placeholder {
    font-size: 13px;
  }

  form .contacts-form input:-ms-input-placeholder {
    font-size: 13px;
  }

  form .contacts-form input::placeholder {
    font-size: 13px;
  }

  form .contacts-form textarea {
    height: 300px;
    font-size: 13px;
    margin-bottom: 35px;
  }

  form .contacts-form textarea::-webkit-input-placeholder {
    font-size: 13px;
  }

  form .contacts-form textarea::-moz-placeholder {
    font-size: 13px;
  }

  form .contacts-form textarea:-ms-input-placeholder {
    font-size: 13px;
  }

  form .contacts-form textarea::placeholder {
    font-size: 13px;
  }

  form .contacts-form button {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 8px;
  }  
  
  .product-item-scu-item-color-container {
    height: 25px;
    width: 25px;
    margin-right: 6px;
  }  
  
  .product-item-scu-item-color-block {
    height: 25px;
    width: 25px;
  }

  .product-item-scu-item-color {
    height: 25px;
    width: 25px;
  }    
  
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count::after {
    font-size: 15px;
    line-height: 25px;
  }   
  
  .bx-soa-editstep {
    margin-top: 0px;
  }    


}

@media screen and (max-width: 440px) {

  .last-menu .icons .icon:first-child img {    
    width: 15px;
  }

  .last-menu .icons .icon:last-child img {
    width: 20px;
  }

  .top-line-discount {
    font-size: 10px; /*12px*/
  }

  .top-line-wrap .phone a {
    font-size: 15px;
  }

  .top-line-wrap .log-reg a:last-child {
    margin-left: 20px;
  }

  .top-line-wrap .log-reg a:last-child::before {
    left: -13px;
  }

  .top-line-wrap .log-reg a {
    font-size: 12px;
  }

  .top-line-wrap .phone img {
    width: 20px;
  }

  .top-line-wrap .phone a {
    font-size: 14px;
  }

  /*.last-menu .icons .icon:first-child img {
    width: 28px;
  }

  .last-menu .icons .icon:last-child img {
    width: 35px;
  }*/

  .last-menu .icons .icon:last-child {
    margin-left: 20px;
  }

  .top-menu {
    /*height: 75px;*/
    height: 45px;
  }

  .last-menu .icons {
    /*padding-bottom: 15px;*/
    padding-bottom: 0;
    align-items: center;
  }

  .hamburger .line {
    width: 25px;
    margin-bottom: 5px;
  }

  .header-item {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .header-item-block h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .header-item-block p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .header-item-block p>span {
    font-size: 14px!important;
  }
  .header-item-block p br {
    display: none;
  }

  .header-item-block .buy a {
    font-size: 14px;
  }

  .second-section {
    padding-bottom: 45px;
  }

  .second-block-img img {
    width: 75%;
  }

  .second-block-text h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .second-block-text p {
    font-size: 16px;
    line-height: 25px;
  }

  .third-section h2,
  .popular-section h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  .third-item .img {
    margin-bottom: 25px;
  }

  .third-item .text {
    padding-left: 0;
  }

  .third-item .text h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .third-item .text .buy a,
  .item .text .buy a,
  .detail-link a {
    border-width: 2px;
  }

  .item .text {
    padding: 0;
    padding-top: 15px;
  }

  .item .text h4,
  .item .text h4 a {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }

  .item .text .price {
    margin-top: 15px;
    min-height: 16px;
  }
  .bx-touch .product-item-info-container.product-item-hidden>.product-item-button-container>.btn.no-price {
    margin-bottom: 26px;
  }

  .item .text .colors span {
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-left .info {
    width: 60%;
  }

  .footer-left .info a.phone {
    font-size: 22px;
  }

  .footer-left .info p.work-time {
    font-size: 10px;
    line-height: 14px;
  }

  .footer-left .info .all-rights {
    display: none;
  }

  .footer-left .social {
    width: 40%;
  }

  .footer-left .social a {
    font-size: 12px;
  }

  .footer-right {
    width: 100%;
  }

  .footer-right-item.last {
    display: none;
  }

  .footer-right-item ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .footer-mob-rights {
    display: block;
    margin-top: 20px;
  }

  .footer-mob-rights .wrap {
    margin-top: 20px;
    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-mob-rights .wrap .img {
    width: 20%;
  }

  .footer-mob-rights .wrap .img img {
    width: 75%;
  }

  .footer-mob-search {
    width: 80%;
    width: 100%;
    text-align: right;
    position: relative;
    height: 53px;
  }

  .footer-mob-search input {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 0;
    height: 100%;
    border: none;
    background-color: #000;
    color: #fff;
    font: 18px CirceRegular;
    padding: 0;
  }

  .footer-mob-search input::-webkit-input-placeholder {
    color: #fff;
    font: 18px CirceRegular;
  }

  .footer-mob-search input::-moz-placeholder {
    color: #fff;
    font: 18px CirceRegular;
  }

  .footer-mob-search input:-ms-input-placeholder {
    color: #fff;
    font: 18px CirceRegular;
  }

  .footer-mob-search input::placeholder {
    color: #fff;
    font: 18px CirceRegular;
  }

  .footer-mob-search a {
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 4;
  }

  .logotype {
    margin-right: 10px;
  }

  aside.catalog-aside {
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalog-aside-item {
    width: 100%;
  }

  .procuct-title-section .buttons-wrap .scroll a {
    font-size: 12px;
  }

  .procuct-title-section .buttons-wrap .scroll a:first-child {
    margin-right: 15px;
  }

  .characteristic-section {
    padding: 30px 0;
  }

  .characteristic-section h2 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .char-item {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .char-item .left {
    padding-right: 10px;
  }

  .char-item .right {
    padding-left: 10px;
  }

  .procuct-mob-title .have {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .procuct-mob-title h1 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .procuct-mob-title p.articul {
    font-size: 14px;
  }

  .procuct-slider-mini .slick-prev,
  .procuct-slider-mini .slick-next {
    width: 18px;
    height: 9px;
  }

  .procuct-slider-mini .img {
    margin-right: 15px;
  }

  .procuct-section-top {
    padding-top: 40px;
  }

  .procuct-section p.sup,
  .procuct-section-top p.sup {
    font-size: 13px;
    margin-bottom: 50px;
  }

  .procuct-text {
    padding-bottom: 65px;
  }

  .procuct-text .buttons {
    display: block;
  }

  .procuct-text .buttons a {
    padding-bottom: 9px;
    padding-top: 12px;
    font-size: 14px;
  }

  .procuct-text .get p {
    font-size: 12px;
    line-height: 21px;
  }

  .procuct-text .get h4 span {
    font-size: 13px;
  }

  .procuct-text .get h4 .select-field {
    font-size: 13px;
  }

  .procuct-text .get h4 .select-child {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .actions-title h1 {
    font-size: 35px;
    line-height: 43px;
  }

  .cart-item .price {
    font-size: 20px;
    top: 25px;
  }

  .cart-item .text h3 {
    font-size: 15px;
    line-height: 20px;
  }

  .cart-item .text p.articul,
  .cart-item .text .color {
    font-size: 11px;
  }

  .cart-item .text .color span {
    width: 18px;
    height: 18px;
  }

  .cart-item .text .counter .remove {
    margin-left: 17px;
  }

  .cart-right,
  .cart-left {
    padding-bottom: 15px;
  }

  .cart-right .buttons a {
    width: 100%;
  }

  .faq {
    display: none;
    padding-bottom: 50px;
  }

  .faq.mob {
    display: block;
  }

  .mob-go-checkout {
    display: block;
    margin-bottom: 35px;
  }

  .mob-go-checkout a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #242424;
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 13px;
    text-align: center;
    font-weight: bold;
  }

  .mob-go-checkout a:hover {
    background-color: #555;
  }

  .hamburger.active .line:first-child {
    -webkit-transform: rotate(-45deg) translate(-6px, 4px);
    -ms-transform: rotate(-45deg) translate(-6px, 4px);
    transform: rotate(-45deg) translate(-6px, 4px);
  }

  .hamburger.active .line:last-child {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0);
  }

  .mob-menu,
  .mob-submenu {
    top: 75px;
  }

  .item .action {
    width: 65px;
    height: 22px;
    top: 10px;
    left: 10px;
    font-size: 12px;
    letter-spacing: normal;
  }

  .item .new {
    width: 77px;
    height: 22px;
    top: 10px;
    left: 10px;
    font-size: 12px;
    letter-spacing: normal;
  }

  .procuct-slider-big .img img {
    width: 100%;
  }

  .procuct-slider-mini {
    margin-top: 35px;
    /*padding: 0;*/
    padding-left: 8%;
    padding-right: 5%;
  }

  .procuct-text .get h4 .select-field {
    padding-right: 27px;
    padding-left: 10px;
  }

  .procuct-text .get h4 .select-field::after {
    width: 11px;
  }

  form.contacts-form textarea {
    width: 100%;
  }

  form.contacts-form button {
    width: 210px;
    height: 44px;
    font-size: 18px;
    line-height: 50px;
    padding: 0;
  }

  .sort .select {
    top: 16px;
  }

  .sort .select-field {
    padding-left: 15px;
  }

  .procuct-text .get h4 .select {
    width: 168px;
    top: -1px;
  }

  form.subscribe-form button {
    height: auto;
    line-height: 100%;
    padding-top: 13px;
    padding-bottom: 9px;
  }

  .procuct-text .get h4 .select-field {
    padding-right: 35px;
    font-size: 12px;
    padding-left: 6px;
  }

  .procuct-text .get h4 .select-field::after {
    width: 10px;
    height: 6px;
  }

  .char-wrap {
    width: 100%;
  }

  .sort .select-wrap {
    width: 107px;
  }

  .sort .select-field {
    padding-left: 14px;
  }

  .sort .select-field::after {
    width: 10px;
    height: 6px;
  }

  .sort .select {
    top: 4px;
  }

  #upbutton {
    background: url("../img/up.png") no-repeat top left;
    height: 40px;
    width: 40px;
    bottom: 70px;
    right: 5px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
  }  
  
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count::after {
    font-size: 15px;
    line-height: 25px;
  }     

    .mfi_logo {
        position: absolute;
        top: 130px;
        width: 28px;
        height: 28px;
        background: url(../img/mfi_logo_sm.png);
    }

    .lightning_logo {
        position: absolute;
        top: 130px;
        left: 83%;
        width: 30px;
        height: 28px;
        background: url(../img/lightning_logo_sm.png);
    }    

}

@media screen and (max-width: 360px) {
  .footer-right-item ul li,
  .footer-left .social a {
    font-size: 11px;
  }

  .footer-left .info {
    width: 62%;
    margin-right: 10px;
  }

  .footer-left .info p.work-time {
    font-size: 9px;
    line-height: 13px;
  }

  .footer-left .social {
    width: 36%;
  }

  .items-wrap {
    margin: 0;
  }

  .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .item .text h4,
  .item .text h4 a {
    font-size: 20px;
    line-height: 26px;
    height: auto;
  }

  .catalog-wrap .item {
    width: 100%;
    display: none;
  }

  .catalog-wrap .item:first-child,
  .catalog-wrap .item:nth-child(2),
  .catalog-wrap .item:nth-child(3),
  .catalog-wrap .item:nth-child(4) {
    display: block;
  }

  .subscribe-section h2 {
    font-size: 23px;
    line-height: 31px;
  }

  .subscribe-section p br {
    display: none;
  }

  .show-more {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }

  .show-more a {
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    font: 16px CirceBold;
    padding: 10px 25px;
  }

  aside.catalog-aside button[type="reset"] {
    font-size: 13px;
  }

  aside.catalog-aside .buttons button[type="submit"] {
    margin-left: 15px;
    font-size: 13px;
    padding: 10px 23px;
  }
  
  .bx-authform {
    width: 90%;
  }

  form[name="form_auth"] input[type="text"],
form[name="form_auth"] input[type="password"],
form[name="bform"] input[type="text"],
form[name="bform"] input[type="password"] {
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-webkit-input-placeholder,
form[name="form_auth"] input[type="password"]::-webkit-input-placeholder,
form[name="bform"] input[type="text"]::-webkit-input-placeholder,
form[name="bform"] input[type="password"]::-webkit-input-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-moz-placeholder,
form[name="form_auth"] input[type="password"]::-moz-placeholder,
form[name="bform"] input[type="text"]::-moz-placeholder,
form[name="bform"] input[type="password"]::-moz-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::-ms-input-placeholder,
form[name="form_auth"] input[type="password"]::-ms-input-placeholder,
form[name="bform"] input[type="text"]::-ms-input-placeholder,
form[name="bform"] input[type="password"]::-ms-input-placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="text"]::placeholder,
form[name="form_auth"] input[type="password"]::placeholder,
form[name="bform"] input[type="text"]::placeholder
form[name="bform"] input[type="password"]::placeholder {
    font-size: 14px;
  }

  form[name="form_auth"] input[type="submit"],
form[name="bform"] input[type="submit"] {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 8px;
  }   
  
  .search-page input[type="text"] {
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
    font-size: 14px;
  }
   
  .search-page input[type="submit"] {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 12px;
    padding-bottom: 8px;
  }      
  
  #bx-soa-order .bx-soa-section-title-container .bx-soa-section-title-count::after {
    font-size: 15px;
    line-height: 25px;
  }   

    .mfi_logo {
        position: absolute;
        top: 280px;
        left: 20px;
        width: 28px;
        height: 28px;
        background: url(../img/mfi_logo_sm.png);
    }

    .lightning_logo {
        position: absolute;
        top: 280px;
        left: 280px;
        width: 30px;
        height: 28px;
        background: url(../img/lightning_logo_sm.png);
    }      

}

/*---------------------------------------------------------------*/
/* Всплывающее окно */
/*
	.overlay {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.2);
	  z-index: 99;
	}
*/

.popup-window {
   background-color: #2c2c2c;
	  padding: 70px;
	  padding-top: 100px;
	  text-align: center;
	  z-index: 100;   
}


  .popup-window.popup-window-content-white.popup-window-with-titlebar.bx-green {
/*
	  width: 935px;
	  max-width: 97%;
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
*/      
	  background-color: #2c2c2c;
	  padding: 70px;
	  padding-top: 100px;
	  text-align: center;
	  z-index: 100;
	}

	.popup-window-titlebar-text {
	  color: #fff;
	  text-transform: uppercase;
	  font: 30px CirceBold;
	  margin-bottom: 35px;
	}
    
	.popup-window-content {
	  background-color: #2c2c2c !important;
	}    

	.popup-window-content p {
	  color: #f0ff00;
	  font-size: 22px;
	  line-height: 32px;
	  margin-bottom: 25px;
	}
    
	.popup-window-content table tr td:first-child {
       display: none;
    }    

	.popup-window-content table td {
	  color: #f0ff00;
	  font-size: 22px;
	  line-height: 32px;
	  margin-bottom: 25px;
	}

	.popup-window-buttons {
	  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;
	}

	.popup-window-buttons #btn-go-basket,
    .popup-window-buttons #btn-close {
	  width: 49%;
	  text-align: center;
	  border: 3px solid #fff;
	  color: #fff;
	  text-transform: uppercase;
	  font: 20px CirceBold;
	  padding-top: 19px;
	  padding-bottom: 15px;
      padding-left: 0px;
      padding-right: 0px;
	  -webkit-transition: .3s;
	  -o-transition: .3s;
	  transition: .3s;
      border-radius: 0;
      background-color: #2c2c2c;
	}

	.popup-window-buttons #btn-go-basket:hover,
    .popup-window-buttons #btn-close:hover {
	  background-color: #fff;
	  color: #000;
  }

  .wrapper .bx-authform .bx-filter-param-label > input[type="checkbox"] {
    display: none;
  }
  
  .wrapper .bx-authform .bx-filter-param-label {
    position: relative;
    padding-left: 30px;
  }

  .wrapper .bx-authform .bx-filter-param-label .bx-filter-param-text:before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    left: 0;
    top: 4px;
  }

  .wrapper .bx-authform .bx-filter-param-label input:checked + .bx-filter-param-text:before {
    background-color: #000;
  }


	@media screen and (max-width: 960px) {
		.popup-window.popup-window-content-white.popup-window-with-titlebar.bx-green {
		    width: 97%;
		    padding: 30px;
		    padding-bottom: 40px;
		}

		.popup-window-titlebar-text {
		    font-size: 24px;
		    margin-bottom: 15px;
		}

		.popup-window-content p {
		    font-size: 18px;
		    line-height: 24px;
		    margin-bottom: 25px;
		}

		.popup-window-content p br {
		    display: none;
		}

		.popup-window-buttons #btn-go-basket,
        .popup-window-buttons #btn-close {
		    font-size: 13px;
		    padding-top: 15px;
		    padding-bottom: 11px;
		}
	}

	@media screen and (max-width: 560px) {
		.popup-window-titlebar-text {
		    font-size: 20px;
		    margin-bottom: 10px;
		}

		.popup-window-content p {
		    font-size: 16px;
		    line-height: 19px;
		    margin-bottom: 20px;
		}

		.popup-window-buttons {
		    flex-wrap: wrap;
		}

		.popup-window-buttons #btn-go-basket,
        .popup-window-buttons #btn-close {
		    width: 100%;
		    border-width: 2px;
		}

		.popup-window-buttons .btn:first-child {
		    margin-bottom: 15px;
		}    
  }
  @media screen and (min-width: 1500px) {
    .item .text h4 a {
      max-height: 60px;
      overflow: hidden;
    }
  }
  @media screen and (min-width: 1200px) and (max-width: 1500px) {
    .item .text h4 a {
      max-height: 40px;
      overflow: hidden;
    }
  }

.bx-core-popup-menu,
.bx-core-adm-dialog {
  z-index: 999999 !important;
}

.reg-chb-block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.reg-inp {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: -100000px;
}
input.reg-inp + .reg-chb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border: 1px solid #000000;
  cursor: pointer;
}
.reg-inp:checked + .reg-chb {
  background-image: url("/bitrix/templates/drivix/img/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.text-section p.reg-chb-text {
  width: 85%;
  margin: 0;
}
.reg-chb-text>a.reg-chb-link {
  padding: 0;
}
.news-detail .text-section{padding-bottom: 20px;}
.news-detail .detail_picture{
	width: 100%;
	max-width:825px;
    float: none!important;
    margin: 0 auto 20px!important;
	height: auto;
	display: block;
}
.news-detail .text-section img{
	width:100%;
	max-width:825px;
}
.news-detail h2{margin: 70px 0 40px;}
.news-detail h3{
	font-size: 1.5rem;
	margin: 50px 0 30px;
}
.news-detail em{font-style: italic;}
.news-detail strong{font-weight: 900;}
.news-detail ul{
	list-style-type: disc;
	margin: 10px 0 30px 40px;
}
.news-detail li{margin-bottom: 10px;}
div.news-detail + p{margin-bottom: 20px;}
@media screen and (min-width: 628px) {
	.flex2item{
		display: flex;
		margin: auto;
		width: 80%;
		justify-content: center;
		flex-wrap: wrap;
	}
}
.news-detail .text-section .flex2item img{
	width:100%;
	max-width: 300px;
	height: auto; 
	display:block;
	margin:auto;
}