@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
  border-radius: 0;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  color: inherit;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

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

a {
  color: inherit;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=tel]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}
@media (max-width: 1100px) {
  html {
    scroll-padding-top: 85px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  background: #FFFFFF;
  color: #263141;
  font-style: normal;
}
body.popuplock {
  overflow: hidden;
}
@media (max-width: 1100px) {
  body.lock {
    overflow: hidden;
  }
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: clip;
}

[class*=__container] {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 1200px) {
  [class*=__container] {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  [class*=__container] {
    padding: 0 20px;
  }
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media (max-width: 1460px) {
  .page__container {
    gap: 30px;
  }
}
@media (max-width: 1100px) {
  .page__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.aside {
  position: sticky;
  top: 0px;
  left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  height: 100vh;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  padding-top: 30px;
  padding-right: 20px;
}
.aside::-webkit-scrollbar {
  width: 0px;
}
.aside::-webkit-scrollbar-track {
  background-color: transparent;
}
.aside::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #c3cad4;
  border-radius: 10px;
}
@media (max-width: 1460px) {
  .aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 220px;
  }
}
@media (max-width: 1100px) {
  .aside {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-right: 0;
    position: static;
  }
}
.aside__link {
  font-size: 20px;
  font-weight: 600;
  padding: 30px 0;
  border-bottom: 1px solid #eaeef3;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aside__link:first-child {
  padding-top: 0;
}
.aside__link:last-child {
  border: none;
}
@media (max-width: 1100px) {
  .aside__link {
    font-size: 18px;
    padding: 15px 0;
  }
  .aside__link:last-child {
    padding-bottom: 0;
  }
}
@media (any-hover: hover) {
  .aside__link:hover {
    color: #fd5c3f;
  }
}

.aside-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.aside-catalog:first-child {
  border-bottom: 1px solid #eaeef3;
  padding-bottom: 30px;
}
@media (max-width: 1100px) {
  .aside-catalog {
    gap: 0;
  }
  .aside-catalog:first-child {
    padding-bottom: 15px;
  }
}
.aside-catalog__head {
	cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1100px) {
  .aside-catalog__head {
    font-size: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .aside-catalog__head.active {
    color: #fd5c3f;
  }
  .aside-catalog__head .aside-catalog__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.aside-catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 1100px) {
  .aside-catalog__wrapper {
    max-height: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    gap: 10px;
    -webkit-transition: margin-top 0.3s ease 0s;
    transition: margin-top 0.3s ease 0s;
  }
  .aside-catalog__head.active + .aside-catalog__wrapper {
    max-height: none;
    margin-top: 10px;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
.aside-catalog__item {
  overflow: hidden;
}
.aside-catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1100px) {
  .aside-catalog__top {
    color: #474f5a;
  }
}
.aside-catalog__link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .aside-catalog__link:hover {
    color: #fd5c3f;
  }
}
.aside-catalog__arrow {
  height: 19px;
  width: 19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-catalog__arrow svg {
  width: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aside-catalog__arrow svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1100px) {
  .aside-catalog__arrow svg path {
    stroke: #7e8794;
  }
  .aside-catalog__head .aside-catalog__arrow svg path {
    stroke: #263141;
  }
}
.aside-catalog__item.active .aside-catalog__arrow svg, .aside-catalog__head.active .aside-catalog__arrow svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.aside-catalog__item.active .aside-catalog__arrow svg path, .aside-catalog__head.active .aside-catalog__arrow svg path {
  stroke: #fd5c3f;
}
@media (any-hover: hover) {
  .aside-catalog__arrow:hover svg path {
    stroke: #fd5c3f;
  }
}
.aside-catalog__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-left: 10px;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: margin-top 0.3s ease 0s;
  transition: margin-top 0.3s ease 0s;
}
.aside-catalog__sublist a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #7e8794;
}
@media (any-hover: hover) {
  .aside-catalog__sublist a:hover {
    color: #fd5c3f;
  }
}
.aside-catalog__item.active .aside-catalog__sublist {
  max-height: none;
  margin-top: 10px;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  padding-top: 30px;
  padding-bottom: 100px;
  flex-grow: 1;
}
@media (max-width: 1100px) {
  .body {
    gap: 80px;
  }
}
@media (max-width: 1023px) {
  .body {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .body {
    gap: 60px;
  }
}
@media (max-width: 500px) {
  .body {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.title, h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
.title span, h1 span {
  color: #fd5c3f;
}
@media (max-width: 1100px) {
  .title, h1 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .title, h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .title, h1 {
    font-size: 24px;
  }
}

.title-small, h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
.title-small span, h2 span {
  color: #fd5c3f;
}
@media (max-width: 1100px) {
  .title-small, h2 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .title-small, h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .title-small, h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}
h3 span {
  color: #fd5c3f;
}
@media (max-width: 1100px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

.button {
  background-color: #fd5c3f;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 21.5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 500px;
}
@media (max-width: 500px) {
  .button {
    padding: 16.5px 10px;
  }
}
@media (any-hover: hover) {
  .button:hover {
    background-color: #FCC02A;
  }
}

.header {
  background-color: #F4F7FF;
  width: 100%;
  position: relative;
  z-index: 1100;
}
@media (max-width: 1100px) {
  .header {
    position: sticky;
    left: 0;
    top: 0;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 101px;
          flex: 0 0 101px;
  width: 101px;
}
.header__logo img {
  width: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  max-width: 1440px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1460px) {
  .header__right {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.header__location {
  position: relative;
}
@media (max-width: 1100px) {
  .header__location {
    color: #474f5a;
    overflow: hidden;
  }
}
.header__location-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__location-top svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__location-top svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__location-top:hover {
    color: #fd5c3f;
  }
  .header__location-top:hover svg path {
    stroke: #fd5c3f;
  }
}
.header__location.active .header__location-top {
  color: #fd5c3f;
}
.header__location.active .header__location-top svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__location.active .header__location-top svg path {
  stroke: #fd5c3f;
}
@media (max-width: 1100px) {
  .header__location-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__location-top svg path {
    stroke: #474f5a;
  }
}
.header__location-wrapper {
  background: #FFFFFF;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
}
.header__location.active .header__location-wrapper {
  margin-top: 14px;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1100.1px) {
  .header__location-wrapper {
    -webkit-box-shadow: 0 0 20px 0 rgba(36, 34, 109, 0.05);
            box-shadow: 0 0 20px 0 rgba(36, 34, 109, 0.05);
    position: absolute;
    top: 100%;
    margin-top: 5px;
    left: 0;
    width: 400px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 1100px) {
  .header__location-wrapper {
    -webkit-transition: margin-top 0.3s ease 0s;
    transition: margin-top 0.3s ease 0s;
    border-radius: 10px;
    max-height: 0;
  }
  .header__location.active .header__location-wrapper {
    max-height: none;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
.header__location-search {
  padding: 20px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header__location-search input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
  padding-left: 20px;
  min-width: 0;
  line-height: 1;
  border-radius: 500px;
  font-weight: 400;
  font-size: 16px;
  background-color: #F4F7FF;
}
.header__location-search input::-webkit-input-placeholder {
  color: #474f5a;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__location-search input::-moz-placeholder {
  color: #474f5a;
  opacity: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__location-search input:-ms-input-placeholder {
  color: #474f5a;
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__location-search input::-ms-input-placeholder {
  color: #474f5a;
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__location-search input::placeholder {
  color: #474f5a;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__location-search input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.header__location-search input:focus::-moz-placeholder {
  opacity: 0;
}
.header__location-search input:focus:-ms-input-placeholder {
  opacity: 0;
}
.header__location-search input:focus::-ms-input-placeholder {
  opacity: 0;
}
.header__location-search input:focus::placeholder {
  opacity: 0;
}
.header__location-search button {
  background-color: red;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__location-search button:hover {
    background-color: #FCC02A;
  }
}
.header__location-search button img {
  width: 20px;
}
@media (max-width: 1100px) {
  .header__location-search {
    padding: 10px;
    padding-bottom: 0;
  }
  .header__location-search input {
    border-radius: 10px;
  }
  .header__location-search button {
    border-radius: 10px;
  }
}
@media (max-width: 500px) {
  .header__location-search input {
    padding: 10px 15px;
    font-size: 14px;
  }
  .header__location-search button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .header__location-search button img {
    width: 16px;
  }
}
.header__location-holder {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1100px) {
  .header__location-holder {
    max-width: 100%;
  }
}
.header__location-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-height: 220px;
  overflow-y: auto;
  padding: 20px;
  font-size: 14px;
}
.header__location-links::-webkit-scrollbar {
  border-radius: 10px;
  width: 6px;
}
.header__location-links::-webkit-scrollbar-track {
  background-color: transparent;
}
.header__location-links::-webkit-scrollbar-thumb {
  background-color: #c3cad4;
  border-radius: 10px;
}
.header__location-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__location-links a.hide {
  display: none;
}
.header__location-links a svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
}
@media (max-width: 500px) {
  .header__location-links a svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
  }
}
.header__location-links a svg path, .header__location-links a svg circle {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__location-links a:hover {
    color: #fd5c3f;
  }
  .header__location-links a:hover svg path, .header__location-links a:hover svg circle {
    stroke: #fd5c3f;
  }
}
.header__location-links a:not(.hide) ~ p {
  display: none;
}
.header__location-links p {
  text-align: center;
}
@media (max-width: 1100px) {
  .header__location-links {
    padding: 10px;
    padding-top: 15px;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1100px) {
  .header__burger {
    display: block;
    width: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    height: 17px;
    position: relative;
    margin-left: 20px;
  }
  .header__burger:after, .header__burger:before, .header__burger span {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #263141;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger span {
    width: 70%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger.active:before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__burger.active span {
    opacity: 0;
  }
  .header__burger.active:after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 359px) {
  .header__burger {
    margin-left: 0;
  }
}
.header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__mail svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__mail:hover {
    color: #fd5c3f;
  }
  .header__mail:hover svg path {
    fill: #fd5c3f;
    stroke: #fd5c3f;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1460px) {
  .header__inner {
    gap: 30px;
  }
}
.header__call {
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1460px) {
  .header__call {
    display: none;
  }
}
@media (any-hover: hover) {
  .header__call:hover {
    color: #fd5c3f;
  }
}
.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__socials a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  width: 26px;
}
.header__socials a svg {
  width: 100%;
}
.header__socials a svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__socials a:hover svg path[fill="#263141"] {
    fill: #fd5c3f;
  }
  .header__socials a:hover svg path[stroke="#263141"] {
    stroke: #fd5c3f;
  }
}
@media (max-width: 768px) {
  .header__socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: auto;
  }
}
.header__tel {
  display: none;
}
@media (max-width: 1460px) {
  .header__tel {
    display: block;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1460px) {
  .header__actions {
    gap: 20px;
  }
}
.header__actions a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  width: 26px;
  position: relative;
}
.header__actions a span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fd5c3f;
  color: #FFFFFF;
  border: 2px solid #F4F7FF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  text-align: center;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.header__actions a img {
  width: 100%;
}

.header-top {
  padding: 15px 0;
  border-bottom: 1px solid #c3cad4;
}
.header-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1100px) {
  .header-top__container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 1100px) {
  .header-top {
    border-bottom: none;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #F4F7FF;
    overflow-y: auto;
    padding: 100px 0 30px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-top.open {
    left: 0;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1100px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 15px;
  }
}
.menu__link {
  font-size: 14px;
  color: #474f5a;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1100px) {
  .menu__link {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: #fd5c3f;
  }
}

.header-bottom {
  padding: 15px 0;
}
@media (max-width: 1100px) {
  .header-bottom {
    position: relative;
    z-index: 8;
    background-color: #F4F7FF;
  }
  body.lock .header-bottom {
    border-bottom: 1px solid #eaeef3;
  }
}
.header-bottom__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1460px) {
  .header-bottom__container {
    gap: 30px;
  }
}
@media (max-width: 1100px) {
  .header-bottom__container {
    gap: 15px;
  }
}

.footer {
  background-color: #191919;
  padding: 80px 0;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  .footer {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 35px 0;
  }
}
@media (max-width: 500px) {
  .footer {
    padding: 20px 0;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .footer__container {
    row-gap: 0;
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.footer__logo {
  width: 101px;
}
.footer__logo img {
  width: 100%;
}
.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 400;
}
.footer__item b {
  font-weight: 600;
}
.footer__item:is(a) {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__item:is(a):hover {
    color: #fd5c3f;
  }
  .footer__item:is(a):hover path {
    fill: #fd5c3f;
    stroke: #fd5c3f;
  }
}
.footer__item a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__item a:hover {
    color: #fd5c3f;
  }
}
.footer__item u {
  display: block;
  margin-top: 2px;
  color: #fd5c3f;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__item u:hover {
    color: #FCC02A;
  }
}
.footer__item img, .footer__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
}
.footer__item img path, .footer__item svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer__list b {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 7px;
}
.footer__list a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__list a:hover {
    color: #fd5c3f;
  }
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 400px;
  line-height: 1.3;
}
.footer__right img {
  max-width: 191px;
}
.footer__right a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__right a:hover {
    color: #fd5c3f;
  }
}
.footer__smalltext {
  font-size: 12px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popup.open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.popup__close {
  position: fixed;
  cursor: pointer;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.popup__x {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup__x::before, .popup__x::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fd5c3f;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.popup__x::after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .popup__x {
    right: 0;
    top: -25px;
  }
}
@media (max-width: 500px) {
  .popup__x {
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
  }
}
.popup__content {
  position: relative;
  z-index: 2;
  padding: 40px;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background-color: #F4F7FF;
  border-radius: 30px;
  width: calc(100vw - 40px);
}
@media (max-width: 500px) {
  .popup__content {
    border-radius: 20px;
    padding: 30px 20px;
    gap: 20px;
  }
}
.popup__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 500px) {
  .popup__inputs {
    gap: 15px;
  }
}
.popup__inputs input,
.popup__inputs select {
  min-width: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 500px;
  padding: 21.5px 30px;
  font-size: 14px;
  font-weight: 500;
}
.popup__inputs textarea {
  min-width: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 21.5px 30px;
  font-size: 14px;
  font-weight: 500;
  height: 180px;
}
.popup__inputs input::-webkit-input-placeholder,
.popup__inputs textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a1abb9;
}
.popup__inputs input::-moz-placeholder,
.popup__inputs textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a1abb9;
}
.popup__inputs input:-ms-input-placeholder,
.popup__inputs textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a1abb9;
}
.popup__inputs input::-ms-input-placeholder,
.popup__inputs textarea::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a1abb9;
}
.popup__inputs input::placeholder,
.popup__inputs textarea::placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a1abb9;
}
.popup__inputs input:focus::-webkit-input-placeholder,
.popup__inputs textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.popup__inputs input:focus::-moz-placeholder,
.popup__inputs textarea:focus::-moz-placeholder {
  opacity: 0;
}
.popup__inputs input:focus:-ms-input-placeholder,
.popup__inputs textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.popup__inputs input:focus::-ms-input-placeholder,
.popup__inputs textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.popup__inputs input:focus::placeholder,
.popup__inputs textarea:focus::placeholder {
  opacity: 0;
}
@media (max-width: 500px) {
  .popup__inputs input,
  .popup__inputs textarea {
    padding: 16.5px 20px;
  }
}
.popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.popup__top p {
  font-size: 18px;
}
@media (max-width: 500px) {
  .popup__top {
    gap: 15px;
  }
  .popup__top p {
    font-size: 16px;
  }
}

.main {
  border-radius: 30px;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}
@media (max-width: 1100px) {
  .main {
  }
}
@media (max-width: 768px) {
  .main {
    border-radius: 15px;
  }
}

.main__pagination {
  position: absolute;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: auto !important;
  bottom: 3px !important;
  width: auto !important;
  z-index: 2;
  background-color: rgb(253 92 63 / 10%);
  border-radius: 15px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 90%;
}

@media (max-width: 500px) {
  .main__pagination { display:none;
	  }
}


.main__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  border: 1px solid #FFFAEE;
  background-color: transparent;
  margin: 0 !important;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main__pagination .swiper-pagination-bullet-active {
  background-color: #FFFAEE;
}
.main .swiper-slide {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main .swiper-slide {
    border-radius: 15px;
  }
}
.main .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mb50 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .catalog__wrapper {
    gap: 10px;
  }
}
.catalog__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .catalog__cards {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  }
}
.catalog__card {
  position: relative;
  background-color: #F4F7FF;
  border-radius: 30px;
  overflow: hidden;
  min-height: 280px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .catalog__card:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(36, 34, 109, 0.1);
            box-shadow: 0 0 20px 0 rgba(36, 34, 109, 0.1);
  }
}
.catalog__card > * {
  position: relative;
  z-index: 2;
}
.catalog__card img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}
.catalog__card p {
  font-size: 20px;
  font-weight: 600;
}
.catalog__card span {
  font-size: 16px;
  color: #474f5a;
  padding: 13px 20px;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #474f5a;
  background-color: #F4F7FF;
}
.catalog__card.red {
  background-color: #fd5c3f;
}
.catalog__card.red p {
  color: #FFFFFF;
}
.catalog__card.red span {
  background-color: #F4F7FF;
  color: #fd5c3f;
  border-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .catalog__card {
    border-radius: 15px;
    padding: 15px;
    gap: 15px;
    min-height: 200px;
  }
  .catalog__card img {
    height: 85%;
    width: 150%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom right;
       object-position: bottom right;
  }
  .catalog__card p {
    font-size: 16px;
  }
  .catalog__card span {
    padding: 10px 15px;
    font-size: 12px;
  }
}
.catalog__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .catalog__items {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  }
}

.benefits__cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
@media (max-width: 768px) {
  .benefits__cards {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  }
}
.benefits__card {
  background-color: #F4F7FF;
  border-radius: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  font-size: 18px;
  font-weight: 500;
}
.benefits__card img {
  width: 40px;
}
@media (max-width: 768px) {
  .benefits__card {
    border-radius: 15px;
    padding: 20px;
    gap: 20px;
    font-size: 14px;
  }
}

.cards__info-wrap {
  display: none;
}
@media (max-width: 1650px) {
  .cards__info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
  }
}
.cards__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
.cards__info small {
  font-size: 14px;
  font-weight: 500;
  color: #7e8794;
}
.cards__info b {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .cards__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
  .cards__info b {
    font-size: 28px;
  }
  .cards__top .cards__info {
    display: none;
  }
}
@media (max-width: 768px) {
  .cards__info {
    gap: 5px;
    white-space: nowrap;
  }
  .cards__info b {
    font-size: 20px;
  }
}
.cards__buy {
  padding: 16.5px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 200px;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #c3cad4;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 1;
}
@media (any-hover: hover) {
  .cards__buy:hover {
    background-color: #fd5c3f;
    border-color: #fd5c3f;
    color: #FFFFFF;
  }
}
@media (max-width: 1650px) {
  .cards__top .cards__buy {
    display: none;
  }
}
@media (max-width: 768px) {
  .cards__buy {
    padding: 14px 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.cards__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .cards__top .arrows {
    display: none;
  }
}
@media (max-width: 768px) {
  .cards__slider {
    overflow: visible;
  }
}
.cards__slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.cards__image {
  height: 308px;
  width: 100%;
  background-color: #F4F7FF;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.cards__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: center;
}
@media (max-width: 629px) {
  .cards__image {
    height: 200px;
    border-radius: 15px;
  }
}
.cards__tags {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  z-index: 1;
}
.cards__tag {
  padding: 7.5px 15px;
  text-align: center;
  background-color: #fd5c3f;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  border-radius: 500px;
}
.cards__tag.green {
  background-color: #8AC44B;
}
.cards__tag.yellow {
  background-color: #FCC02A;
}
.cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 15px;
}
.cards__name {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cards__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  row-gap: 5px;
}
@media (max-width: 629px) {
  .cards__middle {
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cards__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.cards__cost b {
  font-weight: 600;
  font-size: 18px;
}
.cards__cost del {
  font-size: 14px;
  font-weight: 500;
  color: #7e8794;
}
@media (max-width: 629px) {
  .cards__cost {
    font-size: 16px;
  }
  .cards__cost del {
    font-size: 13px;
  }
}
.cards__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.cards__stars b {
  display: none;
}
.cards__stars img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
}
@media (max-width: 629px) {
  .cards__stars {
    gap: 5px;
  }
  .cards__stars b {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #474f5a;
  }
  .cards__stars img {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
  }
  .cards__stars img:first-child {
    display: block;
  }
}
.cards__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: auto;
}
.cards__bottom button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #474f5a;
  padding: 14px 10px;
  border-radius: 500px;
  border: 1px solid #c3cad4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .cards__bottom button:hover {
    background-color: #fd5c3f;
    border-color: #fd5c3f;
    color: #FFFFFF;
  }
}
@media (max-width: 629px) {
  .cards__bottom {
    gap: 10px;
  }
  .cards__bottom button {
    padding: 11.5px 10px;
  }
}
.cards__wish {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  width: 45px;
  height: 45px;
}
.cards__wish label {
  border-radius: 50%;
  border: 1px solid #c3cad4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cards__wish label svg {
  width: 30px;
}
.cards__wish label svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 629px) {
  .cards__wish {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .cards__wish label svg {
    width: 25px;
  }
}
@media (any-hover: hover) {
  .cards__wish:hover label {
    background-color: #fd5c3f;
    border-color: #fd5c3f;
  }
  .cards__wish:hover label svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
  }
}
.cards__wish input {
  display: none;
}
.cards__wish.active label {
  background-color: #fd5c3f;
  border-color: #fd5c3f;
}
.cards__wish.active label svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.cards--subcat .cards__top {
  margin-bottom: 30px;
}
.cards--subcat .cards__slider {
  overflow: hidden;
}
.cards--subcat .cards__slide {
  gap: 12px;
}
.cards--subcat .cards__image {
  height: 200px;
  border-radius: 20px;
}
.cards--subcat .cards__tags {
  top: 8px;
  left: 8px;
  gap: 4px;
}
.cards--subcat .cards__tag {
  padding: 5px 10px;
  font-size: 11px;
}
.cards--subcat .cards__wrapper {
  gap: 8px;
}
.cards--subcat .cards__name {
  font-size: 14px;
}
.cards--subcat .cards__middle {
  gap: 10px;
  row-gap: 4px;
}
.cards--subcat .cards__cost b {
  font-size: 15px;
}
.cards--subcat .cards__cost del {
  font-size: 12px;
}
.cards--subcat .cards__stars img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
}
.cards--subcat .cards__bottom {
  gap: 6px;
}
.cards--subcat .cards__bottom button {
  padding: 10px 8px;
  font-size: 13px;
}
.cards--subcat .cards__wish {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
}
.cards--subcat .cards__wish label svg {
  width: 22px;
}
.cards--subcat .cards__slide--detail, .card-detail-test .cards__slide--detail {
  gap: 0;
  height: auto;
  color: #263141;
  text-decoration: none;
}
.card-detail-test .category__cards .cards__slide--detail {
  height: 100%;
}
.cards--subcat .cards__slide--detail .cards__box, .card-detail-test .cards__slide--detail .cards__box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  min-height: 100%;
  border: 1px solid #d8dde5;
  border-radius: 20px 20px 0 20px;
  overflow: visible;
  background-color: #f3efe8;
}
.cards--subcat .cards__slide--detail .cards__image, .card-detail-test .cards__slide--detail .cards__image{
  height: auto;
  min-height: 0;
  padding: 0;
  border-radius: 19px 19px 0 0;
  overflow: hidden;
  background-color: #f3efe8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cards--subcat .cards__slide--detail .cards__image img, .card-detail-test .cards__slide--detail .cards__image img{
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 0;
}
.cards--subcat .cards__slide--detail .cards__box > .cards__name, .card-detail-test .cards__slide--detail .cards__box > .cards__name{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 12px 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  color: #263141;
  overflow: hidden;
  word-break: break-word;
}
.cards--subcat .cards__slide--detail .cards__detail, .card-detail-test .cards__slide--detail .cards__detail{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  background-color: #fbf7f0;
  border-bottom-left-radius: 20px;
  overflow: visible;
  min-height: 76px;
}
.cards--subcat .cards__slide--detail .cards__detail-row, .card-detail-test .cards__slide--detail .cards__detail-row{
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 76px;
}
.cards--subcat .cards__slide--detail .cards__detail-main, .card-detail-test .cards__slide--detail .cards__detail-main{
  padding: 10px 20px 20px 10px;
  min-width: 0;
  max-width: 100%;
  background-color: #fbf7f0;
  border-bottom-left-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cards--subcat .cards__slide--detail .cards__cost, .card-detail-test .cards__slide--detail .cards__cost{
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  vertical-align: top;
}
.cards--subcat .cards__slide--detail .cards__cost b, .card-detail-test .cards__slide--detail .cards__cost b{
  display: inline;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #263141;
}
.cards--subcat .cards__slide--detail .cards__cost del, .card-detail-test .cards__slide--detail .cards__cost del{
  display: block;
  width: auto;
  margin-top: 2px;
  font-size: 13px;
}
.cards--subcat .cards__slide--detail .cards__props, .card-detail-test .cards__slide--detail .cards__props{
  display: block;
  margin: 4px 0 0;
  margin-left: 0;
  padding: 0;
  gap: 0;
  list-style: none;
  list-style-type: none;
  font-size: 12px;
  line-height: 1.3;
  color: #8a939f;
}
.cards--subcat .cards__slide--detail .cards__props li, .card-detail-test .cards__slide--detail .cards__props li{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.cards--subcat .cards__slide--detail .cards__props li::marker, .card-detail-test .cards__slide--detail .cards__props li::marker{
  content: none;
}
.cards--subcat .cards__slide--detail .cards__props li + li, .card-detail-test .cards__slide--detail .cards__props li + li{
  margin-top: 0;
}
.cards--subcat .cards__slide--detail .cards__detail-actions, .card-detail-test .cards__slide--detail .cards__detail-actions{
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.cards--subcat .cards__slide--detail .cards__detail-pills, .card-detail-test .cards__slide--detail .cards__detail-pills{
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px;
  background-color: #FFFFFF;
  border: none;
  border-top: 1px solid #d8dde5;
  border-left: 1px solid #d8dde5;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cards--subcat .cards__slide--detail .cards__detail-pills::before, .card-detail-test .cards__slide--detail .cards__detail-pills::before{
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 2px;
  height: calc(100% + 2px);
  background-color: #FFFFFF;
  z-index: 2;
  pointer-events: none;
}
.cards--subcat .cards__slide--detail .cards__detail-pills::after, .card-detail-test .cards__slide--detail .cards__detail-pills::after{
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 2px;
  background-color: #FFFFFF;
  z-index: 2;
  pointer-events: none;
}
.cards--subcat .cards__slide--detail .cards__detail-pills .cards__wish, .card-detail-test .cards__slide--detail .cards__detail-pills .cards__wish{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: auto;
}
.cards--subcat .cards__slide--detail .cards__detail-pills .cards__wish label, .card-detail-test .cards__slide--detail .cards__detail-pills .cards__wish label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 68px;
  border-radius: 40px;
  border: 1px solid #c3cad4;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cards--subcat .cards__slide--detail .cards__detail-pills .cards__wish label svg, .card-detail-test .cards__slide--detail .cards__detail-pills .cards__wish label svg{
  width: 22px;
}
.cards--subcat .cards__slide--detail .cards__detail-pills .cards__wish.active label, .card-detail-test .cards__slide--detail .cards__detail-pills .cards__wish.active label{
  background-color: #fd5c3f;
  border-color: #fd5c3f;
}
.cards--subcat .cards__slide--detail .cards__detail-pills .cards__wish.active label svg path, .card-detail-test .cards__slide--detail .cards__detail-pills .cards__wish.active label svg path{
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.cards--subcat .cards__slide--detail .cards__detail-cart, .card-detail-test .cards__slide--detail .cards__detail-cart{
  margin: 0;
}
.cards--subcat .cards__slide--detail .cards__buy-icon, .card-detail-test .cards__slide--detail .cards__buy-icon{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 68px;
  padding: 0;
  border-radius: 40px;
  border: 1px solid #c3cad4;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (any-hover: hover) {
  .cards--subcat .cards__slide--detail .cards__buy-icon:hover, .card-detail-test .cards__slide--detail .cards__buy-icon:hover{
    background-color: #fd5c3f;
    border-color: #fd5c3f;
  }
  .cards--subcat .cards__slide--detail .cards__buy-icon:hover img, .card-detail-test .cards__slide--detail .cards__buy-icon:hover img{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.cards--subcat .cards__slide--detail .cards__buy-icon img, .card-detail-test .cards__slide--detail .cards__buy-icon img{
  width: 22px;
  height: 22px;
}
.cards--subcat .cards__slide--detail .cards__detail-empty, .card-detail-test .cards__slide--detail .cards__detail-empty{
  padding: 14px 16px;
  font-size: 13px;
  color: #7e8794;
}
@media (max-width: 768px) {
  .cards--subcat .cards__slide--detail .cards__box, .card-detail-test .cards__slide--detail .cards__box{
    border-radius: 16px 16px 0 16px;
  }
  .cards--subcat .cards__slide--detail .cards__image, .card-detail-test .cards__slide--detail .cards__image{
    border-radius: 15px 15px 0 0;
  }
  .cards--subcat .cards__slide--detail .cards__image img, .card-detail-test .cards__slide--detail .cards__image img{
    height: 170px;
  }
  .cards--subcat .cards__slide--detail .cards__box > .cards__name, .card-detail-test .cards__slide--detail .cards__box > .cards__name{
    padding: 6px 10px 0;
  }
  .cards--subcat .cards__slide--detail .cards__detail, .card-detail-test .cards__slide--detail .cards__detail{
    border-bottom-left-radius: 16px;
  }
  .cards--subcat .cards__slide--detail .cards__detail-main, .card-detail-test .cards__slide--detail .cards__detail-main{
    padding: 8px 16px 16px 8px;
    border-bottom-left-radius: 16px;
  }
  .cards--subcat .cards__slide--detail .cards__detail-pills, .card-detail-test .cards__slide--detail .cards__detail-pills{
    border-top-left-radius: 14px;
    border-bottom-right-radius: 0;
    padding: 6px;
    gap: 5px;
  }
  .cards--subcat .cards__slide--detail .cards__detail-pills .cards__wish label, .card-detail-test .cards__slide--detail .cards__detail-pills .cards__wish label,
  .cards--subcat .cards__slide--detail .cards__buy-icon, .card-detail-test .cards__slide--detail .cards__buy-icon{
    width: 38px;
    height: 62px;
    border-radius: 36px;
  }
  .cards--subcat .cards__slide--detail .cards__buy-icon img, .card-detail-test .cards__slide--detail .cards__buy-icon img{
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .cards--subcat .cards__top {
    margin-bottom: 20px;
  }
  .cards--subcat .cards__top .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .cards--subcat .cards__top .arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .cards--subcat .cards__top .arrow svg {
    width: 20px;
  }
  .cards--subcat .cards__image {
    height: 180px;
    border-radius: 15px;
  }
}
@media (max-width: 629px) {
  .cards--subcat .cards__image {
    height: 160px;
  }
}
.cards--subcat .title {
  font-size: 28px;
}
@media (max-width: 1460px) {
  .cards--subcat .title {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  .cards--subcat .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .cards--subcat .title {
    font-size: 20px;
  }
}
.category-modular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .category-modular {
    gap: 30px;
  }
}
.modular-subcats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .modular-subcats {
    gap: 20px;
  }
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 10px;
}
.main .arrows {
	position: absolute;
	top: calc(50% - 24px);
	z-index: 1;
	left: 10px;
	right: 10px;
	justify-content: space-between;
}

.arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #474f5a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.arrow svg {
  width: 24px;
}
.arrow svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .arrow:hover {
    border-color: #fd5c3f;
    background-color: #fd5c3f;
  }
  .arrow:hover svg path {
    stroke: #FFFFFF;
  }
}

.why > .title {
  display: none;
}
@media (max-width: 1650px) {
  .why > .title {
    display: block;
  }
}
.why__body {
  display: grid;
  gap: 50px;
  grid-template-columns: 489fr 511fr;
}
@media (max-width: 1460px) {
  .why__body {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .why__body {
    grid-template-columns: 1fr;
  }
}
.why__video {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  height: 560px;
  cursor: pointer;
}
.why__video video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.why__video button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.why__video button img {
  width: 100%;
}
@media (any-hover: hover) {
  .why__video:hover button {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.why__video.active button {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}
@media (max-width: 768px) {
  .why__video {
    height: 300px;
    border-radius: 15px;
  }
}
.why__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
.why__cards > * {
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.3333% - 12px);
          flex: 1 1 calc(33.3333% - 12px);
}
@media (max-width: 500px) {
  .why__cards {
    gap: 10px;
  }
  .why__cards > * {
    min-width: 155px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 5px);
            flex: 1 1 calc(50% - 5px);
  }
}
.why__cards .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(66.6666666667% - 6px);
          flex: 1 1 calc(66.6666666667% - 6px);
  min-width: 400px;
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1650px) {
  .why__cards .title {
    display: none;
  }
}
.why__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
  background-color: #F4F7FF;
  border-radius: 30px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1460px) {
  .why__card {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .why__card {
    padding: 15px;
    border-radius: 15px;
    gap: 10px;
    font-size: 13px;
  }
}
.why__card span {
  color: #fd5c3f;
  font-size: 24px;
  font-weight: 600;
}

.reviews {
  display: grid;
  grid-template-columns: 54fr 46fr;
  gap: 50px;
}
@media (max-width: 1460px) {
  .reviews {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .reviews {
    grid-template-columns: 1fr;
  }
}
.reviews iframe {
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .reviews iframe {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .reviews iframe {
    height: 460px;
  }
}
@media (max-width: 500px) {
  .reviews iframe {
    height: 410px;
  }
}
.reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.reviews__item {
  background-color: #F4F7FF;
  border-radius: 30px;
  padding: 40px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  min-height: 254px;
  overflow: hidden;
}
.reviews__item > * {
  position: relative;
  z-index: 2;
}
.reviews__item img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 80%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1460px) {
  .reviews__item {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .reviews__item {
    padding: 20px;
    min-height: 200px;
    font-size: 20px;
    border-radius: 15px;
  }
}
@media (max-width: 500px) {
  .reviews__item {
    font-size: 16px;
  }
  .reviews__item img {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

.order {
  background-color: #F4F7FF;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
}
@media (max-width: 1530px) {
  .order {
    padding-left: 0;
  }
}
@media (max-width: 1400px) {
  .order {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .order {
    padding: 25px;
    display: block;
  }
}
@media (max-width: 768px) {
  .order {
    padding: 20px;
  }
}
.order__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.5%;
          flex: 0 0 33.5%;
  width: 33.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order__image img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
@media (max-width: 1400px) {
  .order__image {
    display: none;
  }
}
.order__wrapper {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 40px 60px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 1560px) {
  .order__wrapper {
    padding: 40px;
    padding-left: 0;
  }
}
@media (max-width: 1400px) {
  .order__wrapper {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .order__wrapper {
    gap: 30px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .order__wrapper {
    gap: 10px;
  }
}
.order__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.order__top p {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .order__top {
    gap: 15px;
  }
  .order__top p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .order__top p {
    font-size: 14px;
  }
}
.order__form {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
}
.order__form input {
  min-width: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 500px;
  padding: 21.5px 30px;
  font-size: 14px;
  font-weight: 500;
}
.order__form input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a1abb9;
}
.order__form input::-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a1abb9;
}
.order__form input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a1abb9;
}
.order__form input::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a1abb9;
}
.order__form input::placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #a1abb9;
}
.order__form input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.order__form input:focus::-moz-placeholder {
  opacity: 0;
}
.order__form input:focus:-ms-input-placeholder {
  opacity: 0;
}
.order__form input:focus::-ms-input-placeholder {
  opacity: 0;
}
.order__form input:focus::placeholder {
  opacity: 0;
}
@media (max-width: 500px) {
  .order__form input {
    padding: 16.5px 30px;
  }
}
@media (max-width: 768px) {
  .order__form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .order__form .button {
    margin-top: 10px;
  }
}
.order__form > img {
  display: none;
}
@media (max-width: 768px) {
  .order__form > img {
    display: block;
    width: 100%;
    margin: 0 auto -10px;
    max-width: 350px;
  }
}

.table {
  border-radius: 30px;
  border: 1px solid #eaeef3;
  overflow-x: auto;
}
.table thead tr:first-child th {
  border-top: none;
}
.table td:first-child, .table th:first-child {
  border-left: none;
}
.table tbody tr:last-child td {
  border-bottom: none;
}
.table td:last-child, .table th:last-child {
  border-right: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
table td, table th {
  border: 1px solid #eaeef3;
  padding: 25px 30px;
}
table thead {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
table tbody {
  font-size: 14px;
}

ul {
  margin-left: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
ul li {
  list-style: disc;
}

ol {
  margin-left: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.seo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .seo {
    font-size: 14px;
    gap: 30px;
  }
}
.seo a, .seo u {
  text-decoration: underline;
  color: #fd5c3f;
  text-underline-position: under;
}
.seo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .seo a:hover {
    color: #FCC02A;
    text-decoration: underline;
  }
}
.seo__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}
.seo__part img { margin: 10px; }

.seo__row {
  display: flex;
  gap: 50px;
}
@media (max-width: 1600px) {
  .seo__row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .seo__row {
    flex-direction: column;
  }
}
.seo__image {
	border-radius: 30px;
	overflow: hidden;
	max-height: 500px;
	align-self: flex-start;
	flex-shrink: 0;
	max-width: 500px;
	flex-shrink: 0;
}
.seo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .seo__image {
    height: 350px;
    max-height: none;
  }
}

.category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .category__body {
    gap: 30px;
  }
}
.category__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1100px) {
  .category__wrapper {
    gap: 30px;
  }
}
.category__subcats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.category__subcats a {
  font-size: 14px;
  color: #474f5a;
  font-weight: 400;
  line-height: 1.2142857143;
  padding: 11px 20px;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #c3cad4;
}
@media (max-width: 1023px) {
  .category__subcats {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    padding: 0 20px 10px;
    margin-left: -20px;
    width: calc(100% + 40px);
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: -10px;
  }
}
@media (max-width: 768px) {
  .category__subcats {
    gap: 5px;
  }
  .category__subcats a {
    font-size: 13px;
    padding: 7px 12px;
  }
}
.category__cards {
  display: grid;
  gap: 20px;
  row-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}
@media (max-width: 768px) {
  .category__cards {
    row-gap: 30px;
  }
}

.category__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1100px) {
  .category__top {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
}
@media (max-width: 1100px) {
  .category__sort {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
  }
}
.category__sort-name {
  display: none;
}
@media (max-width: 1100px) {
  .category__sort-name {
    display: block;
    font-size: 16px;
    color: #7e8794;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 20px;
    border-radius: 500px;
    border: 1px solid #474f5a;
    position: relative;
    z-index: 4;
    background-color: #FFFFFF;
  }
  .category__sort-name svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
            flex: 0 0 12px;
    width: 12px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .category__sort-name svg path {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .category__sort.active .category__sort-name svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .category__sort.active .category__sort-name svg path {
    stroke: #fd5c3f;
  }
}
.category__btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #FFFFFF;
  padding: 13px 20px;
  border-radius: 500px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fd5c3f;
}
@media (min-width: 1100.1px) {
  .category__btn.active {
    background-color: #c3cad4;
  }
}
@media (max-width: 1100px) {
  .category__btn {
    background-color: #fd5c3f;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .category__btn span {
    display: none;
  }
}
.category__btn-ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  position: relative;
}
.category__btn-ico img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category__btn-ico img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 20px;
  height: 20px;
}
@media (max-width: 1100px) {
  .category__btn.active .category__btn-ico img {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .category__btn.active .category__btn-ico img:last-child {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.category__sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1100px) {
  .category__sort-wrapper {
    position: absolute;
    top: calc(100% + 0px);
    width: 100%;
    z-index: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    background-color: #FFFFFF;
    border-radius: 20px;
    overflow-y: auto;
    max-height: 300px;
    border: 1px solid #c3cad4;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .category__sort.active .category__sort-wrapper {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    top: calc(100% + 5px);
  }
}
.category__sort-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #474f5a;
  padding: 15px 20px;
  border: 1px solid #474f5a;
  border-radius: 500px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .category__sort-item:hover {
    border-color: #fd5c3f;
    color: #fd5c3f;
  }
  .category__sort-item:hover svg path {
    stroke: #fd5c3f;
  }
}
.category__sort-item.active {
  background-color: #fd5c3f;
  color: #FFFFFF;
  border-color: #fd5c3f;
}
@media (max-width: 1100px) {
  .category__sort-item {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c3cad4;
    color: #7e8794;
    padding: 12px 20px;
    font-size: 14px;
  }
  .category__sort-item:last-child {
    border-bottom: none;
  }
  .category__sort-item.active {
    background-color: transparent;
    color: #7e8794;
    border-color: #c3cad4;
  }
}
.category__sort-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 1100px) {
  .category__sort-arrows {
    display: none;
  }
}
.category__sort-arrows svg {
  height: 7px;
}
.category__sort-arrows svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category__sort-item.active .category__sort-arrows svg path {
  stroke: rgba(255, 255, 255, 0.4);
}
.category__sort-item.active.up .category__sort-arrows svg:first-child path {
  stroke: #FFFFFF;
}
.category__sort-item.active.down .category__sort-arrows svg:last-child path {
  stroke: #FFFFFF;
}

.category__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category__filters button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fd5c3f;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .category__filters button:hover {
    background-color: #FCC02A;
  }
}
.category__filters button img {
  width: 20px;
}
.category__filters button span {
  display: none;
}
@media (min-width: 1100.1px) {
  .category__filters.active {
    margin-top: -20px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
  }
}
@media (max-width: 1100px) {
  .category__filters {
    margin-top: -30px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
  }
  .category__filters button {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    padding: 15.5px 10px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: auto;
    border-radius: 30px;
  }
  .category__filters button img {
    display: none;
  }
  .category__filters button span {
    display: block;
  }
  .category__filters.active {
    overflow: visible;
    margin-top: -20px;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    max-height: none;
  }
}
.category__filter {
  position: relative;
}
.category__filter-title {
  background-color: #F4F7FF;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.category__filter-title svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category__filter-title svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category__filter.active .category__filter-title svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.category__filter.active .category__filter-title svg path {
  stroke: #fd5c3f;
}
.category__filter-wrapper {
  position: absolute;
  background-color: #F4F7FF;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  min-width: 150px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 20px;
  top: calc(100% + 0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.category__filter-wrapper::-webkit-scrollbar {
  width: 6px;
}
.category__filter-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.category__filter-wrapper::-webkit-scrollbar-thumb {
  background-color: #fd5c3f;
  border-radius: 8px;
}
.category__filter.active .category__filter-wrapper {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}
@media (max-width: 1100px) {
  .category__filter-wrapper {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(36, 34, 109, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(36, 34, 109, 0.2);
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    max-width: 200px;
    padding: 10px;
    border-radius: 10px;
  }
  .category__filter-wrapper .uislider {
    margin-bottom: 5px;
  }
}
.category__filter-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.category__filter-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #474f5a;
}
.category__filter-input label {
  cursor: pointer;
  padding-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  word-break: break-word;
}
.category__filter-input input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #7e8794;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category__filter-input input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background-color: #fd5c3f;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category__filter-input input:checked {
  border-color: #fd5c3f;
}
.category__filter-input input:checked:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.category__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.category__ranges {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}
.category__ranges input {
  min-width: 0;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eaeef3;
  padding: 10px;
  font-size: 16px;
}
@media (max-width: 1100px) {
  .category__ranges {
    gap: 10px;
  }
  .category__ranges input {
    font-size: 14px;
  }
}

.breadcrumb {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.body > .breadcrumb {
	margin-bottom: 0;
}
.breadcrumb p {
	color: #263141;
}
.breadcrumb span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 1px;
  background-color: #10313C;
}
.breadcrumb a {
	color: #263141;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .breadcrumb a:hover {
    color: #fd5c3f;
  }
}

.pagination {
	margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .pagination {
    gap: 10px;
  }
}
.pagination__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #F4F7FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #7E8794;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 1;
}
.pagination__item svg {
  width: 24px;
}
.pagination__item svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .pagination__item:hover {
    color: #fd5c3f;
  }
  .pagination__item:hover svg path {
    fill: #fd5c3f;
  }
}
.pagination__item.active {
  background-color: #fd5c3f;
  color: #FFFFFF;
}
.pagination__item.active svg path {
  fill: #FFFFFF;
}
@media (max-width: 768px) {
  .pagination__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .pagination__item.hide-on-mobile {
    display: none;
  }
  .pagination__item svg {
    width: 20px;
  }
}

.revws__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.revws__button {
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 500;
  color: #191919;
  text-align: center;
  padding: 16.5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 200px;
  border-radius: 500px;
  border: 1px solid #c3cad4;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: none;
}
.revws__top .revws__button {
  display: block;
}
@media (max-width: 768px) {
  .revws__button {
    display: block;
    padding: 14px 10px;
    max-width: 350px;
    width: 100%;
    margin: 30px auto 0;
  }
  .revws__top .revws__button {
    display: none;
  }
}
@media (any-hover: hover) {
  .revws__button:hover {
    background-color: #fd5c3f;
    border-color: #fd5c3f;
    color: #FFFFFF;
  }
}
.revws__items {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
}
@media (max-width: 768px) {
  .revws__items {
    gap: 10px;
  }
}
.revws__item {
  background-color: #F4F7FF;
  border-radius: 30px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .revws__item {
    border-radius: 15px;
    padding: 20px;
    gap: 15px;
  }
}
.revws__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.revws__ava {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.revws__ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .revws__ava {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
}
.revws__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .revws__info {
    gap: 6px;
  }
}
.revws__name {
  font-size: 20px;
  font-weight: 600;
  color: #263141;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .revws__name {
    font-size: 16px;
  }
}
.revws__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.revws__stars img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
}
.revws__text {
  font-size: 14px;
  color: #474F5A;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .revws__text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .product__wrapper {
    gap: 30px;
  }
}
.product__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .product__tabs {
    gap: 20px;
  }
}
.product__nav {
  border-bottom: 1px solid #eaeef3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.product__nav p {
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  color: #7e8794;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-bottom: 15px;
  position: relative;
}
.product__nav p:after {
  content: "";
  height: 1px;
  background-color: #fd5c3f;
  width: 0;
  left: 50%;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product__nav p.active {
  color: #263141;
}
.product__nav p.active:afteR {
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .product__nav {
    gap: 25px;
  }
  .product__nav p {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.product__tabcontent {
  display: none;
  font-size: 16px;
  color: #474f5a;
}
.product__tabcontent.target {
  display: block;
}
@media (max-width: 768px) {
  .product__tabcontent {
    font-size: 14px;
  }
}

.product__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1600px) {
  .product__body {
    grid-template-columns: 6fr 4fr;
  }
}
@media (max-width: 1450px) {
  .product__body {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .product__body {
    gap: 20px;
  }
}
.product__sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 100%;
  min-width: 0;
  height: 510px;
}
@media (max-width: 768px) {
  .product__sliders {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
.product__navslider {
  height: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  width: 150px;
}
.product__navslider .swiper-slide {
  border-radius: 30px;
  cursor: pointer;
  background-color: #F4F7FF;
}
.product__navslider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .product__navslider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    overflow: visible;
    height: 120px;
  }
  .product__navslider .swiper-slide {
    border-radius: 15px;
  }
}
.product__slider {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  border-radius: 30px;
  overflow: hidden;
}
.product__slider .swiper-slide {
  border-radius: 30px;
  background-color: #F4F7FF;
}
.product__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .product__slider {
    height: 350px;
    border-radius: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    overflow: visible;
  }
  .product__slider .swiper-slide {
    border-radius: 15px;
  }
}
.product__row {
  display: grid;
  gap: 30px;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
@media (max-width: 768px) {
  .product__row {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
.product__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (max-width: 768px) {
  .product__column {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product__column small {
  font-size: 14px;
  font-weight: 500;
  color: #7e8794;
}
.product__column span, .product__column u, .product__column b, .product__column a {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .product__column span, .product__column u, .product__column b, .product__column a {
    font-size: 14px;
  }
}
.product__column span {
  color: #fd5c3f;
}
.product__column u, .product__column a {
  text-decoration: underline;
  text-underline-position: under;
}
.product__btns {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.product__btns .button {
  padding: 16.5px 10px;
}
@media (max-width: 768px) {
  .product__btns {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  }
  .product__btns .button {
    padding: 14px 10px;
  }
}
.product__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  color: #191919;
  padding: 16.5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #c3cad4;
  border-radius: 500px;
  text-align: center;
}
@media (any-hover: hover) {
  .product__btn:hover {
    background-color: #fd5c3f;
    color: #FFFFFF;
    border-color: #fd5c3f;
  }
}
@media (max-width: 768px) {
  .product__btn {
    padding: 14px 10px;
  }
}

.product__content {
  padding-left: 60px;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 1600px) {
  .product__content {
    padding-left: 30px;
  }
}
@media (max-width: 1450px) {
  .product__content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .product__content {
    gap: 20px;
  }
}
.product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.product__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 768px) {
  .product__stars {
    display: none;
  }
}
.product__stars img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
}
.product__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .product__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 15px;
  }
}
.product__costs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.product__costs b {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.product__costs del {
  line-height: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 20px;
  font-weight: 500;
  color: #7e8794;
}
@media (max-width: 768px) {
  .product__costs {
    gap: 15px;
  }
  .product__costs b {
    font-size: 24px;
  }
  .product__costs del {
    font-size: 14px;
  }
}
.product__star {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #474f5a;
}
.product__star img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
}
@media (max-width: 768px) {
  .product__star {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product__button {
  padding: 14px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 150px;
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 500px;
  background-color: #191919;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .product__button:hover {
    background-color: #fd5c3f;
  }
}
@media (max-width: 768px) {
  .product__button {
    max-width: 100%;
  }
}
.product__wish {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  width: 45px;
  height: 45px;
}
.product__wish label {
  border-radius: 50%;
  border: 1px solid #c3cad4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product__wish label svg {
  width: 30px;
}
.product__wish label svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .product__wish:hover label {
    background-color: #fd5c3f;
    border-color: #fd5c3f;
  }
  .product__wish:hover label svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
  }
}
.product__wish input {
  display: none;
}
.product__wish.active label {
  background-color: #fd5c3f;
  border-color: #fd5c3f;
}
.product__wish.active label svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}


.rating {
  direction: rtl;
  text-align: left;
  margin-top: 10px;
}
.rating input[type=radio] {
  display: none;
}
.rating label {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/cards/star.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.rating input[type=radio]:checked ~ label,
.rating input[type=radio]:not([disabled]) + label:hover,
.rating input[type=radio]:not([disabled]) + label:hover ~ label,
.rating:not(:hover) .current_rating ~ label {
  background-image: url(../img/cards/star-filled.svg);
}

.category2 {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.category2 > a {
	font-size: 16px;
	color: #474f5a;
	padding: 13px 20px;
	text-align: center;
	border-radius: 500px;
	border: 1px solid #474f5a;
	background-color: #F4F7FF;
	text-decoration: none;
}


.section_cart {
  padding: 30px 0 70px;
}
.table_cart {
  margin-top: 10px;
  margin-bottom: 25px;
}
.table_cart table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}
.table_cart table tr td {
  padding: 20px 15px;
  color: #000;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #c4c4c4;
}
.table_cart table tr td.img {
  width: 86px;
  line-height: 50px;
  table-layout: fixed;
}
.table_cart table tr td.img img {
  position: relative;
  top: -1px;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.table_cart table tr td.td_name a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.table_cart table tr td.td_name a:hover {
  text-decoration: underline;
}
.table_cart table tr td .box_sizes {
  display: inline-block;
  vertical-align: top;
  clear: both;
  margin-left: -14px;
}
.table_cart table tr td.td_price {
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
}
.table_cart table tr td.number {
  width: 100px;
  table-layout: fixed;
}
.table_cart table tr td.number .amount {
  width: 100px;
  margin: 0 auto;
  display: flex;
}
.table_cart table tr td.delete {
  width: 110px;
  padding-right: 0;
  padding-left: 0;
  table-layout: fixed;
}
.table_cart table tr td.delete a {
  position: relative;
  display: block;
  height: 40px;
  padding: 0 10px 0 38px;
  color: #c4c4c4;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #c4c4c4;
  background: #f2f2f2;
  text-decoration: none;
  transition: background .2s linear;
  border-radius: 20px;
}
.table_cart table tr td.delete a:hover {
  background: transparent;
}
.table_cart table tr td.delete a:after {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 13px;
  height: 13px;
  background: url(../images/delete.svg) 0 0 no-repeat;
  content: '';
  transform: translateY(-50%);
}

.block_radio {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 20px;
}
.block_radio .radio_link {
	flex-basis: calc(50% - 15px);
	min-width: 100px;
}
.radio_link input[type=radio] {
  display: none;
}
.radio_link input[type=radio] + label {
  position: relative;
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 48px;
  border: 1px solid #303030;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  transition: padding .2s linear, border .2s linear;
}
.radio_link input[type=radio]:checked + label {
  padding-left: 49px;
  border-color: #be2d34;
}
.radio_link input[type=radio] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 49px;
  height: 100%;
  opacity: 0;
  background: #be2d34 url(../images/check2.svg) 50% 50% no-repeat;
  content: '';
  border-radius: 25px;
}
.radio_link input[type=radio]:checked + label:before {
  opacity: 1;
}
.amount .control a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/minus.svg) 50% 50% no-repeat;
}
.amount .control a.plus {
  background-image: url(../images/plus.svg);
}
.amount .input {
  width: 40px;
  height: 30px;
  color: #303030;
  font-size: 16px;
  border: 1px solid #c4c4c4;
  text-align: center;
  border-radius: 15px;
}

.table_cart table tr td .sizes {
  display: flex;
  padding: 9px 0;
  margin: 10px 20px 0;
  color: #727272;
  font-size: 14px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.table_cart table tr td .sizes {
  margin-top: 8px;
  padding: 0;
  background: transparent;
  justify-content: flex-start;
}
.table_cart table tr td .sizes .size {
  position: relative;
}
.table_cart table tr td .sizes .size {
  margin-left: 14px;
}
.table_cart table tr td .sizes .size span {
  padding-left: 19px;
}
.table_cart table tr td .sizes .size:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 7px;
  margin-top: -3.5px;
  background: url(../images/arrow.svg) 0 0 no-repeat;
  content: '';
}
.table_cart table tr td .sizes .size2:before {
  transform: rotate(-45deg);
}
.table_cart table tr td .sizes .size3:before {
  transform: rotate(-90deg);
}

.cart_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: none;
	width: auto;
	flex-direction: row;
}
.cart_flex > * {
	flex-basis: calc(50% - 10px);
	min-width: 250px;
	flex-grow: 1;
}
.box_right h2:not(:first-child) {
	margin-top: 25px;
}
.teble_text,
.section_cart > h2 {
	margin-bottom: 20px;
}
.price_delivery {
	margin-top: 10px;
}

.final_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  font-size: 24px;
}
.final_price .button {
	font-size: 20px;
}


.red-text {
  color: #BE2D34;
}
.sbor-block1 {
  border: 1px solid #BE2D34;
  padding: 40px;
  color: #BE2D34;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
}
.sbor-block1:before {
  content: url(/design/stilmebel/images/znak.svg);
  position: absolute;
  left: -5px;
  background: #fff;
  padding: 1px;
  top: 50%;
  transform: translatey(-50%);
}
.sbor-block2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.sbor-block2>div {
  width: 48%;
}
.sbor-block3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.sbor-block4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sbor-block4>div {
  width: 49%;
  border: 1px solid #E5E5E5;
  padding: 20px;
  margin-bottom: 20px;
}
.sbor-block4 span {
  color: #BE2D34;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 3px solid #F2C72C;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  width: 50px;
}
.sbor-block5 {
  color: #BE2D34;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text_block h2, .text_block p, .text_block img, .text_block ul, .text_block ol, .text_block table {
  margin-bottom: 20px;
}



#header_search_desktop {
	background-color: #f4f7ff;
	width: 300px;
	text-align: right;
}
#header_search_desktop input {
	border: none;
	outline: none;
	font-size: 18px;
	flex-grow: 1;
	padding: 10px;
	background-color: #f4f7ff;
	height: 50px;
	flex-shrink: 1;
	min-width: 0;
	position: absolute;
	right: 170px;
	width: 230px;
	transition: width 0.3s ease;
	border: 1px solid #c3cad4;
}
@media (max-width: 1100px) {
	#header_search_desktop input {
		right: 220px;
	}
}
#header_search_desktop input:focus {
	width: auto;
	left: 0;
}
#header_search_desktop button {
	background-color: #fd5c3f;
	width: 50px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-shrink: 0;
}

@media (max-width: 767px) {
	#header_search_desktop {
		display: none;
	}
}
@media (min-width: 768px) {
	#header_search_toggle {
		display: none;
	}
}

#header_search {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	max-width: 900px;
}
#header_search form {
	display: flex;
	gap: 20px;
	padding: 20px;
	align-items: center;
	background-color: #f4f7ff;
}
#header_search input {
	border: none;
	outline: none;
	font-size: 18px;
	flex-grow: 1;
	padding: 10px;
	background-color: #f4f7ff;
	height: 50px;
	flex-shrink: 1;
	min-width: 0;
}
#header_search button {
	background-color: #fd5c3f;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-shrink: 0;
}


.b-scroll-button__text {
  z-index: 2600;
  display: block;
  bottom: 0;
  margin: 0 0 0 100%;
  padding: 32px 12px 4px;
  color: black;
  background-image: url(../images/b-j-top.png);
  background-repeat: no-repeat;
  background-position: 50% 11px;
  border-radius: 7px;
  background-color:#5F5F5F;
  color:#fff;
  cursor:pointer;
  position: fixed;
  bottom: 10px;
  right: 30px;
}
.b-scroll-button {
  z-index: 2600;
  position: fixed;
  left: 0;
  bottom: 90px;
  width: 34%;
  margin-left: 50%;
  display: none;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.selectWrap {
    border: 1px solid black;
    font-size: 26px;
    height: 45px;
    padding: 0px 7px;
    font-weight: bold;
    border-radius: 30px;
}
.selectWrap select {
    font-size:18px;
}


.show_more {
	text-align: center;
	margin-top: 25px;
}
.show_more_button {
	padding: 21.5px 30px;
}

.cards_hide > :nth-child(n+4) {
	display: none;
}

.widget_telephone {
	position: fixed;
	right: 30px;
	bottom: 90px;
	z-index: 2600;
}
.widget_telephone_button {
	overflow: hidden;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	cursor:pointer;
}
.widget_telephone_button > img {
	width: 100%;
}
.widget_telephone_window {
	display: none;
	position: relative;
	padding: 60px 12px 12px 12px;
	width: 300px;
	max-width: 100%;
	text-align: center;
	color: rgb(78, 79, 87);
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #aaa;
}
.widget_telephone_close {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	background:none;
	outline:none;
	border: none;
}
.widget_telephone_photo {
	overflow: hidden;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: calc(50% - 40px);
}
.widget_telephone_photo > img {
	width: 100%;
}
.widget_telephone_window p {
	margin-bottom: 16px;
}
.widget_telephone_links {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 8px;
	margin-bottom: 16px;
}
.widget_telephone_links > a {
	display: inline-block;
	width: 48px;
	height: 48px;
}
.widget_telephone_phone {
	display: block;
	text-align: center;
	margin-bottom: 24px;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}

.image_video::after {
	content: '▶';
	position: absolute;
	z-index: 200;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	color: #fd5c3f;
	font-size: 70px;
	width: 100px;
	height: 100px;
	background-color: rgba(255,255,255,0.75);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}

.category__subcats_large {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 991px) {
	.category__subcats_large {
		display: grid;
		grid-template-columns: 2fr 2fr 1fr 1fr;
	}
}
.category__subcats_large > a {
	background-color: #f0eae7;
	border-radius: 20px;
	position: relative;
	min-height: 60px;
	overflow: hidden;
}
.category__subcats_large > a > span {
	position: absolute;
	display: inline-block;
	z-index: 2;
	top: 10px;
	left: 20px;
	right: 20px;
	font-size: 18px;
}
.category__subcats_large > a > img {
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}


.category__subcats_small {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );
	gap: 20px;
}
@media (min-width: 991px) {
	.category__subcats_small {
		grid-template-columns: repeat(6, 1fr);
	}
}
.category__subcats_small > a {
	background-color: #f3f7ff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	min-width: 100px;
	gap: 10px;
	flex-shrink: 1;
	flex-grow: 1;
}
.category__subcats_small > a > span {
	display: inline-block;
	text-align: center;
}
.category__subcats_small > a > img {
	width: 100px;
	height: 100px;
}