@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, html, input, select, textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Risque";
  src: url("../fonts/Risque/Risque-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

body {
  position: relative;
  font-family: "Montserrat";
  color: #fff;
  background-color: #1b1a1b;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #111111;
}

::-webkit-scrollbar-thumb {
  background-color: #353535;
  border-radius: 20px;
}

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

.header {
  width: 100%;
  padding: 18px 0;
  position: absolute;
  transition: 0.3s all;
}
.header__sticky {
  position: fixed;
  top: 0;
  background-color: #111111;
  z-index: 10;
  padding: 12px 0;
}
.header__sticky .header__logo-img {
  height: 62px;
}
.header__sticky .header__logo-title {
  font-size: 20px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__menu {
  cursor: pointer;
  display: none;
  width: 45px;
  flex-direction: column;
  margin-left: 20px;
}
.header__menu span {
  background-color: #fff;
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
}
.header__menu span:last-child {
  margin-bottom: 0;
}
.header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header__logo-img {
  height: 76px;
  margin-right: 10px;
  transition: 0.3s all;
}
.header__logo-title {
  font-size: 24px;
  width: 85px;
  font-family: "Risque";
  color: #fff;
  transition: 0.3s all;
}
.header__basket {
  display: flex;
  cursor: pointer;
}
.header__basket-img {
  width: 41px;
  fill: #fff;
  position: relative;
}
.header__basket-img:hover {
  animation: swinging 1s infinite;
}
.header__basket-icon {
  transition: 0.3s all;
}
.header__basket-icon:hover {
  fill: #b8b8b8;
}
.header__basket-sellcount {
  transition: 0.3s all;
  position: absolute;
  top: -9px;
  right: -9px;
  width: 28px;
  height: 28px;
  background-color: #c30000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
}

.navbar-footer {
  display: flex;
  justify-content: center;
}
.navbar__list {
  display: flex;
  justify-content: space-between;
  width: 450px;
}
.navbar__item--active .navbar__link {
  color: #fff;
}
.navbar__link {
  text-transform: uppercase;
  color: #bebebe;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  transition: 0.3s;
}
.navbar__link:hover {
  color: #f38c52;
}
.navbar__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #f38c52;
  bottom: -4px;
  left: 0;
  transform-origin: 100%;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.navbar__link:hover::before {
  transform-origin: 0%;
  transform: scale(1, 1);
}

@keyframes swinging {
  0% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-1px);
  }
}
.price {
  font-weight: 500;
  font-size: 32px;
}
.price-basket {
  margin-left: 7px;
  padding-top: 2px;
  font-size: 21px;
}
.price-basket .price__currency {
  font-size: 14px;
}
.price-basket-icon {
  padding-top: 6px;
  margin-left: 14px;
}
.price-basket-total {
  margin-left: 0;
  font-size: 27px;
  font-weight: 700;
}
.price-basket-total .price__currency {
  font-size: 15px;
}
.price-product {
  font-size: 28px;
}
.price-product-item {
  font-size: 26px;
}
.price-product-item .price__currency {
  font-size: 12px;
}
.price-product .price__currency {
  font-size: 16px;
}
.price__currency {
  font-weight: 400;
  font-size: 17px;
  margin-left: 4px;
  text-transform: uppercase;
}

.radio {
  width: 285px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.radio--not-visible {
  display: none;
}
.radio-product {
  margin-top: 15px;
}
.radio-alcohol, .radio-no-alcohol {
  margin-top: 0;
  width: 100%;
}
.radio-alcohol .radio__item, .radio-no-alcohol .radio__item {
  height: 34px;
  margin: 0 auto;
  cursor: auto;
}
.radio-alcohol .radio__item:hover, .radio-no-alcohol .radio__item:hover {
  background-color: #313131;
}
.radio-alcohol .radio__item #success.radio__icon, .radio-no-alcohol .radio__item #success.radio__icon {
  height: 20px;
}
.radio-alcohol-modal, .radio-no-alcohol-modal {
  margin-top: 15px;
}
.radio-alcohol-modal .radio__item, .radio-no-alcohol-modal .radio__item {
  margin-left: 0;
  cursor: auto;
}
.radio-alcohol .radio__item {
  background-color: #d64000;
  border-color: #ff6422;
}
.radio-alcohol .radio__item:hover {
  background-color: #d64000;
}
.radio-basket .radio__item {
  margin: 0 0 -10px 0;
  height: 30px;
  font-size: 15px;
}
.radio-basket .radio__icon {
  height: 16px;
}
.radio-product {
  width: 80px;
  margin-top: 0;
}
.radio-product .radio__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  width: 34px;
  height: 34px;
  padding: 0;
}
.radio-product .radio__icon {
  height: 20px;
  margin-left: 0;
}
.radio-product .radio__icon#success {
  height: 24px;
}
.radio__input:checked + .radio__item {
  background-color: #d64000;
  border-color: #ff6422;
}
.radio__item {
  padding: 6px 12px;
  display: flex;
  align-items: center;
  border: 2px solid #444444;
  background-color: #313131;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s all;
}
.radio__item:hover {
  background-color: #444444;
}
.radio__input {
  display: none;
}
.radio__icon {
  height: 17px;
  margin-left: 6px;
}

.basket--active .basket__content {
  right: 0;
}
.basket__empty {
  display: none;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
}
.basket__empty--active {
  display: block;
}
.basket__content {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: -400px;
  width: 390px;
  transition: 0.4s all;
  min-height: 100vh;
  padding-bottom: 150px;
  height: 100%;
  background-color: #1b1a1b;
  border-left: 4px solid #313131;
  z-index: 20;
}
.basket__container {
  padding: 0 26px;
}
.basket__back-btn {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95px;
  background-color: transparent;
  border: none;
  font-size: 30px;
  color: #fff;
  font-family: "Montserrat";
  position: relative;
  border-bottom: 3px solid #313131;
}
.basket__back-btn:hover .basket__back-btn-icon {
  animation: backArrowSwinging 1s infinite;
}
.basket__back-btn-icon {
  width: 20px;
  fill: #fff;
  margin-right: 10px;
}
.basket__btn {
  display: block;
  margin: 26px auto 0;
}
.basket__title {
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  padding: 21px 0;
}
.basket-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 124px;
  margin-top: 47px;
  position: relative;
}
.basket-item:first-child {
  margin-top: 10px;
}
.basket-item:first-child::before {
  display: none;
}
.basket-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: -23.5px;
  background-color: #313131;
}
.basket-item__extra-title {
  font-size: 14px;
}
.basket-item__extra-price {
  font-size: 16px;
  font-weight: 500;
}
.basket-item__extra-currency {
  font-size: 13px;
  margin-left: 3px;
}
.basket-item__img {
  width: 124px;
  height: 124px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.basket-item__content {
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3px 0;
}
.basket-item__title {
  font-weight: 700;
  font-size: 18px;
  width: 160px;
}
.basket-item__weight {
  margin-top: 6px;
  font-size: 15px;
  color: #989898;
}
.basket-item__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
}
.basket-item__wrapper:first-child {
  margin-top: 0;
}
.basket-item__info {
  font-size: 18px;
}
.basket__info {
  padding: 23px 0;
  border-top: 3px solid #313131;
  border-bottom: 3px solid #313131;
  margin-top: 22px;
}
.basket__info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
}
.basket__info-wrapper:first-child {
  margin-top: 0;
}
.basket__info-name {
  font-weight: 500;
  font-size: 15px;
  color: #7c7c7c;
}
.basket__info-total {
  margin-top: 16px;
}
.basket__info-total .basket__info-name {
  font-size: 20px;
  font-weight: 600;
}

@keyframes backArrowSwinging {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.main {
  padding-top: 112px;
  background: url("../images/main.png");
  min-height: 810px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main__container {
  width: 550px;
  transform: translateY(35%);
  margin-left: auto;
}
.main__title {
  text-align: center;
  font-family: "Risque";
  font-size: 75px;
}
.main__description {
  margin: 27px auto 0;
  text-align: center;
  font-size: 22px;
  width: 500px;
  line-height: 1.27;
}
.main__wrapper {
  width: 530px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button {
  text-transform: uppercase;
  min-width: 220px;
  border-radius: 40px;
  border: none;
  font-size: 22px;
  font-family: "Montserrat";
  letter-spacing: 1px;
  padding: 18px 45px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  color: #fff;
}
.button span {
  position: relative;
}
.button a {
  text-decoration: none;
  transition: 0.4s all;
  color: #fff;
}
.button--orange {
  background-color: #f0691d;
}
.button--orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  transform: translateX(-100%) skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  background-color: #ff5C00;
}
.button--orange:hover::before {
  transform: translateY(0);
}
.button--outlined {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 16px 45px;
}
.button--outlined::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  transform: translateX(-100%) skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  background-color: #fff;
}
.button--outlined:hover span {
  color: #000;
}
.button--outlined:hover span .button__icon {
  fill: #000;
}
.button--outlined:hover a {
  color: #000;
}
.button--outlined:hover::before {
  transform: translateY(0);
}
.button--outlined span {
  transition: 0.4s all;
}
.button--outlined span .button__icon {
  transition: 0.4s all;
}
.button--product {
  padding: 16px 32px;
  font-size: 16px;
  min-width: 0;
}
.button--product span {
  display: flex;
  align-items: center;
}
.button--product span .button__icon {
  width: 23px;
  margin-left: 4px;
}
.button--product-item {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-width: 0;
  width: 162px;
  height: 50px;
}
.button--product-item span {
  display: flex;
  align-items: center;
}
.button--product-item span .button__icon {
  width: 23px;
  margin-left: 4px;
}
.button--modal {
  padding: 16px 32px;
  font-size: 22px;
  min-width: 0;
}
.button--modal span {
  display: flex;
  align-items: center;
}
.button--modal span .button__icon {
  width: 35px;
  margin-left: 8px;
}

.burger--active .burger__content {
  right: 0;
}
.burger__content {
  position: fixed;
  right: -250px;
  top: 0;
  overflow-y: scroll;
  transition: 0.4s all;
  min-height: 100vh;
  height: 100%;
  border-left: 3px solid #313131;
  background-color: #1b1a1b;
  z-index: 20;
  padding: 27px 0;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}
.burger__content::-webkit-scrollbar {
  display: none;
}
.burger .header__language {
  display: none;
  justify-content: center;
  padding-bottom: 20px;
}
.burger .header__language-wrapper {
  width: 32%;
}
.burger__item {
  width: 240px;
  border-bottom: 2px solid #313131;
}
.burger__item:first-child {
  border-top: 2px solid #313131;
}
.burger__item--active .burger__link {
  color: #fff;
}
.burger__link {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  color: #bebebe;
  padding: 14px 0;
}

.section-title {
  display: block;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 38px;
  width: 285px;
  height: 87px;
  text-align: center;
  padding: 21px 0;
  line-height: 45px;
  font-weight: 700;
  position: relative;
}
.section-title::before, .section-title::after {
  position: absolute;
  content: "";
  left: 17.5px;
  background-color: #c4c4c4;
  width: 250px;
  height: 3px;
}
.section-title::before {
  top: -3px;
}
.section-title::after {
  bottom: -3px;
}

.sellcount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 83px;
}
.sellcount span {
  font-size: 18px;
}
.sellcount__btn {
  width: 24px;
  height: 24px;
  background-color: #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s all;
}
.sellcount__btn-icon {
  fill: #e43700;
}
.sellcount__btn:hover {
  background-color: #b8b8b8;
}
.sellcount-basket {
  width: 75px;
}
.sellcount-basket span {
  font-size: 17px;
}
.sellcount-basket__btn {
  width: 20px;
  height: 20px;
}

.modal {
  position: fixed;
  background-color: rgba(17, 17, 17, 0.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 20;
}
.modal-content {
  position: absolute;
  background-color: #1b1a1b;
  border: 4px solid #313131;
  z-index: 20;
  border-radius: 40px;
}

.backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.75);
  z-index: 10;
}

.close {
  position: absolute;
  top: 23px;
  right: 23px;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
}
.close:hover .close__icon {
  fill: #b8b8b8;
}
.close-basket {
  top: 0;
  right: 0;
}
.close-basket .close__icon {
  width: 18px;
}
.close__icon {
  transition: 0.3s all;
  width: 28px;
}
.close-notification {
  top: 11px;
  right: 11px;
}
.close-notification .close__icon {
  width: 10px;
}
.close-delivery .close__icon {
  width: 20px;
}

.page-title {
  display: flex;
  align-items: flex-end;
  font-size: 50px;
  font-weight: 700;
  padding-top: 115px;
}
.page-title-line {
  width: 100%;
  height: 2px;
  background-color: #282828;
  margin-top: 18px;
}

@keyframes modalAppearance {
  0% {
    opacity: 0;
    transform: scale(1.15);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modalDisappearance {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.settings {
  border: 2px solid #282828;
  border-left: none;
  border-right: none;
  margin-top: 18px;
}
.settings__wrapper {
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  min-height: 76px;
}
.settings__title {
  display: flex;
  align-items: center;
  height: 40px;
}
.settings__title-text {
  font-weight: 700;
  font-size: 20px;
  margin-right: 61px;
}
.settings__range {
  width: 210px;
}
.settings__range-wrapper {
  display: flex;
  margin-right: 50px;
}
.settings__range-wrapper--no-margin {
  margin-right: 0 !important;
}
.settings__range-title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
}
.settings__range-values {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 9px;
}
.settings__range-min, .settings__range-max {
  font-weight: 700;
  font-size: 14px;
}
.settings__checkbox {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 500;
}
.settings__checkbox:first-child {
  margin-right: 26px;
}
.settings__checkbox-wrapper {
  display: flex;
}
.settings__checkbox-container {
  width: 30px;
  height: 30px;
  background-color: #242424;
  border: 2px solid #3e3e3e;
  cursor: pointer;
  border-radius: 8px;
  margin-left: 7px;
  position: relative;
  transition: 0.2s all;
}
.settings__checkbox-container::after {
  opacity: 0;
  transition: 0.2s all;
  position: absolute;
  content: "";
  top: 0;
  width: 7px;
  height: 13px;
  border: 3px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  left: 8px;
  top: 2.6px;
}
.settings__checkbox-input {
  display: none;
}
.settings__checkbox-input:checked ~ .settings__checkbox-container {
  background-color: #d65f00;
  border-color: #783500;
}
.settings__checkbox-input:checked ~ .settings__checkbox-container::after {
  opacity: 1;
}
.settings #main-reset {
  display: flex;
}
.settings #title-reset {
  display: none;
}
.settings__btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background-color: #1b1a1b;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  border-radius: 40px;
  border: 2px solid #3d3d3d;
  transition: 0.2s all;
  margin-left: auto;
}
.settings__btn-icon {
  width: 20px;
  margin-left: 6px;
}
.settings__btn:hover {
  background-color: #3d3d3d;
}
.settings__btn--hide {
  display: none !important;
}

.noUi-target {
  height: 4px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.noUi-handle {
  width: 18px !important;
  height: 18px !important;
  background-color: #d6d6d6 !important;
  border: 2px solid #696969 !important;
  border-radius: 50% !important;
  top: -8px !important;
  cursor: pointer !important;
  box-shadow: none !important;
}
.noUi-handle::after, .noUi-handle::before {
  display: none !important;
}

.noUi-connect {
  background-color: #f0691d !important;
}

.noUi-base {
  background-color: #696969 !important;
}

.menu {
  padding-top: 40px;
}
.menu__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  width: 977px;
  margin: 0 auto;
  margin-top: 37px;
}
.menu__item {
  margin-top: 15px;
  width: calc(50% - 7.5px);
  height: 240px;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.menu__item-image {
  width: 100%;
  height: 100%;
  transition: 0.4s all;
}
.menu__item:nth-child(1) .menu__item-image {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(102, 57, 16, 0) 85%), url("../images/menu/sushi.jpg") center center/cover no-repeat;
}
.menu__item:nth-child(2) .menu__item-image {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(102, 57, 16, 0) 85%), url("../images/menu/burgers.jpg") center center/cover no-repeat;
}
.menu__item:nth-child(3) .menu__item-image {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(102, 57, 16, 0) 85%), url("../images/menu/udon.jpg") center center/cover no-repeat;
}
.menu__item:nth-child(4) .menu__item-image {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(102, 57, 16, 0) 85%), url("../images/menu/drinks.jpg") center center/cover no-repeat;
}
.menu__item-wrapper {
  position: absolute;
  width: 100%;
  padding: 0 34px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
}
.menu__item-title {
  font-weight: 700;
  font-size: 37px;
}
.menu__item-arrow {
  width: 60px;
  transform: translateY(7px);
}
.menu__item:hover .menu__item-image {
  transform: scale(1.1);
}
.menu__item:hover .menu__item-arrow {
  animation: arrowSwinging 0.8s infinite;
}

@keyframes arrowSwinging {
  0% {
    transform: translate(0, 7px);
  }
  50% {
    transform: translate(8px, 7px);
  }
  100% {
    transform: translate(0px, 7px);
  }
}
.sales {
  padding: 70px 0;
}
.sales__wrapper {
  margin: 52px 0 0 !important;
}
.sales__item {
  margin-top: 9px;
  height: 372px;
}
.sales__arrow-right, .sales__arrow-left {
  position: absolute;
  top: calc(50% - 30px);
  background-color: transparent;
  border: none;
}
.sales__arrow-right svg, .sales__arrow-left svg {
  height: 60px;
  transition: 0.3s all;
}
.sales__arrow-right:hover svg, .sales__arrow-left:hover svg {
  fill: #989898;
}
.sales__arrow-right {
  right: -65px;
}
.sales__arrow-left {
  left: -65px;
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5e5e5e;
}
.slick-dots .slick-active {
  background-color: #fff;
}

.notification {
  overflow: hidden;
  position: fixed;
  display: flex;
  align-items: center;
  padding: 19px 20px 19px 10px;
  bottom: 21px;
  right: -380px;
  border-radius: 17px;
  z-index: 30;
  transition: 0.4s all;
}
.notification--active {
  right: 21px;
}
.notification--active .notification__timer {
  display: block;
}
.notification--active .notification__timer[data-paused=false] {
  animation: notificationTimer 3s linear;
}
.notification-success {
  background-color: rgba(0, 155, 21, 0.9);
}
.notification-primary {
  background-color: rgba(0, 150, 183, 0.9);
}
.notification-primary .notification__timer {
  background-color: rgba(0, 86, 105, 0.9);
}
.notification-primary .notification__icon {
  width: 46px;
  margin-left: 6px;
}
.notification__wrapper {
  margin-left: 17px;
}
.notification__title {
  padding-right: 16px;
  font-size: 18px;
  font-weight: 600;
}
.notification__description {
  font-size: 16px;
  width: 200px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 5px;
}
.notification__icon {
  height: 62px;
}
.notification__timer {
  display: none;
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: rgba(0, 87, 19, 0.9);
  bottom: 0;
  left: 0;
}

@keyframes notificationTimer {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.product-modal {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.product-modal::-webkit-scrollbar {
  display: none;
}
.product-modal--active {
  display: block;
}
.product-modal--active .product-modal__content {
  animation: modalAppearance 0.4s cubic-bezier(0.65, 0.02, 0.04, 1.01);
}
.product-modal--closing .product-modal__content {
  animation: modalDisappearance 0.4s cubic-bezier(0.65, 0.02, 0.04, 1.01);
}
.product-modal__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 37px;
  width: 870px;
  height: 420px;
  position: absolute;
  top: calc(50% - 210px);
  left: calc(50% - 435px);
}
.product__select {
  background-color: white;
  font-size: 14px;
  border-color: transparent;
  font-weight: 600;
  border-radius: 3px;
  color: #f0691d;
  cursor: pointer;
}
.product__wrapper {
  width: 380px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px 0;
}
.product__container {
  display: flex;
  flex-wrap: wrap;
  margin: 14px auto 50px;
}
.product__title {
  font-size: 36px;
  font-weight: 700;
}
.product__weight {
  display: block;
  font-size: 16px;
  color: #989898;
  font-weight: 500;
  margin-top: 8px;
}
.product__description {
  font-weight: 600;
  font-size: 16px;
  margin-top: 12px;
}
.product__img {
  width: 380px;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.product__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 8px;
}
.product__subtitle {
  font-size: 17px;
  font-weight: 500;
}
.product__subtitle-price {
  font-size: 22px;
}
.product__btn-close {
  display: none;
}
.product__btn-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.product-item {
  border: 2px solid #f38c52;
  padding: 20px 21px 0;
  border-radius: 20px;
  position: relative;
  margin: 24px 7px;
  transition: 0.3s all;
  width: 226px;
  height: 346px;
  position: relative;
}
.product-item:hover {
  transform: translateY(-8px);
  border-color: #ff5C00;
}
.product-item:hover .product-item__img::before {
  opacity: 1;
}
.product-item:hover .product-item__info {
  opacity: 1;
}
.product-item--slider {
  margin: 0 auto;
  width: 223px;
}
.product-item--set {
  border-color: #f35252;
}
.product-item--set .product-item__btn {
  background-color: #d60000;
}
.product-item--set .button--orange::before {
  background-color: #960000;
}
.product-item--set:hover {
  border-color: #b70000 !important;
}
.product-item__set-wrapper {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 13px;
  border-radius: 18px;
  border: 2px solid #d60000;
  background-color: #1b1a1b;
  font-weight: 700;
  z-index: 9;
  font-size: 18px;
}
.product-item__set-icon {
  width: 27px;
}
.product-item__img {
  width: 180px;
  height: 168px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.product-item__img::before {
  opacity: 0;
  transition: 0.3s all;
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.52);
}
.product-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item__info {
  opacity: 0;
  transition: 0.3s all;
  z-index: 8;
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 80px);
  font-family: "Montserrat";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 38px;
  font-weight: 700;
  background-color: #2d2d2d;
  border-radius: 30px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.product-item__info-icon {
  margin-left: 5px;
  width: 20px;
}
.product-item__info:hover {
  background-color: #242424;
}
.product-item__title {
  font-weight: 700;
  cursor: pointer;
  font-size: 21px;
  text-align: center;
  margin-top: 12px;
}
.product-item__title-small {
  font-size: 16px !important;
}
.product-item__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  height: 35px;
}
.product-item__wrapper--empty {
  font-size: 18px;
  font-weight: 500;
}
.product-item__price {
  padding-top: 4px;
  font-weight: 500;
  font-size: 28px;
}
.product-item__currency {
  font-weight: 400;
  font-size: 13px;
  margin-left: 4px;
  text-transform: uppercase;
}
.product-item__btn {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 81px);
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 45px;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.delivery {
  display: none;
}
.delivery--active {
  display: block;
}
.delivery--active .delivery__content {
  animation: modalAppearance 0.4s cubic-bezier(0.65, 0.02, 0.04, 1.01);
}
.delivery--closing .delivery__content {
  animation: modalDisappearance 0.4s cubic-bezier(0.65, 0.02, 0.04, 1.01);
}
.delivery__content {
  width: 560px;
  height: 234px;
  top: calc(50% - 117px);
  left: calc(50% - 280px);
  padding: 22px;
}
.delivery__title {
  font-size: 32px;
  font-weight: 700;
  width: 92%;
  text-align: center;
  margin: 0 auto;
  border-bottom: 3px solid #313131;
  padding-bottom: 22px;
}
.delivery__description {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
  line-height: 1.7;
}
.delivery__phone {
  font-size: 25px;
  color: #fff;
  transition: 0.3s all;
  font-weight: 600;
}
.delivery__phone:hover {
  color: #c4c4c4;
}

.footer {
  background-color: #242424;
  padding: 30px 0;
}
.footer__contacts {
  width: 430px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
}
.footer__contacts-item {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  transition: 0.3s all;
}
.footer__contacts-item:first-child .footer__contacts-icon {
  width: 53px;
}
.footer__contacts-item:hover {
  color: #c4c4c4;
}
.footer__contacts-icon {
  margin-right: 13px;
  width: 37px;
}
.footer__social {
  display: flex;
  justify-content: space-between;
  width: 160px;
  margin: 20px auto 0;
}
.footer__social-link {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #353535;
  border-radius: 50%;
  transition: 0.3s all;
}
.footer__social-link:hover {
  background-color: #bE5000;
}
.footer__social-icon {
  width: 27px;
  fill: #fff;
}

.contacts {
  padding: 50px 0;
  border-radius: 50px;
}
.contacts__line {
  width: 100%;
  height: 2px;
  background-color: #282828;
  margin-top: 18px;
}
.contacts__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts__item {
  display: flex;
  align-items: center;
  font-size: 28px;
  margin: 7px 0;
  font-weight: 500;
}
.contacts__item-link {
  padding-left: 8px;
  transition: 0.3s all;
  color: #fff;
}
.contacts__item-link:hover {
  color: #c4c4c4;
}
.contacts__item-icon {
  width: 49px;
  height: 49px;
  margin-right: 12px;
}
.contacts__item:first-child .contacts__item-icon {
  height: 39px;
}
.contacts__item:last-child .contacts__item-icon {
  height: 44px;
}
.contacts__wrapper-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts__title {
  font-size: 37px;
  font-weight: 800;
  margin-bottom: 20px;
}
.contacts__map {
  width: 610px;
  height: 440px;
  border-radius: 17px;
  overflow: hidden;
}
.contacts__map iframe {
  width: 100%;
  height: 100%;
}

.gallery {
  padding-top: 38px;
}
.gallery__social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0 38px;
  width: 370px;
  margin: 0 auto;
  text-decoration: none;
}
.gallery__social-title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.gallery__social-title:hover {
  text-decoration: underline;
}
.gallery__social .footer__social-link {
  margin-left: 12px;
}
.gallery__social:hover .footer__social-link {
  background-color: #bE5000;
}
.gallery__social:focus {
  outline: none;
}
.gallery__container {
  display: flex;
  justify-content: space-between;
}
.gallery__wrapper {
  width: 49.4%;
}
.gallery__item {
  width: 100%;
  border-radius: 17px;
  margin: 0.5vw 0;
}

@media (max-width: 1320px) {
  .container {
    padding: 0 13px;
  }
  .header__container {
    padding: 0 25px;
  }
  .main__container {
    margin-right: 30px;
  }
  .sales__wrapper {
    width: 85% !important;
    margin: 52px auto 0 !important;
  }
}
@media (max-width: 1210px) {
  .page-title {
    padding-left: 25px;
  }
  .settings__wrapper {
    padding: 18px 25px;
  }
  .product__container {
    width: 960px;
    padding: 0;
  }
  .gallery__container {
    padding: 0 20px;
  }
}
@media (max-width: 1120px) {
  .header .navbar__list {
    width: 560px;
  }
  .header .navbar__link {
    font-size: 14px;
  }
  .menu__wrapper {
    width: 100%;
    padding: 0 30px;
  }
  .sales .product__container {
    width: 80%;
  }
}
@media (max-width: 1080px) {
  .contacts__map {
    width: 500px;
    height: 360px;
  }
}
@media (max-width: 1020px) {
  .header__container {
    justify-content: flex-start;
  }
  .header__basket {
    margin-left: auto;
  }
  .header__menu {
    display: flex;
  }
  .header .navbar {
    display: none;
  }
  .main {
    min-height: 700px;
  }
  .main__container {
    transform: translateY(21%);
  }
  .product__container {
    width: 720px;
  }
}
@media (max-width: 940px) {
  .settings #main-reset {
    display: none;
  }
  .settings #title-reset {
    display: flex;
  }
  .settings__title {
    width: 100%;
    margin-bottom: 27px;
  }
  .settings__range-wrapper {
    margin-bottom: 25px;
  }
  .settings__range-wrapper.settings__range-wrapper--no-margin {
    margin-bottom: 0;
  }
  .contacts__container {
    flex-direction: column;
  }
  .contacts__wrapper:first-child {
    margin-bottom: 20px;
  }
  .contacts__item {
    font-size: 32px;
  }
  .contacts__item-icon {
    margin-right: 20px;
  }
  .contacts__map {
    width: 90%;
    height: 450px;
  }
  .contacts__wrapper-container {
    flex-direction: column;
  }
}
@media (max-width: 920px) {
  .product-modal__content {
    width: 700px;
    height: 360px;
    top: calc(50% - 180px);
    left: calc(50% - 350px);
  }
  .product__img {
    height: 270px;
  }
  .product__wrapper {
    width: 300px;
    padding: 19px 0;
  }
  .product__wrapper .radio {
    width: 260px;
    margin-top: 12px;
  }
  .product__wrapper .radio__item {
    font-size: 14px;
  }
  .product__wrapper .button {
    padding: 12px 20px;
    font-size: 14px;
  }
  .product__title {
    font-size: 28px;
  }
  .product__weight {
    margin-top: 6px;
    font-size: 14px;
  }
  .product__description {
    margin-top: 9px;
    font-size: 14px;
  }
  .product__info {
    margin-top: 6px;
  }
  .product__btn-wrapper {
    margin-top: 8px;
  }
  .basket__content {
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
  }
  .basket__content::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 850px) {
  .sales .product-item {
    width: 240px;
    height: 87%;
  }
  .sales .product-item__img {
    height: 180px;
  }
  .sales .product__container {
    width: 80%;
  }
  .sales__item {
    height: 420px;
  }
}
@media (max-width: 790px) {
  .product__container {
    width: 480px;
  }
}
@media (max-width: 768px) {
  .main__container {
    margin: 0 auto;
  }
  .menu__item {
    width: 100%;
  }
  .product-modal .close {
    top: 17.5px;
    right: 17.5px;
  }
  .product-modal .close__icon {
    width: 20px;
  }
  .product-modal .radio {
    width: 100%;
    margin-top: 15px;
  }
  .product-modal .radio__item {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 10px 13px;
  }
  .product-modal .button {
    padding: 16px 24px;
    font-size: 17px;
  }
  .product-modal__container {
    padding: 30px 0;
  }
  .product-modal__content {
    padding: 35px;
    width: 440px;
    top: 20px;
    left: calc(50% - 220px);
    height: auto;
    flex-wrap: wrap;
  }
  .product__img {
    width: 100%;
    height: auto;
  }
  .product__wrapper {
    padding: 20px 0 0 0;
    width: 100%;
  }
  .product__title {
    font-size: 37px;
  }
  .product__weight {
    font-size: 17px;
    margin-top: 10px;
  }
  .product__description {
    font-size: 17px;
    margin-top: 10px;
  }
  .product__info {
    margin-top: 14px;
  }
  .product__btn-wrapper {
    margin-top: 15px;
  }
}
@media (max-width: 725px) {
  .gallery__container {
    flex-direction: column;
    align-items: center;
    width: 80%;
  }
  .gallery__wrapper {
    width: 100%;
  }
  .gallery__item {
    margin: 7px 0;
  }
  .page-title {
    padding-left: 18px;
  }
}
@media (max-width: 675px) {
  .header {
    padding: 12px 0;
  }
  .header--sticky .header__logo-img {
    height: 56px;
  }
  .header__logo-img {
    height: 56px;
  }
  .header__logo-title {
    font-size: 20px;
  }
  .header__basket-icon {
    width: 37px;
  }
  .header__basket-sellcount {
    width: 22px;
    height: 22px;
    font-size: 14px;
    top: -6px;
    right: -6px;
  }
  .main {
    min-height: 610px;
  }
  .main__container {
    transform: translateY(3%);
  }
  .main__title {
    font-size: 55px;
  }
  .main__description {
    width: 90%;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 500;
  }
  .main__wrapper {
    width: 100%;
  }
  .sales .product-item {
    width: 270px;
    height: 94%;
  }
  .sales .product-item__img {
    height: 205px;
  }
  .sales__item {
    height: 412px;
  }
  .footer__contacts {
    padding-top: 30px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    border-top: 3px solid #313131;
  }
  .footer__contacts-item:first-child {
    margin-bottom: 24px;
  }
  .footer__social {
    width: 100%;
    justify-content: center;
    padding-top: 30px;
    border-top: 3px solid #313131;
  }
  .footer__social-link:first-child {
    margin-right: 20px;
  }
  .footer .navbar__list {
    flex-direction: column;
  }
  .footer .navbar__item {
    padding: 12px 0;
    text-align: center;
  }
  .notification {
    width: 292px;
    padding: 16px 18px 16px 8px;
  }
  .notification__title {
    font-size: 21px;
  }
  .notification__description {
    font-size: 15px;
  }
  .gallery__social {
    width: 100%;
    flex-direction: column;
  }
  .gallery__social-title {
    font-size: 22px;
  }
  .gallery__social .footer__social-link {
    margin-top: 12px;
  }
}
@media (max-width: 610px) {
  .header__container {
    padding: 0 14px;
  }
  .header__menu {
    width: 40px;
  }
  .header__language {
    display: none;
  }
  .header__basket {
    margin-left: auto;
  }
  .burger .header__language {
    display: flex;
  }
  .main {
    height: 680px;
  }
  .main__wrapper {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-top: 28px;
  }
  .main__wrapper .button {
    width: 100%;
  }
  .main__wrapper .button--orange {
    margin-bottom: 13px;
  }
  .main__container {
    width: 400px;
  }
  .main__title {
    font-size: 50px;
  }
  .main__description {
    font-weight: 400;
  }
  .menu__wrapper {
    padding: 0;
  }
  .close-notification {
    top: 15px;
    right: 15px;
  }
  .close-notification .close__icon {
    width: 15px;
  }
  .delivery__content {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 10px 0;
  }
  .header--sticky .header__logo-img {
    height: 47px;
    margin-right: 7px;
  }
  .header--sticky .header__logo-title {
    font-size: 18px;
  }
  .header--sticky .header__basket-icon {
    height: 35px;
  }
  .header--sticky .header__basket-sellcount {
    width: 20px;
    height: 20px;
    font-size: 11px;
    top: -5px;
    right: -3px;
  }
  .product__container {
    width: 330px;
  }
  .product-item {
    width: 316px;
    height: 455px;
  }
  .product-item__btn {
    font-size: 19px;
    width: 210px;
    height: 66px;
    bottom: -33px;
    left: calc(50% - 105px);
  }
  .product-item__btn span .button__icon {
    width: 27px;
    margin-left: 6px;
  }
  .product-item__img {
    height: 255px;
  }
  .product-item__title {
    font-size: 24px;
  }
  .product-item__wrapper {
    margin-top: 12px;
  }
  .product-item .price-product-item {
    font-size: 28px;
  }
  .sales .product-item {
    height: 92%;
  }
  .sales .product-item__btn {
    width: 162px;
    height: 50px;
    font-size: 15px;
    bottom: -25px;
    left: calc(50% - 81px);
  }
  .sales .product-item__btn .button__icon {
    width: 23px;
    margin-left: 4px;
  }
  .sales__item {
    height: 430px;
  }
  .basket__content {
    padding-bottom: 40px;
  }
  .contacts__item {
    font-size: 22px;
  }
  .contacts__item-icon {
    margin-right: 12px;
    width: 40px;
    height: 40px;
  }
  .contacts__map {
    height: 300px;
  }
}
@media (max-width: 520px) {
  .price-basket-icon {
    display: none;
  }
}
@media (max-width: 480px) {
  .gallery__social-title {
    font-size: 17px;
  }
}
@media (max-width: 460px) {
  .menu__item {
    height: 200px;
  }
  .menu__item-wrapper {
    padding: 0 26px 15px;
  }
  .menu__item-title {
    margin-top: 15px;
    font-size: 32px;
  }
  .product-modal__container {
    padding: 30px 5px;
    left: 0;
  }
  .product-modal__content {
    width: 100%;
    left: 0;
  }
  .product-modal .radio {
    width: 100%;
  }
  .product-modal .radio__item {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .product-modal .button {
    min-width: 216px;
    width: 100%;
    margin: 0 auto;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-modal .button span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
  }
  .product-modal .button span .button__icon {
    width: 28px;
    margin-left: 8px;
  }
  .product__btn-wrapper {
    width: 70%;
    margin: 0 auto;
    margin-top: 4px;
    flex-direction: column;
  }
  .delivery__content {
    width: 100%;
    min-height: 234px;
    height: auto;
    left: 0;
  }
  .delivery__description {
    font-size: 19px;
  }
  .gallery__container {
    padding: 0;
  }
}
@media (max-width: 415px) {
  .main {
    height: 690px;
  }
  .main__container {
    width: 330px;
  }
  .main__container .button {
    width: 286px;
  }
  .main__title {
    font-size: 43px;
  }
  .main__description {
    font-size: 17px;
    line-height: 1.6;
  }
  .main__wrapper {
    width: 250px;
  }
  .main .button {
    font-size: 17px;
    width: 100%;
  }
  .menu__item-title {
    margin-top: 15px;
    font-size: 28px;
  }
  .menu__item-arrow {
    width: 50px;
  }
  .settings__range {
    width: 180px;
  }
  .basket__content {
    width: 100%;
    right: calc(-100% - 10px);
    padding-bottom: 40px;
    border-right: 4px solid #313131;
  }
  .basket-item__img {
    margin-right: 12px;
  }
  .basket-item__content {
    width: 57%;
  }
  .product__btn-wrapper {
    width: 100%;
  }
  .notification--active {
    right: calc(50% - 146px);
  }
  .contacts__map {
    height: 270px;
  }
}
@media (max-width: 390px) {
  .product-modal .radio__item {
    padding: 9px 10px;
    font-size: 15.6px;
  }
  .contacts__item {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .main {
    min-height: 790px;
  }
  .main__container {
    width: 280px;
  }
  .sales .product-item {
    width: 226px;
    height: 352px;
  }
  .sales .product-item__img {
    height: 166px;
  }
  .sales__item {
    height: 380px;
  }
  .basket__info {
    margin-top: 18px;
  }
  .basket-item {
    height: 106px;
    margin-top: 38px;
  }
  .basket-item::before {
    top: -21px;
  }
  .basket-item__content {
    width: 53%;
    height: 100%;
  }
  .basket-item__img {
    height: 100%;
  }
  .basket-item__title {
    font-size: 18px;
  }
  .basket-item__weight {
    font-size: 13px;
  }
  .basket-item__info {
    font-size: 16px;
  }
  .basket-item .radio-product {
    width: 68px;
  }
  .basket-item .radio-product .radio__item {
    width: 30px;
    height: 30px;
  }
  .basket-item .radio-product .radio__icon {
    height: 18px;
  }
  .basket-item .radio-product .radio__icon#success {
    height: 22px;
  }
  .basket-item .radio__icon {
    height: 18px;
  }
  .basket-item .sellcount span {
    font-size: 15px;
  }
  .basket-item .sellcount-basket {
    width: 68px;
  }
  .basket-item .sellcount__btn {
    width: 20px;
    height: 20px;
  }
  .price-basket {
    font-size: 18px;
  }
  .price-basket .price__currency {
    font-size: 13px;
  }
  .settings__checkbox {
    font-size: 17px;
  }
  .settings__checkbox:first-child {
    margin-right: 15px;
  }
  .product-modal .radio__item {
    width: 140px;
    font-size: 14px;
  }
  .product-modal .radio__item:last-child .radio__icon {
    height: 20px;
  }
  .product-modal .radio__icon {
    height: 25px;
  }
  .product__container {
    width: 240px;
  }
  .product-item {
    width: 226px;
    height: 346px;
  }
  .product-item__btn {
    font-size: 15px;
    width: 162px;
    height: 50px;
    bottom: -25px;
    left: calc(50% - 81px);
  }
  .product-item__btn .button__icon {
    width: 23px;
    margin-left: 4px;
  }
  .product-item__img {
    height: 165px;
  }
  .product-item__title {
    font-size: 21px;
  }
  .product-item__title-small {
    font-size: 16.5px;
  }
  .product-item__wrapper {
    margin-top: 10px;
  }
  .product-item .price-product-item {
    font-size: 26px;
  }
  .delivery__title {
    font-size: 28px;
  }
  .gallery__social-title {
    width: 200px;
    text-align: center;
    font-size: 17px;
  }
}