@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Tenor+Sans&display=swap);
:root {
  --black: #000;
  --dark: #666666;
  --accent: #e0cf9a;
  --grey: #999999;
  --white: #f7f0e8;
  --red: #ff2525;
  --silver: #d7d7d7;
  --font-family: 'Manrope', sans-serif;
  --font-family-head: 'Tenor Sans', sans-serif;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: 0 !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-max,
.irs-min {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-max,
.irs--flat .irs-min {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-50%, #ddd),
    color-stop(150%, #fff)
  );
  background: -o-linear-gradient(top, #ddd -50%, #fff 150%);
  background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(30%, #428bca),
    to(#b9d4ec)
  );
  background: -o-linear-gradient(top, #fff 0, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(30%, #b4b9be),
    to(white)
  );
  background: -o-linear-gradient(top, #fff 0, #b4b9be 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(30%, #919ba5),
    to(white)
  );
  background: -o-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}
.irs--big .irs-max,
.irs--big .irs-min {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#428bca),
    to(#3071a9)
  );
  background: -o-linear-gradient(top, #428bca 0, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e0e4ea),
    to(#d1d6e0)
  );
  background: -o-linear-gradient(top, #e0e4ea 0, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#20b426),
    to(#18891d)
  );
  background: -o-linear-gradient(top, #20b426 0, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(#e9e6e6)
  );
  background: -o-linear-gradient(top, #fff 0, #e9e6e6 100%);
  background: linear-gradient(to bottom, #fff 0, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(30%, #919ba5),
    to(#fff)
  );
  background: -o-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-max,
.irs--modern .irs-min {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #000;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: #000;
}
.irs--sharp .irs-max,
.irs--sharp .irs-min {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-max,
.irs--round .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: #fff;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #000;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-max,
.irs--square .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  max-width: 100vw;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 87%;
}
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;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
details,
main {
  display: block;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
[hidden],
template {
  display: none;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
.link,
a {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.link:hover,
a:hover {
  opacity: 0.7;
}
body {
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  background: var(--white);
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  color: var(--black);
  font-family: var(--font-family-head);
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  text-transform: uppercase;
}
.h1,
h1 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.h2,
h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.h3,
h3 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 24px;
}
.h4,
h4 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 16px;
}
.text,
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 16px 0;
}
ul:not([class]) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
b,
strong {
  font-weight: 700;
}
.text-uppercace {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.wrapper_cut {
  max-width: 100%;
  width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  max-width: 1310px;
  width: 100%;
}
.container--full {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}
.wrapper {
  overflow: hidden;
}
.page-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn {
  font-family: var(--font-family);
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: unset;
  position: relative;
  text-decoration: none;
  background: var(--black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 28px;
  min-height: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  letter-spacing: 0.3em;
  gap: 8px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn::after {
  content: '';
  width: 37px;
  height: 100%;
  background-image: url(../image/icons/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 18px;
}
.btn:hover:not(.btn--reset) {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}
.btn--black {
  color: var(--black);
}
.btn--black::after {
  -webkit-filter: invert();
  filter: invert();
  height: 18px;
}
.btn--noarrow::after {
  display: none;
}
.btn--link {
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  min-height: 1px;
}
.btn--link:hover {
  background-color: transparent;
}
.btn--link::after {
  content: '';
  width: 37px;
  height: 18px;
  background-image: url(../image/icons/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn--reset {
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}
.btn--border-light {
  color: var(--white);
  background: 0 0;
  border-color: var(--white);
}
.btn--arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.btn--accent {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}
.btn--accent:hover:not(.btn--reset) {
  color: var(--black);
  background: var(--yellow-100);
  border-color: var(--yellow-100);
}
.btn--border {
  background-color: transparent;
  border: 2px solid var(--black);
  color: var(--black);
}
.btn--accent-2 {
  color: var(--black);
  background: var(--yellow-100);
  border-color: var(--yellow-100);
}
.btn--accent-2:hover:not(.btn--reset) {
  color: var(--black);
  background: var(--yellow-200);
  border-color: var(--yellow-200);
}
.btn--burger:before,
.btn--cross:before {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn--burger:before {
  background-image: url(../image/icons/burger.svg);
}
.btn--cross:before {
  background-image: url(../image/icons/burger.svg);
}
form .icon-check {
  display: none;
}
.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}
.form__block {
  width: 100%;
}
.form__block.false {
  display: none;
}
.form__input {
  width: 100%;
  display: block;
  background: 0 0;
  border: 1px solid var(--black);
  height: 46px;
  font-size: 16px;
  padding: 12px;
  color: var(--black);
  outline: 0;
  margin-top: 10px;
  color: var(--black);
}
.form__input-error {
  color: var(--red);
  font-size: 14px;
  margin-top: 4px;
  display: none;
}
.form__input-error.show {
  display: block;
}
.form__input--error {
  color: var(--red) !important;
  border-color: var(--red) !important;
}
.form__input:hover {
  border-color: var(--black);
}
.form__input:active,
.form__input:focus {
  border-color: var(--black);
}
.form__agreement {
  color: var(--black);
  font-size: 14px;
  width: 100%;
}
.form__agreement input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.form__agreement input:checked + span::before {
  background-image: url(../image/icons/check.svg);
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.form__agreement span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 11px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form__agreement span::before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
  border: 1px solid var(--black);
  border-radius: 3px;
}
.form__agreement a {
  color: var(--black);
  text-decoration: underline;
}
.form__button {
  margin-top: 28px;
}
.input {
  background-color: #fff;
  border: 2px solid var(--black);
  min-height: 50px;
  padding: 14px 15px;
  font-weight: 500;
  font-size: 16px;
}
.input__date {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  height: 48px;
  padding: 10px 16px;
  width: 100%;
  border-radius: 10px;
  outline: 0;
  border: 1px solid var(--black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-family);
}
.input__date--from {
  padding-left: 35px;
  background-image: url(../image/from.svg);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 16px 57%;
}
.input__date--to {
  padding-left: 44px;
  background-image: url(../image/to.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 16px 57%;
}
.input__date::-webkit-calendar-picker-indicator {
  background-image: url(../image/calendar.svg);
}
input[type='checkbox'] {
  width: 24px;
  height: 24px;
  background-color: var(--black);
  border: 1px solid var(--black);
  border-radius: 0;
}
.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.visibility-hidden {
  visibility: hidden;
}
.no-margin {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.no-padding {
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.img-cover--wrap {
  overflow: hidden;
  position: relative;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__link:before {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.social__link--vk:before {
  background-image: url(../image/icons/social/vk.svg);
}
.social__link--vk:hover:before {
  background-image: url(../image/icons/social/vk-accent.svg);
}
.swiper__controls-gallery {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  left: 0;
  z-index: 2;
}
.swiper__controls-gallery .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background-color: var(--grey);
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.swiper__controls-gallery .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--black);
}
.swiper .swiper-button-prev {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 20px;
  background-image: url(../image/icons/arrow-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
.swiper .swiper-button-next {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 20px;
  background-image: url(../image/icons/arrow-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
.slider-full {
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  padding: 0 calc((100vw - 1310px) / 2 + 30px);
}
.slider-overflow {
  position: relative;
  overflow: hidden;
  width: 100vw;
  padding: 0 20px;
}
.slider-wrapper {
  position: relative;
}
.slider-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.slider-actions__btn {
  margin-right: auto;
  margin-left: auto;
}
.slider-toggles {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
}
.slider-btn {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slider-btn-prev {
  margin-right: 12px;
  background-image: url(../image/icons/slider-prev.svg);
}
.slider-btn-next {
  background-image: url(../image/icons/slider-next.svg);
}
.slider-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.section {
  position: relative;
  margin: 48px 0;
}
.section--content h1 {
  text-align: left;
  padding: 0;
}
.section--content h1::after {
  display: none;
}
.section__content h2 {
  font-size: 20px;
  margin-top: 45px;
  margin-bottom: 24px;
}
.section__content p {
  margin-top: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.section__content ol,
.section__content ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  font-size: 14px;
}
.section--page {
  margin: 24px auto;
  max-width: 900px;
  width: 100%;
}
.section__wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section__product {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.section__product-image img {
  display: block;
  width: 100%;
  height: auto;
}
.section__product-link {
  margin-top: 30px;
}
.section__product-link .btn {
  padding: 0;
  min-height: 1px;
  color: var(--black);
}
.section__product-link .btn::after {
  -webkit-filter: invert();
  filter: invert();
  height: 22px;
}
.section__link .btn {
  padding: 0;
  min-height: 1px;
  color: var(--black);
}
.section__link .btn::after {
  -webkit-filter: invert();
  filter: invert();
  height: 22px;
}
.section__col {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  min-height: 400px;
}
.section--nocontent {
  min-height: 360px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.section--nocontent .section__title {
  color: var(--white);
}
/* .section--nocontent .section__title::after {
  background-color: var(--white);
} */
.section__link {
  position: absolute;
  bottom: 34px;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section__title {
  text-align: center;
  position: relative;
  padding-bottom: 18px;
}
.section__title::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 78px;
  height: 2px;
  background-color: var(--black);
  bottom: 0;
}
.section__title--withbg {
  color: var(--white);
}
/* .section__title--withbg::after {
  background-color: var(--white);
} */
.section--padding {
  padding-left: 15px;
  padding-right: 15px;
}
.section h4 {
  max-width: 650px;
  width: 100%;
}
.section:last-child {
  margin-bottom: 0;
}
.section:first-child {
  margin-top: 0;
}
.section.m-0 {
  margin: 0;
}
.section__head {
  margin-bottom: 32px;
  position: relative;
}
.section__title {
  margin-bottom: 0;
}
.section__disclaimer {
  margin-top: 30px;
  font-size: 14px;
  color: var(--gray-100);
}
.section__text {
  color: var(--gray-100);
  font-size: 18px;
  line-height: 1.2;
  margin-top: 20px;
}
.section--white-text {
  color: var(--white);
}
.section--white-text h2 {
  color: var(--white);
}
.section--bg {
  padding: 48px 0;
}
.section--bg-gray {
  padding: 48px 0;
  background: var(--gray-400);
}
.section--bg-gray:before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--gray-400);
  z-index: -1;
}
.section--full {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
.section__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section__background--gradient::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 127px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(121, 98, 40, 0.5)),
    to(rgba(138, 112, 45, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(121, 98, 40, 0.5) 0,
    rgba(138, 112, 45, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(121, 98, 40, 0.5) 0,
    rgba(138, 112, 45, 0) 100%
  );
}
.section__background--dark::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.section__background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 0;
  object-position: center 0;
  display: block;
  width: 100%;
  height: 100%;
}
.section__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.section__item h2 {
  font-size: 22px;
}
.section__item-card {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section__item-card .section__link {
  display: block;
  position: static;
}
.section__item-card .section__link .btn {
  color: var(--black);
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0;
  height: auto;
  min-height: 1px;
}
.section__item-card .section__link .btn::after {
  width: 24px;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  height: 18px;
  -webkit-filter: invert();
  filter: invert();
}
.section__item-image {
  width: 100%;
  height: 150px;
}
.section__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center cener;
  object-position: center cener;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating__img {
  min-width: 125px;
  max-width: 125px;
}
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: -22;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal--opened {
  opacity: 1;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  pointer-events: all;
  z-index: 99999;
}
.modal__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
}
.modal__close {
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  z-index: 23;
}
.modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.modal__body {
  background-color: var(--white);
  color: var(--black);
  max-width: 1280px;
  width: 100%;
  padding: 30px;
  z-index: 22;
  position: relative;
  height: auto;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: scroll;
  max-height: 95vh;
}
.modal__body.content--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__body--center {
  max-width: 685px;
}
.modal__body--center.content--show {
  display: block;
}
.modal__body--center::after {
  display: none;
}
.modal__body::after {
  content: '';
  position: absolute;
  top: 100px;
  left: 48px;
  width: 104px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.modal__title {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  line-height: 1.2;
}
.modal__title span {
  color: var(--grey-100);
}
.modal__subtitle {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1;
}
.modal__form {
  margin-top: 30px;
  width: 100%;
}
.modal__form body textarea:required:valid,
.modal__form input:required:valid {
  color: var(--black);
}
.modal__form .btn::after {
  display: none;
}
.modal__text {
  margin-top: 40px;
}
.modal__button {
  margin-top: 40px;
}
.modal__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  max-width: 80%;
}
.modal__product-img {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal__product-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.modal__product-title {
  font-size: 14px;
  color: var(--black);
}
.pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.pagination-arrow {
  height: 28px;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.pagination-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.pagination-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pagination-page--active {
  background: var(--yellow-100);
  font-weight: 700;
}
.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
.subscribe__input {
  width: 100%;
}
.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.breadcrubms {
  margin-top: 74px;
  position: relative;
  width: calc(100vw - 10px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  border-top: 1px solid var(--grey);
  overflow-x: scroll;
}
.breadcrubms__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--dark);
  gap: 6px;
  margin-bottom: 0;
  padding: 12px 0;
}
.breadcrubms a {
  color: var(--dark);
  white-space: nowrap;
}
.breadcrubms img:last-child {
  display: none;
}
.breadcrubms img {
  margin-right: 2px;
}
.dropdown {
  position: relative;
  z-index: 12;
}
.dropdown__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  border: none;
  position: relative;
  gap: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}
.dropdown__arrow {
  width: 18px;
}
.dropdown__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.dropdown__arrow.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.dropdown__wrapper {
  position: absolute;
  width: 250px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 10px 0,
    rgba(0, 0, 0, 0.1) 0 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 10px 0, rgba(0, 0, 0, 0.1) 0 0 0 1px;
  border-radius: 5px;
  margin-top: 0.3rem;
  background: var(--white);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -webkit-transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  -o-transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  z-index: 3;
  top: 100%;
  right: 0;
}
.dropdown__wrapper.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dropdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 1rem;
  text-decoration: none;
  color: #000;
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.dropdown__item img {
  max-height: 15px;
  display: block;
  width: auto;
}
.dropdown__item:hover {
  opacity: 1;
}
.dropdown__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 400;
}
.rangeslider {
  padding: 20px;
}
.rangeslider__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rangeslider__input {
  width: 100%;
}
.rangeslider__input:first-child {
  border-right: 0;
  text-align: left;
}
.rangeslider__input:last-child {
  border-left: 0;
  text-align: right;
}
.irs--round .irs-line {
  background-color: var(--silver);
}
.irs--round .irs-bar {
  background-color: var(--accent);
}
.irs--round .irs-handle {
  border-color: var(--accent);
}
.accordion__item.open .accordion__toggle img,
.accordion__item.open .bx-accordion__toggle img,
.bx-accordion__item.open .accordion__toggle img,
.bx-accordion__item.open .bx-accordion__toggle img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__item.open .accordion__content,
.accordion__item.open .bx-accordion__content,
.bx-accordion__item.open .accordion__content,
.bx-accordion__item.open .bx-accordion__content {
  display: block;
}
.accordion__content,
.bx-accordion__content {
  display: none;
  overflow: auto;
  font-size: 14px;
  margin-top: 15px;
}
.accordion__content label,
.bx-accordion__content label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.accordion__toggle,
.bx-accordion__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion__toggle img,
.bx-accordion__toggle img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.accordion__toggle span,
.bx-accordion__toggle span {
  font-weight: 500;
  font-size: 14px;
}
.accordion__item,
.bx-accordion__item {
  padding: 15px 0;
  border-top: 1px solid var(--silver);
}
.accordion__item:last-child,
.bx-accordion__item:last-child {
  border-bottom: 1px solid var(--silver);
}
.toasts {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 212;
}
.toast {
  display: block;
  margin-bottom: 15px;
  width: 320px;
  max-width: calc(100vw - 40px);
  padding: 0.5rem;
  border-radius: 4px;
  -webkit-box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  -webkit-animation: slideInRight 0.3s ease-in-out forwards,
    fadeOut 0.5s ease-in-out forwards 6s;
  animation: slideInRight 0.3s ease-in-out forwards,
    fadeOut 0.5s ease-in-out forwards 6s;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  background-color: #fff;
  border: 2px solid var(--black);
  -webkit-box-shadow: 4px 4px var(--black);
  box-shadow: 4px 4px var(--black);
}
.toast a {
  text-decoration: none;
}
.toast a:hover {
  text-decoration: none;
}
.toast__close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 10px;
  width: 10px;
  z-index: 2;
}
.toast__closing {
  -webkit-animation: slideOutRight 0.5s ease-in-out forwards;
  animation: slideOutRight 0.5s ease-in-out forwards;
}
.toast__progress {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: var(--accent);
  -webkit-animation: toastProgress 6s ease-in-out forwards;
  animation: toastProgress 6s ease-in-out forwards;
}
.toast__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
.toast__image {
  width: 100px;
}
.toast__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.toast__message {
  font-size: 12px;
  color: var(--black);
  padding: 10px 10px 10px 0;
}
.toast__message b {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
.toast--success {
  background-color: #95eab8;
}
.toast--success .toast__progress {
  background-color: #2ecc71;
}
.toast--danger {
  background-color: #efaca5;
}
.toast--danger .toast__progress {
  background-color: #e74c3c;
}
.toast--info {
  background-color: #bddaed;
}
.toast--info .toast__progress {
  background-color: #3498db;
}
.toast--warning {
  background-color: #ead994;
}
.toast--warning .toast__progress {
  background-color: #f1c40f;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  75% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  75% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes toastProgress {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes toastProgress {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
}
.search__close {
  cursor: pointer;
}
.search__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--black);
  background-color: #fff;
  gap: 15px;
  padding: 12px 15px;
}
.search__input {
  width: 100%;
  display: block;
  height: 100%;
  border: none;
  outline: 0;
}
.search__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search__button .btn {
  min-height: 1px;
}
.search__result {
  border: 2px solid var(--black);
  background-color: #fff;
  padding: 24px 16px;
}
.search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.search__item:last-child {
  margin-bottom: 0;
}
.search__item-image {
  width: 50px;
  height: 51px;
}
.search__item-link {
  color: var(--black);
  font-size: 12px;
  line-height: 1.2;
}
.search__item-price {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}
.toggle {
  position: relative;
  z-index: 12;
}
.toggle__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  border: none;
  position: relative;
  gap: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}
.toggle__arrow {
  width: 18px;
}
.toggle__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.toggle__arrow.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.toggle__wrapper {
  position: absolute;
  width: 250px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 10px 0,
    rgba(0, 0, 0, 0.1) 0 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 10px 0, rgba(0, 0, 0, 0.1) 0 0 0 1px;
  border-radius: 5px;
  margin-top: 0.3rem;
  background: var(--white);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -webkit-transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  -o-transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  z-index: 3;
  top: 100%;
  right: 0;
}
.toggle__wrapper.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.toggle__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 1rem;
  text-decoration: none;
  color: #000;
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.toggle__item img {
  max-height: 15px;
  display: block;
  width: auto;
}
.toggle__item:hover {
  opacity: 1;
}
.toggle__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 400;
}
.header {
  position: fixed;
  width: 100%;
  padding: 12px 15px;
  z-index: 300;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  top: 0;
}
.header:not(.header-mobile-menu):hover {
  background-color: var(--white);
}
.header:not(.header-mobile-menu):hover .header__logo--white {
  display: none;
}
.header:not(.header-mobile-menu):hover .header__logo--black {
  display: block;
}
.header:not(.header-mobile-menu):hover .btn--burger::before {
  background-image: url(../image/icons/burger-black.svg);
}
.header:not(.header-mobile-menu):hover .header__nav-link {
  color: var(--black);
}
.header:not(.header-mobile-menu):hover .header__panel-black {
  display: block;
}
.header:not(.header-mobile-menu):hover .header__panel-white {
  display: none;
}
.header__search {
  position: absolute;
  background-color: var(--white);
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__search.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.header__cart {
  position: relative;
}
.header__cart-value {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--red);
  color: var(--white);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 9px;
  right: -3px;
  letter-spacing: 0.1px;
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  width: 140px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: auto;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__logo--black {
  display: none;
}
.header__logo--white {
  display: block;
}
.header__submenu-head {
  display: block;
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--white);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 74px;
  padding: 16px 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__submenu-head.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header__submenu-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.header__submenu-back img {
  width: 24px;
  height: 24px;
}
.header__menu {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: calc(100% - 72px);
  position: fixed;
  top: 72px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 20px;
}
.header__nav-socials {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__nav-phone {
  display: block;
  margin-top: 22px;
  font-size: 15px;
  font-weight: 600;
}
.header__nav-phone a {
  color: var(--black);
}
.header__nav-submenu {
  display: block;
  position: absolute;
  top: 0;
  height: 100vh;
  left: 0;
  width: 100vw;
  background-color: var(--white);
  padding: 40px 20px 20px 20px;
  list-style-type: none;
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-submenu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header__nav-submenu-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.header__nav-submenu-title a {
  color: var(--black);
}
.header__nav-submenu__item {
  margin-bottom: 15px;
}
.header__nav-item {
  position: static;
  margin-bottom: 32px;
}
.header__nav-item:hover .header__nav-submenu {
  display: block;
}
.header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 -4px;
  gap: 33px;
}
.header__nav-list--mobile {
  display: block;
  padding: 20px 0;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
}
.header__nav-list--mobile .header__nav-item:last-child {
  margin-bottom: 0;
}
.header__nav-link {
  color: var(--black);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__nav-link img {
  display: block;
}
.header__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
}
.header__panel-black {
  display: none;
}
.header__panel .btn {
  width: 22px;
}
.header__burger {
  padding: 0;
  margin-right: 20px;
}
.header__burger::after {
  display: none;
}
.header--sticky {
  background: var(--white);
}
.header--sticky .header__logo--white {
  display: none;
}
.header--sticky .header__logo--black {
  display: block;
}
.header--sticky .btn--burger::before {
  background-image: url(../image/icons/burger-black.svg);
}
.header--sticky .header__nav-link {
  color: var(--black);
}
.header--sticky .header__panel-black {
  display: block;
}
.header--sticky .header__panel-white {
  display: none;
}
.header--dark .header__logo--white {
  display: none;
}
.header--dark .header__logo--black {
  display: block;
}
.header--dark .btn--burger::before {
  background-image: url(../image/icons/burger-black.svg);
}
.header--dark .header__nav-link {
  color: var(--black);
}
.header--dark .header__panel-black {
  display: block;
}
.header--dark .header__panel-white {
  display: none;
}
.header-mobile-menu {
  background: var(--white);
}
.header-mobile-menu .header__logo--white {
  display: none;
}
.header-mobile-menu .header__logo--black {
  display: block;
}
.header-mobile-menu .header__panel-black {
  display: block;
}
.header-mobile-menu .header__panel-white {
  display: none;
}
.header-mobile-menu .header__burger:before {
  background-image: url(../image/icons/cross.svg);
  height: 18px;
}
.contacts {
  margin-top: 24px;
}
.contacts__map {
  height: 266px;
  background-color: var(--silver);
}
.contacts__content {
  margin-top: 24px;
}
.contacts__content p {
  margin-top: 10px;
  font-size: 13px;
}
.contacts__quote {
  margin-top: 24px;
  padding: 8px 0;
  font-size: 13px;
  border-top: 1px solid var(--grey);
  border-bottom: 1px solid var(--grey);
}
.contacts__list {
  margin-top: 64px;
}
.contacts__title {
  font-family: var(--font-family-head);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.contacts__item {
  padding: 24px 0;
  border-bottom: 1px solid var(--grey);
  display: block;
  gap: 24px;
}
.contacts__item-image {
  width: 170px;
  height: 112px;
  margin-bottom: 8px;
}
.contacts__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.contacts__item-name {
  font-weight: 500;
}
.contacts__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  gap: 8px;
}
.contacts__item-icon {
  width: 24px;
  height: 24px;
}
.contacts__item-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.contacts__item-phone {
  margin-top: 8px;
}
.contacts__item-info a {
  color: var(--black);
}
.footer {
  padding-top: 41px;
  padding-bottom: 0;
  border-top: 1px solid var(--silver);
  margin-top: 50px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  gap: 20px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  font-family: 'Tenor Sans', sans-serif;
}
.footer__nav-item a {
  max-width: calc(100% - 40px);
}
.footer__nav-item--with-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__nav-item--with-submenu.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer__nav-item--with-submenu.active .footer__nav-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  list-style-type: none;
  padding-left: 8px;
  padding-top: 20px;
}
.footer__nav-item--with-submenu.active .footer__nav-submenu a {
  font-weight: 500;
}
.footer__nav-item--with-submenu::after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../image/icons/chevron-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.footer__nav-link {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
}
.footer__nav-submenu {
  display: none;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__subscribe {
  max-width: 392px;
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 50px;
}
.footer__socials {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 25px;
  width: 100%;
}
.footer__socials-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;
}
.footer__contacts {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.footer__phone {
  font-size: 15px;
  font-weight: 600;
}
.footer__phone a {
  color: var(--black);
}
.footer__emails {
  margin-top: 15px;
  font-size: 15px;
}
.footer__emails a {
  color: var(--black);
  display: block;
}
.footer__address {
  max-width: 100%;
  width: 100%;
  margin-top: 15px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  padding: 24px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid var(--silver);
}
.footer__copyright {
  font-size: 14px;
  color: var(--grey);
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 14px;
  margin-top: 25px;
}
.footer__links a {
  color: var(--grey);
}
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  margin-top: 11px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main__slide {
  min-height: 557px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main .swiper-wrapper > div {
  width: 100%;
}
.main__content {
  color: var(--white);
}
.main__content h1 {
  color: var(--white);
  text-align: center;
}
.main__controls {
  position: absolute;
  right: auto;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  gap: 10px;
  width: 100%;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main__controls .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: var(--white);
  border-radius: 2px;
  display: block;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main__controls .swiper-pagination-bullet-active {
  opacity: 1;
}
.catalog__item {
  width: 229px;
  position: relative;
}
.catalog__item:hover .catalog__item-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.catalog__item-image {
  width: 100%;
  height: 242px;
  overflow: hidden;
  background-color: var(--white);
}
.catalog__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -o-object-position: center center;
  object-position: center center;
  mix-blend-mode: multiply;
}
.catalog__name {
  margin-top: 16px;
  text-align: center;
  line-height: 1.2;
  height: 38px;
}
.catalog__name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--black);
  font-size: 16px;
}
.catalog__name a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.catalog__price {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
}
.collect__item {
  position: relative;
}
.collect__image {
  text-align: center;
}
.collect__image img {
  margin-left: auto;
  margin-right: auto;
}
.collect__link {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 16px;
  display: block;
  color: var(--black);
}
.collect__link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.about__main {
  height: 368px;
  position: relative;
}
.about__main-title {
  position: absolute;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about__main-title h1 {
  color: var(--white);
}
.about__main-title h1::after {
  background-color: var(--white);
}
.about__main-image {
  width: 100%;
  height: 100%;
}
.about__main-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.about__page-image {
  margin: 24px 0;
  position: relative;
  z-index: 1;
}
.about__page-image::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  max-height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.about__page-image h2 {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 78px;
  color: var(--white);
}
.about__page-image h2::after {
  background-color: var(--white);
}
.about__page p {
  max-width: 672px;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.about__page-logo {
  width: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__page-logo::after {
  content: '';
  width: 37px;
  height: 2px;
  background-color: var(--black);
}
.about__page-logo img {
  display: block;
  width: 100%;
}
.about__quote {
  margin-top: 64px;
  font-family: var(--font-family-head);
  font-size: 22px;
  line-height: 1.4;
}
.about__image {
  width: 100%;
  height: 360px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.about__content {
  width: 100%;
  background-color: transparent;
  padding: 30px 20px;
}
.about__content h2 {
  color: var(--white);
  text-align: center;
  position: relative;
  padding-bottom: 18px;
}
.about__content h2::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 78px;
  height: 2px;
  background-color: var(--white);
  bottom: 0;
  display: block;
}
.about__text {
  margin-top: 302px;
  color: var(--black);
  max-width: 430px;
  width: 100%;
}
.about__link {
  margin-top: 55px;
  position: absolute;
  top: 255px;
  width: 100%;
  left: 0;
  text-align: center;
}
.about__link .btn--link {
  color: var(--white);
}
.about__link .btn--link::after {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.product {
  position: relative;
  margin-top: 20px;
}
.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__info {
  width: 100%;
  margin-bottom: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.product__gallery {
  width: 100%;
  margin: 0;
  height: 402px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.product__gallery-item {
  padding-bottom: 22px;
}
.product__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.product__content {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product__title {
  width: 517px;
}
.product__title h1 {
  font-size: 25px;
  font-weight: 400;
  position: relative;
  padding-bottom: 25px;
}
.product__title h1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background-color: var(--black);
  display: block;
}
.product__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  position: absolute;
  top: 0;
  right: 0;
}
.product__control {
  position: relative;
  z-index: 100;
}
.product__control .add-to-favorite .favorite-inactive {
  display: block;
}
.product__control .add-to-favorite .favorite-active {
  display: none;
}
.product__control .add-to-favorite.active .favorite-inactive {
  display: none;
}
.product__control .add-to-favorite.active .favorite-active {
  display: block;
}
.product__control--init {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product__control--init.show {
  visibility: visible;
  opacity: 1;
}
.product__control--init .product__control-list {
  background-color: var(--silver);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 15px;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  margin-top: 15px;
}
.product__control--init .product__control-item {
  width: 25px;
}
.product__control--init .product__control-item a {
  width: 100%;
  height: auto;
}
.product__control--init .product__control-item a img {
  display: block;
  width: 100%;
  height: 100%;
}
.product__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}
.product__description p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product__text {
  width: 413px;
}
.product__text a {
  text-decoration: none;
  color: var(--black);
  margin-top: 8px;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.product__raiting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.product__price {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 600;
}
.product__price s {
  font-size: 0.7em;
  opacity: 0.5;
  padding-left: 15px;
}
.product__buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__buttons .btn {
  width: 100%;
}
.product__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__details-name {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.product__disclaimer {
  margin-top: 10px;
  font-size: 12px;
  color: var(--grey);
  line-height: 1.4;
}
.product__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-bottom: 1px solid var(--dark);
}
.product__tabs-content {
  display: none;
  color: var(--dark);
  padding-top: 11px;
}
.product__tabs-content.active {
  display: block;
}
.product__tab {
  padding: 18px 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: var(--dark);
  border-bottom: 0 solid var(--black);
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product__tab:hover {
  color: var(--black);
}
.product__tab.active {
  color: var(--black);
  border-width: 2px;
}
.product__reviews {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: relative;
}
.product__reviews .product__raiting {
  position: absolute;
  top: 185px;
}
.product__reviews-title {
  font-family: var(--font-family-head);
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
}
.product__reviews-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background-color: var(--black);
  width: 78px;
  display: block;
}
.product__reviews-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.product__reviews-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__reviews-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 38px;
  margin-top: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__reviews--add {
  margin-left: auto;
  text-transform: uppercase;
  font-weight: 600;
}
.product__reviews--add a {
  color: var(--black);
}
.product__reviews-filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.product__reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-top: 32px;
}
.product__reviews-item {
  border: 0;
  padding: 0;
}
.product__reviews-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.product__reviews-stars {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.product__reviews-stars img {
  width: 16px;
  height: 16px;
}
.product__reviews-name {
  font-weight: 500;
  line-height: 1.2;
}
.product__reviews-date {
  opacity: 0.6;
  font-size: 14px;
  line-height: 1.2;
}
.product__reviews-text {
  margin-top: 16px;
  font-size: 14px;
}
.product__reviews-text b {
  font-weight: 600;
}
.product__reviews-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  margin-top: 16px;
}
.product__reviews-bottom a {
  color: var(--black);
}
.product__reviews-likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.product--back {
  display: none;
}
.product--back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black);
  text-transform: uppercase;
  font-size: 18px;
  gap: 12px;
  padding: 16px 26px;
  font-weight: 600;
}
.productSlider .swiper__controls-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productSlider .swiper {
  padding: 0 80px;
  padding-bottom: 11px;
}
.productSlider .swiper .swiper__controls-gallery {
  bottom: 0;
}
.category__main {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 22px 22px 44px 22px;
  background-image: url(../image/category__main.jpg);
  background-size: cover;
  background-position: center top;
  min-height: 224px;
}
.category__main-title {
  font-size: 25px;
  position: relative;
  padding-bottom: 18px;
  color: var(--white);
  font-family: var(--font-family-head);
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.category__main-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 78px;
  background-color: var(--white);
}
.category__sub-categories {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.category__sub-category {
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-right: 24px;
  padding-left: 24px;
  min-height: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 277px;
}
.category__sub-category:hover {
  background-color: var(--black);
}
.category__sub-category-image {
  width: 53px;
  height: 59px;
}
.category__sub-category-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.category__sub-category-name {
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
}
.category__wrapper {
  margin-top: 40px;
}
.category__wrapper h1 {
  font-size: 25px;
  position: relative;
  padding-bottom: 0;
  text-align: left;
}
.category__wrapper h1::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background-color: var(--black);
  width: 78px;
  display: none;
}
.category__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category__filters {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
.category__filters--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.category__filters--mobile {
  display: none;
  position: fixed;
  z-index: 9990;
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white);
}
.category__filters--mobile .category__filters-item {
  padding-left: 20px;
  padding-right: 20px;
}
.category__filters--mobile.show {
  display: block;
}
.category__filters-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--grey);
}
.category__filters-name {
  font-weight: 600;
  font-size: 20px;
}
.category__filters-items {
  max-height: calc(100vh - 63px);
  overflow-x: scroll;
  padding-bottom: 55px;
  height: 100%;
  max-width: 100vw;
}
.category__filters-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category__filters-button {
  width: 100%;
}
.category__filters-button .btn {
  padding: 14px 10px;
  letter-spacing: 2.5px;
  width: 100%;
}
.category__filters-item {
  border-bottom: 1px solid var(--grey);
}
.category__sorts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
.category__products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
  margin-top: 0;
}
.category__products .catalog__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 229px;
}
.category__controls {
  margin-top: 40px;
}
.category--more .btn {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category__pagination {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.category__pagination button {
  height: 30px;
  width: 33px;
  line-height: 1;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  background: 0 0;
  border: 2px solid var(--black);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: 0;
  position: relative;
}
.category__pagination button a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.category__pagination button.active,
.category__pagination button:hover {
  color: var(--white);
  background-color: var(--black);
}
.category__pagination button.active {
  cursor: default;
}
.info h1:after {
  display: none;
}
.info h1 {
  text-align: left;
}
.info__list {
  margin-top: 20px;
}
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding: 23px 0;
  border-bottom: 1px solid var(--dark);
}
.info__label {
  max-width: 320px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
}
.info__text {
  width: 100%;
}
.info__text a {
  color: var(--black);
}
.info__title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 23px;
}
.info__disclaimer {
  margin-top: 72px;
}
.horeca__main {
  position: relative;
  min-height: 400px;
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
}
.horeca__main-bg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.horeca__main-bg:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.horeca__main-bg img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -2;
}
.horeca__main-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: var(--white);
  z-index: 2;
}
.horeca__main-content h1 {
  color: var(--white);
  text-align: center;
  padding-top: 60px;
  font-size: 64px;
  line-height: 1.2;
}

.horeca__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.horeca__view-image {
  max-width: 250px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.horeca__view-image img {
  display: block;
  width: 100%;
  height: auto;
}
.horeca__view-content {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.horeca__view-content h2 {
  margin-bottom: 15px;
}
.horeca__view-content p {
  margin-bottom: 20px;
  font-size: 16px;
}
.horeca__view-content img {
  display: block;
  max-width: 400px;
  height: auto;
  width: 100%;
  margin-left: auto;
}
.horeca__quote {
  padding-left: 32px;
  border-left: 4px solid #7e492f;
}
.horeca__products h2 {
  text-align: center;
}
.horeca__products-items {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.horeca__products-item {
  position: relative;
}
.horeca__products-item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.horeca__products-image {
  border-radius: 15px;
  overflow: hidden;
  height: 150px;
}
.horeca__products-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.horeca__products-name {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.horeca__personal h2 {
  text-align: center;
  margin-bottom: 15px;
}
.horeca__personal-gallery {
  margin-top: 20px;
}
.horeca__personal-gallery .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  gap: auto;
}
.horeca__personal-image {
  overflow: hidden;
  border-radius: 15px;
}
.horeca__personal-image img {
  display: block;
  width: 100%;
  height: auto;
}
.horeca__partners h2 {
  text-align: center;
}
.horeca__partners-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-top: 20px;
}
.horeca__partners-item {
  margin-bottom: 40px;
}
.horeca__partners-logo {
  height: 80px;
}
.horeca__partners-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
}
.horeca__partners-text {
  padding-left: 20px;
  padding-right: 20px;
  border-right: none;
  margin-top: 40px;
}
.horeca__partners-item:first-child .horeca__partners-text {
  padding-left: 0;
}
.horeca__partners-item:last-child .horeca__partners-text {
  padding-right: 0;
  border-right: none;
}
.horeca__companies .section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.horeca__companies-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.horeca__companies-count span {
  background-color: #aa6b39;
  color: var(--white);
  border-radius: 15px;
  font-size: 24px;
  padding: 10px 15px;
}
.horeca__companies-count p {
  font-size: 14px;
  width: 200px;
}
.horeca__companies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 1px;
}
.horeca__companies-item {
  padding: 5px 10px;
  border: 2px solid #d9a774;
  border-radius: 25px;
  font-size: 16px;
  font-size: 12px;
}
.horeca__companies-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 580px) {
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .h3,
  h3 {
    font-size: 28px;
  }
  .container {
    padding: 0 15px;
  }
  .container--full {
    padding: 0 32px;
  }
  .hide-sm-only {
    display: none;
  }
  .slider-overflow {
    padding: 0 30px;
  }
  .section {
    margin: 72px 0;
  }
  .section__head {
    margin-bottom: 47px;
  }
  .section__text {
    margin-top: 24px;
  }
  .section--bg {
    padding: 72px 0;
  }
  .section--bg-gray {
    padding: 72px 0;
  }
  .modal__form .btn::after {
    display: block;
  }
  .breadcrubms {
    margin-top: 98px;
  }
  .header {
    padding: 24px 20px;
  }
  .header__menu {
    height: calc(100% - 98px);
    top: 98px;
  }
  .horeca__view {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .horeca__view-image {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
  .horeca__view-content {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
  .horeca__view-content h2 {
    margin-bottom: 60px;
  }
  .horeca__view-content p {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .horeca__products-items {
    margin-top: 70px;
    gap: 50px 30px;
  }
  .horeca__products-image {
    border-radius: 25px;
    height: 300px;
  }
  .horeca__products-name {
    margin-top: 15px;
    font-size: 18px;
  }
  .horeca__personal h2 {
    margin-bottom: 60px;
  }
  .horeca__personal-gallery {
    margin-top: 60px;
  }
  .horeca__personal-image {
    border-radius: 25px;
  }
  .horeca__partners-items {
    margin-top: 60px;
  }
  .horeca__companies-list {
    gap: 20px 12.5px;
  }
  .horeca__companies-item {
    padding: 5px 20px;
    font-size: 16px;
  }
  .horeca__companies-logos {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    margin-top: 80px;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  .form__wrapper {
    gap: 25px 30px;
  }
  .form__block {
    width: calc(50% - 15px);
  }
  .hide-md-up {
    display: none;
  }
  .slider-overflow {
    width: 100%;
    padding: 0;
  }
  .section__content h2 {
    margin-top: 50px;
  }
  .section--page {
    margin: 70px auto;
  }
  .section__wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .section__col {
    padding-top: 58px;
    padding-bottom: 52px;
  }
  .section--nocontent {
    min-height: 475px;
    padding-top: 58px;
    padding-bottom: 52px;
  }
  .section__link {
    bottom: 52px;
  }
  .section--padding {
    padding-left: 32px;
    padding-right: 32px;
  }
  .section__disclaimer {
    margin-top: 40px;
  }
  .section__background img {
    -o-object-position: center 15%;
    object-position: center 15%;
  }
  .section__item h2 {
    font-size: 38px;
  }
  .section__item-card {
    width: 270px;
  }
  .section__item-card .section__link {
    display: none;
  }
  .section__item-image {
    height: 264px;
  }
  .modal__title {
    font-size: 56px;
  }
  .modal__subtitle {
    margin-top: 38px;
  }
  .modal__form {
    margin-top: 83px;
  }
  .modal__product-img {
    width: 100px;
    height: 100px;
  }
  .modal__product-title {
    font-size: 18px;
  }
  .pagination {
    margin-top: 60px;
  }
  .breadcrubms {
    margin-top: 118px;
    border-top: none;
    overflow-x: visible;
  }
  .breadcrubms__list {
    font-size: 14px;
    margin-bottom: 34px;
    padding: 0;
  }
  .accordion__content,
  .bx-accordion__content {
    font-size: 16px;
  }
  .accordion__toggle span,
  .bx-accordion__toggle span {
    font-size: 18px;
  }
  .search__item-link {
    font-size: 18px;
    line-height: 1.4;
  }
  .search__item-price {
    font-size: 18px;
    line-height: 1.4;
  }
  .header__logo {
    width: 200px;
  }
  .header__panel .btn {
    width: 24px;
  }
  .contacts {
    margin-top: 64px;
  }
  .contacts__map {
    height: 389px;
  }
  .contacts__content {
    margin-top: 40px;
  }
  .contacts__content p {
    margin-top: 15px;
    font-size: 16px;
  }
  .contacts__quote {
    font-size: 16px;
  }
  .contacts__item {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts__item-image {
    margin-bottom: 0;
  }
  .footer {
    padding-top: 75px;
    padding-bottom: 25px;
    border-top: 0;
    margin-top: 0;
  }
  .footer__nav {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__nav-item--with-submenu::after {
    display: none;
  }
  .footer__wrapper {
    margin-top: 48px;
  }
  .footer__subscribe {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
  .footer__socials {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    width: auto;
  }
  .footer__socials-title {
    display: none;
  }
  .footer__contacts {
    max-width: 50%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__emails {
    margin-top: 12px;
  }
  .footer__address {
    max-width: 50%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .footer__bottom {
    margin-top: 70px;
    padding: 45px 0;
    border-top: 0;
  }
  .footer__links {
    gap: 30px;
    margin-top: 0;
  }
  .footer__logos {
    gap: 3px;
    margin-top: 0;
  }
  .main__slide {
    min-height: 628px;
  }
  .main__controls {
    right: 100px;
    bottom: 50px;
    left: auto;
    gap: 20px;
    width: auto;
  }
  .main__controls .swiper-pagination-bullet {
    width: 70px;
    height: 3px;
  }
  .catalog__price {
    font-size: 22px;
  }
  .about__main {
    height: 628px;
  }
  .about__main-title {
    bottom: 110px;
  }
  .about__main-image img {
    -o-object-position: center center;
    object-position: center center;
  }
  .about__page-image {
    margin: 64px 0;
  }
  .about__page-image::after {
    height: 263px;
  }
  .about__page p {
    font-size: 25px;
  }
  .about__page-logo {
    width: 556px;
  }
  .about__quote {
    font-size: 30px;
  }
  .about__image {
    width: 50%;
    height: 515px;
    position: static;
  }
  .about__content {
    width: 50%;
    background-color: var(--accent);
    padding: 55px 78px;
  }
  .about__content h2 {
    text-align: left;
    padding-bottom: 0;
  }
  .about__content h2::after {
    display: none;
  }
  .about__text {
    margin-top: 153px;
  }
  .about__link {
    position: static;
    text-align: left;
  }
  .about__link .btn--link {
    color: var(--black);
  }
  .about__link .btn--link::after {
    -webkit-filter: invert();
    filter: invert();
  }
  .product {
    margin-top: 0;
  }
  .product__wrapper {
    gap: 50px;
    margin-bottom: 85px;
  }
  .product__info {
    margin-bottom: 85px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .product__gallery {
    width: calc(48% - 25px);
    height: 607px;
  }
  .product__content {
    width: calc(52% - 25px);
  }
  .product__title h1 {
    padding-bottom: 0;
  }
  .product__title h1::after {
    display: none;
  }
  .product__controls {
    position: static;
  }
  .product__description {
    margin-top: 40px;
  }
  .product__raiting {
    position: static;
  }
  .product__price {
    margin-top: 40px;
  }
  .product__buttons {
    margin-top: 34px;
  }
  .product__buttons .btn {
    width: calc(50% - 6px);
  }
  .product__details {
    margin-top: 40px;
  }
  .product__reviews {
    width: calc(50% - 25px);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .product__reviews .product__raiting {
    position: static;
  }
  .product__reviews-title {
    text-align: left;
    padding-bottom: 0;
  }
  .product__reviews-title::after {
    display: none;
  }
  .product__reviews-controls {
    margin-top: 25px;
  }
  .product__reviews-list {
    margin-top: 44px;
  }
  .product__reviews-item {
    border: 1px solid var(--grey);
    padding: 16px;
  }
  .product--back {
    display: block;
  }
  .productSlider .swiper__controls-gallery {
    display: none;
  }
  .productSlider .swiper {
    padding: 0 100px;
    padding-bottom: 0;
  }
  .category__main {
    padding: 22px 250px 55px 250px;
  }
  .category__sub-categories {
    gap: 24px 16px;
  }
  .category__sub-category {
    width: auto;
  }
  .category__wrapper h1 {
    font-size: 50px;
    padding-bottom: 18px;
    text-align: center;
  }
  .category__wrapper h1::after {
    display: block;
  }
  .category__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
  .category__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category__filters--show {
    display: none;
  }
  .category__products {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 40px;
  }
  .info h1:after {
    display: block;
  }
  .info h1 {
    text-align: center;
  }
  .info__list {
    margin-top: 64px;
  }
  .info__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .horeca__main {
    min-height: 660px;
  }
  .horeca__view {
    gap: 160px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .horeca__products-items {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .horeca__personal-gallery .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
  .horeca__partners-items {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
  .horeca__partners-item {
    margin-bottom: 0;
  }
  .horeca__partners-text {
    border-right: 4px solid #7e492f;
  }
  .horeca__companies .section__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .horeca__companies-count {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .horeca__companies-list {
    gap: 20px 15px;
  }
  .horeca__companies-logos {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 50px;
    line-height: 1.2;
  }
  .h2,
  h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  .h3,
  h3 {
    font-size: 36px;
  }
  .text-lg-center {
    text-align: center;
  }
  .hide-lg-up {
    display: none;
  }
  .section {
    margin: 124px 0;
  }
  .section--page {
    margin: 70px auto;
  }
  .section--nocontent {
    min-height: 619px;
  }
  .section__text {
    margin-top: 30px;
  }
  .section--bg {
    padding: 100px 0;
  }
  .section--bg-gray {
    padding: 100px 0;
  }
  .modal__close {
    width: 60px;
    height: 60px;
    right: 30px;
    top: 30px;
  }
  .footer__contacts {
    max-width: 205px;
    margin-top: 0;
  }
  .footer__address {
    max-width: 315px;
    margin-top: 0;
  }
  .product__wrapper {
    gap: 108px;
  }
  .product__gallery {
    width: calc(48% - 54px);
  }
  .product__content {
    width: calc(52% - 54px);
  }
  .product__reviews {
    width: calc(50% - 54px);
  }
  .horeca__view-image {
    max-width: 400px;
  }
  .horeca__products-items {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .hide-xl-only {
    display: none;
  }
  .header {
    padding: 35px 32px;
  }
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: static;
    top: 0;
    padding: 0;
  }
  .header__nav-socials {
    display: none;
  }
  .header__nav-phone {
    display: none;
  }
  .header__nav-submenu {
    display: none;
    top: 100%;
    height: auto;
    width: 400px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header__nav-submenu-title {
    display: none;
  }
  .header__nav-item {
    position: relative;
    margin-bottom: 0;
  }
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__nav-list--mobile {
    display: none;
  }
  .header__nav-link {
    color: var(--white);
    letter-spacing: 0.3em;
    display: block;
  }
  .header__nav-link img {
    display: none;
  }
  .header__burger {
    display: none;
  }
  .header--sticky {
    padding: 15px 32px;
  }
  .main__slide {
    min-height: 817px;
  }
  .about__image {
    height: 660px;
  }
  .product__wrapper {
    gap: 62px;
  }
  .product__gallery {
    width: calc(48% - 31px);
  }
  .product__content {
    width: calc(52% - 31px);
  }
}
@media (max-width: 1339px) {
  .slider-full {
    padding: 0 30px;
  }
}
@media (max-width: 579px) {
  .slider-full {
    padding: 0 20px;
  }
  .hide-sm-down {
    display: none;
  }
}
@media (max-width: 1439px) {
  .header__nav .header__nav-list > li {
    margin-bottom: 15px;
  }
  .hide-xl-down {
    display: none;
  }
  .header__menu {
    left: 0;
    background: var(--white);
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }
  .header-mobile-menu .header__menu {
    z-index: 93;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1999px) {
  .hide-lg-down {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-md-down {
    display: none;
  }
  .slider-overflow {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/*# sourceMappingURL=style.min.css.map */
