* {
  box-sizing: border-box;
}
.hide {
  display: none;
}
a {
  color: #000;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0;
}
.main-text {
  text-transform: uppercase;
}
h1 {
  font-weight: 500;
  line-height: 110%;
  margin:0;
  font-size: 54px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
}
.ullist {
  list-style: none;
  padding: 0;
}
.ullist li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.ullist li::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #CF3434;
  border-radius: 50%;
}
.ullist li,
.paragraph {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin:0;
}
.pers-desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin:0;
  color: #434343;
}
.paragraph2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  margin:0;
}
.container {
  max-width: 1060px;
  width: 100%;
  margin:auto;
}
.btn {
  min-width: 150px;
  max-width: 160px;
  width: 100%;
  height: 42px;
  background: #000000;
  color: #FFFFFF;
  border-radius: 30px;
  border:none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  transition: stroke 0.3s ease;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}
.header-phone.header-phone2 {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.problem-blocks-bottom.open .btn,
.white {
  background-color: #FFFFFF;
  color: #E4032E;
  padding: 16px;
  max-width: 175px;
  width: 100% ;
  font-size: 16px;
  height: 49px;
  margin-bottom: 16px;
}
.red {
  background-color: #E4032E;
  color: #FFFFFF;
}
.btn.red line,
.btn.red path {
  stroke: #FFFFFF;
}
.btn.red:hover {
  background: #000000;
  color: #FFFFFF;
}
.btn.white line,
.btn.white path {
  stroke: #E4032E;
}
.btn.white:hover {
  background: #000000;
  color: #FFFFFF;
}
.btn.white:hover line,
.btn.white:hover path {
  stroke: #fff;
}
.footer-upper .white {
  color: #000000;
}
.footer-upper .btn.white line,
.footer-upper .btn.white path {
  stroke: #000000;
}
.footer-upper .white:hover {
  color: #FFFFFF;
  background-color: #E4032E;
}
.footer-upper .btn.white:hover line,
.footer-upper .btn.white:hover path {
  stroke: #FFFFFF;
}
.btn-wrapper {
  max-width: 458px;
  width: 100%;
  position: absolute;
  bottom: 56px;
  right: 91px;
  display: flex;
  justify-content: flex-end;
}
.btn.red {
  background: #E4032E;
  color: #fff;
  padding: 16px;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  height: 61px;
  margin-bottom: 16px;
}
.btn.red:hover {
  background: #000000;
}
.btn-big:hover,
.header .btn:hover,
.btn:hover {
  background: #E4032E;
}
.btn-big {
  font-size: 30px;
  max-width: fit-content;
  padding: 15px 40px;
  height: auto;
  margin-top: 60px;
}
.btn-big svg {
  width: 40px;
  height: auto;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0; 
  background: #fff; 
  z-index: 1000; 
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); 
  padding: 20px 0;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 340px;
}
.header-phone {
  font-size: 18px;
  color: #E4032E;
}
.nav-phone {
  display: none;
}
.navigation {
  display: flex;
  gap:15px;
  list-style: none;
  z-index: 100;
}
.navigation a {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}
.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.burger span {
  display: block;
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: 0.3s;
}
.main {
  display: flex;
  flex-direction: column;
  gap:120px;
  margin-top: 200px;
  overflow: hidden;
}
.video-container {
  margin-top: 48px;
}
.video {
  max-width: 1299px;
  width: 100%;
  height: 468px;
  border-radius: 30px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.titleH {
  font-weight: 500;
  line-height: 110.00000000000001%;
  font-size: 44px;
}
.titleH2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
}
.paragraphSmall {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}
.problem-blocks .container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.problem-blocks-bottom {
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
              background-color 0.4s ease, 
              color 0.4s ease;
}
.problem-btn {
  width: 47px;
  height: 47px;
  background: transparent;
  color: #FFFFFF;
  border-radius: 30px;
  border: none;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.review-logo {
  max-height: 30px;
}
.problem-blocks-bottom.open .btn,
.review-btn {
  font-size: 12px;
  height: 30px;
  margin: 20px 0;
  padding: 0;
  max-width: 160px;
}
.review-card .problem-btn {
  background: #000;
}
.right-block:hover .problem-btn {
  background: #fff;
}
.right-block:hover .problem-btn circle,
.right-block:hover .problem-btn line,
.right-block:hover .problem-btn path {
  stroke: #E4032E;
}
.review-card .problem-btn:hover,
.problem-btn:hover {
  background: #E4032E;
}
.problem-btn-wrapper {
  position: absolute;
  bottom: 56px;
  right: 56px;
}
.problem-blocks-bottom .full-text {
  display: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}
.problem-blocks-bottom.open p {
  color: #fff;
}
.problem-blocks-bottom.open .problem-btn {
  background: #fff;
}
.problem-blocks-bottom.open .problem-btn svg line {
  stroke: #000;
}
.problem-blocks-bottom.open .problem-btn:hover {
  background: #E4032E;
}
.problem-blocks-bottom.open .problem-btn:hover svg line {
  stroke: #fff;
}
.problem-blocks-bottom.open {
  background: #000;
  color: #fff;
  border-radius: 24px;
}
.problem-blocks-bottom.open .right-block {
  background: #000;
}
.problem-blocks-bottom.open .full-text {
  display: block;
  max-height: 1000px;
  opacity: 1;
}
.right-block {
  display: flex;
  flex-direction: column;
  position: relative;
  gap:16px;
  background-color: #E4032E;
  border-radius: 24px;
  padding:56px 56px 120px;
  color:white;
  width: calc(50% - 14px);
  cursor: pointer;
}
.right-block:last-child {
  width: 100%;
}
.right-block .titleH2 {
  margin: 24px 0 16px;
}
.full-text {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease 0.2s, max-height 0.3s ease;
}
.short-text {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.why-me-wrapper {
  display: flex;
  justify-content: space-between;
}
.why-me-left {
  display: flex;
  flex-direction: column;
  gap:16px;
}
.why-me-right {
  display: flex;
  flex-direction: column;
  gap:84px;
}
.why-me-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 516px;
  width: 100%;
}
.doctor-slider {
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.slider-controls button {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}
.slider-controls span {
  font-weight: 500;
  font-size: 32px;
  line-height: 69%;
  text-transform: lowercase;
}
.slider-controls button:hover path,
.slider-controls button:hover line {
  stroke: #E4032E;
}
.doctor-wrapper {
  display: flex;
  overflow: hidden;
  position: relative;
  width: calc(100% + 230px);
  margin-right: -200px;
  overflow: hidden;
}
.doctor-list {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.doctor-card {
  max-width: 415px;
  width: 100%;
  flex: 0 0 415px;
  margin-right: 20px;
  border-radius: 12px;
  background: #fff;
  text-align: left;
}
.doctor-card img {
  width: 100%;
  border-radius: 12px;
  background: #f8f8f8;
}
.doctor-info {
  display: flex;
  flex-direction: column;
  gap:16px;
  padding: 15px 0;
}
.doctor-info h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin: 0;
}
.doctor-info p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin:0;
}
.personal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.perosnal-info {
  display: flex;
  gap:90px;
  align-items: center;
}
.perosnal-info img {
  border-radius: 30px;
}
.equipment-wrapper {
  display: flex;
  flex-direction: column;
  gap:48px;
}
.equipment-info {
  display: flex;
  flex-direction: column;
  gap:16px;
}
.equipment-title {
  font-weight: 500;
  font-size: 44px;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.equipment-desc{
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.equipment-blocks{
  display: flex;
  flex-direction: column;
  gap:24px;
}
.eq-large-block {
  background-color: #ECECEC;
  padding: 56px;
  border-radius: 30px;
  max-width: 1055px;
  width: 100%;
  height: 354px;
  display: flex;
  justify-content: space-between; 
  position: relative;
  overflow: hidden;
}
.eq-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}
.eq-image {
  position: absolute;
  right: 40px;
  top: 0px; 
}
.eq-image img {
  height: auto;
  max-width: 450px; 
  object-fit: contain;
}
.two-blocks {
  display: flex;
  gap:24px;
}
.eq-small-block {
  max-width: 515px;
  width: 100%;
  padding: 56px;
  height: 444px;
  background-color: #ECECEC;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap:12px;
  position: relative;
  overflow: hidden;
}
.eq-image2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.eq-image2 img {
  height: 100%;
}

.placement-slider {
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.slider-header {
  display: flex;
  flex-direction: column;
  gap:26px;
  justify-content: space-between;
  margin-bottom: 49px;
}
.placement-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
}
.placement-list {
  display: flex;
  transition: transform 0.3s ease-in-out;
  flex: 0 0 50%;
  width: 50%;
}
.placement-card { 
  width: 100%;
  flex: 0 0 100%;
}
.placement-card img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.placement-info {
  width: 50%;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 50px 82px;
}
.price-list {
  display: flex;
  gap: 56px;
  padding: 0;
  list-style-type: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
}
.price-list li {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  cursor: pointer;
}
.price-wrapper {
  overflow: hidden;
  position: relative;
  width: calc(100% + 32px);
  margin-left: -32px;
  transition: height 0.3s ease;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.price-slides {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}
.price-card {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.price-service {
  display: flex;
  justify-content: space-between;
  color: #B3B3B3;
  font-size: 24px;
}
.price-service-title {
margin-left: 32px;
   max-width: 525px;
   width: 100%;
}

.price-service .price {
      max-width: 150px;
    width: 100%;
}


.price-item {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #ddd;
  padding: 32px;
  font-size: 24px;
  font-weight: 100;
  align-items: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hide-mobile {
  display: block;
}
.show-mobile {
  display: none;
}
.price-item .price {
  max-width: 132px;
  width: 100%;
}
.price-item.highlight {
  background: #E40230;
  color: #fff;
  border-radius: 20px;
  padding: 32px;
}
.price-item-title {
  max-width: 525px;
}
table {
  border-spacing:0px;
}
.table-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.table-slide.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.table-slide.prev {
  transform: translateX(-100%);
  opacity: 1;
  z-index: 1;
}
.table-slide.next {
  transform: translateX(100%);
  opacity: 1;
  z-index: 1;
}
.table-slide table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.price-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 24px;
  table-layout: auto;
}
.price-table th,
.price-table td {
  text-align: left;
  word-break: break-word;
}
.price-table th {
  color: #B3B3B3;
  padding: 32px;
  text-align: left;
  font-weight: 400;
}
.price-card td {
  padding: 32px;
  font-weight: 400;
}
.price-card td:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.price-card td:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.price-table.open {
  max-height: fit-content;
}
.price-table {
  overflow: hidden;
  width: 100%;
  max-height: 400px;
}
.price-button {
  font-size: 26px;
  margin-left: 30px;
  margin-top: 20px;
  display: block;
  color: #B3B3B3;
  cursor: pointer;
}
.price-button:hover {
  color: #000;
  text-decoration: underline;
}
.table-slides {
  display: flex;
  position: relative;
  transition: transform 0.4s ease;
  width: 100%;
  will-change: transform;
}
input.error, textarea.error, select.error { border: 1px solid red; outline: none; }
input.error::placeholder, textarea.error::placeholder { color: red; opacity: 1; }
select.error { color: red; }
label.checkbox.error { color: red; }
.reviews-wrapper {
  overflow: hidden;
  width: 1195px;
  position: relative;
}
.reviews-list {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  padding-right: 100px;
}
.review-card {
  flex: 0 0 696px;
  max-width: 696px;
  background: #F5F5F5;
  padding: 56px 56px 120px;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  border: none;
  max-height: none;
  position: relative;
  max-height: 400px;
}
.review-card.open {
  max-height: inherit;
}
.review-date {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: #000;
}
.review-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
  color: #000;
  margin-top: 9px;
  margin-bottom: 9px;
}
.review-doctor {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #000;
  margin-bottom: 24px;
}
.review-text {
  max-width: 560px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #000;
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow-y: none;
}
.modal-content {
  background: #f7f7f7;
  border-radius: 16px;
  max-width: 630px;
  max-height: 100vh;
  text-align: center;
  width: 100%;
  position: relative;
  font-family: sans-serif;
  overflow-y: auto;
  padding: 56px;
  box-sizing: border-box;
}
body.noscroll {
  overflow: hidden;
}
#appointmentModal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}
.modal-content h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle; 
  margin: 0;
  margin-top: 5px;
  margin-bottom: 16px;
}
.modal-content-desc {
  font-size: 24px;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 420px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}
.form {
  padding: 30px 0;
  max-width: 518px;
  width: 100%;
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.file-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: left;
  margin-bottom: 24px;
}
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 26px;
  cursor: pointer;
}
form input:focus, form select:focus, form textarea:focus {
  outline: none;
}
form input, form select, form textarea {
  padding: 15px 25px;
  margin-bottom: 24px;
  border: 1.5px solid #000000;
  border-radius: 15px;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0px;
  background: #f7f7f7;
}
form select {
  background: #f7f7f7 url('./assets/img/dropdown.png') no-repeat right 5px center;
  background-position: 99.5% center;
}
form input[type="checkbox"] {
  appearance: none;
  padding: 0;
  position: relative;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  transition: 600ms ease;
}
form input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: no-repeat center / contain url("./assets/img/dropdown-arrow-white.svg");
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease;
}
form input[type="checkbox"]:checked {
  background: #CF3434;
  transition: 300ms ease;
}
form input[type="checkbox"]:checked::after {
  opacity: 1;
  visibility: visible;
  transition: 600ms ease;
}
input.error, select.error, textarea.error {
  border: 1px solid red;
}
.file-label {
  display: flex;
  gap: 28px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 36px;
  cursor: pointer;
  margin-bottom: 24px;
}
.checkbox {
  display: flex;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 24px;
}
.checkbox a {
  color: #E4032E;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  text-decoration: underline;
}
#checkbox {
  width: 36px;
  height: 36px;
  border: 1px solid #E4032E;
  margin: 0 28px 0 0;
}
.agree-text {
  max-width: 400px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
.agree-text a {
  color: #E4032E;
}
footer {
  background-color: #1D1D1B;
  color: #FFF;
  margin-top: 120px;
  padding-top: 77px;
  padding-bottom: 50px;
  height: auto;
}
.footer-wrapper {
  color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.footer-upper {
  color: #FFF;
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
.footer-upper div img {
  width: 356px;
  margin-bottom: 40px;
}
.footer-upper ul li {
  list-style: none;
}
.footer-upper ul li a{
  list-style: none;
  color: #FFF;
}
.footer-upper ul {
  width: 205px;
  margin: 0;
  padding: 0;
}
.footer-upper-text-wrapper {
  display: flex;
  gap: 99px;
}
.footer-upper-text {
  display: flex;
  gap: 50px;
}
.footer-upper-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #FFF;
}
.footer-bottom {
  max-width: 530px;
  width: 100%;
  font-size: 12px;
  line-height: 120%;
}
.error-label {
  color: red;
  font-size: 12px;
  margin-left: 6px;
}
.burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.hero-desc h2 {
  margin-bottom: 20px;
}
.hero .btn-header {
  display: none;
}
.vk-icon {
  margin-top: 10px;
  display: inline-block;
}
.vk-icon:hover svg {
  fill: #4C75A3;
}
.image-container {
  width: calc(100% - 20px);
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sertificates-margin {
  margin-top: 60px;
}
.sertificates-wrapper {
  overflow: hidden;
}
.sertificates-list {
  display: flex;
  gap: 30px;
  align-items: center;
}
.sertificates-list img {
  max-width: 250px;
  cursor: pointer;
}
#sertificatesModal img {
  width: 100%;
}
.problem-blocks-all {
  display: none;
  padding-top: 100px;
}
.problem-blocks-all.active {
  display: inherit;
}
.problem-blocks-all .btn {
  width: 175px;
  height: 49px;
  margin: 0;
}
.problem-flex {
  display: flex;
  justify-content: space-between;
}
.problem-flex-card {
  display: flex;
  gap: 20px;
}
.problem-title {
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
}
.problem-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
}
.problem-center {
  margin-top: 25px;
}
.problem-list {
  width: 60%;
}
.problem-list-card {
  background-color: #ECECEC;
  border-radius: 18px;
  padding: 0 40px;
  display: flex;
}
.problem-list-card-red {
  background-color: #E4032E;
}
.problem-list-card p {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #000000;
  margin: auto 0;
}
.problem-list-card.problem-list-card-red p {
  color: #ffffff;
}
.problem-photo {
  border-radius: 18px;
  overflow: hidden;
  margin-left: 24px;
  width: calc(40% - 24px);
}
.problem-photo img {
  width: 100%;
  height: 530px;
  border-radius: 18px;
}
.problem-bottom {
  margin-top: 25px;
  border-radius: 24px;
  padding: 40px 55px;
  border: 1px solid #000;
}
.problem-bottom p {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
}
.problem-list-card1 {
  margin-bottom: 24px;
}
.problem-list-card4 {
  margin-top: 24px;
}
.problem-list-card1,
.problem-list-card4 {
  height: 163px;
}
.problem-list-card2,
.problem-list-card3 {
  height: 161px;
  flex: 1;
}