@charset "UTF-8";
/* reset */
/* main variables */
body.compensate-for-scrollbar {
  overflow: hidden; }

.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;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  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: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .85;
  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;
  transition: opacity .25s ease, visibility 0s ease .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;
  transition: opacity .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;
  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: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  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: 10px; }

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  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;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  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;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button--zoom {
  display: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.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);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  padding: 10px 0;
  position: absolute;
  right: -48px;
  top: -33px;
  z-index: 401;
  font-size: 14px;
  transition: color .3s ease-in; }
  .fancybox-close-small:hover {
    color: #30B1E9; }

.fancybox-slide--html .fancybox-content {
  padding: 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;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.web .fancybox-navigation .fancybox-button--arrow_left, .web .fancybox-navigation .fancybox-button--arrow_right {
  transition: color .4s ease; }
  .web .fancybox-navigation .fancybox-button--arrow_left:hover, .web .fancybox-navigation .fancybox-button--arrow_right:hover {
    color: #30B1E9; }

/* Caption */
.fancybox-caption {
  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; }

.fancybox-slide {
  opacity: 0;
  transition: all 0.01s ease; }

.fancybox-slide.fancybox-slide--complete {
  opacity: 1 !important;
  transition: all 0.4s ease; }

.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 {
  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: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  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;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  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-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; } }
/* 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;
  transition: all .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 {
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 80px;
  z-index: 99995;
  text-align: center; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  bottom: 85px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0 auto;
  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;
  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 #30B1E9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

.fancybox-slide--html {
  min-width: 320px; }

.fancybox-slide--video {
  transition: transform 2s ease-in;
  display: block; }

.fancybox-slide--video .fancybox-content {
  transform-origin: 50% 50%; }

.fancybox-slide--video.fancybox-slide--complete .fancybox-content {
  transition: transform 0.5s ease-in !important; }

@media screen and (max-width: 767px) {
  .fancybox-slide--html {
    padding: 0;
    height: 100vh; } }
.footer {
  background: rgba(0, 17, 24, 0.06);
  padding: 61px 0 20px;
  order: 3;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
  font-size: 1.4rem;
  transition: filter .5s ease-in, opacity .5s ease-in; }
  .footer .wrapper:after {
    display: none; }

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0 2rem; }

.footer-navs {
  width: 85%;
  max-width: calc(100% - 148px);
  display: flex;
  align-items: flex-start;
  padding: 0 0 0 8.8%; }

.footer-contacts {
  margin-left: auto;
  font-size: 12px;
  line-height: 18px;
  width: 30.6%; }
  .footer-contacts__item + .footer-contacts__item {
    margin-top: 10px; }
    .footer-contacts__item + .footer-contacts__item:nth-child(2) {
      margin-top: 19px; }
  .footer-contacts__item:nth-child(1) .footer-contacts__icon {
    margin-top: 0; }
  .footer-contacts a {
    display: flex;
    color: #001118; }
  .footer-contacts__icon {
    width: 28px;
    padding-right: 4px;
    margin-top: -3px;
    display: inline-block; }

.footer-menu {
  width: 32.5%;
  max-width: 192px;
  padding: 0 2rem; }
  .footer-menu ul {
    list-style: none; }
  .footer-menu li {
    margin-bottom: 23px; }
  .footer-menu a {
    color: #001118;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem; }

.web .footer-menu a:hover {
  color: #30B1E9; }

.messangers_footer {
  margin: 23px -12px 0; }
  .messangers_footer .messangers__link {
    width: 56px;
    height: 56px;
    background: rgba(0, 17, 24, 0.06);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .4s ease; }
    .messangers_footer .messangers__link:hover {
      background: rgba(48, 177, 233, 0.3); }
  .messangers_footer img {
    opacity: 1;
    max-width: 32px;
    max-height: 32px; }

.footer-info {
  width: 15%;
  min-width: 148px;
  flex-shrink: 0; }

@media screen and (max-width: 1023px) {
  .footer-navs {
    padding-left: 20px; }

  .footer-contacts {
    width: 38%; }

  .footer-menu {
    width: 31%; }

  .messangers_footer .messangers__link {
    width: 50px;
    height: 50px;
    margin: 0 8px; }

  .messangers_footer img {
    max-width: 25px;
    max-height: 25px; }

  .footer {
    padding-bottom: 0; } }
@media screen and (max-width: 767px) {
  .footer {
    padding: 24px 0 0; }

  .footer-wrapper {
    display: block; }

  .footer-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .footer-navs {
    margin-top: 19px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex-wrap: wrap; }

  .footer-contacts {
    order: 1;
    padding-top: 23px;
    padding-bottom: 18px;
    width: 100%;
    border-top: 1px solid rgba(0, 17, 24, 0.06);
    border-bottom: 1px solid rgba(0, 17, 24, 0.06); }

  .footer-menu {
    margin-top: 25px;
    width: 50%;
    padding-left: 12px;
    order: 2; }

  .footer-menu:first-child {
    padding-left: 0; }

  .messangers_footer .messangers__link {
    width: 40px;
    height: 40px;
    margin: 0 0 0 12px; }

  .messangers_footer img {
    max-width: 24px;
    max-height: 24px; }

  .logo-footer .logo img {
    height: 60px; }

  .footer-contacts__item + .footer-contacts__item {
    margin-top: 11px; }

  .footer-contacts__item + .footer-contacts__item:nth-child(2) {
    margin-top: 16px; }

  .messangers_footer {
    margin: 15px 0 0; } }
@media screen and (min-width: 1210px) {
  .footer-contacts__item {
    margin-right: -10px; } }
.main-catalog_bg {
  background: linear-gradient(275.24deg, #B4DA4D -2.81%, #8ED8F8 95.1%); }
  .main-catalog_bg .arrow-title {
    background: rgba(255, 255, 255, 0.4); }
  .main-catalog_bg .products-card {
    background: #fff; }

.products-card {
  position: relative; }

.labels {
  position: absolute;
  z-index: 99;
  display: flex;
  flex-direction: column;
  left: 0;
  top: 0; }
  .labels_item {
    font-size: 13px;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    line-height: 13px;
    margin-bottom: 3px; }
    .labels_item--new {
      background: #30b1e9; }
    .labels_item--top {
      background: #ff6948; }

.section-instagram {
  display: none; }

.products-card__row .add_to_cart_button,
.buy-add__button, .woocommerce .products-card a.button,
.product-prices .counter-box {
  width: 100%; }

a[data-boxberry-open] {
  top: 20px;
  position: relative;
  color: inherit;
  display: inline-block;
  padding: 5px 10px;
  color: #FFFFFF !important;
  border-radius: 5px;
  background: #e51a4b; }

.order-main__radios-texts .order-main__radios-text {
  padding-left: 10px; }

.products-card__row .products-card__favorite, .header-favorite, .header-links__item-favor {
  display: flex !important; }

.page-head .h1 span.page-num {
  font-size: 18px;
  font-weight: normal;
  color: rgba(0, 17, 24, 0.4); }

.main-catalog {
  overflow: visible !important; }

.main-catalog_bg_collection {
  background: -webkit-linear-gradient(174.76deg, #b4da4d -2.81%, #8ed8f8 95.1%);
  background: -o-linear-gradient(174.76deg, #b4da4d -2.81%, #8ed8f8 95.1%);
  background: linear-gradient(275.24deg, #b4da4d -2.81%, #8ed8f8 95.1%);
  margin-top: 0 !important; }

.main-catalog_bg_collection .сollections__item {
  background: #FFFFFF; }

.catalog {
  position: relative;
  z-index: 2; }

.causes-list {
  padding-left: 30px; }

.causes-list_item {
  position: relative;
  margin-bottom: 15px; }

.causes-list_item::before {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #b4da4d;
  border-radius: 100%;
  left: -30px;
  top: 5px; }

.video iframe {
  width: 100%;
  min-height: 315px; }

.free-delivery {
  color: #FF6948;
  font-size: 12px;
  font-weight: 600; }

.payments {
  display: flex;
  justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  margin-top: 25px; }

.payments_item {
  width: 25%;
  transition: 0.5s;
  display: block !important;
  margin-bottom: 15px; }

.payments_item:hover {
  opacity: 0.8; }

.outofstock-label {
  font-size: 13px;
  border: 1px solid #f00;
  color: #f00;
  font-weight: 500;
  padding: 8px 3px;
  border-radius: 5px;
  display: block;
  max-width: 100px;
  text-align: center;
  background: #fff; }

.quantity .screen-reader-text {
  display: none !important; }

.main-catalog_collection + .main-catalog {
  margin-top: 16px; }

.сollections {
  margin: 0 -12px;
  display: block; }
  .сollections__item {
    background: #F0F1F1;
    padding: 24px;
    margin: 0 12px 24px;
    color: #001118;
    width: calc(33.33% - 24px);
    transition: none; }
  .сollections__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-top: 26px; }
  .сollections__picture {
    display: flex;
    align-items: flex-start; }
  .сollections img {
    width: 46%;
    margin-right: -19%;
    vertical-align: top;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2), 12px 12px 16px rgba(0, 46, 89, 0.3);
    z-index: 2; }
    .сollections img:nth-child(2) {
      margin-top: 8%;
      z-index: 1; }
    .сollections img:nth-child(3) {
      margin-top: 15%;
      z-index: 0; }

.web .сollections__item .сollections__title {
  transition: color .4s ease; }
.web .сollections__item:hover .сollections__title {
  color: #30B1E9; }

.section-subcriber {
  margin-top: 80px;
  padding: 80px 0 79px;
  background: #8ED8F8;
  color: #001118;
  position: relative;
  overflow: hidden; }
  .section-subcriber .h2 {
    margin-bottom: 67px; }
  .section-subcriber .wrapper {
    max-width: 824px;
    z-index: 1; }
  .section-subcriber form {
    display: block; }
  .section-subcriber .decor {
    background: rgba(255, 255, 255, 0.2); }
  .section-subcriber .decor-1 {
    left: 4%;
    right: auto;
    width: 39.33%;
    bottom: 0;
    transform: translate(0, 43%); }
  .section-subcriber .decor-2 {
    left: 11%;
    top: 0;
    width: 16.11%;
    background: rgba(179, 221, 65, 0.6);
    right: auto;
    bottom: auto;
    transform: translate(-50%, -11%); }
  .section-subcriber .decor-3 {
    top: 0;
    width: 36.875%;
    right: 0;
    transform: translate(9%, -25%); }

.form-notify {
  margin-top: 41px;
  display: flex;
  width: 100%; }
  .form-notify input {
    width: 100%;
    background: #fff;
    border-color: #fff; }
    .form-notify input:focus {
      border-color: #30B1E9; }
  .form-notify button {
    min-width: 168px;
    margin-left: 24px;
    flex-shrink: 0; }
  .form-notify .box-field {
    width: 100%; }

.box-field__btn-subscriber {
  padding-top: 27px; }

.form-acept {
  margin-top: 11px;
  font-size: 14px;
  line-height: 20px;
  max-width: 500px; }
  .form-acept a {
    color: inherit;
    font-weight: 700; }
    .form-acept a:hover {
      color: #B4DA4D; }

.section-instagram {
  padding: 108px 0 0;
  color: #001118; }

.block-instagram {
  margin: 0 -15px;
  display: flex;
  align-items: center; }
  .block-instagram__gallery, .block-instagram__content {
    padding: 0 15px;
    width: 50%; }
  .block-instagram__gallery-list {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap; }
  .block-instagram__gallery-link {
    width: calc(33.33% - 24px);
    margin: 12px;
    position: relative;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-size: no-repeat; }
    .block-instagram__gallery-link:before {
      content: '';
      padding-top: 100%;
      display: block;
      background: inherit;
      transition: transform 0.7s ease; }
    .block-instagram__gallery-link:hover:before {
      transform: scale(1.05); }
  .block-instagram__text {
    font-size: 15px;
    line-height: 20px; }

.btn_instagram {
  min-width: 168px;
  margin-top: 60px; }

.main-catalog_bestseler {
  position: relative; }
  .main-catalog_bestseler .wrapper {
    z-index: 1; }
  .main-catalog_bestseler .decor {
    background: rgba(255, 255, 255, 0.2); }
  .main-catalog_bestseler .decor-1 {
    left: 0;
    right: auto;
    bottom: 0;
    width: 21.67%;
    transform: translate(-12%, 18%); }
  .main-catalog_bestseler .decor-2 {
    left: 34.5%;
    top: 0;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -40%); }
  .main-catalog_bestseler .decor-3 {
    top: 0;
    width: 33.33%;
    right: 0;
    transform: translate(11%, -16%); }

@media screen and (max-width: 1366px) {
  .сollections__item {
    margin-bottom: 0; } }
@media screen and (max-width: 1023px) {
  .btn_instagram {
    margin-top: 22px; }

  .section-instagram {
    padding: 87px 0 0; } }
@media screen and (max-width: 767px) {
  .block-instagram {
    display: block; }

  .block-instagram__gallery,
  .block-instagram__content {
    width: 100%; }

  .block-instagram__gallery-link {
    width: calc(50% - 24px);
    margin: 12px; }
    .block-instagram__gallery-link:nth-child(5), .block-instagram__gallery-link:nth-child(6) {
      display: none !important; }

  .btn_instagram {
    max-width: 350px;
    margin: 12px auto 0;
    justify-content: center;
    text-align: center;
    display: flex; }

  .сollections {
    margin: 0; }
    .сollections .slick-list {
      overflow: visible; }

  .сollections__title {
    min-height: 56px; }

  .сollections__item {
    width: 360px;
    margin: 0 24px 0 0; }

  .section-subcriber {
    padding: 61px 0 59px; }

  .form-notify {
    margin-top: 16px; }

  .form-acept {
    margin-top: 23px; }

  .section-subcriber .decor-1 {
    left: 0;
    width: 101%;
    top: auto;
    transform: translate(-36%, 29%); }

  .section-subcriber .decor-2 {
    width: 41.67%;
    left: 18%;
    transform: translate(-50%, -29%); }

  .section-subcriber .decor-3 {
    width: 85.28%;
    transform: translate(46%, -16%); }

  .section-instagram {
    padding: 70px 0 0; }

  .block-instagram__text {
    margin-top: -12px; }

  .block-instagram__gallery {
    margin-top: 28px; }

  .btn_instagram {
    margin-top: 28px; }

  .section-subcriber .h2 {
    margin-bottom: 43px; } }
@media screen and (max-width: 559px) {
  .form-notify {
    display: block; }

  .form-notify button {
    margin: 0;
    width: 100%;
    max-width: 360px; }

  .box-field__btn-subscriber {
    padding-top: 0;
    text-align: center; } }
.window-open {
  position: absolute;
  left: 0;
  top: -200%;
  left: -99999px;
  opacity: 0;
  width: 100%; }

.sliders-product-popup {
  width: 656px;
  max-width: 100%; }

.gallery-sliders-popup .fancybox-button {
  background: transparent; }
  .gallery-sliders-popup .fancybox-button:hover svg path {
    color: #30B1E9; }
.gallery-sliders-popup .fancybox-button svg path {
  color: #fff; }
.gallery-sliders-popup .fancybox-caption {
  display: none; }
.gallery-sliders-popup .fancybox-toolbar {
  opacity: 1;
  visibility: visible; }

.paging-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none; }
  .paging-list li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 2px; }
  .paging-list a,
  .paging-list span {
    display: inline-block;
    line-height: 24px;
    font-size: 15px;
    color: rgba(0, 17, 24, 0.6);
    width: 24px;
    height: 24px; }
  .paging-list a {
    transition: font-weight 0.4s ease, background 0.4s ease; }
  .paging-list a:hover {
    font-weight: 500;
    background: rgba(180, 218, 77, 0.7); }
  .paging-list .current span {
    font-weight: 500;
    background: #B4DA4D; }

.pages-item-previous.disabled,
.pages-item-next.disabled {
  opacity: .6;
  pointer-events: none;
  opacity: .4; }
  .pages-item-previous.disabled svg,
  .pages-item-next.disabled svg {
    color: rgba(0, 17, 24, 0.12); }
.pages-item-previous svg,
.pages-item-next svg {
  color: #B4DA4D;
  vertical-align: middle; }
.pages-item-previous a,
.pages-item-next a {
  transition: transform 0.4s ease; }
.pages-item-previous a:hover,
.pages-item-next a:hover {
  background: none; }

.pages-item-previous:hover a {
  transform: translateX(-4px); }

.pages-item-next:hover a {
  transform: translateX(4px); }

.catalog-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none; }

.slider-5 {
  overflow: hidden; }

.slider-5_nav {
  padding: 0 31px; }
  .slider-5_nav .slick-arrow {
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    margin: 0;
    width: 32px;
    height: 32px; }
  .slider-5_nav .slick-prev {
    left: 0; }
  .slider-5_nav .slick-next {
    right: 0; }
  .slider-5_nav .slide-nav:before {
    display: none; }
  .slider-5_nav .slide-nav__img {
    position: relative;
    left: 0;
    right: 0; }
    .slider-5_nav .slide-nav__img:after {
      border: 2px solid #30B1E9;
      opacity: 0;
      transition: opacity 0.4s ease; }
  .slider-5_nav .slick-current .slide-nav__img:after {
    opacity: 1; }

.group-slider {
  overflow: hidden; }

.slider-5 .slide-main {
  height: calc(100vh - 160px); }
.slider-5 .slide-main {
  cursor: default; }
.slider-5 .slide-main:after {
  display: none; }

.article-product {
  max-width: 792px;
  margin-top: 41px;
  font-size: 14px;
  line-height: 20px; }
  .article-product h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 7px; }
  .article-product p {
    padding: 6px 0; }

.reviews {
  margin-top: 53px;
  max-width: 792px; }
  .reviews .h3 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 13px;
    margin-bottom: 0; }
  .reviews__item {
    margin-bottom: 25px; }
  .reviews__text {
    font-style: italic;
    font-size: 14px;
    line-height: 20px; }
    .reviews__text p:first-child {
      padding-top: 0; }
    .reviews__text p {
      padding: 6px 0; }
  .reviews__author {
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: right; }
    .reviews__author a {
      transition: color .4s ease; }
    .reviews__author a:hover {
      color: #001118; }

.article-wrapper {
  padding-bottom: 35px; }

.collections-list .article {
  margin-bottom: 54px; }

.collections-card {
  margin: 0 auto 56px;
  padding: 24px 0 20px;
  max-width: 936px;
  border-top: 2px solid rgba(0, 17, 24, 0.06);
  border-bottom: 2px solid rgba(0, 17, 24, 0.06);
  display: flex; }
  .collections-card__img {
    width: 23%; }
    .collections-card__img img {
      vertical-align: top; }
  .collections-card__content {
    padding-left: 24px;
    width: 77%; }
  .collections-card__title {
    font-family: "Roboto Condensed", arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px; }
    .collections-card__title a {
      color: #001118;
      transition: color .4s ease; }
      .collections-card__title a:hover {
        color: #30B1E9; }
  .collections-card__author {
    margin-top: 4px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px; }
  .collections-card__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px; }
    .collections-card__text p {
      padding: 6px 0; }
  .collections-card .btn {
    min-width: 144px;
    margin-top: 16px;
    height: 40px;
    line-height: 41px; }

.content-athor-catalog {
  position: relative;
  margin-top: 40px; }

.collections-list {
  margin-top: 55px; }

.main-catalog_collections {
  padding-top: 0;
  padding-bottom: 8px; }
  .main-catalog_collections .wrapper {
    max-width: 1016px; }

@media screen and (max-width: 1023px) {
  .paging-list {
    justify-content: center; }

  .filter-link {
    display: block;
    margin-bottom: 24px; }
    .filter-link .btn {
      font-weight: 500;
      font-size: 15px;
      line-height: 40px;
      height: 40px;
      padding: 0 12px;
      color: #001118;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(179, 221, 65, 0.6); }
      .filter-link .btn svg {
        margin-right: 4px; }

  .filters-btn {
    padding: 12px;
    background: #fff;
    text-align: center;
    position: fixed;
    z-index: 1000;
    bottom: -110%;
    left: 0;
    transition: bottom .3s ease;
    will-change: bottom;
    width: 360px;
    max-width: 100vw; }

  .btn-filter {
    width: 100%; }

  .filters-heading,
  .filter-subhead {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold; }

  .filters-heading__title {
    font-size: 18px;
    line-height: 28px;
    padding: 1px 15px 1px 0;
    letter-spacing: 0.01em;
    font-weight: 700;
    font-family: "Roboto Condensed", arial, sans-serif;
    color: #001118; }
    .filters-heading__title svg {
      color: #8ED8F8;
      vertical-align: middle; }

  .filter-body {
    padding: 11px 24px 80px;
    position: fixed;
    top: 0;
    left: -110%;
    bottom: 0;
    overflow: auto;
    background: #fff;
    transition: left .8s ease;
    will-change: left;
    width: 360px;
    max-width: 100vw;
    z-index: 101;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .filter-body.opened-filter-item {
      left: 0; }

  .select-field {
    width: 100%; }

  .filter-select.active {
    z-index: 100; }

  .filter-select .ms-drop ul {
    max-height: none !important;
    box-shadow: none; }
  .filter-select .ms-drop {
    display: block !important; }

  .filters-opened.scrollDisabled .catalog-wrap .overlay {
    visibility: visible;
    opacity: 1; }

  .catalog-check .catalog-check__item {
    padding-bottom: 13px; }

  .catalog-check {
    margin-bottom: 24px; }

  .filter-item {
    margin-bottom: 30px; }

  .filter-select .filter-label {
    margin-bottom: 0;
    margin-top: -1px;
    color: rgba(0, 17, 24, 0.4); }

  .filter-select {
    margin: 0 0 34px; }

  .filter-select_author {
    margin-bottom: 2px; }

  .catalog-check_list .catalog-check__item {
    padding: 9px 0 10px; }
    .catalog-check_list .catalog-check__item:first-child {
      border-top: 2px solid rgba(0, 17, 24, 0.06); }

  .show-btn-filters {
    bottom: 0; }

  .product-wrapper + .main-catalog {
    margin-top: -17px; }

  .catalog-check_top {
    margin-top: 12px; }

  .article figure {
    margin: 34px 0 30px; }

  .collections-list .article, .collections-card {
    margin-bottom: 40px; } }
@media screen and (max-width: 767px) {
  .article-product {
    margin-top: 36px; }

  .reviews {
    margin-top: 18px; }

  .slider-5 .slide-main {
    height: calc(100vh - 80px);
    max-height: 550px; }

  .article-wrapper {
    padding-bottom: 0; }

  .article figure {
    margin: 24px -24px 20px; }

  .article h2 {
    padding-top: 8px; }

  .article figcaption {
    padding: 0 24px; }

  .collections-list {
    margin-top: 18px; }
    .collections-list .article {
      margin-top: 0; }

  .collections-list .article, .collections-card {
    margin-bottom: 18px; }

  .collections-card {
    display: block;
    padding-bottom: 24px;
    margin-bottom: -2px; }

  .collections-card__img {
    margin-top: 13px;
    width: auto;
    display: inline-block;
    vertical-align: top; }

  .collections-card__title {
    font-size: 32px;
    line-height: 42px; }

  .collections-card__content {
    padding-left: 0;
    width: 100%;
    margin-top: 17px; }

  .collections-card__text {
    margin-top: -4px; }

  .collections-card__text p:first-child {
    padding-top: 0; }

  .collections-card .btn {
    width: 100%;
    max-width: 360px;
    height: 56px;
    line-height: 57px; }

  .main-catalog_collections {
    margin-top: 35px; }

  .collections-card__img {
    display: block;
    text-align: center; }

  .slider-5_nav {
    padding-bottom: 15px; }

  .slider-5_nav .slick-arrow {
    margin-top: -7px; } }
@media screen and (max-width: 359px) {
  .article figure {
    margin: 14px -12px 10px; }

  .article figcaption {
    padding: 0 12px; } }
@media screen and (min-width: 1367px) {
  .product-wrapper + .main-catalog {
    margin-top: -5px; }

  .main-catalog-page_favorite > .main-catalog {
    margin-top: 38px; } }
.basket {
  padding-top: 28px;
  padding-bottom: 36px; }
  .basket-title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    font-family: "Roboto Condensed", arial, sans-serif;
    color: #001118; }
    .basket-title span {
      color: rgba(0, 17, 24, 0.6); }
  .basket-content {
    display: flex;
    justify-content: space-between;
    margin-top: 22px; }
  .basket-main {
    width: calc(100% - 337px); }
    .basket-main__top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .basket-main__top-remove {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #001118;
        display: flex;
        align-items: center;
        margin-top: 3px; }
        .basket-main__top-remove .icon {
          margin-right: 12px; }
        .basket-main__top-remove:hover {
          color: #001118;
          opacity: .7; }
  .basket-items {
    margin-top: 11px;
    border: 1px solid rgba(0, 17, 24, 0.06); }
    .basket-items__top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(0, 17, 24, 0.06);
      padding: 4px 24px;
      font-size: 12px;
      line-height: 18px; }
  .basket-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 24px 27px;
    position: relative; }
    .basket-item:after {
      content: '';
      background-color: rgba(0, 17, 24, 0.06);
      height: 2px;
      width: calc(100% - 48px);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
    .basket-item:last-of-type:after {
      display: none; }
    .basket-item__info {
      display: flex;
      padding-right: 44px; }
    .basket-item__img {
      width: 80px;
      min-width: 80px;
      height: 106px;
      display: block;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
      margin-right: 12px; }
      .basket-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .basket-item__img:hover {
        opacity: .7; }
    .basket-item__title {
      display: block;
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
      color: #001118; }
      .basket-item__title:hover {
        color: #30B1E9; }
    .basket-item__author {
      display: block;
      font-size: 12px;
      line-height: 18px;
      color: rgba(0, 17, 24, 0.6); }
      .basket-item__author:hover {
        opacity: .7;
        color: rgba(0, 17, 24, 0.6); }
    .basket-item__quantity-price {
      display: block;
      margin-top: 8px;
      font-size: 12px;
      line-height: 18px; }
    .basket-item__price {
      display: block;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: #001118; }
      .basket-item__price-old {
        margin-top: 5px;
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #FF6948;
        text-decoration-line: line-through; }
    .basket-item__remove:hover {
      opacity: .7; }
  .basket-col:nth-of-type(1) {
    width: 4.6%; }
  .basket-col:nth-of-type(2) {
    width: 57%; }
  .basket-col:nth-of-type(3) {
    width: 25%; }
  .basket-col:nth-of-type(4) {
    width: 14.5%; }
  .basket-col:nth-of-type(5) {
    width: 3.3%; }
  .basket-aside {
    width: 312px;
    background: #FFFFFF;
    box-shadow: 4px 4px 14px 2px rgba(0, 46, 89, 0.15);
    border-radius: 6px;
    padding: 26px 24px 24px;
    align-self: flex-start;
    position: sticky;
    top: 75px;
    display: block; }
    .basket-aside__title {
      display: block;
      font-weight: bold;
      font-size: 24px;
      line-height: 34px;
      color: #001118;
      font-family: "Roboto Condensed", arial, sans-serif;
      margin-bottom: 8px; }
    .basket-aside__item {
      display: flex;
      justify-content: space-between;
      align-self: center;
      padding: 14px 0; }
      .basket-aside__item span {
        font-size: 12px;
        line-height: 18px; }
        .basket-aside__item span.basket-aside__item-val {
          font-weight: 500;
          font-size: 14px;
          line-height: 20px;
          color: #001118; }
          .basket-aside__item span.basket-aside__item-val-discount {
            color: #FF6948; }
      .basket-aside__item-free {
        padding-top: 5px;
        margin-bottom: -9px; }
      .basket-aside__item-discount {
        padding-top: 5px;
        margin-bottom: -9px; }
      .basket-aside__item-question {
        position: relative;
        z-index: 10; }
        .basket-aside__item-question .icon {
          width: 20px;
          cursor: pointer;
          margin-top: -3px; }
        .basket-aside__item-question-block {
          position: absolute;
          top: 32px;
          left: 50%;
          transform: translateX(-50%);
          width: 170px;
          background: #FFFFFF;
          box-shadow: 4px 4px 14px rgba(0, 46, 89, 0.15);
          border-radius: 6px;
          padding: 10px 8px 8px;
          opacity: 0;
          visibility: hidden;
          transition: all 0.3s ease-in; }
          .basket-aside__item-question-block:after {
            content: url("../img/triangle.png");
            position: absolute;
            top: -21px;
            left: 50%;
            transform: translateX(-50%);
            display: block; }
          .basket-aside__item-question-block-top, .basket-aside__item-question-block-row {
            display: flex;
            justify-content: space-between;
            align-content: center; }
          .basket-aside__item-question-block-top .basket-aside__item-question-block-col {
            font-size: 12px;
            line-height: 18px; }
          .basket-aside__item-question-block-row {
            margin-top: 12px; }
            .basket-aside__item-question-block-row .basket-aside__item-question-block-col {
              font-size: 14px;
              line-height: 20px; }
              .basket-aside__item-question-block-row .basket-aside__item-question-block-col:last-of-type {
                color: #30B1E9;
                font-weight: 500;
                text-align: right; }
        .basket-aside__item-question:hover .basket-aside__item-question-block {
          opacity: 1;
          visibility: visible; }
    .basket-aside__bottom {
      border-top: 2px solid rgba(0, 17, 24, 0.06);
      padding-top: 12px;
      margin-top: 5px; }
      .basket-aside__bottom-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        line-height: 18px;
        color: #001118; }
        .basket-aside__bottom-row span {
          font-weight: bold;
          font-size: 24px;
          line-height: 34px; }
      .basket-aside__bottom .btn {
        margin-top: 12px;
        width: 100%; }
    .basket-aside__empty .basket-aside__bottom {
      border-color: transparent;
      padding-top: 3px;
      margin-top: 0px; }
  .basket-bottom {
    display: none;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 10;
    justify-content: space-between;
    padding: 12px 24px; }
    .basket-bottom .btn {
      min-width: 204px; }
    .basket-bottom__price {
      display: block;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: #001118; }
    .basket-bottom__count {
      display: block;
      font-size: 12px;
      line-height: 18px;
      color: rgba(0, 17, 24, 0.6);
      margin-top: 4px; }
  .basket .coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%; }
  .basket .coupon-label {
    display: none; }
  .basket .coupon-input {
    width: 300px !important;
    padding: 6px 15px !important; }
  .basket .btn-hidden {
    display: none !important; }

.basket-page .content {
  z-index: 10; }

.main-wrapper {
  overflow: visible; }

.icon-remove {
  color: #fff; }

.disabled {
  pointer-events: none;
  opacity: .4; }

.counter-box {
  display: flex;
  align-items: center; }
  .counter-box .counter-input {
    background: rgba(0, 17, 24, 0.06);
    border-radius: 6px;
    margin: 0 12px;
    width: 60px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    color: #001118; }
    .counter-box .counter-input:hover {
      background: rgba(0, 17, 24, 0.06);
      border-color: transparent; }
  .counter-box .counter-link {
    width: 24px;
    height: 24px;
    background: rgba(0, 17, 24, 0.06);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    position: relative; }
    .counter-box .counter-link:before, .counter-box .counter-link:after {
      position: absolute;
      content: '';
      background: #001118;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease-in; }
    .counter-box .counter-link:before {
      width: 14px;
      height: 2px; }
    .counter-box .counter-link:after {
      width: 2px;
      height: 14px; }
    .counter-box .counter-link__prev:after {
      display: none; }
    .counter-box .counter-link:hover:before, .counter-box .counter-link:hover:after {
      background: #30B1E9; }

.basket-content .no-results {
  width: 100%;
  padding: 77px 0 105px; }
  .basket-content .no-results .btn {
    margin-top: 40px;
    min-width: 200px; }
.basket-content .no-results__text {
  font-size: 15px;
  line-height: 20px; }

.fancybox-bg {
  background: #001118;
  opacity: 0.8; }

.popup-remove {
  width: 648px;
  max-width: 100%;
  background: #FFFFFF;
  box-shadow: 4px 4px 14px 2px rgba(0, 46, 89, 0.15);
  border-radius: 6px;
  overflow: initial; }
  .popup-remove .fancybox-button {
    display: none; }
  .popup-remove .popup-close {
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 16px; }
    .popup-remove .popup-close .icon-close {
      color: #001118; }
    .popup-remove .popup-close:hover {
      opacity: .7; }
  .popup-remove__content {
    padding: 80px; }
    .popup-remove__content p {
      padding: 0;
      margin-top: 24px;
      font-size: 15px;
      line-height: 20px;
      color: #001118; }
    .popup-remove__content .btn {
      width: 100%; }
      .popup-remove__content .btn-grey {
        display: none; }
  .popup-remove__btns {
    margin-top: 56px; }
  .popup-remove__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #001118; }
    .popup-remove__title .icon {
      margin-right: 12px; }

.btn-grey {
  background: rgba(0, 17, 24, 0.06); }
  .btn-grey:active, .btn-grey:focus {
    background: rgba(0, 17, 24, 0.06); }

@media screen and (max-width: 1200px) {
  .basket-aside {
    width: 275px; }

  .basket-main {
    width: calc(100% - 300px); }

  .basket-col:nth-of-type(2) {
    width: 45%; }

  .basket-item__info {
    padding-right: 0; }

  .basket-aside__item-question-block {
    left: auto;
    right: -20px;
    transform: none; }
    .basket-aside__item-question-block:after {
      left: 82%; } }
@media screen and (max-width: 991px) {
  .basket-content {
    flex-wrap: wrap; }

  .basket-main {
    width: 100%; }

  .basket-aside {
    width: 100%;
    top: 0;
    margin-top: 30px;
    position: relative; } }
@media screen and (max-width: 767px) {
  .basket {
    padding-top: 0px;
    padding-bottom: 0; }
    .basket-main__top .checkbox-element {
      padding-left: 28px; }

  .basket-aside {
    padding: 0;
    box-shadow: none; }

  .basket-main__top-remove .icon {
    margin-right: 6px;
    width: 22px; }

  .basket-items__top {
    display: none; }

  .basket-content {
    margin-top: 22px; }

  .basket-items {
    margin-top: 22px;
    border: none; }

  .basket-item {
    padding: 12px 0;
    flex-wrap: wrap; }
    .basket-item:after {
      width: 100%; }
    .basket-item:last-of-type:after {
      display: block; }

  .basket-item__author {
    margin-top: 4px; }

  .basket-item__name {
    max-width: 168px; }

  .basket-col:nth-of-type(1) {
    width: 10%;
    margin-bottom: 0;
    align-self: flex-start;
    margin-top: 30px; }
  .basket-col:nth-of-type(2) {
    width: 90%;
    margin-bottom: 22px;
    padding-left: 5px; }
  .basket-col:nth-of-type(3) {
    width: 70%;
    display: flex;
    padding-left: calc(10% + 77px); }
  .basket-col:nth-of-type(4) {
    width: 30%;
    text-align: right; }
  .basket-col:nth-of-type(5) {
    width: auto;
    position: absolute;
    top: 10px;
    right: 0; }

  .basket-item__quantity-price {
    text-align: left; }

  .counter-box .counter-input {
    width: 40px; }

  .basket-item__img {
    min-width: 60px;
    width: 60px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0; }

  .basket-item__info {
    padding-left: 72px;
    position: relative; }

  .basket-aside {
    margin-top: 38px; }

  .popup-remove {
    max-width: calc(100% - 47px); }
    .popup-remove__content {
      padding: 25px; }
      .popup-remove__content .popup-remove__btns {
        margin-top: 40px;
        display: flex;
        margin-left: -12px;
        margin-right: -12px; }
        .popup-remove__content .popup-remove__btns .btn {
          width: calc(50% - 24px);
          margin-left: 12px;
          margin-right: 12px; }
        .popup-remove__content .popup-remove__btns .btn-grey {
          display: block; }
      .popup-remove__content p {
        font-size: 15px;
        margin-top: 12px; }
    .popup-remove .popup-close {
      right: 20px;
      display: none; }
    .popup-remove__title {
      font-size: 24px; }

  .basket-page .main-catalog {
    display: none; }

  .basket-bottom {
    display: flex; }

  .basket-page .footer {
    padding-bottom: 60px; } }
@media screen and (max-width: 425px) {
  .basket .coupon-input {
    width: 50% !important; } }
@media screen and (max-width: 355px) {
  .popup-remove__title {
    font-size: 21px; }

  .basket-main__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start; }

  .basket-main__top-remove {
    margin-top: 15px; }

  .basket-item__info {
    padding-left: 0; }

  .basket-item__img {
    position: relative; }

  .basket-col:nth-of-type(3) {
    justify-content: flex-start;
    padding-left: 0; }

  .basket-item__title {
    font-size: 14px; }

  .basket-item__name {
    max-width: 115px; }

  .basket-bottom .btn {
    min-width: 165px; } }
.order {
  padding-top: 12px;
  padding-bottom: 10px; }
  .order-title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    font-family: "Roboto Condensed", arial, sans-serif;
    color: #001118; }
  .order-content {
    display: flex;
    justify-content: space-between;
    margin-top: 22px; }
  .order-main {
    width: calc(100% - 480px); }
    .order-main__login {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .order-main__login .btn {
        min-width: 192px; }
      .order-main__login span {
        font-size: 15px;
        line-height: 20px;
        color: #001118;
        margin-left: 24px; }
    .order-main__title {
      font-weight: bold;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0.01em;
      color: #001118;
      font-family: "Roboto Condensed", arial, sans-serif;
      margin-bottom: 24px;
      display: block; }
    .order-main__block {
      border: 1px solid rgba(0, 17, 24, 0.06);
      padding: 24px;
      margin-bottom: 40px; }
      .order-main__block:last-of-type {
        margin-bottom: 0; }
      .order-main__block .box-field__label {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #001118; }
      .order-main__block .box-field {
        margin-bottom: 25px; }
        .order-main__block .box-field input {
          padding-left: 9px;
          padding-right: 9px; }
      .order-main__block .checkbox-text {
        font-size: 14px; }
      .order-main__block .checkbox-element {
        padding-left: 32px; }
      .order-main__block .ms-choice > div.icon-caret:before {
        display: none; }
      .order-main__block .ms-parent {
        font-size: 14px; }
      .order-main__block .ms-choice {
        padding: 12px 52px 12px 9px; }
      .order-main__block-head {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .order-main__block-head .order-main__title {
          margin-bottom: 0; }
        .order-main__block-head .order-head__arr {
          font-weight: 500;
          font-size: 15px;
          line-height: 20px;
          color: #30B1E9;
          cursor: pointer; }
    .order-main__products {
      display: none;
      margin-top: 24px; }
    .order-main__product {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 24px; }
      .order-main__product:last-of-type {
        margin-bottom: 0; }
      .order-main__product-info {
        display: flex;
        align-items: center;
        max-width: 500px; }
      .order-main__product-img {
        width: 46px;
        height: 60px;
        min-width: 46px; }
        .order-main__product-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .order-main__product-img:hover {
          opacity: .7; }
      .order-main__product-name {
        margin-left: 12px; }
      .order-main__product-title {
        display: block;
        font-size: 15px;
        line-height: 20px;
        color: #001118; }
      .order-main__product-count {
        display: block;
        font-size: 12px;
        line-height: 18px; }
      .order-main__product-price {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #001118; }
    .order-main__radios-box {
      display: flex;
      flex-wrap: wrap;
      margin-left: -12px;
      margin-right: -12px; }
      .order-main__radios-box .radio-box {
        margin-left: 12px;
        margin-right: 12px; }
    .order-main__radios-text {
      margin-top: 24px; }
      .order-main__radios-text p {
        color: #000000;
        font-size: 15px;
        line-height: 20px;
        padding: 0; }
    .order-main__radios-texts .order-main__radios-text {
      display: none; }
      .order-main__radios-texts .order-main__radios-text.active {
        display: block; }
    .order-main__radios-addr {
      color: #000000;
      line-height: 20px;
      margin-bottom: 24px;
      font-size: 15px;
      line-height: 20px;
      display: block; }
      .order-main__radios-addr span {
        color: rgba(0, 17, 24, 0.6);
        display: block;
        font-size: 14px;
        margin-bottom: -2px; }
      .order-main__radios-addr p {
        margin-top: 12px; }
  .order-aside {
    width: 100%;
    position: relative;
    top: 0; }
    .order-aside__privacy {
      font-size: 12px;
      line-height: 18px;
      margin-top: 12px; }
    .order-aside__promo {
      width: 100%;
      background: #FFFFFF;
      box-shadow: 4px 4px 14px 2px rgba(0, 46, 89, 0.15);
      border-radius: 6px;
      padding: 24px;
      margin-top: 40px; }
      .order-aside__promo-title {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #001118;
        position: relative;
        cursor: pointer;
        padding-right: 30px; }
        .order-aside__promo-title .icon-percent {
          margin-right: 9px; }
        .order-aside__promo-title .icon-down {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
      .order-aside__promo-content {
        display: none;
        padding-top: 26px; }
        .order-aside__promo-content input {
          font-size: 14px; }
        .order-aside__promo-content .btn {
          width: 100%;
          margin-top: 10px;
          background: rgba(142, 216, 248, 0.2);
          color: #30B1E9; }
          .order-aside__promo-content .btn:hover {
            color: #fff; }
      .order-aside__promo.active .order-aside__promo-title .icon-down {
        transform: translateY(-50%) rotate(180deg); }
  .order-aside__box {
    width: 408px;
    align-self: flex-start;
    position: sticky;
    top: 75px;
    display: block; }

.icon-down {
  color: #8ED8F8; }

.radio-box {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 140px; }
  .radio-box__title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 17, 24, 0.6);
    text-align: center;
    margin-top: 8px;
    transition: all 0.3s ease-in; }
    .radio-box__title span {
      display: block;
      margin-top: 8px; }

.radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.radio-box .radiobtn {
  background: rgba(0, 17, 24, 0.06);
  border: 2px solid transparent;
  border-radius: 6px;
  width: 100%;
  height: 56px;
  transition: all 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center; }

.radio-box input:checked ~ .radiobtn {
  border-color: #8ED8F8; }

.radio-box input:checked ~ .radio-box__title {
  color: #001118;
  font-weight: 500; }

.order .basket-content .no-results {
  padding-top: 115px;
  padding-bottom: 140px; }
.order .basket-content .no-results .btn {
  margin-top: 24px; }
.order .no-results__decor {
  top: 55%;
  left: 50%; }

.login-success {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #B4DA4D;
  box-shadow: 4px 4px 14px 2px rgba(0, 46, 89, 0.15);
  border-radius: 6px;
  padding: 22px;
  font-size: 15px;
  line-height: 20px;
  color: #001118;
  width: 501px;
  max-width: 100%; }
  .login-success .icon-accept {
    margin-right: 8px; }
  .login-success__close {
    position: absolute;
    right: 26px;
    top: 52%;
    transform: translateY(-50%);
    font-size: 16px; }
    .login-success__close .icon-close:before {
      color: #001118; }
    .login-success__close:hover {
      opacity: .7; }

.icon-accept {
  color: transparent; }

@media screen and (max-width: 1200px) {
  .order-aside__box {
    width: 275px; }

  .order-main {
    width: calc(100% - 300px); } }
@media screen and (max-width: 991px) {
  .order-content {
    flex-wrap: wrap; }

  .order-main {
    width: 100%; }

  .order-aside__box {
    width: 100%;
    margin-top: 30px;
    position: relative; }

  .order-aside__box {
    top: 0; } }
@media screen and (max-width: 767px) {
  .order {
    padding-top: 0px;
    padding-bottom: 0px; }
    .order .box-breadcrumbs {
      margin-bottom: 25px; }

  .order-aside {
    padding: 0;
    box-shadow: none; }

  .order-main__login .btn {
    min-width: 120px; }

  .order-main__login span {
    margin-left: 12px;
    color: rgba(0, 17, 24, 0.6);
    font-size: 12px;
    line-height: 18px; }

  .order-main__block {
    border: none;
    border-bottom: 1px solid rgba(0, 17, 24, 0.06);
    padding: 25px 0;
    margin-bottom: 0; }

  .order-content {
    margin-top: 0; }

  .order-main__radios-box .radio-box {
    width: calc(33.3% - 12px);
    margin-left: 6px;
    margin-right: 6px; }

  .order-main__radios-box {
    margin-left: -6px;
    margin-right: -6px; }

  .order-main__block-payment .order-main__radios-box {
    margin-left: -12px;
    margin-right: -12px; }
  .order-main__block-payment .order-main__radios-box .radio-box {
    width: calc(50% - 24px);
    margin-left: 12px;
    margin-right: 12px; }

  .order-main__block:last-of-type {
    border: none; }

  .order-aside__box {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin-top: 0;
    padding-top: 65px; }
    .order-aside__box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% + 4.8rem);
      height: 40px;
      background: #F0F1F1; }

  .order-aside__promo {
    margin-top: 0;
    padding: 0;
    box-shadow: none; }

  .radio-box .radiobtn img {
    max-width: 95%; }

  .order-aside {
    position: relative;
    padding-top: 65px;
    margin-top: 22px; }
    .order-aside:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% + 4.8rem);
      height: 40px;
      background: #F0F1F1; }

  .order-main__product-price {
    min-width: 70px;
    text-align: right; }

  .login-success__close {
    right: 24px; } }
@media screen and (max-width: 355px) {
  .radio-box__title {
    font-size: 12px;
    line-height: 14px; } }

/*# sourceMappingURL=style.css.map */
