/* main page */

.main-page-cards {
  height: 800px;
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  grid-template-areas:
    "card-one card-two"
    "card-one card-three";
  margin-top: 160px;
}

.main-page-cards > a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  padding: 30px 40px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.main-page-cards > a > div p {
  max-width: 505px;
  color: #fff;
}

.main-page-cards > a > div h3 {
  color: #fff;
}

.main-page-cards .card-one {
  grid-area: card-one;
  background-image: url("../img/bg/laboratorie_bg.png");
}
.main-page-cards .card-two {
  grid-area: card-two;
  background-image: url("../img/bg/about_bg.png");
}
.main-page-cards .card-three {
  grid-area: card-three;
  background-image: url("../img/bg/online_bg.png");
}

.main-page-info {
  margin-top: 160px;
}

.main-page-info h3 {
  color: #73737a;
}

.main-page-info h2 {
  display: block;
  margin-top: 22px;
}

.main-page-info p {
  margin-top: 30px;
}

.main-page-info > button {
  margin-top: 39px;
}

.main-page-bg {
  margin-top: 161px;
  min-height: 701px;
  background-image: url("../img/bg/main-section_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.main-page-info-more {
  margin-top: 60px;
}

.main-page-info-more > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.main-page-info-more > ul > li {
  font-size: 24px;
  line-height: 145%;
  margin: 0 0 20px 0;
  letter-spacing: 0.2px;
}

.main-page-card {
  margin-top: 140px;
}

.main-page-card > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 650px;
  border-radius: 10px;
  padding: 30px 40px;
  border-radius: 10px;
  background-image: url("../img/bg/dna_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.main-page-card > div p {
  color: #fff;
}

.main-page-card > div h3 {
  color: #fff;
}

/*   laboratories page  */

.laboratorie-page-info {
  margin-top: 95px;
}

.laboratorie-page-info .red-info {
  border-radius: 10px;
  background-color: #ffeded;
  padding: 40px 60px;
  color: #470303;
}

.laboratorie-page-bg {
  height: 650px;
  background-image: url("../img/bg/alabama_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.laboratorie-page-info ol {
  padding-left: 21px;
}

.laboratorie-page-info li {
  font-size: 24px;
  margin-top: 20px;
  line-height: 145%;
  letter-spacing: 0.2px;
}

.laboratorie-page-info li::marker {
  font-size: 24px;
  color: #137adc;
}

.laboratorie-page-list-type {
  padding-left: 26px;
}

.laboratorie-page-list-type li {
  line-height: 145%;
  font-size: 24px;
  margin-top: 21px;
  position: relative;
}

.laboratorie-page-list-type li::marker {
  font-size: 0;
}

.laboratorie-page-list-type li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #137adc;
  left: -25px;
  top: 10px;
}

.laboratorie-page-list-type li:nth-child(2n) {
  margin-left: 25px;
}

.laboratorie-page-list-type li:nth-child(2n)::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #137adc;
  background-color: transparent;
  left: -25px;
  top: 10px;
}

.laboratorie-page-list-youtube {
  margin-left: 26px;
}

.laboratorie-page-list-youtube li {
  position: relative;
  line-height: 145%;
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 0.2px;
}

.laboratorie-page-list-youtube li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #1f1f23;
  left: -25px;
  top: 12px;
}

.laboratorie-page-accordion {
  margin-top: 20px;
}

/* city page */

.city-page-location {
  margin-top: 96px;
}

.city-page-location p {
  max-width: 750px;
}

.city-page-location-list {
  margin-top: 30px;
}

.city-page-location-list ul {
  display: grid;
  gap: 27px;
  grid-template-columns: repeat(3, 1fr);
}

.city-page-location-list ul li {
  font-size: 32px;
  font-weight: 700;
  transition: 0.4s;
  cursor: pointer;
}

.city-page-location-list ul li:hover {
  color: #137adc;
}

.laboratorie-page-location {
  margin-top: 127px;
}

/* register-online-page */

.register-online-page-test {
  margin-top: 93px;
}

/* specific page */

.specific-page-order {
  margin-top: 93px;
}

.specific-page-order > div:first-child, .test-image {
  width: 40%;
  float: left;
  padding-right: 40px;
}

.specific-page-order > div:last-child, .test-data {
  width: 60%;
  float: left;
}

.test-image img {
  display: block;
  width: 100%;
  height: auto;
}
.specific-page-order .input-icon img {
  height: auto;
}

.specific-page-price {
  display: flex;
  align-items: baseline;
  margin-top: 30px;
}

.specific-page-price h3 {
  display: flex;
  margin-right: 10px;
}

.specific-page-price span {
  position: relative;
  display: flex;
  font-size: 20px;
  color: #73737a;
}

.specific-page-price span::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 11px;
  height: 1px;
  background-color: #73737a;
}
.actual-price, .old-price {
  margin-left: 10px;
}

.specific-page-count {
  display: flex;
  align-items: center;
  margin-top: 31px;
}

.specific-page-count button {
  max-width: 297px;
  margin-left: 20px;
}

.specific-page-info {
  margin-top: 163px;
}

.specific-page-accordion {
  margin-top: 47px;
}

.specific-page-test {
  margin-top: 160px;
}

.specific-page-bg {
  margin-top: 40px;
  height: 1600px;
  background-image: url("../img/bg/specific_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.registration-title {
  display: none;
  margin-bottom: 30px;
}

.show-order .registration-title {
  display: block;
}
.show-order .test-data h2 {
  font-size: 32px;
}
.show-order .test-data p,
.show-order .test-data .old-price,
.show-order .test-data  .show-order-form{
  display: none;
}
.show-order .test-data  {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 200px);
}
.show-order .order-form {
  display: block;
  padding-top: 100px;
}

.show-order .specific-page-price {
  margin-top: 0;
  order: 2;
}
.show-order .specific-page-count {
  margin-top: 0;
  margin-right: 120px;
  margin-left: auto;
}

.specific-page-order.show-order .test-image {
  width: 200px;
}
/* category page */

.category-page-info {
  margin-top: 95px;
}

.category-page-bg {
  height: 650px;
  margin-top: 29px;
  width: 100%;
  background-image: url("../img/bg/category_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* blog page */

.blog-page-info {
  margin-top: 95px;
}

.blog-page-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  margin-top: 27px;
}

.blog-page-item {
  display: block;
  transition: 0.4s;
  border-radius: 10px;
}

.blog-page-item h3 {
  transition: 0.4s;
}

.blog-page-item img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.blog-page-item:hover h3 {
  color: #137adc;
}

.blog-page-item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-page-item-image {
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}

.blog-page-item-image img {
  width: 100%;
  height: 100%;
}

.blog-page-item h3 {
  padding: 0 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-page-item p {
  padding: 0 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-page-item span {
  padding: 0 15px;
  display: block;
  color: #73737a;
  font-size: 20px;
  margin-top: 22px;
}

.blog-page-info > button {
  margin-top: 39px;
  margin-bottom: 7px;
}

/* specific article page */

.specific-article-info {
  margin-top: 95px;
}

.specific-article-info > img {
  height: 650px;
  width: 100%;
  display: block;
}

.specific-article-info ul {
  margin-top: 22px;
  margin-left: 22px;
  max-width: 1060px;
}

.specific-article-info ul li {
  font-size: 24px;
  line-height: 145%;
  list-style: decimal;
}

.specific-article-info ul li:not(:first-child) {
  margin-top: 15px;
}

/* release page */

.release-page-info {
  margin-top: 95px;
}

.release-page-info p {
  max-width: 99%;
  margin-bottom: 8px;
}

/* temps page */

.temps-page-info {
  margin-top: 95px;
}

.temps-page-info p {
  max-width: 99%;
  margin-bottom: 30px;
}

/* about page */

.about-page-info {
  margin-top: 95px;
}

.about-page-info p {
  max-width: 99%;
}

.about-page-image {
  display: flex;
  align-items: center;
  margin-top: 40px;
  height: 550px;
}

.about-page-image img {
  display: block;
  width: 100%;
  height: inherit;
}

.about-page-image img:first-child {
  margin-right: 20px;
  width: 63.4%;
}

.about-page-image img:last-child {
  width: 36.6%;
}

.about-page-from {
  margin-bottom: 7px;
}

/* scientists page */

.scientists-page-info {
  margin-top: 95px;
  margin-bottom: 6px;
}

.scientists-page-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px 20px;
  margin-top: 27px;
}

.scientists-page-item {
  border-radius: 10px;
  transition: 0.4s;
}

.scientists-page-item img {
  height: 460px;
  width: 100%;
  display: block;
  border-radius: 10px;
}

.scientists-page-item h3 {
  padding: 0 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scientists-page-item p {
  padding: 0 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* scientist page */

.scientist-page-info {
  margin-top: 92px;
}

.scientist-page-avatar {
  display: flex;
  align-items: flex-start;
}

.scientist-page-avatar img {
  width: 300px;
  height: 300px;
  border-radius: 10px;
}

.scientist-page-avatar > div {
  margin-left: 40px;
}

.scientist-page-avatar > div h3 {
  color: #73737a;
}

.scientist-page-table {
  margin-top: 30px;
  margin-bottom: -23px;
}

.scientist-page-table .scientist-page-table-row:not(:last-child) {
  padding: 30px 0;
  border-bottom: 1px solid #c5cad6;
}

.scientist-page-table-row {
  display: flex;
  padding: 30px 0;
}

.scientist-page-table-row p:first-child {
  color: #73737a;
  width: 42.2%;
}

.scientist-page-table-row *:last-child {
  width: 57.8%;
}

.scientist-page-table-list li {
  font-size: 24px;
  line-height: 145%;
  letter-spacing: 0.3px;
}

.scientist-page-table-list li:not(:last-child) {
  margin-bottom: 15px;
}

/* reviews page */

.reviews-page-info {
  margin-top: 95px;
  margin-bottom: 8px;
}

.reviews-page-list .reviews-page-item:first-child {
  margin-top: 30px;
}

.reviews-page-list .reviews-page-item:not(:last-child) {
  margin-bottom: 43px;
}

.reviews-page-item span {
  font-size: 20px;
  line-height: 140%;
  color: #73737a;
  letter-spacing: 0.2px;
}

.reviews-page-item p {
  margin-top: 11px;
}

.reviews-page-item-rate {
  margin-top: 12px;
  display: flex;
}

.reviews-page-item-rate img:not(:last-child) {
  margin-right: 6.3px;
}

/* customer login */

.customer-signin {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  margin-top: 95px;
}

.customer-signin-tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer-signin-tabs h2 {
  color: #73737a;
}

.customer-signin-tabs h2.active {
  color: #1f1f23;
}

.customer-signin-content {
  display: none;
  margin-top: 28px;
}

.customer-signin-content.active {
  display: block;
}

.forgot-password {
  margin: 30px 0;
  display: block;
  font-size: 20px;
  line-height: 140%;
  color: #73737a;
}

.checkbox-login span a {
  color: #137adc;
  letter-spacing: 0.2px;
  font-size: 24px;
}

/* forgot password page */

.forgot-password-page {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  margin-top: 93px;
  margin-bottom: 5px;
}

/* new business page */

.new-business-page {
  margin-top: 95px;
}

/* employment page */

.employment-page-info {
  margin-top: 95px;
  margin-bottom: 8px;
}

.request-information-from textarea {
  min-height: 150px;
}

.request-information-from-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.capcha {
  margin-top: 32px;
  width: 364px;
  height: 90px;
}

.capcha img {
  width: 364px;
  height: 90px;
}

/* coutact us page */

.coutact-us-page {
  margin-top: 95px;
}

.contact-us-from textarea {
  min-height: 150px;
}

.contact-us-from-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.contact-up-table {
  margin-top: 30px;
  margin-bottom: -24px;
}

.contact-up-table .contact-up-table-row:not(:last-child) {
  border-bottom: 1px solid #c5cad6;
}

.contact-up-table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 0;
  gap: 65px;
}

.contact-up-table-row > p:first-child {
  color: #73737a;
  max-width: 280px;
}

.contact-up-table-row > div p:first-child {
  margin-bottom: 15px;
}

.contact-up-table-row > div p:last-child {
  max-width: 263px;
}

/* register-page */

.register-page-info {
  margin-top: 95px;
  margin-bottom: 5px;
}

.register-page-price-wrapp {
  display: flex;
  align-items: flex-start;
  margin-top: 57px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c5cad6;
}

.register-page-price-wrapp > div {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.register-page-price-wrapp img {
  width: 172px;
  height: 100px;
  border-radius: 10px;
  margin-right: 40px;
}

.register-page-price-wrapp > div p {
  color: #73737a;
  margin-top: 10px;
}

.register-page-price-count {
  display: flex;
  margin-left: auto;
}

.register-page-price-count > div {
  margin-right: 130px;
}

.necessarily {
  display: flex;
  align-items: flex-start;
}

.necessarily span {
  display: block;
  color: #73737a;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  margin-left: 10px;
}

.register-page-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.register-page-add-wrapp {
  margin-top: 62px;
}

.register-page-add {
  display: flex;
  align-items: center;
}

.register-page-add span {
  display: flex;
  cursor: pointer;
  margin-left: 10px;
}

.choice-action-modal {
  padding: 40px 60px;
  max-width: 500px;
}

.choice-action-modal a {
  color: #137adc;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 145%;
}

/* profile page */

.profile-page-info {
  /* margin-top: 95px; */
}

.profile-page-info h3 {
  display: flex;
  align-items: center;
}

.profile-page-info h2 img {
  margin-left: 5px;
  cursor: pointer;
}

.profile-list-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #c5cad6;
  margin-top: 29px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.profile-list-item img {
  width: 240px;
  height: 140px;
  border-radius: 10px;
  margin-right: 40px;
}

.profile-list-item > div {
  width: 100%;
  display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas:
    "name count price price"
    "subname status status status";
}

.profile-list-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-list-item-row p {
  font-weight: 500;
  letter-spacing: -0.2px;
}

.profile-list-item-line {
  color: #73737a;
  margin-top: 15px;
}

.profile-list-item > div .profile-list-item-line:first-child {
  margin-top: 17.5px;
}

.new-business-page {
  margin-top: 95px;
}

.new-business-page-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.new-business-page textarea {
  min-height: 135px;
}

.new-business-page ul {
  padding-left: 21px;
  margin-top: 20px;
}

.new-business-page li {
  font-weight: 400;
  font-size: 24px;
  line-height: 145%;
  list-style: auto;
}

.new-business-page li:not(:last-child) {
  margin-bottom: 20px;
}

.new-business-page .capcha {
  margin-top: 40px;
}

.show-order-form {
  margin-left: 10px;
}
.order-form {
  display: none;
}
.order-form.visible {
  display: block;
}

.moretext {
  display: none;
}
.moreless p {
  margin: 0;
}
.moreless {
  cursor: pointer;
}

.login-icon {
  padding-left: 20px;
  position: relative;
}

.login-options {
  padding-top: 43px;
  display: none;
  position: absolute;
  right: 0;

}
.login-options li {
  background: #f6fbff;
}

.login-options li:first-child {
  padding: 20px 20px 10px 20px;
}

.login-options li:last-child {
  padding: 10px 20px 20px 20px;
}
/* .login-icon:hover .login-options {
  display: block;
  transition: all;
} */

.login-options a{
  color:  #666;
  font-family: inherit;
  font-size: 20px;
  margin-left: 0;
}
.login-options a:hover {
  text-decoration: underline;
}