@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:before, *:after {
  box-sizing: border-box;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  background: #fff;
  color: #363636;
}

html, body {
  height: 100%;
}

.no-scroll {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

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

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

a {
  display: block;
  text-decoration: none;
  transition: 0.3s ease;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
}
a:hover, a:focus {
  text-decoration: none;
}

input, textarea, select {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 22px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border: 1.5px solid #E6E6E6;
  border-radius: 12px;
  width: 100%;
  height: 52px;
  background: #F8F8F8;
  color: #161616;
  font-size: 16px;
  position: relative;
  z-index: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #767676;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #767676;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  outline: none;
  box-shadow: none;
  border-color: #7C0DC6;
}

[name=bx_popup_form] input,
[name=bx_popup_form] textarea,
[name=bx_popup_form] select {
  outline: initial;
  box-shadow: initial;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding: initial;
  box-sizing: initial;
  font-family: "Inter", sans-serif;
  box-shadow: initial;
  border: initial;
  border-radius: initial;
  width: initial;
  height: initial;
  background: initial;
  color: initial;
  font-size: initial;
  position: initial;
  z-index: initial;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px white !important;
  -webkit-text-fill-color: #161616;
  border-radius: 12px;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 50px white !important;
  -webkit-text-fill-color: #161616;
  border-radius: 0;
  border-radius: 12px;
}

label {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  position: relative;
}
label.focus input, label.focus textarea {
  border-color: #7C0DC6;
  border-radius: 12px;
}
label.focus .input-text {
  color: #828282;
  font-size: 10px;
  top: 5px;
}

.label-description {
  color: #767676;
  font-size: 14px;
}

textarea {
  resize: none;
  padding: 12px 16px;
  height: 200px;
}

button, .btn {
  outline: none;
  transition: 0.15s;
  cursor: pointer;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
button:hover, button:focus, .btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 24px;
  height: 48px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn-group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.btn-group .btn {
  margin: 0 8px 0 0;
}
.btn-group .btn:last-child {
  margin: 0;
}

.btn-lg {
  height: 56px;
}

.btn-sm {
  height: 44px;
}

.btn-accent {
  background: linear-gradient(to right, rgb(151, 110, 252) 0%, rgb(100, 13, 198) 100%);
  color: #fff;
}
.btn-accent .svg-icon {
  fill: #fff;
}
.btn-accent:hover {
  color: #fff;
  background: linear-gradient(to right, rgb(151, 110, 252) 0%, rgb(60, 1, 127) 100%);
}
.btn-accent:hover .svg-icon {
  fill: #fff;
}
.btn-accent:focus {
  color: #fff;
  background: linear-gradient(to right, rgb(151, 110, 252) 0%, rgb(100, 13, 198) 100%);
}
.btn-accent:focus .svg-icon {
  fill: #fff;
}

.btn-light-accent {
  color: #7C0DC6;
  background: linear-gradient(0deg, #EFF7FE, #EFF7FE), radial-gradient(100% 605.92% at 0% 0%, rgba(245, 223, 255, 0.2) 0%, rgba(157, 207, 252, 0.2) 100%);
  border: 1px solid #f9f2ff;
}
.btn-light-accent:hover {
  background: #F8F3FC;
  color: #5D0896;
}
.btn-light-accent:focus {
  background: #F8F3FC;
  color: #7C0DC6;
}

.btn-border-accent {
  background: linear-gradient(to right, rgba(245, 223, 255, 0.2) 0%, rgba(157, 207, 252, 0.2) 100%), #F9F2FF;
  border: 1px solid #f9f2ff;
  color: #7C0DC6;
}
.btn-border-accent:hover {
  background: #F8F3FC;
  color: #7C0DC6;
}
.btn-border-accent:focus {
  background: #F8F3FC;
  color: #7C0DC6;
}

.btn-border-light-accent {
  border: 1.3px solid #F8F3FC;
  color: #363636;
}
.btn-border-light-accent:hover, .btn-border-light-accent:focus {
  color: #363636;
  background: #fff;
}

.btn-border-dark {
  border: 1px solid #161616;
  color: #161616;
}
.btn-border-dark:hover, .btn-border-dark:focus, .btn-border-dark.active, .btn-border-dark:active {
  color: #7C0DC6;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, rgb(151, 110, 252) 0%, rgb(100, 13, 198) 100%) border-box;
}

.btn-border-gradient {
  border-block: 8px;
  border: 1.5px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, rgb(151, 110, 252) 0%, rgb(100, 13, 198) 100%) border-box;
}
.btn-border-gradient span {
  background: linear-gradient(to right, #976efc 0%, #640dc6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
.btn-border-gradient:hover, .btn-border-gradient:focus {
  background: transparent;
  border-color: #7C0DC6;
}
.btn-border-gradient:hover span, .btn-border-gradient:focus span {
  background: transparent;
  color: #7C0DC6;
  -webkit-text-fill-color: inherit;
}

.btn-transparent {
  background: transparent;
  color: #161616;
}
.btn-transparent:hover {
  background: #7C0DC6;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #161616;
}
.btn-white:hover, .btn-white:focus {
  background: #640dc6;
  color: #fff;
}

.btn-green {
  background: #1E9B18;
  color: #fff;
}
.btn-green:hover, .btn-green:focus {
  background: #187f13;
  color: #fff;
}

.btn-buy .svg-icon {
  fill: none;
  stroke: #fff;
  width: 24px;
  height: 24px;
  margin: 0 3px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

strong, b {
  font-weight: 600;
  display: inline-block;
}

ul, ol {
  padding: 0 0 0 20px;
}
ul li, ol li {
  margin: 0 0 15px;
}
ul li:last-child, ol li:last-child {
  margin: 0;
}

.my-ul {
  list-style: none;
  padding: 0;
}

.list-dots {
  list-style-type: disc;
}

blockquote {
  padding: 0 0 0 32px;
  font-style: italic;
  border-left: 1px solid #7C0DC6;
  margin: 32px 0 40px;
}

.slick-slider {
  width: 100%;
}

.slick-slide {
  outline: none;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 50px;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}
.slick-next svg {
  transform: rotate(-90deg);
}

.slick-dots {
  position: relative;
  z-index: 2;
  width: 100%;
  bottom: 0;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  cursor: pointer;
  transition: 0.3s ease;
  margin: 0 4px 0 0;
  border-radius: 4px;
  background: rgba(54, 54, 54, 0.25);
  width: 8px;
  height: 8px;
  min-width: 8px;
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots li.slick-active {
  width: 24px;
  border-radius: 4px;
  background: #363636;
}
.slick-dots li button {
  display: none;
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 8px;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  color: #161616;
}

.h1 {
  font-size: 46px;
  font-weight: bold;
  width: 100%;
  line-height: normal;
  color: #161616;
}

h2 {
  width: 100%;
  margin: 0 0 32px;
  font-size: 36px;
  font-weight: 600;
  color: #161616;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  color: #161616;
  width: 100%;
}

.title-wrapper {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
  width: 100%;
}
.title-wrapper h2 {
  margin: 0 auto 0 0;
  width: -moz-fit-content;
  width: fit-content;
}

.font-500 {
  font-weight: 500;
}

.m-120 {
  margin: 120px 0;
}

.m-100 {
  margin: 100px 0;
}

.m-80 {
  margin: 80px 0;
}

.m-60 {
  margin: 60px 0;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-16 {
  margin-bottom: 16px;
}

.p-120 {
  padding: 120px 0;
}

.row {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.col-100 {
  width: 100%;
  padding: 0 8px;
}

.col-75 {
  width: 75%;
  padding: 0 8px;
}

.col-70 {
  width: 66.66%;
  padding: 0 8px;
}

.col-65 {
  width: 65%;
  padding: 0 8px;
}

.col-60 {
  width: 60%;
  padding: 0 8px;
}
.col-55 {
  width: 55%;
  padding: 0 8px;
}

.col-50 {
  width: 50%;
  padding: 0 8px;
}

.col-45 {
  width: 45%;
  padding: 0 8px;
}

.col-40 {
  width: 40%;
  padding: 0 8px;
}

.col-35 {
  width: 35%;
  padding: 0 8px;
}

.col-30 {
  width: 33.33%;
  padding: 0 8px;
}

.col-25 {
  width: 25%;
  padding: 0 8px;
}

.w-100 {
  width: 100%;
}

.text-decoration {
  text-decoration: underline;
}

a.color-accent {
  color: #7C0DC6;
}
a.color-accent:hover {
  color: #5D0896;
}

a.color-blue {
  color: #1874CF;
}
a.color-blue:hover {
  color: #7C0DC6;
}

.link-inline {
  display: inline;
  border-bottom: 1px solid #161616;
  color: inherit;
}

.color-grey {
  color: #767676;
}

.color-accent {
  color: #7C0DC6;
}

a.color-accent:hover {
  color: #5D0896;
}

.bg-light-green {
  background: #E5F4EF;
}

.bg-light-red {
  background: #FCECED;
}

.box-text {
  line-height: 150%;
}
.box-text p {
  margin: 0 0 10px;
}
.box-text p:last-child {
  margin: 0;
}

.tabs {
  width: 100%;
}

.tabs__content {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.tabs__content.active {
  display: block;
}
.tabs__content .box-text p {
  margin: 0 0 16px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.005em;
  text-align: left;
}
.tabs__content .attention-box__text p {
  margin-bottom: 5px;
}

.nav-breadcrumb {
  width: 100%;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: #161616;
}
.breadcrumb li {
  margin: 0;
}
.breadcrumb li a {
  color: #767676;
  display: flex;
  align-items: center;
}
.breadcrumb li a:hover {
  color: #7C0DC6;
}
.breadcrumb li a:after {
  content: "›";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb li span {
  font-weight: 400;
}

.breadcrumb-link-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-link-toggle svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  fill: #161616;
}

.sorting-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  color: #363636;
  font-size: 14px;
  font-weight: normal;
}
.sorting-wrapper p {
  margin: 0 5px 0 0;
}

.select-my {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  padding: 0 28px 0 0;
  background: url("../img/arrow-select.svg") no-repeat right center;
  background-size: 24px;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  border: none;
}

.animate__animated {
  --animate-duration: 2s;
}

.fancybox-loading {
  display: none !important;
}

.fancybox-slide .modal__wrapper {
  height: 100%;
  margin: 0 auto;
}

.hidden-popup {
  display: none;
  width: 100%;
}