.js-slick-big .slick-arrow {
  position: absolute;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  top: 50%;
  margin-top: -21px;
  height: 42px;
  width: 42px;
  background: rgba(0, 0, 0, 0.44);
  transition: all 0.3s ease-out;
  border-radius: 10px;
  border: none;
}

.js-slick-big .slick-arrow:hover {
  background: #000000;
}

.js-slick-big .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 17px;
  height: 100%;
  margin-left: -8px;
}

.js-slick-big .slick-arrow.slick-prev {
  left: 23px;
}

.js-slick-big .slick-arrow.slick-prev:after {
  background: url("../images/slider-prev.svg") center no-repeat;
  background-size: 100% auto;
}

.js-slick-big .slick-arrow.slick-next {
  right: 23px;
}

.js-slick-big .slick-arrow.slick-next:after {
  background: url("../images/slider-next.svg") center no-repeat;
  background-size: 100% auto;
}

.js-slick-big .slick-dots {
  position: absolute;
  z-index: 11;
  width: 100%;
  left: 0;
  text-align: center;
  top: 100%;
  margin-top: 14px;
}

.js-slick-big .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  cursor: pointer;
  width: 30px;
  height: 2px;
  background: #CECECE;
  transition: all 0.3s ease-out;
  border: none;
  border-radius: 1px;
  margin: 0 2px;
}

.js-slick-big .slick-dots li:hover {
  background: #042EB0;
}

.js-slick-big .slick-dots .slick-active {
  background: #042EB0;
}

.main-slider {
  margin-bottom: 55px;
}

.main-slider-block {
  display: none;
}

.main-slider-block:first-child {
  display: block;
}

.main-slider-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.blue {
  color: #042EB0;
}

.main-user-info {
  margin-bottom: 20px;
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.main-user-info:last-child {
  margin-bottom: 0;
}

.main-user-info li {
  width: 20%;
}

.main-user-info li:first-child a {
  padding-left: 35px;
}

.main-user-info a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 117px;
  padding: 0 15px;
  width: 100%;
  transition: all 0.3s ease-out;
}

.main-user-info a:hover {
  background: #F8F9FF;
}

.main-user-info a:hover .type {
  color: #042EB0;
}

.main-user-info .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative;
  width: 55px;
}

.main-user-info .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.main-user-info .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-user-info .type {
  transition: all 0.3s ease-out;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.21;
}

.main-user-info p {
  line-height: 1.25;
  color: #515151;
  font-weight: 500;
}

.main-user-info .name {
  font-size: 14px;
  line-height: 1.21;
  max-width: 180px;
}

.main-user-info .count {
  position: absolute;
  z-index: 3;
  font-size: 12px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  background: #698EFF;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
}

.main-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.main-category-block {
  display: block;
  margin: 0 10px 20px;
  position: relative;
  width: calc(100% - 20px);
  transition: all 0.3s ease-out;
  border-radius: 20px;
  overflow: hidden;
}

.main-category-block.width-50 {
  width: calc(50% - 20px);
}

.main-category-block.width-25 {
  width: calc(25% - 20px);
}

.main-category-block:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.39);
}

.main-category-block:hover .name {
  color: #042EB0;
}

.main-category-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  display: block;
}

.main-category-block .name {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 24px;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 40px);
  transition: all 0.3s ease-out;
}

.main-category-top {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.main-category-top .inner-block {
  width: 50%;
  padding: 0 10px;
}

.main-category-example {
  display: block;
}

.main-category-example img {
  display: block;
  height: 760px;
  width: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.main-designer-example {
  display: block;
}

.main-designer-example img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.shorts-video {
  width: auto !important;
}

.fancybox-button--play {
  display: none;
}

.fancybox-caption a {
  text-decoration: underline !important;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.fancybox-caption a:hover {
  text-decoration: none !important;
}

.shorts-slider {
  overflow: hidden;
}

.shorts-slider .slick-list {
  margin: 0 -5px;
}

.main-shorts {
  margin: 0 5px;
}

.main-shorts .video-link {
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.main-shorts .poster img {
  display: block;
  height: 330px;
  width: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.main-shorts .play {
  width: 42px;
  height: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.44);
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  transition: all 0.3s ease-out;
}

.main-shorts .play:hover {
  background: rgba(0, 0, 0, 0.78);
}

.main-shorts .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 47px;
}

.main-shorts .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 40px;
}

.main-shorts .image img {
  display: block;
  height: 40px;
  width: 40px;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.main-shorts .name {
  color: #042EB0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.main-shorts .name:hover {
  text-decoration: underline;
}

.main-shorts .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  line-height: 1.15;
}

.main-shorts .yuan {
  font-weight: 700;
  font-size: 12px;
  margin-right: 7px;
}

.main-shorts .ruble {
  font-weight: 600;
  font-size: 10px;
  color: #808080;
}

.product-slider {
  overflow: hidden;
}

.product-slider .slick-list {
  margin: 0 -14px;
}

.product-slider .product-block {
  margin: 0 14px;
}

.js-tabs-content {
  display: none;
}

.js-tabs-content.visible {
  display: block;
}

.slider-tabs-outer {
  margin-bottom: 20px;
}

.slider-tabs {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
}

.slider-tabs li {
  padding: 0 10px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 1px solid #E7E7E7;
}

.slider-tabs li:first-child {
  padding-left: 0;
}

.slider-tabs li:last-child {
  padding-right: 0;
}

.slider-tabs a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-out;
  height: 54px;
  text-align: center;
}

.slider-tabs a:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  transition: all 0.3s ease-out;
  position: absolute;
}

.slider-tabs a:hover,
.slider-tabs a.active {
  color: #042EB0;
}

.slider-tabs .active:after {
  background: #4471FB;
}

.main-individual-outer {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-out;
  max-height: 185px;
}

.main-individual-outer:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 5;
  display: block;
  pointer-events: none;
  transition: all 0.3s ease-out;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.main-individual-outer.full {
  max-height: 2000px;
  transition: all 2s ease-out;
}

.main-individual-outer.full:after {
  opacity: 0;
  visibility: hidden;
}

.individual-read-more {
  margin-top: 20px;
}

.main-individual {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}

.main-individual-block {
  margin: 0 10px 20px;
  overflow: hidden;
  height: 363px;
  border-radius: 20px;
  position: relative;
  background: #f8f8f8;
  width: calc(50% - 20px);
  padding: 30px;
}

.main-individual-block.big .inner {
  max-width: 431px;
}

.main-individual-block.big .image {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  border-bottom: none;
  border-right: none;
}

.main-individual-block.small {
  width: calc(25% - 20px);
}

.main-individual-block.small .image {
  margin-top: 40px;
  border-bottom: none;
  margin-left: -5px;
  margin-right: -5px;
}

.main-individual-block img {
  display: block;
}

.main-individual-block .arrow {
  position: absolute;
  right: -1px;
  top: -10px;
}

.main-individual-block .number {
  margin-top: 9px;
  margin-bottom: 25px;
  position: relative;
}

.main-individual-block .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21;
  margin-bottom: 19px;
}

.main-individual-block p {
  line-height: 1.25;
  font-weight: 500;
  color: #515151;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.main-individual-block p:last-child {
  margin-bottom: 0;
}

.main-individual-block .image {
  position: relative;
  display: block;
  border-radius: 20px 20px 0 0;
  border: 4px solid #F6F6F6;
  overflow: hidden;
  box-shadow: -7px 24px 32px 0 rgba(0, 0, 0, 0.08);
}

.main-individual-block .image img {
  width: 100%;
  height: auto;
  display: block;
}

.main-individual-block .mobile {
  display: none;
}

.main-individual-block .zoom-in {
  position: absolute;
  z-index: 3;
  border-radius: 99px;
  background: rgba(81, 81, 81, 0.47);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease-out;
  width: 56px;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 10px;
  right: 28px;
}

.main-individual-block .zoom-in:hover {
  background: #515151;
}

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

.main-discount-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 263px;
  margin: 0 10px;
  width: calc(50% - 20px);
  overflow: hidden;
  padding: 30px;
  position: relative;
  border-radius: 20px;
}

.main-discount-block:nth-child(1) {
  background: #4471FB;
}

.main-discount-block:nth-child(1) .image {
  right: 40px;
  bottom: 0;
}

.main-discount-block:nth-child(2) {
  background: #FEDC09;
}

.main-discount-block:nth-child(2) .image {
  right: 14px;
  bottom: 0;
}

.main-discount-block:nth-child(2) .inner:after {
  content: "";
  background: #4471FB;
  width: 609px;
  height: 609px;
  position: absolute;
  z-index: -1;
  right: -139px;
  top: 50%;
  border-radius: 50%;
  margin-top: -305px;
  pointer-events: none;
}

.main-discount-block .inner {
  max-width: 430px;
  position: relative;
  z-index: 2;
}

.main-discount-block .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FEDC09;
}

.main-discount-block p {
  line-height: 1.25;
  color: #CECECE;
  margin-bottom: 20px;
  font-weight: 500;
}

.main-discount-block .yellow-circle {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: #FEDC09;
  position: absolute;
  z-index: 1;
  top: -201px;
  right: -110px;
}

.main-discount-block .image {
  position: absolute;
  z-index: 3;
}

.main-discount-block .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.security-block {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  padding: 80px 517px 80px 65px;
  color: #fff;
  min-height: 871px;
}

.security-block .bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.security-block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.security-block .man {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.security-block .man img {
  display: block;
}

.security-block h2 {
  font-size: 26px;
  margin-bottom: 29px;
  max-width: 660px;
}

.security-block .decription {
  font-weight: 500;
  line-height: 1.24;
  margin-bottom: 50px;
}

.security-block .content {
  display: -ms-flexbox;
  display: flex;
}

.security-safe {
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 304px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px;
  padding: 41px 30px;
}

.security-safe .top {
  margin-bottom: 21px;
}

.security-safe .image {
  text-align: center;
  margin-bottom: 28px;
}

.security-safe .image img {
  height: auto;
  max-width: 100%;
}

.security-safe .title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.security-safe .btn {
  width: 100%;
  padding-left: 19px;
  padding-right: 19px;
}

.security-safe .list {
  margin-bottom: 30px;
}

.security-safe .list li {
  margin-bottom: 20px;
}

.security-safe .list li:last-child {
  margin-bottom: 0;
}

.security-safe .list-type {
  position: relative;
  margin-bottom: 6px;
  line-height: 1.25;
  font-weight: 700;
  color: #FEDC09;
  padding-left: 30px;
}

.security-safe .list-type:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: url("../images/check-check-yellow.svg") center no-repeat;
  background-size: 100% auto;
}

.security-safe .list-text {
  font-weight: 500;
  line-height: 1.25;
}

.security-inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -10px 0;
}

.security-detail {
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 20px;
  padding: 30px;
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.security-detail .image {
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.security-detail .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}

.security-detail .text {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.security-detail p {
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 13px;
}

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

.security-detail .link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #001C35;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 10px;
  background: #FEDC09;
  transition: all 0.3s ease-out;
  -ms-flex-align: center;
  align-items: center;
}

.security-detail .link img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
}

.security-detail .link:hover {
  background: #FFEF8C;
}

.security-detail .list {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.security-detail .list li {
  position: relative;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 500;
  padding-left: 30px;
}

.security-detail .list li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: url("../images/check-check-yellow.svg") center no-repeat;
  background-size: 100% auto;
}

.security-detail .list li:last-child {
  margin-bottom: 0;
}

.recommend-slider-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recommend-image-outer {
  width: 600px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.recommend-slider-image .slider-count {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 9px;
  border-radius: 99px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.44);
  padding: 6px 10px;
  line-height: 1.21;
  color: #fff;
}

.recommend-slider-image .slider-count .current {
  font-weight: 700;
}

.recommend-slider-item {
  display: none;
}

.recommend-slider-item:first-child {
  display: block;
}

.recommend-slider-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 20px;
}

.recommend-content-outer {
  padding-left: 48px;
  width: calc(100% - 600px);
}

.recommend-catalog {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -18px;
}

.recommend-catalog .product-block {
  width: calc(25% - 36px);
  margin: 0 18px;
}

.recommend-catalog .product-block .price {
  margin-bottom: 0;
}

.recommend-catalog .buttons {
  display: none;
}

.recommend-best {
  margin: 40px -10px 0;
  display: -ms-flexbox;
  display: flex;
}

.recommend-best .product-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  margin: 0 10px;
  width: calc(50% - 20px);
  padding: 9px 29px;
  height: 162px;
}

.recommend-best .product-block.discount {
  border: 1px solid #FEDC09;
}

.recommend-best .product-block.discount .label {
  background: #FEDC09;
}

.recommend-best .product-block.best {
  border: 1px solid #4471FB;
}

.recommend-best .product-block.best .label {
  color: #fff;
  background: #4471FB;
}

.recommend-best .product-block .label {
  padding: 5px 10px;
  left: 7px;
  top: -10px;
  border-radius: 15px 0 6px 0;
}

.recommend-best .product-block .image {
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 17px;
  width: 100px;
}

.recommend-best .product-block .image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.recommend-best .product-block .price {
  margin-bottom: 0;
}

.recommend-best .product-block .name {
  height: 35px;
  -webkit-line-clamp: 2;
}

.no-review-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.no-review-text .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 20px;
  margin-top: -25px;
}

.no-review-text .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tracking-popup-list {
  margin-top: 20px;
}

.tracking-popup-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  margin-bottom: 10px;
  padding: 14px;
  transition: all 0.3s ease-out;
}

.tracking-popup-link:hover {
  border-color: #042EB0;
}

.tracking-popup-link:last-child {
  margin-bottom: 0;
}

.tracking-popup-link .status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: rgba(4, 190, 0, 0.19);
  width: 40px;
  height: 40px;
}

.tracking-popup-link .status img {
  filter: brightness(0) invert(18%) sepia(76%) saturate(2838%) hue-rotate(99deg) brightness(93%) contrast(106%);
}

.tracking-popup-link .number {
  line-height: 1.21;
  color: #042EB0;
  font-size: 14px;
  font-weight: 700;
}

.tracking-popup-link .date {
  color: #535353;
  font-size: 11px;
  font-weight: 500;
  margin-top: 9px;
  line-height: 1.18;
}

.tracking-popup-link .products {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tracking-popup-link .image {
  margin-left: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.tracking-popup-link .image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  image-rendering: -webkit-optimize-contrast;
}

.tracking-popup-link .more:after {
  content: '+' attr(data-count);
  padding-right: 1px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: rgba(69, 69, 69, 0.73);
  border-radius: 10px;
  pointer-events: none;
}

.tracking-popup-detail {
  margin-top: -10px;
}

.tracking-popup-detail .buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.tracking-popup-detail .buttons .btn {
  margin: 0 10px;
}

.tracking-popup-detail .buttons .btn:hover .arrow {
  border-color: #000;
}

.tracking-popup-detail .arrow {
  display: block;
  border: none;
  width: 9px;
  height: 9px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  margin-right: 8px;
  transform: rotate(-135deg);
  transition: all 0.3s ease-out;
}

.tracking-status-list {
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 1.22;
  color: #929292;
}

.tracking-status-list:first-child {
  margin-top: 0;
}

.tracking-status-list:last-child {
  margin-bottom: 0;
}

.tracking-status-list li {
  margin-bottom: 18px;
  border-left: 4px solid #FEDC09;
  padding-left: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tracking-status-list li:last-child {
  margin-bottom: 0;
}

.tracking-status-list .status-icon {
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
  filter: brightness(0);
  opacity: 0.55;
}

.tracking-status-list .status-icon img {
  display: block;
  height: auto;
  width: 100%;
}

.tracking-status-list .status-type {
  font-size: 14px;
  font-weight: 700;
}

.tracking-status-list .status-date {
  font-size: 11px;
  margin-top: 3px;
}

.tracking-status-list .status-active {
  color: #042EB0 !important;
}

.tracking-status-list .status-active .status-icon {
  opacity: 1;
  filter: none;
}

.tracking-status-list .status-active ~ li {
  border-left-color: #EFEFEF;
  color: #000;
}

.tracking-status-list .status-active ~ li .status-icon {
  opacity: 1;
}

.tracking-popup-footer {
  margin-top: 20px;
  text-align: center;
}

.tracking-status-list.loading {
  position: relative;
  height: 50px;
}

.tracking-status-list.loading:before {
  content: "";
  position: absolute;
  top: 0;
  margin-left: -30px;
  left: 50%;
  z-index: 6;
  width: 60px;
  height: 100%;
  background: url(../images/loader.svg) center no-repeat;
  background-size: 100% auto;
}

/* ==================== MEDIA =========================== */

@media (max-width: 1599px) {
  .main-user-info li:first-child a {
    padding-left: 15px;
  }

  .main-category-block img {
    height: 300px;
  }

  .shorts-slider .slick-list {
    margin: 0 -15px;
  }

  .main-shorts {
    margin: 0 15px;
  }

  .product-slider .slick-arrow {
    margin-top: -25px;
  }

  .main-category-example img {
    height: 620px;
  }

  .slider-tabs {
    font-size: 13px;
  }

  .main-individual-block {
    padding: 20px;
  }

  .main-individual-block.big .inner {
    max-width: 320px;
  }

  .main-discount-block:nth-of-type(2) .inner:after {
    right: -90px;
  }

  .main-discount-block .inner {
    max-width: 310px;
  }

  .security-block {
    padding: 65px 280px 65px 40px;
  }

  .security-block .man {
    right: -130px;
  }

  .recommend-image-outer {
    width: 540px;
  }

  .recommend-slider-item img {
    height: 534px;
  }

  .recommend-content-outer {
    padding-left: 25px;
    width: calc(100% - 540px);
  }

  .recommend-catalog {
    margin: 0 -10px;
  }

  .recommend-catalog .product-block {
    width: calc(25% - 20px);
    margin: 0 10px;
  }

  .recommend-best .product-block {
    padding: 9px 19px;
  }
}

@media (max-width: 1299px) {
  .js-slick-big .slick-arrow {
    margin-top: -18px;
    height: 36px;
    width: 36px;
  }

  .js-slick-big .slick-arrow:after {
    width: 14px;
    margin-left: -7px;
  }

  .js-slick-big .slick-arrow.slick-prev {
    left: 10px;
  }

  .js-slick-big .slick-arrow.slick-next {
    right: 10px;
  }

  .main-user-info a {
    padding: 0 10px !important;
    font-size: 12px;
  }

  .main-user-info .image {
    margin-right: 12px;
  }

  .main-user-info .name,
  .main-user-info .type {
    font-size: 13px;
  }

  .main-category-top {
    margin: 0 -5px;
  }

  .main-category-top .inner-block {
    padding: 0 5px;
  }

  .main-category-example img {
    height: 550px;
  }

  .main-category {
    margin: 0 -5px -10px;
  }

  .main-category-block {
    margin: 0 5px 10px;
    width: calc(100% - 10px);
  }

  .main-category-block.width-50 {
    width: calc(50% - 10px);
  }

  .main-category-block.width-25 {
    width: calc(25% - 10px);
  }

  .main-category-block img {
    height: 270px;
  }

  .main-category-block .name {
    font-size: 13px;
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
  }

  .shorts-slider .slick-list {
    margin: 0 -8px;
  }

  .main-shorts {
    margin: 0 8px;
  }

  .main-individual {
    margin: 0 -5px -10px;
  }

  .main-individual-block {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
    padding: 12px;
  }

  .main-individual-block.big .inner {
    max-width: 260px;
  }

  .main-individual-block.big .image {
    right: -60px;
  }

  .main-individual-block.small {
    width: calc(25% - 10px);
  }

  .main-individual-block.small .image {
    margin-top: 30px;
  }

  .main-individual-block.small .image img {
    object-fit: cover;
    height: 155px;
  }

  .main-individual-block p {
    -webkit-line-clamp: 4;
  }

  .main-individual-block .zoom-in {
    right: 11px;
  }

  .product-slider .slick-list {
    margin: 0 -10px;
  }

  .product-slider .product-block {
    margin: 0 10px;
  }

  .slider-tabs {
    font-size: 12px;
  }

  .main-discount {
    margin: 0 -5px;
  }

  .main-discount-block {
    height: 263px;
    margin: 0 5px;
    width: calc(50% - 10px);
  }

  .main-discount-block:nth-of-type(1) .image {
    right: -20px;
  }

  .main-discount-block:nth-of-type(2) .image {
    right: -30px;
  }

  .main-discount-block .inner {
    max-width: 240px;
  }

  .main-discount-block .yellow-circle {
    right: -210px;
  }

  .security-block {
    min-height: 850px;
  }

  .security-safe {
    padding: 30px 20px;
    width: 260px;
  }

  .security-detail {
    padding: 15px;
  }

  .security-detail .image {
    display: none;
  }

  .security-detail .btn {
    margin-left: 20px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .recommend-image-outer {
    width: 420px;
  }

  .recommend-content-outer {
    padding-left: 15px;
    width: calc(100% - 420px);
  }

  .recommend-catalog {
    margin: 0 -10px;
  }

  .recommend-catalog .product-block {
    width: calc(33.333% - 20px);
    margin: 0 10px;
  }

  .recommend-catalog .product-block:nth-last-of-type(1) {
    display: none;
  }

  .recommend-best {
    margin: 31px -5px 0;
  }

  .recommend-best .product-block {
    padding: 9px;
    margin: 0 5px;
    width: calc(50% - 10px);
  }

  .recommend-best .product-block .image {
    margin-right: 10px;
    width: 70px;
  }

  .recommend-best .product-block .name {
    -webkit-line-clamp: 3;
    height: 50px;
  }
}

@media (max-width: 1019px) {
  .js-slick-big .slick-arrow {
    display: none !important;
  }

  .js-slick-big .slick-dots {
    position: static;
  }

  .main-slider {
    margin-bottom: 30px;
  }

  .main-slider-block img {
    min-height: 230px;
  }

  .main-user-info a {
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
  }

  .main-user-info .image {
    margin-right: 0;
  }

  .main-user-info .inner {
    display: none;
  }

  .main-category-block {
    height: 220px;
  }

  .main-category-block .name {
    padding: 6px 8px;
    font-size: 12px;
  }

  .main-category-example img {
    height: 450px;
  }

  .shorts-slider .slick-list {
    margin: 0 -5px;
  }

  .main-shorts {
    margin: 0 5px;
  }

  .slider-tabs-outer {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    overflow: auto;
  }

  .slider-tabs-outer::-webkit-scrollbar {
    height: 0;
    background: transparent;
  }

  .slider-tabs-outer::-webkit-scrollbar-thumb {
    background: transparent;
  }

  .slider-tabs {
    font-size: 13px;
  }

  .slider-tabs li:last-child {
    padding-right: 10px;
  }

  .slider-tabs a {
    white-space: nowrap;
    height: 36px;
  }

  .fancybox-slide--video {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .shorts-video {
    max-width: none !important;
    max-height: none !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .shorts-video video {
    width: 100vw !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain;
    display: block;
    padding-bottom: 70px;
  }

  .fancybox-caption {
    padding-bottom: 15px;
  }

  .tracking-popup-detail {
    margin-top: 0;
  }

  .main-individual-outer {
    overflow: visible;
    max-height: 2000px;
  }

  .main-individual-outer:after {
    display: none;
  }

  .main-individual {
    display: block;
    margin: 0;
  }

  .main-individual .slick-list {
    margin: 0 -5px;
  }

  .main-individual-block {
    margin-bottom: 0;
    padding: 20px;
    padding-right: 240px;
    height: 320px;
  }

  .main-individual-block .inner {
    max-width: 100% !important;
  }

  .main-individual-block .desktop {
    display: none;
  }

  .main-individual-block .mobile {
    display: block;
  }

  .main-individual-block .image {
    position: absolute;
    right: 0 !important;
    bottom: auto;
    top: 50%;
    margin: -132px 0 0 !important;
    border-radius: 20px 0 0 20px;
    border-right: none !important;
    border-top: none !important;
    height: 265px !important;
  }

  .main-individual-block .image img {
    height: 100% !important;
  }

  .main-individual-block .zoom-in {
    width: 44px;
    height: 44px;
    bottom: auto;
    top: 50%;
    margin-top: -22px;
    right: 78px;
  }

  .individual-read-more {
    display: none;
  }

  .main-discount-block {
    padding-bottom: 160px;
    height: auto;
  }

  .main-discount-block:nth-of-type(1) .image {
    width: 140px;
    right: 50%;
    margin-right: -70px;
  }

  .main-discount-block:nth-of-type(2) .image {
    width: 150px;
    right: 50%;
    margin-right: -75px;
  }

  .main-discount-block:nth-of-type(2) .inner:after {
    right: 50%;
    top: auto;
    margin-top: 0;
    bottom: -60px;
    width: 600px;
    height: 560px;
    margin-right: -300px;
  }

  .main-discount-block .yellow-circle {
    width: 260px;
    height: 260px;
    top: auto;
    bottom: -130px;
    right: 50%;
    margin-right: -130px;
  }

  .main-discount-block .inner {
    max-width: 100%;
  }

  .main-discount-block .title {
    margin-bottom: 10px;
  }

  .main-discount-block p {
    margin-bottom: 14px;
  }

  .security-block {
    min-height: 1px;
    padding: 30px;
    padding-bottom: 250px;
  }

  .security-block .man {
    right: 50%;
    width: 400px;
    margin-right: -200px;
    bottom: -80px;
    overflow: hidden;
  }

  .security-block .man img {
    height: auto;
    max-width: 100%;
    margin-top: -150px;
  }

  .security-block h2 {
    font-size: 22px;
    margin-bottom: 19px;
  }

  .security-block .decription {
    margin-bottom: 23px;
  }

  .security-safe,
  .security-detail {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
  }

  .recommend-slider-outer {
    display: block;
  }

  .recommend-image-outer {
    width: 100%;
    margin-bottom: 20px;
  }

  .recommend-slider-item img {
    height: auto;
  }

  .recommend-content-outer {
    width: 100%;
    padding-left: 0;
  }

  .recommend-catalog .product-block {
    width: calc(25% - 20px);
  }

  .recommend-catalog .product-block:nth-last-of-type(1) {
    display: block;
  }

  .recommend-best .product-block {
    padding: 9px 19px;
    height: 140px;
  }

  .recommend-best .product-block .image {
    margin-right: 17px;
  }

  .recommend-best .product-block .name {
    -webkit-line-clamp: 2;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .js-slick-big .slick-dots {
    display: -ms-flexbox;
    display: flex;
  }

  .js-slick-big .slick-dots li {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .main-slider-block img {
    min-height: 1px;
    max-height: 800px;
  }

  .product-slider {
    overflow: visible;
  }

  .product-slider .slick-list {
    margin: 0 -5px;
  }

  .product-slider .product-block {
    margin: 0 5px;
  }

  .product-slider .slick-dots {
    position: static;
    width: 100%;
    left: 0;
    text-align: center;
    top: 100%;
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
  }

  .product-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    cursor: pointer;
    width: 30px;
    height: 2px;
    background: #CECECE;
    transition: all 0.3s ease-out;
    border: none;
    border-radius: 1px;
    margin: 0 2px;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .product-slider .slick-dots li:hover {
    background: #042EB0;
  }

  .product-slider .slick-dots .slick-active {
    background: #042EB0;
  }

  .tracking-popup-detail .buttons .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .main-user-info a {
    height: 63px;
  }

  .main-user-info .image {
    width: 40px;
  }

  .main-user-info .count {
    right: -12px;
    top: -2px;
  }

  .main-category-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-category-top .inner-block {
    width: 100%;
  }

  .main-category-top .main-category-block.width-50 {
    width: calc(50% - 10px);
  }

  .main-category-example {
    margin-bottom: 30px;
  }

  .main-category-example img {
    height: auto;
  }

  .main-category-block {
    height: auto;
  }

  .main-category-block.width-50 {
    width: calc(100% - 10px);
  }

  .main-category-block.width-25 {
    width: calc(50% - 10px);
  }

  .main-category-block img {
    height: auto;
  }

  .main-individual-block {
    padding-right: 190px;
    height: 320px;
  }

  .main-individual-block .image {
    right: -44px !important;
  }

  .main-individual-block .zoom-in {
    right: 56px;
  }

  .main-individual-block .number {
    margin-bottom: 15px;
  }

  .main-individual-block .title {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .shorts-slider {
    overflow: visible;
    margin: 0 -10px;
  }

  .shorts-slider .slick-list {
    margin: 0;
    padding: 0 10px;
  }

  .main-shorts {
    width: 184px;
  }

  .security-block {
    padding: 20px 10px 250px;
  }

  .security-block .man img {
    margin-top: -180px;
  }

  .security-block h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .security-block .decription {
    margin-bottom: 18px;
  }

  .security-block .content {
    display: block;
  }

  .security-safe {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
  }

  .security-safe .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .security-safe .image {
    margin-bottom: 0;
    margin-right: 12px;
    width: 80px;
  }

  .security-safe .image img {
    display: block;
  }

  .security-safe .title {
    font-size: 16px;
  }

  .security-safe .list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 14px;
  }

  .security-safe .list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 0;
  }

  .security-inner {
    padding-left: 0;
    display: block;
    margin: 0;
  }

  .security-detail {
    margin: 0 0 10px;
    padding: 10px;
  }

  .security-detail:last-child {
    margin-bottom: 0;
  }

  .recommend-catalog {
    margin: 0 -5px;
  }

  .recommend-catalog .product-block {
    width: calc(33.333% - 10px);
    margin: 0 5px;
  }

  .recommend-catalog .product-block:nth-last-of-type(1) {
    display: none;
  }

  .recommend-best {
    margin-top: 24px;
  }

  .recommend-best .product-block {
    padding: 9px;
  }

  .recommend-best .product-block .image {
    margin-right: 8px;
  }

  .recommend-best .product-block .name {
    height: 45px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 500px) {
  .no-review-text {
    display: block;
  }

  .no-review-text .image {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .tracking-popup-detail .buttons {
    margin: 0 -5px;
  }

  .tracking-popup-detail .buttons .btn {
    margin: 0 5px;
  }

  .tracking-popup-link {
    padding: 9px;
  }

  .tracking-popup-link .status {
    margin-right: 8px;
  }

  .tracking-popup-link .number {
    font-size: 13px;
  }

  .tracking-popup-link .date {
    margin-top: 7px;
  }

  .main-individual-block .btn {
    width: 100%;
  }

  .main-discount-block {
    padding: 20px 10px 160px;
  }

  .main-discount-block:nth-of-type(2) .inner:after {
    bottom: -45px;
  }

  .main-discount-block .yellow-circle {
    width: 260px;
    height: 260px;
    top: auto;
    bottom: -130px;
    right: 50%;
    margin-right: -130px;
  }

  .main-discount-block .title {
    font-size: 12px;
  }

  .main-discount-block .btn {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .security-detail {
    display: block;
    text-align: center;
  }

  .security-detail .list {
    text-align: left;
  }

  .security-detail .list li {
    margin-bottom: 10px;
  }

  .security-detail .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }

  .recommend-catalog .product-block {
    width: calc(50% - 10px);
  }

  .recommend-catalog .product-block:nth-last-of-type(2) {
    display: none;
  }

  .recommend-best {
    margin-top: 10px;
  }

  .recommend-best .product-block {
    display: block;
    height: auto;
  }

  .recommend-best .product-block .label {
    font-size: 10px;
    left: 0;
    top: 0;
  }

  .recommend-best .product-block .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}