* {
  border: 0;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

button {
  cursor: pointer;
  background: none;
}

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

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

a {
  color: inherit;
}

@font-face {
  font-family: Euclid-Circular;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Euclid-Circular-bold.1c355c8a.eot") format("eot"), url("../fonts/Euclid-Circular-bold.da5c9076.woff") format("woff"), url("../fonts/Euclid-Circular-bold.eba832ab.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Euclid-Circular;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Euclid-Circular-semibold.77ce6a9b.eot") format("eot"), url("../fonts/Euclid-Circular-semibold.b79d9a3a.woff") format("woff"), url("../fonts/Euclid-Circular-semibold.cc73c0e4.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Euclid-Circular;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Euclid-Circular-medium.bb5afd76.eot") format("eot"), url("../fonts/Euclid-Circular-medium.47c33f25.woff") format("woff"), url("../fonts/Euclid-Circular-medium.dbea4451.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Euclid-Circular;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Euclid-Circular-regular.f6df98f6.eot") format("eot"), url("../fonts/Euclid-Circular-regular.a4b83b87.woff") format("woff"), url("../fonts/Euclid-Circular-regular.852e0f00.woff2") format("woff2");
  font-display: swap;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: transform 0.3s ease;
}

.header.hide {
  transform: translateY(-100%);
}


.header__logo img {
  width: 120px;
  height: 35px;
}

.header__top {
  background: #f9f9f9;
  padding: 15px 0;
}

.header__top .container {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.header__top a, .header__top span {
  align-items: center;
  gap: 10px;
  display: flex;
}

.header__top a:last-child {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

@media (width <=1000px) {
  .header__top {
    display: none;
  }
}

.header__top-btns {
  align-items: center;
  gap: 5px;
  display: flex;
}

.header__top-btns svg {
  flex-shrink: 0;
}

.header__content {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0 0 20px 20px;
}

.header__content .container {
  align-items: center;
  display: flex;
}

@media (width <=600px) {
  .header__content {
    border: none;
    padding: 15px 0;
    box-shadow: 0 2px 4px #e6e6e61a, 0 8px 8px #e6e6e617, 0 17px 10px #e6e6e60d, 0 30px 12px #e6e6e603, 0 47px 13px #e6e6e600;
  }
}

.header__nav {
  margin-left: 35px;
  margin-right: auto;
}

.header__nav ul {
  align-items: center;
  display: flex;
}

.header__nav span {
  z-index: 2;
  position: relative;
}

.header__nav a {
  color: #000;
  padding: 45px 35px 45px 0;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
  position: relative;
}

.header__nav a:before {
  content: "";
  border: 1px solid #f2f2f2;
  height: 42px;
  margin-right: 35px;
}

.header__nav a:after {
  content: "";
  background: #24a591;
  width: calc(100% - 2px);
  height: 105px;
  max-height: 0;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
}

.header__nav a:hover {
  color: #fff;
}

.header__nav a:hover:after {
  max-height: 100%;
}

@media (width <=1200px) {
  .header__nav {
    display: none;
  }
}

.header__content-btns {
  align-items: center;
  display: flex;
}

.header__content-btns a {
  border-left: 1px solid #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.header__content-btns a span {
  color: #fff;
  background: #000;
  border-radius: 59px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (width <=600px) {
  .header__content-btns a span {
    display: none;
  }
}

.header__content-btns a:last-child {
  border-right: 1px solid #f2f2f2;
}

.header__content-btns a:last-child span {
  color: #000;
  background: #e9e9e9;
  border-radius: 59px;
  width: 24px;
  height: 24px;
  padding: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

@media (width <=600px) {
  .header__content-btns a:last-child {
    border: none;
  }
}

.header__content-btns a:hover {
  background: #f9f9f9;
}

@media (width <=600px) {
  .header__content-btns a {
    border: none;
    width: auto;
    height: auto;
  }
}

@media (width <=1200px) {
  .header__content-btns {
    margin-left: auto;
  }
}

@media (width <=600px) {
  .header__wish {
    display: none !important;
  }

  .header__btn svg:first-child {
    display: none;
  }

  .header__btn {
    margin-left: 5px;
  }
}

.header__btn svg:last-child {
  display: none;
}

@media (width <=600px) {
  .header__btn svg:last-child {
    display: block;
  }
}

.ticker-wrapper {
  background: #24a591;
  width: 100%;
  margin-bottom: 60px;
  padding: 15px 0;
  overflow: hidden;
}

@media (width <=600px) {
  .ticker-wrapper {
    padding: 20px 0;
  }
}

@media (width <=700px) {
  .ticker-wrapper {
    margin-bottom: 30px;
  }
}

.ticker-track {
  width: fit-content;
  animation: 50s linear infinite scroll-left;
  display: flex;
}

.ticker-content {
  white-space: nowrap;
  display: flex;
}

.ticker-content span {
  color: #fff;
  border-left: 1px solid #fff;
  padding: 0 15px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.ticker-content span b {
  text-transform: uppercase;
  font-weight: 700;
}

@media (width <=600px) {
  .ticker-content span {
    font-size: 12px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.footer {
  background: #0c0c1a;
  padding: 40px 0;
}

.footer .container {
  gap: 50px;
  display: flex;
}

@media (width <=1000px) {
  .footer .container {
    flex-direction: column;
    gap: 25px;
  }
}

.footer__contacts {
  background: #181826;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  padding: 25px 30px;
}

@media (width <=1000px) {
  .footer__contacts {
    max-width: none;
    margin: 0 auto;
    padding: 15px;
  }
}

.footer__contacts-item {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.footer__contacts-item:not(.footer__contacts-item:first-child) {
  border-top: 1px solid #ffffff1a;
  margin-bottom: 20px;
  padding-top: 20px;
}

.footer__contacts-item span {
  color: #fff6;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=700px) {
  .footer__contacts-item span {
    font-size: 12px;
  }
}

.footer__contacts-item a {
  color: #fff;
  font-family: Euclid-Circular, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

@media (width <=700px) {
  .footer__contacts-item a {
    font-size: 15px;
  }
}

.footer__contacts-item:last-child {
  margin-bottom: 0 !important;
}

.footer__contacts-date {
  color: #ffffffb3;
  margin: 25px 0;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=700px) {
  .footer__contacts-date {
    margin: 15px 0;
    font-size: 13px;
  }
}

.footer__contacts-btn {
  color: #fff;
  background: #302f3c;
  border-radius: 15px;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 23px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 147%;
  display: flex;
}

@media (width <=700px) {
  .footer__contacts-btn {
    justify-content: center;
    width: 100%;
    max-width: none;
  }

  .footer__contacts-btns svg {
    width: 40px;
    height: 40px;
  }
}

.footer__content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer__nav-wrapper {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  display: flex;
}

@media (width <=1000px) {
  .footer__nav-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    display: grid;
  }
}

.footer__nav-title {
  color: #ffffff80;
  margin-bottom: 30px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media (width <=700px) {
  .footer__nav-title {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.footer__nav ul {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.footer__nav li {
  color: #fff;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=700px) {
  .footer__nav li {
    font-size: 12px;
  }
}

.footer__content-rights {
  color: #fff6;
  border-top: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: auto;
  padding-top: 30px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  display: flex;
}

.footer__content-rights span {
  max-width: 410px;
}

@media (width <=1000px) {
  .footer__content-rights {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}

.burger {
  z-index: 19;
  opacity: 0;
  visibility: hidden;
  background: #fbfbfb;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  transition: all .3s;
  position: fixed;
  top: 60px;
}

.burger--active {
  opacity: 1;
  visibility: visible;
}

.burger__content {
  max-height: 700px;
  overflow-y: auto;
  height: 80% !important;
}

.burger__nav {
  margin-bottom: 40px;
}

.burger__nav ul {
  flex-direction: column;
  display: flex;
}

.burger__nav li {
  color: #000;
  border-radius: 10px;
  padding: 15px 20px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.burger__nav--active {
  background: #fff;
}

.burger__contacts {
  flex-direction: column;
  gap: 25px;
  display: flex;
}

.burger__phone {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.burger__item {
  color: #000;
  align-items: center;
  gap: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.burger__item svg {
  flex-shrink: 0;
}

.js-burger__btn-open svg:first-child {
  display: block;
}

.js-burger__btn-open svg:last-child, .burger-btn--active svg:first-child {
  display: none;
}

.burger-btn--active svg:last-child {
  display: block;
}

.overlay {
  z-index: 30;
  backdrop-filter: blur(5px);
  opacity: 1;
  visibility: visible;
  background: #0004;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: fixed;
}

.overlay--hidden {
  opacity: 0;
  visibility: hidden;
}

.overlay__content {
  background: #fff;
  border-radius: 25px;
  width: 100%;
  max-width: 630px;
  padding: 35px 30px;
  position: relative;
}

.overlay__content form br {
  display: none;
}

.overlay__content form {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.overlay__content label {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.overlay__content input:not(.custom-checkbox input) {
  color: #000;
  background: #f9fbfc;
  border-radius: 15px;
  padding: 25px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}

.overlay__content .btn {
  width: 100%;
}

.overlay__content .custom-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: row !important;
}

.overlay__content .custom-checkbox {
  color: #777;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  flex-direction: row !important;
}

.overlay__content .custom-checkbox .rights_download {
  text-decoration-skip-ink: none;
  text-decoration: underline;
}

.overlay__content .custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}

.overlay__content .custom-checkbox input:checked:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'><path stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/></svg>") center / contain no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <=600px) {
  .overlay__content {
    padding: 30px 20px 20px;
  }
}

.js-overlay__btn-close {
  position: absolute;
  top: 35px;
  right: 30px;
}

@media (width <=600px) {
  .js-overlay__btn-close {
    top: 20px;
    right: 20px;
  }
}

.overlay__title {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

@media (width <=600px) {
  .overlay__title {
    margin-bottom: 15px;
    font-size: 25px;
  }
}

.overlay__text {
  text-align: center;
  color: #797979;
  max-width: 360px;
  margin: 0 auto 35px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 147%;
}

@media (width <=600px) {
  .overlay__text {
    font-size: 14px;
  }
}

.main-section {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 196px);
  min-height: 500px;
  padding-top: 70px;
}

.main-section .container {
  flex-direction: column;
  display: flex;
}

@media (width <=1000px) {
  .main-section .container {
    justify-content: end;
    padding-bottom: 60px;
  }
}

.main-section__content h1 {
  color: #fff;
  max-width: 930px;
  margin-bottom: 15px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 104%;
}

@media (width <=600px) {
  .main-section__content h1 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

.main-section__content p {
  color: #fff;
  margin-bottom: 30px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
}

@media (width <=600px) {
  .main-section__content p {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

.main-section__cards {
  align-items: center;
  margin-top: auto;
  margin-bottom: 40px;
  display: flex;
}

@media (width <=1000px) {
  .main-section__cards {
    display: none;
  }
}

.main-section__cards-item {
  border-right: 1px solid #fff;
  border-radius: 15px;
  flex-direction: column;
  gap: 10px;
  max-width: 310px;
  padding: 25px;
  display: flex;
}

.main-section__cards-item p {
  color: #fff;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 110%;
}

.main-section__item-title {
  color: #fff;
  font-family: Euclid-Circular, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.categories__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

@media (width <=1050px) {
  .categories__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.categories__content-item {
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  min-height: 200px;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.categories__content-item img {
  position: absolute;
  bottom: -40px;
  right: 20px;
  width: 100%;
  height: auto;
  max-width: 180px;
}

@media (width <=700px) {
  .categories__content-item img {
    width: 100%;
    max-width: 170px;
    right: -70px;
  }

  .categories__content-item {
    min-height: 230px;
    padding: 12px 12px 20px;
  }
}

.categories__item-head {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

@media (width <=700px) {
  .categories__item-head {
    flex-direction: column;
    align-items: start;
  }
}

.categories__item-title {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

@media (width <=700px) {
  .categories__item-title {
    font-size: 15px;
  }
}

.categories__item-count {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=700px) {
  .categories__item-count {
    font-size: 13px;
  }
}

.categories__item-price {
  color: #000;
  background: #f9fbfc;
  border-radius: 20px;
  max-width: max-content;
  padding: 15px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media (width <=700px) {
  .categories__item-price {
    margin-bottom: 35px;
    font-size: 15px;
  }
}

.categories__item-btn {
  z-index: 1;
  max-width: max-content;
  margin-top: auto;
  position: relative;
  width: 50px;
  height: 50px;
}

.categories__item-btn svg {
  width: 100%;
  height: 100%;
}

.categories__item-btn circle, .categories__item-btn path {
  transition: all .3s;
}

.categories__content-item:hover:not(.categories__content-last .categories__item-btn) circle {
  fill: #24a591;
}

.categories__content-item:hover:not(.categories__content-last .categories__item-btn) path {
  stroke: #fff;
}

@media (width <=700px) {
  .categories__item-btn {
    width: 57px;
    height: 57px;
  }
}

.categories__content-last {
  background: linear-gradient(#2fc9b1 0%, #24a591 100%);
  border-radius: 20px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.categories__content-last img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (width <=700px) {
  .categories__content-last img {
    width: 100%;
    font-size: 15px;
    right: -50px;
  }

  .categories__content-last {
    font-size: 15px;
  }
}

.categories__last-title {
  color: #fff;
  font-family: Euclid-Circular, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

@media (width <=700px) {
  .categories__last-title {
    font-size: 15px;
  }
}

.main-catalog__content {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}

@media (width <=1000px) {
  .main-catalog__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.main-catalog__content-item {
  background: #fff;
  border-radius: 20px;
  padding-top: 10px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (width <=700px) {
  .main-catalog__content-item {
    padding-top: 7px;
  }
}

.main-catalog__img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: 200px;
  margin-bottom: 20px;
  padding: 0 15px;
}

@media (width <=1000px) {
  .main-catalog__img {
    max-width: none;
  }
}

@media (width <=700px) {
  .main-catalog__img {
    margin-bottom: 6px;
    padding: 0 7px;
  }
}

.main-catalog__item-title {
  color: #000;
  margin-bottom: 10px;
  padding: 0 15px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

@media (width <=700px) {
  .main-catalog__item-title {
    padding: 0 7px;
    font-size: 14px;
  }
}

.main-catalog__item-text {
  color: #bfbfbf;
  margin-bottom: 20px;
  padding: 0 15px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

@media (width <=700px) {
  .main-catalog__item-text {
    padding: 0 7px;
    font-size: 13px;
  }
}

.main-catalog__item-prices {
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 0 15px;
  display: flex;
  margin-top: auto;

}

@media (width <=700px) {
  .main-catalog__item-prices {
    flex-direction: column;
    align-items: start;
    gap: 3px;
    margin-bottom: 10px;
    padding: 0 7px;
  }
}

.main-catalog__price-new {
  color: #000;
  white-space: nowrap;
  font-family: Euclid-Circular, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

@media (width <=700px) {
  .main-catalog__price-new {
    font-size: 16px;
  }
}

.main-catalog__price-old {
  color: #797979;
  white-space: nowrap;
  font-family: Euclid-Circular, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}

@media (width <=700px) {
  .main-catalog__price-old {
    font-size: 13px;
  }
}

.main-catalog__item-btns {
  align-items: center;
  display: flex;
}

.main-catalog__item-cart {
  color: #fff;
  background: #24a591;
  border-radius: 0 0 0 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 28px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 157%;
  display: flex;
}

@media (width <=1200px) {
  .main-catalog__item-cart {
    font-size: 0;
  }

  .main-catalog__item-cart:before {
    content: "";
    background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"18\" viewBox=\"0 0 19 18\" fill=\"none\"><path d=\"M14.1845 13.4444C13.1838 13.4444 12.3725 14.2404 12.3725 15.2222C12.3725 16.2041 13.1838 17 14.1845 17C15.1853 17 15.9966 16.2041 15.9966 15.2222C15.9966 14.2404 15.1853 13.4444 14.1845 13.4444ZM14.1845 13.4444H7.20256C6.78482 13.4444 6.57557 13.4444 6.40358 13.3715C6.25186 13.3072 6.12024 13.2037 6.02434 13.0716C5.91685 12.9236 5.87362 12.7256 5.78805 12.3338L3.55805 2.12413C3.47049 1.72323 3.42612 1.523 3.31739 1.37326C3.22149 1.2412 3.08989 1.13726 2.93817 1.07293C2.76615 1 2.55806 1 2.14015 1H1.5M4.21812 3.66667H15.8818C16.5357 3.66667 16.8624 3.66667 17.0818 3.80032C17.2741 3.91739 17.4149 4.10099 17.4762 4.31467C17.5463 4.55861 17.4563 4.86663 17.275 5.48307L16.0205 9.74974C15.9121 10.1183 15.8579 10.3023 15.748 10.439C15.6509 10.5597 15.523 10.6542 15.3778 10.7122C15.2139 10.7778 15.0191 10.7778 14.6304 10.7778H5.78599M6.03019 17C5.02941 17 4.21812 16.2041 4.21812 15.2222C4.21812 14.2404 5.02941 13.4444 6.03019 13.4444C7.03098 13.4444 7.84227 14.2404 7.84227 15.2222C7.84227 16.2041 7.03098 17 6.03019 17Z\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") center / contain no-repeat;
    width: 25px;
    height: 25px;
    display: block;
  }
}

@media (width <=1200px) and (width <=700px) {
  .main-catalog__item-cart:before {
    width: 16px;
    height: 16px;
  }
}

@media (width <=700px) {
  .main-catalog__item-cart {
    padding: 20px;
  }
}

.main-catalog__btn-one {
  color: #000;
  white-space: nowrap;
  background: #f9fbfc;
  border-radius: 0 0 15px;
  width: 100%;
  padding: 28px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 157%;
}

@media (width <=700px) {
  .main-catalog__btn-one {
    padding: 20px 15px;
    font-size: 11px;
  }
}

.main-catalog__wish-btn {
  position: absolute;
  top: 25px;
  right: 25px;
}

.why__cards {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
  display: grid;
}

@media (width <=1000px) {
  .why__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.why__cards-item {
  background: #fff;
  border-radius: 25px;
  flex-direction: column;
  gap: 25px;
  padding: 25px;
  display: flex;
}

.why__cards-item img {
  width: 30px;
  height: 30px;
}

@media (width <=1000px) {
  .why__cards-item img {
    width: 25px;
    height: 25px;
  }
}

.why__cards-item p {
  color: #797979;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 147%;
  margin-top: auto;
}

@media (width <=700px) {
  .why__cards-item p {
    font-size: 12px;
  }
}

@media (width <=1000px) {
  .why__cards-item {
    border-radius: 15px;
    gap: 20px;
    padding: 10px;
  }
}

.why__item-title {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

@media (width <=700px) {
  .why__item-title {
    font-size: 16px;
  }
}

.why__swiper-slide {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.why__swiper-slide:before {
  content: "";
  background: linear-gradient(90deg, #2fc9b1f2 31.9%, #2fc9b200 88.55%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

@media (width <=1000px) {
  .why__swiper-slide:before {
    background: linear-gradient(0deg, #2fc9b1f2 31.9%, #2fc9b200 88.55%);
  }
}

.why__swiper-slide img {
  object-fit: cover;
  width: 100%;
  min-height: 260px;
}

@media (width <=700px) {
  .why__swiper-slide img {
    min-height: 400px;
  }
}

.why__slide-content {
  z-index: 1;
  width: calc(100% - 70px);
  max-width: 480px;
  position: absolute;
  top: 32px;
  left: 35px;
}

.why__slide-content p {
  color: #fff;
  margin-bottom: 20px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 137%;
}

@media (width <=700px) {
  .why__slide-content p {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

.why__slide-content .btn {
  padding: 30px;
  display: inline-block;

}

@media (width <=700px) {
  .why__slide-content {
    width: calc(100% - 30px);
    top: auto;
    bottom: 40px;
    left: 15px;
  }
}

.why__slide-title {
  color: #fff;
  margin-bottom: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

@media (width <=700px) {
  .why__slide-title {
    font-size: 25px;
  }
}

.why__swiper-pagination {
  z-index: 1;
  justify-content: center;
  gap: 5px;
  display: flex;
  position: absolute;
  bottom: 15px !important;
}

.why__swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  position: relative;
}

.why__swiper-pagination .swiper-pagination-bullet-active:before {
  content: "";
  border: 1px solid #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
}

.works__cards {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}

@media (width <=1000px) {
  .works__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.works__cards-item {
  background: #fff;
  border-radius: 25px;
  padding: 25px;
}

.works__cards-item:first-child .works__item-num {
  color: #24a591;
}

@media (width >=1000px) {
  .works__cards-item:nth-child(3) .works__item-num {
    color: #24a591;
  }
}

@media (width <=1000px) {
  .works__cards-item:nth-child(4) .works__item-num {
    color: #24a591;
  }
}

.works__cards-item p {
  color: #797979;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 147%;
}

@media (width <=700px) {
  .works__cards-item p {
    font-size: 12px;
  }

  .works__cards-item {
    border-radius: 15px;
    padding: 10px;
  }
}

.works__item-num {
  color: #f4f4f4;
  margin-bottom: 35px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

@media (width <=700px) {
  .works__item-num {
    margin-bottom: 15px;
    font-size: 30px;
  }
}

.works__item-title {
  color: #000;
  margin-bottom: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media (width <=700px) {
  .works__item-title {
    margin-bottom: 15px;
    font-size: 15px;
  }
}

.works__video {
  margin-top: 35px;
}

.works__video video {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  max-width: 1300px;
  height: auto;
  max-height: 350px;
}

@media (width <=1000px) {
  .works__video video {
    min-height: 300px;
  }
}

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

.contacts__content-wrapper {
  gap: 10px;
  display: flex;
}

@media (width <=1000px) {
  .contacts__content-wrapper {
    flex-direction: column;
  }
}

.contacts__content {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 560px;
  display: flex;
}

@media (width <=1000px) {
  .contacts__content {
    max-width: none;
  }
}

.contacts__content-item {
  background: #fff;
  border-radius: 20px;
  align-items: center;
  gap: 30px;
  padding: 25px 30px;
  display: flex;
}

.contacts__content-item svg {
  flex-shrink: 0;
}

@media (width <=1000px) {
  .contacts__content-item svg {
    width: 26px;
    height: 26px;
  }

  .contacts__content-item {
    padding: 15px;
  }
}

.contacts__item-descr {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.contacts__item-descr a, .contacts__item-descr span {
  color: #0e131a;
  font-family: Euclid-Circular, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

@media (width <=700px) {
  .contacts__item-descr a, .contacts__item-descr span {
    font-size: 15px;
  }

  .contacts__item-descr {
    gap: 5px;
  }
}

.contacts__descr-title {
  color: #848b8c;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=700px) {
  .contacts__descr-title {
    font-size: 12px;
  }
}

.contacts__content-last {
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  gap: 10px;
  padding: 25px 30px;
  display: flex;
}

@media (width <=1000px) {
  .contacts__content-last {
    padding: 15px;
  }
}

.contacts__last-title {
  color: #848b8c;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=1000px) {
  .contacts__last-title {
    font-size: 12px;
  }
}

.contacts__last-btns {
  align-items: center;
  gap: 5px;
  display: flex;
}

@media (width <=1000px) {
  .contacts__last-btns svg {
    width: 40px;
    height: 40px;
  }
}

.contacts__form {
  background: #24a591;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contacts__form img {
  position: absolute;
  top: 0;
  right: 0;
}

.contacts__form br {
  display: none;
}

.contacts__form .label-row p {
  gap: 15px;
  margin-bottom: 35px;
  display: flex;
}

@media (width <=700px) {
  .contacts__form .label-row p {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}

.contacts__form label:not(.custom-checkbox) {
  color: #fff;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.contacts__form input:not(.custom-checkbox input) {
  color: #fff;
  background: #ffffff26;
  border-radius: 15px;
  width: 100%;
  padding: 30px;
  font-size: 17px;
  font-weight: 400;
}

@media (width <=700px) {
  .contacts__form input:not(.custom-checkbox input) {
    padding: 20px;
    font-size: 14px;
  }
}

.contacts__form .btn {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding: 30px;
}

.contacts__form .custom-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: row !important;
}

.contacts__form .custom-checkbox {
  color: #fff;
  cursor: pointer;
  flex-direction: row;
  font-family: Euclid-Circular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  line-height: 120%;
}

.contacts__form .custom-checkbox .rights_download {
  text-decoration-skip-ink: none;
  text-decoration: underline;
}

.contacts__form .custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 4px;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.contacts__form .custom-checkbox input:checked:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'><path stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/></svg>") center / contain no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <=700px) {
  .contacts__form {
    border-radius: 15px;
    padding: 15px;
  }
}

.contacts__form-title {
  color: #fff;
  max-width: 321px;
  margin-bottom: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

@media (width <=700px) {
  .contacts__form-title {
    font-size: 20px;
  }
}

.contacts__form-text {
  color: #fff;
  max-width: 295px;
  margin-bottom: 35px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
}

@media (width <=700px) {
  .contacts__form-text {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.catalog-page__content-wrapper {
  gap: 25px;
  display: flex;
}

.catalog-page__aside {
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 305px;
  max-height: max-content;
  padding: 20px;
  display: flex;
}

@media (width <=1150px) {
  .catalog-page__aside {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    max-width: none;
    height: 100vh;
    max-height: none;
    padding-top: 100px;
    transition: all .3s;
    position: fixed;
    top: 30px;
    left: 0;
  }

  .catalog-page__aside--active {
    opacity: 1;
    visibility: visible;
  }
}

.catalog-page__aside-head {
  display: none;
}

@media (width <=1150px) {
  .catalog-page__aside-head {
    border-bottom: 1px solid #d9d9d9;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    display: flex;
  }
}

.catalog-page__head-title {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.catalog-page__item-scroll.js__acc-item--active .js__acc-body {
  max-height: 400px;
  margin-bottom: 25px;
  overflow-y: auto;
}

.js__acc-item {
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  margin-bottom: 25px;
}

.js__acc-item--active .js__acc-body {
  max-height: 500px;
}

.js__acc-item--active .js__acc-head svg {
  transform: rotate(180deg);
}

.js__acc-head {
  color: #000;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.js__acc-head svg {
  transition: all .3s;
}

.js__acc-body {
  flex-direction: column;
  align-items: start;
  max-height: 0;
  margin-top: 25px;
  transition: all .3s;
  display: flex;
}

.catalog-aside__btn {
  color: #848b8c;
  border-radius: 10px;
  gap: 10px;
  width: 100%;
  padding: 17px 15px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 147%;
  display: flex;
  text-align: start;
}

.catalog-aside__btn--active {
  color: #121212;
  background: #f9f9f9;
}

.catalog-aside__btn-count {
  color: #848b8c;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.catalog-page__item-acc .js__acc-body {
  gap: 15px;
}

.catalog-page__item-acc .custom-checkbox {
  color: #000;
  cursor: pointer;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 147%;
  display: flex;
}

.catalog-page__item-acc .custom-checkbox span {
  margin-left: auto;
}

.catalog-page__item-acc .custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.catalog-page__item-acc .custom-checkbox input:checked:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'><path stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/></svg>") center / contain no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.catalog-page__aside-btns {
  align-items: center;
  gap: 5px;
  display: flex;
}

.catalog-page__aside-btns .btn {
  width: 100%;
}

.catalog-page__content {
  flex-direction: column;
  align-items: center;
  gap: 50px;
  display: flex;
}

.catalog-page__content-items {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}


@media (max-width: 1000px) {}


@media (width <=700px) {
  .catalog-page__content-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.catalog-page__content-pagination {
  align-items: center;
  gap: 5px;
  display: flex;
}

.catalog-page__pagination-prev {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  display: flex;
}

@media (width <=600px) {
  .catalog-page__pagination-prev {
    width: 40px;
    height: 40px;
  }
}

.catalog-page__pagination-next {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  display: flex;
}

@media (width <=600px) {
  .catalog-page__pagination-next {
    width: 40px;
    height: 40px;
  }
}

.catalog-page__pagination-btn {
  color: #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.catalog-page__pagination-btn--active {
  background: #fff;
}

@media (width <=600px) {
  .catalog-page__pagination-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.catalog-page__head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (width <=1000px) {
  .catalog-page__head {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 25px;
  }
}

.catalog-page__btns-wrapper {
  align-items: center;
  display: flex;
}

.catalog-page-filter-btn {
  color: #000;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: none;
}

.catalog-page-filter-btn {
  display: flex;
}

.catalog-page__dropdown {
  padding: 13px 20px;
  position: relative;
  cursor: pointer;
}

.catalog-page__dropdown .js__dropdown-btn {
  color: #121212;
  align-items: center;
  gap: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.catalog-page__dropdown .js__dropdown-btn svg {
  transition: all .3s;
}

.catalog-page__dropdown .js__dropdown-btn--active svg {
  transform: rotate(180deg);
}

.catalog-page__dropdown .js__dropdown-list {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  transition: all .3s;
  position: absolute;
  top: 35px;
  left: 11px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: nowrap;
}

.catalog-page__dropdown .js__dropdown-list--active {
  opacity: 1;
  visibility: visible;
}

.quiz .container {
  gap: 25px;
  display: flex;
}

@media (width <=1000px) {
  .quiz .section-title {
    font-size: 20px;
  }
}

.quiz__cotnent {
  width: 100%;
  max-height: max-content;
}

.quiz__cotnent-card {
  background: #fff;
  border-radius: 25px;
  margin-bottom: 10px;
  padding: 35px;
}

.quiz__cotnent-card p {
  color: #797979;
  align-items: center;
  gap: 15px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
  display: flex;
}

@media (width <=700px) {
  .quiz__cotnent-card p {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    font-size: 12px;
  }
}

.quiz__cotnent-card svg {
  flex-shrink: 0;
}

@media (width <=700px) {
  .quiz__cotnent-card {
    padding: 15px;
  }
}

.quiz__quiz-step {
  background: #fff;
  border-radius: 25px;
  padding: 35px;
}

@media (width <=700px) {
  .quiz__quiz-step {
    padding: 15px;
  }
}

.quiz__step-head {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  display: flex;
}

@media (width <=700px) {
  .quiz__step-head {
    margin-bottom: 15px;
  }
}

.quiz__step-title {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

@media (width <=700px) {
  .quiz__step-title {
    font-size: 16px;
  }
}

.quiz__step-nums {
  align-items: center;
  gap: 10px;
  display: flex;
}

.quiz__step-nums span {
  text-transform: capitalize;
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.quiz__step-nums div {
  text-transform: capitalize;
  color: #848b8c;
  font-family: Euclid-Circular, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.quiz__step-content {
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
  display: flex;
}

.quiz__step-content .custom-checkbox {
  color: #000;
  cursor: pointer;
  align-items: center;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

@media (width <=700px) {
  .quiz__step-content .custom-checkbox {
    font-size: 12px;
  }
}

.quiz__step-content .custom-checkbox input {
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  position: relative;
}

.quiz__step-content .custom-checkbox input:checked:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'><path stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/></svg>") center / contain no-repeat;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quiz__step-content input[type="text"] {
  color: #000;
  background: #f9f9f9;
  border-radius: 15px;
  width: 100%;
  padding: 30px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
}

.quiz__step-content input[type="text"]::placeholder {
  color: #a8a8a8;
}

.quiz__step-input-last {
  position: relative;
}

.quiz__step-input-last img {
  position: absolute;
  top: 25px;
  left: 25px;
}

.quiz__step-input-last input[type="text"] {
  padding: 30px 30px 30px 70px;
}

.quiz__step-btns {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.quiz__img {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: auto;
  max-height: 585px;
}

@media (width <=1050px) {
  .quiz__img {
    max-width: 300px;
  }
}

@media (width <=700px) {
  .quiz__img {
    display: none;
  }
}

.single-product {
  margin-bottom: 25px;
}

.single-product__content-wrapper {
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (width <=900px) {
  .single-product__content-wrapper {
    flex-direction: column;
    align-items: start;
  }
}

.single-product__img {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  max-width: 636px;
  height: auto;
  max-height: 540px;
}

@media (width <=1100px) {
  .single-product__img {
    max-width: 400px;
  }
}

@media (width <=900px) {
  .single-product__img {
    max-width: none;
  }
}

.single-product__content {
  flex-direction: column;
  gap: 25px;
  width: 100%;
  display: flex;
}

@media (width <=900px) {
  .single-product__content {
    gap: 20px;
  }
}

.single-product__content-title {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

@media (width <=900px) {
  .single-product__content-title {
    font-size: 18px;
  }
}

.single-product__content-nal {
  color: #33b74b;
  align-items: center;
  gap: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

@media (width <=900px) {
  .single-product__content-nal {
    font-size: 12px;
  }
}

.single-product__content-price {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.single-product__price-new {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

@media (width <=900px) {
  .single-product__price-new {
    font-size: 20px;
  }
}

.single-product__price-old {
  color: #797979;
  font-family: Euclid-Circular, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}

@media (width <=900px) {
  .single-product__price-old {
    font-size: 13px;
  }
}

.single-product__content-volume {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.single-product__content-volume span {
  color: #121212;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=900px) {
  .single-product__content-volume span {
    font-size: 12px;
  }
}

.single-product__volume-btn {
  color: #121212;
  border-radius: 5px;
  padding: 15px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.single-product__volume-btn--active {
  background: #f2f2f2;
}

.single-product__content-count {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.single-product__content-count span {
  color: #121212;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.single-product__count-btns {
  align-items: center;
  gap: 5px;
  display: flex;
}

.single-product__count-btns div {
  color: #000;
  background: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  padding: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

@media (width <=1000px) {
  .single-product__count-btns div {
    width: 50px;
    height: 50px;
  }
}

.single-product__count-btns button {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.single-product__content-btns {
  align-items: center;
  gap: 15px;
  width: 100%;
  display: flex;
}

.single-product__content-btns .btn {
  width: 100%;
  max-width: 200px;
  display: block;
}

.single-descr__head {
  border-bottom: 1px solid #e0e0e0;
  gap: 10px;
  display: flex;
}

.single-descr__head-btn {
  color: #848b8c;
  padding: 16px 20px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=700px) {
  .single-descr__head-btn {
    padding: 10px 0;
    font-size: 13px;
  }
}

.single-descr__head-btn--active {
  color: #121212;
  border-bottom: 2px solid #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=700px) {
  .single-descr__head-btn--active {
    font-size: 13px;
  }
}

.single-descr__cotnent {
  width: 100%;
  padding-top: 50px;
}

.single-descr__cotnent ul {
  white-space: nowrap;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  display: flex;
}

.single-descr__cotnent span {
  border: 1px dashed #939090;
  width: 100%;
}

.single-descr__cotnent li {
  align-items: end;
  width: 100%;
  display: flex;
}

.single-descr__cotnent p {
  color: #797979;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 147%;
}

@media (width <=700px) {
  .single-descr__cotnent p {
    font-size: 13px;
  }

  .single-descr__cotnent {
    padding-top: 20px;
  }
}

.single-descr__content-item {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.single-descr__content-item .btn {
  max-width: max-content;
  display: block;
}

.single-descr__list-title {
  color: #848b8c;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=700px) {
  .single-descr__list-title {
    font-size: 13px;
  }
}

.single-descr__list-text {
  color: #121212;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=700px) {
  .single-descr__list-text {
    font-size: 13px;
  }

  .similar .container {
    padding-right: 0;
  }
}

.similar__head {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  display: flex;
}

.similar__head .section-title {
  margin: 0;
}

.similar__btns {
  align-items: center;
  gap: 15px;
  display: flex;
}

@media (width <=700px) {
  .similar__btns {
    display: none;
  }
}

.similar__swiper-wrapper-prev {
  width: 60px;
  height: 60px;
  margin: 0;
  position: static;
}

.similar__swiper-wrapper-prev svg {
  flex-shrink: 0;
}

.similar__swiper-wrapper-prev:after {
  display: none;
}

.similar__swiper-wrapper-next {
  width: 60px;
  height: 60px;
  margin: 0;
  position: static;
}

.similar__swiper-wrapper-next svg {
  flex-shrink: 0;
}

.similar__swiper-wrapper-next:after {
  display: none;
}

.wish__content {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}

@media (width <=1000px) {
  .wish__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.cart-page__content-wrapper {
  gap: 24px;
  display: flex;
}

@media (width <=1150px) {
  .cart-page__content-wrapper {
    flex-direction: column;
  }
}

.cart-page__content {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 850px;
  display: flex;
}

@media (width <=1150px) {
  .cart-page__content {
    max-width: none;
  }
}

.cart-page__content-item {
  background: #fff;
  border-radius: 20px;
  align-items: center;
  gap: 50px;
  width: 100%;
  padding: 22px 33px 22px 17px;
  display: flex;
}

.cart-page__content-item img {
  width: 100%;
  max-width: 120px;
  height: auto;
  max-height: 80px;
}

@media (width <=700px) {
  .cart-page__content-item img {
    max-width: 78px;
    max-height: 50px;
  }

  .cart-page__content-item {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.cart-page__item-descr {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.cart-page__descr-title {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media (width <=700px) {
  .cart-page__descr-title {
    font-size: 14px;
  }
}

.cart-page__descr-text {
  color: #bfbfbf;
  font-family: Euclid-Circular, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

@media (width <=700px) {
  .cart-page__descr-text {
    font-size: 13px;
  }
}

.cart-page__item-count {
  align-items: center;
  gap: 10px;
  display: flex;
  margin-left: auto;
}

.cart-page__count-minus {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.cart-page__count-num {
  color: #000;
  background: #f9fbfc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  padding: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

@media (width <=700px) {
  .cart-page__count-num {
    width: 40px;
    height: 40px;
  }
}

.cart-page__count-plus {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.cart-page__item-price {
  align-items: end;
  gap: 10px;
  display: flex;
  margin-left: auto;
}

.cart-page__price-new {
  color: #000;
  white-space: nowrap;
  font-family: Euclid-Circular, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

@media (width <=700px) {
  .cart-page__price-new {
    font-size: 20px;
  }
}

.cart-page__price-old {
  color: #797979;
  white-space: nowrap;
  font-family: Euclid-Circular, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}

@media (width <=700px) {
  .cart-page__price-old {
    font-size: 13px;
  }
}

.cart-page__aside {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 415px;
  padding: 30px 22px;
  display: flex;
}

@media (width <=1150px) {
  .cart-page__aside {
    max-width: none;
  }
}

@media (width <=700px) {
  .cart-page__aside {
    gap: 15px;
    padding: 15px;
  }
}

.cart-page__aside-title {
  color: #000;
  margin-bottom: 25px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

@media (width <=700px) {
  .cart-page__aside-title {
    margin-bottom: 0;
    font-size: 18px;
  }
}

.cart-page__aside-total {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

@media (width <=700px) {
  .cart-page__aside-total {
    gap: 5px;
  }
}

.cart-page__aside .btn {
  text-align: center;
}

.cart-page__total-title {
  text-transform: capitalize;
  color: #939090;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=700px) {
  .cart-page__total-title {
    font-size: 14px;
  }
}

.cart-page__total-price {
  color: #000;
  white-space: nowrap;
  font-family: Euclid-Circular, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

@media (width <=700px) {
  .cart-page__total-price {
    font-size: 22px;
  }
}

.calc__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

@media (width <=900px) {
  .calc__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.calc__content-item {
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 205px;
  padding: 20px;
  display: flex;
}

@media (width <=700px) {
  .calc__content-item {
    min-height: 145px;
  }
}

.calc__item-head {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

@media (width <=700px) {
  .calc__item-head svg {
    width: 28px;
    height: 28px;
  }
}

.calc__head-text {
  color: #797979;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=700px) {
  .calc__head-text {
    font-size: 13px;
  }
}

.calc__item-row {
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  display: flex;
}

.calc__row-text {
  color: #24a591;
  font-family: Euclid-Circular, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

@media (width <=700px) {
  .calc__row-text {
    font-size: 18px;
  }
}

.calc__row-btn svg {
  width: 100%;
  height: 100%;
}

.calc__row-btn circle, .calc__row-btn path {
  transition: all .3s;
}

.calc__row-btn:hover:not(.categories__content-last .categories__item-btn) circle {
  fill: #24a591;
}

.calc__row-btn:hover:not(.categories__content-last .categories__item-btn) path {
  stroke: #fff;
}

@media (width <=700px) {
  .calc__row-btn {
    width: 64px;
    height: 64px;
  }
}

.delivery p {
  color: #797979;
  margin-bottom: 10px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
}

.delivery p:nth-last-child(3) {
  margin-bottom: 50px;
}

@media (width <=700px) {
  .delivery p:nth-last-child(3) {
    margin-bottom: 25px;
  }

  .delivery p {
    font-size: 13px;
  }
}

.delivery__content {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 50px;
  display: grid;
}

@media (width <=1000px) {
  .delivery__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.delivery__content-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.delivery__content-item img {
  width: 100%;
  height: auto;
  margin-top: auto;
}

.delivery__item-head {
  align-items: center;
  gap: 5px;
  padding: 15px 15px 30px;
  display: flex;
}

@media (width <=700px) {
  .delivery__item-head {
    flex-direction: column;
    align-items: start;
    gap: 15px;
    padding: 10px;
  }
}

.delivery__head-descr {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.delivery__descr-title {
  color: #fff;
  background: #24a591;
  border-radius: 25px;
  max-width: max-content;
  padding: 13px 20px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
}

@media (width <=700px) {
  .delivery__descr-title {
    padding: 5px 15px;
    font-size: 12px;
  }
}

.delivery__descr-text {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

@media (width <=700px) {
  .delivery__descr-text {
    font-size: 14px;
  }
}

.delivery__head-btn svg {
  width: 100%;
  height: 100%;
}

.delivery__head-btn circle, .delivery__head-btn path {
  transition: all .3s;
}

.delivery__head-btn:hover:not(.categories__content-last .categories__item-btn) circle {
  fill: #24a591;
}

.delivery__head-btn:hover:not(.categories__content-last .categories__item-btn) path {
  stroke: #fff;
}

@media (width <=700px) {
  .delivery__head-btn {
    width: 55px;
    height: 55px;
  }
}

.delivery__row {
  background: #fff;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px;
  display: flex;
}

@media (width <=700px) {
  .delivery__row {
    flex-direction: column;
    padding: 15px;
  }
}

.delivery__row-descr {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.delivery__row-descr p {
  color: #797979;
  font-family: Euclid-Circular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
}

@media (width <=700px) {
  .delivery__row-descr p {
    font-size: 13px;
  }
}

.delivery__row-title {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 33px;
  font-weight: 500;
}

@media (width <=700px) {
  .delivery__row-title {
    font-size: 22px;
  }
}

@media (width <=1000px) {
  .delivery__row-img {
    background: #f9f9f9;
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }
}

.quiz__overlay {
  z-index: 40;
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  background: #00000079;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: fixed;
}

.quiz__overlay--active {
  opacity: 1;
  visibility: visible;
}

.quiz__overlay-content {
  background: #fff;
  border-radius: 25px;
  width: 100%;
  max-width: 800px;
  padding-top: 30px;
  position: relative;
}

.quiz__overlay-content .quiz__step-title {
  font-size: 30px;
}

.quiz__overlay-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1330px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

html, body {
  background: #fbfbfb;
  font-family: Euclid-Circular, sans-serif;
}

main {
  padding-top: 150px;
}

@media (width <=1000px) {
  main {
    padding-top: 60px;
  }
}

.btn {
  color: #fff;
  background: #24a591;
  border-radius: 15px;
  padding: 35px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 147%;
}

.btn--white {
  color: #000;
  background: #fff;
}

.btn--gray {
  color: #121212;
  background: #f9f9f9;
}

.btn--mini {
  padding: 23px 29px;
}

@media (width <=700px) {
  .btn {
    text-align: center;
    width: 100%;
    max-width: none;
    padding: 25px;
    font-size: 12px;
  }
}

.section {
  padding-bottom: 100px;
}

@media (width <=700px) {
  .section {
    padding-bottom: 50px;
  }
}

.section-title {
  color: #000;
  margin-bottom: 30px;
  font-family: Euclid-Circular, sans-serif;
  font-size: 33px;
  font-weight: 500;
}

@media (width <=700px) {
  .section-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.page-breads {
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  display: flex;
}

.page-breads a {
  color: #bfbfbf;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=700px) {
  .page-breads a {
    font-size: 12px;
  }
}

.page-breads span {
  color: #000;
  font-family: Euclid-Circular, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media (width <=700px) {
  .page-breads span {
    font-size: 12px;
  }
}

@media (width <=700px) {
  .page-breads {
    margin-bottom: 15px;
  }
}

.main-page {
  padding-top: 200px;
}

@media (width <=1000px) {
  .main-page {
    padding-top: 110px;
  }
}

.js-burger__btn-open {
  margin-top: 3px;
  margin-left: 15px;
  display: none;
}

@media (width <=1000px) {
  .js-burger__btn-open {
    display: block;
  }
}


.added_to_cart.wc-forward {
  display: none !important;
}


.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler, html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
  max-width: 105px !important;
  width: 105px !important;
}

@media (max-width: 1000px) {
  .dgwt-wcas-search-wrapp {
    height: 55px;
    display: flex;
    border-radius: 10px;
    background-color: #FBFBFB;
  }

  .dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler, html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    max-width: 55px !important;

  }
}


/* Скрываем активную иконку по умолчанию */
.main-catalog__wish-btn .wish-icon--active {
  display: none;
}

.main-catalog__wish-btn.is-active .wish-icon--active {
  display: inline-block;
}

.main-catalog__wish-btn.is-active .wish-icon--inactive {
  display: none;
}

.wish-icon--active svg {
  stroke: red;
}

/* Немного стилей доступности/курсор */
.main-catalog__wish-btn {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

.main-catalog__wish-btn[disabled] {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}

.dgwt-wcas-search-submit {
  display: none !important;
}

.main-catalog__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-top: auto;

  margin-bottom: 10px;
  padding: 0 15px;
}

.main-catalog__price-tite {
  font-weight: 400;
  font-size: 15px;
  color: #797979;
}

.main-catalog__price-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}


.main-catalog__price-first {
  font-weight: 400;
  font-size: 17px;
  color: #000;
}
.main-catalog__price-first {
  display: none;
}
.main-catalog__price-first.main-catalog__price-first--active {
  display: block;
}
.main-catalog__price-second {
  font-weight: 400;
  font-size: 17px;
  color: #000;
}

.main-catalog__price-second span {
  color: #24A591;
}

.main-catalog__price-first span {
  color: #24A591;
}

.main-catalog__count {
  margin-bottom: 10px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

}

.main-catalog__count-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-catalog__count-title {
  font-weight: 400;
  font-size: 15px;
  color: #797979;
}

.main-catalog__count-btns {
  display: flex;
  align-items: center;
  gap: 2px;
}

.main-catalog__count-minus {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.main-catalog__count-num {
    font-weight: 500;
    font-size: 18px;
    width: 41px;
    height: 23px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.main-catalog__count-plus {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.main-catalog__count-unit {
  display: flex;
  flex-direction: column;

}

.main-catalog__unit-btn {
  font-weight: 400;
  font-size: 15px;
  padding: 9px;
  color: #121212;
  max-width: max-content;
}

.main-catalog__unit-btn--active {
  border-radius: 5px;
  color: #fff;
  background-color: #24A591;
}

.single-product__content-volume .main-catalog__count-unit {
  flex-direction: row;
}

.single-product__content {
  background: transparent;
}

@media (max-width: 700px) {
	.main-catalog__count-num{
		margin-left: 5px;   
		width: 48px;
    height: 32px;
		font-size: 13px;
		padding: 5px;
	}
	
  .main-catalog__price-tite, .main-catalog__count-title {
    white-space: nowrap;
    font-size: 12px;
  }

  .main-catalog__price-first {
    font-size: 13px;
  }

  .main-catalog__price-row {
    flex-direction: column;
    align-items: start;
    padding: 0 7px;
  }

  .main-catalog__count-row {
    flex-direction: column;
  }

  .main-catalog__unit-btn{
    padding: 5px;
    font-size: 12px;
  }

  .main-catalog__count-row{
    align-items: start;
  }

  .main-catalog__count{
  gap:5px;
}
}

.single-product__cart-btn::before{
display: none;
}

