@charset "UTF-8";
.jq-number__field input, .jq-selectbox__select, .promo__sudtitle, a, body {
  font-family: "Quicksand-Medium", sans-serif;
  font-weight: 500;
}

.blog-one blockquote, .latest-post__box-title, .latest-post__title, .comments-form__title, .comments__content-name, .product-tabs__top, .product-filter__color-title, .product-filter__size-title, .product-item__text span, .filter__title, .page-404__link, .modal__btn, .modal__link, .blog__item-title, .products-item__price, .categories__item-link, .info__item-title, .top__title, .menu__list-link, .comments-form__btn, .product-item__btn, .filter-price__btn, .products-item--sale .products-item__img-box::before, .video-fashion__link, .top-slider__btn, .footer-top__form-btn {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
}

.blog-one__autor-name, .blog-page__item-title, .footer-top__title {
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
}

.blog-one .comments__title, .blog-one__form__title, .person__name, .page-404__title, .promo__clock-item span, .top-slider__title, .menu__list-link--active, .menu__list-link:hover, .title {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}

.comments-form__btn, .product-item__btn, .filter-price__btn, .products-item--sale .products-item__img-box::before, .video-fashion__link, .top-slider__btn, .footer-top__form-btn {
  background-color: #fe3e57;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 26px;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(255, 17, 48, 0.3);
          box-shadow: 0px 7px 20px 0px rgba(255, 17, 48, 0.3);
  cursor: pointer;
}

.filter-popular__input, .filter-category__input, .filter-size__input, .filter-color__input,
.comments-form__input,
.product-filter__size-input,
.product-filter__color-input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
}

@font-face {
  font-family: "Quicksand-Regular";
  font-weight: 400;
  font-style: normal;
  src: local("Quicksand-Regular"), url(../fonts/Quicksand-Regular.woff) format("woff2"), url(../fonts/Quicksand-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Quicksand-Medium";
  font-weight: 500;
  font-style: normal;
  src: local("Quicksand-Medium"), url(../fonts/Quicksand-Medium.woff) format("woff2"), url(../fonts/Quicksand-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  font-weight: 400;
  font-style: normal;
  src: local("Roboto-Regular"), url(../fonts/Roboto-Regular.woff) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  font-weight: 700;
  font-style: normal;
  src: local("Roboto-Bold"), url(../fonts/Roboto-Bold.woff) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Medium";
  font-weight: 500;
  font-style: normal;
  src: local("Roboto-Medium"), url(../fonts/Roboto-Medium.woff) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff");
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
}

.jq-ry-container[readonly=readonly] {
  cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left; /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0; /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

html,
body {
  height: 100%;
}

body {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 36px;
}

.title {
  text-align: center;
  font-size: 48px;
  line-height: 65px;
  color: #29282d;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.text {
  text-align: center;
  max-width: 570px;
  margin: 0 auto 55px;
}

.breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 25px;
  position: relative;
}
.breadcrumbs::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/home-icon.png);
  left: 0;
  top: 9px;
  width: 16px;
  height: 16px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs__item {
  color: #727272;
  padding-right: 40px;
  position: relative;
}
.breadcrumbs__item::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/angle-right.png);
  width: 9px;
  height: 10px;
  top: 14px;
  right: 15px;
}
.breadcrumbs__item:last-child {
  color: #fe3e57;
  padding-right: 0;
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__link {
  color: inherit;
}

.header--404-page {
  background-color: #f6f6f6;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.pagination .pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px;
}
.pagination__item {
  padding: 0 15px;
}
.pagination__link--active {
  color: #fe3e57;
}
.pagination__arrow {
  text-transform: uppercase;
  position: relative;
}
.pagination__arrow::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  top: 13px;
}
.pagination__prev {
  padding-left: 15px;
}
.pagination__prev::before {
  background-image: url(../images/icons/angle-left.png);
  left: 0;
}
.pagination__next {
  padding-right: 15px;
}
.pagination__next::before {
  background-image: url(../images/icons/angle_right.png);
  right: 0;
}

.header {
  padding: 40px 0;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__btn {
  display: none;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__list-item + .menu__list-item {
  padding-left: 35px;
}
.menu__list-link {
  color: #29282d;
  padding-bottom: 0 2px 1px;
}
.menu__list-link:hover {
  color: #fe3e57;
  border-bottom: 1px solid #fe3e57;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu__list-link--active {
  color: #fe3e57;
  border-bottom: 1px solid #fe3e57;
}

.user-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.user-nav__link + .user-nav__link {
  padding-left: 25px;
  position: relative;
}
.user-nav__num {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fe3e57;
  top: -9px;
  right: -14px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.footer {
  background-color: #f6f6f6;
}

.footer-top {
  padding: 70px 0 40px;
  border-bottom: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-top__contact {
  width: 250px;
  margin-right: 50px;
}
.footer-top__nav {
  width: 170px;
  margin-right: 30px;
}
.footer-top__item-form {
  max-width: 470px;
}
.footer-top__logo {
  margin-bottom: 33px;
  display: block;
}
.footer-top__address, .footer-top__email, .footer-top__phone {
  margin-bottom: 14px;
  display: block;
}
.footer-top__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-top__link path {
  fill: #8d8d8d;
}
.footer-top__link:hover path {
  fill: #fe3e57;
}
.footer-top__list + .footer-top__list {
  padding-left: 18px;
}
.footer-top__title {
  color: #29282d;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 35px;
}
.footer-top__link {
  margin-bottom: 14px;
}
.footer-top__text {
  margin-bottom: 25px;
}
.footer-top__form-input {
  background-color: #fff;
  border: none;
  padding: 12px 10px 12px 15px;
  max-width: 320px;
  width: 100%;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(192, 192, 192, 0.3);
          box-shadow: 0px 7px 20px 0px rgba(192, 192, 192, 0.3);
}
.footer-top__form-input::-webkit-input-placeholder {
  font-size: 16px;
  color: #8d8d8d;
}
.footer-top__form-input::-moz-placeholder {
  font-size: 16px;
  color: #8d8d8d;
}
.footer-top__form-input:-ms-input-placeholder {
  font-size: 16px;
  color: #8d8d8d;
}
.footer-top__form-input::-ms-input-placeholder {
  font-size: 16px;
  color: #8d8d8d;
}
.footer-top__form-input::placeholder {
  font-size: 16px;
  color: #8d8d8d;
}
.footer-top__form-btn {
  border: none;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(255, 17, 48, 0.3);
          box-shadow: 0px 7px 20px 0px rgba(255, 17, 48, 0.3);
}

.footer-botton {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.footer-botton__accept-img {
  display: inline;
  margin-left: 25px;
  vertical-align: middle;
}

.top__container {
  background-image: url(../images/top-bg.jpg);
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 130px;
  text-align: center;
}
.top__title {
  color: #29282d;
}

.top-slider {
  background-image: url("../images/top-slider-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f6f6f6;
  padding: 65px 0 45px;
}
.top-slider__title {
  max-width: 670px;
  font-size: 58px;
  line-height: 68px;
  color: #29282d;
  margin-bottom: 35px;
}
.top-slider__container {
  max-width: 1560px;
}
.top-slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-slider__content {
  padding: 125px 0 20px 170px;
}
.top-slider__text {
  max-width: 470px;
  margin-bottom: 55px;
}
.top-slider__btn {
  padding: 14px 35px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -70px;
}
.slick-dots li {
  padding: 0 5px;
  line-height: 0;
}
.slick-dots li button {
  padding: 0;
  font-size: 0;
  background-color: transparent;
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
}
.slick-dots li button::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #8d8d8d;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-dots li.slick-active button {
  border: 1px solid #fe3e57;
}
.slick-dots li.slick-active button::before {
  content: "";
  background-color: #fe3e57;
}

.categories-info {
  padding: 120px 0;
  background-image: url(../images/decor/categories-left-bg.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.categories-info__inner {
  background-image: url(../images/decor/categories-rigth-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
  gap: 25px;
  position: relative;
}
.info::before, .info::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}
.info::before {
  background-image: url(../images/decor/info-before.jpg);
  top: -40px;
  left: -45px;
  width: 121px;
  height: 120px;
}
.info::after {
  background-image: url(../images/decor/info-after.jpg);
  bottom: -36px;
  right: -15px;
  width: 52px;
  height: 65px;
}
.info__item {
  background-color: #fff;
  padding: 60px 30px;
  width: 370px;
  -webkit-box-shadow: 20px 0px 60px 0px rgba(202, 202, 202, 0.35);
          box-shadow: 20px 0px 60px 0px rgba(202, 202, 202, 0.35);
}
.info__item-title {
  margin: 35px 0 10px;
  font-size: 22px;
  color: #29282d;
}

.categories__items {
  display: -ms-grid;
  display: grid;
  min-height: 635px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 30px;
}
.categories__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 35px;
  padding-left: 45px;
}
.categories__item:nth-child(1) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.categories__item:nth-child(1) .categories__item-subtitle,
.categories__item:nth-child(1) .categories__item-link:hover {
  color: #5800e4;
}
.categories__item:nth-child(2) {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.categories__item:nth-child(2) .categories__item-subtitle,
.categories__item:nth-child(2) .categories__item-link:hover {
  color: #fe3e57;
}
.categories__item:nth-child(3) .categories__item-subtitle,
.categories__item:nth-child(3) .categories__item-link:hover {
  color: #ffb534;
}
.categories__item:nth-child(4) .categories__item-subtitle,
.categories__item:nth-child(4) .categories__item-link:hover {
  color: #34c3ff;
}
.categories__item-subtitle {
  margin-bottom: 5px;
}
.categories__item-title {
  font-size: 22px;
  color: #29282d;
  margin-bottom: 15px;
}
.categories__item-link {
  text-transform: uppercase;
  color: #29282d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.video-fashion {
  background-color: #f6f6f6;
  background-image: url(../images/decor/fashion-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 125px 0;
}
.video-fashion__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-fashion__popup {
  margin-right: 60px;
  max-width: 530px;
  height: 480px;
  width: 100%;
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.video-fashion__content {
  width: 100%;
  max-width: 570px;
}
.video-fashion__subtitle {
  font-size: 22px;
  color: #fe3e57;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.video-fashion__title {
  text-align: left;
}
.video-fashion__text {
  margin-bottom: 55px;
}
.products {
  padding: 105px 0 120px;
  text-align: center;
}
.products__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px 30px;
}
.products__link {
  text-transform: uppercase;
  color: #29282d;
  display: inline-block;
  border: 1px solid #fe3e57;
  padding: 14px 27px;
  margin-top: 55px;
}

.products-item {
  max-width: 370px;
  text-align: center;
}
.products-item.products-item--list {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.products-item.products-item--list:hover .products-item__link-box {
  -webkit-transform: translateY(-280%);
      -ms-transform: translateY(-280%);
          transform: translateY(-280%);
}
.products-item.products-item--list .products-item__img-box {
  height: 250px;
  margin-bottom: 0;
  min-width: 200px;
}
.products-item.products-item--list .products-item__img-box img {
  height: 250px;
}
.products-item.products-item--list .products-item__link-box {
  background-color: transparent;
  width: 115px;
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: auto;
}
.products-item.products-item--list .products-item__link-box .products-item__link {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  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;
}
.products-item.products-item--list .products-item__link-box .products-item__link--line {
  display: none;
}
.products-item.products-item--list .products-item__content-box {
  display: block;
}
.products-item.products-item--list .products-item__btn {
  color: #fff;
  padding: 11px 40px;
  background-color: #29282d;
  border: none;
  cursor: pointer;
}
.products-item.products-item--list .products-item__btn:hover {
  background-color: #fe3e57;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(255, 17, 48, 0.3);
          box-shadow: 0px 7px 20px 0px rgba(255, 17, 48, 0.3);
}
.products-item.products-item--list .products-item__text {
  margin-bottom: 25px;
}
.products-item.products-item--list .products-item__title {
  padding: 0;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}
.products-item.products-item--list .products-item__price {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: -12px;
}
.products-item.products-item--list .star {
  margin-left: 23px;
}
.products-item.products-item--list .products-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-item.products-item--list .products-item__wrapper-box {
  padding: 30px 40px;
  border: 1px solid #ececec;
  border-left: none;
}
.products-item__content-box {
  display: none;
}
.products-item__img-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.products-item__images {
  -o-object-fit: cover;
     object-fit: cover;
}
.products-item__link-box {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 50px;
  background-color: #fff;
  border-radius: 22px;
  height: 50px;
  width: 220px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(152, 152, 152, 0.2);
          box-shadow: 0px 5px 30px 0px rgba(152, 152, 152, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transform: translateY(300%);
      -ms-transform: translateY(300%);
          transform: translateY(300%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-item__link--line::before, .products-item__link--line::after {
  content: "";
  position: absolute;
  background-color: #ececec;
  width: 1px;
  height: 30px;
  top: 10px;
}
.products-item__link--line::before {
  left: 70px;
}
.products-item__link--line::after {
  right: 70px;
}
.products-item__link {
  display: inherit;
}
.products-item__link path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-item__link:hover path {
  fill: #fe3e57;
}
.products-item:hover .products-item__link-box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.products-item__title {
  color: #29282d;
  padding: 15px 20px;
}
.products-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-item__new-price {
  padding: 0 12px;
  color: #29282d;
}
.products-item__old-price {
  padding: 0 12px;
  text-decoration: line-through;
}
.products-item--sale .products-item__img-box::before {
  content: "SALE";
  position: absolute;
  top: 25px;
  left: 25px;
  line-height: 1;
}

.star {
  margin: 0 auto;
}

.promo {
  background-image: url(../images/promo-bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 150px 0 160px;
  text-align: center;
}
.promo__inner {
  max-width: 570px;
  width: 100%;
  margin-left: auto;
}
.promo__sudtitle {
  color: #fe3e57;
  font-size: 22px;
  margin-bottom: 10px;
}
.promo__clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
.promo__clock-item {
  background-color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(187, 187, 187, 0.3);
          box-shadow: 0px 10px 40px 0px rgba(187, 187, 187, 0.3);
}
.promo__clock-item span {
  font-size: 48px;
  color: #29282d;
  margin: 12px 0 7px;
}
.promo__link {
  text-transform: uppercase;
  color: #29282d;
  display: inline-block;
  border: 1px solid #fe3e57;
  padding: 14px 27px;
  margin-top: 55px;
}

.parnters {
  padding-top: 75px;
}
.parnters__list {
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog {
  padding: 50px 0 160px;
  background-image: url(../images/blog-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.blog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.blog__items::after {
  content: "";
  position: absolute;
  background-image: url(../images/decor/blog-decop.png);
  top: -25px;
  right: -12px;
  z-index: -1;
  width: 126px;
  height: 53px;
}
.blog__item {
  max-width: 370px;
  border: 1px solid #ececec;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.blog__item:hover {
  -webkit-box-shadow: 20px 0px 60px 0px rgba(202, 202, 202, 0.35);
          box-shadow: 20px 0px 60px 0px rgba(202, 202, 202, 0.35);
  border: none;
}
.blog__item:hover .blog__item-link {
  color: #fe3e57;
}
.blog__item:hover .blog__item-link::after {
  background-image: url(../images/icons/arrow-accent.jpg);
}
.blog__item-imglink {
  display: block;
}
.blog__item-imglink img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__item-box {
  padding: 30px 40px;
}
.blog__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog__item-autor, .blog__item-date {
  padding-left: 30px;
  position: relative;
}
.blog__item-autor::before, .blog__item-date::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}
.blog__item-autor::before {
  background-image: url(../images/icons/autor.jpg);
}
.blog__item-date::before {
  background-image: url(../images/icons/time.jpg);
}
.blog__item-title {
  font-size: 22px;
  color: #29282d;
  margin-bottom: 20px;
}
.blog__item-link {
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.blog__item-link::after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  background-image: url(../images/icons/arrow.jpg);
  top: 8px;
  right: -14px;
}

.modal {
  padding-top: 100px;
  max-width: 570px;
  margin: 0 auto 115px;
}
.modal__links {
  text-align: center;
  margin-bottom: 40px;
}
.modal__link {
  color: #909090;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 30px;
}
.modal__link--active {
  color: #fe3e57;
}
.modal__label {
  display: block;
  margin-bottom: 30px;
}
.modal__input {
  display: block;
  width: 100%;
  border: none;
  background-color: #f6f6f6;
  height: 60px;
  margin-top: 4px;
  padding: 0 15px;
  cursor: pointer;
}
.modal__btn {
  display: block;
  background-color: #29282d;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 0;
  border: none;
  width: 100%;
  cursor: pointer;
}
.modal__error {
  margin-top: 12px;
  color: #fe3e57;
  display: inline-block;
}
.modal__text {
  margin-bottom: 25px;
}

.page-404 {
  padding: 110px 0 120px;
}
.page-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404__content {
  max-width: 570px;
  width: 100%;
}
.page-404__title {
  font-size: 48px;
  line-height: 48px;
  color: #28384f;
  margin-bottom: 40px;
}
.page-404__text {
  margin-bottom: 50px;
  max-width: 470px;
}
.page-404__link {
  background-color: #fe3e57;
  text-transform: uppercase;
  color: #fff;
  padding: 14px 35px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(254, 62, 87, 0.35);
          box-shadow: 0px 5px 25px 0px rgba(254, 62, 87, 0.35);
}

.shop {
  padding: 120px 0 105px;
}
.shop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop__filters {
  max-width: 370px;
  width: 100%;
  margin-right: 30px;
}

.filter__item {
  padding: 35px 30px 40px;
  border: 1px solid #ececec;
  margin-bottom: 40px;
}
.filter__title {
  text-transform: uppercase;
  color: #29282d;
  font-size: 22px;
  margin-bottom: 25px;
}

.filter-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-search__input {
  border: none;
  background-color: #f6f6f6;
  height: 50px;
  width: 260px;
  padding: 0 5px 0 15px;
}
.filter-search__btn {
  border: none;
  background-color: #fe3e57;
  height: 50px;
  width: 50px;
  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;
  cursor: pointer;
}

.filter-price__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
.filter-price__btn {
  border: none;
}

.irs--flat .irs-line {
  top: 13px;
  height: 5px;
  background-color: #ececec;
  border-radius: 0;
}

.irs--flat .irs-handle {
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(90, 90, 90, 0.2);
          box-shadow: 0px 0px 13px 0px rgba(90, 90, 90, 0.2);
}

.irs--flat .irs-handle > i:first-child {
  display: none;
}

.irs--flat .irs-bar {
  top: 13px;
  height: 5px;
  background-color: #fe3e57;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  display: none;
}

.irs--flat .irs-min, .irs--flat .irs-max {
  display: none;
}

.irs--flat {
  height: 31px;
}

.filter-color__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
.filter-color__label + .filter-color__label {
  padding-top: 20px;
}
.filter-color__label:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.filter-color__input:checked + .filter-color__checkbox {
  background-image: url(../images/icons/check.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.filter-color__checkbox {
  width: 16px;
  height: 16px;
  position: absolute;
  margin-left: -16px;
  margin-top: 7px;
}
.filter-color__checkbox--blue {
  background-color: #00aeef;
}
.filter-color__checkbox--red {
  background-color: #f52574;
}
.filter-color__checkbox--green {
  background-color: #24d4ac;
}
.filter-color__checkbox--orange {
  background-color: #ff7e00;
}
.filter-color__checkbox--black {
  background-color: #000;
}
.filter-color__checkbox--purple {
  background-color: #923899;
}

.filter-size__label {
  padding-left: 30px;
  margin-bottom: 20px;
  display: block;
}
.filter-size__input:checked + .filter-size__checkbox {
  background-image: url(../images/icons/check-size.png);
  background-position: center;
  border: none;
}
.filter-size__input:checked + .filter-size__checkbox + .filter-size__text {
  color: #fe3e57;
}
.filter-size__checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #8d8d8d;
  position: absolute;
  border-radius: 50%;
  margin-left: -35px;
  margin-top: 3px;
}

.filter-category__label {
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
}
.filter-category__label:last-child {
  margin-bottom: 0;
}
.filter-category__input:checked + .filter-category__checkbox {
  background-color: #fe3e57;
  color: #fff;
}
.filter-category__checkbox {
  background-color: #f6f6f6;
  color: #29282d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
}

.filter-popular__label {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 8px;
  cursor: pointer;
}
.filter-popular__input:checked + .filter-popular__checkbox {
  border-color: #fe3e57;
  background-color: #fe3e57;
  color: #fff;
}
.filter-popular__checkbox {
  border: 1px solid #8d8d8d;
  padding: 10px 20px;
}

.shop-content {
  width: 100%;
}
.shop-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ececec;
}
.shop-content__inner .products-item {
  margin-bottom: 40px;
}
.shop-content__filter {
  border: 1px solid #ececec;
  padding: 20px 25px 20px 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-content__filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-content__filter-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-left: 15px;
  line-height: 0;
  cursor: pointer;
}
.shop-content__filter-btn.shop-content__filter-btn--active path {
  fill: #fe3e57;
}

.jq-selectbox__select {
  margin-left: 30px;
  height: 32px;
  padding: 0 30px 0 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  color: #8d8d8d;
  text-shadow: none;
}
.jq-selectbox__select:hover {
  background: transparent;
}

.jq-selectbox__trigger {
  border: none;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 10px;
  height: 5px;
  border: none;
  background-image: url(../images/icons/angle-down.png);
}

.product {
  padding: 120px 0 0px;
}

.product-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-item__slide {
  max-width: 730px;
  width: 100%;
  margin-right: 70px;
}
.product-item__content {
  max-width: 370px;
  width: 100%;
}
.product-item__title {
  font-size: 20px;
  color: #29282d;
  margin-bottom: 20px;
}
.product-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.product-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.product-item__prise-new {
  color: #29282d;
}
.product-item__price-old {
  padding-left: 15px;
  text-decoration: line-through;
}
.product-item__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-item__star span {
  padding-left: 8px;
  color: #29282d;
  font-size: 18px;
}
.product-item__text {
  margin-bottom: 30px;
}
.product-item__text span {
  display: block;
  font-size: 18px;
  color: #29282d;
}
.product-item__btn {
  border: none;
  margin-left: 15px;
}

.jq-number__field {
  width: 114px;
  border: 1px solid #f0f0f0;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  font-size: 16px;
  color: #29282d;
  text-align: center;
}

.jq-number {
  padding: 0;
  position: relative;
}

.jq-number__spin {
  position: absolute;
  width: 12px;
  height: 12px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-number__spin.minus {
  left: 15px;
}

.jq-number__spin.plus {
  right: 15px;
}

.jq-number__spin::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #29282d;
  width: 12px;
  height: 1px;
}

.jq-number__spin.plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  background-color: #29282d;
  width: 1px;
  height: 12px;
}

.product-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-slide__thumb {
  width: 140px;
  margin-right: 30px;
}
.product-slide .slick-vertical .slick-slide {
  height: 140px;
  margin-bottom: 30px;
}
.product-slide__thumb-item {
  margin-bottom: 30px;
  width: 140px;
  height: 140px;
  cursor: pointer;
}
.product-slide__img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slide__big {
  max-width: 560px;
  width: 100%;
}
.product-slide__big-img {
  max-width: 560px;
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-info__list {
  margin-bottom: 30px;
}
.product-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.product-info__title {
  min-width: 100px;
  color: #29282d;
}
.product-info__link path {
  fill: #8d8d8d;
}
.product-info__link + .product-info__link {
  margin-left: 15px;
}
.product-info__link:hover path {
  fill: #fe3e57;
}

.product-filter__color {
  margin-bottom: 25px;
}
.product-filter__color-label {
  margin-right: 10px;
}
.product-filter__color-input:checked + .product-filter__color-radio {
  border-color: #fe3e57;
}
.product-filter__color-radio {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 1px solid #ceced0;
  position: relative;
  display: inline-block;
}
.product-filter__color-radio span {
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 3px;
}
.product-filter__color-title, .product-filter__size-title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #29282d;
}
.product-filter__size {
  margin-bottom: 25px;
}
.product-filter__size-label {
  margin: 0 0 10px;
  display: inline-block;
}
.product-filter__size-input:checked + .product-filter__size-radio {
  border-color: #fe3e57;
}
.product-filter__size-radio {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #ceced0;
}

.product-tabs {
  padding-top: 110px;
}
.product-tabs__top {
  margin-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 22px;
}
.product-tabs__top-link {
  display: inline-block;
  margin-bottom: 10px;
}
.product-tabs__top-link + .product-tabs__top-link {
  margin-left: 55px;
}
.product-tabs__top-link--active {
  color: #29282d;
  position: relative;
}
.product-tabs__top-link--active::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fe3e57;
}
.product-tabs__content-item {
  display: none;
}
.product-tabs__content-item.product-tabs__content-item--active {
  display: block;
}

.comments {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments__img {
  min-width: 71px;
  height: 71px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}
.comments__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.comments__content-name {
  color: #29282d;
  margin-right: 13px;
}
.comments__content-date {
  padding-left: 13px;
  border-left: 1px solid #8d8d8d;
}
.comments__content-star {
  margin-left: auto;
  margin-right: 0;
}
.comments__content-text {
  margin-bottom: 10px;
}
.comments__content-reply {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.comments__content-reply::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/reply.jpg);
  width: 15px;
  height: 13px;
  left: 0;
  top: 9px;
}

.comments-form {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 60px;
}
.comments-form__title {
  color: #29282d;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.comments-form__title::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fe3e57;
  bottom: 0;
  left: 0;
  width: 50px;
}
.comments-form__rating {
  margin-bottom: 30px;
}
.comments-form__rating-title {
  margin-right: 60px;
  color: #29282d;
}
.comments-form__label {
  margin-right: 25px;
}
.comments-form__input:checked + .comments-form__radio path {
  fill: #ffc35b;
}
.comments-form__radio {
  cursor: pointer;
}
.comments-form__radio path {
  fill: #ccccce;
}
.comments-form__box-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.comments-form__text-input {
  max-width: 570px;
  width: 100%;
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
}
.comments-form__textarea {
  border: 1px solid #f0f0f0;
  padding: 15px 20px;
  display: block;
  height: 225px;
  width: 100%;
  resize: none;
  margin-bottom: 40px;
}
.comments-form__btn {
  border: none;
}

.related {
  padding: 50px 0 120px;
}
.related__title {
  margin-bottom: 50px;
}
.related__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.related__items .products-item__img-box {
  height: auto;
}
.related__items .products-item__title {
  padding: 5px 0;
}

.blog-page {
  padding: 120px 0 60px;
}
.blog-page__item--slider .blog-page__item-box {
  margin-bottom: -8px;
}
.blog-page__slider .slick-prev,
.blog-page__slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  height: 40px;
  width: 40px;
  background-color: #fe3e57;
  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;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(254, 62, 87, 0.3);
          box-shadow: 0px 7px 20px 0px rgba(254, 62, 87, 0.3);
}
.blog-page__slider .slick-prev path,
.blog-page__slider .slick-next path {
  fill: #fff;
}
.blog-page__slider .slick-prev {
  left: 40px;
}
.blog-page__slider .slick-next {
  right: 40px;
}
.blog-page__slider .slick-disabled {
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(168, 168, 168, 0.3);
          box-shadow: 0px 7px 20px 0px rgba(168, 168, 168, 0.3);
}
.blog-page__slider .slick-disabled path {
  fill: #fe3e57;
}
.blog-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-page__content {
  max-width: 770px;
  width: 100%;
  margin-right: 30px;
}
.blog-page__aside {
  max-width: 370px;
  width: 100%;
}
.blog-page__item {
  margin-bottom: 60px;
}
.blog-page__item-link {
  display: block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.blog-page__img {
  max-width: 770px;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-page__item-box {
  border: 1px solid #ececec;
  border-top: none;
  padding: 40px;
}
.blog-page__item-title {
  color: #29282d;
  font-size: 22px;
  line-height: 32;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-page__item-title:hover {
  color: #fe3e57;
}
.blog-page .blog__item-info {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.blog-page .blog__item-autor {
  margin-right: 30px;
}
.blog-page__item--no-images {
  border-top: 1px solid #ececec;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(202, 202, 202, 0.35);
          box-shadow: 0px 20px 60px 0px rgba(202, 202, 202, 0.35);
}

.person {
  border: 1px solid #ececec;
  margin-bottom: 40px;
  padding: 40px 25px;
  text-align: center;
}
.person__img {
  display: inline-block;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  margin-bottom: 35px;
}
.person__name {
  color: #29282d;
  font-size: 18px;
  margin-bottom: 10px;
}
.person__position {
  color: #fe3e57;
  margin-bottom: 25px;
}
.person__text {
  margin-bottom: 30px;
}
.person__social-link {
  margin: 0 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.person__social-link path {
  fill: #8d8d8d;
}
.person__social-link:hover path {
  fill: #fe3e57;
}

.latest-post {
  border: 1px solid #ececec;
  padding: 40px 30px;
  margin-bottom: 40px;
  padding: 40px 30px;
}
.latest-post__title {
  font-size: 22px;
  color: #29282d;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.latest-post__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.latest-post__item + .latest-post__item {
  border-top: 1px solid #ececec;
  padding-top: 20px;
}
.latest-post__img-link {
  margin-right: 20px;
  min-width: 80px;
}
.latest-post__img {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-post__box-title {
  font-size: 18px;
  line-height: 28px;
  color: #29282d;
  margin-bottom: 5px;
}
.latest-post__date {
  padding-left: 26px;
  position: relative;
}
.latest-post__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/calendar.png);
}

.blog-one {
  padding: 120px 0;
}
.blog-one__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-one__info {
  margin-right: 30px;
  padding: 30px 30px 0;
  border: 1px solid #ececec;
  border-top: none;
}
.blog-one__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  gap: 25px;
}
.blog-one__date, .blog-one__comments, .blog-one__admin {
  padding-left: 27px;
  position: relative;
  line-height: 1em;
}
.blog-one__date::before, .blog-one__comments::before, .blog-one__admin::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.blog-one__date::before {
  background-image: url(../images/icons/calendar.png);
}
.blog-one__comments::before {
  background-image: url(../images/icons/comment.png);
}
.blog-one__admin::before {
  background-image: url(../images/icons/user-red.png);
}
.blog-one__title {
  margin-bottom: 25px;
  color: #29282d;
  font-size: 22px;
}
.blog-one__text {
  margin-bottom: 30px;
}
.blog-one blockquote {
  display: block;
  padding: 35px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
  border-left: 3px solid #fe3e57;
  font-size: 22px;
  color: #29282d;
  line-height: 32px;
}
.blog-one__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.blog-one__wrapper-img {
  width: 340px;
  height: 274px;
}
.blog-one__form__title {
  margin-bottom: 25px;
  font-size: 24px;
  color: #29282d;
  text-transform: uppercase;
}
.blog-one__box-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 30px 40px;
}
.blog-one__tags, .blog-one__share {
  color: #29282d;
  text-transform: uppercase;
}
.blog-one .blog-one__share {
  margin-right: 60px;
}
.blog-one__share-link {
  margin-left: 10px;
}
.blog-one__share-link path {
  fill: #8d8d8d;
}
.blog-one__share-link :hover path {
  fill: #fe3e57;
}
.blog-one__autor {
  margin: 0 30px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
  gap: 30px;
}
.blog-one__autor-img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-one__autor-name {
  font-size: 22px;
  color: #29282d;
  margin-bottom: 20px;
}
.blog-one .comments {
  margin-right: 30px;
}
.blog-one .comments__title {
  margin-bottom: 25px;
  font-size: 24px;
  color: #29282d;
}
.blog-one .comments-form {
  margin-right: 30px;
  border-bottom: none;
}

@media (max-width: 2010px) {
  .blog-page__inner {
    -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;
  }
  .blog-page__content {
    margin-right: 0;
  }
}
@media (max-width: 1080px) {
  .blog__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 30px;
  }
  .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .blog-one__wrapper {
    display: block;
  }
  .blog-one__text {
    margin-top: 30px;
  }
  .blog-one__info {
    padding: 30px 20px 0;
  }
  .blog-one__box {
    gap: 10px;
  }
  .product-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 900px) {
  .user-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo {
    justify-self: flex-start;
  }
  .user-nav {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
  }
  .menu__btn {
    display: block;
    border: none;
    padding: 0;
    position: relative;
    background: none;
    margin: 0 25px;
    cursor: pointer;
  }
  .menu__list {
    position: absolute;
    right: 0;
    left: 0;
    top: 110px;
    background-color: rgba(202, 202, 202, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-400%);
        -ms-transform: translateY(-400%);
            transform: translateY(-400%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu__list--active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .menu ul.menu__list {
    padding: 20px;
  }
  .top-slider .slick-slide img {
    display: none;
  }
  .categories__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .categories__item {
    background-image: none !important;
  }
  .categories__item:first-child {
    background-color: pink;
  }
  .categories__item:nth-child(2) {
    grid-column: auto;
    padding: 35px 0 0 45px;
    background-color: #ade4df;
  }
  .categories__item:nth-child(3) {
    background-color: rgb(224, 236, 154);
  }
  .categories__item:last-child {
    background-color: rgb(231, 231, 231);
  }
  .video-fashion,
.products,
.promo {
    padding: 70px 0;
  }
  .promo__clock {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 10px;
  }
  .promo__clock-item {
    width: 85px;
    height: 85px;
  }
  .promo__clock-item span {
    font-size: 30px;
  }
  .parnters {
    padding: 0 0 70px;
  }
  .blog {
    padding-bottom: 70px;
  }
  .blog__item-date {
    padding-left: 5px;
  }
  .blog__item-box {
    padding: 30px;
  }
  .top-slider__content {
    padding: 0 0 20px 0;
  }
  .top__container {
    background-position: right;
  }
  .shop__inner {
    display: block;
  }
  .blog-one__inner {
    display: block;
  }
  .product-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-slide__thumb {
    width: auto;
    margin-right: 0;
  }
  .product-slide .slick-list, .product-slide .slick-track {
    height: auto;
  }
  .product-slide .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-slide .slick-track > div {
    width: 100%;
  }
  .page-404__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 700px) {
  .info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1ft;
    grid-template-columns: 1ft;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info__item {
    width: 100%;
  }
  .video-fashion__inner {
    display: block;
    text-align: center;
  }
  .video-fashion__popup {
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .video-fashion__title {
    text-align: center;
  }
  .products__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .promo {
    background-image: none;
  }
  .promo__inner {
    margin-left: 0;
  }
  .parnters__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 30px;
  }
  .blog__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-botton__accept-img {
    margin-left: 10px;
  }
  .title {
    font-size: 30px;
    line-height: 50px;
  }
  .comments-form__rating-title {
    margin-right: 15px;
  }
  .comments-form__label {
    margin-right: 15px;
  }
}
@media (max-width: 550px) {
  .footer-top__form-input {
    width: auto;
  }
  .footer-top__form-btn {
    padding: 10px 5px;
    text-transform: none;
  }
  .footer-top__form-input {
    padding: 10px 5px;
  }
  .footer-botton {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .user-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .menu__btn {
    width: 30px;
    margin: 0;
  }
  .products-item.products-item--list {
    display: block;
  }
  .pagination__item {
    padding: 0 5px;
  }
  .pagination .pagination__list {
    padding: 0;
  }
  .blog-one__box {
    display: block;
  }
  .blog-one__box-tags {
    display: block;
    margin: 15px 15px 30px;
  }
  .blog-one__date, .blog-one__comments, .blog-one__admin {
    margin-bottom: 10px;
  }
  .blog-one__info {
    padding: 30px 0;
    margin-right: 0;
  }
  .blog-one blockquote {
    padding: 10px;
  }
  .blog-one__autor {
    display: block;
  }
  .blog-one__autor-name {
    margin: 15px 0;
  }
  .blog-one .comments {
    margin-right: 0;
    display: block;
  }
  .latest-post {
    padding: 40px 10px;
  }
  .comments {
    display: block;
  }
}
@media (max-width: 450px) {
  .promo__clock {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1;
    grid-template-columns: 1;
  }
  .blog__item-box {
    padding: 14px;
  }
  .menu__list-item + .menu__list-item {
    padding-left: 15px;
  }
  .top__container {
    background-position: left;
  }
  .filter__item {
    padding: 10px;
  }
  .blog-page .blog__item-info {
    display: block;
  }
}