/*!
Theme Name: avita
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avita
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready */


.slider-client-review .slick-dots{
	display: none !important;
}

body.active-menu {
  overflow: hidden;
}

.step-parents__link .btn__blue{
	min-width: 235px;
}

.donors__link .btn__pink{
	min-width: 235px;
}

.header__wrapper .btn__blue {
  min-width: 140px;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}


.lang-toggle {
	background: transparent;
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

button.lang-toggle:focus {
  outline: none;
}

.lang-toggle img {
  width: 27.56px !important;
  height: 16.89px !important;
  object-fit: contain;
  display: block;
}


.lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  border: 1px solid #ccc;
  z-index: 999;
  min-width: 40px;
}

.lang-menu li a {
  display: block;
  padding: 5px 10px;
  text-align: center;
}

.lang-dropdown.active .lang-menu {
  display: block;
}

@media (max-width: 575px) {
  .header__wrapper .btn__blue {
    min-width: 90px;
    font-size: 11px;
  }
  body .header__wrapper .logo {
    max-width: 135px;
  }
}

.baner_faq{
  max-width: 609px;
  width: fit-content;
}
.accordion {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
}
.questions {
  padding: 40px 0 60px;
}
.accordion-item {
  background: rgba(247, 202, 201, 0.10);
  border-radius: 8px;
  overflow: hidden;
}

.accordion-header {
  display: flex;
  align-items: center;
  padding: 24px 46px 24px 46px;
  cursor: pointer;
  position: relative;
}

.accordion-number {
  font-size: 44px;
  line-height: 64px;
  font-weight: 700;
  color: #e8a4b0;
  margin-right: 20px;
  text-align: right;
}

.accordion-title {
  flex: 1;
  font-size: 20px;
  color: #2d2d2d;
  line-height: 1.4;
}

.accordion-icon {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 30px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
  background: #fff;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 24px;
}

.accordion-content p {
  margin: 0;
  padding: 0;
  color: #5E5F5F;
  line-height: 1.6;
}

.accordion-icon::before {
  content: '+';
}

.accordion-item.active {
  background: rgba(247, 202, 201, 0.20);
}

.accordion-item.active .accordion-icon {
  background-color: #e8a4b0;
  color: #ffffff;
  transform: rotate(360deg);
}

.accordion-item.active .accordion-icon::before {
  content: '×';
}

.accordion-item.active .accordion-content {
  max-height: fit-content;
  color: #5E5F5F;
  padding: 0 34px 25px;
}
.accordion hr {
  border: none;
  height: 1px;
  background-color: rgba(217, 167, 180, 0.4);
  margin: 5px auto;
  opacity: 1;
  max-width: 800px;
}

.accordion-item.active .accordion-header{
  padding-bottom: 16px;
}

section.contact_wrap {
  display: flex;
  gap: 22px;
  align-items: center;
}

.contact_info h2 {
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 27px;
}

.contact_info ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  margin-bottom: 27px;
}

.contact_info ul li {
  color: #292D32;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;   
}

.contact_info ul li a{
  color: #292D32;
}

.contact_info p {
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
}

.contact_info ul li:last-child {
  padding-bottom: 0;
}

.contact_info img {
  margin-right: 15px;
}

.contact_map {
  overflow: hidden;
}

.not_found_wrap {
  display: flex;
  justify-content: space-between;
  gap: 125px;
  padding: 60px 0 40px;
}

.content_not_found {
  flex: 0 0 50%;
  max-width: 510px;
}

.content_not_found img {
  margin-bottom: 60px;
}

.not_found_wrap h1 {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 24px;
}

.content_not_found .main-banner__content{
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
}

.img_404_wrap {
  display: flex;
}

@media (max-width: 1200px) {
  .not_found_wrap {
    display: flex;
    gap: 90px;
    padding: 60px 0 40px;
    flex-direction: column;
  }
  .content_not_found {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .not_found_wrap h1 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .content_not_found .main-banner__content {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.img_not_found_mob{
  display: none;
}

.img_not_found{
  display: flex;
}

.w-full.anketa_wrap {
    background: linear-gradient(122deg, rgba(212, 236, 248, 0.30) 30.83%, rgba(110, 168, 197, 0.12) 160.91%, rgba(91, 155, 188, 0.00) 180.32%);
}

.w-full.anketa_wrap.anketa_m_wrap {
    background: rgba(247, 202, 201, 0.10);
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.grid {
    display: grid;
}

.gap-10 {
    gap: 10rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#medicalForm input{
  border-radius: 8px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.80);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.relative {
    position: relative;
}

.pt-5 {
    padding-top: 1.25rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.slider-value {
    position: absolute;
    top: -8px;
    width: 30px;
    height: 24px;
    /*background: #4a9fd8;*/
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transform: translateX(-50%);
}

.slider-value:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    background-image: url(/wp-content/themes/avita/img/Shape.svg);
    width: 28px;
    height: 34px;
    z-index: -1;
/*    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4a9fd8;*/
}

#medicalForm input[type="range"] {
     
    width: 100%;
    height: 4px;
    background: #6EAECE;
    border-radius: 5px;
    outline: none;
    padding: 0;
}

#medicalForm label{
  font-family: "Manrope", sans-serif;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.w-full {
    width: 100%;
}

.intup_item {
    margin-bottom: 38px;
}

.space-y-6 div {
    margin-bottom: 20px;
}

span.text-xs.text-gray-500 {
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.title_top_input {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 28px;
}

#medicalForm .custom-radio label {
    font-weight: 400;
    margin-bottom: 18px;
    margin-left: 5px;
}

.space-y-6 .custom-radio{
  margin-bottom: 0;
}

.flex.send_anketa_wrap {
    justify-content: center;
    margin: 30px 0 45px;
}

.text-center.confidence {
    color: #21272A;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}

.w-full.anketa_wrap {
    padding: 60px 0;
}

.flex.send_anketa_wrap button {
    max-width: 310px;
    width: 100%;
}

.main-banner__wrapper .title.anketa_main_title{
      grid-row: 2;
}

.space_full {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10rem;
}

.space_item {
    flex: 0 0 50%;
    max-width: 505px;
    margin-bottom: 40px;
}

.space_item:last-child {
    margin-bottom: 0;
}

.main-banner__img.anketa-m {
    grid-column: 2 / 2;
}

.main-banner__content.anketa-m-content {
    grid-column: 1 / 2;
}

.main-banner__wrapper .title.anketa-m-content-title{
  grid-column: 1 / 3;
}

.services-pack__subtitle{
  margin-bottom: 34px;
}

.select_btn_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
    border-radius: 60px;
    border: 1px solid #6EAECE;
    background: var(--White, #FFF);
    max-width: 800px;
    margin: 0 auto 34px;
    padding: 8px 0;
    gap: 14px;
}

.select_item_country{
  display: flex;
}

.select_item_country {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    max-width: 383px;
    width: 100%;
    padding: 11px 0;
    cursor: pointer;
    color: #6EAECE;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.select_item_country.active{
  border-radius: 60px;
  background: #6EAECE;
  box-shadow: 6px 4px 14px 0 rgba(0, 0, 0, 0.25), 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1285px) {
  .space_full {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    justify-content: space-between;
  }
}

@media (max-width: 1191px) {
  .space_item {
    flex: 0 0 50%;
    max-width: 430px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
      .space_item {
        flex: 0 0 50%;
        max-width: 370px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
      .space_full {
        display: flex;
        flex-wrap: wrap;
        column-gap: 0rem;
        justify-content: space-between;
        flex-direction: column;
    }
    .space_item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .text-center.confidence {
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 0;
      text-align: left;
    }
  .space-y-2 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .custom-radio {
    flex: 0 0 50%;
  }
  .flex.send_anketa_wrap {
    justify-content: center;
    margin: 12px 0 20px;
  }
  .title_top_input {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .content_not_found img {
    margin-bottom: 10px;
  }
  .img_not_found_mob{
    display: flex;
  }

  .img_not_found{
    display: none;
  }
  .custom-radio.not_column {
    flex: 0 0 100%;
  }
  #medicalForm label.person_info{
    font-size: 14px;
  }
  .relative.mt-5.pt-5 {
    margin-bottom: 10px;
  }
  .img_404_wrap {
    display: flex;
    justify-content: center;
  }
  section.contact_wrap {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .not_found_wrap {
    display: flex;
    gap: 20px;
    padding: 20px 0 20px;
    flex-direction: column;
    align-items: center;
  }
  .content_not_found {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .not_found_wrap h1 {
    font-size: 26px;
    margin-bottom: 24px;
    text-align: center;
  }
  .content_not_found .main-banner__content {
    font-size: 18px;
    margin-bottom: 24px;
    text-align: center;
  }
  .content_not_found img {
    margin-bottom: 40px;
  }
  .select_btn_wrap {
    padding: 8px 10px;
    gap: 14px;
  }
}

/*.mob_icone_w{
  display: none;
}*/

a.mob_icone_w {
    display: flex;
    max-width: 32px;
    margin-left: 30px;
  }

.btn-pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(34, 123, 168, 0.6);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(34, 123, 168, 0.6);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(34, 123, 168, 0.6);
    }
}

@media (max-width: 767px) {
  .header__wrapper .btn__blue {
       display:  none;
    }
  a.mob_icone_w {
    display: flex;
    max-width: 32px;
    margin-left: auto;
  }
  .img_404_wrap img {
    max-width: 190px;
  }
  .not_found_wrap h1 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .content_not_found .main-banner__content {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  .baner_faq{
    max-width: 100%;
    width: 100%;
  }
  .accordion-header {
    display: flex;
    align-items: flex-start;
    padding: 24px 16px 24px 16px;
    cursor: pointer;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .accordion-number {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #e8a4b0;
    margin-right: 20px;
    text-align: left;
    flex: 0 0 100%;
    margin-bottom: 11px;
  }
  .accordion {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
  }
  .accordion-title {
    flex: 1;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 1.4;
    font-weight: bold;
  }
  .accordion-icon {
    width: 32px;
    height: 32px;
    margin-left: 16px;
    font-size: 24px;
  }
  .accordion-item.active .accordion-content {
    max-height: fit-content;
    color: #5E5F5F;
    padding: 0 16px 24px;
  }
  .accordion hr {
    border: none;
    height: 1px;
    background-color: rgba(217, 167, 180, 0.4);
    margin: 5px auto;
    opacity: 1;
    max-width: 260px;
  }
  .questions {
    padding: 0px 0 32px;
  }
}