.container {
  max-width: 1556px;
}

header {
  margin-bottom: 50px;
}

h2 {
  margin-bottom: 22px;
/*   color: #000; */
/*   font-size: 36px; */
/*   font-style: normal; */
/*   font-weight: 600; */
/*   line-height: 48px; */
/*   letter-spacing: -1.92px; */
  text-align: center;
}

.d-none {
  display: none;
}

.wp-block-columns {
  gap: 30px;
}

section {
  margin-bottom: 120px;
}

.price_info .priceblock .heading_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  color: #DAD3E8;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.96px;
  border-bottom: 2px solid #000;
  gap: 30px;
}

.price_info .priceblock .list_row {
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.price_info .priceblock .list_row:nth-child(2n) {
  background: #F0EEF6;
}



.price_info .priceblock .list_row:hover .price {
  font-weight: 700;
}

.price_info p,
.infoBlock p {
/*   color: #000; */
/*   font-size: 18px; */
/*   font-style: normal; */
/*   font-weight: 400; */
/*   line-height: 28px; */
/*   letter-spacing: -0.96px; */
  margin-bottom: 22px;
    font-family: "Open Sans";
    font-size: 1.125rem;
    line-height: 1.46;
    letter-spacing: 0.52px;
    color: #333333;
    font-weight: 300;
}

.price_info img,
.infoBlock img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}

.price_info p:last-child,
.infoBlock p:last-child {
  margin-bottom: 0;
}


.price_info .priceblock .list_row .price {
  white-space: nowrap;
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.96px;
}

.price_info .priceblock .list_row .name a {
  color: #6A49AA;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.96px;
  text-decoration: unset;
}

.price_info .priceblock .list_row:hover .name a {
  text-decoration: underline;
}


.infoBlock ul {
  margin-left: 30px;
}

.infoBlock ul li {
  list-style: disc;
/*   color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.96px; */
  white-space: unset;
	line-height: 1.5;
	    font-family: "Open Sans";
    font-size: 1.125rem;
}

.formaBlock {
  margin-top: 30px;
}

.formaBlock .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;

}

.formaBlock input {
  padding: 16px 32px;
  border-radius: 72px;
  border: 1px solid #BFB3D6;
  color: #000;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.96px;
  width: 100%;
}

.formaBlock input::placeholder {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.96px;
}

.formaBlock p {
  margin-bottom: 24px;
  color: #5C5C5C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.formaBlock .btn {
  max-width: 768px;
  margin: 0 auto;
  width: 100%;
  color: #FFF;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.96px;
  height: 62px;
}

.overlay_form {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
}

.overlay_form.active {
  display: flex;
}

#form-success {
  position: relative;
  text-align: center;
/*   background: #e0ffc7;
  border: 1px solid #b4d39b;
  color: #333; */
	background: #BEB2D6;
  border: 1px solid #BEB2D6;
  color: #fff;
  padding: 30px;
  border-radius: 12px;

  max-width: 40%;
  width: 100%;

  z-index: 9999;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);

  text-align: center;
}

@media (max-width: 1440px) {
  header{
    margin-bottom: 20px;
  }
  .formaBlock input {
    font-size: 18px;
    line-height: 24px;
  }
  .formaBlock input::placeholder{
    font-size: 18px;
    line-height: 24px;
  }
  .formaBlock .row{
    margin-bottom: 18px;
  }
  .price_info .priceblock .heading_row{
    font-size: 18px;
    padding: 8px 20px;
    line-height: 24px;
  }
  h2{
    font-size: 26px;
    line-height: 36px;
  }
  .price_info .priceblock .list_row{
    padding: 8px 20px;
  }
  .price_info .priceblock .list_row .name a{
    font-size: 16px;
    
  }
  .formaBlock{
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  #form-success {
    max-width: 90%;
    padding: 20px;
  }

  .formaBlock {
    margin-top: 44px;
  }

  .formaBlock .row {
    flex-direction: column;
  }

  section {
    margin-bottom: 56px;
  }
}

@media (max-width: 600px) {
  .infoBlock ul li {
    font-size: 16px;
    line-height: 24px;

  }

  .price_info p,
  .infoBlock p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .formaBlock .btn {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }

  .price_info .priceblock .heading_row {
    font-size: 16px;
  }

  .formaBlock input {
    padding: 16px 32px;
    font-size: 16px;
    line-height: 24px;
  }
  .formaBlock input::placeholder{
    font-size: 16px;
    line-height: 24px;
  }
}