@charset "UTF-8";

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

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

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

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

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

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

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

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

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

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

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

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

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

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

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

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

.irs-disabled {
  opacity: 0.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */

@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

address {
  font-style: normal;
}

.lg-container .lg-next,
.lg-container .lg-prev,
.lg-container .lg-close {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block !important;
}

.lg-container .lg-next:after,
.lg-container .lg-next:before,
.lg-container .lg-prev:after,
.lg-container .lg-prev:before,
.lg-container .lg-close:after,
.lg-container .lg-close:before {
  display: none;
}

.lg-container .lg-prev {
  background-image: url(../img/lightgallery/prev.svg);
}

.lg-container .lg-next {
  background-image: url(../img/lightgallery/next.svg);
}

.lg-container .lg-close {
  background-image: url(../img/lightgallery/close.svg);
  margin-top: 10px;
  margin-right: 10px;
}

.lg-container .lg-sub-html {
  display: none;
}

.grecaptcha-badge {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.button,
a.button {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  height: 52px;
  border-radius: 60px;
  width: max-content;
  max-width: 100%;
  padding: 0 32px;
  cursor: pointer;
  transition: 0.5s !important;
  background-color: #473ae0;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.button span,
a.button span {
  font-size: 16px;
  white-space: nowrap;
}

.button.button-dark,
a.button.button-dark {
  background-color: #000;
  color: #fff;
}

.button.button-border,
a.button.button-border {
  background-color: #fff;
  color: #000;
  border: 1px solid #DCDDE1;
}

.button.button-border .icon,
a.button.button-border .icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.button.button-dark,
a.button.button-dark {
  background-color: #000;
}

.button.button-transparent,
a.button.button-transparent {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.title {
  font-size: 32px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  display: block;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: 0;
}

.title.center {
  text-align: center;
}

.title.sub {
  margin-bottom: 20px;
}

.title span {
  font-weight: 500;
  color: #000;
}

.title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.title-row .title {
  margin-bottom: 0;
  width: 100%;
}

.title-row .arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
}

.title-row .arrows .arr {
  width: auto;
  min-width: 0;
  height: auto;
  margin-left: 10px;
}

.title-row .subtitle {
  margin-bottom: 0;
  width: calc(100% - 610px - 125px);
}

.page-top {
  padding-top: 120px;
}

.page-title {
  font-size: 32px;
  display: block;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 40px;
}

.page-title.sub {
  margin-bottom: 10px;
}

.page-title.center {
  text-align: center;
  margin-bottom: 16px;
}

.breadcrumbs {
  color: #818793;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 35px;
}

.breadcrumbs span,
.breadcrumbs a {
  color: #9CA3AF;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.subtitle {
  font-size: 15px;
  line-height: 1.2;
  display: block;
  color: #000;
  margin-bottom: 24px;
}

.subtitle.center {
  text-align: center;
}

.hidden {
  display: none !important;
}

.arr {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  height: 56px;
  width: 56px;
  transition: 0.2s;
  cursor: pointer;
  z-index: 15;
}

.arr.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.slider-wrap {
  position: relative;
  z-index: 5;
  flex-wrap: nowrap !important;
}

.slider-wrap .arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
  width: 42px;
  height: 42px;
  z-index: 15;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
}

.slider-wrap .arr-prev {
  left: -21px;
}

.slider-wrap .arr-next {
  right: -21px;
}

.slider-wrap .arr.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.disabled-slider .arr {
  display: none;
}

.disabled-slider .dots {
  display: none;
}

.dots {
  display: flex;
}

.dots .swiper-pagination-bullet {
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.15);
}

.dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper {
  width: 100%;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.wrap .swiper-wrapper {
  flex-wrap: nowrap;
}

.row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  min-width: calc(100% + 20px);
}

.row-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.row .item {
  margin-right: 20px;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.flex-col * {
  text-align: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.wp-pagenavi,
.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.wp-pagenavi span,
.wp-pagenavi a,
.woocommerce-pagination ul span,
.woocommerce-pagination ul a {
  height: 48px;
  width: 48px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 400;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-family: "Poppins", sans-serif;
}

.wp-pagenavi a,
.woocommerce-pagination ul a {
  color: #000;
}

.wp-pagenavi a:hover,
.woocommerce-pagination ul a:hover {
  background-color: #fff;
}

.wp-pagenavi span.current,
.woocommerce-pagination ul span.current {
  background-color: #000;
  font-weight: 400;
  color: #fff;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi .next,
.wp-pagenavi .prev,
.wp-pagenavi a.previouspostslink,
.woocommerce-pagination ul a.nextpostslink,
.woocommerce-pagination ul .next,
.woocommerce-pagination ul .prev,
.woocommerce-pagination ul a.previouspostslink {
  width: 24px;
  height: 48px;
  border-radius: 12px;
  background-color: #fff;
  font-size: 0;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/next.svg);
  transition: 0.5s;
  margin: 0;
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi .next:hover,
.wp-pagenavi .prev:hover,
.wp-pagenavi a.previouspostslink:hover,
.woocommerce-pagination ul a.nextpostslink:hover,
.woocommerce-pagination ul .next:hover,
.woocommerce-pagination ul .prev:hover,
.woocommerce-pagination ul a.previouspostslink:hover {
  transform: scale(1.1);
}

.wp-pagenavi a.previouspostslink,
.woocommerce-pagination ul a.previouspostslink {
  background-image: url(../img/icons/prev.svg);
}

.wp-pagenavi .pages,
.woocommerce-pagination ul .pages {
  display: none;
}

.content {
  display: block;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content h1 {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  margin-top: 20px;
}

.content h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.content h3 {
  font-size: 20px;
  text-transform: uppercase;
}

.content h4 {
  font-size: 20px;
}

.content h5 {
  font-size: 20px;
}

.content h6 {
  font-size: 18px;
}

.content a {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: underline;
}

.content a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.content blockquote {
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 70px;
  border-radius: 20px;
  border: 1px solid #DCDDE1;
}

.content blockquote::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/quote.svg);
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.content blockquote cite {
  font-size: 16px;
  margin-top: 10px;
}

.content blockquote p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.content blockquote p:last-child {
  margin-bottom: 0;
}

.content p {
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.content p strong {
  font-weight: 600;
  font-size: 22;
}

.content ul {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 10px;
}

.content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.content ul li::after {
  position: absolute;
  content: "";
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  width: 5px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.content ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.content ol li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
}

.content ol li:before {
  content: counter(item);
  counter-increment: item;
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 100%;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content .wp-block-table {
  display: block;
  margin-bottom: 60px;
}

.content .wp-block-table table {
  table-layout: fixed;
}

.content .wp-block-table table thead {
  border-bottom: none;
  padding: 0;
  border-radius: 16px;
  border: none;
}

.content .wp-block-table table thead tr {
  border: none;
}

.content .wp-block-table table thead tr th {
  text-align: left;
  color: #fff;
  margin: 0;
  background-color: #000;
  font-size: 16px;
  font-weight: 400;
  border: none;
  padding: 16px 10px;
  border: none;
}

.content .wp-block-table table thead tr th:first-child {
  border-radius: 16px 0 0 16px;
  width: 200px;
  padding-left: 20px;
}

.content .wp-block-table table thead tr th:last-child {
  border-radius: 0 16px 16px 0;
  padding-right: 20px;
}

.content .wp-block-table table tbody tr:nth-child(odd) {
  background-color: #fff;
}

.content .wp-block-table table tbody tr:nth-child(even) {
  background-color: #F6F8FA;
  overflow: hidden;
}

.content .wp-block-table table tbody tr td {
  font-size: 16px;
  color: #000;
  padding: 16px 10px;
  border: none;
  text-align: left;
}

.content .wp-block-table table tbody tr td:first-child {
  border-radius: 16px 0 0 16px;
  width: 200px;
  padding-left: 20px;
}

.content .wp-block-table table tbody tr td:last-child {
  border-radius: 0 16px 16px 0;
  padding-right: 20px;
}

.content .wp-block-gallery {
  margin-bottom: 40px;
  min-width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 !important;
}

.content .wp-block-gallery .wp-block-image {
  width: calc(33.3% - 20px) !important;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  border-radius: 24px;
}

.content .wp-block-gallery .wp-block-image img {
  border-radius: 24px;
  display: block;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4/3;
  transition: 2s;
}

.content .wp-block-gallery .wp-block-image a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.content .wp-block-gallery .wp-block-image a:hover img {
  transform: scale(1.3);
  transition: 2s;
}

.content .wp-block-image {
  margin-bottom: 40px;
}

.content .wp-block-image img {
  border-radius: 24px;
}

.content iframe {
  display: block;
  margin-bottom: 40px;
  border-radius: 24px;
  aspect-ratio: 16/8;
  height: auto !important;
  width: 100% !important;
}

.content .wp-block-table.is-style-stripes {
  border: none;
}

.single .comments {
  margin-top: 40px;
}

.single .comments .logged-in-as {
  display: none;
}

.single .comments li.comment {
  display: block;
  margin-bottom: 30px;
}

.single .comments li.comment .content p {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
}

.single .comments li.comment .content p:last-child {
  margin-bottom: 0;
}

.single .comments li.comment .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}

.single .comments li.comment .top .meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.single .comments li.comment .top .meta .author {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.single .comments li.comment .top .meta .date {
  margin: 0;
  font-size: 13px;
  color: #84858B;
  font-weight: 500;
  line-height: 1.4;
}

.single .comments li.comment .top .avatar {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C4C7D2;
  color: #fff;
  border-radius: 100%;
  min-width: 48px;
  margin-right: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.single .comments .comments-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
  display: block;
}

.single .comments .comment-error {
  margin-bottom: 20px;
  font-size: 14px;
  color: #473ae0;
}

.single .comments .comment-success {
  color: #12B76A;
  font-size: 16px;
  margin-bottom: 20px;
}

.single .comments #comments {
  margin-bottom: 40px;
}

.single .comments #comments #respond {
  display: block;
  margin-bottom: 40px;
}

.single .comments #comments #respond .form-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 24px;
  width: 100%;
}

.single .comments #comments #respond #commentform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.single .comments #comments #respond #commentform .form-submit .button {
  padding: 0 32px;
}

.single .comments #comments #respond #commentform .form-group {
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.single .comments #comments #respond #commentform .form-group input {
  height: 56px;
  border-radius: 4px;
  border: 1px solid #DCDDE1;
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  padding-left: 16px;
}

.single .comments #comments #respond #commentform .form-group input::placeholder {
  color: #84858B;
}

.single .comments #comments #respond #commentform .form-group textarea {
  height: 150px;
  padding-left: 16px;
  border: 1px solid #DCDDE1;
  background-color: #fff;
  border-radius: 4px;
  color: #000;
}

.single .comments #comments #respond #commentform .form-group textarea::placeholder {
  color: #84858B;
}

.single .comments #comments #respond #commentform .form-group.col-6 {
  width: calc(50% - 12px);
}

.popup.thanks {
  display: none;
  z-index: 5000;
  border-radius: 24px;
  background-color: #fff;
  width: 530px;
  padding: 40px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.07);
}

.popup.thanks .wrapper-thx {
  display: flex;
  height: 100%;
  min-height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup.thanks .wrapper-thx .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.popup.thanks .wrapper-thx .button {
  max-width: 100%;
  width: 100%;
}

.popup.thanks .wrapper-thx b {
  color: #000;
  display: block;
  text-align: center;
  max-width: 100%;
  font-size: 36px;
  margin-bottom: 16px;
}

.popup.thanks .wrapper-thx p {
  width: 100%;
  color: #6B7280;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 24px;
}

.overlay,
.overlay-menu {
  position: fixed;
  z-index: 15;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay {
  z-index: 200;
}

.cookie {
  width: 100%;
  max-width: 100%;
  background-color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  color: #fff;
  z-index: 70;
}

.cookie .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.cookie .meta b {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.cookie .meta p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}

.cookie .meta p a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  font-size: 12px;
  text-decoration: underline;
}

.cookie .meta p a:hover {
  color: #fff;
}

.cookie .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
}

.cookie .button {
  margin-left: 40px;
}

.cookie .cancel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  margin-left: 40px;
  white-space: nowrap;
  width: max-content;
}

.cookie .cancel:hover::after {
  width: 100%;
}

.cookie .cancel::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  bottom: -2px;
  background-color: #fff;
  transition: 0.3s;
  width: 0;
}

.cookie .cancel .icon {
  margin-left: 6px;
}

.popup {
  width: 480px;
  max-width: 95vw;
  max-height: calc(100% - 30px);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.07);
  padding: 42px 20px;
  padding-top: 56px;
  z-index: 250;
  display: none;
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  border-radius: 16px;
}

.popup .qr-code {
  margin-bottom: 32px;
}

.popup .download {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup .download a {
  margin: 0 5px;
}

.popup .wrap {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.popup .mini-title {
  text-align: center;
  margin-bottom: 42px;
}

.popup .input {
  margin-bottom: 15px;
}

.popup-thx {
  opacity: 0.3;
}

.popup .close {
  position: absolute;
  cursor: pointer;
  transition: 0.2s;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.popup .close:hover svg path {
  fill: #473ae0;
}

.popup.popup-long {
  overflow: hidden;
  overflow-y: auto !important;
  border-radius: 0;
  -ms-overflow-style: scrollbar;
}

.popup.popup-long::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

.popup.popup-long::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 4px;
}

.popup.popup-long::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(240deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(0deg, #fff 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #fff;
}

.popup.popup-long::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(300deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(60deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(180deg, #fff 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #fff;
}

.popup.popup-long .form .input p {
  top: 5px;
}

.popup.popup-long .form .input.select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dcdde1;
  height: 53px;
  position: relative;
}

.popup.popup-long .form .input.select::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url(../img/icons/menu-arr.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.popup.popup-long .form .input.select p {
  display: block !important;
  top: 5px;
}

.popup.popup-long .form .input.select select {
  width: 100%;
  height: 53px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 10;
  padding-left: 15px;
  padding-top: 16px;
  display: flex;
}

.popup.popup-long .form .input.file {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.popup.popup-long .form .input.file .file-toggle {
  margin-right: 20px;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 6px;
}

.popup.popup-long .form .input.file .file-caption {
  font-size: 14px;
  color: #9CA3AF;
}

.popup.popup-long .form .input.file input {
  display: none;
}

.popup.popup-frame {
  padding: 0;
  border-radius: 16px !important;
  width: 500px;
  max-width: calc(100% - 30px);
  height: 100%;
  max-height: calc(100% - 30px);
}

.popup.popup-frame .close {
  top: 10px;
  right: 10px;
}

.popup.popup-frame .wrap {
  padding: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  border: 0;
}

.popup.popup-frame iframe {
  width: 100% !important;
  border-radius: 16px !important;
  height: 100% !important;
  border: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

.input {
  border-radius: 12px;
  position: relative;
}

.input p {
  position: absolute;
  display: none;
  color: #9CA3AF;
  font-size: 12px;
  left: 16px;
  top: 8px;
  z-index: 5;
}

.input textarea {
  border-radius: 12px;
  height: 155px;
  resize: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 100%;
  max-width: 100%;
  display: block;
  padding-top: 20px;
  font-family: "Poppins", sans-serif;
}

.input textarea:placeholder {
  color: #84858B;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.input input {
  border-radius: 12px;
  height: 55px;
  border: none;
  font-size: 16px;
  color: #000;
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
}

.input input:placeholder {
  color: #84858B;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.input.listen input {
  padding-top: 26px;
}

.input.listen textarea {
  padding-top: 26px;
}

.input.listen p {
  display: block;
}

.input .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.input .wpcf7-form-control-wrap > span {
  position: absolute;
  z-index: 5;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 10px;
  background-color: #FF0D65;
  border-radius: 999px;
  top: -10px;
  right: -5px;
}

.input .wpcf7-form-control-wrap > span::before {
  content: "";
  position: absolute;
  right: 31px;
  top: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/no-valid-arr.svg);
  height: 8px;
  width: 12px;
}

.input .wpcf7-form-control-wrap > span::after {
  position: absolute;
  top: calc(100% + 10px);
  content: "";
  height: 24px;
  width: 24px;
  right: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/no-valid.svg);
}

.form small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 1.2;
  margin-top: 23px;
}

.form small a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: underline;
}

.form small a:hover {
  color: #000;
}

.form .form-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form .form-row .input {
  margin-right: 10px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.form .form-row .input.half {
  width: calc(50% - 5px);
  margin-right: 10px;
}

.form .form-row .input.half:last-child {
  margin-right: 0;
}

.form .form-row .input p {
  left: 16px;
  top: 8px;
}

.form .form-row .submit {
  width: 100%;
  max-width: 145px;
}

.form .submit {
  position: relative;
}

.form .submit input {
  font-weight: 500;
  font-size: 16px;
  height: 55px;
  padding: 0 24px;
  width: 100%!important;
}

.form .submit input:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.form .submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.form .input {
  margin-bottom: 10px;
}

.form .input textarea {
  border-radius: 12px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  height: 120px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  font-family: "Poppins", sans-serif;
}

.form .input textarea::placeholder {
  color: #818793;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}

.form .input input {
  border-radius: 12px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  height: 55px;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding-left: 16px;
  font-family: "Poppins", sans-serif;
}

.form .input input::placeholder {
  color: #818793;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.form.form-white .submit {
  width: 100%;
}

.form.form-white .submit input {
  width: 100%;
  max-width: 100%;
}

.form.form-white form {
  max-width: 100%;
  width: 100%;
}

.form.form-white small {
  color: #9CA3AF;
}

.form.form-white small a {
  color: #9CA3AF;
}

.form.form-white .input.full {
  margin-bottom: 10px;
}

.form.form-white .input.full textarea {
  max-height: 100%;
  height: 170px;
}

.form.form-white .input p {
  color: #9CA3AF;
}

.form.form-white .input input,
.form.form-white .input textarea {
  background-color: #F6F8FA;
}

.category {
  display: block;
}

.category-wrap.disabled-slider {
  min-width: calc(100% + 20px);
}

.category-wrap.disabled-slider .item {
  max-width: calc(25% - 20px);
  margin-right: 20px;
}

.category-wrap .swiper {
  border-radius: 12px;
  user-select: none;
}

.category-wrap .item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  max-width: 25%;
  margin-right: 20px;
  aspect-ratio: 280/340;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  padding: 0;
  transition: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 1;
}

.category-wrap .item .meta {
  position: relative;
  z-index: 5;
  padding: 16px;
  padding-bottom: 8px;
  opacity: 1;
  backface-visibility: hidden;
}

.category-wrap .item img,
.category-wrap .item video {
  position: absolute;
  opacity: 1;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  transition: 1s;
  height: auto;
  border-radius: 12px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  object-position: center;
  display: block;
}

.category-wrap .item p {
  margin-bottom: 8px;
}

.category-wrap .item b {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}

.category-wrap .item .tags {
  flex-wrap: wrap;
  margin-top: 8px;
  min-width: 0;
}

.category-wrap .item .tags .tag {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 10px;
  height: 26px;
  margin-right: 8px;
  font-size: 13px;
  margin-bottom: 8px;
}

.category-wrap .item .tags .tag span {
  margin-left: 2px;
  font-weight: 700;
  font-size: 13px;
}

.features {
  padding: 120px 0;
}

.features .wrap {
  justify-content: space-between;
  align-items: flex-start;
}

.features .item {
  width: calc(33.3% - 26.6666666667px);
}

.features .item .icon {
  margin-bottom: 24px;
}

.features .item b {
  margin-bottom: 8px;
}

.features .item p {
  color: #84858B;
  font-weight: 500;
}

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

.feed .item {
  border-radius: 12px;
  border: 1px solid #DCDDE1;
  padding: 32px;
  display: block;
}

.feed .item .top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}

.feed .item .content p:last-child {
  margin-bottom: 0;
}

.feed .item .meta b {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.feed .item .meta time {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #84858B;
}

.feed .item .avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  margin-right: 16px;
}

.feed .item .avatar img {
  object-fit: cover;
  border-radius: 100%;
}

.feed .swiper {
  overflow: visible;
}

.feed .disabled-slider {
  min-width: calc(100% + 32px);
}

.feed .disabled-slider .item {
  max-width: calc(33.3% - 32px);
  margin-right: 32px;
}

.tags-slider {
  user-select: none;
}

.tags-slider .arr-prev {
  left: -40px;
}

.tags-slider .arr-next {
  right: 0;
}

.tags-slider .arr {
  box-shadow: none;
  height: 100%;
  border-radius: 0;
  background-color: #fff !important;
  z-index: 10;
}

.tags-slider .arr:hover svg path {
  fill: #000 !important;
}

.tags-slider .swiper {
  position: relative;
}

.tags-slider .swiper::after {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.91) 46.88%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 84px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.tags-slider .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-right: 8px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid #DCDDE1;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  width: auto;
}

.tags-slider .tag.active {
  border-color: #000;
}

.mood {
  margin-bottom: 120px;
}

.mood .tags-slider {
  margin-bottom: 40px;
}

.mood .title {
  margin-bottom: 40px;
}

.news .title {
  margin-bottom: 24px;
}

.news .wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.news .swiper-wrapper {
  justify-content: space-between;
  align-items: stretch;
}

.news .item {
  width: calc(33.3% - 21.3333333333px);
  display: block;
  height: auto;
  display: flex;
  flex-direction: column;
}

.news .item .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

.news .item .date span {
  color: #C4C7D2;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}

.news .item .date .icon {
  margin: 0 8px;
}

.news .item .thumb {
  width: 100%;
  aspect-ratio: 372/264;
  display: block;
  height: auto;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  min-height: max-content;
}

.news .item .thumb img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 372/264;
  border-radius: 12px 12px 0 0;
  transition: 1s;
}

.news .item .meta {
  border: 1px solid #DCDDE1;
  border-radius: 0 0 12px 12px;
  padding: 20px;
}

.news .item .meta b {
  font-size: 18px;
  margin-bottom: 16px;
  min-height: 50px;
  line-height: 1.4;
}

.news .item .meta p {
  font-size: 15px;
  line-height: 1.4;
}

.news .button {
  margin: auto;
  margin-top: 40px;
}

.city {
  background-color: #F7F7F7;
  padding: 60px 0;
  padding-bottom: 42px;
  margin: 0;
}

.city .wrap .item {
  width: max-content;
  white-space: nowrap;
  margin-right: 6px;
  padding-right: 6px;
  color: #84858B;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 18px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  line-height: 1;
  border-right: 1px solid #84858B;
  position: relative;
}

.city .wrap .item:last-child {
  border: none;
}

.footer {
  padding: 50px 0;
}

.footer .lang .trp_language_switcher_shortcode .trp-language-switcher-container .trp-ls-shortcode-language {
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.05);
  top: auto !important;
  bottom: -5px !important;
}

.footer-bottom {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom .social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
}

.footer-bottom .social a {
  margin-left: 24px;
}

.footer-bottom .social a:first-child {
  margin-left: 0;
}

.footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.footer .wrap .item {
  width: max-content;
  max-width: 25%;
}

.footer .wrap .item.get-app {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer .wrap .item.get-app .qr-code {
  width: 75px;
}

.footer .wrap .item.get-app .download {
  display: block;
}

.footer .wrap .item.get-app .download a {
  margin-bottom: 10px;
  display: block;
  margin-left: 10px;
}

.footer .wrap .item.get-app .download a:last-child {
  margin-bottom: 0;
}

.footer .wrap .item b {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}

.footer .wrap .item ul li {
  display: block;
  margin-bottom: 8px;
}

.footer .wrap .item ul li a,
.footer .wrap .item ul li span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #84858B;
  position: relative;
}

.footer .wrap .item ul li a::after,
.footer .wrap .item ul li span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #000;
  width: 0%;
  transition: 0.3s;
  left: 0;
  top: calc(100% + 0px);
}

.footer .wrap .item ul li:last-child {
  margin-bottom: 0;
}

.not-found {
  padding-top: 250px;
  padding-bottom: 190px;
  margin: 0;
}

.not-found .wrap {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.not-found .wrap h1 {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
  margin-bottom: 24px;
}

.not-found .wrap p {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}

.not-found .wrap .button {
  margin-top: 42px;
}

.faq-accordeon {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
}

.faq-accordeon__item {
  display: block;
  margin-bottom: 20px;
}

.faq-accordeon .faq-content {
  display: none;
}

.faq-accordeon .faq-title {
  text-transform: none;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-accordeon .faq-title.active .icon {
  transform: rotate(180deg);
}

.faq-accordeon .faq-title .icon {
  margin-left: 20px;
  width: max-content;
}

.faq-accordeon .faq-title:hover {
  color: #473ae0;
}

.content .wp-polls-ans {
  display: block;
}

.content .wp-polls-ans p a {
  margin-left: 0;
  margin-right: auto;
  display: block;
  width: max-content;
}

.content .wp-polls-ans .Buttons {
  margin-left: 0;
  margin-right: auto;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  width: max-content;
  padding: 0 24px;
  border-radius: 999px;
  background-color: #000;
}

.content .wp-polls-ans .Buttons:hover {
  background-color: #000;
}

.content .wp-polls-ans .wp-polls-ul {
  display: block;
}

.content .wp-polls-ans .wp-polls-ul li {
  padding-left: 0;
}

.content .wp-polls-ans .wp-polls-ul li input:checked + label::before {
  opacity: 1;
  background-color: #000;
}

.content .wp-polls-ans .wp-polls-ul li label {
  position: relative;
  display: block;
  font-size: 16px;
  cursor: pointer;
}

.content .wp-polls-ans .wp-polls-ul li label:hover {
  color: #000;
}

.content .wp-polls-ans .wp-polls-ul li label::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  border: 1px solid #DCDDE1;
  z-index: 1;
}

.content .wp-polls-ans .wp-polls-ul li label:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  border-radius: 4px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  background-image: url(../img/icons/check-white.vsvg);
  transition: 0.3s;
  opacity: 0;
}

.content .wp-polls-ans .wp-polls-ul li::after {
  display: none;
}

@media (min-width: 992px) {
  .button:hover,
  a.button:hover {
    color: #fff;
    background-color: #473ae0;
  }

  .button.button-border:hover,
  a.button.button-border:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
  }

  .button.button-gray:hover,
  a.button.button-gray:hover {
    color: #fff;
  }

  .button.button-gray:hover svg path,
  a.button.button-gray:hover svg path {
    stroke: #fff;
  }

  .button:hover,
  a.button:hover {
    transition: 0.2s;
    background-color: #473ae0;
  }

  .button.button-red:hover,
  a.button.button-red:hover {
    background-color: #000;
    transition: 0.2s;
  }

  .title-row .arr:hover svg {
    transform: scale(1.3);
    transition: 0.3s;
  }

  .slider-wrap .arr:hover {
    transition: 0.2s;
    background-color: #000;
  }

  .slider-wrap .arr:hover svg path {
    fill: #fff;
  }

  .category-wrap .item:hover img {
    transform: scale(1.1);
    transition: 1s;
  }

  .news .item:hover .meta b {
    color: #473ae0;
  }

  .news .item:hover .meta p {
    color: #473ae0;
  }

  .news .item:hover .thumb img {
    transform: scale(1.1);
    transition: 1s;
  }

  .city .item:hover {
    color: #000;
  }

  .footer-bottom .social a:hover {
    transform: scale(1.1);
  }

  .footer .wrap .item .download a:hover {
    transform: scale(1.05);
  }

  .footer .wrap .item ul li a:hover {
    color: #000;
  }

  .footer .wrap .item ul li a:hover::after {
    width: 100%;
    transition: 0.3s;
  }
}

@media (max-width: 992px) {
  .lg-container .lg-content {
    margin-bottom: 30px;
  }

  .lg-container .lg-components {
    display: none;
  }

  .title {
    font-size: 24px;
  }

  .title-row .subtitle {
    font-size: 16px;
  }

  .title-row .subtitle span {
    font-size: 16px;
  }

  .subtitle {
    font-size: 16px;
  }

  .subtitle span {
    font-size: 16px;
  }

  .page-top {
    padding-top: 80px;
  }

  .page-title {
    font-size: 42px;
  }

  .page-title.sub {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .breadcrumbs span,
  .breadcrumbs a {
    font-size: 12px;
  }

  .content blockquote {
    padding: 15px;
    margin-bottom: 24px;
    position: relative;
    font-size: 14px;
    padding-left: 46px;
  }

  .content blockquote::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icons/quote.svg);
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  .content blockquote cite {
    font-size: 12px;
    margin-top: 10px;
  }

  .content blockquote p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .content blockquote p:last-child {
    margin-bottom: 0;
  }

  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin-bottom: 20px;
  }

  .content h2 {
    font-size: 26px;
  }

  .content h3 {
    font-size: 24px;
  }

  .content h4 {
    font-size: 20px;
  }

  .content h5 {
    font-size: 18px;
  }

  .content h6 {
    font-size: 16px;
  }

  .content a {
    font-size: 16px;
    line-height: 1.5;
    color: #12B76A;
  }

  .content a:hover {
    color: #12B76A;
  }

  .content p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
  }

  .content ul {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .content ul li {
    font-size: 16px;
    line-height: 1.5;
  }

  .content ol {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .content ol li {
    font-size: 16px;
    line-height: 1.5;
  }

  .content ol li::after {
    font-size: 16px;
  }

  .content .wp-block-table {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 30px;
    min-width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content .wp-block-table::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    height: 24px;
    width: 24px;
    opacity: 0.7;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icons/swipe.svg);
  }

  .content .wp-block-table table {
    width: max-content;
    overflow-x: auto;
  }

  .content .wp-block-table table thead {
    border-bottom: none;
    padding: 0;
  }

  .content .wp-block-table table thead tr th {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 8px;
    border: none;
    max-width: 160px;
  }

  .content .wp-block-table table tbody tr td {
    font-size: 14px;
    padding: 14px 8px;
    border: none;
    text-align: left;
    max-width: 160px;
  }

  .content .wp-block-gallery {
    margin-bottom: 20px;
    justify-content: space-between !important;
    min-width: 0 !important;
  }

  .content .wp-block-gallery .wp-block-image {
    width: calc(50% - 4px) !important;
    min-width: 0 !important;
    max-width: calc(50% - 4px) !important;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
    border-radius: 12px !important;
    margin-bottom: 0;
  }

  .content .wp-block-gallery .wp-block-image img {
    border-radius: 20px;
    transform: none !important;
  }

  .content .wp-block-image {
    margin-bottom: 20px;
  }

  .content .wp-block-image img {
    border-radius: 20px;
  }

  .content iframe {
    margin-bottom: 40px;
    border-radius: 20px;
    aspect-ratio: 16/10;
  }

  .single .comments #comments {
    margin-bottom: 40px;
  }

  .single .comments #comments #respond #commentform .form-submit {
    width: 100%;
  }

  .single .comments #comments #respond #commentform .form-submit .button {
    width: 100%;
  }

  .single .comments #comments #respond #commentform .form-group.col-6 {
    width: 100% !important;
  }

  .cookie {
    padding-bottom: 40px;
  }

  .cookie .wrap {
    display: block;
  }

  .cookie .meta {
    display: block;
    width: 100%;
  }

  .cookie .btns {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .cookie .button {
    margin-left: 0px;
    max-height: 45px;
  }

  .cookie .cancel {
    font-size: 14px;
    margin-left: 20px;
  }

  .cookie .cancel:hover::after {
    width: 0;
  }

  .cookie .cancel::after {
    display: none;
  }

  .input p {
    font-size: 10px;
  }

  .category-wrap.disabled-slider .item {
    max-width: calc(50% - 20px);
  }

  .category-wrap .item {
    max-width: 50%;
  }

  .features {
    padding: 40px 0;
  }

  .features .wrap {
    display: block;
  }

  .features .item {
    width: 100%;
    margin-bottom: 40px;
  }

  .features .item:last-child {
    margin-bottom: 0;
  }

  .features .item b {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 18px;
  }

  .feed {
    padding-bottom: 40px;
  }

  .feed .item {
    padding: 16px;
  }

  .feed .swiper {
    overflow: visible;
  }

  .feed .disabled-slider {
    min-width: calc(100% + 20px);
  }

  .feed .disabled-slider .item {
    max-width: calc(50% - 20px);
    margin-right: 20px;
  }

  .tags-slider {
    user-select: none;
  }

  .tags-slider .arr {
    display: none;
  }

  .tags-slider .swiper .swiper-wrapper {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .tags-slider .swiper::after {
    display: none;
  }

  .mood {
    margin-bottom: 80px;
  }

  .mood .tags-slider {
    margin-bottom: 24px;
  }

  .mood .title {
    margin-bottom: 32px;
  }

  .news .swiper-wrapper {
    display: block;
  }

  .news .item {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 20px;
  }

  .news .item .thumb {
    aspect-ratio: 280/264;
  }

  .news .item .thumb img {
    aspect-ratio: 280/264;
  }

  .news .item .meta {
    padding: 16px;
  }

  .news .button {
    margin-top: 32px;
  }

  .city {
    padding: 40px 0;
  }

  .footer {
    padding: 32px 0;
  }

  .footer .lang {
    display: none;
  }

  .footer-bottom {
    padding-top: 24px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #E9E9E9;
  }

  .footer-bottom .social {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .footer .wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 24px;
    flex-wrap: nowrap;
  }

  .footer .wrap .item {
    width: 100%;
    max-width: 100%;
  }

  .footer .wrap .item.first {
    order: 10;
    display: flex;
  }

  .footer .wrap .item.first img {
    width: 172px;
  }

  .footer .wrap .item.get-app {
    justify-content: flex-start;
    margin-bottom: 24px;
    width: 100%;
    margin-top: 24px;
  }

  .footer .wrap .item b {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0px;
  }

  .footer .wrap .item.menu {
    display: block;
    border-bottom: 1px solid #DCDDE1;
  }

  .footer .wrap .item.menu b {
    position: relative;
    width: 100%;
    padding: 14px 0;
    line-height: 1;
  }

  .footer .wrap .item.menu b.active::after {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.5s;
  }

  .footer .wrap .item.menu b::after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../img/icons/arr-down-mob.svg);
    transition: 0.5s;
  }

  .footer .wrap .item ul {
    display: none;
    margin-bottom: 16px;
  }

  .footer .wrap .item ul li {
    display: block;
    margin-bottom: 8px;
  }

  .footer .wrap .item ul li a,
  .footer .wrap .item ul li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #84858B;
  }

  .not-found {
    padding-top: 160px;
    padding-bottom: 120px;
    margin: 0;
  }

  .not-found .wrap h1 {
    font-size: 42px;
    line-height: 1.2;
  }

  .not-found .wrap p {
    font-size: 18px;
  }

  .faq-accordeon .faq-title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .page-title {
    font-size: 32px;
    font-weight: 500;
  }

  .page-title.sub {
    margin-bottom: 20px;
  }

  .button {
    height: 50px !important;
    font-size: 14px !important;
  }

  .title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }

  .title-row {
    margin-bottom: 24px;
  }

  .title-row .title {
    margin-bottom: 0;
  }

  .title.sub {
    margin-bottom: 16px;
  }

  .subtitle {
    font-size: 15px;
    margin-bottom: 24px;
    line-height: 1.5;
    max-width: 100%;
    width: 100%;
  }

  .feed .disabled-slider {
    min-width: 0;
  }

  .feed .disabled-slider .item {
    max-width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 578px) {
  .wp-pagenavi,
  .woocommerce-pagination ul {
    margin-top: 10px;
  }

  .wp-pagenavi span,
  .wp-pagenavi a,
  .woocommerce-pagination ul span,
  .woocommerce-pagination ul a {
    height: 32px;
    width: 32px;
    border-radius: 8px;
    font-size: 14px;
    margin: 0 2px;
  }

  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi .next,
  .wp-pagenavi .prev,
  .wp-pagenavi a.previouspostslink,
  .woocommerce-pagination ul a.nextpostslink,
  .woocommerce-pagination ul .next,
  .woocommerce-pagination ul .prev,
  .woocommerce-pagination ul a.previouspostslink {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background-color: #fff;
    font-size: 0;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/next.svg);
    transition: 0.5s;
    margin: 0;
  }

  .wp-pagenavi a.nextpostslink:hover,
  .wp-pagenavi .next:hover,
  .wp-pagenavi .prev:hover,
  .wp-pagenavi a.previouspostslink:hover,
  .woocommerce-pagination ul a.nextpostslink:hover,
  .woocommerce-pagination ul .next:hover,
  .woocommerce-pagination ul .prev:hover,
  .woocommerce-pagination ul a.previouspostslink:hover {
    transform: scale(1.1);
  }

  .wp-pagenavi a.previouspostslink,
  .woocommerce-pagination ul a.previouspostslink {
    background-image: url(../img/icons/prev.svg);
  }

  .wp-pagenavi .pages,
  .woocommerce-pagination ul .pages {
    display: none;
  }

  .breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
  }

  .page-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .page-title.sub {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .content .wp-block-gallery.swiper {
    min-width: calc(100% + 30px) !important;
    position: relative;
    left: -15px;
    padding-left: 15px;
    padding-right: 72px;
  }

  .content .wp-block-gallery.swiper .swiper-slide {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
    margin-right: 8px !important;
  }

  .content .wp-block-gallery.swiper .swiper-slide img {
    border-radius: 24px;
  }

  .popup.thanks {
    width: 330px;
    border-radius: 24px;
    padding: 20px;
  }

  .popup.thanks svg {
    max-width: 65px;
    max-height: 65px;
  }

  .popup.thanks .wrapper-thx b {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .popup.thanks .wrapper-thx p {
    font-size: 12px;
  }

  .popup.popup-qr {
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 12px 12px 0 0;
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .popup.popup-qr::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    width: 44px;
    height: 4px;
    border-radius: 6px;
    background-color: #F0F0F0;
  }

  .popup.popup-qr .close {
    width: 24px;
    right: 15px;
    top: 15px;
    height: 24px;
  }

  .popup.popup-qr .close svg {
    width: 24px;
    height: 24px;
  }

  .category .arr {
    display: none;
  }

  .category .swiper {
    position: relative;
    border-radius: 0;
    left: -15px;
    min-width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 75px;
  }

  .category-wrap.disabled-slider .item {
    max-width: calc(100% - 20px);
  }

  .category-wrap .item {
    max-width: 100%;
  }

  .feed .arr {
    display: none;
  }

  .feed .swiper {
    overflow: hidden;
    min-width: calc(100% + 30px);
    position: relative;
    padding-left: 15px;
    left: -15px;
    padding-right: 75px;
  }

  .mood .category-wrap .arr {
    display: none;
  }

  .mood .category-wrap .swiper {
    border-radius: 0;
    position: relative;
    left: -15px;
    padding-left: 15px;
    min-width: calc(100% + 30px);
    padding-right: 75px;
  }

  .tags-slider .swiper {
    min-width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }

  .tags-slider .swiper .swiper-wrapper {
    overflow-x: auto;
    padding-bottom: 8px;
    padding-left: 15px;
  }

  .tags-slider .swiper .swiper-wrapper .tag:last-child {
    margin-right: 20px;
  }

  .news .swiper {
    position: relative;
    left: -15px;
    padding-left: 15px;
    padding-right: 75px;
    min-width: calc(100% + 30px);
  }

  .news .item {
    margin-bottom: 0;
  }

  .news .item .meta p {
    min-height: 105px;
  }

  .news .item .date span {
    font-size: 12px;
  }

  .news .swiper-wrapper {
    justify-content: flex-start;
    display: flex;
  }
}