:root {
	--black: #000;
	--dark-charcoal: #58595b;
	--light-charcoal: #bcbcbc;
	--light-grey: #f5f5f5;
	--white: #fff;
	--dusty-beige-dark: #e3dbd7;
	--dusty-beige-light: #eeebe9;
	--muted-blue-light: #acbabf;
	--muted-blue-dark: #788f9f;
	--edits: #f00;
}
:root {
  --font-family: "Source Sans Pro", sans-serif;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../font/SourceSansPro-Regular.ttf');
    src: url('../font/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/SourceSansPro-Regular.woff2') format('woff2'),
        url('../font/SourceSansPro-Regular.woff') format('woff'),
        url('../font/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../font/SourceSansPro-SemiBold.eot');
    src: url('../font/SourceSansPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/SourceSansPro-SemiBold.woff') format('woff'),
        url('../font/SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-Bold.eot');
    src: url('../font/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/SourceSansPro-Bold.woff2') format('woff2'),
        url('../font/SourceSansPro-Bold.woff') format('woff'),
        url('../font/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../font/SourceSansPro-Black.eot');
    src: url('../font/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/SourceSansPro-Black.woff2') format('woff2'),
        url('../font/SourceSansPro-Black.woff') format('woff'),
        url('../font/SourceSansPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/


html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.4s all;
}
body {
  font-family: var(--font-family);
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
  color: #000;
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: var(--font-family);
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
ol,
ul,
dl {
  padding:0;
  margin: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: bold;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.4s;
}
.question_title a{
	text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
    width: auto;
    margin: auto;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.container-full{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /* align-content: flex-end; */
  /* align-items: flex-end; */
}

.container-full .row {
  margin-right: 0;
  margin-left: 0;
}
.container-full .row .col-6 {
    padding: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-0 {
    display: none;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1180px;
  }
}
@media (min-width: 1300px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1370px;
  }
	.container-md{
		 max-width: 915px;
	}
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.mobhero{
	display: none;
}
header{
    position: relative;
    width: 100%;
    z-index: 99;
    transition: 0.4s all;
    padding: 0px 0;
    background: none;
    top: 0;
		background-size: cover;
    padding: 18px 0;
		background-image: url("/wp-content/uploads/2024/09/Line-20.png");
}
img{
  max-width: 100%;
  height: auto
}
*, *::before, *::after {
    box-sizing: border-box;
}
.flexcenter{
    align-content: center;
    align-items: center;
}
/**HEADER**/
.navbar-collapse{
    vertical-align: middle;
    margin-right: 60px;
}
.navbar-nav {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
    /* width: 542px; */
    margin-right: 0;
    margin-left: auto;
    gap: 60px;
}
.menu-item a{
    transition: all 0.4s;
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 18px;
		color: var(--black);
		text-transform: uppercase;
}
.swiper-button-next, .swiper-button-prev {
    bottom: 0;
    top: auto;
    color: #A57A61;
}

.sub-menu{
	display: none;
}

header .menu-item-type-post_type.current-menu-item a,
header .menu-item a:hover,
header .menu-item:hover a{
	text-decoration: none;
}
header .menu-item{
    position: relative;
    padding: 0;
    transition: all 0.4s;
    display: inline-block;
}

header .navbar{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .header_button{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: var(--black);
	border: 1px solid var(--black);
	border-radius: 40px;
	width: 334px;
	height: 60px;
	padding: 18px;
	transition: 0.4s all;
}
footer .footer-nav li a{
	text-transform: none;
}


/**END HEADER**/
.section-faqs{
	background: #25c0c5;
}
.title-faq{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 28px;
	color: var(--black);
}
.groups-faqs{
	border-top: 1px solid var(--black);
    margin-top: 5px;
}
.text-faq {
    visibility: hidden;
    opacity: 0;
    height: 0;
		transition: 0.4s all
}
.faq-item.active .text-faq {
	  padding-top: 24px;
    visibility: visible;
    opacity: 1;
    height: 100%;
    line-height: 1.35;
  /*  padding-bottom: 22px;*/
}
.faq-item{
	padding-top:18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--black);
	position: relative;
}
.title-faq{
	cursor: pointer;
}

.faq-item:after{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
  top: 20px;
	right: 0;
	z-index: -1;
	background-size: cover;
	transition: 0.4s all;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cline x1='5.95239' y1='12.5957' x2='19.0476' y2='12.5957' stroke='black'/%3E%3Cline x1='12.5' y1='6' x2='12.5' y2='19.0952' stroke='black'/%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='black'/%3E%3C/svg%3E");
}
.faq-item.active:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cline x1='5.95215' y1='12.5957' x2='19.0474' y2='12.5957' stroke='black'/%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='black'/%3E%3C/svg%3E");
}
/***FOOTER**/
footer{
  padding: 43px 0 43px;
}

footer h3{
  font-weight: 600;
  font-size: 20px;
  color: #3ccf91;
}

footer p{
  font-size: 18px;
  font-weight: 300;
  line-height: 27px
}
footer .logo{
    text-align: left;
}
.footer_socials{
    margin-top: 41px;
}
a.social{
  margin-right: 6px;
  height: 25px;
  display: inline-block;
}
/**END FOOTER**/

section {
    padding: 100px 0;
    background-size: cover;
    position: relative;
}
.button,
.btn {
    border: none;
    min-width: auto;
    display: inline-block;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
    padding: 21px 18px;
    font: 20px / 100% var(--font-family), sans-serif;
    background: #edd912;
    border-radius: 40px;
    width: 334px;
    height: 60px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: var(--black);
}
.button:hover,
.btn:hover {
  text-decoration: none;
	color: #fff;
  background: var(--black);
}
p {
	font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
input {
  outline: none;
  border: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
h1 {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 65px;
	color: var(--black);
}
h5 {
  font-weight: 500;
  font-size: 14px;
  margin: 12px 0px;
}
.hero {
    min-height: 75vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 0;
    display: flex;
    align-items: center;
}
.hero h1{
text-align: center;

}
.hero-block{

    margin-top: -19vh;
    max-width: 436px;
}
.hero .hero-text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 45px;
	color: var(--black);
	line-height: 1.1;
	margin-top: 35px;
	text-align: center;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
#submit-form svg{
	width: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s all
}
.show#submit-form svg{
	width: 20px;
	height: 20px;
	visibility: visible;
	opacity: 1;
}
section h2{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 38px;
	color: var(--black);
	margin-bottom: 30px
}
.text p{
	font-size: 20px;
    line-height: 1.3;
}
.popup {
  display:none;
  width: 1100px;
  padding: 0;
}
.line{
	width: 100%;
	height: 1px;
	background: var(--black);
}
.step{
	margin-bottom: 50px;
    margin-top: 100px;
}
#step1{
	margin-top: 0px;
}
.btn.black{
	background: var(--black);
	color: #fff
}
.mt100{
	margin-top: 100px
}
.question_title,
.question_title p{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 26px;
	line-height: 115%;
	color: var(--black);
}
textarea:focus-visible {
    outline: none;
}
.country_variants{
	margin-top: 30px;
		margin-bottom: 30px
}
#submit-form:focus,
#submit-form:focus-visible,
#agree-continue:focus,
#agree-continue:focus-visible{
	background:  var(--black);
	color: #fff
}
.result_clinical_research_no_found{
	text-align: center;
}
.question{
	border-bottom: 1px solid var(--dark-charcoal);
	padding-bottom: 30px;
	padding-top: 43px
}
.question_variants {
    display: flex;
    gap: 20px;
}
#postcode-field{
  padding-top: 40px;
  border-top: 1px solid var(--dark-charcoal);
  margin-top: 32px;
}
.custom-radio-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
input[type="text"] {
    outline: none;
    border: none;
    border-bottom: 1px solid var(--dark-charcoal);
    width: 100%;
    padding: 24px 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    color: var(--dark-charcoal);
}
.custom-radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-button span {
    display: inline-block;
    padding: 19px 40px;
    border-radius: 5px;
    background-color: white;
    color: black;
    transition: all 0.3s ease;
    border: 1px solid var(--black);
    border-radius: 40px;
    height: 60px;
    min-width: 125px;
    text-align: center;
}

.custom-radio-button input:checked + span {
    background-color: black;
    color: white;
}

.custom-radio-button:hover span {
    background-color: #f0f0f0;
}

.navbar-footer p{
    font-weight: 400;
    font-size: 14px;
}
#menu-footer{
    display: flex;
    list-style: none;
    gap: 50px;
		margin-bottom: 0
}
footer p{
margin-bottom: 0
}
.btn.transparent {
    background: #fff;
    color: var(--black);
    border: 1px solid;
    width: auto;
    width: 200px;
		margin-top: 50px
}
button.btn:disabled {
	opacity: 0.3;
  cursor: no-drop;
}
#message{
		font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: var(--edits);
	margin-top: 30px
}
#agree-continue{
	width: 334px
}
.input-block input[type="email"],
.input-block input[type="text"] {
    color: var(--dark-charcoal);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;

			width: 100%;
    color: var(--dark-charcoal);
    padding: 9px 0;border-bottom: 1px solid var(--dark-charcoal);

}
.btn.transparent:hover,
header .header_button:hover{
    background: var(--black);
    color: #fff;
    text-decoration: none;
}
.input-block{
	margin-bottom: 20px
}
.input-block textarea{
	width: 100%;
	border: none;
  color: var(--dark-charcoal);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: var(--dark-charcoal);
  padding: 9px 0;border-bottom: 1px solid var(--dark-charcoal);


}
.wpcf7-form{
	margin-top: 50px
}
.step{
	display: none;
}
.placeholder{
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	color: var(--dark-charcoal);
}
footer .navbar-footer .menu-item a{
	text-decoration: none;
}
footer .navbar-footer{
    display: flex;
    list-style: none;
    gap: 50px;
    align-content: center;
    align-items: center;
}
.result_clinical_research {
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.location{
	width: calc(50% - 40px)

}
.location h4{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 26px;
	line-height: 115%;
	color: var(--black);
}
.location-item{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	color: var(--black);
}
@media (max-width : 1440px) {
  h1 {
      font-size: 40px;
      line-height: 49px;
  }
  body,
  p,
  footer p, {
      font-size: 14px;
      line-height: 22px;
  }
  footer .footer-nav li {
      margin-bottom: 5px;
  }
  footer .footer-nav li a {
      font-size: 16px;
  }
  footer .logo {
      margin-bottom: 20px;
  }
  footer .newsletter-contact-form {
      margin-left: 0;
  }
  .button, .btn {
      font: 18px / 100% var(--font-family), sans-serif;
  }
	header .header_button {
    border-radius: 40px;
    width: 250px;
	}
	.navbar-collapse,
	.navbar-nav {
	    gap: 30px;
	}
	.hero {
    min-height: 600px;
	}
	.text p {
	    font-size: 16px;
	}
	section h2 {
    font-size: 30px;
	}
}
@media (max-width : 860px) {
	header .header_button {
      border-radius: 40px;
      width: 170px;
      font-size: 16px;
      height: 50px;
      padding: 14px;
  }
	.menu-item a {
    font-size: 16px;
	}
  .navbar-collapse, .navbar-nav {
      gap: 15px;
  }
	.hero .hero-text {
    font-size: 30px;
    margin-top: 15px;
	}

  .col-md-1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
	}
  .col-md-2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
	}
  .col-md-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
	.col-md-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
	}
	.col-md-8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
	}
  .col-md-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	}
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
	.col-md-12{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	footer .navbar-footer,
	#menu-footer{
		gap:15px
	}
	.navbar {
        background: #25c0c5;
        position: fixed;
        width: 100%;
        height: 100vh;
        left: -200vw;
        transition: 0.4s all;
        padding: 0px;
        top: 76px;
	}
	.page.overflow{
		overflow: hidden;
	}
  .toggle-mnu{
        margin-top: 12px;
        display: block;
        width: 24px;
        margin-right: 0;
        margin-left: auto;
  }
	.navbar-collapse {
	    width: 100%;
			margin: 0
	}
	.navbar.active{
	  left: 0;
  }
  header {
    height: auto;
    margin-bottom: 0;
        background-size: contain;
				transition: 0.4s all
  }
	.overflow header{

        background: #25c0c5;
	}
	.navbar-nav {
		display: block;
    padding: 0 0;
    width: 100%;
	}
	header .menu-item:last-child{
		margin-bottom: 0
	}
  header .menu-item {
    display: block;
    margin-bottom: 40px;
		text-align: center;
  }
	header  .menu-item a {
        color: #414042;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 36px;
        text-align: center;
        color: var(--black);
        text-align: center;
	}
	.toggle-mnu span:after, .toggle-mnu span:before {
		content: "";
		position: absolute;
		left: 0;
		top: 9px;
	}
	.toggle-mnu span:after {
	  top: 18px;
	}
	.toggle-mnu span {
	  position: relative;
	  display: block;
	}
	.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    background-color:#ffffff;
	}
	.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
	  width: 100%;
	  height: 2px;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 2px;
	}
  .toggle-mnu span:before {
      width: 100%;
      right: 0;
      left: auto;
  }
	.toggle-mnu.on span {
	  background-color: transparent;
	}
	.toggle-mnu.on span:before {
	  transform: rotate(45deg) translate(-1px, 0px);
	}
	.toggle-mnu.on span:after {
	  transform: rotate(-45deg) translate(6px, -7px);
	}
	.toggle-mnu.on span:after, .toggle-mnu.on span:before {
	  background-color: #fff;
    width: 100%;
	}
	header .navbar {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        padding-bottom: 30%;
	}
  header .header_button {
        border-radius: 40px;
        width: calc(100% - 15px);
        font-size: 16px;
        height: 60px;
        padding: 19px;
        font-family: var(--font-family);
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        color: var(--black);
        background: #edd912;
        border: none;
        max-width: 500px;
        margin: 0 auto;
    }
}
@media (max-width : 768px) {
	body {
	    line-height: 1.2;
	}
  section {
      padding: 50px 0;
  }
	.title-faq {
    font-size: 22px;
	}
	.faq-item.active .text-faq {
	    padding-top: 10px;
	    padding-bottom: 0px;
	}
  h1 {
    font-size: 40px;
    line-height: 49px;
  }
	.hero-block h1{
	    font-size: 52px;
	}
    .hero .hero-text {
        font-size: 36px;
        margin-top: 15px;
    }
  .footer_socials {
      margin-top: 30px;
      margin-bottom: 80px;
  }
  a.social {
      margin-right: 30px;
      height: 35px;
      display: inline-block;
      width: 35px;
  }
	.location {
    width: 100%;
}
.result_clinical_research {
    gap: 41px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    flex-direction: column;
}

  .participiant-page  .text p {
        font-size: 18px;
        line-height: 1.6;
    }
		.question_title, .question_title p {
    font-size: 22px;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}
  footer {
      padding: 50px 0;
      text-align: left;
  }
  header .logo {
      max-width: 170px;
  }
  header {
    padding: 15px 0;
        height: 77px;
  }
  section h2 {
      font-size: 30px;
      text-align: center;
  }
  .button, .btn {
      font: 18px / 100% var(--font-family), sans-serif;
      font-weight: 700;
  }
  footer {
     padding: 25px 0;
    background-size: cover;
  }
  footer .logo {
      margin-bottom: 40px;
      max-width: 170px;
  }
  footer .col-4 p {
      max-width: 100%;
  }
  footer .col-4 p {
      max-width: 300px;
      margin: auto;
  }
  a.social {
    margin-right: 14px;
  }
  footer .footer-nav li a {
      font-size: 18px;
  }
  .footer_socials {
      margin-top: 30px;
      margin-bottom: 53px;
  }
	.image {
		text-align: center;
	}
		.order1{
			order: 1
		}
		.order2{
			order: 2
		}
		.text-content{
			margin-top: 30px;
		}

    .text p {
        font-size: 20px;
    }
		#menu-footer,
		footer .navbar-footer {
	    display: flex;
	    list-style: none;
	    gap: 20px;
	    align-content: flex-start;
	    align-items: flex-start;
	    flex-direction: column;
	}
    .title-faq {
        padding-right: 20px;
    }
}

@media (max-width : 568px) {

    .hero {
        min-height: auto;
				background: none!important
    }
		.mobhero{
			display: block;
        width: 100%;
		}
		.hero-block {
		    margin-top: 0;
		    max-width: 100%;
		    padding: 30px 0;
		}
		.button, .btn{
			max-width: 100%
		}
}

@media (max-width : 338px) {
	.hero .hero-text {
        font-size: 30px;
        margin-top: 15px;
    }
	}

	@media (max-height: 686px)  and  (max-width: 380px) {
    header .menu-item {
	        margin-bottom: 20px;
	    }
	}
	@media (max-height: 490px) and (max-width : 338px){
	    header .navbar {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	        flex-direction: column;
	        gap: 10%;
	    }
    	header .menu-item {
        margin-bottom: 16px;
			}
	}
