* {
  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;
}

.header {
  z-index: 20;
  width: 100%;
  position: fixed;
  top: 15px;
}

.header .container {
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

@media (width <=1400px) {
  .header .container {
    margin: 0 15px;
  }
}

@media (width <=600px) {
  .header__logo img {
    width: 150px;
    height: auto;
  }
}

.header__nav ul:not(.js__dropdown-list) {
  color: #2c2d2e;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

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

.dropdown-wrapper {
  position: relative;
}

.js__dropdown-btn {
  align-items: center;
  gap: 5px;
  display: flex;
}

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

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

.js__dropdown-list {
  opacity: 0;
  visibility: hidden;
  z-index: 30;
  width: 100vw;
  max-width: max-content;
  padding: 20px;
  transition: all .3s;
  top: 53px;
  left: -20px;
  position: absolute !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.header__contacts {
  gap: 20px;
  display: flex;
}

@media (width <=950px) {
  .header__contacts {
    display: none;
  }
}

.header__contacts-phone {
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 10px;
  display: flex;
}

.header__contacts-phone a {
  text-align: right;
  color: #2c2d2e;
  font-size: 20px;
  font-weight: 400;
}

.header__adress {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 10px;
  justify-content: center;
}

/* .header__contacts-phone a:last-child, .header__contacts-phone a:nth-last-child(2){
	font-size: 14px;
}
 */
.header__contacts-phone span {
  gap: 10px;
  display: flex;
}

.header__contacts-col {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.js-burger__btn-open {
  display: none;
}

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

.footer {
  padding: 20px 0;
}

.footer__content {
  color: #fff;
  background: #2c2d2e;
  border-radius: 10px;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.footer__logo-col {
  flex-direction: column;
  display: flex;
}

.footer__rights {
  color: #7a7a7a;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.footer__rights a:last-child {
  color: transparent;
}

.footer__nav {
  width: 100%;
  max-width: 745px;
}

.footer__nav-col {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__nav ul {
  grid-template-columns: 1fr 1fr 130px;
  justify-content: space-between;
  gap: 20px;
  display: grid;
}

.footer__contacts {
  text-decoration-skip-ink: none;
  color: #fff;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
}

.footer__contacts-row {
  gap: 20px;
  display: flex;
}

.footer__content--mob {
  display: none;
}

@media (max-width: 900px) {
  .footer__content {
    display: none;
  }

  .footer__content--mob {
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: #2c2d2e;
    padding: 25px;
  }

  .footer__nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
  }

  .footer__nav .js-acc__head {
    font-size: 14px !important;
    color: #fff !important;
    gap: 10px !important;
  }

  .footer__nav .js-acc,
  .footer__nav .js-acc__head {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer__nav .js-acc__head {
    justify-content: center;
    font-weight: 400 !important;
  }

  .footer__nav .js-acc--active .js-acc__body {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }

  .footer__nav li {
    list-style: none !important;
    margin: 0 !important;
  }

  .footer__contacts,
  .footer__rights {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.burger {
  z-index: 50;
  background: #fff;
  width: 100vw;
  height: 100vh;
  padding: 25px 15px;
  transition: all .3s;
  position: fixed;
  top: -150%;
}

.burger--active {
  top: 0;
}

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

.burger__nav ul {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: flex;
  color: #2c2d2e !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.burger__nav li {
  margin: 0 !important;
  list-style: none !important;
}

.burger__nav .js-acc {
  padding: 0;
}

.burger__nav .js-acc--active .js-acc__body {
  margin: 20px 0 0;
}

.burger__nav .js-acc__head {
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  display: flex;
  color: #2c2d2e !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.burger__nav .js-acc__body {
  color: #2c2d2e !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.burger__contacts {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  display: flex;
}

.burger__contacts a,
.burger__contacts span {
  text-align: center;
}

.burger__contacts-phone {
  flex-direction: column;
  align-items: center;
  gap: 3px;
  display: flex;
}

.burger__contacts-phone a {
  color: #2c2d2e;
  font-size: 16px;
  font-weight: 400;
}

.burger__contacts-phone span {
  color: #7a7a7a;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.burger__contacts-row {
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}

.overlay {
  z-index: 50;
  backdrop-filter: blur(10px);
  opacity: 1;
  visibility: visible;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: all .3s;
  display: flex;
  position: fixed;
}

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

.overlay__content {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 750px;
  padding: 120px 40px 40px;
  position: relative;
  background-color: #fff;
}

@media(max-width: 600px) {
  .overlay__content {
    padding: 50px 10px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

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

@media(max-width: 600px) {
  .js-overlay__btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

.overlay__title {
  color: #2c2d2e;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}

@media(max-width: 600px) {
  .overlay__title {
    font-size: 25px;
  }
}

.overlay__text {
  color: #7a7a7a;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}

.main-section .container {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
  position: relative;
}

.main-section p {
  color: #7a7a7a;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}

@media (width <=700px) {
  .main-section p {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.main-section img {
  width: 100%;
  max-width: 450px;
  height: auto;
}

@media (width <=1000px) {
  .main-section img {
    width: 250px;
    position: absolute;
    right: -100px;
  }
}

@media (width <=600px) {
  .main-section img {
    width: 140px;
    bottom: 0;
    right: -60px;
  }
}

.main-section span {
  color: #2c2d2e;
  font-size: 16px;
  font-weight: 600;
}

@media (width <=1000px) {
  .main-section span {
    font-size: 14px;
  }
}

.main-section__content {
  flex-direction: column;
  display: flex;
}

.main-section__content .btn {
  margin-bottom: 20px;
}

@media (width <=700px) {
  .main-section__content .btn {
    margin-bottom: 15px;
  }
}

@media (width <=1000px) {
  .main-section__content {
    padding-right: 100px;
  }
}

@media (width <=600px) {
  .main-section__content {
    padding-right: 40px;
  }
}

.what .container {
  gap: 30px;
  display: flex;
  position: relative;
}

.what img {
  width: 100%;
  max-width: 450px;
  height: auto;
}

@media (width <=1000px) {
  .what img {
    z-index: 0;
    width: 250px;
    position: absolute;
    right: -100px;
  }
}

@media (width <=600px) {
  .what img {
    width: 140px;
    right: -60px;
  }
}

.what__content-wrapper {
  z-index: 1;
  position: relative;
}

.what__content-wrapper .section-title {
  max-width: 575px;
}

@media (width <=700px) {
  .what__content-wrapper .section-title {
    padding-right: 60px;
  }
}

.what__content-wrapper .section-text {
  margin-bottom: 40px;
}

@media (width <=1000px) {
  .what__content-wrapper .section-text {
    padding-right: 140px;
  }
}

@media (width <=700px) {
  .what__content-wrapper .section-text {
    margin-bottom: 20px;
    padding-right: 60px;
  }
}

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

@media (width <=600px) {
  .what__content {
    gap: 10px;
  }
}

.what__content-item {
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 20px;
  display: flex;
}

@media (width <=600px) {
  .what__content-item {
    padding: 10px;
  }
}

.what__item-num {
  color: #8f242f;
  font-size: 20px;
  font-weight: 700;
}

@media (width <=600px) {
  .what__item-num {
    font-size: 18px;
  }
}

.what__item-text {
  color: #2c2d2e;
  font-size: 16px;
  font-weight: 400;
}

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

.what__content-contacts {
  grid-column: 1 / -1;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  display: flex;
}

@media (width <=750px) {
  .what__content-contacts {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
    display: grid;
  }
}

.what__contacts-title {
  color: #2c2d2e;
  max-width: 300px;
  font-size: 20px;
  font-weight: 600;
}

@media (width <=750px) {
  .what__contacts-title {
    grid-column: 1 / -1;
    max-width: none;
    font-size: 18px;
  }
}

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

.what__contacts-descr a {
  color: #2c2d2e;
  font-size: 20px;
  font-weight: 600;
}

@media (width <=600px) {
  .what__contacts-descr a {
    white-space: nowrap;
    font-size: 18px;
  }
}

.what__contacts-descr span {
  text-align: right;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 5px;
}


.what__contacts-socials {
  gap: 50px;
  display: flex;
}

.what__contacts-socials svg {
  width: 100%;
  height: 100%;
}

.what__contacts-socials a {
  flex-shrink: 0;
}

@media (width <=600px) {
  .what__contacts-socials a {
    width: 30px;
    height: 30px;
    display: block;
  }

  .what__contacts-socials {
    gap: 20px;
    margin-left: auto;
  }
}

.trust {
  margin-bottom: 20px;
  padding-top: 100px;
}

.trust .section-title {
  max-width: 460px;
}

@media (width <=600px) {
  .trust {
    margin: 0;
    padding-top: 25px;
  }
}

.trust__content-wrapper {
  gap: 20px;
  display: flex;
}

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

.trust__content {
  width: 100%;
  max-width: 670px;
}

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

.trust__content-items {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

@media (width <=950px) {
  .trust__content-items {
    gap: 10px;
  }
}

.trust__content-item {
  align-items: center;
  gap: 20px;
  padding: 20px;
  display: flex;
  background: linear-gradient(#f5f5f5, #f5f5f5) padding-box padding-box, linear-gradient(90deg, #902631, #eedfe0) border-box !important;
}

@media (width <=600px) {
  .trust__content-item svg {
    width: 40px;
    height: 40px;
  }

  .trust__content-item {
    gap: 10px;
    padding: 10px;
  }
}

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

.trust__item-title {
  color: #2c2d2e;
  font-size: 20px;
  font-weight: 500;
}

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

.trust__item-text {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
}

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

.trust__video-wrapper {
  color: #2c2d2e;
  border-radius: 10px;
  width: 100%;
  max-width: 670px;
  padding: 40px 40px 20px;
  font-size: 20px;
  font-weight: 400;
  background: linear-gradient(#f5f5f5, #f5f5f5) padding-box padding-box, linear-gradient(90deg, #902631, #eedfe0) border-box !important;
}

.trust__video-wrapper span {
  color: #7a7a7a;
}

.trust__video-wrapper iframe,
.trust__video-wrapper img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
}

@media (width <=950px) {
  .trust__video-wrapper {
    gap: 10px;
    max-width: none;
    padding: 10px;
    font-size: 18px;
  }
}

.services .section-title {
  max-width: 460px;
}

.services .section-text {
  margin-bottom: 35px;
  max-width: 570px;
}

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

@media (width <=1000px) {
  .services__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.services__content-item {
  flex-direction: column;
  gap: 20px;
  height: 100%;
  min-height: 130px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#f5f5f5, #f5f5f5) padding-box padding-box, linear-gradient(90deg, #902631, #eedfe0) border-box !important;
}

@media (width <=600px) {
  .services__content-item {
    min-height: 110px;
    padding: 10px;
  }
}

.services__item-title {
  color: #2c2d2e;
  font-size: 20px;
  font-weight: 500;
}

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

.about {
  padding-top: 100px;
}

.about .section-title {
  max-width: 460px;
}

.about .container:not(.about-page .container) {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (width <=900px) {
  .about .container:not(.about-page .container) {
    flex-direction: column;
    gap: 10px;
  }
}

@media (width <=700px) {
  .about {
    padding-top: 0;
  }
}

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

@media (width <=900px) {
  .about__wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.about__content a {
  color: #8f242f;
  font-size: 16px;
  font-weight: 600;
}

@media (width <=600px) {
  .about__content a {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media (width <=900px) {
  .about__content {
    width: 100%;
  }
}

.about__texts {
  color: #7a7a7a;
  flex-direction: column;
  gap: 15px;
  max-width: 570px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

@media (width <=600px) {
  .about__texts {
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.about__cards {
  backdrop-filter: blur(20px);
  background: #fff;
  border-radius: 10px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 670px;
  display: grid;
  position: relative;
}

.about__cards:before {
  content: "";
  background: linear-gradient(90deg, #902631, #fff);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
}

.about__cards:after {
  content: "";
  background: linear-gradient(0deg, #902631, #fff);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
}

@media (width <=1100px) {
  .about__cards {
    max-width: 480px;
  }
}

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

.about__card {
  color: #7a7a7a;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 35px 70px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

@media (width <=600px) {
  .about__card {
    align-items: center;
    padding: 35px 10px;
  }
}

.about__card-title {
  color: #2c2d2e;
  font-size: 60px;
  font-weight: 700;
}

@media (width <=600px) {
  .about__card-title {
    font-size: 45px;
  }
}

.steps {
  margin-top: 30px;
}

.steps .section-title {
  max-width: 460px;
}

@media (width <=800px) {
  .steps {
    margin: 0;
  }
}

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

@media (width <=900px) {
  .steps__content {
    gap: 10px;
  }
}

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

@media (width <=900px) {
  .steps__content-row {
    flex-direction: column;
    gap: 10px;
  }
}

.steps__content-item {
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  background: linear-gradient(#f5f5f5, #f5f5f5) padding-box padding-box, linear-gradient(90deg, #902631, #eedfe0) border-box !important;
}

@media (width <=900px) {
  .steps__content-item img {
    width: 40px;
    height: 40px;
  }
}

@media (width <=700px) {
  .steps__content-item {
    gap: 10px;
    padding: 10px;
  }
}

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

.steps__item-descr p {
  color: #8f242f;
  font-size: 16px;
  font-weight: 400;
}

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

.steps__item-title {
  color: #2c2d2e;
  font-size: 20px;
  font-weight: 500;
}

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

.catalog .section-title {
  max-width: 570px;
}

.catalog .section-text {
  max-width: 570px;
  margin-bottom: 40px;
}

@media (width <=600px) {
  .catalog .section-text {
    margin-bottom: 20px;
  }
}

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

@media (width <=900px) {
  .catalog__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.catalog__cotnent-item {
  background: #f5f5f5;
  border-radius: 10px;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  display: flex;
}

.catalog__cotnent-item img {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  max-width: 285px;
  height: auto;
  min-height: 150px;
}

@media (width <=600px) {
  .catalog__cotnent-item {
    padding: 10px;
  }
}

.catalog__item-title {
  color: #2c2d2e;
  font-size: 20px;
  font-weight: 500;
}

.catalog__item-title--red {
  color: #8f242f;
}

.catalog__item-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.catalog__item-price {
  font-weight: 700;
  font-size: 20px;
  color: #2c2d2e;
}

@media (width <=600px) {

  .catalog__item-title,
  .catalog__item-price {
    font-size: 16px;
  }
}

.catalog__link {
  color: #8f242f;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.reviews a:not(.reviews-page a) {
  color: #8f242f;
  font-size: 16px;
  font-weight: 600;
}

.reviews__content {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 1000px) {
  .reviews__content {
    flex-direction: column;
    gap: 10px;
  }

  .reviews__content div {
    width: 100% !important;
  }
}

.blog__content {
  margin-bottom: 30px;
  position: relative;
}

.blog__swiper-slide {
  flex-direction: column;
  display: flex;
}

.blog__slide-descr {
  border: 1px solid #8f242f;
  border-top: none;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  gap: 10px;
  margin-top: -5px;
  padding: 25px 20px 20px;
  display: flex;
}

.blog__slide-descr a {
  color: #8f242f;
  font-size: 16px;
  font-weight: 600;
}

@media (width <=600px) {
  .blog__slide-descr a {
    font-size: 16px;
  }

  .blog__slide-descr {
    gap: 10px;
    padding: 15px 10px 10px;
  }
}

.blog__slide-img {
  border-radius: 5px;
}

.blog__slide-title {
  color: #8f242f;
  font-size: 20px;
  font-weight: 500;
}

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

.blog__slide-text {
  color: #2c2d2e;
  font-size: 16px;
  font-weight: 400;
}

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

.blog__slide-time {
  color: #7a7a7a;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

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

.blog__swiper-wrapper-prev {
  left: -30px;
}

@media (width <=1450px) {
  .blog__swiper-wrapper-prev {
    inset: auto 30px -60px auto;
  }
}

.blog__swiper-wrapper-next {
  right: -30px;
}

@media (width <=1450px) {
  .blog__swiper-wrapper-next {
    top: auto;
    bottom: -60px;
    right: 0;
  }
}

.blog__link {
  color: #8f242f;
  font-size: 16px;
  font-weight: 600;
}

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

@media (width <=1000px) {
  .blog-page .blog__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <=800px) {
  .blog-page .blog__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.blog-page .blog__content .blog__slide-img {
  width: 100%;
  height: auto;
}

.faq .container {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

@media (width <=800px) {
  .faq .container {
    flex-direction: column;
    gap: 15px;
  }
}

.faq .section-title {
  max-width: 345px;
}

@media (width <=800px) {
  .faq .section-title {
    max-width: none;
    margin: 0;
  }
}

.faq__acc {
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  display: flex;
}

@media (width <=700px) {
  .faq__acc .js-acc__head svg {
    width: 20px;
    height: 30px;
  }
}

@media (width <=800px) {
  .faq__acc {
    gap: 10px;
  }
}

.js-acc {
  padding: 20px 20px 0;
  overflow: hidden;
}

.js-acc--active .js-acc__body {
  max-height: 500px;
  margin-bottom: 20px;
}

.js-acc--active svg {
  transform: rotate(180deg);
}

@media (width <=800px) {
  .js-acc {
    padding: 10px 10px 0;
  }
}

.js-acc__head {
  color: #2c2d2e;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.js-acc__head svg {
  flex-shrink: 0;
  transition: all .3s;
}

@media (width <=800px) {
  .js-acc__head {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.js-acc__body {
  color: #7a7a7a;
  max-height: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
}

.js-acc__body li {
  margin-left: 20px;
  list-style: outside;
}

@media (width <=800px) {
  .js-acc__body {
    font-size: 14px;
  }
}

.contacts {
  padding-top: 100px;
}

.contacts .container {
  gap: 20px;
  display: flex;
}

@media (width <=900px) {
  .contacts .container {
    flex-direction: column;
  }

  .contacts {
    padding-top: 25px;
  }
}

.contacts__content {
  width: 100%;
  max-width: 670px;
}

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

.contacts__form {
  width: 100%;
  max-width: 670px;
  font-size: 16px;
  font-weight: 400;
}

.contacts__form form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

@media (width <=900px) {
  .contacts__form form {
    gap: 10px;
  }
}

.contacts__form label {
  width: 100%;
}

.contacts__form input:not(.custom-checkbox input) {
  width: 100%;
  padding: 20px;
}

.contacts__form .custom-checkbox label {
  display: flex;
}

.contacts__form::placeholder {
  color: #7a7a7a;
}

.contacts__form .btn {
  width: 100%;
  max-width: none;
}

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

.custom-checkbox {
  color: #777;
  cursor: pointer;
  font-size: 16px;
  display: flex;
}

@media (width <=900px) {
  .custom-checkbox {
    font-size: 14px;
  }
}

.custom-checkbox input {
  appearance: none;
  cursor: pointer;
  border: 2px solid #7a7a7a;
  border-radius: 3px;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  position: relative;
}

.custom-checkbox input:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='9' fill='none'%3E%3Cpath stroke='%237A7A7A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.495' d='M1 4.5 3.667 8 9 1'/%3E%3C/svg%3E");
  background-position: 2px 2px;
  background-repeat: no-repeat;
}

.team__cotnent {
  position: relative;
}

@media (width <=600px) {
  .team__cotnent {
    margin-bottom: 50px;
  }
}

.team__swiper-slide {
  background: #f5f5f5;
  border-radius: 10px;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  display: flex;
}

@media (width <=600px) {
  .team__swiper-slide {
    padding: 10px;
  }
}

.team__slide-img {
  border-radius: 10px;
  width: 100%;
  max-width: 285px;
  height: auto;
  margin: 0 auto;
}

.team__slide-title {
  color: #8f242f;
  font-size: 20px;
  font-weight: 500;
}

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

.team__slide-subtitle {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
}

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

.team__slide-stage {
  color: #2c2d2e;
  font-size: 16px;
  font-weight: 400;
}

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

.team__slide-text {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
}

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

.team__swiper-wrapper-prev {
  left: -30px;
}

@media (width <=1450px) {
  .team__swiper-wrapper-prev {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: -60px;
    left: calc(50% - 20px);
    transform: translateX(-50%);
  }
}

.team__swiper-wrapper-next {
  right: -30px;
}

@media (width <=1450px) {
  .team__swiper-wrapper-next {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: -60px;
    right: calc(50% - 20px);
    transform: translateX(50%);
  }
}

.service-main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 655px;
}



.service-main .title {
  color: #fff;
  max-width: 830px;
}

.service-main .container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.service-main__texts {
  color: #fffc;
  flex-direction: column;
  gap: 10px;
  max-width: 670px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

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

.service-cards {
  background-repeat: no-repeat;
  background-size: cover;
}

.service-cards:nth-child(2) {
  padding-top: 100px;
}

.service-cards .container {
  flex-direction: column;
  display: flex;
}

.service-cards .btn {
  max-width: 300px;
  margin: 40px auto 0;
}

@media (width <=600px) {
  .service-cards:nth-child(2) {
    padding-top: 50px;
  }
}

.service-cards__content {
  display: flex;
  gap: 20px;
}

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

@media (width <=700px) {
  .service-cards__content {
    flex-direction: column;
    gap: 10px;
  }

  .service-cards__content--grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.service-card {
  color: #7a7a7a;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(#f5f5f5, #f5f5f5) padding-box padding-box, linear-gradient(90deg, #902631, #eedfe0) border-box !important;
  width: 100%;
}

.service-card ul li {
  display: flex;
}

.service-card ul li:before {
  content: "";
  background-color: #8f242f;
  border-radius: 50%;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-top: 5px;
  margin-right: 10px;
}

.service-card ol {
  margin-left: 20px;
}

@media (width <=700px) {
  .service-card {
    padding: 10px;
    font-size: 14px;
    line-height: 120%;
  }
}

.service-card__title {
  color: #2c2d2e;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

@media (width <=700px) {
  .service-card__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.service-card__red-text {
  color: #8f242f;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

@media (width <=700px) {
  .service-card__red-text {
    margin-top: 10px;
    font-size: 16px;
  }
}

.serce-cards__icon {
  margin-top: 30px;
}

.service-banner__content {
  background: #2c2d2e;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden
}

.service-banner__content img {
  width: 100%;
  max-width: 700px;
  height: auto;
}

@media (width <=1100px) {
  .service-banner__content img {
    max-width: 350px;
  }
}

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

  .service-banner__content {
    flex-direction: column;
    align-items: start;
  }
}

.service-banner__cotnent-descr {
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 540px;
  display: flex;
  padding: 20px;
}

.service-banner__cotnent-descr ul {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.service-banner__cotnent-descr ul li {
  color: #fffc;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.service-banner__cotnent-descr ul li:before {
  content: "";
  background-color: #8f242f;
  border-radius: 50%;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-top: 5px;
  margin-right: 10px;
}

@media (width <=600px) {
  .service-banner__cotnent-descr ul li {
    font-size: 14px;
  }
}

.service-banner__descr-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

@media (width <=600px) {
  .service-banner__descr-title {
    font-size: 16px;
  }
}

.service-info .container {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.service-info__img {
  width: 100%;
  max-width: 460px;
  height: auto;
}

@media (width <=1000px) {
  .service-info__img {
    max-width: 180px;
    margin-left: -100px;
  }
}

.service-info__cotnent {
  color: #7a7a7a;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 670px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.service-info__cotnent ul {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.service-info__cotnent ul li {
  display: flex;
}

.service-info__cotnent ul li:before {
  content: "";
  background-color: #7a7a7a;
  border-radius: 50%;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  margin-top: 5px;
  margin-right: 10px;
}

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

.catalog-page .container {
  flex-direction: column;
  display: flex;
}

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

.catalog-page__head form {
  width: 100%;
  max-width: 440px;
}

.catalog-page__head label {
  width: 100%;
  position: relative;
}

.catalog-page__head button {
  position: absolute;
  top: 2px;
  right: 10px;
}

.catalog-page__head input {
  border: 1px solid #7a7a7a;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}

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

.catalog-page__btns,
.catalog-page__subbtns {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

@media (width <=700px) {

  .catalog-page__btns,
  .catalog-page__subbtns {
    gap: 7px;
  }
}

.catalog-page-btn {
  color: #7a7a7a;
  background: #f5f5f5;
  border: 1px solid #7a7a7a;
  border-radius: 10px;
  width: 100%;
  max-width: max-content;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}

.catalog-page-btn--active {
  color: #8f242f;
  border-color: #8f242f;
}

@media (width <=700px) {
  .catalog-page-btn {
    padding: 5px;
    font-size: 14px;
  }
}

.catalog-page__sort {
  margin-bottom: 40px;
}

@media (width <=700px) {
  .catalog-page__sort {
    margin-bottom: 20px;
  }
}

.catalog-page__dropdown-wrapper {
  margin-left: auto;
  position: relative;
}

.catalog-page__dropdown-wrapper .js__dropdown-btn {
  color: #7a7a7a;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

@media (width <=700px) {
  .catalog-page__dropdown-wrapper .js__dropdown-btn {
    font-size: 14px;
  }
}

.catalog-page__dropdown-wrapper .js__dropdown-list {
  z-index: 19;
  background-color: #fff;
  border: 1px solid #7a7a7a;
  border-radius: 10px;
  padding: 5px;
  top: 25px;
}

.catalog-page__dropdown-wrapper .js__dropdown-list button {
  color: #7a7a7a !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

@media (width <=700px) {
  .catalog-page__dropdown-wrapper .js__dropdown-list {
    font-size: 14px;
  }
}

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

@media (width <=1000px) {
  .catalog-page__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.single-product .title {
  margin-bottom: 20px;
  font-size: 40px;
}

@media (width <=1000px) {
  .single-product .title {
    display: none;
  }
}

.single-product .title--mob {
  margin: 0;
  font-size: 26px;
  display: none;
}

@media (width <=1000px) {
  .single-product .title--mob {
    display: block !important;
  }
}

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

@media (width <=1000px) {
  .single-product__content-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.single-product__img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-product__img-wrapper img {
  object-fit: cover;
  width: 100%;
  max-width: 670px;
  height: 100%;
}

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

.single-product__content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 670px;
  display: flex;
}

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

.single-product__content-text {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=600px) {
  .single-product__content-text {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.single-product__content-descr {
  border-top: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
  padding: 20px 0;
  display: flex;
}

@media (width <=600px) {
  .single-product__content-descr {
    margin: 10px 0;
    padding: 10px 0;
  }
}

.single-product__descr-item {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (width <=600px) {
  .single-product__descr-item {
    gap: 10px;
  }
}

.single-product__item-title {
  color: #2c2d2e;
  font-size: 16px;
  font-weight: 400;
}

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

.single-product__item-text {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
}

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

.single-product__content-info .btn {
  width: 100%;
  max-width: none;
}

.single-product__info-price {
  color: #8f242f;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}

@media (width <=600px) {
  .single-product__info-price {
    margin-bottom: 10px;
    font-size: 26px;
  }
}

.single-product__info-text {
  color: #7a7a7a;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=600px) {
  .single-product__info-text {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.single-main {
  height: 70vh;
}

.single-main .service-main__descr {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  display: flex;
}

.single-main .title {
  text-align: center;
  margin: 0;
}

.single-main .single-date {
  text-align: center;
  color: #fffc;
  font-size: 18px;
  font-weight: 400;
}

@media (width <=600px) {
  .single-main .single-date {
    font-size: 16px;
  }
}

.single-content {
  margin-top: 50px;
}

.single-content .container {
  flex-direction: column;
  max-width: 670px;
  display: flex;
}

.single-content__title,
.wp-block-heading {
  color: #2c2d2e;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.wp-block-list li {
  color: #7a7a7a;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  list-style: disc;
}

.single-content__text,
.single-content p {
  color: #7a7a7a;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.single-content .blog__link {
  margin-top: 20px;
}

.contacts-page__content {
  margin-bottom: 30px;
}

@media (width <=700px) {
  .contacts-page__content {
    margin-bottom: 20px;
  }
}

.contacts-page__row {

  gap: 10px;
  display: flex;
}

.contacts-page__row a,
.contacts-page__row span {
  color: #2c2d2e;
  border: 1px solid #7a7a7a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.contacts-page__row a:first-child,
.contacts-page__row a:nth-child(2),
.contacts-page__row a:nth-child(3),
.contacts-page__row a:nth-child(4) {
  max-width: max-content;
}


.contacts-page__row-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: max-content;
  gap: 5px;
}

.contacts-page__row-col a {
  max-width: none !important;
  white-space: nowrap;
}

@media (width <=1250px) {

  .contacts-page__row a,
  .contacts-page__row span {
    max-width: max-content;
  }

  .contacts-page__row-col {
    flex-direction: row;
  }
}

@media (width <=700px) {

  .contacts-page__row a,
  .contacts-page__row span {
    font-size: 14px;
  }
}

@media (width <=1250px) {
  .contacts-page__row {
    flex-wrap: wrap;
    align-items: center;
  }
}


.contacts-page__map iframe {
  border-radius: 10px;
}

.info-page__content-btns {
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.info-page__content-btns .mixitup-control-active {
  color: #8f242f;
  border-color: #8f242f;
}

@media (width <=1100px) {
  .info-page__content-btns {
    flex-wrap: wrap;
  }
}

.info-page__btn {
  color: #7a7a7a;
  background: #f5f5f5;
  border: 1px solid #7a7a7a;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=1100px) {
  .info-page__btn {
    max-width: 170px;
  }
}

@media (width <=700px) {
  .info-page__btn {
    max-width: max-content;
    font-size: 14px;
  }
}

.info-page__content {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

@media (width <=700px) {
  .info-page__content {
    gap: 10px;
    margin-bottom: 10px;
  }
}

.info-page__content-item {
  background: linear-gradient(#f5f5f5, #f5f5f5) padding-box padding-box, linear-gradient(90deg, #902631, #eedfe0) border-box;
  border: 1px solid #0000;
  border-radius: 10px;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
  display: grid;
}

@media (width <=700px) {
  .info-page__content-item {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
  }
}

.info-page__item-letter {
  color: #2c2d2e;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

@media (width <=700px) {
  .info-page__item-letter {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.info-page__item-title {
  color: #2c2d2e;
  font-size: 16px;
  font-weight: 700;
}

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

.info-page__item-text {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
}

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

.place__content-wrapper {
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.place__content-wrapper img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

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

.place__content {
  width: 100%;
  max-width: 670px;
}

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

.place__text {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
}

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

.place__cards {
  gap: 20px;
  display: flex;
}

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

.place__cards-item {
  background: linear-gradient(#f5f5f5, #f5f5f5) padding-box padding-box, linear-gradient(90deg, #902631, #eedfe0) border-box;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  max-width: 670px;
  padding: 20px;
}

.place__item-title {
  color: #2c2d2e;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

@media (width <=600px) {
  .place__item-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.place__item-texts {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.place__item-texts .place__text {
  color: #2c2d2e;
  font-size: 16px;
  font-weight: 400;
}

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

.place__item-texts .place__text--gray {
  color: #7a7a7a;
}

.place__item-texts:last-child {
  margin-bottom: 0;
}

@media (width <=600px) {
  .place__item-texts {
    gap: 5px;
    margin-bottom: 10px;
  }
}

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

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

html,
body {
  font-family: Onest;
}

.gradient-border {
  background: linear-gradient(#fff, #fff) padding-box padding-box, linear-gradient(90deg, #902631, #eedfe0) border-box;
  border: 1px solid #0000;
  border-radius: 8px;
  position: relative;
}

.page-bread {
  color: #7a7a7a;
  align-items: center;
  gap: 5px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.page-bread span {
  color: #8f242f;
}

.page-bread--white {
  color: #ffffffb3;
}

.page-bread--white span {
  color: #fff;
}

@media (width <=600px) {
  .page-bread {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

.section {
  padding-bottom: 100px;
}

.section:first-child {
  padding-top: 180px;
}

@media (width <=600px) {
  .section:first-child {
    padding-top: 120px;
  }

  .section {
    padding-bottom: 50px;
  }
}

.btn {
  color: #fff;
  background: #8f242f;
  border-radius: 10px;
  width: 100%;
  max-width: max-content;
  padding: 30px 50px;
  font-size: 16px;
  font-weight: 400;
}

@media (width <=700px) {
  .btn {
    padding: 20px 35px;
    font-size: 14px;
  }
}

.section-title {
  color: #2c2d2e;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}

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

.title {
  color: #2c2d2e;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 400;
  line-height: 117%;
}

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

.section-text {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

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

.swiper-button-prev {
  margin: 0;
}

.swiper-button-prev:after {
  display: none;
}

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

.section-head .section-title {
  width: 100%;
  max-width: 670px;
  margin: 0;
}

.section-head .section-text {
  width: 100%;
  max-width: 670px;
}

@media (width <=700px) {
  .section-head {
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.swiper-button-next {
  margin: 0;
}

.swiper-button-next:after {
  display: none;
}


.wp-block-separator {
  margin: 20px 0;
  border-color: #7a7a7a;
}

/* убираем крестик очистки в input[type=search] */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.wpcf7 .custom-checkbox .wpcf7-list-item-label span {
  cursor: pointer;
}

.catalog-page__texts h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.catalog-page__texts p {
  font-size: 16px;
  margin: 10px 0;
}

.catalog-page__texts ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px 0;
}

.catalog-page__texts li {
  font-size: 16px;
  display: flex;
}

.catalog-page__texts li::before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  margin-right: 5px;
  margin-top: 3px;
  flex-shrink: 0;
  background: #000;
  border-radius: 100%;
}

.service-price {}

.service-price__content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;

}

.service-price__text p {
  margin-bottom: 10px;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
}

.service-price__text .js-overlay__btn-open {
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .service-price__content-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service-price__text .js-overlay__btn-open {
    max-width: none;
    width: 100%;
    margin-top: 0;
  }

  .service-price__text p {
    font-size: 14px;
  }
}

.imgs {}

.imgs__slider {}

.imgs__swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 400px;
}

.catalog-filter {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 12px;
}

.catalog-filter__btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
	    color: #7a7a7a;
    background: #f5f5f5;
    border: 1px solid #7a7a7a;
    border-radius: 10px;
}

.catalog-filter__btn span{
	font-size: 10px;
}

.catalog-filter__list {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    z-index: 100;
    padding: 8px 0;
}

.catalog-filter--open .catalog-filter__list {
    display: block;
}

.catalog-filter__item {
    display: block;
    padding: 10px 16px;
    color: inherit;
    text-decoration: none;
}

.catalog-filter__item:hover,
.catalog-filter__item.catalog-page-btn--active {
    background: #f5f5f5;
}

.catalog-filter-row{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}