* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Futura New'
}
a {
  text-decoration: none;
  color: #000
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}
.ret1 path {
  fill: #FFA351
}
.displaynone {
	display:none;
}
.input-media_img {
  width: 100%;margin: 15px 0;
  display: flex;
  align-items: baseline;
}
.image_reviews {
  margin-right: -4px;
  margin-left: -4px;
  display: flex;
  align-items: baseline;
  margin-top: 12px
}
.image_reviews a {
  margin: 0 4px;
  border: 1px solid #e6e6e6;
  padding: 4px;
  border-radius: 4px;
}
.ai {
  border: 1px solid #e6e6e6;
  padding: 4px;
  border-radius: 4px;
  margin-right: 8px
}
ul {
  list-style-type: none
}
.notification {
  background: #000000;
  min-height: 33px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
}
.d-none {
  display: none
}
.title-h2 {
  font-size: 70px;
  line-height: 70px;
  color: #454545;
  font-weight: 400;
  margin-bottom: 40px
}
.d-none {
  display: none
}
.error {
  border: 1px solid!important;
}
.wrapper, [class^="account-"] .container, [class^="error-"] .container, [class^="information-"] .container, [class^="blog-"] .container, .container {
  max-width: calc(1280px + 30px);
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px
}
.cl {
  position: absolute;
  right: 25px;
  top: 33px;
  z-index: 99999;
  background: #474747;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.clo {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99999;
  background: #474747;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header-mob {
  display: none
}
.mb {width: 1064px!important;}
.mb form > input {width: 282px!important;}
.mb .phone {margin-top: 0!important;width: 314px}
.cmod {
  font-family: Futura New;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 70px;
  text-align: center;
  color: #454545;
}
[name="range"]:checked + label {
  background: #474747;
  color: #fff;
}
#calb {z-index: 9999!important;}
.fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  flex-wrap: wrap;
}
.bmod {
  font-family: Futura New;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #454545;
}
.search-mob {
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px dashed rgba(71,71,71,.1);
  background: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(192,192,192,.25);
  box-shadow: 0 8px 15px rgba(192,192,192,.25);
  padding-bottom: 30px;
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 3
}
.search-mob h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #454545;
  margin: 15px 0
}
.search-mob input:not(input[type=submit]) {
  background: #f3f3f3;
  outline: 0;
  border-radius: 150px;
  height: 50px;
  width: 100%;
  border: none;
  padding-left: 25px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px
}
.search-mob input[type=submit] {
  background: #474747;
  border-radius: 150px;
  font-size: 14px;
  line-height: 17px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(116,116,116,.6);
  box-shadow: 0 4px 15px 0 rgba(116,116,116,.6);
  cursor: pointer;
  color: #fff;
  padding: 10px 47px;
  border: none;
  margin-left: auto;
  margin-top: 14px;
  display: block;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.search-mob input[type=submit]:hover {
  border: 1px solid #474747;
  color: #474747;
  background: #fff
}
.header__breadcrumbs {
  padding: 7px 0;
  background: #fff
}
.header__breadcrumbs .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__breadcrumbs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #5b5b5b
}
.header__breadcrumbs a:not(a:last-child):after {
  content: '';
  width: 3px;
  height: 5px;
  background: url(../img/svg/breadcrumbs-arr.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 8px
}
.header__center {
  margin-top: 21px;
  margin-bottom: 21px
}
.header__center .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header__menu a {
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3c3c3c;
  padding: 15px 24px 12px;
  display: block;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease
}
.header__menu a:hover {
  background: #7b8c93;
  color: #fff
}
.header__bottom {
  background: #f0f0f0
}
.header__recall, .btn {
  background: #474747;
  border-radius: 150px;
  -webkit-box-shadow: 0 0 15px rgba(116,116,116,.6);
  box-shadow: 0 0 15px rgba(116,116,116,.6);
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
  padding: 16px 26px;
  margin-left: 27px;
  margin-right: 10px;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.header__recall:hover {
  background: 0 0;
  color: #747474;
  border: 1px solid rgba(116,116,116,.6)
}
.header__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(154,154,154,.3);
  box-shadow: 0 0 10px rgba(154,154,154,.3);
  border-radius: 150px;
  padding: 4px;
  padding-right: 16px;
  margin-left: auto;
  white-space: nowrap
}
.header__basket:hover .basket__icon {
  background: #fff;
  border: 1px solid #474747
}
.header__basket:hover .basket__icon path {
  fill: #474747
}
.header__basket .basket__icon {
  min-width: 43px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #474747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 9px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.header__basket .basket__icon path {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.header__basket .basket__products {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #404040;
  margin-bottom: 3px
}
.header__basket .basket__sum {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #868686
}
.header__work-time {
  border-left: 1px dashed #eee;
  padding-left: 12px;
  margin-left: 32px;
  white-space: nowrap
}
.header__work-time a {
  font-weight: 700;
  font-size: 15px;
  color: #5f5f5f;
  display: block
}
.header__work-time a:hover {
  text-decoration: underline
}
.header__work-time span {
  font-size: 13px;
  color: #5f5f5f;
  display: block;
  margin-top: 7px
}
.header__search {
  width: 100%;
  max-width: 575px;
  position: relative;
  margin-left: 22px
}
.header__search button {
  width: 43px;
  height: 43px;
  background: #474747;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  border: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.header__search button svg path,
.header__search button svg rect {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.header__search button:hover {
  border: 1px solid #474747;
  background: 0 0
}
.header__search button:hover svg path,
.header__search button:hover svg rect {
  fill: #474747
}
.header__search input {
  background: #f3f3f3;
  border-radius: 150px;
  height: 50px;
  padding-left: 25px;
  border: none;
  outline: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  width: 100%
}
.header__search input::-webkit-input-placeholder {
  color: #5f5f5f
}
.header__search input::-moz-placeholder {
  color: #5f5f5f
}
.header__search input:-ms-input-placeholder {
  color: #5f5f5f
}
.header__search input::-ms-input-placeholder {
  color: #5f5f5f
}
.header__search input::placeholder {
  color: #5f5f5f
}
.header__logo {
  max-width: 158px;
  display: block
}
.header__logo span {
  display: block;
  font-weight: 300;
  font-size: 12.5px;
  line-height: 15px;
  color: #555;
  display: block;
  padding-top: 5px
}
.header__top {
  background: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(209,209,209,.25);
  box-shadow: 0 8px 15px rgba(209,209,209,.25);
  padding: 10px 0
}
.header__top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px dashed rgba(71,71,71,.1);
  padding-left: 15px;
  margin-left: 12px
}
.header__login span {
  margin-left: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #727272
}
span.price-old {
  font-weight: normal;
  opacity: .4;
  text-decoration: line-through;
  font-size: 16px;
  padding-left: 4px;
}
.stock-8 {color: red}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.wis {
  margin-left: auto;
  margin-right: 14px;
  border-right: 1px dashed rgba(71,71,71,.1);
  padding-right: 11px
}
.header__lang * {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.header__lang span {
  color: #474747
}
.header__lang a {
  color: #d9d9d9;
  margin-left: 11px
}
.header__menu-pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -20px
}
.header__menu-pages li {
  margin: 0 20px
}
.header__menu-pages a {
  font-size: 15px;
  line-height: 18px;
  color: #686868;
  font-weight: 300;
  position: relative
}
.header__menu-pages a:after {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: .5px;
  background: #686868
}
.header__menu-pages a:hover:after {
  width: 100%
}
.not-main header {
  -webkit-box-shadow: 0 8px 15px rgba(209,209,209,.25);
  box-shadow: 0 8px 15px rgba(209,209,209,.25)
}
.not-main footer {
  border-top: 1px solid #333;
  padding-top: 47px
}
.header-mob {
  padding-top: 19px;
  background: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(209,209,209,.25);
  box-shadow: 0 8px 15px rgba(209,209,209,.25);
  padding-bottom: 14px;
  position: relative
}
.header-mob__breadcrumbs {
  border-top: 1px solid #f0f0f0;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  padding-left: 15px;
  margin-right: -15px;
  padding-right: 15px;
  margin-top: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -7px
}
.header-mob__breadcrumbs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  margin-bottom: 7px;
  line-height: 16px;
  color: #5b5b5b
}
.header-mob__breadcrumbs a:not(a:last-child):after {
  content: '';
  width: 3px;
  height: 5px;
  background: url(../img/svg/breadcrumbs-arr.svg) no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 8px
}
.header-mob__body {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 9999;
  width: 100%;
  -webkit-box-shadow: 0 8px 15px rgba(209,209,209,.25);
  box-shadow: 0 8px 15px rgba(209,209,209,.25);
  left: 0;
  padding: 0 20px;
  border-top: 1px dashed rgba(71,71,71,.1);
  top: 100%;
  padding-bottom: 17px
}
.header-mob__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header-mob__head_open .header-mob__burger .line:nth-child(1) {
  -webkit-transform: translate(0,2.2px) rotate(-45deg);
  -ms-transform: translate(0,2.2px) rotate(-45deg);
  transform: translate(0,2.2px) rotate(-45deg)
}
.header-mob__head_open .header-mob__burger .line:nth-child(3) {
  -webkit-transform: translate(0,-2.2px) rotate(45deg);
  -ms-transform: translate(0,-2.2px) rotate(45deg);
  transform: translate(0,-2.2px) rotate(45deg)
}
.header-mob__head_open .header-mob__burger .line:nth-child(2) {
  display: none
}
.header-mob__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(71,71,71,.1);
  padding-bottom: 16px;
  padding-top: 17px
}
.header-mob__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(71,71,71,.1)
}
.header-mob__bottom {
  padding-top: 8px
}
.header-mob__bottom a {
  font-size: 22px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  color: #3c3c3c
}
.header-mob__center {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(71,71,71,.1)
}
.header-mob__center ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr
}
.header-mob__center a {
  font-size: 15px;
  line-height: 30px;
  color: #686868
}
.header-mob .header__recall {
  padding: 9px 16px 12px;
  font-size: 14px;
  line-height: 17px;
  margin: 0
}
.header-mob .header__work-time {
  margin-left: 0;
  padding-left: 0;
  border: none
}
.header-mob .header__login {
  padding-left: 0;
  margin-left: 0;
  border: none
}
.header-mob .header__logo span {
  padding-top: 0;
  font-size: 10px
}
.header-mob__favorites,
.header-mob__search {
  position: relative;
  background: #fff;
  border: 1px solid #474747;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer
}
.header-mob__favorites path,
.header-mob__search path {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.header-mob__favorites:hover,
.header-mob__search:hover {
  background: #474747
}
.header-mob__favorites:hover path,
.header-mob__search:hover path {
  fill: #fff
}
.header-mob__basket {
  background: #474747;
  border: 1px solid #474747;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.header-mob__basket path {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.header-mob__basket:hover {
  background: #fff
}
.header-mob__basket:hover path {
  fill: #474747
}
.header-mob__basket .basket__num, .header-mob__favorites .basket__num {
  font-size: 12px;
  line-height: 12px;
  color: #474747;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(72,72,72,.25);
  box-shadow: 0 3px 15px rgba(72,72,72,.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: -3px;
  right: -3px
}
.header-mob__burger {
  background: #474747;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.header-mob__burger:hover {
  background: #fff;
  border: 1px solid #474747
}
.header-mob__burger:hover .line {
  background: #474747
}
.header-mob__burger .line {
  width: 14px;
  height: 1.5px;
  border-radius: 5px;
  margin: 1.5px 0;
  background: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
header {
  position: relative
}
.slick-next,
.slick-prev {
  opacity: 0;
  z-index: -1;
  left: 50%
}
.arr-next,
.arr-prev {
  background: #fff;
  border: 1px solid #474747;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.arr-next:hover,
.arr-prev:hover {
  background: #474747
}
.arr-next:hover path,
.arr-prev:hover path {
  fill: #fff
}
.banner {
  margin-top: 42px
}
.banner .info__arrows {
  margin-top: 13px;
  display: none
}
.banner__sertificate {
  display:none;
  margin-top: 60px;
  background: url(../img/sertificate-img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 40px 40px 56px
}
.banner__sertificate .sertificate__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px
}
.banner__sertificate .sertificate__text h3 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  max-width: 320px
}
.banner__sertificate .sertificate__text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 500px;
  border-left: 1px solid #fff;
  padding-left: 17px;
  margin-left: 5px
}
.banner__sertificate .sertificate__logo span {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  display: block;
  margin-top: 6px
}
.banner__info {
  background: #f3f3f3;
  border-radius: 15px;
  padding: 30px 60px;
  margin-top: 42px
}
.banner__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.banner__info .li__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.banner__info li span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  max-width: 276px;
  color: #686868
}
.banner__info .info__icon {
  background: #fff;
  border-radius: 50%;
  padding: 7px;
  height: 71px;
  min-width: 71px;
  width: 71px;
  margin-right: 19px
}
.banner__info .info__icon .icon {
  -webkit-box-shadow: 0 0 7px #b8b8b8;
  box-shadow: 0 0 7px #b8b8b8;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.banner__slider img {
	border-radius:15px;
}
.banner__slider .slick-dots {
  bottom: 48px;
  left: 0;
  padding-left: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.banner__slider .slick-dots li {
  width: 10px;
  margin: 0 6px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.05);
  box-shadow: 0 4px 4px rgba(0,0,0,.05)
}
.banner__slider .slick-dots li.slick-active button {
  width: 4px;
  height: 4px;
  background: #474747;
  border-radius: 50%
}
.banner__slider .slick-dots li button {
  padding: 0;
  width: 4px;
  height: 4px
}
.banner__slider .slick-dots li button::before {
  display: none
}
.banner__slider .slider__item {
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  outline: 0
}
.banner__slider .slider__item .item__logo {
	display:none;
}
.banner__slider .item__photo {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute
}
.banner__slider .item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.banner__slider .item__logo {
  position: absolute;
  top: 49px;
  left: 49px;
  z-index: 1
}
.banner__slider .item__text {
  display:none;
  position: relative;
  z-index: 1;
  padding-left: 108px
}
.banner__slider p {
  font-size: 25px;
  line-height: 30px;
  color: #4d4d4d;
  margin-top: 30px
}
/*
.banner__slider a {
  margin-top: 19px;
  background: #7b8c93;
  border-radius: 150px;
  padding: 19px 46px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid transparent;
  font-weight: 500
}
.banner__slider a:hover {
  border: 1px solid #7b8c93;
  background: 0 0;
  color: #7b8c93
}
*/
.banner__slider h2 {
  font-weight: 400;
  font-size: 95px;
  line-height: 70px;
  color: #2d2d2d;
  max-width: 432px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -41px
}
.banner__slider h2:before {
  content: '';
  min-width: 29px;
  margin-top: 30px;
  height: 4px;
  background: #444;
  border-radius: 150px;
  display: block;
  margin-right: 12px
}
.collection {
display:none;
  margin-top: 60px
}
.collection__sides {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.collection__sides-in {
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.collection__lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
.collection__lft .collection__item:nth-child(2) {
  text-align: right;
  margin-left: auto
}
.collection p {
  font-weight: 300;
  font-size: 18px;
  margin-left: 45px;
  margin-top: 25px;
  line-height: 26px;
  color: #606060;
  margin-bottom: 41px
}
.collection .cards__slider {
  display: none
}
.collection__item {
  position: relative;
  margin: 10px;
  display: block;
  outline: 0
}
.collection__item:hover img {
  -webkit-filter: brightness(.5);
  filter: brightness(.5)
}
.collection__item span {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 21px;
  bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.collection__item span:before {
  content: '';
  height: 15px;
  width: 2px;
  background: #fff;
  margin-right: 9px;
  display: block
}
.collection__item img {
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.catalog {
//  margin-top: 140px;
  margin-top: 60px
}
.catalog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px
}
.catalog__item {
  background: rgba(0,0,0,.5);
  margin: 15px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 15px 25px rgba(213,213,213,.25);
  box-shadow: 0 15px 25px rgba(213,213,213,.25);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  position: relative
}
.catalog__item .item__text {
  padding-top: 22px;
  padding-bottom: 22px
}
.catalog__item ul {
  margin-top: 22px
}
.catalog__item h4 {
  font-size: 30px;
  line-height: 40px;
  color: #454545;
  font-weight: 500;
  text-transform: uppercase
}
.catalog__item h4:hover {
  text-decoration: underline
}
.catalog__item a {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  position: relative
}
.catalog__item a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #333;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.catalog__item a:hover:after {
  width: 100%
}
.catalog__item .link-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.catalog__item .link-mob:hover:after {
  display: none
}
.catalog__item img {
  margin-left: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.catalog__item:nth-child(3),
.catalog__item:nth-child(4),
.catalog__item:nth-child(5) {
  width: calc(100% / 3 - 30px)
}
.catalog__item:nth-child(3) img,
.catalog__item:nth-child(4) img,
.catalog__item:nth-child(5) img {
  max-width: 206px
}
.catalog__item:nth-child(1),
.catalog__item:nth-child(2),
.catalog__item:nth-child(6),
.catalog__item:nth-child(7) {
  width: calc(100% / 2 - 30px)
}
.catalog__item:nth-child(1) img,
.catalog__item:nth-child(2) img,
.catalog__item:nth-child(6) img,
.catalog__item:nth-child(7) img {
  max-width: 310px
}
.popular {
  margin-top: 120px
}
.popular__mg {
  margin-bottom: 100px
}
.popular__slider {
  margin: -30px 0
}
.popular__slider .product-card {
  margin: 30px 10px
}
.popular-h2 {
  text-align: center
}
.cards__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
.cards__arrow .arr-next {
  position: relative;
  right: -55px
}
.cards__arrow .arr-prev {
  position: relative;
  left: -55px
}
.cards__slider {
  position: relative
}
.product-card {
  background: #fff;
  -webkit-box-shadow: 0 15px 25px rgba(213,213,213,.25);
  box-shadow: 0 15px 25px rgba(213,213,213,.25);
  border-radius: 10px;
  position: relative;
  outline: 0;
  margin: 0 10px
}
.product-card img {
  display: inline-block
}
.product-card__way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.product-card__way .way__item {
  background: #f3f3f3;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 6px
}
.product-card__top {
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
  position: relative
}
.product-card__photo {
  text-align: center;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}
.product-card__photo img {
  display: block;
  width: 100%
}
.product-card__like {
  position: absolute;
  top: 30px;
  right: 25px;
}
.product-card__bottom {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px
}
.product-card__buttons {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.product-card__buttons a {
  display: block
}
.product-card__buttons a:last-child {
  background: #fff;
  border: 1px solid #474747;
  border-radius: 50%;
  display: block;
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.product-card__buttons a:last-child path {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.resp.acv {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 40px;
}
.cat__body label {
  display: block;
  margin: 10px 0;
  font-size: 14px;
}
.cat__body label.disabled {
	opacity:0.3;
}
.badge:not(:empty) {
  background: #DAF2C7;
  color: #333;
  display: block;
  text-align: center;
  line-height: 16px;
  width: 26px;
  height: 16px;
  float: right;
  border-radius: 4px;
  font-size: 12px;
}
.product-card__buttons a:last-child:hover,
.product-card__buttons a:last-child:checked, .acxw {
  background: #DAF2C7 !important;
  border:1 #666 !important;
}
.product-card__buttons a:last-child:hover path, .acxw path {
  fill: #666!important;
  border:0;
}
.acxl path {fill:#5fa801!important;}
.product-card__buttons a:first-child {
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 20px;
  text-align: center;
  max-width: 198px;
  width: 100%;
  -webkit-box-shadow: 0 5px 8px rgba(116,116,116,.6);
  box-shadow: 0 5px 8px rgba(116,116,116,.6);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.product-card__buttons a:first-child:hover {
  background: #474747;
  color: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(116,116,116,.6);
  box-shadow: 0 3px 4px rgba(116,116,116,.6)
}
.product-card__stock {
  font-size: 14px;
  line-height: 20px;
  color: #5fa801;
  font-weight: 400
}
.product-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}
.product-card__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
  color: #606060
}
.product-card__sale {
  top: 20px;
  left: 20px;
  position: absolute
}
.product-card__price {
  font-weight: 600;
  font-size: 30px;
  line-height: 20px;
  color: #3c3c3c;
  margin-bottom: 21px
}
.product-card__sale {
  background: #474747;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/svg/sale-bgd.svg) no-repeat;
  background-size: contain;
  background-position: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff
}
.about {
  margin-top: 95px;
  margin-bottom: 70px
}
.about__ova {
  overflow: auto;
  height: 170px;
  padding-right: 106px;
  padding-top: 36px;
  padding-bottom: 28px;
  position: relative;
  z-index: 1
}
.about__ova::-webkit-scrollbar {
  width: 12px;
  background: #e0e0e0;
  border-radius: 10px
}
.about__ova::-webkit-scrollbar-thumb {
  background: #474747;
  border-radius: 10px
}
.about__block {
  background: #f3f3f3;
  border-radius: 10px;
  padding-left: 43px;
  height: 182px;
  border: 5px solid #f3f3f3;
  position: relative
}
.about__block:before {
  content: '';
  height: 12px;
  background: #f3f3f3;
  top: 0;
  left: 0;
  width: 95%;
  position: absolute;
  z-index: 3
}
.about__block:after {
  content: '';
  border-top: 2px dashed #e6e6e6;
  border-left: 2px dashed #e6e6e6;
  border-radius: 10px;
  position: absolute;
  display: block;
  width: 217px;
  height: 150px;
  top: 13px;
  left: 13px
}
.about h4 {
  font-weight: 450;
  font-size: 30px;
  line-height: 40px;
  color: #454545;
  margin-bottom: 6px
}
.about p {
  font-size: 18px;
  line-height: 24px;
  color: #797979
}
.subscribe {
  background: #ededed;
  padding: 28px 0
}
.subscribe p {
  font-size: 24px;
  line-height: 29px;
  color: #333;
  font-weight: 400
}
.subscribe form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 654px;
  margin-left: auto
}
.subscribe input {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  border-radius: 150px;
  border: none;
  padding-left: 30px;
  outline: 0;
  height: 50px
}
.subscribe input::-webkit-input-placeholder {
  color: #999
}
.subscribe input::-moz-placeholder {
  color: #999
}
.subscribe input:-ms-input-placeholder {
  color: #999
}
.subscribe input::-ms-input-placeholder {
  color: #999
}
.subscribe input::placeholder {
  color: #999
}
.subscribe button {
  background: #474747;
  height: 50px;
  cursor: pointer;
  outline: 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  max-width: 142px;
  width: 100%;
  margin-left: -50px;
  border: none;
  border-radius: 150px
}
.subscribe .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
footer {
  margin-top: 30px;
  padding-bottom: 50px;
  padding-top: 36px
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer__menu a {
  font-size: 14px;
  line-height: 35px;
  color: #797979;
  font-weight: 300;
  position: relative
}
.footer__menu a:after {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: .5px;
  background: #686868
}
.footer__menu a:hover:after {
  width: 100%
}
.footer__menu h3 {
  font-weight: 450;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  margin-bottom: 16px
}
.footer__info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer__info a:after {
  display: none
}
.footer__info a span {
  margin-left: 15px;
  position: relative
}
.footer__info a span:after {
  content: '';
  left: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: .5px;
  background: #686868
}
.footer__info a:hover span:after {
  width: 100%
}
.footer__socials a {
  margin-right: 10px;
  vertical-align: bottom;
}
.footer__copyright {
  font-size: 16px;
  line-height: 22px;
  margin-top: 17px;
  font-weight: 300;
  color: #797979
}
.footer__logo {
  max-width: 158px;
  display: block;
  margin-bottom: 20px
}
.footer__logo span {
  display: block;
  font-weight: 300;
  font-size: 12.5px;
  line-height: 15px;
  color: #555;
  display: block;
  padding-top: 5px
}
.catalog-page__filter_mob {
  background: #f7f6f2;
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 26px;
  line-height: 31px;
  margin-top: 20px;
  cursor: pointer;
  font-weight: 300;
  color: #454545;
  display: none
}
.catalog-page__watched {
  margin-top: 86px
}
.catalog-page__more {
  background: #fff;
  border: 1px solid #474747;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 150px;
  -webkit-box-shadow: 0 0 15px 0 rgba(116,116,116,.6);
  box-shadow: 0 0 15px 0 rgba(116,116,116,.6);
  padding: 14px 47px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  margin-top: 26px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.catalog-page__more:hover {
  background: #474747;
  color: #fff
}
.catalog-page__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px
}
.at-share-btn-elements {
  display: flex;
  align-items: center;
}
.at-share-btn-elements a:not(.at-svc-twitter):not(.at-svc-compact) {
  width: 48px;
  height: 48px;
  margin-right: 10px!important;
  margin-bottom: 0!important;
  background: #474747 !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#information-contact iframe {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
.videos {position: relative}
.video:after {
  content: '▶';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 72px;
  height: 50px;
  z-index: 999;
  color: #fff;
  background: #000000c4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  border-radius: 10px;
  cursor: pointer;
}
.videos:after {
  content: '▶';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 28px;
  z-index: 999;
  color: #fff;
  background: #000000c4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  border-radius: 10px;
  cursor: pointer;
}
.video:hover:after {
  background: red;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
  float: unset;
  margin: 0 !important;
}
.at4-visually-hidden, .at-label, #at20mc, .info__size [type="radio"], .info__size [type="checbox"], .info__size [type="radio"] {display: none}
.catalog-page__pagination .arr-next,
.catalog-page__pagination .arr-prev {
  width: 100%;
  height: 100%;
  margin: 0;
}
.catalog-page__pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 15px 25px rgba(213,213,213,.25);
  box-shadow: 0 15px 25px rgba(213,213,213,.25);
  border-radius: 150px;
  padding: 4px 5px
}
.catalog-page__pagination .pagination__active span {
  background: #464646;
  color: #fff
}
.catalog-page__pagination a,
.catalog-page__pagination span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #464646;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid transparent
}
.catalog-page__pagination a:hover {
  border: 1px solid #464646
}
.catalog-page__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
  width: 100%
}
.catalog-page__block .product-card {
  margin: 0
}
.catalog-page__main {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.catalog-page__catalog {
  margin-right: 20px;
  border-radius: 5px;
  background: #f3f3f3;
  padding-left: 18px;
  padding-right: 18px
}
.catalog-page__mob {
  max-width: 305px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}
.catalog-page__mob .cat__submit {
  padding: 0 30px;
  background: #474747;
  border: 1px solid #474747;
  border-radius: 150px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 20px;
  display: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.catalog-page__mob .cat__submit:hover {
  background: 0 0;
  color: #474747
}
.catalog-page__mob .cat__item:last-child .cat__head {
  border: none
}
.catalog-page__mob .cat__item .cat__body {
  display: none;
  padding-top: 21px;
  padding-bottom: 28px
}
.catalog-page__mob .cat__item .polzunok-container-5 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0
}
.catalog-page__mob .cat__item .polzunok-container-5 {
  margin-top: 20px
}
.catalog-page__mob .cat__item .polzunok-container-5:after {
  content: "";
  clear: both;
  display: table
}
.catalog-page__mob .cat__item .polzunok-container-5 .ui-slider {
  position: relative;
  background: #474747;
  -webkit-box-shadow: 0 8px 15px rgba(136,136,136,.25);
  box-shadow: 0 8px 15px rgba(136,136,136,.25);
  border-radius: 150px;
  height: 25px
}
.catalog-page__mob .cat__item .polzunok-container-5 .ui-slider .ui-slider-handle {
  position: absolute;
  margin-left: 3px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  border-radius: 50%;
  top: 2px;
  background: #fff;
  z-index: 2;
  background: #474747;
  -webkit-transition: border .4s,-webkit-transform .2s;
  transition: border .4s,-webkit-transform .2s;
  -o-transition: transform .2s,border .4s;
  transition: transform .2s,border .4s;
  transition: transform .2s,border .4s,-webkit-transform .2s
}
.catalog-page__mob .cat__item .polzunok__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px
}
.catalog-page__mob .cat__item .polzunok__bottom span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #8f8f8f
}
.catalog-page__mob .cat__item .polzunok-container-5 .ui-slider .ui-slider-handle:focus,
.catalog-page__mob .cat__item .polzunok-container-5 .ui-slider .ui-slider-handle:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.catalog-page__mob .cat__item .polzunok-container-5 .ui-slider .ui-slider-handle:last-child {
  margin-left: -24px
}
.catalog-page__mob .cat__item .polzunok-input-5-left,
.catalog-page__mob .cat__item .polzunok-input-5-right {
  height: 32px;
  background: #fff;
  border-radius: 28px;
  text-align: center;
  font-size: 18px;
  padding: 16px;
  width: 140px;
  margin-top: 30px
}
.catalog-page__mob .cat__item .polzunok-input-5-left {
  float: left
}
.catalog-page__mob .cat__item .polzunok-input-5-right {
  float: right
}
.catalog-page__mob .cat__item .polzunok-container-5 .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 25px;
  border: 0;
  background: #fff;
  border-radius: 150px
}
.catalog-page__mob .cat__item .price__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.catalog-page__mob .cat__item .price__top input {
  background: #fff;
  border-radius: 3px;
  outline: 0;
  max-width: 96px;
  height: 45px;
  border: none;
  text-align: center
}
.catalog-page__mob .cat__item .cat__head {
  border-bottom: 1px dashed rgba(71,71,71,.1);
  padding-bottom: 16px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.catalog-page__mob .cat__item span {
  font-size: 18px;
  line-height: 22px;
  color: #454545
}
.catalog-page__mob .cat__item span::first-letter{
	text-transform:uppercase;
}
.catalog-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.catalog-page__top .filter-p {
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  color: #454545;
  padding-left: 18px;
  max-width: 305px;
  width: 100%
}
.catalog-page__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f3f3f3;
  padding-left: 25px;
  padding-right: 6px;
  width: 100%;
  height: 55px;
  border-radius: 150px
}
.catalog-page__sort .sort__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.catalog-page__sort .select {
  background: #fff;
  -webkit-box-shadow: 0 6px 25px rgba(200,200,200,.25);
  box-shadow: 0 6px 25px rgba(200,200,200,.25);
  cursor: pointer;
  border-radius: 150px;
  height: 45px;
  margin-left: 14px;
  max-width: 225px;
  width: 100%;
  position: relative
}
.catalog-page__sort .select:active svg {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1)
}
.catalog-page__sort svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.catalog-page__sort select {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  padding-left: 18px
}
.catalog-page__sort span {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  font-weight: 300;
  color: #454545
}
.catalog-page__sale {
  background: #daf2c7;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000;
  padding: 9px 0
}
.catalog-page h1 {
  font-size: 50px;
  line-height: 55px;
  color: #454545;
  margin-top: 27px;
  font-weight: 400;
  margin-bottom: 20px
}
.single {
  padding-top: 40px
}
.single .info__size {
  margin-top: 20px
}
.single .info__size p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #494949;
  margin-bottom: 10px
}
.single .info__size ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}
.single .info__size a, .single .info__size label {
  background: #fff;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border-radius: 150px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #5b5b5b;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.single .info__size a:hover, .single .info__size label:hover {
  border: 1px solid #474747
}
.single .info__size li {
  margin-right: 15px;
  width: 100%;
  max-width: 103px
}
.single .info__size_active a, .single .info__size_active label, .info__size ul li input:checked + label  {
  background: #474747;
  color: #fff
}
.single h1 {
  font-weight: 300;
  font-size: 35px;
  line-height: 55px;
  color: #454545;
  margin-bottom: 15px
}
.single__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.single__info {
  width: 100%
}
.single .info__storage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 17px
}
.single .info__storage .icon {
  background: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 7px 0 #c7c7c7;
  box-shadow: 0 0 7px 0 #c7c7c7;
  margin-right: 9px
}
.single .info__storage .icon:after {
  content: '';
  background: #fafafa;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
  position: absolute;
  z-index: -1
}
.single .info__storage span {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #5b5b5b
}
.single .info__buy {
  background: #f3f3f3;
  border-radius: 5px;
  width: 100%;
  padding: 9px 14px;
  padding-bottom: 22px;
  margin-top: 23px
}
.single .buy__method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.single .info__describe {
  background: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(209,209,209,.25);
  box-shadow: 0 8px 15px rgba(209,209,209,.25);
  padding: 24px 29px;
  margin-top: 20px
}
.single .info__describe h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #494949;
  margin-bottom: 10px
}
.single .info__describe p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #797979
}
.single .info__delivery {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.single .delivery__block {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 22px;
  width: 100%
}
.single .delivery__block h4 {
  font-weight: 450;
  font-size: 22px;
  line-height: 27px;
  color: #494949;
  margin-bottom: 14px
}
.single .delivery__block p {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  margin: 10px 0;
  font-weight: 400
}
.single .delivery__block ul li {
  font-size: 18px;
  line-height: 26px;
  color: #707070;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.single .delivery__block ul li:before {
  content: '';
  margin-right: 6px;
  margin-top: 13px;
  background: url(../img/li-arr.svg) no-repeat;
  background-size: contain;
  min-width: 8px;
  width: 8px;
  height: 8px;
  display: block
}
.single .delivery__block .images {
  margin-bottom: 11px
}
.single .delivery__block .images img {
  margin-right: 10px;
  border-radius: 3px
}
.single .delivery__block:last-child {
  margin-left: 21px
}
.single .info__info-arrow {
  display: none
}
.single .info__info {
  padding: 30px 20px
}
.single .info__info .li__item {
  display: block
}
.single .info__info span {
  margin-top: 4px;
  display: block
}
.single .info__characters {
  background: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(209,209,209,.25);
  box-shadow: 0 8px 15px rgba(209,209,209,.25);
  padding: 24px 29px;
  margin-top: 29px
}
.single .info__characters h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #494949;
  margin-bottom: 10px
}
.single .info__characters ul b {
  font-weight: 400
}
.single .info__characters ul span {
  font-weight: 300
}
.single .info__characters ul:first-child {
  margin-right: 82px
}
.single .info__characters li {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #707070
}
.single .info__characters .uls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.single .info__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}
.single .info__share span {
  font-weight: 450;
  font-size: 22px;
  line-height: 27px;
  color: #494949;
  margin-right: 18px
}
.single .info__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.single .info__share ul li {
  margin-right: 10px
}
.single .info__buy-click__block {
  background: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 28px;
  position: relative;
  border-radius: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.single .info__buy-click__block button,
.single .info__buy-click__block input[type=submit] {
  background: #474747;
  border: 1px solid #474747;
  border-radius: 150px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 14px 32px;
  margin-top: 3px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.single .info__buy-click__block button:hover,
.single .info__buy-click__block input[type=submit]:hover {
  background: #fff;
  color: #474747
}
.single .info__buy-click__block input:not(input[type=submit]) {
  padding-left: 30px;
  top: 0;
  left: 0;
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  outline: 0;
  border-radius: 150px
}
.buy_button {
	background: #474747;
    border: 1px solid #474747;
    height: 50px;
    border-radius: 150px;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    margin-top: 13px;
    -webkit-box-shadow: 0 5px 15px 0 rgb(116 116 116 / 60%);
    box-shadow: 0 5px 15px 0 rgb(116 116 116 / 60%);
}
.buy_button:hover {
	background: #fff;
    color: #474747;
}

.single .buy-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px
}
.single .buy-now:first-child {
  border-right: 1px dashed rgba(71,71,71,.1);
  padding-right: 28px;
  margin-right: 28px
}
.single .buy-now__button {
  background: #fff;
  border: 1px solid #474747;
  height: 50px;
  border-radius: 150px;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #494949;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  margin-top: 13px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(116,116,116,.6);
  box-shadow: 0 5px 15px 0 rgba(116,116,116,.6)
}
.single .buy-now__button:hover {
  background: #474747;
  border: 1px solid #474747;
  border-radius: 150px;
  color: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(116,116,116,.6);
  box-shadow: 0 5px 5px 0 rgba(116,116,116,.6)
}
.single .buy-now .price__old {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-left: 14px;
  color: #5b5b5b
}
.single .buy-now .price__new {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: #494949
}
.single .buy-now .price__new span {
	font-weight: 600;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
    color: #494949;
}
.single .buy-now .now__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.single .info__weight {
  background: #eaeaea;
  border-radius: 5px;
  max-width: 174px;
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #5b5b5b;
  margin-bottom: 22px
}
.single .info__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(71,71,71,.1);
  width: 100%
}
.single .info__rating .star {
  margin-right: 6px
}
.single .info__rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.single .info__rating span {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-left: 3px;
  color: #5b5b5b
}
.single__slider {
  max-width: 608px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  margin-right: 38px
}
.single__slider .slider__for,
.single__slider .slider__nav {
  margin: 0 -11px
}
.single__slider .slider__sale {
  background: url(../img/circle.svg) no-repeat;
  width: 64px;
  height: 64px;
  background-size: contain;
  background-position: center;
  font-weight: 450;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  left: 25px
}
.single__slider .slider__nav {
  margin-top: 29px
}
.single__slider .slider__nav .slick-track {
  margin-left: 0
}
.single__slider .photo {
  margin: 0 11px;
  outline: 0
}
.single__slider .photo img {
  width: 100%;
  height: 100%
}
.info-mob {
  display: none
}
.reviews {
  background: #f3f3f3;
  padding-top: 90px;
  padding-bottom: 100px;
  margin-top: 84px
}
.reviews__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px
}
.reviews h2 {
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #454545;
  margin-bottom: 50px
}
.reviews .reviews__item {
  background: #fff;
  border-radius: 10px;
  padding: 33px 40px;
  outline: 0
}
.reviews .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed rgba(71,71,71,.1);
  padding-bottom: 23px;
  margin-bottom: 15px
}
.reviews .item__text {
  font-size: 16px;
  line-height: 23px;
  color: #797979
}
.reviews .item__date {
  margin-left: auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #797979
}
.reviews .item__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #797979;
  border-right: 1px dashed rgba(71,71,71,.1);
  padding-right: 9px;
  margin-right: 21px
}
.reviews .item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.reviews .item__rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.reviews .item__rating .star {
  margin-right: 5px
}
.reviews .item__rating span {
  margin-left: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #797979
}
.checkout {
  padding-top: 40px
}
.checkout h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 22px;
  color: #454545
}
.checkout .sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.checkout .sides__rht {
  margin-left: 50px
}
.checkout .sides__rht p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #686868;
  max-width: 283px;
  margin-bottom: 11px
}
.checkout .sides__rht a,
.checkout .sides__rht button {
  background: #474747;
  border: 1px solid #474747;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 150px;
  padding: 14px 50px;
  font-weight: 400;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(116,116,116,.6);
  box-shadow: 0 5px 15px 0 rgba(116,116,116,.6);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.checkout .sides__rht a:hover,
.checkout .sides__rht button:hover {
  background: #fff;
  color: #474747;
  -webkit-box-shadow: 0 5px 5px 0 rgba(116,116,116,.6);
  box-shadow: 0 5px 5px 0 rgba(116,116,116,.6)
}
.checkout .sides__lft {
  width: 100%;
  max-width: 440px;
  padding-right: 50px;
  border-right: 1px dashed rgba(71,71,71,.1)
}
.checkout .sides__lft p, .control-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 35px;
  color: #686868
}
.checkout__sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}
.checkout .products__sum {
  background: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(181,181,181,.25);
  box-shadow: 0 10px 25px rgba(181,181,181,.25);
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px
}
.checkout .sum__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 9px
}
.checkout .sum__bottom p {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3c3c3c
}
.checkout .sum__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(71,71,71,.1);
  padding-bottom: 11px
}
.checkout .sum__top * {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #686868
}
.checkout__rht {
  width: 100%;
  max-width: 434px;
  margin-left: 21px
}
.checkout__lft {
  width: 100%
}
.checkout__basket {
  background: #f3f3f3;
  padding: 5px 20px 30px;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px
}
.checkout__basket .basket__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.checkout__basket .basket__product img {
  margin-right: 7px;
  width: 100%;
  max-width: 67px
}
.checkout__basket .basket__product p {
  font-size: 12px;
  line-height: 24px;
  color: #686868
}
.checkout__basket .product__info {
  width: 100%
}
.checkout__basket .articul {
  font-weight: 400;
  font-size: 12px;
  color: #7c7c7c
}
.checkout__basket .name {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
.checkout__basket .name .price {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #3c3c3c
}
.checkout__basket .name span {
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #3c3c3c;
  max-width: 171px
}
.checkout__basket h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 70px;
  color: #000
}
#button-confirm {display: none}
.buttons input, .buttons button {
  margin-left: 0;
  margin-top: 20px;
}
.checkout input:not([type="button"]), [class^="account-"] input[type="text"]:not([name="search"]), [class^="blog-"] input[type="text"]:not([name="search"]), [class^="information-"] input[type="text"]:not([name="search"]), [class^="account-"] input[type="email"], [class^="information-"] input[type="email"], [class^="blog-"] input[type="email"], [class^="account-"] input[type="tel"], [class^="account-"] input[type="password"] {
  background: #fff;
  border: 1px solid #e6e6e6;
  height: 50px;
  border-radius: 5px;
  padding-left: 20px;
  width: 100%;
  outline: 0
}
[class^="account-"] table, [class^="checkout-"] table {border-collapse: collapse;}
[class^="account-"] legend {display: none}
[class^="account-"] h1,[class^="checkout-cart"] h1,[class^="checkout-success"] h1, [class^="account-"] h2, [class^="information-"] h1, [class^="information-"] h3, [class^="blog-"] h3, [class^="blog-"] h2, [class^="blog-"] h1, [class^="information-"] h2 {margin: 10px 0!important;}
.checkout input[type=checkbox] {
  display: none
}
.checkout .label-checkbox {
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #686868;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.checkout .label-checkbox:before {
  content: '';
  background: #e5e5e5;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 11px
}
.checkout input[type=checkbox]:checked + .label-checkbox:before {
  background: #e5e5e5 url(../img/checked.svg) no-repeat;
  background-size: 14px;
  background-position: center
}
.checkout input[type=email] {
  margin-top: 10px
}
.checkout .phone {
  background: #fff;
  border: 1px solid #e6e6e6;
  height: 50px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 11px;
  margin-top: 25px
}
.checkout .phone .select {
  padding-right: 14px;
  border-right: 1px dashed rgba(71,71,71,.1);
  position: relative
}
.checkout .phone .select__body {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 6px;
  left: -6px;
  -webkit-box-shadow: 0 0 10px 0 #ccc;
  box-shadow: 0 0 10px 0 #ccc;
  margin-top: 5px;
  border-radius: 5px
}
.checkout .phone .select__body .body-img {
  margin-bottom: 10px
}
.checkout .phone .select__body .body-img:last-child {
  margin-bottom: 0
}
.checkout .phone .select__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.checkout .phone .select__head svg {
  margin-left: 5px;
  display: block;
  min-width: 12px
}
.checkout .phone label {
  position: absolute;
  font-size: 12px;
  left: 93px;
  top: 8px;
  line-height: 12px;
  color: #a6a6a6
}
.checkout .phone input {
  margin: 0;
  border: none;
  height: 100%;
  padding-top: 24px;
  padding-left: 16px;
  outline: 0;
  font-size: 16px;
  line-height: 35px;
  color: #686868
}
.checkout input[type=submit] {
  background: #474747;
  border: 1px solid #474747;
  border-radius: 150px;
  font-size: 18px;
  color: #fff;
  padding: 14px 39px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 4px 15px 0 rgba(116,116,116,.6);
  box-shadow: 0 4px 15px 0 rgba(116,116,116,.6)
}
.checkout input[type=submit]:hover {
  -webkit-box-shadow: 0 4px 5px 0 rgba(116,116,116,.6);
  box-shadow: 0 4px 5px 0 rgba(116,116,116,.6);
  background: #fff;
  color: #474747
}
.checkout textarea, [class^="information-"] textarea, [class^="account-"] textarea, [class^="blog-"] textarea {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 16px;
  line-height: 35px;
  padding: 8px 20px;
  outline: 0;
  width: 100%;
  resize: none;
  height: 140px
}
.checkout textarea:placeholder {
  color: #686868
}
.checkout__block {
  background: #fff;
  -webkit-box-shadow: 0 10px 35px rgba(202,202,202,.25);
  box-shadow: 0 10px 35px rgba(202,202,202,.25);
  border-radius: 5px;
  padding: 25px 29px 28px;
  margin-bottom: 40px
}
.checkout__block_payment {
  padding-bottom: 40px
}
.checkout__block_delivery {
  padding-bottom: 40px
}
.checkout__block_delivery .select {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  height: 50px;
  max-width: 600px;
  margin-top: 30px;
  position: relative
}
.checkout__block_delivery .select:active svg {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1)
}
.checkout__block_delivery .select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: 0 0;
  font-size: 16px;
  line-height: 35px;
  font-weight: 300
}
.checkout__block_delivery .select select option:first-child {
  color: #686868
}
.checkout__block_delivery .select svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.checkout h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  color: #454545;
  margin-bottom: 20px
}
.checkout__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.checkout__switch input {
  display: none
}
.checkout__switch label {
  background: #fff;
  border: 1px solid #474747;
  border-radius: 150px;
  font-size: 18px;
  line-height: 22px;
  color: #474747;
  max-width: 211px;
  height: 50px;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px
}
.checkout__switch input:checked + label {
  background: #474747;
  border: 1px solid #474747;
  border-radius: 150px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(116,116,116,.6);
  box-shadow: 0 4px 15px 0 rgba(116,116,116,.6)
}


@media screen and (max-width:1200px) {
  .header__menu a {
    padding: 15px 12px 12px
  }
  .product-card__photo {
    height: auto;
	display:block;
  }
  .product-card__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  .single__block .single__slider {
    max-width: 450px
  }
  .checkout__rht {
    max-width: 360px
  }
}
@media screen and (max-width:992px) {
  header {
    display: none
  }
  .single__slider .slider__for,
  .single__slider .slider__for .photo{
    margin: 0
  }
  header.header-mob {
    display: block
  }
  .single__slider .slider__nav {
    margin-top: 10px
  }
  .checkout__sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .checkout__rht {
    margin-left: 0
  }
  .single__block {
    display: block
  }
  .single__slider {
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 17px
  }
  .catalog-page__sale {
    display: none
  }
  .catalog-page__main {
    display: block
  }
  .catalog-page__top .filter-p {
    display: none
  }
  .catalog-page h1 {
    display: none
  }
  .catalog-page__mob .cat__submit {
    display: block
  }
  .catalog-page__top {
    margin-top: 20px;
    margin-bottom: 30px
  }
  .catalog-page__catalog {
    margin-right: 0
  }
  .catalog-page__filter_mob {
    display: block
  }
  .catalog-page__mob .cat__item .price__top {
    max-width: 300px;
    margin: 0 auto
  }
  .catalog-page__mob {
    display: none;
    position: absolute;
    padding: 0 15px;
    padding-bottom: 40px;
    top: -85px;
    left: -15px;
    max-width: calc(100% + 30px);
    background: #fff;
    -webkit-box-shadow: 0 8px 15px rgba(209,209,209,.25);
    box-shadow: 0 8px 15px rgba(209,209,209,.25);
    width: calc(100% + 30px);
    z-index: 2
  }
  .banner__slider h2 {
    font-size: 60px
  }
  .banner__slider .item__text {
    padding-left: 50px
  }
  .banner__info {
    padding: 30px
  }
  .cards__arrow .arr-next {
    right: -10px
  }
  .cards__arrow .arr-prev {
    left: -10px
  }
  .subscribe {
    display: none
  }
  .catalog__item:nth-child(1),
  .catalog__item:nth-child(2),
  .catalog__item:nth-child(3),
  .catalog__item:nth-child(4),
  .catalog__item:nth-child(5),
  .catalog__item:nth-child(6),
  .catalog__item:nth-child(7) {
    width: 100%
  }
  .catalog__item:nth-child(1) img,
  .catalog__item:nth-child(2) img,
  .catalog__item:nth-child(3) img,
  .catalog__item:nth-child(4) img,
  .catalog__item:nth-child(5) img,
  .catalog__item:nth-child(6) img,
  .catalog__item:nth-child(7) img {
    max-width: 210px;
    width: 100%
  }
}
.header__breadcrumbs + .container + p {display: none}
@media (max-width:767px) {
  .single__slider .slider__nav img {
    height: 101px !important;
    width: 101px !important;
  }
  #horizontal-menu > .navbar-header {display: none}
  #horizontal-menu > .collapse {
    display: block!important;
    padding: 0;
    overflow: unset !important;
    width: 100% !important;
  }
  #horizontal-menu {
    margin: 0 -30px!important;
  }
  #horizontal-menu .navbar-nav {
    margin: 0!important;
  }
  [class^="prod-"] {
    top: 27px!important;
    width: 35px!important;
    height: 35px!important;
  }
  #modal-basket .modal--big {
    width: 100%;
  }
  .jc-between {
    flex-wrap: wrap;
  }
  .jc-between a {
    width: 100%;
    text-align: center;
    margin: 8px 0
  }
  #modal-basket table tbody tr td:first-child {
    display: none;
  }
  #modal-basket table tbody tr td:nth-child(3) {
    width: 70px
  }
  #modal-basket a.btn-hook.btn {
    padding: 2px 8px;
    margin: 0;
  }
  #modal-basket .articul, #modal-basket .name, #modal-basket table tbody tr td b {
    font-size: 11px;
  }
}
@media (min-width:768px) and (max-width:1200px) {
  .single__slider .slider__nav img {
    height: 57px !important;
    width: 57px !important;
  }
}
@media (min-width:1201px) {
  .single__slider .slider__nav img {
    height: 83px !important;
    width: 83px !important;
  }
}
.prt .slick-next, .prt .slick-prev {
  opacity: 1;
  z-index: 9;
  left: auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 #000;
  opacity: .7;
}
.prt .slick-next:hover, .prt .slick-prev:hover {opacity: 1}
.prt .slick-next {
  right: 25px;
}
.prt .slick-prev {
  left: 25px;
}
.prt .slick-prev:before, .prt .slick-next:before {
  color: #000
}
@media screen and (max-width:768px) {
  .banner__info .li__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .checkout__switch {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .checkout__switch label {
    margin-bottom: 12px
  }
  .checkout h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 16px
  }
  .checkout .sides__rht {
    margin-left: 25px
  }
  .checkout .sides__lft {
    padding-right: 25px
  }
  .single .info__info .li__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .single .info__info {
    padding: 20px
  }
  .catalog-page__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr)
  }
  footer {
    background: #454244;
    padding-bottom: 20px
  }
  .catalog {
    margin-top: 50px
  }
  .collection .cards__slider {
    display: block
  }
  .collection__sides {
    display: none
  }
  .collection__item {
    width: 100%
  }
  .collection__item img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover
  }
  .footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr)
  }
  .footer__block {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 30px
  }
  .footer__socials {
    text-align: left;
  }
  .footer__socials svg {
    width: 40px;
    height: 40px
  }
  .footer__socials a {
    margin-right: 0;
    margin-left: 8px
  }
  .footer__copyright {
    margin-top: 0
  }
  .footer__logo {
    margin-bottom: 7px
  }
  .footer__info {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    margin-top: 30px
  }
  .footer__logo svg {
    width: 113px;
    height: 26px
  }
  .footer__copyright,
  .footer__logo path,
  .footer__logo span,
  .footer__menu a,
  .footer__menu h3 {
    color: #fff;
    fill: #fff
  }
  .about__ova {
    padding: 20px;
    height: 357px
  }
  .about__ova::-webkit-scrollbar {
    width: 10px;
    background: #e0e0e0;
    border-radius: 10px
  }
  .about__ova::-webkit-scrollbar-thumb {
    background: #474747;
    border-radius: 10px
  }
  .about__block {
    padding-left: 0;
    height: 374px
  }
  .about__block:after {
    top: 4px;
    left: 4px
  }
  .about p {
    font-size: 14px;
    line-height: 20px
  }
  .about h4 {
    font-size: 22px;
    line-height: 26px
  }
  .about__block:before {
    height: 4px
  }
  .banner__info li {
    outline: 0
  }
  .banner__info {
    margin-top: 20px
  }
  .banner__sertificate .sertificate__logo svg {
    width: 113px
  }
  .banner__sertificate .sertificate__logo span {
    margin-top: 0;
    font-size: 10px
  }
  .banner__sertificate .sertificate__text {
    display: block
  }
  .banner__sertificate .sertificate__text p {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,.5);
    margin-top: 15px;
    padding-top: 17px
  }
  .title-h2 {
    font-size: 40px
  }
  .banner .info__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media screen and (max-width:576px) {
  .banner__slider h2 {
    font-size: 35px;
    line-height: 35px;
    margin-left: 0;
    font-weight: 400
  }
  .banner__slider h2:before {
    display: none
  }
  .info-mob {
    display: block
  }
  .checkout__basket {
    padding: 20px
  }
  .checkout__basket h3 {
    line-height: normal;
    margin-bottom: 14px
  }
  .checkout__lft {
    margin-bottom: 40px
  }
  .checkout__switch label {
    margin-right: 0
  }
  .checkout input[type=submit] {
    margin-left: auto;
    display: block;
    margin-top: -5px
  }
  .checkout__block {
    margin-bottom: 30px
  }
  .checkout__switch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .checkout h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 21px
  }
  .checkout .sides {
    display: block
  }
  .checkout .sides__rht {
    margin-left: 0
  }
  .checkout .sides__lft {
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px dashed rgba(71,71,71,.1);
    border-right: none;
    max-width: 100%
  }
  .checkout__block_personal h2 {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    font-weight: 300
  }
  .checkout__rht {
    margin: 0 auto
  }
  .header-mob__breadcrumbs a {
    font-size: 12px
  }
  .header-mob__breadcrumbs a:not(a:last-child):after {
    margin: 0 4px
  }
  .checkout__basket .name span {
    font-size: 12px
  }
  .checkout__basket .basket__product img {
    max-width: 48px
  }
  .banner__slider .slick-dots {
    bottom: 25px;
    padding-left: 25px
  }
  .collection__item span {
    bottom: 10px;
    left: 16px
  }
  .checkout__block {
    padding: 20px
  }
  .single .info__info-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 13px
  }
  .single .info__characters .uls {
    display: block
  }
  .single .info__characters ul:first-child {
    margin-right: 0
  }
  .single .info__delivery {
    display: block
  }
  .single .delivery__block:last-child {
    margin-left: 0;
    margin-top: 20px
  }
  .single .buy-now {
    background: #f3f3f3;
    padding-top: 23px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
  }
  .single .info__buy {
    background: 0 0;
    padding: 0
  }
  .single .info__buy-click input:not(input[type=submit]) {
    padding-left: 18px
  }
  .single .info__buy-click .d-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px
  }
  .single .info__buy-click .d-none svg path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
  }
  .single .info__buy-click .d-none:hover svg path {
    fill: #474747
  }
  .single .info__buy-click input[type=submit] {
    display: none
  }
  .single {
    padding-top: 22px
  }
  .single .info__rating span {
    font-size: 16px;
    line-height: 19px
  }
  .single .info__rating {
    padding-bottom: 14px
  }
  .single .info__rating .star {
    margin-right: 5px
  }
  .single .info__rating .star svg {
    width: 14px;
    height: 14px
  }
  .single .info__share {
    display: block
  }
  .single .info__share span {
    margin-bottom: 11px;
    display: block
  }
  .single .buy__method {
    display: block
  }
  .reviews,
  .single .info__characters,
  .single .info__delivery,
  .single .info__describe {
    display: none
  }
  .popular {
    margin-top: 45px
  }
  .info-mob {
    margin-top: 30px
  }
  .info-mob .reviews__item {
    border-radius: 10px;
    outline: 0
  }
  .info-mob .item__top {
    border-bottom: 1px dashed rgba(71,71,71,.1);
    padding-bottom: 23px;
    margin-bottom: 15px
  }
  .info-mob .item__text {
    font-size: 16px;
    line-height: 23px;
    color: #797979
  }
  .info-mob .item__date {
    margin-left: auto;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #797979;
    margin-top: 20px
  }
  .info-mob .item__name {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #797979
  }
  .info-mob .item__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .info-mob .item__rating .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .info-mob .item__rating .star {
    margin-right: 5px
  }
  .info-mob .item__rating span {
    margin-left: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #797979
  }
  .info-mob__block {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 0 20px
  }
  .info-mob p {
    font-size: 16px;
    line-height: 22px;
    color: #797979
  }
  .info-mob__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    cursor: pointer
  }
  .info-mob__head svg path:first-child {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
  }
  .info-mob__head_open svg path:first-child {
    opacity: 0
  }
  .info-mob__description {
    border-bottom: 1px dashed rgba(71,71,71,.1)
  }
  .info-mob__description:last-child {
    border: none
  }
  .info-mob__body {
    padding-bottom: 15px
  }
  .info-mob .uls ul b {
    font-weight: 400
  }
  .info-mob .uls ul span {
    font-weight: 300
  }
  .info-mob .uls li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #707070
  }
  .info-mob .delivery__block {
    background: #f3f3f3;
    width: 100%
  }
  .info-mob .delivery__block h4 {
    font-weight: 450;
    font-size: 22px;
    line-height: 27px;
    color: #494949;
    margin-bottom: 14px
  }
  .info-mob .delivery__block p {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    margin: 10px 0;
    font-weight: 400
  }
  .info-mob .delivery__block ul li {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .info-mob .delivery__block ul li:before {
    content: '';
    margin-right: 6px;
    margin-top: 13px;
    background: url(../img/li-arr.svg) no-repeat;
    background-size: contain;
    min-width: 8px;
    width: 8px;
    height: 8px;
    display: block
  }
  .info-mob .delivery__block .images {
    margin-bottom: 11px
  }
  .info-mob .delivery__block .images img {
    margin-right: 10px;
    border-radius: 3px
  }
  .info-mob .delivery__block:last-child {
    margin-top: 20px
  }
  .single .info__weight {
    padding: 0;
    background: 0 0;
    font-size: 24px;
    line-height: 35px;
    color: #454545;
    text-align: left;
    max-width: 100%;
    font-weight: 300
  }
  .single .info__weight b {
    font-weight: 300
  }
  .single .info__buy-click {
    background: #f3f3f3;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
  }
  .single .info__buy-click p.d-none {
    display: block;
    font-size: 24px;
    line-height: 35px;
    color: #454545;
    padding: 0;
    padding-bottom: 11px
  }
  .single .info__buy-click__block {
    margin-top: 0
  }
  .single .buy-now {
    border: none;
    border-bottom: 1px dashed rgba(71,71,71,.1)
  }
  .single .buy-now:after {
    display: none
  }
  .single__slider .slider__sale {
    width: 33px;
    height: 33px;
    font-size: 10px
  }
  .single h1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 22px
  }
  .catalog-page__pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .catalog-page__pagination ul {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
  }
  .catalog-page__watched {
    margin-top: 50px
  }
  .catalog-page__pagination .arr-next,
  .catalog-page__pagination .arr-prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .catalog-page__sort .sort__block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .catalog-page__sort .sort__block span {
    display: block
  }
  .catalog-page__sort {
    padding-left: 20px
  }
  .catalog-page__sort span {
    display: none
  }
  .catalog-page__block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .collection__item img {
    height: 200px
  }
  .product-card__stock {
    font-size: 14px;
    font-weight: 400
  }
  .product-card__price {
    font-size: 25px
  }
  .product-card__buttons a:first-child {
    background: #474747;
    border: 1px solid #474747;
    color: #fff
  }
  .catalog__item {
    position: relative;
    padding-left: 0;
    margin: 0;
    height: 179px;
	margin:10px 0;
  }
  .catalog__item ul {
	margin-top: 0px;
  }
  .catalog__item ul li a {
	font-size:14px;
	line-height: 21px;
  }
  .catalog__block {
    display: block;
    margin: 0
  }
  .catalog__item:nth-child(1) img,
  .catalog__item:nth-child(2) img,
  .catalog__item:nth-child(3) img,
  .catalog__item:nth-child(4) img,
  .catalog__item:nth-child(5) img,
  .catalog__item:nth-child(6) img,
  .catalog__item:nth-child(7) img {
    max-width: 50%;
  }
  .catalog__item .item__text {
    padding: 0;
    position: absolute;
    top: 16px;
    left: 20px;
	max-width: calc(50% - 20px);
  }
  .catalog__item .item__text h4 {
    font-size: 18px;
	line-height: 35px;
  }
  .popular__slider .product-card {
    margin: 15px
  }
  .title-h2 {
    font-size: 30px;
    line-height: 30px
  }
  .banner__sertificate .sertificate__text {
    margin-top: 20px
  }
  .banner__sertificate .sertificate__text p {
    font-size: 14px;
    line-height: 18px
  }
  .banner__sertificate {
    background: url(../img/sertificate-img2.jpg) no-repeat;
    background-size: cover;
    height: 454px;
    padding: 20px
  }
  .banner__sertificate .sertificate__text h3 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 400
  }
  .banner__info {
    padding: 20px
  }
  .banner__info li span {
    font-size: 16px;
    line-height: 20px
  }
  .banner__info .info__icon {
    margin-right: 14px
  }
  /*
  .banner__slider a {
    background: #474747;
    padding: 13px 25px 12px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 9px
  }
  .banner__slider a:hover {
    border: 1px solid #474747;
    color: #474747
  }
  */
  .banner__slider .slider__item {
    height: 457px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .banner__slider .item__photo img {
    display: none
  }
  .banner__slider .item__photo img.d-none {
    display: block
  }
  .banner__slider .item__text {
    padding-left: 26px
  }
  .banner__slider .item__logo {
    position: static;
    margin-bottom: 24px;
    margin-top: 26px;
    padding-left: 26px
  }
  .banner__slider p {
    font-size: 15px;
    line-height: 18px;
    margin-top: 6px
  }
  .dropdown-menu li.nsmenu-issubchild ul.nsmenu-ischild {
	  display:none !important;
  }
  li.dropdown > a.dropdown-toggle {
	  display:none !important;
  }
  .header-mob__center ul {
	  grid-template-columns: 1fr 1fr;
  }
}

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

.at4-visually-hidden, .at4-share-count-container {display: none}
.alert.alert-success {
  padding: 10px;
  margin-top: 10px;
  background: #60a903;
  color: #fff;
  border-radius: 4px;
}
.text-danger {
  padding: 10px;
  margin-top: 10px;
  background: red;
  color: #fff;
  border-radius: 4px;
}
.modals {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}
.elem-basket-modal-content {
    margin: 15px 0;
}
.cn-fa-center {
    text-align: center;
    margin-bottom: 15px;
}
.jc-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notover {overflow: hidden}
.qw {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}
.qw input {
    padding: 0!important;
    text-align: center;
    height: 24px!important;
    width: 24px!important;
    font-size: 12px;
    border: 0!important;
}
.qw a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    text-align: center;
}
.close-modal {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
}
.shape__entit {
    background-color: #ffffff;
    border: 1px solid #939598;
    display: inline-block;
    padding: 5px 15px;
}
.modal--big {
    vertical-align: middle;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
    width: 705px;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    max-width: 69.25em;
    margin: auto;
}
.modal--big table {
    width: 100%;
}
.notify__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.notify__button {
  background: #474747;
  border: 1px solid #474747;
  border-radius: 150px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 14px 32px;
  position: relative;
  z-index: 2;
  margin-top: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .mb {
    width: 990px!important;
  }
}

@media (max-width: 1023px) {
  .mb {
    width: 100% !important;
  }
  .cmod {
    font-size: 22px;
    line-height: 42px;
  }
  .bmod {
    font-size: 15px;
    line-height: 22px;
  }
  .fl {padding-top: 20px;}
  .mb .phone {
    margin: 20px 0 !important;
    width: 100% !important;
  }
  .mb form > input {
    width: 100%!important;
  }
  .cl {
    right: 10px;
    top: 10px;
  }
}

@media (max-width:992px) {
  .banner__slider .slider__item {
	  height: 352px !important;
  }
  .header-mob__center ul {
	  grid-template-columns: 1fr 1fr 1fr;
  }
  body #horizontal-menu .nsmenu-type-category-simple .nsmenu-haschild {
	  display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
  body #horizontal-menu .dropdown-menu > .dropdown-inner > ul.nsmenu-haschild > li > a {
	  padding:0;
  }
  .checkout__rht {
    max-width: 100%;
  }
}

@media (max-width:767px) {
	.header-mob__center ul {
	  grid-template-columns: 1fr 1fr;
	}
	.banner__slider .slider__item {
	  height: 457px !important;
  }
}



.at-svc-twitter, .at-svc-compact {display: none!important;}