@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/CenturyGothic-Regular.woff") format("woff"), url("../fonts/CenturyGothic-Regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Regular"), local("../fonts/BebasNeueRegular"), url("../fonts/bebasneueregular.woff2") format("woff2"), url("../fonts/bebasneueregular.woff") format("woff"), url("../fonts/bebasneueregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Bold"), local("../fonts/BebasNeueBold"), url("../fonts/bebasneuebold.woff2") format("woff2"), url("../fonts/bebasneuebold.woff") format("woff"), url("../fonts/bebasneuebold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
p,
ul,
ol,
li {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  display: block;
}

input,
button,
textarea {
  font: inherit;
  border: none;
  outline: none;
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  margin: 0 auto !important;
  min-height: 100vh;
  background-color: #fff;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  padding-right: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  max-width: unset !important;
}
@media (min-width: 992px) {
  body {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  body {
    line-height: calc(0.0043103448 * 100vw + 17.724137931px);
  }
}
@media (min-width: 1920px) {
  body {
    line-height: 26px;
  }
}
body.active {
  overflow: hidden !important;
  padding-right: 19px !important;
}
body.contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.check {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  cursor: pointer;
}
@media (min-width: 992px) {
  .label {
    gap: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .label {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .label {
    font-size: calc(0.0043103448 * 100vw + 7.724137931px);
  }
}
@media (min-width: 1920px) {
  .label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .label {
    line-height: calc(0.005387931 * 100vw + 8.6551724138px);
  }
}
@media (min-width: 1920px) {
  .label {
    line-height: 19px;
  }
}
.label__input:checked + .label__inputCustom::after {
  background-color: #e4097f;
  transform: translate(-50%, -50%) scale(1);
}
.label__inputCustom {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #e4097f;
  border-radius: 50%;
  transition: background-color 0.38s ease-in-out;
}
.label__inputCustom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  transition: transform 0.38s ease-in-out;
}

h1 {
  font-family: "Century Gothic", sans-serif;
  max-width: 780px;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 992px) {
  h1 {
    font-size: calc(0.0107758621 * 100vw + 49.3103448276px);
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  h1 {
    line-height: calc(0.0172413793 * 100vw + 52.8965517241px);
  }
}
@media (min-width: 1920px) {
  h1 {
    line-height: 86px;
  }
}
@media (min-width: 992px) {
  h1 {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  h1 {
    margin-bottom: 20px;
  }
}

h3.title {
  font-family: "Century Gothic", sans-serif;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 55px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}
@media (min-width: 992px) {
  h3.title {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  h3.title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  h3.title {
    font-size: calc(0.0086206897 * 100vw + 23.4482758621px);
  }
}
@media (min-width: 1920px) {
  h3.title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h3.title {
    line-height: calc(0.0150862069 * 100vw + 40.0344827586px);
  }
}
@media (min-width: 1920px) {
  h3.title {
    line-height: 69px;
  }
}

.container {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: none;
  }
}

.containerMin {
  width: 100%;
  max-width: 1040px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .containerMin {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .containerMin {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .containerMin {
    max-width: none;
  }
}

.no-scroll {
  overflow: hidden;
}

.bigBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Century Gothic", sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  background-color: #000;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.38s ease-in-out, color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .bigBtn {
    padding-top: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .bigBtn {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .bigBtn {
    padding-bottom: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .bigBtn {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .bigBtn {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .bigBtn {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .bigBtn {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .bigBtn {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .bigBtn {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .bigBtn {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .bigBtn {
    line-height: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .bigBtn {
    line-height: 30px;
  }
}
.bigBtn:hover {
  background-color: #e4097f;
}
.bigBtn--white {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .bigBtn--white {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .bigBtn--white {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .bigBtn--white {
    line-height: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .bigBtn--white {
    line-height: 24px;
  }
}
.bigBtn--white:hover {
  color: #ffffff;
}

.btnBasket {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  transition: background-color 0.38s ease-in-out, color 0.38s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  .btnBasket {
    padding-top: calc(0.0161637931 * 100vw + -6.0344827586px);
  }
}
@media (min-width: 1920px) {
  .btnBasket {
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .btnBasket {
    padding-bottom: calc(0.0161637931 * 100vw + -6.0344827586px);
  }
}
@media (min-width: 1920px) {
  .btnBasket {
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .btnBasket {
    padding-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .btnBasket {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .btnBasket {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .btnBasket {
    padding-left: 20px;
  }
}
.btnBasket--slim {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .btnBasket--slim {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .btnBasket--slim {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .btnBasket--slim {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .btnBasket--slim {
    padding-bottom: 15px;
  }
}
.btnBasket__text {
  font-size: 14px;
}
@media (min-width: 992px) {
  .btnBasket__text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .btnBasket__text {
    font-size: 16px;
  }
}
.btnBasket__num {
  padding-left: 5px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .btnBasket__num {
    font-size: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .btnBasket__num {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .btnBasket__num {
    line-height: calc(0.0043103448 * 100vw + 20.724137931px);
  }
}
@media (min-width: 1920px) {
  .btnBasket__num {
    line-height: 29px;
  }
}
.btnBasket:hover {
  color: #000;
  background-color: #e4097f;
}

.btnFixed {
  position: fixed;
  width: 245px;
  right: -100px;
  bottom: 350px;
  padding: 10px;
  transform: rotate(-90deg);
  color: #fff;
  background-color: #000;
  text-align: center;
  transition: background-color 0.38s ease-in-out, color 0.38s ease-in-out;
  cursor: pointer;
  z-index: 1;
}
.btnFixed:hover {
  background-color: #e4097f;
  color: #000;
}

.link {
  width: 230px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #000;
  background: #fff;
  line-height: 18px;
  font-size: 14px;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .link {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .link {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .link {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .link {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .link {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .link {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .link {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .link {
    font-size: 16px;
  }
}
.link:hover {
  background-color: #e4097f;
  color: #ffffff;
}

.title {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 60px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .title {
    font-size: calc(0.0172413793 * 100vw + 36.8965517241px);
  }
}
@media (min-width: 1920px) {
  .title {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .title {
    line-height: calc(0.0280172414 * 100vw + 32.2068965517px);
  }
}
@media (min-width: 1920px) {
  .title {
    line-height: 86px;
  }
}
@media (min-width: 992px) {
  .title {
    margin-bottom: calc(0.0431034483 * 100vw + -7.7586206897px);
  }
}
@media (min-width: 1920px) {
  .title {
    margin-bottom: 75px;
  }
}

h2.title {
  font-size: 54px;
  line-height: 60px;
}
@media (min-width: 992px) {
  h2.title {
    font-size: calc(0.0280172414 * 100vw + 26.2068965517px);
  }
}
@media (min-width: 1920px) {
  h2.title {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  h2.title {
    line-height: calc(0.0409482759 * 100vw + 19.3793103448px);
  }
}
@media (min-width: 1920px) {
  h2.title {
    line-height: 98px;
  }
}

.titleText {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .titleText {
    font-size: calc(0.0107758621 * 100vw + 11.3103448276px);
  }
}
@media (min-width: 1920px) {
  .titleText {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .titleText {
    line-height: calc(0.0129310345 * 100vw + 15.1724137931px);
  }
}
@media (min-width: 1920px) {
  .titleText {
    line-height: 40px;
  }
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  font-weight: 700;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #000;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  .header__inner {
    padding-top: calc(0.005387931 * 100vw + 0.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__inner {
    padding-top: 11px;
  }
}
@media (min-width: 992px) {
  .header__inner {
    padding-bottom: calc(0.005387931 * 100vw + 0.6551724138px);
  }
}
@media (min-width: 1920px) {
  .header__inner {
    padding-bottom: 11px;
  }
}
.header__item {
  flex-basis: 520px;
  position: relative;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}
@media (min-width: 992px) {
  .header__item {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .header__item {
    line-height: 20px;
  }
}
.header__item:first-child {
  padding-right: 50px;
}
@media (min-width: 992px) {
  .header__item:first-child {
    padding-right: calc(0.0646551724 * 100vw + -14.1379310345px);
  }
}
@media (min-width: 1920px) {
  .header__item:first-child {
    padding-right: 110px;
  }
}
.header__item:first-child::after {
  right: 0;
}
.header__item:last-child {
  display: flex;
  justify-content: flex-end;
  padding-left: 25px;
  gap: 15px;
}
@media (min-width: 992px) {
  .header__item:last-child {
    padding-left: calc(0.0355603448 * 100vw + -10.275862069px);
  }
}
@media (min-width: 1920px) {
  .header__item:last-child {
    padding-left: 58px;
  }
}
@media (min-width: 992px) {
  .header__item:last-child {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .header__item:last-child {
    gap: 30px;
  }
}
.header__item:last-child::after {
  left: 0;
}
.header__item::after {
  content: "";
  position: absolute;
  top: -50px;
  height: 90px;
  width: 1px;
  background-color: #000;
}
@media (min-width: 992px) {
  .header__item::after {
    height: calc(0.0323275862 * 100vw + 57.9310344828px);
  }
}
@media (min-width: 1920px) {
  .header__item::after {
    height: 120px;
  }
}
.header__logo {
  display: flex;
  justify-content: center;
  flex-basis: 275px;
}
@media (min-width: 992px) {
  .header__logo {
    flex-basis: calc(0.2316810345 * 100vw + 45.1724137931px);
  }
}
@media (min-width: 1920px) {
  .header__logo {
    flex-basis: 490px;
  }
}
.header__logo-link {
  margin: 0 auto;
  width: -moz-min-content;
  width: min-content;
}
.header__text {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .header__text {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .header__text {
    margin-right: 30px;
  }
}
.header__phone {
  display: block;
  color: inherit;
}
.header__basket {
  position: relative;
  color: inherit;
  padding-right: 12px;
}
.header__basket-num {
  position: absolute;
  right: 0;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #e4097f;
  color: #ffffff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 13px;
}
.header__burger {
  display: none;
}

.logo {
  width: 120px;
  height: 50px;
}
@media (min-width: 992px) {
  .logo {
    width: calc(0.1142241379 * 100vw + 6.6896551724px);
  }
}
@media (min-width: 1920px) {
  .logo {
    width: 226px;
  }
}
@media (min-width: 992px) {
  .logo {
    height: calc(0.0538793103 * 100vw + -3.4482758621px);
  }
}
@media (min-width: 1920px) {
  .logo {
    height: 100px;
  }
}

.menu {
  display: flex;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  line-height: 18px;
  gap: 15px;
}
@media (min-width: 992px) {
  .menu {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .menu {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .menu {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .menu {
    gap: 30px;
  }
}
.menu__item:last-child {
  display: none;
}
.menu__item-switch {
  display: flex;
  gap: 10px;
}
@media (min-width: 992px) {
  .menu__item-switch {
    gap: calc(0.0043103448 * 100vw + 5.724137931px);
  }
}
@media (min-width: 1920px) {
  .menu__item-switch {
    gap: 14px;
  }
}
.menu__item-switchLink {
  position: relative;
  color: rgb(160, 160, 160);
  transition: 0.38s ease-in-out;
  padding-bottom: 5px;
}
.menu__item-switchLink--active {
  color: #000;
}
.menu__item-switchLink--active::after {
  width: 100% !important;
}
.menu__item-switchLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #000;
  width: 0%;
  transition: width 0.38s ease-in-out;
}
.menu__item-switchLink:hover {
  color: #000;
}
.menu__item-switchLink:hover::after {
  width: 100%;
}
.menu__link {
  position: relative;
  color: #000;
  padding-bottom: 5px;
}
.menu__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #000;
  width: 0%;
  transition: width 0.38s ease-in-out;
}
.menu__link:hover::after {
  width: 100%;
}

.sliderBg {
  position: relative;
}
.sliderBg__wrapper {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/sliderBg/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100vh;
  display: flex;
  align-items: center;
}
.sliderBg__title {
  font-family: "Century Gothic", sans-serif;
  max-width: 780px;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 992px) {
  .sliderBg__title {
    font-size: calc(0.0215517241 * 100vw + 28.6206896552px);
  }
}
@media (min-width: 1920px) {
  .sliderBg__title {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .sliderBg__title {
    line-height: calc(0.0269396552 * 100vw + 34.275862069px);
  }
}
@media (min-width: 1920px) {
  .sliderBg__title {
    line-height: 86px;
  }
}
@media (min-width: 992px) {
  .sliderBg__title {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .sliderBg__title {
    margin-bottom: 20px;
  }
}
.sliderBg__swiper {
  display: flex;
  align-items: center;
}
.sliderBg__text {
  max-width: 470px;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 25px;
  color: #fff;
}
@media (min-width: 992px) {
  .sliderBg__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .sliderBg__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .sliderBg__text {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .sliderBg__text {
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .sliderBg__text {
    margin-bottom: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .sliderBg__text {
    margin-bottom: 50px;
  }
}
.sliderBg .swiper-pagination {
  display: flex;
  width: auto;
  top: 50%;
  right: 0;
  left: unset;
}
.sliderBg .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #bdbdbd;
  font-weight: 400;
  opacity: 1;
  border-radius: 50%;
  background-color: transparent;
}
@media (min-width: 992px) {
  .sliderBg .swiper-pagination-bullet {
    width: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .sliderBg .swiper-pagination-bullet {
    width: 40px;
  }
}
@media (min-width: 992px) {
  .sliderBg .swiper-pagination-bullet {
    height: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .sliderBg .swiper-pagination-bullet {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .sliderBg .swiper-pagination-bullet {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .sliderBg .swiper-pagination-bullet {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .sliderBg .swiper-pagination-bullet {
    line-height: calc(0.0032327586 * 100vw + 12.7931034483px);
  }
}
@media (min-width: 1920px) {
  .sliderBg .swiper-pagination-bullet {
    line-height: 19px;
  }
}
.sliderBg .swiper-pagination-bullet-active {
  color: #fff;
  border: 1px solid #ffffff;
}
.sliderBg .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sliderBg .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.iconTelegram {
  position: fixed;
  right: 0;
  border: 2px solid #e4097f;
  background: #e4097f;
  border-radius: 50px 0px 0px 50px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .iconTelegram {
    bottom: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .iconTelegram {
    bottom: 50px;
  }
}
@media (min-width: 992px) {
  .iconTelegram {
    width: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .iconTelegram {
    width: 60px;
  }
}
@media (min-width: 992px) {
  .iconTelegram {
    height: calc(0.0215517241 * 100vw + 18.6206896552px);
  }
}
@media (min-width: 1920px) {
  .iconTelegram {
    height: 60px;
  }
}
.iconTelegram span {
  color: #ffffff;
  font-size: 30px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .iconTelegram span {
    font-size: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .iconTelegram span {
    font-size: 40px;
  }
}
.iconTelegram:hover {
  background: #ffffff;
}
.iconTelegram:hover span {
  color: #e4097f;
}
.iconTelegram--bottom {
  bottom: 130px;
}
@media (min-width: 992px) {
  .iconTelegram--bottom {
    bottom: calc(0.0646551724 * 100vw + 65.8620689655px);
  }
}
@media (min-width: 1920px) {
  .iconTelegram--bottom {
    bottom: 190px;
  }
}

.hits,
.new {
  overflow-x: hidden;
  padding-top: 75px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .hits,
  .new {
    padding-top: calc(0.0808189655 * 100vw + -5.1724137931px);
  }
}
@media (min-width: 1920px) {
  .hits,
  .new {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .hits,
  .new {
    margin-bottom: calc(0.0915948276 * 100vw + -10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .hits,
  .new {
    margin-bottom: 165px;
  }
}
.hits__wrapper,
.new__wrapper {
  position: relative;
  align-items: stretch;
}
.hits__content,
.new__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 5px;
}
@media (min-width: 992px) {
  .hits__content,
  .new__content {
    gap: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .hits__content,
  .new__content {
    gap: 10px;
  }
}
.hits__block,
.new__block {
  margin-top: auto;
}
.hits__swiper::after,
.new__swiper::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #d9d9d9;
}
.hits__swiper-nav,
.new__swiper-nav {
  display: flex;
  width: 1690px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hits__swiper-prev, .hits__swiper-next,
.new__swiper-prev,
.new__swiper-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e4097f;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/whiteArrow.svg");
  background-size: 20% auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .hits__swiper-prev, .hits__swiper-next,
  .new__swiper-prev,
  .new__swiper-next {
    width: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .hits__swiper-prev, .hits__swiper-next,
  .new__swiper-prev,
  .new__swiper-next {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .hits__swiper-prev, .hits__swiper-next,
  .new__swiper-prev,
  .new__swiper-next {
    height: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .hits__swiper-prev, .hits__swiper-next,
  .new__swiper-prev,
  .new__swiper-next {
    height: 50px;
  }
}
.hits__swiper-prev,
.new__swiper-prev {
  transform: rotate(180deg);
  left: -80px;
}
.hits__swiper-next,
.new__swiper-next {
  right: -80px;
}
.hits__slide,
.new__slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.hits__slide:hover .hits__hover, .hits__slide:hover .hits__image,
.hits__slide:hover .new__hover,
.hits__slide:hover .new__image,
.new__slide:hover .hits__hover,
.new__slide:hover .hits__image,
.new__slide:hover .new__hover,
.new__slide:hover .new__image {
  height: calc((100% - 30px) / 2);
}
.hits__slide:hover .hits__image,
.hits__slide:hover .new__image,
.new__slide:hover .hits__image,
.new__slide:hover .new__image {
  margin-bottom: 30px;
}
.hits__slide:hover .hits__price, .hits__slide:hover .hits__textbot, .hits__slide:hover .hits__hover,
.hits__slide:hover .new__price,
.hits__slide:hover .new__textbot,
.hits__slide:hover .new__hover,
.new__slide:hover .hits__price,
.new__slide:hover .hits__textbot,
.new__slide:hover .hits__hover,
.new__slide:hover .new__price,
.new__slide:hover .new__textbot,
.new__slide:hover .new__hover {
  opacity: 1;
}
.hits__box,
.new__box {
  position: relative;
  height: 400px;
  margin-bottom: 30px;
  transition: border-color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .hits__box,
  .new__box {
    height: calc(0.2155172414 * 100vw + 186.2068965517px);
  }
}
@media (min-width: 1920px) {
  .hits__box,
  .new__box {
    height: 600px;
  }
}
.hits__text,
.new__text {
  margin-bottom: 5px;
  margin-top: auto;
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hits__text,
  .new__text {
    margin-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .hits__text,
  .new__text {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .hits__text,
  .new__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .hits__text,
  .new__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hits__text,
  .new__text {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .hits__text,
  .new__text {
    line-height: 22px;
  }
}
.hits__image,
.new__image {
  height: 100%;
  border: 1px solid #000000;
  width: 100%;
  margin: 0 auto;
  transition: all 0.38s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
}
.hits__hover,
.new__hover {
  width: 100%;
  height: 0;
  border: 1px solid #000000;
  opacity: 0;
  transition: all 0.38s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
}
.hits__price,
.new__price {
  margin-bottom: 5px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  opacity: 0;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .hits__price,
  .new__price {
    margin-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .hits__price,
  .new__price {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .hits__price,
  .new__price {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .hits__price,
  .new__price {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .hits__price,
  .new__price {
    line-height: calc(0.0043103448 * 100vw + 20.724137931px);
  }
}
@media (min-width: 1920px) {
  .hits__price,
  .new__price {
    line-height: 29px;
  }
}
.hits__textbot,
.new__textbot {
  padding-bottom: 17px;
  border-bottom: 2px solid #000;
  color: #000;
  opacity: 0;
  text-align: center;
  transition: all 0.38s ease-in-out;
}

.hits {
  padding-top: 65px;
}
@media (min-width: 992px) {
  .hits {
    padding-top: calc(0.0754310345 * 100vw + -9.8275862069px);
  }
}
@media (min-width: 1920px) {
  .hits {
    padding-top: 135px;
  }
}

.choise {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  margin-bottom: 40px;
  margin-top: 62px;
  background-color: #222222;
}
@media (min-width: 992px) {
  .choise {
    padding-top: calc(0.1077586207 * 100vw + -6.8965517241px);
  }
}
@media (min-width: 1920px) {
  .choise {
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  .choise {
    padding-bottom: calc(0.0808189655 * 100vw + -10.1724137931px);
  }
}
@media (min-width: 1920px) {
  .choise {
    padding-bottom: 145px;
  }
}
@media (min-width: 992px) {
  .choise {
    margin-bottom: calc(0.1185344828 * 100vw + -77.5862068966px);
  }
}
@media (min-width: 1920px) {
  .choise {
    margin-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .choise {
    margin-top: calc(0.0657327586 * 100vw + -3.2068965517px);
  }
}
@media (min-width: 1920px) {
  .choise {
    margin-top: 123px;
  }
}
.choise__item {
  display: flex;
  align-items: center;
  height: 76px;
}
@media (min-width: 992px) {
  .choise__item {
    height: calc(0.0452586207 * 100vw + 31.1034482759px);
  }
}
@media (min-width: 1920px) {
  .choise__item {
    height: 118px;
  }
}
.choise__item:first-child .choise__text:hover ~ .choise__image--top {
  z-index: 1;
  opacity: 1;
  overflow: visible;
}
.choise__item:nth-child(2) .choise__text:hover ~ .choise__image--middle {
  z-index: 1;
  opacity: 1;
  overflow: visible;
}
.choise__item:last-child {
  width: 470px;
  max-width: 750px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .choise__item:last-child {
    width: calc(0.3017241379 * 100vw + 170.6896551724px);
  }
}
@media (min-width: 1920px) {
  .choise__item:last-child {
    width: 750px;
  }
}
.choise__item:last-child .choise__text:hover ~ .choise__image--bottom {
  z-index: 1;
  opacity: 1;
  overflow: visible;
}
.choise__item:not(:last-child) {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .choise__item:not(:last-child) {
    margin-bottom: calc(0.0215517241 * 100vw + 3.6206896552px);
  }
}
@media (min-width: 1920px) {
  .choise__item:not(:last-child) {
    margin-bottom: 45px;
  }
}
.choise__image {
  position: absolute;
  right: 0;
  background-color: #222222;
  width: 50%;
  height: 220px;
  transition: all 0.38s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .choise__image {
    height: calc(0.2618534483 * 100vw + -39.7586206897px);
  }
}
@media (min-width: 1920px) {
  .choise__image {
    height: 463px;
  }
}
.choise__image--top {
  top: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 1;
  overflow: visible;
}
.choise__image--middle {
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 1;
  overflow: visible;
}
.choise__image--bottom {
  bottom: 0;
}
.choise__text {
  position: relative;
  display: block;
  color: #646464;
  transition: color 0.38s ease-in-out;
  padding-bottom: 16px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 992px) {
  .choise__text {
    padding-bottom: calc(0.0172413793 * 100vw + -1.1034482759px);
  }
}
@media (min-width: 1920px) {
  .choise__text {
    padding-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .choise__text {
    font-size: calc(0.0323275862 * 100vw + 17.9310344828px);
  }
}
@media (min-width: 1920px) {
  .choise__text {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .choise__text {
    line-height: calc(0.0409482759 * 100vw + 19.3793103448px);
  }
}
@media (min-width: 1920px) {
  .choise__text {
    line-height: 98px;
  }
}
.choise__text--bottom {
  padding-bottom: 0;
}
.choise__text--bottom::after {
  display: none;
}
.choise__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 432px;
  width: 620px;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .choise__text::after {
    width: calc(0.2025862069 * 100vw + 231.0344827586px);
  }
}
@media (min-width: 1920px) {
  .choise__text::after {
    width: 620px;
  }
}
.choise__text:hover {
  color: #e4097f;
}
.choise__linkRange {
  position: relative;
  top: 24px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  border-radius: 50%;
  font-family: "Century Gothic";
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .choise__linkRange {
    top: calc(0.036637931 * 100vw + -12.3448275862px);
  }
}
@media (min-width: 1920px) {
  .choise__linkRange {
    top: 58px;
  }
}
@media (min-width: 992px) {
  .choise__linkRange {
    width: calc(0.0538793103 * 100vw + 46.5517241379px);
  }
}
@media (min-width: 1920px) {
  .choise__linkRange {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .choise__linkRange {
    height: calc(0.0538793103 * 100vw + 46.5517241379px);
  }
}
@media (min-width: 1920px) {
  .choise__linkRange {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .choise__linkRange {
    font-size: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .choise__linkRange {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .choise__linkRange {
    line-height: calc(0.0043103448 * 100vw + 20.724137931px);
  }
}
@media (min-width: 1920px) {
  .choise__linkRange {
    line-height: 29px;
  }
}

.blog {
  padding-top: 75px;
}
@media (min-width: 992px) {
  .blog {
    padding-top: calc(0.0808189655 * 100vw + -5.1724137931px);
  }
}
@media (min-width: 1920px) {
  .blog {
    padding-top: 150px;
  }
}
.blog__title {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .blog__title {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .blog__title {
    margin-bottom: 30px;
  }
}
.blog__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 50px 30px;
}
.blog__text {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .blog__text {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .blog__text {
    margin-bottom: 30px;
  }
}
.blog__item {
  display: flex;
  flex-direction: column;
  color: inherit;
}
.blog__item--large {
  grid-column: span 5;
  padding: 15px;
  background-color: #e4097f;
}
@media (min-width: 992px) {
  .blog__item--large {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .blog__item--large {
    padding: 30px;
  }
}
.blog__item--large .blog__text {
  color: #ffffff;
  max-width: 330px;
  margin-left: auto;
}
.blog__item--large .blog__item-title {
  color: #ffffff;
}
.blog__item--large .blog__image {
  border-radius: 300px;
  height: 200px;
  margin-top: auto;
}
@media (min-width: 992px) {
  .blog__item--large .blog__image {
    height: calc(0.0538793103 * 100vw + 146.5517241379px);
  }
}
@media (min-width: 1920px) {
  .blog__item--large .blog__image {
    height: 250px;
  }
}
.blog__item--middle {
  grid-column: span 4;
}
.blog__item--middle .blog__text {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .blog__item--middle .blog__text {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .blog__item--middle .blog__text {
    margin-bottom: 30px;
  }
}
.blog__item--middle .blog__image {
  height: 300px;
  order: -1;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .blog__item--middle .blog__image {
    height: calc(0.0862068966 * 100vw + 214.4827586207px);
  }
}
@media (min-width: 1920px) {
  .blog__item--middle .blog__image {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .blog__item--middle .blog__image {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .blog__item--middle .blog__image {
    margin-bottom: 30px;
  }
}
.blog__item--middle .blog__item-title {
  font-size: 28px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .blog__item--middle .blog__item-title {
    font-size: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .blog__item--middle .blog__item-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .blog__item--middle .blog__item-title {
    line-height: calc(0.0096982759 * 100vw + 20.3793103448px);
  }
}
@media (min-width: 1920px) {
  .blog__item--middle .blog__item-title {
    line-height: 39px;
  }
}
.blog__item--small {
  grid-column: span 3;
}
.blog__item--small .blog__text {
  margin-bottom: 0;
}
.blog__item--small .blog__image {
  order: -1;
  margin-bottom: 15px;
  height: 420px;
}
@media (min-width: 992px) {
  .blog__item--small .blog__image {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .blog__item--small .blog__image {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .blog__item--small .blog__image {
    height: calc(0.0862068966 * 100vw + 334.4827586207px);
  }
}
@media (min-width: 1920px) {
  .blog__item--small .blog__image {
    height: 500px;
  }
}
.blog__item--small .blog__item-title {
  font-size: 28px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .blog__item--small .blog__item-title {
    font-size: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .blog__item--small .blog__item-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .blog__item--small .blog__item-title {
    line-height: calc(0.0096982759 * 100vw + 20.3793103448px);
  }
}
@media (min-width: 1920px) {
  .blog__item--small .blog__item-title {
    line-height: 39px;
  }
}
.blog__item:hover .blog__image {
  filter: grayscale(0%);
}
.blog__item-title {
  font-family: "Century Gothic", sans-serif;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 55px;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 992px) {
  .blog__item-title {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .blog__item-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .blog__item-title {
    font-size: calc(0.0086206897 * 100vw + 23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .blog__item-title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .blog__item-title {
    line-height: calc(0.0150862069 * 100vw + 40.0344827586px);
  }
}
@media (min-width: 1920px) {
  .blog__item-title {
    line-height: 69px;
  }
}
.blog__image {
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.38s ease-in-out;
}
.blog__link {
  margin-bottom: 0px;
  position: relative;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .blog__link {
    margin-bottom: calc(0.0215517241 * 100vw + -21.3793103448px);
  }
}
@media (min-width: 1920px) {
  .blog__link {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .blog__link {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .blog__link {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .blog__link {
    line-height: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .blog__link {
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .blog__link {
    padding-right: calc(0.0086206897 * 100vw + 16.4482758621px);
  }
}
@media (min-width: 1920px) {
  .blog__link {
    padding-right: 33px;
  }
}

.new__image {
  position: relative;
}
.new__new {
  position: absolute;
  top: 1px;
  right: 1px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 13px;
  padding-left: 13px;
  background-color: #e4097f;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  z-index: 1;
}
@media (min-width: 992px) {
  .new__new {
    padding-top: calc(0.0043103448 * 100vw + -0.275862069px);
  }
}
@media (min-width: 1920px) {
  .new__new {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  .new__new {
    padding-bottom: calc(0.0043103448 * 100vw + -0.275862069px);
  }
}
@media (min-width: 1920px) {
  .new__new {
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .new__new {
    padding-right: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .new__new {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .new__new {
    padding-left: calc(0.0021551724 * 100vw + 10.8620689655px);
  }
}
@media (min-width: 1920px) {
  .new__new {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .new__new {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .new__new {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .new__new {
    line-height: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .new__new {
    line-height: 18px;
  }
}

.relations {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .relations {
    margin-bottom: calc(0.1185344828 * 100vw + -77.5862068966px);
  }
}
@media (min-width: 1920px) {
  .relations {
    margin-bottom: 150px;
  }
}
.relations__inner {
  padding: 25px;
  background-image: url("../images/relations/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (min-width: 992px) {
  .relations__inner {
    padding: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .relations__inner {
    padding: 50px;
  }
}
.relations__title {
  color: #fff;
  margin-bottom: 7px;
}
.relations__text {
  font-family: "Century Gothic", sans-serif;
  max-width: 670px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 40px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .relations__text {
    margin-bottom: calc(0.0161637931 * 100vw + 3.9655172414px);
  }
}
@media (min-width: 1920px) {
  .relations__text {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .relations__text {
    font-size: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .relations__text {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .relations__text {
    line-height: calc(0.0118534483 * 100vw + 28.2413793103px);
  }
}
@media (min-width: 1920px) {
  .relations__text {
    line-height: 51px;
  }
}

.advantages {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .advantages {
    margin-bottom: calc(0.1185344828 * 100vw + -77.5862068966px);
  }
}
@media (min-width: 1920px) {
  .advantages {
    margin-bottom: 150px;
  }
}
.advantages__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media (min-width: 992px) {
  .advantages__inner {
    grid-gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .advantages__inner {
    grid-gap: 30px;
  }
}
.advantages__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 30px;
  column-gap: 15px;
}
@media (min-width: 992px) {
  .advantages__content {
    -moz-column-gap: calc(0.0161637931 * 100vw + -1.0344827586px);
         column-gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .advantages__content {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .advantages__content {
    row-gap: calc(0.0754310345 * 100vw + -44.8275862069px);
  }
}
@media (min-width: 1920px) {
  .advantages__content {
    row-gap: 100px;
  }
}
@media (min-width: 992px) {
  .advantages__content {
    -moz-column-gap: calc(0.0161637931 * 100vw + -1.0344827586px);
         column-gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .advantages__content {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.advantages__item:first-child, .advantages__item:nth-child(2) {
  border-bottom: 1px solid #000;
}
.advantages__num {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #e4097f;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .advantages__num {
    font-size: calc(0.0086206897 * 100vw + 23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .advantages__num {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .advantages__num {
    line-height: calc(0.0096982759 * 100vw + 30.3793103448px);
  }
}
@media (min-width: 1920px) {
  .advantages__num {
    line-height: 49px;
  }
}
@media (min-width: 992px) {
  .advantages__num {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .advantages__num {
    margin-bottom: 20px;
  }
}
.advantages__text {
  font-family: "Century Gothic", sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .advantages__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .advantages__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .advantages__text {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .advantages__text {
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .advantages__text {
    margin-bottom: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .advantages__text {
    margin-bottom: 50px;
  }
}
.advantages__image {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.map {
  font-family: "Inter", sans-serif;
  grid-column: 2/5;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.map .ymaps-2-1-79-ground-pane {
  -ms-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.mapButton {
  cursor: pointer;
  transition: background 0.38s ease-in-out;
}
.mapButton:hover {
  background: #e4097f;
}

.variety {
  padding-top: 75px;
}
@media (min-width: 992px) {
  .variety {
    padding-top: calc(0.0517241379 * 100vw + 23.6896551724px);
  }
}
@media (min-width: 1920px) {
  .variety {
    padding-top: 123px;
  }
}
.variety__inner {
  display: flex;
  border: 1px solid #000;
  background-color: #7800a6;
}
.variety__list {
  width: 50%;
}
.variety__list:first-child {
  position: sticky;
  top: 60px;
  height: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  .variety__list:first-child {
    top: calc(0.0646551724 * 100vw + -4.1379310345px);
  }
}
@media (min-width: 1920px) {
  .variety__list:first-child {
    top: 120px;
  }
}
@media (min-width: 992px) {
  .variety__list:first-child {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .variety__list:first-child {
    padding: 30px;
  }
}
.variety__list:last-child {
  border-left: 1px solid #000;
}
.variety__item {
  background-color: #fff;
  padding: 15px;
  transition: background-color 0.38s ease-in-out, color 0.38s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  .variety__item {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .variety__item {
    padding: 30px;
  }
}
.variety__item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.variety__item--active {
  background-color: #fff100;
}
.variety__item--active::after {
  background-image: url("../images/icons/arrow-white.svg");
}
.variety__item.titleText {
  color: #7800a6;
}
.variety__image {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
  opacity: 0;
}
@media (min-width: 992px) {
  .variety__image {
    height: calc(0.161637931 * 100vw + 239.6551724138px);
  }
}
@media (min-width: 1920px) {
  .variety__image {
    height: 550px;
  }
}
.variety__image--active {
  display: block;
}
.variety__image--opacity {
  opacity: 1;
  transition: all 0.38s;
}

.blogNews,
.reviews {
  padding-top: 90px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .blogNews,
  .reviews {
    padding-top: calc(0.1077586207 * 100vw + -16.8965517241px);
  }
}
@media (min-width: 1920px) {
  .blogNews,
  .reviews {
    padding-top: 190px;
  }
}
@media (min-width: 992px) {
  .blogNews,
  .reviews {
    padding-bottom: calc(0.1077586207 * 100vw + -56.8965517241px);
  }
}
@media (min-width: 1920px) {
  .blogNews,
  .reviews {
    padding-bottom: 150px;
  }
}
.blogNews__inner,
.reviews__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.blogNews__title,
.reviews__title {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 992px) {
  .blogNews__title,
  .reviews__title {
    font-size: calc(0.0452586207 * 100vw + -16.8965517241px);
  }
}
@media (min-width: 1920px) {
  .blogNews__title,
  .reviews__title {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .blogNews__title,
  .reviews__title {
    line-height: calc(0.0538793103 * 100vw + -17.4482758621px);
  }
}
@media (min-width: 1920px) {
  .blogNews__title,
  .reviews__title {
    line-height: 86px;
  }
}
@media (min-width: 992px) {
  .blogNews__title,
  .reviews__title {
    margin-bottom: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .blogNews__title,
  .reviews__title {
    margin-bottom: 50px;
  }
}
.blogNews__item,
.reviews__item {
  padding: 15px;
  border: 1px solid #000;
  background-color: transparent;
  transition: background-color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .blogNews__item,
  .reviews__item {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .blogNews__item,
  .reviews__item {
    padding: 30px;
  }
}
.blogNews__item:nth-child(2n),
.reviews__item:nth-child(2n) {
  border-left: none;
  border-top: none;
}
.blogNews__item:nth-child(2),
.reviews__item:nth-child(2) {
  border-top: 1px solid #000;
}
.blogNews__item:nth-child(2n+3),
.reviews__item:nth-child(2n+3) {
  border-top: none;
}
.blogNews__item:hover,
.reviews__item:hover {
  background-color: #e4097f;
}
.blogNews__item:hover .reviews__text,
.reviews__item:hover .reviews__text {
  color: #ffffff;
}
.blogNews__item:hover .review__image,
.blogNews__item:hover .blogNews__image,
.blogNews__item:hover p img,
.reviews__item:hover .review__image,
.reviews__item:hover .blogNews__image,
.reviews__item:hover p img {
  filter: grayscale(0%);
}
.blogNews__image,
.reviews__image {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
  filter: grayscale(100%);
  transition: filter 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .blogNews__image,
  .reviews__image {
    height: calc(0.161637931 * 100vw + 189.6551724138px);
  }
}
@media (min-width: 1920px) {
  .blogNews__image,
  .reviews__image {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .blogNews__image,
  .reviews__image {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .blogNews__image,
  .reviews__image {
    margin-bottom: 30px;
  }
}
.blogNews__text,
.reviews__text {
  margin-bottom: 25px;
  transition: color 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .blogNews__text,
  .reviews__text {
    margin-bottom: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .blogNews__text,
  .reviews__text {
    margin-bottom: 50px;
  }
}

.article {
  padding-top: 90px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .article {
    padding-top: calc(0.1077586207 * 100vw + -16.8965517241px);
  }
}
@media (min-width: 1920px) {
  .article {
    padding-top: 190px;
  }
}
@media (min-width: 992px) {
  .article {
    padding-bottom: calc(0.0808189655 * 100vw + -55.1724137931px);
  }
}
@media (min-width: 1920px) {
  .article {
    padding-bottom: 100px;
  }
}
.article__image {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .article__image {
    margin-bottom: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .article__image {
    margin-bottom: 50px;
  }
}
.article__text {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .article__text {
    margin-bottom: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .article__text {
    margin-bottom: 50px;
  }
}
.article h3.title {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .article h3.title {
    font-size: calc(0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .article h3.title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .article h3.title {
    line-height: calc(0.0118534483 * 100vw + 16.2413793103px);
  }
}
@media (min-width: 1920px) {
  .article h3.title {
    line-height: 39px;
  }
}

.review {
  padding-top: 90px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .review {
    padding-top: calc(0.1077586207 * 100vw + -16.8965517241px);
  }
}
@media (min-width: 1920px) {
  .review {
    padding-top: 190px;
  }
}
@media (min-width: 992px) {
  .review {
    padding-bottom: calc(0.1023706897 * 100vw + -76.5517241379px);
  }
}
@media (min-width: 1920px) {
  .review {
    padding-bottom: 120px;
  }
}
.review__image,
.review p img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .review__image,
  .review p img {
    margin-bottom: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  .review__image,
  .review p img {
    margin-bottom: 30px;
  }
}
.review__text,
.review p {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .review__text,
  .review p {
    margin-bottom: calc(0.005387931 * 100vw + 19.6551724138px);
  }
}
@media (min-width: 1920px) {
  .review__text,
  .review p {
    margin-bottom: 30px;
  }
}
.review h3 {
  font-family: "Century Gothic", sans-serif;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}
@media (min-width: 992px) {
  .review h3 {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .review h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .review h3 {
    font-size: calc(0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .review h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .review h3 {
    line-height: calc(0.0118534483 * 100vw + 16.2413793103px);
  }
}
@media (min-width: 1920px) {
  .review h3 {
    line-height: 39px;
  }
}

.aboutAs {
  padding-top: 60px;
  width: 100%;
  height: 100vh;
  background-image: url("../images/aboutAs/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .aboutAs {
    padding-top: calc(0.0646551724 * 100vw + -4.1379310345px);
  }
}
@media (min-width: 1920px) {
  .aboutAs {
    padding-top: 120px;
  }
}
.aboutAs__container {
  height: 100%;
}
.aboutAs__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.aboutAs__item {
  max-width: 642px;
}
.aboutAs__text {
  max-width: 470px;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 25px;
  color: #fff;
}
@media (min-width: 992px) {
  .aboutAs__text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .aboutAs__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .aboutAs__text {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutAs__text {
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .aboutAs__text {
    margin-bottom: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .aboutAs__text {
    margin-bottom: 50px;
  }
}

.info {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .info {
    margin-bottom: calc(0.1185344828 * 100vw + -77.5862068966px);
  }
}
@media (min-width: 1920px) {
  .info {
    margin-bottom: 150px;
  }
}
.info__inner {
  border: 1px solid #000;
}
.info__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.info__item:first-child .info__item-box:first-child {
  position: relative;
}
.info__item:first-child .info__item-box:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.info__item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.info__item:nth-child(1n) .info__item-content:first-child {
  border-right: 1px solid #000;
}
.info__item:nth-child(2n) .info__item-content:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info__item-box {
  padding: 15px;
}
@media (min-width: 992px) {
  .info__item-box {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .info__item-box {
    padding: 30px;
  }
}
.info__image {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .info__image {
    height: calc(0.3103448276 * 100vw + 92.1379310345px);
  }
}
@media (min-width: 1920px) {
  .info__image {
    height: 688px;
  }
}
.info__title {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .info__title {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .info__title {
    margin-bottom: 20px;
  }
}
.info__text:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .info__text:not(:last-child) {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .info__text:not(:last-child) {
    margin-bottom: 30px;
  }
}
.info__btn {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  width: -webkit-fit-content;
  margin-left: 0;
  width: -moz-fit-content;
  padding: 0;
  width: fit-content;
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .info__btn {
    font-size: calc(0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .info__btn {
    font-size: 32px;
  }
}
.info__btn--mb {
  margin-bottom: 20px;
}
.info__btn svg {
  width: 72px;
  height: 50px;
}
.info__btn svg path {
  transition: 0.38s ease-in-out;
  stroke: #7800a6;
}
.info__btn:hover svg path {
  stroke: #fff100;
}
.info__btn::after {
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  rotate: 180deg;
}
@media (min-width: 992px) {
  .info__btn::after {
    width: calc(0.0215517241 * 100vw + 28.6206896552px);
  }
}
@media (min-width: 1920px) {
  .info__btn::after {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .info__btn::after {
    height: calc(0.0215517241 * 100vw + 28.6206896552px);
  }
}
@media (min-width: 1920px) {
  .info__btn::after {
    height: 70px;
  }
}

.date {
  margin-bottom: 10px;
}

.addition,
.reviewProduct,
.recomend {
  overflow-x: hidden;
}
.addition__wrapper,
.reviewProduct__wrapper,
.recomend__wrapper {
  position: relative;
}
.addition__swiper,
.reviewProduct__swiper,
.recomend__swiper {
  overflow: hidden;
}
.addition__swiper-nav,
.reviewProduct__swiper-nav,
.recomend__swiper-nav {
  display: flex;
  width: 1690px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.addition__swiper-prev, .addition__swiper-next,
.reviewProduct__swiper-prev,
.reviewProduct__swiper-next,
.recomend__swiper-prev,
.recomend__swiper-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e4097f;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/whiteArrow.svg");
  background-size: 20% auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .addition__swiper-prev, .addition__swiper-next,
  .reviewProduct__swiper-prev,
  .reviewProduct__swiper-next,
  .recomend__swiper-prev,
  .recomend__swiper-next {
    width: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .addition__swiper-prev, .addition__swiper-next,
  .reviewProduct__swiper-prev,
  .reviewProduct__swiper-next,
  .recomend__swiper-prev,
  .recomend__swiper-next {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .addition__swiper-prev, .addition__swiper-next,
  .reviewProduct__swiper-prev,
  .reviewProduct__swiper-next,
  .recomend__swiper-prev,
  .recomend__swiper-next {
    height: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .addition__swiper-prev, .addition__swiper-next,
  .reviewProduct__swiper-prev,
  .reviewProduct__swiper-next,
  .recomend__swiper-prev,
  .recomend__swiper-next {
    height: 50px;
  }
}
.addition__swiper-prev,
.reviewProduct__swiper-prev,
.recomend__swiper-prev {
  transform: rotate(180deg);
  left: -80px;
}
.addition__swiper-next,
.reviewProduct__swiper-next,
.recomend__swiper-next {
  right: -80px;
}

.recomend {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .recomend {
    margin-bottom: calc(0.0808189655 * 100vw + -55.1724137931px);
  }
}
@media (min-width: 1920px) {
  .recomend {
    margin-bottom: 100px;
  }
}

.addition {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .addition {
    margin-bottom: calc(0.1185344828 * 100vw + -77.5862068966px);
  }
}
@media (min-width: 1920px) {
  .addition {
    margin-bottom: 150px;
  }
}
.addition__title {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .addition__title {
    margin-bottom: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .addition__title {
    margin-bottom: 50px;
  }
}
.addition__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (min-width: 992px) {
  .addition__inner {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .addition__inner {
    gap: 30px;
  }
}
.addition__item-box {
  border: 1px solid #000;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .addition__item-box {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .addition__item-box {
    margin-bottom: 30px;
  }
}
.addition__image {
  height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 992px) {
  .addition__image {
    height: calc(0.150862069 * 100vw + 200.3448275862px);
  }
}
@media (min-width: 1920px) {
  .addition__image {
    height: 490px;
  }
}
.addition__name, .addition__btn-num {
  font-family: "Century Gothic", sans-serif;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .addition__name, .addition__btn-num {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .addition__name, .addition__btn-num {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .addition__name, .addition__btn-num {
    line-height: calc(0.0043103448 * 100vw + 20.724137931px);
  }
}
@media (min-width: 1920px) {
  .addition__name, .addition__btn-num {
    line-height: 29px;
  }
}
.addition__name {
  margin-bottom: 10px;
}
.addition__text--mb {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .addition__text--mb {
    margin-bottom: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .addition__text--mb {
    margin-bottom: 25px;
  }
}

.reviewProduct {
  margin-bottom: 65px;
}
@media (min-width: 992px) {
  .reviewProduct {
    margin-bottom: calc(0.0700431034 * 100vw + -4.4827586207px);
  }
}
@media (min-width: 1920px) {
  .reviewProduct {
    margin-bottom: 130px;
  }
}
.reviewProduct__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .reviewProduct__header {
    margin-bottom: calc(0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .reviewProduct__header {
    margin-bottom: 50px;
  }
}
.reviewProduct__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .reviewProduct__title {
    font-size: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .reviewProduct__title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .reviewProduct__title {
    line-height: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .reviewProduct__title {
    line-height: 40px;
  }
}
.reviewProduct__btn {
  width: 100%;
  max-width: 490px;
  justify-content: center;
}
.reviewProduct__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media (min-width: 992px) {
  .reviewProduct__inner {
    grid-gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .reviewProduct__inner {
    grid-gap: 30px;
  }
}
.reviewProduct__card {
  border: #000 1px solid;
  height: auto;
}
.reviewProduct__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 30px;
  padding-bottom: 20px;
  border-bottom: #000 1px solid;
}
@media (min-width: 992px) {
  .reviewProduct__card-header {
    font-size: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .reviewProduct__card-header {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .reviewProduct__card-header {
    line-height: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .reviewProduct__card-header {
    line-height: 40px;
  }
}
.reviewProduct__card-header .rating {
  margin-bottom: 0;
}
.reviewProduct__card-text {
  padding: 10px 30px 20px;
}
.reviewProduct__swiper-nav {
  display: none;
}

.contacts__title {
  margin-top: 130px;
  margin-bottom: 20px;
  font-size: 60px;
}
@media (min-width: 992px) {
  .contacts__title {
    margin-top: calc(0.0646551724 * 100vw + 65.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__title {
    margin-top: 190px;
  }
}
@media (min-width: 992px) {
  .contacts__title {
    margin-bottom: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contacts__title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .contacts__title {
    font-size: calc(0.0107758621 * 100vw + 49.3103448276px);
  }
}
@media (min-width: 1920px) {
  .contacts__title {
    font-size: 70px;
  }
}
.contacts__border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.contacts__inner {
  display: flex;
}
.contacts__list {
  display: flex;
}
.contacts__map .ymaps-2-1-79-ground-pane {
  -ms-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.contacts__mapButton {
  cursor: pointer;
  transition: all 0.38s ease-in-out;
}
.contacts__mapButton:hover {
  background: #e4097f;
}
.contacts__item:first-child {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 40%;
}
.contacts__item:first-child .contacts__item-box {
  height: 100%;
}
.contacts__item:last-child {
  border-bottom: none;
  width: 60%;
  border-left: 1px solid #000;
  display: flex;
  flex-direction: column;
}
.contacts__item-box {
  display: grid;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .contacts__item-box {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-box {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .contacts__item-box {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-box {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contacts__item-box {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-box {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .contacts__item-box {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-box {
    padding-left: 30px;
  }
}
.contacts__item-box:last-child {
  margin-bottom: none;
  border-bottom: none;
}
.contacts__item-box:first-child {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .contacts__item-box:first-child {
    padding-top: calc(0.0140086207 * 100vw + -3.8965517241px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-box:first-child {
    padding-top: 23px;
  }
}
.contacts__item-title, .contacts__item-subtitle {
  font-family: "Century Gothic", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 992px) {
  .contacts__item-title, .contacts__item-subtitle {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-title, .contacts__item-subtitle {
    font-size: 24px;
  }
}
.contacts__item-title {
  line-height: 25px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contacts__item-title {
    line-height: calc(0.0043103448 * 100vw + 20.724137931px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-title {
    line-height: 29px;
  }
}
.contacts__item-title--padding {
  padding-top: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .contacts__item-title--padding {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-title--padding {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .contacts__item-title--padding {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-title--padding {
    padding-left: 30px;
  }
}
.contacts__item-subtitle {
  line-height: 28px;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .contacts__item-subtitle {
    line-height: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-subtitle {
    line-height: 32px;
  }
}
.contacts__item-inputText {
  padding-top: 15px;
  padding-left: 15px;
  font-family: "Century Gothic";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  color: #000000;
}
@media (min-width: 992px) {
  .contacts__item-inputText {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-inputText {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .contacts__item-inputText {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-inputText {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .contacts__item-inputText {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-inputText {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contacts__item-inputText {
    line-height: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-inputText {
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .contacts__item-inputText {
    padding-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-inputText {
    padding-bottom: 10px;
  }
}
.contacts__item-input {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #000;
  font-family: "Inter";
  color: #000000;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contacts__item-input {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .contacts__item-input {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .contacts__item-input {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .contacts__item-input {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__item-input {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input {
    line-height: 20px;
  }
}
.contacts__item-input::-webkit-input-placeholder {
  font-family: "Inter";
  color: #000000;
  opacity: 0.3;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contacts__item-input::-webkit-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__item-input::-webkit-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input::-webkit-input-placeholder {
    line-height: 20px;
  }
}
.contacts__item-input::-moz-placeholder {
  font-family: "Inter";
  color: #000000;
  opacity: 0.3;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contacts__item-input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input::-moz-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__item-input::-moz-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input::-moz-placeholder {
    line-height: 20px;
  }
}
.contacts__item-input:-ms-input-placeholder {
  font-family: "Inter";
  color: #000000;
  opacity: 0.3;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contacts__item-input:-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__item-input:-ms-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input:-ms-input-placeholder {
    line-height: 20px;
  }
}
.contacts__item-input::-ms-input-placeholder {
  font-family: "Inter";
  color: #000000;
  opacity: 0.3;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contacts__item-input::-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input::-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__item-input::-ms-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input::-ms-input-placeholder {
    line-height: 20px;
  }
}
.contacts__item-input::-moz-placeholder {
  font-family: "Inter";
  color: #000000;
  opacity: 0.3;
  font-size: 14px;
  line-height: 15px;
}
.contacts__item-input::placeholder {
  font-family: "Inter";
  color: #000000;
  opacity: 0.3;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .contacts__item-input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
  .contacts__item-input::placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input::-moz-placeholder {
    font-size: 16px;
  }
  .contacts__item-input::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__item-input::-moz-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
  .contacts__item-input::placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-input::-moz-placeholder {
    line-height: 20px;
  }
  .contacts__item-input::placeholder {
    line-height: 20px;
  }
}
.contacts__item textarea {
  resize: none;
}
.contacts__item-text {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 992px) {
  .contacts__item-text {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__item-text {
    line-height: calc(0.0043103448 * 100vw + 17.724137931px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-text {
    line-height: 26px;
  }
}
.contacts__item-textMin {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .contacts__item-textMin {
    line-height: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-textMin {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__item-textMin {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-textMin {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .contacts__item-textMin {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-textMin {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .contacts__item-textMin {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-textMin {
    padding-bottom: 15px;
  }
}
.contacts__item-time {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .contacts__item-time {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-time {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .contacts__item-time {
    line-height: calc(0.0064655172 * 100vw + 19.5862068966px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-time {
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .contacts__item-time {
    margin-top: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-time {
    margin-top: 10px;
  }
}
.contacts__item-phone, .contacts__item-mail, .contacts__item-link {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
@media (min-width: 992px) {
  .contacts__item-phone, .contacts__item-mail, .contacts__item-link {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-phone, .contacts__item-mail, .contacts__item-link {
    font-size: 20px;
  }
}
.contacts__item-phone {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .contacts__item-phone {
    margin-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-phone {
    margin-bottom: 10px;
  }
}
.contacts__item-connection {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
.contacts__item-link {
  width: 100%;
  max-width: 124px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.contacts__item-link:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .contacts__item-link:not(:last-child) {
    margin-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-link:not(:last-child) {
    margin-bottom: 10px;
  }
}
.contacts__item-link span {
  font-size: 24px;
  opacity: 0.3;
  transition: 0.3s opacity linear;
}
@media (min-width: 992px) {
  .contacts__item-link span {
    font-size: calc(0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-link span {
    font-size: 32px;
  }
}
.contacts__item-link:hover span {
  opacity: 1;
}
.contacts__item-btn {
  cursor: pointer;
  width: 100%;
  background: #000000;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  line-height: 15px;
  font-family: "Century Gothic";
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .contacts__item-btn {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-btn {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .contacts__item-btn {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-btn {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .contacts__item-btn {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-btn {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .contacts__item-btn {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .contacts__item-btn {
    padding-bottom: 15px;
  }
}
.contacts__item-btn:hover {
  background: #e4097f;
}
.contacts__balloon-content {
  background-color: #ffffff;
  padding: 10px;
  padding-left: 35px;
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: 7px;
  font-size: 14px;
  line-height: 17px;
  left: 0;
}
.contacts__balloon-content > a {
  display: inline-block;
  color: inherit;
  margin-bottom: 5px;
}
.contacts__balloon-arrow {
  width: 70px;
  height: 70px;
  background-image: url(../images/icons/map-pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.contacts__photo {
  width: 370px;
  height: 463px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .contacts__photo {
    width: calc(0.3038793103 * 100vw + 68.5517241379px);
  }
}
@media (min-width: 1920px) {
  .contacts__photo {
    width: 652px;
  }
}
@media (min-width: 992px) {
  .contacts__photo {
    height: calc(0.1875 * 100vw + 277px);
  }
}
@media (min-width: 1920px) {
  .contacts__photo {
    height: 637px;
  }
}

.form__inner {
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: auto;
}
@media (min-width: 992px) {
  .form__inner {
    padding-top: calc(0.0646551724 * 100vw + -4.1379310345px);
  }
}
@media (min-width: 1920px) {
  .form__inner {
    padding-top: 120px;
  }
}
.form__body {
  border: 1px solid #000;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.form__title {
  padding: 15px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .form__title {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__title {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .form__title {
    font-size: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .form__title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .form__title {
    line-height: calc(0.0075431034 * 100vw + 24.5172413793px);
  }
}
@media (min-width: 1920px) {
  .form__title {
    line-height: 39px;
  }
}
.form__hidden {
  display: none;
}
.form__hidden--show {
  display: block;
}
.form__item {
  display: flex;
  justify-content: space-around;
}
.form__item-title {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .form__item-title {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__item-title {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .form__item-title {
    padding-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .form__item-title {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .form__item-title {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__item-title {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .form__item-title {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__item-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .form__item-title {
    line-height: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .form__item-title {
    line-height: 24px;
  }
}
.form__item-title--fraction {
  grid-column: 1/3;
}
.form__item-input {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .form__item-input {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-input {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .form__item-input {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-input {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .form__item-input {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__item-input {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .form__item-input {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__item-input {
    padding-left: 30px;
  }
}
.form__item-input--fraction {
  grid-column: 1/3;
}
.form__item-input:checked + .form__item-inputCustom::after {
  transform: translate(-50%, -50%) scale(1);
}
.form__item-input:nth-child(2n) {
  border-left: 1px solid #000;
}
.form__item-input:nth-child(2n).form__item-input--fraction {
  border-left: none;
}
.form__item-input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .form__item-input::-webkit-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__item-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .form__item-input::-webkit-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-input::-webkit-input-placeholder {
    line-height: 20px;
  }
}
.form__item-input::-moz-placeholder {
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .form__item-input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__item-input::-moz-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .form__item-input::-moz-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-input::-moz-placeholder {
    line-height: 20px;
  }
}
.form__item-input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .form__item-input:-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__item-input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .form__item-input:-ms-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-input:-ms-input-placeholder {
    line-height: 20px;
  }
}
.form__item-input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .form__item-input::-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__item-input::-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .form__item-input::-ms-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-input::-ms-input-placeholder {
    line-height: 20px;
  }
}
.form__item-input::-moz-placeholder {
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  opacity: 0.3;
}
.form__item-input::placeholder {
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .form__item-input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
  .form__item-input::placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__item-input::-moz-placeholder {
    font-size: 16px;
  }
  .form__item-input::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .form__item-input::-moz-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
  .form__item-input::placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-input::-moz-placeholder {
    line-height: 20px;
  }
  .form__item-input::placeholder {
    line-height: 20px;
  }
}
.form__item-input.selectize-control {
  display: flex;
}
.form__item-input .selectize-input {
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.form__item-input .selectize-input.input-active {
  color: #000000;
  opacity: 0.3;
}
.form__item-input .selectize-input input {
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .form__item-input .selectize-input input {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__item-input .selectize-input input {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .form__item-input .selectize-input input {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-input .selectize-input input {
    line-height: 20px;
  }
}
.form__item-input .item {
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .form__item-input .item {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__item-input .item {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .form__item-input .item {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-input .item {
    line-height: 20px;
  }
}
.form__item-input .selectize-dropdown {
  padding: 0;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .form__item-input .selectize-dropdown {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-input .selectize-dropdown {
    padding-top: 15px;
  }
}
.form__item-input .selectize-dropdown .active {
  background-color: #ffffff;
}
.form__item-input.selectize-control.single .selectize-input:after {
  border: none;
  background-image: url("../images/arrowFilter.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  right: 0;
  transition: transform 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .form__item-input.selectize-control.single .selectize-input:after {
    width: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .form__item-input.selectize-control.single .selectize-input:after {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .form__item-input.selectize-control.single .selectize-input:after {
    height: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .form__item-input.selectize-control.single .selectize-input:after {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .form__item-input.selectize-control.single .selectize-input:after {
    margin-top: calc(-0.005387931 * 100vw + 0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .form__item-input.selectize-control.single .selectize-input:after {
    margin-top: -10px;
  }
}
.form__item-textarea {
  height: 100%;
  grid-column: 1/3;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  border: none;
  font-family: "Inter", sans-serif;
  resize: none;
}
@media (min-width: 992px) {
  .form__item-textarea {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-textarea {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .form__item-textarea {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-textarea {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .form__item-textarea {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__item-textarea {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .form__item-textarea {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__item-textarea {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .form__item-textarea {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__item-textarea {
    font-size: 16px;
  }
}
.form__item-tabs {
  width: 100%;
  display: flex;
}
.form__item-tab {
  cursor: pointer;
  text-align: center;
  width: 34%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000000;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .form__item-tab {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-tab {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .form__item-tab {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-tab {
    padding-bottom: 15px;
  }
}
.form__item-tab:last-child {
  border-right: none;
}
.form__item-tab--active {
  color: #ffffff;
  background: #000000;
}
.form__item-content {
  display: none;
}
.form__item-content--active {
  display: block;
}
.form__item-minText {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  padding-left: 15px;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .form__item-minText {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__item-minText {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .form__item-minText {
    padding-top: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .form__item-minText {
    padding-top: 10px;
  }
}
.form__item-box {
  display: grid;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .form__item-box {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__item-box {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .form__item-box {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__item-box {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .form__item-box {
    padding-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__item-box {
    padding-bottom: 30px;
  }
}
.form__item-box--fraction {
  grid-column: 1/3;
}
.form__item-label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  line-height: 18px;
}
@media (min-width: 992px) {
  .form__item-label {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__item-label {
    line-height: 20px;
  }
}
.form__item-label:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .form__item-label:not(:last-child) {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .form__item-label:not(:last-child) {
    margin-bottom: 20px;
  }
}
.form__item-inputCustom {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #e4097f;
  background: #fff;
}
@media (min-width: 992px) {
  .form__item-inputCustom {
    margin-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__item-inputCustom {
    margin-right: 15px;
  }
}
.form__item-inputCustom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  background: #e4097f;
  border-radius: 50%;
  transition: transform 0.38s ease-in-out;
}
.form__way {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}
@media (min-width: 992px) {
  .form__way {
    gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__way {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .form__way {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__way {
    padding: 30px;
  }
}
.form__way-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .form__way-box {
    gap: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .form__way-box {
    gap: 20px;
  }
}
.form__way-title {
  width: 100%;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 992px) {
  .form__way-title {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__way-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .form__way-title {
    line-height: calc(0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .form__way-title {
    line-height: 24px;
  }
}
.form__way .label {
  line-height: 1.2;
  white-space: nowrap;
}
.form .radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.form__list {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.form__list-inner {
  max-height: 480px;
  overflow-y: scroll;
}
.form__list-inner::-webkit-scrollbar {
  width: 10px;
  background-color: #ebebeb;
}
.form__list-inner::-webkit-scrollbar-thumb {
  background-color: #e4097f;
}
.form__list-btn {
  justify-content: center;
}
.form__list-item {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .form__list-item {
    padding-top: calc(0.0096982759 * 100vw + 0.3793103448px);
  }
}
@media (min-width: 1920px) {
  .form__list-item {
    padding-top: 19px;
  }
}
@media (min-width: 992px) {
  .form__list-item {
    padding-bottom: calc(0.0096982759 * 100vw + 0.3793103448px);
  }
}
@media (min-width: 1920px) {
  .form__list-item {
    padding-bottom: 19px;
  }
}
@media (min-width: 992px) {
  .form__list-item {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__list-item {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .form__list-item {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__list-item {
    padding-left: 30px;
  }
}
.form__list-item:not(:last-child) {
  border-bottom: 1px solid #000;
}
.form__list-content {
  display: flex;
  align-items: center;
}
.form__list-box {
  margin-right: 15px;
  border: 1px solid #000;
}
@media (min-width: 992px) {
  .form__list-box {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__list-box {
    margin-right: 30px;
  }
}
.form__list-image {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
.form__list-text {
  font-family: "Century Gothic", sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.form__list-num, .form__list-sum {
  font-family: "Century Gothic", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .form__list-num, .form__list-sum {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__list-num, .form__list-sum {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .form__list-num, .form__list-sum {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .form__list-num, .form__list-sum {
    line-height: 22px;
  }
}
.form__list-num {
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .form__list-num {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__list-num {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .form__list-num {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__list-num {
    padding-left: 30px;
  }
}
.form__list-sum span {
  white-space: nowrap;
  margin-right: 5px;
}
.form__list-textbottom {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .form__list-textbottom {
    padding-top: calc(0.0086206897 * 100vw + 1.4482758621px);
  }
}
@media (min-width: 1920px) {
  .form__list-textbottom {
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  .form__list-textbottom {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__list-textbottom {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .form__list-textbottom {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .form__list-textbottom {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .form__list-textbottom {
    margin-bottom: calc(0.0086206897 * 100vw + 1.4482758621px);
  }
}
@media (min-width: 1920px) {
  .form__list-textbottom {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .form__list-textbottom {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .form__list-textbottom {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .form__list-textbottom {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .form__list-textbottom {
    line-height: 22px;
  }
}
.form__wrapper .form__item-input:nth-child(2) {
  border-left: none;
}

.slider {
  margin-bottom: 50px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .slider {
    margin-bottom: calc(0.0323275862 * 100vw + 17.9310344828px);
  }
}
@media (min-width: 1920px) {
  .slider {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .slider {
    margin-top: calc(0.0646551724 * 100vw + -4.1379310345px);
  }
}
@media (min-width: 1920px) {
  .slider {
    margin-top: 120px;
  }
}
.slider__inner {
  display: flex;
}
.slider__item {
  height: 800px;
}
.slider__item:first-child {
  width: 58%;
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #000;
}
.slider__item:last-child {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #000;
  border-top: none;
}
.slider__item:last-child::-webkit-scrollbar {
  height: 99.9%;
  width: 10px;
  background-color: #ebebeb;
}
.slider__item:last-child::-webkit-scrollbar-thumb {
  background-color: #e4097f;
}
.slider__item:last-child .slider__item-box:nth-child(2) {
  border-bottom: none;
}
.slider__item-content {
  overflow: auto;
}
.slider__item-content::-webkit-scrollbar {
  height: 99.9%;
  width: 10px;
  background-color: #ebebeb;
}
.slider__item-content::-webkit-scrollbar-thumb {
  background-color: #e4097f;
}
.slider__item-box {
  padding: 15px;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .slider__item-box {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .slider__item-box {
    padding: 30px;
  }
}
.slider__item-title {
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .slider__item-title {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .slider__item-title {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .slider__item-title {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .slider__item-title {
    margin-bottom: 15px;
  }
}
.slider__item-boxBtn {
  display: grid;
  grid-template-columns: minmax(100px, 160px) 1fr;
  border-top: 1px solid #000;
}
.slider__item-boxBtn span {
  padding-left: 10px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .slider__item-boxBtn span {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .slider__item-boxBtn span {
    padding-left: 20px;
  }
}
.slider__item-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 32px;
  font-size: 32px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 992px) {
  .slider__item-count {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .slider__item-count {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .slider__item-count {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .slider__item-count {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .slider__item-count {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .slider__item-count {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .slider__item-count {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .slider__item-count {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .slider__item-count {
    line-height: calc(0.0086206897 * 100vw + 23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .slider__item-count {
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .slider__item-count {
    font-size: calc(0.0086206897 * 100vw + 23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .slider__item-count {
    font-size: 40px;
  }
}
.slider__item-num {
  padding: 0 5px;
}
.slider__item-text {
  color: #000;
}
.slider__item-btn {
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  justify-content: center;
}
@media (min-width: 992px) {
  .slider__item-btn {
    font-size: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .slider__item-btn {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .slider__item-btn {
    line-height: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .slider__item-btn {
    line-height: 32px;
  }
}
.slider__item-plus, .slider__item-minus {
  cursor: pointer;
}
.slider__accordeon-box:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .slider__accordeon-box:not(:last-child) {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .slider__accordeon-box:not(:last-child) {
    margin-bottom: 30px;
  }
}
.slider__accordeon-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 18px;
  color: #000;
  cursor: pointer;
}
@media (min-width: 992px) {
  .slider__accordeon-title {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .slider__accordeon-title {
    line-height: 20px;
  }
}
.slider__accordeon-title.show .slider__accordeon-icon {
  transform: rotate(45deg);
}
.slider__accordeon-icon {
  font-size: 18px;
  transition: transform 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .slider__accordeon-icon {
    font-size: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .slider__accordeon-icon {
    font-size: 20px;
  }
}
.slider__accordeon-text {
  display: none;
  padding-top: 10px;
  font-size: 12px;
  color: #333333;
}
@media (min-width: 992px) {
  .slider__accordeon-text {
    font-size: calc(0.0043103448 * 100vw + 7.724137931px);
  }
}
@media (min-width: 1920px) {
  .slider__accordeon-text {
    font-size: 16px;
  }
}
.slider__accordeon-list li {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .slider__accordeon-list li {
    margin-bottom: calc(0.0075431034 * 100vw + 0.5172413793px);
  }
}
@media (min-width: 1920px) {
  .slider__accordeon-list li {
    margin-bottom: 15px;
  }
}

.count {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 32px;
  font-size: 32px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 992px) {
  .count {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .count {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .count {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .count {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .count {
    padding-right: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .count {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .count {
    padding-left: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .count {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .count {
    line-height: calc(0.0086206897 * 100vw + 23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .count {
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .count {
    font-size: calc(0.0086206897 * 100vw + 23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .count {
    font-size: 40px;
  }
}
.count__num {
  padding: 0 5px;
  width: 4ch;
  text-align: center;
  box-sizing: content-box;
}
.count__plus, .count__minus {
  cursor: pointer;
}

.rating {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .rating {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .rating {
    margin-bottom: 15px;
  }
}
.rating__box {
  display: flex;
  align-items: center;
}
.rating__body {
  position: relative;
}
.rating__body::before {
  content: "";
  background-image: url("../images/icons/star.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 150px;
  height: 30px;
  display: block;
  color: #e4097f;
}
@media (min-width: 992px) {
  .rating__body::before {
    width: calc(0.0431034483 * 100vw + 107.2413793103px);
  }
}
@media (min-width: 1920px) {
  .rating__body::before {
    width: 190px;
  }
}
.rating__active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rating__active::before {
  content: "";
  background-image: url("../images/icons/star-yellow.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  position: absolute;
  width: 150px;
  height: 30px;
  top: 0;
  left: 0;
  color: #e4097f;
}
@media (min-width: 992px) {
  .rating__active::before {
    width: calc(0.0431034483 * 100vw + 107.2413793103px);
  }
}
@media (min-width: 1920px) {
  .rating__active::before {
    width: 190px;
  }
}
.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  height: 0;
}
.rating__item {
  width: 38px;
  height: 30px;
  margin: 0;
  opacity: 0;
}
.rating__item:not(:last-child) {
  padding-right: 10px;
}
.rating__value {
  font-size: 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}

.swiperBig {
  height: 100%;
  width: 77%;
}
.swiperBig__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}
.swiperBig__image {
  -o-object-fit: cover;
  object-fit: cover;
}

.swiperMini {
  width: 23%;
  height: 100%;
}
.swiperMini__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  margin-bottom: 0;
}
.swiperMini__slide:first-child {
  border-top: 1px solid #000;
}
.swiperMini__slide:not(:last-child) {
  border-bottom: 1px solid #000;
}
.swiperMini__slide:nth-child(4n) {
  border-bottom: none;
}
.swiperMini__image {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fancybox-content,
.fancybox-slide--html .fancybox-close-small {
  padding: 0;
}

.fancybox-slide--html .fancybox-close-small {
  top: 0px;
  width: 40px;
  height: 40px;
  right: 25px;
  opacity: 1;
}
@media (min-width: 992px) {
  .fancybox-slide--html .fancybox-close-small {
    top: calc(0.0269396552 * 100vw + -26.724137931px);
  }
}
@media (min-width: 1920px) {
  .fancybox-slide--html .fancybox-close-small {
    top: 25px;
  }
}
@media (min-width: 992px) {
  .fancybox-slide--html .fancybox-close-small {
    width: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .fancybox-slide--html .fancybox-close-small {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .fancybox-slide--html .fancybox-close-small {
    height: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .fancybox-slide--html .fancybox-close-small {
    height: 50px;
  }
}
.fancybox-slide--html .fancybox-close-small svg path {
  fill: #000;
}

.modal {
  display: none;
  width: 490px;
  padding: 15px;
}
@media (min-width: 992px) {
  .modal {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal {
    padding: 30px;
  }
}
.modal__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .modal__container {
    padding-top: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .modal__container {
    padding-top: 40px;
  }
}
.modal__title {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .modal__title {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal__title {
    margin-bottom: 30px;
  }
}
.modal__item {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 10px;
  border: 2px solid #000;
}
@media (min-width: 992px) {
  .modal__item {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .modal__item {
    margin-bottom: 20px;
  }
}
.modal__item-title {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 2px solid #000;
}
@media (min-width: 992px) {
  .modal__item-title {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal__item-title {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .modal__item-title {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal__item-title {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .modal__item-title {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal__item-title {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .modal__item-title {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__item-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .modal__item-title {
    line-height: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__item-title {
    line-height: 24px;
  }
}
.modal__item-input, .modal__item-textarea {
  border: none;
  outline: none;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .modal__item-input, .modal__item-textarea {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__item-input, .modal__item-textarea {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .modal__item-input, .modal__item-textarea {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal__item-input, .modal__item-textarea {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .modal__item-input, .modal__item-textarea {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modal__item-input, .modal__item-textarea {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .modal__item-input, .modal__item-textarea {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__item-input, .modal__item-textarea {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .modal__item-input, .modal__item-textarea {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__item-input, .modal__item-textarea {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modal__item-input, .modal__item-textarea {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__item-input, .modal__item-textarea {
    line-height: 20px;
  }
}
.modal__item-input::-moz-placeholder, .modal__item-textarea::-moz-placeholder {
  color: #b3b3b3;
}
.modal__item-input::placeholder, .modal__item-textarea::placeholder {
  color: #b3b3b3;
}
.modal__item-input {
  border-bottom: 2px solid #000;
}
.modal__item-input::-moz-placeholder {
  color: #b3b3b3;
}
.modal__item-input::placeholder {
  color: #b3b3b3;
}
.modal__item-textarea {
  resize: none;
  color: #b3b3b3;
}
.modal__btn {
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .modal__btn {
    margin-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__btn {
    margin-bottom: 15px;
  }
}
.modal__text {
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 992px) {
  .modal__text {
    line-height: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__text {
    line-height: 18px;
  }
}
.modal__buttons {
  width: 100%;
  display: flex;
}
.modal__button {
  cursor: pointer;
  border: 1px solid #000000;
  background: #000000;
  text-align: center;
  width: 50%;
  margin-right: 10px;
  font-family: "Century Gothic";
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .modal__button {
    margin-right: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__button {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .modal__button {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modal__button {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .modal__button {
    line-height: calc(0.0043103448 * 100vw + 13.724137931px);
  }
}
@media (min-width: 1920px) {
  .modal__button {
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .modal__button {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__button {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .modal__button {
    padding-bottom: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .modal__button {
    padding-bottom: 15px;
  }
}
.modal__button:last-child {
  margin-right: 0;
}
.modal__button:hover {
  background: #e4097f;
}
.modal__button--white {
  color: #000;
  background: #ffffff;
}
.modal__button--white:hover {
  color: #ffffff;
}

.modalReview {
  width: 100%;
  max-width: 1040px;
  padding: 30px;
}
@media (min-width: 992px) {
  .modalReview {
    padding: calc(0.0538793103 * 100vw + -23.4482758621px);
  }
}
@media (min-width: 1920px) {
  .modalReview {
    padding: 80px;
  }
}
.modalReview .rating {
  margin-bottom: 0;
}
.modalReview .rating__item {
  cursor: pointer;
}
.modalReview__form-inner {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
}
.modalReview__form-item {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .modalReview__form-item {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modalReview__form-item {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .modalReview__form-item {
    padding-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modalReview__form-item {
    padding-right: 30px;
  }
}
.modalReview__form-item.label {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .modalReview__form-item.label {
    font-size: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .modalReview__form-item.label {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .modalReview__form-item.label {
    line-height: calc(0.0064655172 * 100vw + 11.5862068966px);
  }
}
@media (min-width: 1920px) {
  .modalReview__form-item.label {
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .modalReview__form-item.label {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modalReview__form-item.label {
    padding-top: 30px;
  }
}
.modalReview__form-item.input {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
}
.modalReview__form-item[name=review] {
  resize: none;
  height: 235px;
}
.modalReview__form-item.wide {
  grid-column: span 2;
}
.modalReview__form-item:nth-child(-n+2) {
  padding-top: 0;
}
.modalReview__form-item:nth-child(n+3):not(:last-child) {
  border: solid #000000;
  border-width: 2px 0 0 2px;
}
.modalReview__form-item:nth-child(n+4):not(:last-child) {
  border-right-width: 2px;
}
.modalReview .bigBtn {
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  text-transform: none;
}

.modalBasket {
  position: fixed;
  background-color: #fff;
  top: 0;
  right: 0;
  transform: translateX(120%);
  width: 50%;
  height: 100%;
  transition: transform 0.38s ease-in-out, z-index 0.38s ease-in-out;
}
.modalBasket.active {
  top: 0;
  transform: translateX(0%);
  z-index: 1010;
}
.modalBasket__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
@media (min-width: 992px) {
  .modalBasket__inner {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__inner {
    padding: 30px;
  }
}
.modalBasket__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .modalBasket__title {
    padding-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__title {
    padding-bottom: 30px;
  }
}
.modalBasket__title-icon {
  font-size: 22px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .modalBasket__title-icon {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__title-icon {
    font-size: 24px;
  }
}
.modalBasket__item {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .modalBasket__item {
    padding-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .modalBasket__item {
    padding-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item {
    padding-bottom: 30px;
  }
}
.modalBasket__item-image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #000;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .modalBasket__item-image {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item-image {
    margin-right: 30px;
  }
}
.modalBasket__item-text {
  font-family: "Century Gothic", sans-serif;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 992px) {
  .modalBasket__item-text {
    line-height: calc(0.0021551724 * 100vw + 17.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item-text {
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .modalBasket__item-text {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item-text {
    font-size: 18px;
  }
}
.modalBasket__item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}
.modalBasket__item-box .count__minus, .modalBasket__item-box .count__plus {
  transform: scale(2);
}
.modalBasket__item-num {
  display: flex;
  align-items: center;
  margin-right: 15px;
  font-family: "Century Gothic", sans-serif;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 992px) {
  .modalBasket__item-num {
    margin-right: calc(0.0107758621 * 100vw + 4.3103448276px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item-num {
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  .modalBasket__item-num {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item-num {
    line-height: 20px;
  }
}
.modalBasket__item-num span {
  min-width: 4ch;
}
.modalBasket__item-icon {
  font-size: 12px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .modalBasket__item-icon {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item-icon {
    font-size: 14px;
  }
}
.modalBasket__item .count {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .modalBasket__item .count {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item .count {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modalBasket__item .count {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item .count {
    line-height: 20px;
  }
}
.modalBasket__item .count__num {
  padding: 0 15px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .modalBasket__item .count__num {
    font-size: calc(0.0021551724 * 100vw + 17.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__item .count__num {
    font-size: 22px;
  }
}
.modalBasket__box {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .modalBasket__box {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__box {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .modalBasket__box {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__box {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .modalBasket__box {
    line-height: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .modalBasket__box {
    line-height: 32px;
  }
}
.modalBasket__btn {
  text-align: center;
  justify-content: center;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out;
}
.mask.active {
  transition: opacity 0.38s ease-in-out;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.card {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .card {
    margin-top: calc(0.0646551724 * 100vw + -4.1379310345px);
  }
}
@media (min-width: 1920px) {
  .card {
    margin-top: 120px;
  }
}
.card .container-card {
  display: grid;
  grid-template-columns: 285px 1fr;
  padding: 0 15px;
  margin: 0 auto;
}
.card .container-card--columns {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .card .container-card--columns {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .card .container-card--columns {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .card .container-card--columns {
    max-width: none;
  }
}
.card__filter {
  display: none;
}
.card__accordeon {
  position: sticky;
  top: 60px;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 10px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .card__accordeon {
    top: calc(0.0646551724 * 100vw + -4.1379310345px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon {
    top: 120px;
  }
}
@media (min-width: 992px) {
  .card__accordeon {
    padding-top: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .card__accordeon {
    padding-right: calc(0.0377155172 * 100vw + -22.4137931034px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .card__accordeon {
    padding-left: calc(0.0269396552 * 100vw + -16.724137931px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon {
    padding-left: 35px;
  }
}
.card__accordeon-content:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .card__accordeon-content:not(:last-child) {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon-content:not(:last-child) {
    margin-bottom: 30px;
  }
}
.card__accordeon-box {
  display: none;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .card__accordeon-box {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon-box {
    padding-top: 20px;
  }
}
.card__accordeon-title {
  position: relative;
  cursor: pointer;
}
.card__accordeon-title::before, .card__accordeon-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  width: 10px;
  height: 2px;
  background-color: #000;
  transition: transform 0.38s ease-in-out;
}
.card__accordeon-title::before {
  right: 7px;
  transform: rotate(40deg);
}
.card__accordeon-title::after {
  right: 0;
  transform: rotate(-40deg);
}
.card__accordeon-title.active {
  display: flex;
}
.card__accordeon-title.active::before {
  transform: rotate(-40deg);
}
.card__accordeon-title.active::after {
  transform: rotate(40deg);
}
.card__accordeon-title, .card__accordeon-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  line-height: 18px;
}
@media (min-width: 992px) {
  .card__accordeon-title, .card__accordeon-input {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon-title, .card__accordeon-input {
    line-height: 20px;
  }
}
.card__accordeon-label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  line-height: 18px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .card__accordeon-label {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon-label {
    line-height: 20px;
  }
}
.card__accordeon-label:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .card__accordeon-label:not(:last-child) {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon-label:not(:last-child) {
    margin-bottom: 20px;
  }
}
.card__accordeon-input:checked + .card__accordeon-inputCustom {
  border-color: #e4097f;
}
.card__accordeon-input:checked + .card__accordeon-inputCustom::after {
  transform: translate(-50%, -50%) scale(1);
}
.card__accordeon-inputCustom {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #000000;
  background: #fff;
  transition: border 0.3s linear;
}
@media (min-width: 992px) {
  .card__accordeon-inputCustom {
    width: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon-inputCustom {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .card__accordeon-inputCustom {
    height: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon-inputCustom {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .card__accordeon-inputCustom {
    margin-right: calc(0.0107758621 * 100vw + -5.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon-inputCustom {
    margin-right: 15px;
  }
}
.card__accordeon-inputCustom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 5px;
  height: 5px;
  background: #e4097f;
  border-radius: 50%;
  transition: transform 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .card__accordeon-inputCustom::after {
    width: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon-inputCustom::after {
    width: 10px;
  }
}
@media (min-width: 992px) {
  .card__accordeon-inputCustom::after {
    height: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__accordeon-inputCustom::after {
    height: 10px;
  }
}
.card .radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.card__inner {
  border-left: 2px #000 solid;
  width: 100%;
  max-width: 1370px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-left: 15px;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .card__inner {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .card__inner {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .card__inner {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .card__inner {
    padding-left: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__inner {
    padding-left: 30px;
  }
}
.card__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 25px;
  margin-top: 30px;
  padding-bottom: 75px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .card__wrapper {
    -moz-column-gap: calc(0.0161637931 * 100vw + -1.0344827586px);
         column-gap: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__wrapper {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .card__wrapper {
    row-gap: calc(0.0269396552 * 100vw + -1.724137931px);
  }
}
@media (min-width: 1920px) {
  .card__wrapper {
    row-gap: 50px;
  }
}
@media (min-width: 992px) {
  .card__wrapper {
    margin-top: calc(0.0431034483 * 100vw + -12.7586206897px);
  }
}
@media (min-width: 1920px) {
  .card__wrapper {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .card__wrapper {
    padding-bottom: calc(0.0808189655 * 100vw + -5.1724137931px);
  }
}
@media (min-width: 1920px) {
  .card__wrapper {
    padding-bottom: 150px;
  }
}
.card__item {
  display: flex;
  flex-direction: column;
  color: inherit;
  height: 100%;
}
.card__item .rating {
  margin-top: auto;
}
.card__item-box {
  position: relative;
}
.card__item--sale .card__item-label--sale {
  display: block;
}
.card__item--hit .card__item-label--hit {
  display: block;
}
.card__item--new .card__item-label--new {
  display: block;
}
.card__item-label {
  position: absolute;
  padding: 8px 22px;
  font-size: 12px;
  border: 1px solid #000000;
  top: 0;
  right: 0;
  display: none;
  min-width: 70px;
  line-height: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .card__item-label {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__item-label {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .card__item-label {
    min-width: calc(0.0215517241 * 100vw + 48.6206896552px);
  }
}
@media (min-width: 1920px) {
  .card__item-label {
    min-width: 90px;
  }
}
@media (min-width: 992px) {
  .card__item-label {
    line-height: calc(0.0032327586 * 100vw + 11.7931034483px);
  }
}
@media (min-width: 1920px) {
  .card__item-label {
    line-height: 18px;
  }
}
.card__item-label--hit {
  background: #ffffff;
  color: #000;
}
.card__item-label--new {
  color: #ffffff;
  background: #e4097f;
}
.card__item-label--sale {
  background: #000000;
  color: #ffffff;
  top: 1px;
  right: 1px;
}
.card__item-image {
  border: 1px solid #000;
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .card__item-image {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__item-image {
    margin-bottom: 30px;
  }
}
.card__item-title {
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .card__item-title {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__item-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .card__item-title {
    line-height: calc(0.0043103448 * 100vw + 20.724137931px);
  }
}
@media (min-width: 1920px) {
  .card__item-title {
    line-height: 29px;
  }
}
.card__item-text {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 10px;
  color: #000;
}
.card__item-btn {
  display: flex;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
@media (min-width: 992px) {
  .card__item-btn {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__item-btn {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__item-btn {
    line-height: calc(0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__item-btn {
    line-height: 20px;
  }
}
.card__item-price {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .card__item-price {
    font-size: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .card__item-price {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .card__item-price {
    line-height: calc(0.005387931 * 100vw + 14.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__item-price {
    line-height: 25px;
  }
}
.card__item-price--old {
  font-size: 14px;
  line-height: 20px;
  text-decoration: line-through;
  color: #6b6b6b;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .card__item-price--old {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__item-price--old {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__item-price--old {
    line-height: calc(0.005387931 * 100vw + 14.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__item-price--old {
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .card__item-price--old {
    margin-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__item-price--old {
    margin-left: 20px;
  }
}
.card__item:hover .btnBasket {
  background-color: #e4097f;
}
.card__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .card__container {
    margin-top: calc(0.0107758621 * 100vw + 19.3103448276px);
  }
}
@media (min-width: 1920px) {
  .card__container {
    margin-top: 40px;
  }
}
.card__container-block {
  display: flex;
  align-items: center;
}
.card__name {
  font-family: "Century Gothic";
  font-weight: 700;
  color: #000000;
  font-size: 54px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .card__name {
    font-size: calc(0.0172413793 * 100vw + 36.8965517241px);
  }
}
@media (min-width: 1920px) {
  .card__name {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .card__name {
    line-height: calc(0.0280172414 * 100vw + 32.2068965517px);
  }
}
@media (min-width: 1920px) {
  .card__name {
    line-height: 86px;
  }
}
.card__search {
  width: 210px;
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #000000;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
@media (min-width: 992px) {
  .card__search {
    width: calc(0.4310344828 * 100vw + -217.5862068966px);
  }
}
@media (min-width: 1920px) {
  .card__search {
    width: 610px;
  }
}
@media (min-width: 992px) {
  .card__search {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__search {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .card__search {
    padding: calc(0.0032327586 * 100vw + 6.7931034483px);
  }
}
@media (min-width: 1920px) {
  .card__search {
    padding: 13px;
  }
}
@media (min-width: 992px) {
  .card__search {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__search {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__search {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__search {
    line-height: 20px;
  }
}
.card__search::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .card__search::-webkit-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__search::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__search::-webkit-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__search::-webkit-input-placeholder {
    line-height: 20px;
  }
}
.card__search::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .card__search::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__search::-moz-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__search::-moz-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__search::-moz-placeholder {
    line-height: 20px;
  }
}
.card__search:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .card__search:-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__search:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__search:-ms-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__search:-ms-input-placeholder {
    line-height: 20px;
  }
}
.card__search::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .card__search::-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__search::-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__search::-ms-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__search::-ms-input-placeholder {
    line-height: 20px;
  }
}
.card__search::-moz-placeholder {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 15px;
}
.card__search::placeholder {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .card__search::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
  .card__search::placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__search::-moz-placeholder {
    font-size: 16px;
  }
  .card__search::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__search::-moz-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
  .card__search::placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__search::-moz-placeholder {
    line-height: 20px;
  }
  .card__search::placeholder {
    line-height: 20px;
  }
}
.card__button {
  cursor: pointer;
  border: 1px solid #a5a5a5;
  padding: 10px;
  width: 37px;
  height: 37px;
  margin-right: 5px;
  background-image: url("../images/tileNo.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .card__button {
    padding: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__button {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .card__button {
    width: calc(0.0140086207 * 100vw + 23.1034482759px);
  }
}
@media (min-width: 1920px) {
  .card__button {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .card__button {
    height: calc(0.0140086207 * 100vw + 23.1034482759px);
  }
}
@media (min-width: 1920px) {
  .card__button {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .card__button {
    margin-right: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__button {
    margin-right: 10px;
  }
}
.card__button:last-child {
  margin-right: 0;
}
.card__button--line {
  background-image: url("../images/listNo.svg");
}
.card__button--active {
  border: 1px solid #000000;
  background-image: url("../images/tile.svg");
}
.card__button--active.card__button--line {
  background-image: url("../images/list.svg");
}
.card__filters {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: static;
  margin-bottom: 15px;
  margin-top: 15px;
  gap: 10px;
}
@media (min-width: 992px) {
  .card__filters {
    margin-bottom: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__filters {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .card__filters {
    margin-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__filters {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .card__filters {
    gap: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__filters {
    gap: 20px;
  }
}
.card__filters-reset, .card__filters-apply {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 1.42;
  outline: none;
  transition: color 0.38s ease-in-out, background-color 0.38s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  .card__filters-reset, .card__filters-apply {
    padding-top: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__filters-reset, .card__filters-apply {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .card__filters-reset, .card__filters-apply {
    padding-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__filters-reset, .card__filters-apply {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .card__filters-reset, .card__filters-apply {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__filters-reset, .card__filters-apply {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .card__filters-reset, .card__filters-apply {
    padding-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__filters-reset, .card__filters-apply {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .card__filters-reset, .card__filters-apply {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__filters-reset, .card__filters-apply {
    font-size: 14px;
  }
}
.card__filters-reset:hover, .card__filters-apply:hover {
  background-color: #e4097f;
}
.card__filters-apply {
  color: #fff;
  background-color: #000;
}
.card__filters-apply:hover {
  background-color: #e4097f;
}
.card__filters-reset {
  color: #000;
  background-color: #bdbdbd;
  border: 1px solid #bdbdbd;
}
.card__filters-reset:hover {
  color: #fff;
  background-color: #000;
}
.card__filters-box {
  position: relative;
  display: inline-block;
  width: 15%;
}
.card__filters-box:last-child {
  margin-right: 0;
}
.card__filters-content {
  position: relative;
  padding: 0;
  transition: width 0.38s ease-in-out;
}
.card__filters-content--active {
  width: 96%;
  z-index: 11;
}
.card__filters-content--active .selectize-control.single .selectize-input:after {
  transform: rotate(180deg);
}
.card__filters-content--active .card__filters-select {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
.card__filters-select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  z-index: 1;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #000000;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .card__filters-select {
    padding-top: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__filters-select {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .card__filters-select {
    padding-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__filters-select {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .card__filters-select {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__filters-select {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .card__filters-select {
    padding-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__filters-select {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .card__filters-select {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__filters-select {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__filters-select {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters-select {
    line-height: 20px;
  }
}
.card__filters .selectize-control.single .selectize-input:after {
  border: none;
  background-image: url("../images/arrowFilter.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  right: 0;
  transition: transform 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .card__filters .selectize-control.single .selectize-input:after {
    width: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-control.single .selectize-input:after {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .card__filters .selectize-control.single .selectize-input:after {
    height: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-control.single .selectize-input:after {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .card__filters .selectize-control.single .selectize-input:after {
    margin-top: calc(-0.005387931 * 100vw + 0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-control.single .selectize-input:after {
    margin-top: -10px;
  }
}
.card__filters .selectize-input {
  padding: 0;
  border: 0;
  margin: 0;
  box-shadow: none;
}
.card__filters .selectize-input input {
  width: 100% !important;
}
.card__filters .selectize-input input::-webkit-input-placeholder {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
@media (min-width: 992px) {
  .card__filters .selectize-input input::-webkit-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-input input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__filters .selectize-input input::-webkit-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-input input::-webkit-input-placeholder {
    line-height: 20px;
  }
}
.card__filters .selectize-input input::-moz-placeholder {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
@media (min-width: 992px) {
  .card__filters .selectize-input input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-input input::-moz-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__filters .selectize-input input::-moz-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-input input::-moz-placeholder {
    line-height: 20px;
  }
}
.card__filters .selectize-input input:-ms-input-placeholder {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
@media (min-width: 992px) {
  .card__filters .selectize-input input:-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-input input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__filters .selectize-input input:-ms-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-input input:-ms-input-placeholder {
    line-height: 20px;
  }
}
.card__filters .selectize-input input::-ms-input-placeholder {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
@media (min-width: 992px) {
  .card__filters .selectize-input input::-ms-input-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-input input::-ms-input-placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__filters .selectize-input input::-ms-input-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-input input::-ms-input-placeholder {
    line-height: 20px;
  }
}
.card__filters .selectize-input input::-moz-placeholder {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
.card__filters .selectize-input input::placeholder {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
}
@media (min-width: 992px) {
  .card__filters .selectize-input input::-moz-placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
  .card__filters .selectize-input input::placeholder {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-input input::-moz-placeholder {
    font-size: 16px;
  }
  .card__filters .selectize-input input::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__filters .selectize-input input::-moz-placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
  .card__filters .selectize-input input::placeholder {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters .selectize-input input::-moz-placeholder {
    line-height: 20px;
  }
  .card__filters .selectize-input input::placeholder {
    line-height: 20px;
  }
}
.card__filters-over {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.card__filters-popup {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 230px;
  position: absolute;
  left: 0px;
  top: -1px;
  padding-top: 31px;
  border: 1px solid #000000;
  overflow: auto;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media (min-width: 992px) {
  .card__filters-popup {
    max-height: calc(0.0862068966 * 100vw + 144.4827586207px);
  }
}
@media (min-width: 1920px) {
  .card__filters-popup {
    max-height: 310px;
  }
}
@media (min-width: 992px) {
  .card__filters-popup {
    padding-top: calc(0.0129310345 * 100vw + 18.1724137931px);
  }
}
@media (min-width: 1920px) {
  .card__filters-popup {
    padding-top: 43px;
  }
}
@media (min-width: 992px) {
  .card__filters-popup {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__filters-popup {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .card__filters-popup {
    padding-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__filters-popup {
    padding-right: 20px;
  }
}
.card__filters-popup::-webkit-scrollbar {
  height: 99.9%;
  width: 5px;
  background-color: #ebebeb;
}
.card__filters-popup::-webkit-scrollbar-thumb {
  background-color: #e4097f;
}
.card__filters-label {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .card__filters-label {
    padding-top: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__filters-label {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .card__filters-label {
    padding-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__filters-label {
    padding-bottom: 10px;
  }
}
.card__filters-label:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 0;
}
.card__filters-label--noLine {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .card__filters-label--noLine {
    padding-top: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters-label--noLine {
    padding-top: 15px;
  }
}
.card__filters-label--noLine:not(:last-child) {
  border-bottom: 0;
}
.card__filters-label--noLine:last-child {
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .card__filters-label--noLine:last-child {
    padding-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__filters-label--noLine:last-child {
    padding-bottom: 10px;
  }
}
.card__filters-label--paddingLeft {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .card__filters-label--paddingLeft {
    padding-left: calc(0.005387931 * 100vw + 4.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters-label--paddingLeft {
    padding-left: 15px;
  }
}
.card__filters-search {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b3b3b3;
}
@media (min-width: 992px) {
  .card__filters-search {
    padding-top: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__filters-search {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .card__filters-search {
    padding-bottom: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .card__filters-search {
    padding-bottom: 10px;
  }
}
.card__filters-inputSearch {
  width: 95%;
  font-family: "Century Gothic";
  color: #000000;
  font-size: 14px;
  line-height: 15px;
}
@media (min-width: 992px) {
  .card__filters-inputSearch {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__filters-inputSearch {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__filters-inputSearch {
    line-height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters-inputSearch {
    line-height: 20px;
  }
}
.card__filters-inputSearch::-moz-placeholder {
  color: #b3b3b3;
}
.card__filters-inputSearch::placeholder {
  color: #b3b3b3;
}
.card__filters-btnSearch {
  background-image: url("../images/btnSearch.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  width: 15px;
  height: 15px;
}
@media (min-width: 992px) {
  .card__filters-btnSearch {
    width: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters-btnSearch {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .card__filters-btnSearch {
    height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters-btnSearch {
    height: 20px;
  }
}
.card__filters-text {
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  font-family: "Century Gothic";
}
@media (min-width: 992px) {
  .card__filters-text {
    font-size: calc(0.0032327586 * 100vw + 9.7931034483px);
  }
}
@media (min-width: 1920px) {
  .card__filters-text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .card__filters-text {
    line-height: calc(0.0075431034 * 100vw + 5.5172413793px);
  }
}
@media (min-width: 1920px) {
  .card__filters-text {
    line-height: 20px;
  }
}
.card__filters-checkbox {
  border: 1px solid #000000;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .card__filters-checkbox {
    width: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters-checkbox {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .card__filters-checkbox {
    height: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__filters-checkbox {
    height: 20px;
  }
}
.card__filters-checkbox:checked {
  background-image: url("../images/_iconChecked.svg");
}
.card__table {
  width: 100%;
  border-collapse: collapse;
}
.card__table .blockName {
  width: 300px;
}
@media (min-width: 992px) {
  .card__table .blockName {
    width: calc(0.1831896552 * 100vw + 118.275862069px);
  }
}
@media (min-width: 1920px) {
  .card__table .blockName {
    width: 470px;
  }
}
.card__table .blockQuantity {
  width: 120px;
  text-align: left;
}
@media (min-width: 992px) {
  .card__table .blockQuantity {
    width: calc(0.0862068966 * 100vw + 34.4827586207px);
  }
}
@media (min-width: 1920px) {
  .card__table .blockQuantity {
    width: 200px;
  }
}
.card__table-th {
  font-family: "Century Gothic";
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100px;
  text-align: center;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .card__table-th {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__table-th {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .card__table-th {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__table-th {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .card__table-th {
    width: calc(0 * 100vw + 100px);
  }
}
@media (min-width: 1920px) {
  .card__table-th {
    width: 100px;
  }
}
.card__table-th:first-child {
  text-align: left;
}
.card__table-th:last-child {
  text-align: right;
}
.card__table-th--active {
  background-color: rgba(120, 0, 166, 0.38);
}
.card__table-tr:first-child td {
  border-top: 0;
}
.card__table-tr:first-child td::before {
  display: none;
}
.card__table-td {
  text-align: center;
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  transition: all 0.38s ease-in-out;
  position: relative;
}
@media (min-width: 992px) {
  .card__table-td {
    width: calc(0.0538793103 * 100vw + 46.5517241379px);
  }
}
@media (min-width: 1920px) {
  .card__table-td {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .card__table-td {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__table-td {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .card__table-td {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__table-td {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .card__table-td {
    padding-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__table-td {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .card__table-td {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__table-td {
    padding-left: 20px;
  }
}
.card__table-td:last-of-type {
  padding-right: 0;
}
.card__table-td:first-child {
  padding-left: 0;
}
.card__table-td::before {
  content: "";
  width: 102%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.card__table-td:last-child {
  text-align: right;
}
.card__table-td:last-child .card__table-text {
  justify-content: flex-end;
}
.card__table-td--active {
  background: #fffbc9;
}
.card__table-td.blockName {
  width: 300px;
}
@media (min-width: 992px) {
  .card__table-td.blockName {
    width: calc(0.1831896552 * 100vw + 118.275862069px);
  }
}
@media (min-width: 1920px) {
  .card__table-td.blockName {
    width: 470px;
  }
}
.card__table-td.blockName .card__table-text {
  text-align: start;
}
.card__table-wrapper {
  display: flex;
  align-items: center;
}
.card__table-photo {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #000000;
  margin-right: 10px;
  transition: all 0.38s ease-in-out;
  z-index: 9;
}
@media (min-width: 992px) {
  .card__table-photo {
    width: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .card__table-photo {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .card__table-photo {
    height: calc(0.0107758621 * 100vw + 29.3103448276px);
  }
}
@media (min-width: 1920px) {
  .card__table-photo {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .card__table-photo {
    margin-right: calc(0.0161637931 * 100vw + -6.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__table-photo {
    margin-right: 25px;
  }
}
.card__table-photo:hover {
  z-index: 999;
  position: relative;
  transform: scale(3);
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1);
}
.card__table-text {
  font-size: 11px;
  min-height: 8ch;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .card__table-text {
    font-size: calc(0.005387931 * 100vw + 5.6551724138px);
  }
}
@media (min-width: 1920px) {
  .card__table-text {
    font-size: 16px;
  }
}
.card__accordionTable-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  transition: border-bottom 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .card__accordionTable-title {
    padding-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-title {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .card__accordionTable-title {
    padding-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-title {
    padding-bottom: 20px;
  }
}
.card__accordionTable-title.ui-state-active {
  border-bottom: 0;
}
.card__accordionTable-title.ui-state-active .card__accordionTable-icon {
  transform: rotate(180deg);
}
.card__accordionTable-more {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 1.42;
  outline: none;
  transition: color 0.38s ease-in-out, background-color 0.38s ease-in-out;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  cursor: pointer;
}
@media (min-width: 992px) {
  .card__accordionTable-more {
    margin-top: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-more {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .card__accordionTable-more {
    margin-bottom: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-more {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .card__accordionTable-more {
    padding-top: calc(0.0064655172 * 100vw + -1.4137931034px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-more {
    padding-top: 11px;
  }
}
@media (min-width: 992px) {
  .card__accordionTable-more {
    padding-bottom: calc(0.0064655172 * 100vw + -1.4137931034px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-more {
    padding-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .card__accordionTable-more {
    padding-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-more {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .card__accordionTable-more {
    padding-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-more {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .card__accordionTable-more {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-more {
    font-size: 14px;
  }
}
.card__accordionTable-more:hover {
  color: #000;
  background-color: #fff;
}
.card__accordionTable-text {
  font-family: "Century Gothic";
  color: #000000;
  font-size: 22px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .card__accordionTable-text {
    font-size: calc(0.0021551724 * 100vw + 19.8620689655px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-text {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .card__accordionTable-text {
    line-height: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-text {
    line-height: 30px;
  }
}
.card__accordionTable-textBig {
  font-family: "Century Gothic";
  color: #000000;
  font-weight: 700;
  font-size: 28px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .card__accordionTable-textBig {
    font-size: calc(0.0043103448 * 100vw + 23.724137931px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-textBig {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .card__accordionTable-textBig {
    line-height: calc(0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-textBig {
    line-height: 30px;
  }
}
.card__accordionTable-icon {
  width: 15px;
  height: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .card__accordionTable-icon {
    width: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-icon {
    width: 30px;
  }
}
@media (min-width: 992px) {
  .card__accordionTable-icon {
    height: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__accordionTable-icon {
    height: 30px;
  }
}
.card .ui-accordion-header-icon {
  display: none;
}
.card__containerTable {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .card__containerTable {
    margin-bottom: calc(0.1185344828 * 100vw + -77.5862068966px);
  }
}
@media (min-width: 1920px) {
  .card__containerTable {
    margin-bottom: 150px;
  }
}
.card__containerTable table {
  border-collapse: collapse;
  width: 100%;
}
.card__containerTable--marginTop {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .card__containerTable--marginTop {
    margin-top: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .card__containerTable--marginTop {
    margin-top: 30px;
  }
}

.minus {
  position: relative;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
  pointer-events: none;
}
@media (min-width: 992px) {
  .minus {
    width: calc(0.0161637931 * 100vw + -6.0344827586px);
  }
}
@media (min-width: 1920px) {
  .minus {
    width: 25px;
  }
}
@media (min-width: 992px) {
  .minus {
    height: calc(0.0161637931 * 100vw + -6.0344827586px);
  }
}
@media (min-width: 1920px) {
  .minus {
    height: 25px;
  }
}
@media (min-width: 992px) {
  .minus {
    margin-left: calc(-0.005387931 * 100vw + 10.3448275862px);
  }
}
@media (min-width: 1920px) {
  .minus {
    margin-left: 0px;
  }
}
.minus span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .minus span {
    height: calc(0.0021551724 * 100vw + -1.1379310345px);
  }
}
@media (min-width: 1920px) {
  .minus span {
    height: 3px;
  }
}
.minus--active {
  pointer-events: all;
}
.minus--active span {
  background: #000000;
}

.plus {
  position: relative;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: none;
}
@media (min-width: 992px) {
  .plus {
    width: calc(0.0161637931 * 100vw + -6.0344827586px);
  }
}
@media (min-width: 1920px) {
  .plus {
    width: 25px;
  }
}
@media (min-width: 992px) {
  .plus {
    height: calc(0.0161637931 * 100vw + -6.0344827586px);
  }
}
@media (min-width: 1920px) {
  .plus {
    height: 25px;
  }
}
.plus span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  transition: all 0.38s ease-in-out;
}
@media (min-width: 992px) {
  .plus span {
    height: calc(0.0021551724 * 100vw + -1.1379310345px);
  }
}
@media (min-width: 1920px) {
  .plus span {
    height: 3px;
  }
}
.plus span:last-child {
  transform: rotate(90deg);
}
.plus--active {
  pointer-events: all;
}
.plus--active span {
  background: #000000;
}

.quantity {
  border: 1px solid #000000;
  padding: 5px;
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  font-size: 11px;
}
@media (min-width: 992px) {
  .quantity {
    padding: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .quantity {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .quantity {
    width: calc(0.0323275862 * 100vw + 27.9310344828px);
  }
}
@media (min-width: 1920px) {
  .quantity {
    width: 90px;
  }
}
@media (min-width: 992px) {
  .quantity {
    margin-left: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .quantity {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .quantity {
    margin-right: calc(0.0107758621 * 100vw + -0.6896551724px);
  }
}
@media (min-width: 1920px) {
  .quantity {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .quantity {
    font-size: calc(0.005387931 * 100vw + 5.6551724138px);
  }
}
@media (min-width: 1920px) {
  .quantity {
    font-size: 16px;
  }
}
.quantity::-moz-placeholder {
  color: #333333;
}
.quantity::placeholder {
  color: #333333;
}
.quantity:focus::-moz-placeholder {
  opacity: 0;
}
.quantity:focus::placeholder {
  opacity: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.footer {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 10px;
  background-color: #222;
}
.footer .container {
  position: relative;
}
.footer .container:first-child::after, .footer .container:last-child::after {
  content: "";
  position: absolute;
  left: -50%;
  transform: translateX(0%);
  width: 200%;
  height: 1px;
  background-color: #fff;
}
.footer .container:first-child::after {
  bottom: 0;
}
.footer .container:last-child {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .footer .container:last-child {
    padding-top: calc(0.0107758621 * 100vw + -5.6896551724px);
  }
}
@media (min-width: 1920px) {
  .footer .container:last-child {
    padding-top: 15px;
  }
}
.footer .container:last-child::after {
  top: 0;
}
.footer .container:last-child .footer__item {
  align-items: center;
  border: none;
}
.footer__container::after {
  display: none;
}
.footer__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__item-content {
  padding: 15px;
  border-left: 1px solid #fff;
  display: flex;
}
@media (min-width: 992px) {
  .footer__item-content {
    padding: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .footer__item-content {
    padding: 30px;
  }
}
.footer__item-content--borderRight {
  border-left: none;
  border-right: 1px solid #fff;
}
.footer__item-social {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.footer__phone {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .footer__phone {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__phone {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .footer__phone {
    line-height: calc(0.005387931 * 100vw + 14.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__phone {
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  .footer__phone {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .footer__phone {
    margin-right: 30px;
  }
}
.footer__link {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .footer__link {
    font-size: calc(0.0021551724 * 100vw + 13.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__link {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .footer__link {
    line-height: calc(0.005387931 * 100vw + 14.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__link {
    line-height: 25px;
  }
}
.footer__link:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .footer__link:not(:last-child) {
    margin-right: calc(0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__link:not(:last-child) {
    margin-right: 20px;
  }
}
.footer__link {
  position: relative;
  padding-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #fff;
  width: 0%;
  transition: width 0.38s ease-in-out;
}
.footer__link:hover::after {
  width: 100%;
}
.footer__text {
  font-family: "Inter";
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 992px) {
  .footer__text {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer__text {
    line-height: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__text {
    line-height: 16px;
  }
}
.footer__development {
  display: flex;
  align-items: center;
  justify-content: end;
  grid-column: 4/5;
}
.footer__development-link {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-right: 15px;
  color: #fff;
}
@media (min-width: 992px) {
  .footer__development-link {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__development-link {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer__development-link {
    line-height: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .footer__development-link {
    line-height: 16px;
  }
}
.footer__development-image {
  width: 38px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__icon {
  font-size: 26px;
  transition: color 0.38s ease-in-out;
  color: #565656;
}
@media (min-width: 992px) {
  .footer__icon {
    font-size: calc(0.0043103448 * 100vw + 21.724137931px);
  }
}
@media (min-width: 1920px) {
  .footer__icon {
    font-size: 30px;
  }
}
.footer__icon:hover {
  color: #fff;
}
.footer__icon:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .footer__icon:not(:last-child) {
    margin-right: calc(0.0161637931 * 100vw + -1.0344827586px);
  }
}
@media (min-width: 1920px) {
  .footer__icon:not(:last-child) {
    margin-right: 30px;
  }
}

.error {
  display: flex;
  flex-direction: column;
}
.error__page {
  display: flex;
  flex-direction: column;
  height: 600px;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: "Century Gothic", sans-serif;
  text-align: center;
}
@media (min-width: 992px) {
  .error__page {
    height: calc(0.2338362069 * 100vw + 368.0344827586px);
  }
}
@media (min-width: 1920px) {
  .error__page {
    height: 817px;
  }
}
@media (min-width: 992px) {
  .error__page {
    gap: calc(0.0323275862 * 100vw + -12.0689655172px);
  }
}
@media (min-width: 1920px) {
  .error__page {
    gap: 50px;
  }
}
.error__page-title {
  font-size: 180px;
  line-height: 210px;
  color: #e4097f;
}
@media (min-width: 992px) {
  .error__page-title {
    font-size: calc(0.1293103448 * 100vw + 51.724137931px);
  }
}
@media (min-width: 1920px) {
  .error__page-title {
    font-size: 300px;
  }
}
@media (min-width: 992px) {
  .error__page-title {
    line-height: calc(0.1702586207 * 100vw + 41.1034482759px);
  }
}
@media (min-width: 1920px) {
  .error__page-title {
    line-height: 368px;
  }
}
.error__page-text {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .error__page-text {
    font-size: calc(0.0215517241 * 100vw + -1.3793103448px);
  }
}
@media (min-width: 1920px) {
  .error__page-text {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .error__page-text {
    line-height: calc(0.0269396552 * 100vw + -2.724137931px);
  }
}
@media (min-width: 1920px) {
  .error__page-text {
    line-height: 49px;
  }
}
.error .footer {
  margin-top: auto;
}

.btnBascket__text {
  font-size: 12px;
}
@media (min-width: 992px) {
  .btnBascket__text {
    font-size: calc(0.0021551724 * 100vw + 9.8620689655px);
  }
}
@media (min-width: 1920px) {
  .btnBascket__text {
    font-size: 14px;
  }
}

.balloon {
  opacity: 0;
  position: fixed;
  background: #ffffff;
  padding: 10px 15px;
  border: 1px solid #000000;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s linear;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 5px;
}
@media (min-width: 992px) {
  .pagination {
    gap: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .pagination {
    gap: 10px;
  }
}
.pagination__arrow {
  padding: 5px 10px;
  font-size: 12px;
  transition: 0.38s ease-in-out;
  color: #000;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__arrow:first-of-type span {
  display: block;
  transform: rotate(90deg);
}
.pagination__arrow:last-of-type span {
  display: block;
  transform: rotate(-90deg);
}
.pagination__arrow:hover {
  color: #fff !important;
  background-color: #e4097f;
}
.pagination__arrow:hover .pagination__arrow::before {
  color: #fff !important;
}
.pagination__numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (min-width: 992px) {
  .pagination__numbers {
    gap: calc(0.005387931 * 100vw + -0.3448275862px);
  }
}
@media (min-width: 1920px) {
  .pagination__numbers {
    gap: 10px;
  }
}
.pagination__numbers:last-child .pagination__item-link {
  height: 27px;
}
@media (min-width: 992px) {
  .pagination__numbers:last-child .pagination__item-link {
    height: calc(0.0032327586 * 100vw + 23.7931034483px);
  }
}
@media (min-width: 1920px) {
  .pagination__numbers:last-child .pagination__item-link {
    height: 30px;
  }
}
.pagination__numbers a {
  display: block;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #6b6b6b;
  transition: background-color 0.38s ease-in-out, color 0.38s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  .pagination__numbers a {
    font-size: calc(0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .pagination__numbers a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .pagination__numbers a {
    line-height: calc(0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .pagination__numbers a {
    line-height: 20px;
  }
}
.pagination__numbers a:hover {
  color: #fff !important;
  background-color: #e4097f;
}
.pagination__numbers a:hover .pagination__arrow::before {
  color: #fff !important;
}
.pagination__numbers .active {
  background-color: #000;
  color: #fff;
}
.pagination__numbers .active:hover {
  color: #fff;
}

@media (max-width: 1730px) {
  .hits__swiper,
  .new__swiper,
  .addition__swiper,
  .reviewProduct__swiper,
  .recomend__swiper {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
  .hits__swiper-nav,
  .new__swiper-nav,
  .addition__swiper-nav,
  .reviewProduct__swiper-nav,
  .recomend__swiper-nav {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 1366px) {
  .map {
    grid-column: 3/5;
  }
  .slider__item-boxBtn {
    grid-template-columns: repeat(2, 1fr);
  }
  .slider__item .count,
  .slider__item .bigBtn {
    grid-column: 1/3;
  }
  .card__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .card .container-card {
    grid-template-columns: 200px 1fr;
  }
  .card .container-card--columns {
    grid-template-columns: 1fr;
  }
  .footer__item-box {
    grid-column: 1/3;
  }
  .contacts .map {
    grid-column: 2/3;
  }
}
@media (max-width: 992px) {
  .link:hover {
    background-color: #fff;
  }
  .link:active {
    background-color: #ffed00;
  }
  .btnBasket:hover,
  .bigBtn:hover {
    background-color: #000;
    color: #fff;
  }
  .btnBasket:active,
  .bigBtn:active {
    background-color: #ffed00;
    color: #000;
  }
  .header__item {
    position: static;
    flex-basis: auto;
  }
  .header__item:first-child {
    padding-right: 0;
    order: 1;
  }
  .header__item:last-child {
    padding-left: 0;
    display: none;
  }
  .header__item::after {
    display: none;
  }
  .header__logo {
    flex-basis: auto;
  }
  .header__text {
    margin-bottom: 5px;
  }
  .header .logo {
    order: -1;
  }
  .header__burger {
    position: relative;
    display: block;
    width: 24px;
    height: 16px;
    order: 1;
    z-index: 1007;
  }
  .header__burger-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 2px;
    background-color: #222222;
    transition: all 0.38s;
  }
  .header__burger::before, .header__burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222222;
    transition: all 0.38s;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__burger.active::before {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 30px;
    height: 3px;
    left: 0;
  }
  .header__burger.active::after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 30px;
    height: 3px;
    left: 0;
  }
  .header__burger.active .header__burger-line {
    transform: scale(0);
  }
  .menu {
    position: fixed;
    padding: 30px;
    top: -150vh;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    background-color: #ffed00;
    z-index: 2;
    overflow-y: auto;
    transition: top 0.38s ease-in-out;
  }
  .menu.active {
    z-index: 1005;
    top: 0;
  }
  .menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu__item-switch {
    align-items: center;
    justify-content: center;
  }
  .menu__item-switchLink {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    line-height: 1.2;
    font-size: 35px;
  }
  .menu__item-slash {
    font-size: 35px;
  }
  .menu__item:not(:last-child) {
    margin-right: 0;
  }
  .menu__item:last-child {
    display: block;
  }
  .menu__link {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    line-height: 1.2;
    font-size: 40px;
  }
  .sliderBg__swiper {
    padding-bottom: 50px;
  }
  .sliderBg .swiper-pagination {
    width: unset;
    top: unset;
    right: unset;
    bottom: 0;
  }
  .choise__text:hover {
    color: #646464;
  }
  .choise__text::after {
    width: 100%;
  }
  .choise__image {
    display: none;
  }
  .blog__inner {
    grid-template-columns: repeat(7, 1fr);
  }
  .blog__image {
    filter: grayscale(0%);
  }
  .blog__item-title {
    font-size: 30px;
    line-height: 36px;
  }
  .blog__item--large {
    grid-column: span 7;
    order: 1;
  }
  .hits__boxMini,
  .new__boxMini {
    display: none;
  }
  .hits__price, .hits__textbot,
  .new__price,
  .new__textbot {
    opacity: 1;
  }
  .hits__slide .hits__hover, .hits__slide .hits__image,
  .hits__slide .new__hover,
  .hits__slide .new__image,
  .new__slide .hits__hover,
  .new__slide .hits__image,
  .new__slide .new__hover,
  .new__slide .new__image {
    height: calc((100% - 30px) / 2);
    border: 1px solid #000;
  }
  .hits__slide .hits__image,
  .hits__slide .new__image,
  .new__slide .hits__image,
  .new__slide .new__image {
    margin-bottom: 30px;
  }
  .hits__slide .hits__price, .hits__slide .hits__textbot, .hits__slide .hits__hover,
  .hits__slide .new__price,
  .hits__slide .new__textbot,
  .hits__slide .new__hover,
  .new__slide .hits__price,
  .new__slide .hits__textbot,
  .new__slide .hits__hover,
  .new__slide .new__price,
  .new__slide .new__textbot,
  .new__slide .new__hover {
    opacity: 1;
  }
  .advantages__inner {
    grid-template-columns: 1fr;
  }
  .btnFixed {
    right: -102px;
  }
  .btnFixed:hover {
    background-color: #000;
    color: #fff;
  }
  .reviews__title,
  .blogNews__title {
    font-size: 54px;
    line-height: 60px;
  }
  .reviews__inner,
  .blogNews__inner {
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 auto;
  }
  .reviews__item:nth-child(1n),
  .blogNews__item:nth-child(1n) {
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #000;
  }
  .reviews__item:nth-child(1n+2),
  .blogNews__item:nth-child(1n+2) {
    border-top: none;
  }
  .reviews__image,
  .blogNews__image {
    filter: grayscale(0%);
  }
  .contacts__title {
    margin-top: 90px;
  }
  .contacts__inner {
    flex-direction: column;
  }
  .contacts__photo {
    width: 100%;
    height: 300px;
  }
  .contacts__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts__item {
    border-bottom: none;
  }
  .contacts__item:first-child {
    grid-template-columns: 1fr;
  }
  .contacts__item:first-child-box:last-child {
    border-right: 1px solid #000;
  }
  .contacts__item:last-child {
    border-right: 1px solid #000;
  }
  .contacts__item-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .contacts__item-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .contacts__map {
    grid-column: 1/3;
    height: 300px;
  }
  .form__inner {
    grid-template-columns: 1fr;
  }
  .form__list {
    border-top: none;
    border-left: 1px solid #000;
  }
  .slider__inner {
    flex-direction: column;
  }
  .slider__item:first-child {
    height: 600px;
    width: 100%;
    border-right: 1px solid #000;
  }
  .slider__item:last-child {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .slider__item-btn {
    font-size: 14px;
  }
  .slider__item-content::-webkit-scrollbar {
    display: none;
  }
  .swiperBig__slide {
    border-bottom: none;
  }
  .swiperMini__slide:last-child {
    border-bottom: none;
  }
  .addition__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .hits__swiper,
  .new__swiper,
  .addition__swiper,
  .reviewProduct__swiper,
  .recomend__swiper {
    overflow: visible;
  }
  .hits__swiper,
  .new__swiper,
  .addition__swiper,
  .reviewProduct__swiper,
  .recomend__swiper {
    width: 100%;
  }
  .hits__swiper-nav,
  .new__swiper-nav,
  .addition__swiper-nav,
  .reviewProduct__swiper-nav,
  .recomend__swiper-nav {
    display: none;
  }
  .modalBasket {
    width: 100%;
  }
  .card__wrapper {
    margin-top: 20px;
    padding-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .card__item-image:not(:first-child) {
    display: block;
  }
  .card__container {
    flex-direction: column;
    align-items: start;
  }
  .card__container-block {
    margin-top: 20px;
  }
  .card__filters-box {
    width: 32%;
  }
  .card__filters-box:nth-child(3n) {
    margin-right: 0;
  }
  .card__containerTable {
    overflow-x: scroll;
    margin-bottom: 30px;
  }
  .card__containerTable table {
    width: -moz-max-content;
    width: max-content;
  }
  .card__containerTable::-webkit-scrollbar {
    height: 10px;
    background: transparent;
  }
  .card__containerTable::-webkit-scrollbar-thumb {
    background: #e4097f;
  }
  .card__table {
    width: -moz-max-content;
    width: max-content;
  }
  .quantity {
    line-height: 11px;
  }
  .footer .container:last-child {
    padding-top: 10px;
  }
  .footer .container:first-child .footer__item {
    align-items: center;
    flex-direction: column;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .footer__development {
    grid-column: 3/5;
  }
  .footer__item-social {
    position: static;
    transform: none;
  }
  .footer__item-content {
    border-left: 0;
    border-right: 0;
  }
  .iconTelegram--bottom {
    bottom: 210px;
  }
}
@media (max-width: 768px) {
  body.active {
    overflow: hidden !important;
    padding-right: 0 !important;
  }
  h3.title {
    font-size: 26px;
    line-height: 32px;
  }
  .titleText {
    font-size: 20px;
  }
  .btnFixed {
    right: -79px;
    width: 200px;
    bottom: 200px;
  }
  h1 {
    font-size: 48px;
  }
  .title {
    font-size: 44px;
  }
  .menu__link {
    font-size: 35px;
  }
  .hits,
  .new,
  .blog {
    padding-top: 50px;
  }
  .blog__inner {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .blog__item--large, .blog__item--middle, .blog__item--small {
    grid-column: span 1;
  }
  .advantages__content {
    grid-template-columns: 1fr;
  }
  .advantages__item:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .variety__item::after {
    width: 20px;
    height: 20px;
  }
  .reviews__inner,
  .blogNews__inner {
    width: 100%;
  }
  .contacts__list {
    grid-template-columns: 1fr;
  }
  .contacts__item:first-child {
    width: 50%;
  }
  .contacts__item:last-child {
    width: 50%;
  }
  .contacts__item-title, .contacts__item-subtitle {
    font-size: 18px;
  }
  .contacts__map {
    height: 250px;
  }
  .card__wrapper {
    grid-template-columns: 1fr;
  }
  .slider__item:first-child {
    height: 400px;
  }
  .addition__inner {
    grid-template-columns: 1fr;
  }
  .footer .container:nth-child(2) .footer__item {
    grid-template-columns: 1fr;
  }
  .footer .container:nth-child(2) .footer__item-social {
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  .pagination {
    justify-content: flex-start;
  }
  .title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  h2.title {
    font-size: 34px;
    line-height: 42px;
  }
  .modalBasket__item {
    flex-direction: column;
    gap: 10px;
  }
  .modalBasket__item-box {
    margin: 0 auto;
  }
  .titleText {
    font-size: 20px;
  }
  .bigBtn {
    font-size: 16px;
  }
  .header__burger {
    left: -20px;
  }
  .menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu__link {
    font-size: 25px;
  }
  .menu__item-switchLink {
    font-size: 25px;
  }
  .sliderBg .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .choise {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .choise__item:last-child {
    width: 100%;
  }
  .hits__text,
  .new__text {
    font-size: 14px;
  }
  .relations {
    margin-bottom: 30px;
  }
  .blogNews,
  .reviews {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .blogNews__title,
  .reviews__title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .reviews__text {
    margin-bottom: 0;
  }
  .blog__inner {
    grid-template-columns: 1fr;
  }
  .blog__item-title {
    font-size: 20px;
  }
  .blog__item--large .blog__image {
    height: 140px;
  }
  .blog__item--small .blog__item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .blog__item--middle .blog__item-title {
    font-size: 20px;
    line-height: 26px;
  }
  .blog__item--middle .blog__text {
    margin-bottom: 0;
  }
  .relations__text {
    font-size: 19px;
    line-height: 25px;
  }
  .variety {
    padding-top: 50px;
  }
  .variety__list {
    width: 100%;
  }
  .variety__list:first-child {
    display: none;
  }
  .variety__list:last-child {
    border-left: none;
  }
  .reviews__image,
  .blogNews__image {
    height: 250px;
  }
  .contacts__title {
    margin-top: 80px;
  }
  .contacts__list {
    flex-direction: column;
  }
  .contacts__item {
    border-left: 1px solid #000;
  }
  .contacts__item:first-child {
    border-right: 1px solid #000;
    width: 100%;
  }
  .contacts__item:last-child {
    border-right: 1px solid #000;
    width: 100%;
  }
  .contacts__item-box {
    border-left: none;
  }
  .contacts__item-title--padding {
    margin-bottom: 0;
  }
  .aboutAs__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .info {
    margin-bottom: 50px;
  }
  .info__item {
    grid-template-columns: 1fr;
  }
  .info__item:nth-child(1n) .info__item-content:first-child {
    border-right: none;
  }
  .info__btn:after {
    content: none;
  }
  .form__item-title, .form__item-input {
    grid-column: 1/3;
  }
  .form__item-input:nth-child(3) {
    grid-row: 2/3;
  }
  .form__item-input:nth-child(7) {
    grid-row: 6/7;
  }
  .form__item-input:nth-child(odd) {
    border-right: none;
  }
  .form__list-inner {
    max-height: 310px;
  }
  .form__list-item {
    align-items: center;
  }
  .form__list-item .form__list-content:nth-child(2) {
    flex-direction: column;
  }
  .form__list-text {
    margin-right: 10px;
    font-size: 12px;
  }
  .form__inner {
    justify-content: center;
  }
  .form__body {
    border-top: 0;
  }
  .hits__slide:hover .hits__box,
  .hits__slide:hover .new__box,
  .hits__slide:hover .hits__boxMini,
  .hits__slide:hover .new__boxMini,
  .new__slide:hover .hits__box,
  .new__slide:hover .new__box,
  .new__slide:hover .hits__boxMini,
  .new__slide:hover .new__boxMini {
    border-color: #000;
  }
  .hits__slide:hover .new__image,
  .hits__slide:hover .hits__image,
  .new__slide:hover .new__image,
  .new__slide:hover .hits__image {
    width: 100%;
    height: 450px;
  }
  .hits__slide:hover .new__hover,
  .hits__slide:hover .hits__hover,
  .new__slide:hover .new__hover,
  .new__slide:hover .hits__hover {
    height: 0;
  }
  .blockName {
    max-width: 280px !important;
  }
  .card .container-card {
    position: relative;
  }
  .card__accordeon {
    position: absolute;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    top: 50px;
    padding: 20px;
    transform: translateX(-100%);
    z-index: 2;
    transition: transform 0.38s ease-in-out, z-index 0.38s ease-in-out;
  }
  .card__accordeon.show {
    transform: translateX(0%);
  }
  .card__accordeon-title {
    font-size: 20px;
  }
  .card__accordeon-content:not(:last-child) {
    margin-bottom: 20px;
  }
  .card__filter {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 15px;
    font-size: 30px;
    grid-column: 1/3;
  }
  .card__inner {
    grid-column: 1/3;
    border: none;
  }
  .card__name {
    font-size: 34px;
    line-height: 42px;
  }
  .card__container-block {
    flex-wrap: wrap;
  }
  .card__search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .card__accordionTable-text {
    font-size: 18px;
  }
  .card__accordionTable-textBig {
    font-size: 20px;
  }
  .footer__item {
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
    flex-direction: column;
  }
  .footer__item-box {
    grid-column: span 4;
  }
  .footer__item-content {
    width: 100%;
    flex-direction: column;
    border-left: none;
    align-items: center;
    text-align: center;
  }
  .footer__link:not(:last-child) {
    margin-right: 0;
  }
  .footer__link:last-child {
    padding-bottom: 0;
  }
  .footer__phone {
    margin-bottom: 5px;
  }
  .map {
    grid-column: span 4;
    height: 300px;
  }
  .slider__inner {
    margin-bottom: 50px;
  }
  .addition {
    margin-bottom: 50px;
  }
  .modal {
    width: 95%;
  }
  .modal__buttons {
    flex-direction: column;
  }
  .modal__button {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .modal__button:last-child {
    margin-bottom: 0;
  }
  .fancybox-slide--html .fancybox-close-small {
    right: 0;
  }
  .hits,
  .new,
  .blog {
    padding-top: 30px;
  }
  .hits,
  .new {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .modalReview__form-inner {
    grid-template-columns: 1fr;
  }
  .modalReview__form-item.wide {
    grid-column: span 1;
  }
  .modalReview__form-item:nth-child(-n+2) {
    padding-top: 10px;
  }
  .modalReview__form-item:nth-child(1) {
    order: -2;
  }
  .modalReview__form-item:nth-child(3) {
    order: -1;
  }
  .modalReview__form-item:nth-child(n):not(:last-child) {
    border: solid #000000;
    border-width: 2px 2px 0 2px;
  }
  .iconTelegram--bottom {
    display: none;
  }
}
@media (max-width: 412px) {
  h1 {
    font-size: 31px;
    line-height: 40px;
  }
  .title {
    font-size: 34px;
  }
  .menu__link {
    font-size: 20px;
  }
  .menu__item-switchLink {
    font-size: 20px;
  }
  .blockName {
    max-width: 220px !important;
  }
  .footer .container:last-child .footer__item {
    grid-template-columns: 1fr;
  }
  .footer__development {
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */