/*
 Version:      2.0.0
*/
@charset "UTF-8";
html {
  line-height: 1.15;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.swiper,
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  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: black;
  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: 0.78;
  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 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;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #cccccc;
  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-user-select: none;
     -moz-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 {
  /* 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;
  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: 6px;
}

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

.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);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
     -moz-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;
          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: #000000;
}

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

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

.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: #ffffff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444444;
  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 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.custom-modal .fancybox-button {
  width: 22px;
  height: 22px;
  border: 1px solid var(--color-black);
  border-radius: 100%;
}

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

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

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

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

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888888;
  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;
  transform: scaleX(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;
  border-radius: 0;
  color: #cccccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

.fancybox-slide--html .custom-modal .fancybox-close-small {
  top: 18px;
  right: 8px;
  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;
}

/* 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: #eeeeee;
  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-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: #cccccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #ffffff;
  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 #888888;
  border-bottom-color: #ffffff;
  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% {
    transform: rotate(360deg);
  }
}

@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;
  transform: rotate(-360deg);
}

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  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-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;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222222;
  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 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}

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

.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: #ffffff;
}

.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: #dddddd;
  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: 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: #ffffff;
  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 #ff5268;
  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: 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);
  }
}

.fancybox-is-open .fancybox-bg {
  background-color: rgba(22, 22, 22, 0.64);
  opacity: 1;
}

.fancybox-button {
  height: 22px;
  width: 22px;
}

.fancybox-content {
  padding: 0;
  border-radius: 20px;
}

.fancybox-slide--html .fancybox-close-small {
  right: 10px;
  top: 10px;
  padding: 0;
  border: 1px solid var(--color-dark-blue);
  border-radius: 100%;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #ff0000;
  --color-accent: #edc24b;
  --color-gray: #7d8992;
  --color-dark-blue: #314b65;
  --color-gray-light: #a7a7a7;
  --color-gray-alt: #f7f8fa;
  --color-gray-dark: #7e8186;
  --color-gray-copy: #949cac;
  --color-gray-line: #e3e6ec;
  --color-insta-bg: #e0e4ed;
  --color-menu-line: #e3ecf3;
  --color-button-line: #e2ebf1;
  --color-orange: #fa5523;
  --color-welcome-bg: #ebf3f9;
  --color-accent-light: #fff8e3;
  --color-label-border: #d0dce6;
  --color-ask: #ecf0f7;
  --color-insta-line: #ebeff3;
  --color-label: #8f97a5;
  --color-field: #edf1f7;
  --color-accent-hover: #ff7d55;
  --color-shadow: #d6e1e9;
}

/* Nunito Regular */
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* Nunito SemiBold */
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

/* Nunito Bold */
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* Nunito ExtraBold */
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

/* Raleway Medium */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

/* Raleway SemiBold */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

/* Raleway Bold */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

* {
  scrollbar-color: var(--color-accent) var(--color-white);
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 6px;
  /* ширина для вертикального скролла */
  height: 6px;
  /* высота для горизонтального скролла */
  background-color: var(--color-white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  border-radius: 0;
}

* {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  font-family: "Nunito", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-black);
  background-color: var(--color-white);
  overflow-x: hidden;
}

body.overflow, body.fancybox-active {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

a {
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
}

a:hover {
  color: var(--color-orange);
}

sup,
sub {
  font-size: calc((2 / 3) * 100%);
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.page-not-found .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .page-not-found .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("../images/bg--page-not-found.png");
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 760px) {
  .promo .container {
    position: relative;
  }
}

.page__header .container {
  display: flex;
  align-items: center;
  height: 100px;
}

@media (min-width: 980px) {
  .page__header .container {
    position: relative;
  }
}

@media (min-width: 1200px) {
  .page__header .container {
    height: 120px;
  }
}

@media (min-width: 400px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 108px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 100%;
  color: var(--color-white);
  padding: 0;
  background-color: transparent;
  border: none;
  background-color: var(--color-orange);
  border-radius: 25px;
}

.button:hover {
  background-color: var(--color-accent-hover);
}

.button--dark {
  background-color: var(--color-dark-blue);
}

.button--dark:hover {
  color: var(--color-white);
  background-color: var(--color-orange);
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 66px;
  width: 16.5vw;
  height: 80px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-left: 1px solid var(--color-button-line);
}

.menu-toggle.is-active {
  z-index: 110;
  border-color: var(--color-white);
}

.menu-toggle__icon {
  position: relative;
  width: 22px;
  height: 2px;
  background-color: var(--color-accent);
  transition-property: all;
  transition-duration: 0.3s;
}

.is-active .menu-toggle__icon {
  background-color: var(--color-white);
}

.menu-toggle__icon::before, .menu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: var(--color-accent);
  transition-property: all;
  transition-duration: 0.3s;
}

.menu-toggle__icon::before {
  width: 22px;
  top: -7px;
}

.is-active .menu-toggle__icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle__icon::after {
  bottom: -7px;
  width: 10px;
}

.is-active .menu-toggle__icon::after {
  bottom: 0;
  width: 22px;
  transform: rotate(-45deg);
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-header {
  position: relative;
  z-index: 15;
  background-color: var(--color-white);
  box-shadow: 0 -2px 22px var(--color-shadow);
}

.home .page-header {
  box-shadow: none;
}

@media (min-width: 980px) {
  .page-header__main {
    position: relative;
    padding-bottom: 60px;
  }
}

.page-header__main-grid {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 980px) {
  .page-header__main-grid {
    min-height: 70px;
  }
}

@media (min-width: 1200px) {
  .page-header__main-grid {
    min-height: 100px;
  }
}

.page-header__logo {
  align-self: center;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .page-header__logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.page-header__navigation {
  position: fixed;
  top: 0;
  right: -370px;
  z-index: 10;
  width: calc(100% - 30px);
  max-width: 370px;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  background-color: var(--color-white);
  transition-property: all;
  transition-duration: 0.3s;
}

@media (min-width: 980px) {
  .page-header__navigation {
    position: initial;
    right: 0;
    display: flex;
    align-items: center;
    width: 440px;
    max-width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    transition-property: none;
  }
}

.no-js .page-header__navigation {
  order: 1;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px;
  border-top: 1px solid var(--color-menu-line);
  border-bottom: 1px solid var(--color-menu-line);
}

.page-header__navigation.is-open {
  right: 0;
  box-shadow: -2px 4px 19px rgba(135, 156, 176, 0.22);
}

.page-header__navigation-inner {
  border-top: 1px solid var(--color-menu-line);
}

@media (min-width: 980px) {
  .page-header__navigation-inner {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
  }
}

@media (min-width: 1200px) {
  .page-header__navigation-inner {
    top: 100px;
  }
}

@media (min-width: 580px) {
  .page-header__contacts {
    display: flex;
    align-items: center;
    padding-left: 11px;
    padding-right: 11px;
    border-left: 1px solid var(--color-button-line);
    border-right: 1px solid var(--color-button-line);
  }
}

@media (min-width: 1200px) {
  .page-header__contacts {
    padding-right: 21px;
    padding-left: 24px;
  }
}

.page-header__cart-button {
  align-self: center;
  margin-left: 11px;
}

.page-header__menu-toggle {
  margin-right: -15px;
  margin-left: 11px;
}

@media (min-width: 400px) {
  .page-header__menu-toggle {
    margin-right: -30px;
  }
}

@media (min-width: 980px) {
  .page-header__menu-toggle {
    display: none;
  }
}

.logo {
  display: inline-block;
}

.logo__picture {
  display: block;
}

.page-header__logo .logo__picture {
  width: 85px;
  height: auto;
}

@media (min-width: 400px) {
  .page-header__logo .logo__picture {
    width: 100px;
    height: 43px;
  }
}

@media (min-width: 1200px) {
  .page-header__logo .logo__picture {
    width: 162px;
    height: 70px;
  }
}

.page-footer__logo .logo__picture {
  width: 162px;
  height: 70px;
}

@media (min-width: 580px) and (max-width: 1199px) {
  .page-footer__logo .logo__picture {
    width: 100px;
    height: 43px;
  }
}

.main-menu {
  margin-top: 23px;
  margin-bottom: 20px;
  padding-left: 37px;
  list-style: none;
}

@media (min-width: 400px) {
  .main-menu {
    margin-top: 43px;
    margin-bottom: 43px;
  }
}

@media (min-width: 980px) {
  .main-menu {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-right: 8px;
  }
}

.main-menu > li {
  margin-bottom: 20px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

@media (min-width: 980px) {
  .main-menu > li {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .main-menu > li {
    margin-right: 32px;
  }
}

.main-menu > li > a {
  color: var(--color-gray);
}

.main-menu > li.current-menu-item > a,
.main-menu > li > a:hover {
  color: var(--color-accent);
}

.main-catalog {
  margin-top: 37px;
  margin-bottom: 0;
  padding-left: 37px;
  list-style: none;
}

@media (min-width: 980px) {
  .main-catalog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 17px 30px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .main-catalog {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-catalog > li {
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

@media (min-width: 980px) {
  .main-catalog > li {
    margin-bottom: 0;
  }
}

.main-catalog > li > a {
  letter-spacing: -0.4px;
}

.main-catalog > li.current-menu-item > a {
  color: var(--color-orange);
}

.contacts__phone {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 10px;
  line-height: 88px;
  color: var(--color-accent);
}

@media (min-width: 1200px) {
  .contacts__phone {
    font-size: 18px;
    line-height: 44px;
  }
}

.page-footer__contacts .contacts__phone {
  font-size: 16px;
  line-height: 44px;
}

@media (min-width: 1200px) {
  .page-footer__contacts .contacts__phone {
    display: inline-flex;
  }
}

.contacts__phone::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../images/sprite.svg#icon--phone");
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .contacts__phone::before {
    margin-right: 5px;
  }
}

.page-footer__contacts .contacts__phone::before {
  margin-right: 5px;
}

.page-header__contacts .contacts__time {
  display: none;
}

@media (min-width: 580px) {
  .page-header__contacts .contacts__time {
    display: block;
    max-width: 142px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 13px;
    font-size: 16px;
    line-height: 100%;
  }
}

.page-footer__contacts .contacts__time {
  margin-top: -4px;
  letter-spacing: -0.3px;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-gray-dark);
}

@media (min-width: 580px) {
  .page-footer__contacts .contacts__time {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.cart-button {
  display: flex;
  align-items: center;
  padding: 7px 9px 7px 11px;
  background-color: var(--color-orange);
  border-radius: 26px;
}

@media (min-width: 400px) {
  .cart-button {
    padding-right: 19px;
    padding-left: 21px;
  }
}

@media (min-width: 1200px) {
  .cart-button {
    padding: 11px 25px 12px 19px;
    margin-left: 29px;
    border-radius: 55px;
  }
}

.cart-button::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: 5px;
  background-image: url("../images/sprite.svg#icon--cart");
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 760px) {
  .cart-button::before {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .cart-button::before {
    width: 23px;
    height: 23px;
  }
}

.cart-button__label {
  display: none;
}

@media (min-width: 760px) {
  .cart-button__label {
    display: block;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: #ffb199;
  }
}

.cart-button__detail {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  color: var(--color-white);
}

.cart-button__total-wrapper {
  display: none;
}

@media (min-width: 760px) {
  .cart-button__total-wrapper {
    display: inline;
  }
}

.page-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .section {
    padding-top: 77px;
    padding-bottom: 77px;
  }
}

.section__paralax {
  position: relative;
}

.section__title {
  margin-top: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -0.4px;
}

@media (min-width: 1200px) {
  .section__title {
    font-size: 42px;
    line-height: 57px;
  }
}

.delivery-menu__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-menu .section__title {
  margin-bottom: 15px;
  letter-spacing: -0.8px;
}

@media (min-width: 1200px) {
  .delivery-menu .section__title {
    margin-bottom: 36px;
  }
}

.section__decor {
  position: absolute;
  pointer-events: none;
}

.section__decor--welcome-1 {
  right: 0;
  top: -11px;
}

@media (min-width: 1200px) {
  .section__decor--welcome-1 {
    right: initial;
    left: -214px;
    top: initial;
    bottom: 128px;
    transform: scale(1.6);
  }
}

.section__decor--welcome-2 {
  right: -47px;
  top: 244px;
}

@media (min-width: 1200px) {
  .section__decor--welcome-2 {
    top: -220px;
    right: initial;
    left: 260px;
  }
}

.section__decor--welcome-3 {
  bottom: -90px;
  right: 93px;
}

@media (min-width: 1200px) {
  .section__decor--welcome-3 {
    right: -350px;
    bottom: 108px;
    transform: scale(1.4);
  }
}

.section__decor--welcome-4 {
  left: -36px;
  bottom: 58px;
}

@media (min-width: 1200px) {
  .section__decor--welcome-4 {
    display: none;
  }
}

.section__decor--welcome-5 {
  left: -66px;
  top: 11px;
}

@media (min-width: 1200px) {
  .section__decor--welcome-5 {
    display: none;
  }
}

.section__decor--ask-question-1 {
  top: -98px;
  left: -4px;
  transform: scale(0.8);
}

@media (min-width: 1200px) {
  .section__decor--ask-question-1 {
    display: none;
  }
}

.section__decor--ask-question-2 {
  right: -4px;
  top: -83px;
  transform: scale(0.6);
}

@media (min-width: 1200px) {
  .section__decor--ask-question-2 {
    display: none;
  }
}

.section__decor--ask-question-3 {
  bottom: -140px;
  left: 106px;
  transform: rotate(-28deg) scale(0.9);
}

@media (min-width: 1200px) {
  .section__decor--ask-question-3 {
    display: none;
  }
}

.section__decor--ask-question-4 {
  left: -73px;
  bottom: -82px;
}

@media (min-width: 1200px) {
  .section__decor--ask-question-4 {
    display: none;
  }
}

.section__decor--page-not-found-1 {
  display: none;
}

@media (min-width: 1200px) {
  .section__decor--page-not-found-1 {
    display: block;
    left: 88px;
    bottom: 112px;
    transform: rotate(90deg) scale(1.2);
  }
}

.section__decor--page-not-found-4 {
  display: none;
}

@media (min-width: 1200px) {
  .section__decor--page-not-found-4 {
    display: block;
    left: 88px;
    bottom: 112px;
    transform: rotate(90deg) scale(1.2);
  }
}

.welcome {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--color-welcome-bg);
}

@media (min-width: 980px) {
  .welcome {
    padding-bottom: 0;
    background-image: url("../images/bg--welcome.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

@media (min-width: 1200px) {
  .welcome {
    background-size: 1920px;
  }
}

.welcome__title {
  position: relative;
  z-index: 5;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.4px;
}

@media (min-width: 980px) {
  .welcome__title {
    width: 50%;
    max-width: 534px;
    margin-top: 45px;
    margin-bottom: 95px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .welcome__title {
    margin-top: 127px;
    margin-bottom: 175px;
    font-size: 56px;
    letter-spacing: -1.2px;
  }
}

.advantages {
  position: relative;
  z-index: 5;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 580px) {
  .advantages {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 980px) {
  .advantages {
    padding-bottom: 10px;
  }
}

.advantages__item {
  display: flex;
  align-items: center;
  width: 280px;
  min-height: 100px;
  padding: 20px;
  margin-bottom: 10px;
  background-color: var(--color-white);
  border-radius: 9px;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}

@media (min-width: 580px) {
  .advantages__item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 980px) {
  .advantages__item {
    width: calc(25% - 20px);
  }
}

@media (min-width: 1200px) {
  .advantages__item {
    padding-top: 39px;
    padding-bottom: 36px;
  }
}

.advantages__wrapper-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-right: 11px;
}

.advantages__description {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  color: var(--color-dark-blue);
}

@media (min-width: 1200px) {
  .promo {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}

@media (min-width: 760px) {
  .promo--archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .promo--archive {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.promo__slider {
  position: relative;
}

.promo__control {
  display: none;
}

@media (min-width: 760px) {
  .promo__control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: var(--color-white);
    border: 2px solid #e4e7ed;
    border-radius: 100%;
    transform: translateY(-50%);
    transition-property: all;
    transition-duration: 0.3s;
  }
  .promo__control:hover {
    border-color: var(--color-orange);
  }
}

.promo__control--prev {
  left: 10px;
}

@media (min-width: 1320px) {
  .promo__control--prev {
    left: -60px;
  }
}

.promo__control--next {
  right: 10px;
}

@media (min-width: 1320px) {
  .promo__control--next {
    right: -60px;
  }
}

.promo__control-icon {
  fill: #a7adba;
  transition-property: all;
  transition-duration: 0.3s;
}

.promo__control:hover .promo__control-icon {
  fill: var(--color-orange);
}

.promo__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

@media (min-width: 760px) {
  .promo__pagination {
    display: none;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: var(--color-accent);
  border-radius: 100%;
  transition-property: all;
  transition-duration: 0.3s;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-orange);
}

.promo__item {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 220px;
  padding: 20px;
  border-radius: 14px;
  background-color: var(--color-welcome-bg);
  overflow: hidden;
}

.promo--archive .promo__item {
  margin-bottom: 20px;
}

@media (min-width: 760px) {
  .promo--archive .promo__item {
    width: calc(50% - 10px);
  }
}

.promo__item:nth-child(3n + 1) {
  background-color: #fff8e3;
}

.promo__item:nth-child(3n + 2) {
  background-color: #ebf3f9;
}

.promo__item:nth-child(3n + 3) {
  background-color: #e2f8e2;
}

@media (min-width: 1200px) {
  .promo__item {
    min-height: 280px;
    padding-left: 40px;
  }
}

.promo__label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 17px 8px 16px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-white);
  background-color: var(--color-orange);
  border-radius: 31px;
}

.promo__sale {
  position: absolute;
  top: 20px;
  right: 30%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 85px;
  height: 85px;
  font-weight: 800;
  line-height: 100%;
  background-color: #54873a;
  border-radius: 100%;
  transform: rotate(-10deg);
}

@media (min-width: 980px) {
  .promo__sale {
    width: 110px;
    height: 110px;
  }
}

.promo__sale-current {
  font-size: 18px;
  color: #edc24b;
}

@media (min-width: 980px) {
  .promo__sale-current {
    font-size: 22px;
  }
}

.promo__sale-old {
  position: relative;
  margin-top: 6px;
  font-size: 12px;
  color: var(--color-white);
}

.promo__sale-old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%) rotate(-25deg);
  border-radius: 16px;
  background-color: var(--color-white);
}

@media (min-width: 980px) {
  .promo__sale-old {
    font-size: 16px;
  }
}

.promo__content {
  position: relative;
  z-index: 5;
}

.promo__title {
  max-width: 220px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 26px;
  line-height: 100%;
  color: var(--color-accent);
}

.promo__title span {
  color: var(--color-orange);
}

@media (min-width: 1200px) {
  .promo__title {
    max-width: 290px;
    font-size: 32px;
  }
}

.promo__thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.delivery-menu {
  padding-top: 50px;
  background-color: var(--color-gray-alt);
}

@media (min-width: 1200px) {
  .delivery-menu {
    padding-top: 77px;
  }
}

.catalog-filter {
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 1200px) {
  .catalog-filter {
    margin-bottom: 15px;
  }
}

.catalog-filter__item {
  margin: 0 5px 10px;
}

.catalog-filter__field {
  display: none;
}

.catalog-filter__title {
  display: block;
  padding: 7px 26px 8px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--color-dark-blue);
  border-radius: 42px;
  border: 1px solid var(--color-label-border);
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

@media (min-width: 1200px) {
  .catalog-filter__title {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

.catalog-filter__title:hover {
  color: var(--color-orange);
}

.catalog-filter__field:checked + .catalog-filter__title {
  color: var(--color-orange);
  background-color: var(--color-white);
  border-color: var(--color-white);
  box-shadow: 0 11px 17px #e9edf4;
}

.goods-list__reload {
  padding: 30px;
  text-align:center;
}

.goods-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 580px) {
  .goods-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 580px) {
  .goods-list__item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 980px) {
  .goods-list__item {
    width: calc((100% / 3) - 20px);
  }
}

@media (min-width: 1200px) {
  .delivery-menu__list .goods-list__item,
  .recommended__list .goods-list__item {
    width: calc(25% - 20px);
  }
}

.goods-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.goods-counter {
  display: flex;
  align-items: center;
}

.goods-counter__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 100%;
  background-color: var(--color-white);
  border: 1px solid #d0d7e1;
}

.single-goods__counter .goods-counter__button,
.cart-item__counter .goods-counter__button {
  width: 26px;
  height: 26px;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.goods-counter__icon {
  width: 10px;
  height: 2px;
  background-color: #b4c3d2;
  border-radius: 9px;
}

.single-goods__counter .goods-counter__icon,
.cart-item__counter .goods-counter__icon {
  background-color: var(--color-white);
}

.goods-counter__button--up .goods-counter__icon {
  position: relative;
}

.goods-counter__button--up .goods-counter__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background-color: #b4c3d2;
  border-radius: 9px;
  transform: translate(-50%, -50%);
}

.single-goods__counter .goods-counter__button--up .goods-counter__icon::before,
.cart-item__counter .goods-counter__button--up .goods-counter__icon::before {
  background-color: var(--color-white);
}

.goods-counter__field {
  width: 26px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: var(--color-dark-blue);
  border: none;
  background-color: var(--color-white);
}

.single-goods__counter .goods-counter__field,
.cart-item__counter .goods-counter__field {
  width: 36px;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #0c0c0c;
  background-color: var(--color-gray-alt);
}

.goods {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  border-radius: 10px;
  background-color: var(--color-white);
}

@media (min-width: 580px) {
  .goods {
    min-height: 1px;
  }
}

.goods__thumbnail-wrapper {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.goods__thumbnail {
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  .goods__thumbnail {
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.goods__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
}

.goods__title {
  margin-top: 7px;
  margin-bottom: 5px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

.goods__details {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: var(--color-gray-light);
}

@media (min-width: 1200px) {
  .goods__details {
    margin-bottom: 49px;
  }
}

.goods__actives {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

@media (min-width: 1200px) {
  .goods__actives {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .goods__actives-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
  }
}

.goods__counter {
  display: none;
}

@media (min-width: 1200px) {
  .goods__counter {
    display: flex;
  }
}

.goods__price {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: var(--color-dark-blue);
}

.modal {
  display: none;
  width: 85%;
  max-width: 750px;
}

.modal__content {
  padding: 30px 20px;
  background-color: var(--color-white);
}

@media (min-width: 980px) {
  .modal__content {
    padding: 40px 40px 50px;
  }
}

.modal__title {
  margin-top: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -0.4px;
}

@media (min-width: 980px) {
  .modal__title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 580px) {
  .modal__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 760px) {
  .modal__ask-question {
    padding-right: 180px;
    background-color: #f0f3f6;
    background-image: url("../images/bg--modal-ask-question.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
  }
}

.form__item {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
}

@media (min-width: 580px) {
  .form__field-group-grid .form__item {
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 760px) {
  .form__field-group-grid .form__item {
    width: calc((100% / 3) - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (min-width: 580px) and (max-width: 759px) {
  .form__field-group--personal-data .form__field-group-grid .form__item:first-child {
    width: 100%;
  }
}

@media (min-width: 760px) {
  .form__field-group--delivery .form__field-group-grid .form__item {
    width: calc(50% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    max-width: 320px;
  }
}

.form__required {
  color: var(--color-red);
}

.cart-coupon .form__item,
.form__field-group--radio .form__item {
  margin-bottom: 10px;
}

.cart-coupon .form__field {
  font-family: "Nunito", "Arial", sans-serif;
}

.form__field-group-grid--address .form__item {
  width: calc((100% / 3) - 20px);
}

@media (min-width: 760px) {
  .form__field-group-grid--address .form__item {
    width: 100px;
  }
}

.form__field-group-grid--address .form__item:first-child {
  width: 100%;
}

@media (min-width: 760px) {
  .form__field-group-grid--address .form__item:first-child {
    width: calc((100% / 3) - 20px);
  }
}

@media (min-width: 580px) {
  .modal__form .form__item {
    width: calc(50% - 10px);
  }
}

@media (min-width: 580px) {
  .modal__form .form__item--full {
    width: 100%;
  }
}

.form__label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-label);
}

.form__label--button {
  display: flex;
  align-items: center;
  padding: 10px 10px 13px 8px;
  color: var(--color-black);
  background-color: var(--color-white);
  border: 2px solid #edf1f7;
  border-radius: 7px;
}

.form__label--button::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border: 2px solid #edf1f6;
  border-radius: 100%;
}

input:checked + .form__label--button {
  border-color: var(--color-accent);
}

input:checked + .form__label--button::before {
  border-color: var(--color-accent);
  background-color: var(--color-accent);
  box-shadow: 4px 0 0 0 var(--color-white) inset, -4px 0 0 0 var(--color-white) inset, 0 4px 0 0 var(--color-white) inset, 0 -4px 0 0 var(--color-white) inset;
}

@media (min-width: 580px) {
  .modal__form .form__label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.form__field-group {
  padding-bottom: 17px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e3e7ee;
}

@media (min-width: 1200px) {
  .form__field-group {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.form__field-group--address {
  margin-bottom: 0;
  border: none;
}

.form__field-group--radio {
  padding-bottom: 19px;
}

@media (min-width: 580px) {
  .form__field-group-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.form__field-group-grid--address {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .form__field-group-grid--address {
    margin-bottom: 15px;
  }
}

.form__field-group-title {
  margin-bottom: 20px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.9px;
}

@media (min-width: 1200px) {
  .form__field-group-title {
    margin-bottom: 31px;
    letter-spacing: 0.4px;
  }
}

@media (min-width: 1200px) {
  .form__field-group--delivery .form__field-group-title {
    margin-bottom: 12px;
  }
}

.form__field, #order_comments {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 15px 10px 16px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-black);
  background-color: var(--color-white);
  border: 2px solid var(--color-field);
  border-radius: 7px;
}
#order_comments {
	height: 150px !important;
	width: 100% !important;
}
.cart-coupon .form__field {
  height: 46px;
  border-radius: 36px;
  border-width: 1px;
}

.form__field--textarea {
  resize: none;
  height: 140px;
}

.form__field--calendar {
  /*background-image: url("../images/sprite.svg#icon--calendar");*/
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 97% 50%;
  position: relative;
}

.form__field--select {
  background-image: url("../images/sprite.svg#icon--arrow-down");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 97% 50%;
  height: fit-content;	
}

.form__field:focus {
  border-color: var(--color-accent);
}

.form__button {
  width: 180px;
  height: 50px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 49px;
}

@media (min-width: 980px) {
  .modal__form .form__button {
    margin-top: 5px;
  }
}

.ask-question {
  padding-top: 32px;
  padding-bottom: 100px;
  border-top: 2px solid var(--color-ask);
  border-bottom: 2px solid var(--color-ask);
}

@media (min-width: 1200px) {
  .ask-question {
    padding-top: 79px;
    padding-bottom: 110px;
    background-image: url("../images/bg--ask-question.png");
    background-position: center;
    background-repeat: no-repeat;
  }
}

.ask-question__decor {
  position: absolute;
  bottom: -104px;
  right: -40px;
  width: 188px;
  height: 171px;
}

@media (min-width: 980px) {
  .ask-question__decor {
    top: 20px;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .ask-question__decor {
    top: -81px;
    right: 10px;
    width: 389px;
    height: 354px;
  }
}

.ask-question__title {
  position: relative;
  z-index: 5;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
  font-weight: 800;
  font-size: 26px;
  line-height: 100%;
  color: var(--color-accent);
}

@media (min-width: 980px) {
  .ask-question__title {
    max-width: 510px;
  }
}

@media (min-width: 1200px) {
  .ask-question__title {
    margin-bottom: 33px;
    font-size: 42px;
    letter-spacing: -0.9px;
  }
}

.ask-question__button {
  position: relative;
  z-index: 5;
  width: 220px;
  height: 50px;
  font-weight: 600;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .ask-question__button {
    width: 260px;
    height: 60px;
    font-size: 18px;
    border-radius: 51px;
  }
}

.about {
  padding-top: 48px;
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .about {
    padding-top: 85px;
    padding-bottom: 70px;
  }
}

@media (min-width: 760px) {
  .about__grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.about__content {
  margin-bottom: 25px;
}

@media (min-width: 760px) {
  .about__content {
    width: calc(60% - 10px);
  }
}

@media (min-width: 980px) {
  .about__content {
    width: calc(58% - 40px);
  }
}

@media (min-width: 1200px) {
  .about__content {
    margin-right: 80px;
  }
}

.about__content p {
  margin-top: 0;
  margin-bottom: 22px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
}

@media (min-width: 1200px) {
  .about__content p {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 24px;
  }
}

.about__title {
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .about__title {
    margin-bottom: 26px;
  }
}

.about__hash-tag {
  margin-bottom: 10px;
}

@media (min-width: 980px) {
  .about__hash-tag {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .about__hash-tag {
    margin-bottom: 38px;
  }
}

@media (min-width: 760px) {
  .about__gallery {
    width: calc(42% - 10px);
  }
}

@media (min-width: 980px) {
  .about__gallery {
    width: calc(42% - 40px);
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .about__gallery {
    width: calc(35% - 40px);
    margin-left: 6px;
  }
}

.gallery {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 1200px) {
  .gallery {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.gallery__item {
  width: calc(50% - 20px);
  margin: 10px;
}

@media (min-width: 1200px) {
  .gallery__item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}

.gallery__link {
  display: block;
}

.gallery__thumbnail {
  display: block;
  width: 100%;
}

.page-footer {
  padding-top: 43px;
  background-color: var(--color-gray-alt);
}

@media (min-width: 1200px) {
  .page-footer {
    padding-top: 91px;
    padding-bottom: 153px;
    background-image: url("../images/bg--page-footer.png");
    background-position: bottom center;
    background-repeat: repeat-x;
  }
}

.page-footer__main {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 580px) {
  .page-footer__main {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .page-footer__main {
    margin-bottom: 10px;
  }
}

@media (min-width: 580px) {
  .page-footer__content {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .page-footer__content {
    flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .page-footer__content {
    align-items: flex-start;
  }
}

.page-footer__logo {
  margin-bottom: 24px;
}

@media (min-width: 580px) {
  .page-footer__logo {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (min-width: 980px) {
  .page-footer__logo {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .page-footer__logo {
    margin-top: -10px;
  }
}

.page-footer__instagram-link {
  margin-left: 19%;
}

@media (min-width: 580px) {
  .page-footer__instagram-link {
    margin-left: auto;
  }
}

.page-footer__contacts {
  margin-top: 21px;
}

@media (min-width: 580px) {
  .page-footer__contacts {
    margin-left: 20px;
    margin-top: 0;
  }
}

@media (min-width: 980px) {
  .page-footer__contacts {
    margin-right: 90px;
    margin-left: 130px;
  }
}

@media (min-width: 1200px) {
  .page-footer__contacts {
    margin-top: -20px;
    text-align: right;
  }
}

.page-footer__payment-logos {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media (min-width: 980px) {
  .page-footer__payment-logos {
    margin-right: 0;
  }
}

.instagram-link {
  display: flex;
  align-items: center;
  color: var(--color-dark-blue);
}

.instagram-link::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: url("../images/sprite.svg#icon--instagram");
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--color-insta-bg);
  background-size: 20px;
  transition-property: all;
  transition-duration: 0.3s;
}

.instagram-link:hover::before {
  background-image: url("../images/sprite.svg#icon--instagram--active");
}

.instagram-link__label {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  line-height: 33px;
}

.instagram-link__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--color-insta-line);
  transition-property: all;
  transition-duration: 0.3s;
}

.instagram-link:hover .instagram-link__label::after {
  background-color: var(--color-orange);
}

.user-menu {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 580px) {
  .user-menu {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .user-menu {
    margin-top: -4px;
  }
}

.user-menu > li {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}

.user-menu > li:not(:last-child) {
  margin-bottom: 12px;
}

.user-menu > li > a {
  color: var(--color-gray-dark);
}

.user-menu > li.current-menu-item > a,
.user-menu > li > a:hover {
  color: var(--color-orange);
}

.copyright {
  padding-top: 9px;
  padding-bottom: 4px;
  margin-top: 33px;
  border-top: 1px solid var(--color-gray-line);
}

@media (min-width: 980px) {
  .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .copyright {
    margin-top: 77px;
    padding-top: 18px;
  }
}

.copyright__description {
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: var(--color-gray-copy);
}

.copyright__dev {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 100%;
  color: var(--color-gray-copy);
}

.copyright__dev:hover {
  color: var(--color-dark-blue);
}

.copyright__dev-logo {
  display: block;
  margin-left: 5px;
}

.page-not-found {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.page-not-found__thumbnail {
  width: 78%;
  max-width: 536px;
}

.page-not-found__description {
  margin-top: 39px;
  margin-bottom: 49px;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

@media (min-width: 1200px) {
  .page-not-found__description {
    max-width: 521px;
    font-size: 24px;
    line-height: 33px;
  }
}

.page-not-found__link {
  width: 260px;
  height: 60px;
  font-weight: 600;
  border-radius: 51px;
}

@media (min-width: 1200px) {
  .page-not-found__link {
    font-size: 18px;
    line-height: 100%;
  }
}

.page__header {
  position: relative;
  overflow: hidden;
  background-color: var(--color-white);
}

.page__header-decor {
  position: absolute;
}

.page__header-decor--position-1 {
  right: 45px;
  top: -38px;
  transform: rotate(70deg) scale(0.6);
}

@media (min-width: 1200px) {
  .page__header-decor--position-1 {
    right: 194px;
    top: -21px;
    transform: rotate(110deg) scale(1);
  }
}

.page__header-decor--position-2 {
  right: -15px;
  bottom: -31px;
  transform: scale(0.7);
}

@media (min-width: 1200px) {
  .page__header-decor--position-2 {
    left: -157px;
    right: initial;
    bottom: -25px;
    transform: scale(1);
  }
}

.page__header-decor--position-3 {
  display: none;
}

@media (min-width: 1200px) {
  .page__header-decor--position-3 {
    display: block;
    right: -7px;
    bottom: -39px;
  }
}

.page__title {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.2px;
}

@media (min-width: 1200px) {
  .page__title {
    font-size: 24px;
  }
}

.page__content {
  padding-top: 21px;
  padding-bottom: 60px;
  background-color: var(--color-gray-alt);
}

@media (min-width: 1200px) {
  .page__content {
    padding-top: 28px;
  }
}

.page__aside {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 980px) {
  .page__aside {
    flex-shrink: 0;
    width: calc(25% - 10px);
  }
}

@media (min-width: 1200px) {
  .page__aside {
    margin-left: 0;
    margin-right: 20px;
  }
}

.breadcrumbs {
  display: none;
}

@media (min-width: 980px) {
  .breadcrumbs {
    position: absolute;
    left: 30px;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
}

@media (min-width: 1200px) {
  .breadcrumbs {
    left: 10px;
  }
}

.breadcrumbs__item {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  color: var(--color-orange);
}

.breadcrumbs__item:not(:last-child)::after {
  content: "—";
  margin-left: 2px;
  margin-right: 2px;
  color: #949cac;
}

@media (min-width: 1200px) {
  .breadcrumbs__item:not(:last-child)::after {
    margin-left: 6px;
    margin-right: 6px;
  }
}

.breadcrumbs__item > a {
  color: #949cac;
}

.page-content {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 1200px) {
  .page-content {
    letter-spacing: 0.2px;
  }
}

.page-content p {
  margin-top: 23px;
  margin-bottom: 23px;
}

.page-content img {
  border-radius: 6px;
}

.page__content-inner {
  max-width: 790px;
}

.detail-list {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .detail-list {
    margin-top: 38px;
  }
}

.detail-list__label {
  margin-bottom: 8px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-orange);
}

.detail-list__content {
  margin-left: 0;
  margin-bottom: 28px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
}

@media (min-width: 1200px) {
  .detail-list__content {
    margin-bottom: 39px;
  }
}

@media (min-width: 1200px) {
  .global-contacts .detail-list__content {
    margin-bottom: 28px;
  }
}

.detail-list__content p {
  margin-top: 0;
  margin-bottom: 14px;
}

@media (min-width: 1200px) {
  .global-contacts .detail-list__content p {
    margin-bottom: 14px;
  }
}

@media (min-width: 1200px) {
  .detail-list__content p {
    margin-bottom: 0;
  }
}

.global-contacts {
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .global-contacts {
    padding-top: 62px;
  }
}

@media (min-width: 760px) {
  .global-contacts__inner {
    display: flex;
    justify-content: space-between;
  }
}

.global-contacts__list {
  margin-top: 22px;
}

@media (min-width: 760px) {
  .global-contacts__list {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1200px) {
  .global-contacts__list {
    width: calc(35% - 10px);
  }
}

.global-contacts__detail {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  color: #9096a4;
}

@media (min-width: 760px) {
  .global-contacts__detail {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1200px) {
  .global-contacts__detail {
    margin-right: 8%;
  }
}

.aside-menu {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  background-color: var(--color-white);
  border-radius: 10px;
}

.aside-menu > li {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 100%;
}

.aside-menu > li:not(:last-child) {
  border-bottom: 1px solid #f0f3f7;
}

.aside-menu > li > a {
  position: relative;
  display: block;
  padding: 12px 0 12px 40px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .aside-menu > li > a {
    padding-top: 25px;
    padding-bottom: 19px;
  }
}

.aside-menu > li > a:hover {
  color: var(--color-accent);
}

.aside-menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 30px;
  background-color: var(--color-accent);
  border-radius: 10px;
  transform: translateY(-50%);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.aside-menu > li.current-menu-item > a {
  color: var(--color-accent);
}

.aside-menu > li.current-menu-item > a::before {
  opacity: 1;
}

.goods-catalog {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--color-gray-alt);
}

@media (min-width: 1200px) {
  .goods-catalog {
    padding-top: 60px;
    padding-bottom: 78px;
  }
}

@media (min-width: 980px) {
  .goods-catalog__grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.goods-catalog__list {
  margin-top: 41px;
}

@media (min-width: 980px) {
  .goods-catalog__list {
    width: calc(75% - 10px);
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .goods-catalog__list {
    width: calc(75% + 20px);
  }
  .frontpage-content .goods-catalog__list {
    width: calc(100% + 20px);
  }
}

.single-goods {
  padding-top: 38px;
  background-color: var(--color-gray-alt);
}

.single-goods__grid {
  padding-bottom: 58px;
}

@media (min-width: 760px) {
  .single-goods__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .single-goods__grid {
    padding-top: 23px;
    padding-bottom: 77px;
  }
}

@media (min-width: 760px) {
  .single-goods__gallery {
    width: calc(40% - 10px);
  }
}

@media (min-width: 980px) {
  .single-goods__gallery {
    width: calc(40% - 30px);
  }
}

@media (min-width: 1200px) {
  .single-goods__gallery {
    width: calc(45% - 30px);
  }
}

@media (min-width: 760px) {
  .single-goods__main {
    width: calc(60% - 10px);
  }
}

@media (min-width: 980px) {
  .single-goods__main {
    width: calc(60% - 30px);
  }
}

@media (min-width: 1200px) {
  .single-goods__main {
    width: calc(55% - 30px);
  }
}

.single-goods__price-wrapper {
  margin-top: 34px;
  margin-bottom: 14px;
}

@media (min-width: 1200px) {
  .single-goods__price-wrapper {
    margin-top: 0;
    margin-bottom: 27px;
  }
}

.single-goods__price {
  margin-right: 10px;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
}

.single-goods__counter {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .single-goods__counter {
    margin-bottom: 29px;
  }
}

.single-goods__detail {
  font-size: 18px;
  line-height: 100%;
  color: #8995a1;
}

.goods__add-cart:hover {
  color: var(--color-white);
}

.single-goods__add-cart {
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  width: 180px;
  height: 50px;
  border-radius: 49px;
}

.single-goods__content {
  margin-top: 34px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 137.5%;
}

@media (min-width: 1200px) {
  .single-goods__content {
    margin-top: 40px;
    font-size: 17px;
    line-height: 24px;
  }
}

.single-goods__content p {
  margin-top: 0;
  margin-bottom: 10px;
}

.single-goods__content h2 {
  margin-top: 18px;
  margin-bottom: 9px;
  font-weight: 800;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .single-goods__content h2 {
    margin-top: 22px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
  }
}

.goods-gallery__thumbnail-slider {
  margin-bottom: 10px;
}

.goods-gallery__thumbnail {
  display: block;
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1200px) {
  .goods-gallery__thumbnail {
    height: 360px;
  }
}

.goods-gallery__control {
  display: none;
}

@media (min-width: 1200px) {
  .goods-gallery__control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    width: 22px;
    height: 27px;
    padding: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    transform: translateY(-50%);
    filter: drop-shadow(0 4px 4px rgba(173, 173, 173, 0.25));
  }
}

.goods-gallery__control--prev {
  left: 10px;
  background-image: url("../images/sprite.svg#icon--arrow-prev");
}

.goods-gallery__control--next {
  right: 10px;
  background-image: url("../images/sprite.svg#icon--arrow-next");
}

.goods-gallery__preview-item.swiper-slide-thumb-active {
  position: relative;
}

.goods-gallery__preview-item.swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 3px solid var(--color-accent);
}

.goods-gallery__preview {
  display: block;
  width: 100%;
  height: auto;
}

.recommended {
  width: 100%;
  margin-top: 28px;
  /*padding-bottom: 58px;*/
}

@media (min-width: 1200px) {
  .recommended {
    margin-top: 64px;
    /*padding-bottom: 77px;*/
  }
}

.recommended__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .recommended__title {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -0.5px;
  }
}

.cart__wrapper {
  padding-top: 30px;
  padding-bottom: 53px;
  background-color: var(--color-gray-alt);
}

@media (min-width: 1200px) {
  .cart__wrapper {
    padding-bottom: 20px;
  }
}

@media (min-width: 980px) {
  .cart__wrapper-grid {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .cart__wrapper-grid {
    align-items: flex-start;
    padding-top: 20px;
  }
}

.cart__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 580px) and (max-width: 759px) {
  .cart__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 760px) {
  .cart__list {
    margin-bottom: 30px;
  }
}

@media (min-width: 980px) {
  .cart__list {
    width: calc(75% - 10px);
  }
}

@media (min-width: 760px) {
  .cart__list-title {
    width: 55%;
  }
}

@media (min-width: 760px) {
  .cart__list-qty {
    width: 14%;
  }
}

@media (min-width: 760px) {
  .cart__list-price {
    width: 14%;
  }
}

@media (min-width: 760px) {
  .cart__list-total {
    width: 17%;
  }
}

@media (min-width: 580px) and (max-width: 759px) {
  .cart__list-item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 760px) {
  .cart__list-item {
    display: flex;
    align-items: center;
  }
}

.cart__list-header {
  display: none;
}

@media (min-width: 760px) {
  .cart__list-header {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-family: "Raleway", "Arial", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    color: #959ba9;
    border-bottom: 2px solid #e3e7ee;
  }
}

.cart__detail {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 18px 20px;
  background-color: var(--color-white);
  box-shadow: 0 32px 51px rgba(215, 219, 226, 0.7);
  border-radius: 12px;
}

@media (min-width: 980px) {
  .cart__detail {
    width: calc(25% - 10px);
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .cart__detail {
    margin-top: 30px;
  }
}

.cart__detail-title {
  margin-top: 0;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
}

.cart__counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 23px;
  margin-bottom: 20px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  color: #868686;
  border-bottom: 1px solid #ececec;
}

.cart__order-label {
  margin-top: 21px;
  margin-bottom: 0;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
}

.cart__order-sub {
  display: block;
  font-weight: 500;
  color: #868686;
}

.cart__order-coast {
  margin-top: 13px;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: var(--color-orange);
  text-align: center;
}

.cart-item {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e7ee;
}

@media (min-width: 760px) {
  .cart-item {
    padding-top: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .cart-item {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}

.cart-item__about {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 580px) and (max-width: 759px) {
  .cart-item__about {
    flex-direction: column;
  }
}

@media (min-width: 760px) {
  .cart-item__about {
    align-items: center;
    width: 55%;
  }
}

.cart-item__thumbnail {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

@media (min-width: 580px) and (max-width: 759px) {
  .cart-item__thumbnail {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .cart-item__thumbnail {
    margin-right: 20px;
  }
}

.cart-item__with-label::before {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #959ba9;
}

@media (min-width: 760px) {
  .cart-item__with-label::before {
    display: none;
  }
}

.cart-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
}

.cart-item__title::before {
  content: "Блюдо";
}

.cart-item__counter {
  margin-top: 8px;
  margin-left: 90px;
}

@media (min-width: 580px) {
  .cart-item__counter {
    margin-left: 0;
  }
}

@media (min-width: 760px) {
  .cart-item__counter {
    width: 14%;
    margin-top: 0;
  }
}

.cart-item__counter::before {
  content: "Кол-во";
}

.cart-item__price {
  margin-left: 90px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 100%;
}

@media (min-width: 580px) {
  .cart-item__price {
    margin-left: 0;
  }
}

@media (min-width: 760px) {
  .cart-item__price {
    width: 14%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.cart-item__price::before {
  content: "Стоимость";
  margin-bottom: 6px;
}

.cart-item__remove {
  margin-left: 90px;
  margin-top: 25px;
}

@media (min-width: 580px) {
  .cart-item__remove {
    margin-left: 0;
  }
}

@media (min-width: 760px) {
  .cart-item__remove {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 17%;
    margin-top: 0;
  }
}

.cart-item__total {
  font-size: 18px;
  line-height: 100%;
}

@media (min-width: 760px) {
  .cart-item__total {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.cart-item__total::before {
  content: "Всего";
  margin-bottom: 7px;
}

.cart-item__delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 1px solid #c2cbd9;
  border-radius: 100%;
  transform: rotate(45deg);
  background-color: transparent;
}

@media (min-width: 760px) {
  .cart-item__delete {
    position: initial;
  }
}

.cart-item__delete::before, .cart-item__delete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #848da0;
  transform: translate(-50%, -50%);
}

.cart-item__delete::before {
  height: 1px;
  width: 10px;
}

.cart-item__delete::after {
  height: 10px;
  width: 1px;
}

.cart-coupon {
  padding-bottom: 29px;
  border-bottom: 1px solid #ececec;
}

.cart-coupon__title {
  margin-bottom: 22px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
}

.cart-coupon__button {
  width: 100%;
  height: 46px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-black);
  background-color: #edc24b;
  border-radius: 100px;
}

@media (min-width: 1200px) {
  .cart-coupon__button {
    max-width: 140px;
  }
}

.delivery-description {
  
  margin-top: 0;
  padding: 15px 29px 20px 16px;
  margin-bottom: 21px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark-blue);
  border: 1px solid #eaecf1;
  background-color: #f7f8fa;
  border-radius: 7px;
}

.delivery-description__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.delivery-description__list {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.delivery-description__list::before, .delivery-description__list::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -45px;
  border: 10px solid transparent;
  border-top: 10px solid #eaecf1;
  transform: rotate(45deg);
}

.delivery-description__list::after {
  border-top: 10px solid #f7f8fa;
  top: -43px;
  left: 6px;
}

.order-registration {
  padding-top: 44px;
  padding-bottom: 40px;
}

@media (min-width: 1200px) {
  .order-registration {
    padding-top: 20px;
    padding-bottom: 89px;
  }
}

.order-registration__title {
  margin-top: 0;
  margin-bottom: 23px;
  font-family: "Raleway", "Arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.9px;
}

@media (min-width: 1200px) {
  .order-registration__title {
    margin-bottom: 35px;
    letter-spacing: 0.4px;
  }
}

@media (min-width: 980px) {
  .order-registration__form {
    max-width: 880px;
  }
}

.order-registration__coast {
  padding: 27px 20px 40px;
  background-color: #e3e7ee;
  background-image: url("../images/bg--tringle.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

@media (min-width: 980px) {
  .order-registration__coast {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .order-registration__coast {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.order-registration__coast-detail {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 980px) {
  .order-registration__coast-detail {
    text-align: left;
  }
}

.order-registration__coast-delivery {
  margin-top: 0;
  margin-bottom: 11px;
  font-weight: 600;
}

.order-registration__coast-delivery.hide {
  display: none;
}

.order-registration__coast-sale {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.order-registration__coast-delivery + .order-registration__coast-sale {
  margin-top: -11px;
}

.order-registration__coast-summ {
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  color: var(--color-orange);
}

.order-registration__coast-sale + .order-registration__coast-summ {
  margin-top: 11px;
}

@media (min-width: 980px) {
  .order-registration__coast-summ {
    margin-bottom: 0;
  }
}

.order-registration__button {
  width: 240px;
  height: 50px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  box-shadow: 0 17px 28px rgba(250, 85, 35, 0.36);
  border-radius: 100px;
}

@media (min-width: 980px) {
  .order-registration__button {
    margin-right: 0;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 0;
  border: none;
}

.empty-cart {
  width: 260px;
  height: 60px;
  font-weight: 600;
  border-radius: 51px;
}

.added-msg {
  position: fixed;
  top: 22px;
  right: 22px;
  max-width: 335px;
  width: 100%;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  z-index: 20;
}

.added-msg:not([href]) {
  cursor: initial;
}

.added-msg--hide {
  opacity: 0;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.added-msg--show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.added-msg__wrapper {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 75px;
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: var(--color-accent);
}

.added-msg__icon {
  margin-right: 25px;
}

.added-msg__icon svg {
  width: 53px;
  height: 53px;
}

.blockMsg,
.blockUI.blockOverlay,
.blockUI.blockOverlay::before,
.woocommerce-notices-wrapper {
  display: none !important;
}

.cart-coupon__list {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  color: #868686;
}

.cart-coupon__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-coupon__item-label {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-black);
}

.cart-coupon__item-value {
  display: flex;
  align-items: center;
}

.cart-coupon__remove {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: transparent;
}

.cart-coupon__remove::before,
.cart-coupon__remove::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #848da0;
    transform: translate(-50%, -50%);
}

.cart-coupon__remove::before {
    height: 1px;
    width: 10px;
}

.cart-coupon__remove::after {
    height: 10px;
    width: 1px;
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

#ship-to-different-address {
  display: none !important;
}

.order-registration__form {
  display: flex;
  flex-direction: column;
}
.form__field-group--personal-data {
  order: 1;
}
.form__field-group--address {
  order: 2;
}
.woocommerce-checkout-review-order {
  display: flex;
  flex-direction: column;
  order: 3;
}
.woocommerce-checkout-review-order .form__field-group--radio {
  padding-bottom: 0;
}
.woocommerce-checkout-review-order .form__field-group--radio.form__field-group {
  border-top: 1px solid #e3e7ee;
  border-bottom: none;
}
.woocommerce-checkout-payment {
  order: -1;
}
.order-registration__coast {
  margin-top: 17px;
}

.woocommerce-error {
  padding-left: 0;
  list-style: none;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.page-template-cart-page .page__header + p,
.page-template-cart-page .page__header ~ .woocommerce + p {
  display: none !important;
}

.no-products-item,
.woocommerce-info {
  width: 100%;
  text-align: center;
}

.after-payment-detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.page-footer__payment-logos-wrapper {
  width: 100%;
}

.page-footer__content {
  flex-grow: 1;
}

.payment-detail {
  order: 2;
  width: 100%;
  margin-top: 30px;
  font-size: 15px;
  line-height: 100%;
  color: var(--color-gray-copy);
}
.payment-detail p {
  margin-top: 0;
}

@media (min-width: 980px) {
  .payment-detail {
    order: 0;
    max-width: 500px;
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-top: 0;
  }
  .after-payment-detail {
    width: 50%;
    margin-left: auto;
  }
}

.dev {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: var(--color-gray-copy);
}

@media (max-width: 979px) {
  .dev {
    justify-content: center;
  }
}

.dev a {
  margin-right: 5px;
  text-decoration: none;
  color: var(--color-gray-copy);
}

@media (max-width: 480px) {
  .dev {
    display: block;
  }
}

@media (max-width: 430px) {
  .dev {
    margin-right: auto;
    line-height: 24px;
    text-align: center;
  }
}


.page-numbers {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	flex-wrap: wrap;
}
.page-numbers li {
	margin: 0 15px 15px 15px;
}
